mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
Add BSc thesis link
This commit is contained in:
@ -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>
|
||||
|
||||
@ -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") }}:
|
||||
<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>
|
||||
|
||||
|
||||
@ -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.",
|
||||
|
||||
@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user