Update projects

This commit is contained in:
2026-04-14 23:10:24 +02:00
parent c97a0f73cc
commit 241c04f4fd
29 changed files with 127 additions and 38 deletions

View File

@@ -5,7 +5,7 @@
{ label: 'Repository', url: 'https://github.com/NotXia/animal-house' }
]">
<p class="text-center">{{ $t("unibo_21-22") }}</p>
<!-- <p class="text-center">{{ $t("unibo_21-22") }}</p> -->
<p>{{ $t('animalhouse.description') }}</p>
<ul class="list-inside list-['-_']">
<li>{{ $t('animalhouse.description.game') }}</li>

View File

@@ -1,15 +1,16 @@
<template>
<ProjectCard
:title="$t('bsc_thesis.title')"
:subtitle="$t('bsc_thesis.thesis_title')"
:title="$t('bsc_thesis.thesis_title')"
:subtitle="$t('bsc_thesis.title')"
:image="image"
:links="[
{ label: 'Repository1', url: 'https://github.com/NotXia/biomed-ext-summ' },
{ label: 'Repository2', url: 'https://github.com/NotXia/pubmed-summ' },
{ label: $t('thesis'), url: 'https://amslaurea.unibo.it/id/eprint/29686' }
{ label: $t('thesis'), url: 'https://amslaurea.unibo.it/id/eprint/29686' },
{ label: $t('paper'), url: 'https://doi.org/10.1145/3766905' }
]">
<p class="text-center">{{ $t("unibo_22-23") }}</p>
<!-- <p class="text-center">{{ $t("unibo_22-23") }}</p> -->
<p>{{ $t("bsc_thesis.description") }}</p>
</ProjectCard>
</template>

View File

@@ -0,0 +1,10 @@
<template>
<ProjectCard
title="Multiple Couriers Optimization"
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/couriers-optimization' }
]">
<p>{{ $t('couriers_optimization.description') }}</p>
</ProjectCard>
</template>

View File

@@ -0,0 +1,15 @@
<template>
<ProjectCard
title="Distributed Optimization" :image="image" image_classes="w-1/2"
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/distributed-optimization' }
]">
<p>{{ $t('distributed_optimization.description') }}</p>
</ProjectCard>
</template>
<script setup lang="ts">
import image from "@/assets/images/projects/distributed_optmization.png";
</script>

View File

@@ -1,11 +1,11 @@
<template>
<ProjectCard
title="Image deblur" :image="image"
title="Image Deblur" :image="image"
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/imaging' }
]">
<p class="text-center">{{ $t("unibo_21-22") }}</p>
<!-- <p class="text-center">{{ $t("unibo_21-22") }}</p> -->
<p>{{ $t('imaging.description') }}</p>
</ProjectCard>
</template>

View File

@@ -0,0 +1,15 @@
<template>
<ProjectCard
:title="$t('instance_detection.title')" :image="image" image_classes=""
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/opencv-instance-detection' }
]">
<p>{{ $t('instance_detection.description') }}</p>
</ProjectCard>
</template>
<script setup lang="ts">
import image from "@/assets/images/projects/instance_detection.png";
</script>

View File

@@ -5,7 +5,7 @@
{ label: 'Repository', url: 'https://github.com/NotXia/MNKGame' }
]">
<p class="text-center">{{ $t("unibo_20-21") }}</p>
<!-- <p class="text-center">{{ $t("unibo_20-21") }}</p> -->
<p>{{ $t('mnk.description') }}</p>
</ProjectCard>
</template>

View File

@@ -0,0 +1,14 @@
<template>
<ProjectCard
title="Natural example-based XAI" :image="image"
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/natural-examples-xai' }
]">
<p>{{ $t('natural_examples.description') }}</p>
</ProjectCard>
</template>
<script setup lang="ts">
import image from "@/assets/images/projects/natural_example.png";
</script>

View File

@@ -5,7 +5,7 @@
{ label: 'Repository', url: 'https://github.com/NotXia/pandos-plus' }
]">
<p class="text-center">{{ $t("unibo_21-22") }}</p>
<!-- <p class="text-center">{{ $t("unibo_21-22") }}</p> -->
<p>{{ $t('pandos+.description') }}</p>
</ProjectCard>
</template>

View File

@@ -1,6 +1,6 @@
<template>
<ProjectCard
title="Pathfinding visualizer" :image="image"
title="Pathfinding Visualizer" :image="image"
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/pathfinding-visualizer' },
{ label: 'Demo', url: 'https://notxia.github.io/pathfinding-visualizer/' }

View File

@@ -1,11 +1,11 @@
<template>
<ProjectCard
title="Platform game" :image="image"
title="Platform Game" :image="image"
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/platform-game' }
]">
<p class="text-center">{{ $t("unibo_20-21") }}</p>
<!-- <p class="text-center">{{ $t("unibo_20-21") }}</p> -->
<p>{{ $t('platform.description') }}</p>
</ProjectCard>
</template>

View File

@@ -1,6 +1,6 @@
<template>
<ProjectCard
title="Sorting visualizer" :image="image"
title="Sorting Visualizer" :image="image"
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/sorting-visualizer' },
{ label: 'Demo', url: 'https://notxia.github.io/sorting-visualizer/' }

View File

@@ -0,0 +1,15 @@
<template>
<ProjectCard
title="Street Anomaly Segmentation" :image="image" image_classes=""
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/street-anomaly-segmentation' }
]">
<p>{{ $t('street_anomaly.description') }}</p>
</ProjectCard>
</template>
<script setup lang="ts">
import image from "@/assets/images/projects/street_anomaly.png";
</script>

View File

@@ -5,7 +5,7 @@
{ label: 'Repository', url: 'https://github.com/NotXia/tablut-player' }
]">
<p class="text-center">{{ $t("unibo_23-24") }}</p>
<!-- <p class="text-center">{{ $t("unibo_23-24") }}</p> -->
<p>{{ $t('tablut.description') }}</p>
</ProjectCard>
</template>

View File

@@ -5,7 +5,7 @@
{ label: 'Repository', url: 'https://github.com/NotXia/tweet-analysis' }
]">
<p class="text-center">{{ $t("unibo_22-23") }}</p>
<!-- <p class="text-center">{{ $t("unibo_22-23") }}</p> -->
<p>{{ $t('tweet_analysis.description') }}</p>
</ProjectCard>
</template>

View File

@@ -5,7 +5,7 @@
{ 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>
</ProjectCard>
</template>

View File

@@ -6,7 +6,7 @@
{ label: 'VirtualSquare', url: 'http://wiki.virtualsquare.org/#!index.md' }
]">
<p class="text-center">{{ $t("unibo_22-23") }}</p>
<!-- <p class="text-center">{{ $t("unibo_22-23") }}</p> -->
<p>{{ $t("wirefilter.description") }}</p>
</ProjectCard>
</template>