mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
21 lines
1.0 KiB
Vue
21 lines
1.0 KiB
Vue
<template>
|
|
<div>
|
|
<h2 class="text-4xl font-bold tracking-wide">{{ $t("education") }}</h2>
|
|
|
|
<ActivityParagraph :title="$t('ms in ai')" :subtitle="$t('unibo')" :right_text="`2023 - ${$t('present')}`">
|
|
</ActivityParagraph>
|
|
|
|
<ActivityParagraph :title="$t('bs in cs')" :subtitle="$t('unibo')" :right_text="`2020 - 2023`">
|
|
<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>
|
|
|
|
<ActivityParagraph :title="$t('diploma')" :subtitle="$t('aldini')" right_text="2015 - 2020">
|
|
<div>{{ $t('diploma desc') }}</div>
|
|
<div>{{ $t("graduation grade") }}: 100/100 {{ $t("with honors") }}</div>
|
|
</ActivityParagraph>
|
|
</div>
|
|
</template> |