mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
Update cv
This commit is contained in:
@ -20,7 +20,12 @@
|
||||
{
|
||||
title: $t('bs in cs'), time_label: '2020 - 2023',
|
||||
description: $t('unibo'),
|
||||
start: new Date(2020, september, 1), end: new Date(), current: true
|
||||
start: new Date(2020, september, 1), end: new Date(2023, september, 1), current: true
|
||||
},
|
||||
{
|
||||
title: $t('ms in ai'), time_label: '2023 - 2025',
|
||||
description: $t('unibo'),
|
||||
start: new Date(2023, september, 1), end: new Date(), current: true
|
||||
}
|
||||
]"
|
||||
:left="[
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
<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 - ${$t('present')}`">
|
||||
</ActivityParagraph>
|
||||
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
<li><ProgrammingLogo :logo="scikitlearn_logo" language="Scikit-learn" /></li>
|
||||
<li><ProgrammingLogo :logo="tensorflow_logo" language="Tensorflow" /></li>
|
||||
<li><ProgrammingLogo :logo="keras_logo" language="Keras" /></li>
|
||||
<li><ProgrammingLogo :logo="pytorch_logo" language="PyTorch" /></li>
|
||||
</ul>
|
||||
<!-- <ul class="flex flex-wrap items-center">
|
||||
<li><ProgrammingLogo :logo="knime_logo" language="KNIME" /></li>
|
||||
@ -100,6 +101,7 @@
|
||||
import knime_logo from "@/assets/images/icons/knime.svg";
|
||||
import database_logo from "@/assets/images/icons/database.svg";
|
||||
import mongo_logo from "@/assets/images/icons/mongo.svg";
|
||||
import pytorch_logo from "@/assets/images/icons/pytorch.svg";
|
||||
|
||||
import c_logo from "@/assets/images/icons/c.svg";
|
||||
import cpp_logo from "@/assets/images/icons/cpp.svg";
|
||||
|
||||
Reference in New Issue
Block a user