mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-15 19:22:21 +01:00
Update projects
This commit is contained in:
BIN
assets/images/projects/wavemap.jpg
Normal file
BIN
assets/images/projects/wavemap.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 625 KiB |
@ -1,11 +1,15 @@
|
|||||||
<template>
|
<template>
|
||||||
<ProjectCard
|
<ProjectCard
|
||||||
title="WaveMap"
|
title="WaveMap" :image="image"
|
||||||
:links="[
|
: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 class="text-center">{{ $t("unibo_22-23") }}</p>
|
||||||
<p>{{ $t("wavemap.description") }}</p>
|
<p>{{ $t("wavemap.description") }}</p>
|
||||||
</ProjectCard>
|
</ProjectCard>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import image from "@/assets/images/projects/wavemap.jpg";
|
||||||
|
</script>
|
||||||
@ -13,9 +13,11 @@ export default {
|
|||||||
|
|
||||||
|
|
||||||
"bsc_thesis.title": "Bachelor's thesis",
|
"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":
|
"wirefilter.description":
|
||||||
"Virtual Distributed Ethernet (VDE) is an open source project that allows the creation of virtual networks through a set of plugins.\n" +
|
"Virtual Distributed Ethernet (VDE) is an open source project that allows the creation of virtual networks through a set of plugins.\n" +
|
||||||
|
|||||||
@ -13,9 +13,11 @@ export default {
|
|||||||
|
|
||||||
|
|
||||||
"bsc_thesis.title": "Tesi triennale",
|
"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":
|
"wirefilter.description":
|
||||||
"Virtual Distributed Ethernet (VDE) è un progetto open source che consente di creare reti virtuali tramite l'utilizzo modulare di plugin.\n" +
|
"Virtual Distributed Ethernet (VDE) è un progetto open source che consente di creare reti virtuali tramite l'utilizzo modulare di plugin.\n" +
|
||||||
|
|||||||
@ -7,13 +7,13 @@
|
|||||||
<h2 class="text-3xl text-center mt-10 mb-3">{{ $t("wip") }}</h2>
|
<h2 class="text-3xl text-center mt-10 mb-3">{{ $t("wip") }}</h2>
|
||||||
<div class="[&>*]:my-14 first:[&>*]:mt-8">
|
<div class="[&>*]:my-14 first:[&>*]:mt-8">
|
||||||
<BScThesis />
|
<BScThesis />
|
||||||
<WaveMap />
|
|
||||||
<NotXiaGithubio />
|
<NotXiaGithubio />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<h2 class="text-3xl text-center mt-10 mb-3">{{ $t("completed") }}</h2>
|
<h2 class="text-3xl text-center mt-10 mb-3">{{ $t("completed") }}</h2>
|
||||||
<div class="[&>*]:my-14 first:[&>*]:mt-8">
|
<div class="[&>*]:my-14 first:[&>*]:mt-8">
|
||||||
|
<WaveMap />
|
||||||
<Wirefilter />
|
<Wirefilter />
|
||||||
<TweetAnalysis />
|
<TweetAnalysis />
|
||||||
<AnimalHouse />
|
<AnimalHouse />
|
||||||
|
|||||||
Reference in New Issue
Block a user