mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
Compare commits
3 Commits
3d92665897
...
8afc8b740b
| Author | SHA1 | Date | |
|---|---|---|---|
|
8afc8b740b
|
|||
|
fa864d7a9c
|
|||
| 5bc4f16f6e |
@ -5,9 +5,9 @@
|
||||
|
||||
<div class="w-full h-full" ref="container_timeline">
|
||||
<div class="flex justify-center w-full h-full" v-if="month_offset > 0 && min_date && max_date">
|
||||
|
||||
|
||||
<!-- Left side -->
|
||||
<ol class="relative border-r text-right w-1/2 border-zinc-300 dark:border-zinc-700">
|
||||
<ol class="relative text-right w-1/2">
|
||||
<li class="mr-4 absolute right-0" v-for="event in left_events" :key="props.left[event.index].title" :style="`top: ${event.offset*month_offset}px`">
|
||||
<div class="relative">
|
||||
<!-- Start point -->
|
||||
@ -29,11 +29,13 @@
|
||||
</div>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<div class="w-4"></div>
|
||||
|
||||
<div class="w-2"></div>
|
||||
<div class="w-1 border-l border-zinc-300 dark:border-zinc-700 ml-1"></div>
|
||||
<div class="w-2"></div>
|
||||
|
||||
<!-- Right side -->
|
||||
<ol class="relative w-1/2 border-l border-zinc-300 dark:border-zinc-700">
|
||||
<ol class="relative w-1/2">
|
||||
<li class="ml-4 absolute left-0" v-for="event in right_events" :key="props.right[event.index].title" :style="`top: ${event.offset*month_offset}px`">
|
||||
<div class="relative">
|
||||
<!-- Start point -->
|
||||
|
||||
@ -2,8 +2,18 @@
|
||||
<div>
|
||||
<h2 class="text-4xl font-bold tracking-wide">{{ $t("working experience") }}</h2>
|
||||
|
||||
<ActivityParagraph :title="$t('pcto toyota')" subtitle="Toyota Material Handling Manufacturing Italy"
|
||||
:right_text="`${$t('december')} 2019 | ${$t('july')} 2019 | ${$t('february')} 2019`">
|
||||
<ActivityParagraph
|
||||
:title="$t('research intern')"
|
||||
:subtitle="`National Institute of Informatics, Tokyo, ${$t('japan')}`"
|
||||
:right_text="`${$t('july')} 2025 - ${$t('january')} 2026`"
|
||||
>
|
||||
</ActivityParagraph>
|
||||
|
||||
<ActivityParagraph
|
||||
:title="$t('pcto toyota')"
|
||||
:subtitle="`Toyota Material Handling Manufacturing, Bologna, ${$t('italy')}`"
|
||||
:right_text="`${$t('december')} 2019 | ${$t('july')} 2019 | ${$t('february')} 2019`"
|
||||
>
|
||||
{{ $t("pcto toyota description") }}
|
||||
<ul class="list-inside list-disc">
|
||||
<li>{{ $t("pcto toyota description list1") }}</li>
|
||||
|
||||
@ -19,6 +19,9 @@ export default {
|
||||
"m_7": "July", "m_8": "Aug", "m_9": "Sept", "m_10": "Oct", "m_11": "Nov", "m_12": "Dec",
|
||||
"present": "present",
|
||||
|
||||
"italy": "Italy",
|
||||
"japan": "Japan",
|
||||
|
||||
"final grade": "Final grade",
|
||||
"graduation grade": "Graduation grade",
|
||||
"with honors": "cum laude",
|
||||
@ -64,5 +67,6 @@ export default {
|
||||
|
||||
"under_review": "Under review",
|
||||
"research intern": "Research Intern",
|
||||
"japan": "Japan"
|
||||
|
||||
"nii internship": "Research Intern"
|
||||
}
|
||||
@ -19,6 +19,9 @@ export default {
|
||||
"m_7": "Lug", "m_8": "Ago", "m_9": "Set", "m_10": "Ott", "m_11": "Nov", "m_12": "Dic",
|
||||
"present": "in corso",
|
||||
|
||||
"italy": "Italia",
|
||||
"japan": "Giappone",
|
||||
|
||||
"final grade": "Valutazione finale",
|
||||
"graduation grade": "Valutazione finale",
|
||||
"with honors": "con lode",
|
||||
@ -62,6 +65,6 @@ export default {
|
||||
"lauzhack description": "Hackathon di 24 ore in cui la mia squadra ha risolto e vinto il primo posto della challenge proposta da Bristol Myers Squibb su predizioni probabilistiche di time series.",
|
||||
|
||||
"under_review": "In revisione",
|
||||
|
||||
"research intern": "Ricercatore tirocinante",
|
||||
"japan": "Giappone"
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user