Add BSc thesis link

This commit is contained in:
2024-01-24 20:36:29 +01:00
parent 4cc824bd26
commit 8df5310f5e
4 changed files with 8 additions and 2 deletions

View File

@ -5,7 +5,8 @@
:image="image"
:links="[
{ label: 'Repository1', url: 'https://github.com/NotXia/biomed-ext-summ' },
{ label: 'Repository2', url: 'https://github.com/NotXia/pubmed-summ' }
{ label: 'Repository2', url: 'https://github.com/NotXia/pubmed-summ' },
{ label: $t('thesis'), url: 'https://amslaurea.unibo.it/id/eprint/29686' }
]">
<p class="text-center">{{ $t("unibo_22-23") }}</p>

View File

@ -6,7 +6,10 @@
</ActivityParagraph>
<ActivityParagraph :title="$t('bs in cs')" :subtitle="$t('unibo')" :right_text="`2020 - 2023`">
<div>{{ $t("thesis title") }}: Subtopic-oriented biomedical summarization using pretrained language models</div>
<div>
{{ $t("thesis title") }}:&nbsp;
<a class="font-mono hover:underline" href="https://amslaurea.unibo.it/id/eprint/29686">Subtopic-oriented biomedical summarization using pretrained language models</a>
</div>
<div>{{ $t("graduation grade") }}: 110/110 {{ $t("with honors") }}</div>
</ActivityParagraph>

View File

@ -16,6 +16,7 @@ export default {
"Project for the Fundamentals of Artificial Intelligence and Knowledge Representation (module 1) course.\n" +
"Minimax-based agent for the Tablut board game, tuned using a genetic algorithm.",
"thesis": "Thesis",
"bsc_thesis.title": "Bachelor's thesis",
"bsc_thesis.thesis_title": "Subtopic-oriented biomedical summarization using pretrained language models",
"bsc_thesis.description": "Biomedical extractive summarization using pretrained encoders and clustering.",

View File

@ -16,6 +16,7 @@ export default {
"Progetto per il corso di Fundamentals of Artificial Intelligence and Knowledge Representation (modulo 1).\n" +
"Agente implementato con minimax e addestrato con un algoritmo genetico per il gioco da tavolo Tablut.",
"thesis": "Tesi",
"bsc_thesis.title": "Tesi triennale",
"bsc_thesis.thesis_title": "Subtopic-oriented biomedical summarization using pretrained language models",
"bsc_thesis.description": "Generazione di riassunti estrattivi in ambito biomedico con modelli di linguaggio preaddestrati e algoritmi di clustering.",