Update cv

This commit is contained in:
2023-09-13 15:38:33 +02:00
parent 77f96b3622
commit 33401ad8c6
7 changed files with 25 additions and 4 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0.6 1067.9 90.3 109.1" enable-background="new 0.6 1067.9 90.3 109.1" xml:space="preserve">
<g>
<path fill="#EE4C2C" d="M77.6,1099.6l-8.1,8.1c13.3,13.3,13.3,34.7,0,47.8c-13.3,13.3-34.7,13.3-47.8,0 c-13.3-13.3-13.3-34.7,0-47.8l0,0l21.1-21.1l3-3l0,0v-15.9l-31.8,31.8c-17.7,17.7-17.7,46.3,0,64c17.7,17.7,46.3,17.7,63.7,0 C95.3,1145.8,95.3,1117.4,77.6,1099.6z"/>
<circle fill="#EE4C2C" cx="61.7" cy="1091.8" r="5.9"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 798 B

View File

@ -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="[

View File

@ -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>

View File

@ -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";

View File

@ -22,6 +22,7 @@ export default {
"with honors": "with honors",
"bs in cs": "Bachelor's Degree in Computer Science",
"ms in ai": "Master's Degree in Artificial Intelligence",
"unibo": "Alma Mater Studiorum, University of Bologna",
"diploma": "Technical institute diploma",
@ -37,7 +38,7 @@ export default {
"cisco it essentials description": "Maintenance and administration of IT systems.\n" +
"Configuration and management of network devices.",
"cs50 ai description": "Problem solving through algorithms based on graphs, statistics, optimization and machine learning.",
"cs50 ai description": "Problem solving using algorithms based on graphs, statistics, optimization and machine learning.",
"pcto toyota": "IT/IS Office, Internship",
@ -51,6 +52,6 @@ export default {
"MAST foundation": "MAST Foundation",
"MAST expeditions description": "Design and implementation of an IOT box with Flip & Click programmable microcontrollers and " +
"Zerynth Studio development environment."
"the Zerynth Studio development environment."
}

View File

@ -22,6 +22,7 @@ export default {
"with honors": "e lode",
"bs in cs": "Laurea Triennale in Informatica",
"ms in ai": "Laurea Magistrale in Artificial Intelligence",
"unibo": "Alma Mater Studiorum, Università di Bologna",
"diploma": "Diploma di perito informatico",

View File

@ -27,7 +27,7 @@
<Other />
</div>
<div class="w-full md:w-1/3 mt-5 md:mt-0 order-2 md:order-1">
<div class="w-full md:w-1/3 mt-20 md:mt-0 order-2 md:order-1">
<ExperienceTimeline />
</div>
</div>