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

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