diff --git a/assets/images/projects/wavemap.jpg b/assets/images/projects/wavemap.jpg
new file mode 100644
index 0000000..634fd80
Binary files /dev/null and b/assets/images/projects/wavemap.jpg differ
diff --git a/components/projects/cards/WaveMap.vue b/components/projects/cards/WaveMap.vue
index 71ddda3..ea6c277 100644
--- a/components/projects/cards/WaveMap.vue
+++ b/components/projects/cards/WaveMap.vue
@@ -1,11 +1,15 @@
{{ $t("unibo_22-23") }}
{{ $t("wavemap.description") }}
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/locales/en-US/projects.ts b/locales/en-US/projects.ts
index 3fd42e7..399f66b 100644
--- a/locales/en-US/projects.ts
+++ b/locales/en-US/projects.ts
@@ -13,9 +13,11 @@ export default {
"bsc_thesis.title": "Bachelor's thesis",
- "bsc_thesis.description": "",
+ "bsc_thesis.description": "Something related to the application of Large Language Models in the biomedical field.",
- "wavemap.description": "Android app with a heat-map displaying the power of signals like Wi-Fi, Bluetooth, LTE, ...",
+ "wavemap.description":
+ "Project for the Mobile Applications Laboratory course.\n" +
+ "Android application displaying the strength of signals (Wi-Fi, Bluetooth, LTE) and noise level through a heat-map.",
"wirefilter.description":
"Virtual Distributed Ethernet (VDE) is an open source project that allows the creation of virtual networks through a set of plugins.\n" +
diff --git a/locales/it-IT/projects.ts b/locales/it-IT/projects.ts
index 8e271ae..1d51cfe 100644
--- a/locales/it-IT/projects.ts
+++ b/locales/it-IT/projects.ts
@@ -13,9 +13,11 @@ export default {
"bsc_thesis.title": "Tesi triennale",
- "bsc_thesis.description": "",
+ "bsc_thesis.description": "Qualcosa riguardate l'utilizzo di Large Language Model in ambito biomedico.",
- "wavemap.description": "App Android con heat-map per la visualizzazione della potenza di segnali come Wi-Fi, Bluetooth, LTE, ...",
+ "wavemap.description":
+ "Progetto per il corso Laboratorio di Applicazioni Mobili.\n" +
+ "Applicazione Android per visualizzare la potenza di segnali (Wi-Fi, Bluetooth, LTE) e il livello acustico attraverso una heat-map.",
"wirefilter.description":
"Virtual Distributed Ethernet (VDE) รจ un progetto open source che consente di creare reti virtuali tramite l'utilizzo modulare di plugin.\n" +
diff --git a/pages/projects.vue b/pages/projects.vue
index df28b85..f20d0ce 100644
--- a/pages/projects.vue
+++ b/pages/projects.vue
@@ -7,13 +7,13 @@
{{ $t("wip") }}
-
{{ $t("completed") }}