Update projects

This commit is contained in:
2023-06-19 13:13:38 +02:00
parent 084ae9346e
commit c342a545df
5 changed files with 16 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 KiB

View File

@ -1,11 +1,15 @@
<template>
<ProjectCard
title="WaveMap"
title="WaveMap" :image="image"
:links="[
// { label: 'Repository', url: 'https://github.com/NotXia/wave-map' },
{ label: 'Repository', url: 'https://github.com/NotXia/wave-map' },
]">
<p class="text-center">{{ $t("unibo_22-23") }}</p>
<p>{{ $t("wavemap.description") }}</p>
</ProjectCard>
</template>
</template>
<script setup lang="ts">
import image from "@/assets/images/projects/wavemap.jpg";
</script>

View File

@ -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" +

View File

@ -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" +

View File

@ -7,13 +7,13 @@
<h2 class="text-3xl text-center mt-10 mb-3">{{ $t("wip") }}</h2>
<div class="[&>*]:my-14 first:[&>*]:mt-8">
<BScThesis />
<WaveMap />
<NotXiaGithubio />
</div>
<h2 class="text-3xl text-center mt-10 mb-3">{{ $t("completed") }}</h2>
<div class="[&>*]:my-14 first:[&>*]:mt-8">
<WaveMap />
<Wirefilter />
<TweetAnalysis />
<AnimalHouse />