mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2026-05-06 16:56:37 +00:00
Update cv
This commit is contained in:
@@ -44,6 +44,11 @@
|
|||||||
description: 'CISCO Networking Academy',
|
description: 'CISCO Networking Academy',
|
||||||
start: new Date(2018, september, 1), end: new Date(2018, september, 1)
|
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`,
|
title: $t('research intern'), time_label: `${$t('m_7')} 2025 - ${$t('m_1')} 2026`,
|
||||||
description: `National Institute of Informatics, Tokyo, ${$t('japan')}`,
|
description: `National Institute of Informatics, Tokyo, ${$t('japan')}`,
|
||||||
|
|||||||
@@ -2,7 +2,12 @@
|
|||||||
<div>
|
<div>
|
||||||
<h2 class="text-4xl font-bold tracking-wide">{{ $t("education") }}</h2>
|
<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 :title="$t('ms in ai')" :subtitle="$t('unibo')" :right_text="`2023 - 2026`">
|
||||||
|
<div>
|
||||||
|
{{ $t("thesis title") }}:
|
||||||
|
<a class="font-mono hover:underline" href="https://raw.githubusercontent.com/NotXia/self-supervised-xai-thesis/main/thesis/thesis.pdf">A Self-Supervised Attribution Method for Explaining Neural Networks</a>
|
||||||
|
</div>
|
||||||
|
<div>{{ $t("graduation grade") }}: 110/110 {{ $t("with honors") }}</div>
|
||||||
</ActivityParagraph>
|
</ActivityParagraph>
|
||||||
|
|
||||||
<ActivityParagraph :title="$t('bs in cs')" :subtitle="$t('unibo')" :right_text="`2020 - 2023`">
|
<ActivityParagraph :title="$t('bs in cs')" :subtitle="$t('unibo')" :right_text="`2020 - 2023`">
|
||||||
|
|||||||
@@ -9,6 +9,13 @@
|
|||||||
>
|
>
|
||||||
</ActivityParagraph>
|
</ActivityParagraph>
|
||||||
|
|
||||||
|
<ActivityParagraph
|
||||||
|
:title="$t('research intern')"
|
||||||
|
:subtitle="`SmartData Research Group, Bologna, ${$t('italy')}`"
|
||||||
|
:right_text="`${$t('april')} 2023 - ${$t('september')} 2023`"
|
||||||
|
>
|
||||||
|
</ActivityParagraph>
|
||||||
|
|
||||||
<ActivityParagraph
|
<ActivityParagraph
|
||||||
:title="$t('pcto toyota')"
|
:title="$t('pcto toyota')"
|
||||||
:subtitle="`Toyota Material Handling Manufacturing, Bologna, ${$t('italy')}`"
|
:subtitle="`Toyota Material Handling Manufacturing, Bologna, ${$t('italy')}`"
|
||||||
|
|||||||
Reference in New Issue
Block a user