mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
Add BSc degree
This commit is contained in:
@ -15,17 +15,17 @@
|
||||
{
|
||||
title: $t('diploma'), time_label: '2015 - 2020',
|
||||
description: $t('aldini'),
|
||||
start: new Date(2015, september, 1), end: new Date(2020, june, 1)
|
||||
start: new Date(2015, september, 15), end: new Date(2020, june, 20)
|
||||
},
|
||||
{
|
||||
title: $t('bs in cs'), time_label: '2020 - 2023',
|
||||
description: $t('unibo'),
|
||||
start: new Date(2020, september, 1), end: new Date(2023, september, 1), current: true
|
||||
start: new Date(2020, september, 21), end: new Date(2023, october, 11), current: false
|
||||
},
|
||||
{
|
||||
title: $t('ms in ai'), time_label: '2023 - 2025',
|
||||
description: $t('unibo'),
|
||||
start: new Date(2023, september, 1), end: new Date(), current: true
|
||||
start: new Date(2023, september, 18), end: new Date(), current: true
|
||||
}
|
||||
]"
|
||||
:left="[
|
||||
|
||||
@ -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>
|
||||
Reference in New Issue
Block a user