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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user