diff --git a/components/resume/ExperienceTimeline.vue b/components/resume/ExperienceTimeline.vue index c846ef6..d66a1a8 100644 --- a/components/resume/ExperienceTimeline.vue +++ b/components/resume/ExperienceTimeline.vue @@ -44,6 +44,11 @@ description: 'CISCO Networking Academy', start: new Date(2018, september, 1), end: new Date(2018, september, 1) }, + { + title: $t('research intern'), time_label: `${$t('m_4')} 2023 - ${$t('m_9')} 2023`, + description: `SmartData Research Group, Bologna, ${$t('italy')}`, + start: new Date(2023, april, 1), end: new Date(2023, september, 1) + }, { title: $t('research intern'), time_label: `${$t('m_7')} 2025 - ${$t('m_1')} 2026`, description: `National Institute of Informatics, Tokyo, ${$t('japan')}`, diff --git a/components/resume/sections/Education.vue b/components/resume/sections/Education.vue index 623dbb5..6f25114 100644 --- a/components/resume/sections/Education.vue +++ b/components/resume/sections/Education.vue @@ -2,7 +2,12 @@

{{ $t("education") }}

- + +
+ {{ $t("thesis title") }}:  + A Self-Supervised Attribution Method for Explaining Neural Networks +
+
{{ $t("graduation grade") }}: 110/110 {{ $t("with honors") }}
diff --git a/components/resume/sections/Work.vue b/components/resume/sections/Work.vue index 64c3bf1..a26fd71 100644 --- a/components/resume/sections/Work.vue +++ b/components/resume/sections/Work.vue @@ -9,6 +9,13 @@ > + + +