Add BSc degree

This commit is contained in:
2023-11-05 20:04:16 +01:00
parent fc8bc02463
commit 104d7377b2
11 changed files with 56 additions and 15 deletions

View File

@ -5,12 +5,14 @@
<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 - ${$t('present')}`">
<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("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("final grade") }}: 100/100 {{ $t("with honors") }}</div>
<div>{{ $t("graduation grade") }}: 100/100 {{ $t("with honors") }}</div>
</ActivityParagraph>
</div>
</template>