Add LauzHack

This commit is contained in:
2024-12-07 19:40:58 +01:00
parent 4995b1ad3e
commit 007c3705c5
4 changed files with 16 additions and 7 deletions

View File

@ -2,6 +2,10 @@
<div> <div>
<h2 class="text-4xl font-bold tracking-wide">{{ $t("other") }}</h2> <h2 class="text-4xl font-bold tracking-wide">{{ $t("other") }}</h2>
<ActivityParagraph title="LauzHack 2024" :subtitle="$t('epfl')" right_text="2024">
{{ $t("lauzhack description") }}
</ActivityParagraph>
<ActivityParagraph :title="$t('ois')" :subtitle="$t('aldini')" right_text="2017-18 | 2018-19 | 2019-20"> <ActivityParagraph :title="$t('ois')" :subtitle="$t('aldini')" right_text="2017-18 | 2018-19 | 2019-20">
{{ $t("ois description") }} {{ $t("ois description") }}
</ActivityParagraph> </ActivityParagraph>

View File

@ -37,8 +37,8 @@
</ul> </ul>
<ul class="flex flex-wrap items-center"> <ul class="flex flex-wrap items-center">
<li><ProgrammingLogo :logo="jenkins_logo" language="Jenkins" /></li> <li><ProgrammingLogo :logo="jenkins_logo" language="Jenkins" /></li>
<li><ProgrammingLogo :logo="gitlab_runners_logo" language="Gitlab Runner" /></li> <li><ProgrammingLogo :logo="gitlab_runners_logo" language="GitLab Runner" /></li>
<li><ProgrammingLogo :logo="github_actions_logo" language="Github Actions" /></li> <li><ProgrammingLogo :logo="github_actions_logo" language="GitHub Actions" /></li>
</ul> </ul>
</ActivityParagraph> </ActivityParagraph>

View File

@ -28,7 +28,7 @@ export default {
"thesis title": "Thesis title", "thesis title": "Thesis title",
"diploma": "Technical Institute Diploma", "diploma": "Technical Institute Diploma",
"aldini": "Aldini Valeriani, Bologna, Italy", "aldini": "Aldini Valeriani, Italy",
"diploma desc": "Informatics specialization", "diploma desc": "Informatics specialization",
"web development": "Web development", "web development": "Web development",
@ -54,8 +54,10 @@ export default {
"ois": "Informatics Olympiad in Teams", "ois": "Informatics Olympiad in Teams",
"ois description": "Team based programming competition.", "ois description": "Team based programming competition.",
"MAST foundation": "MAST Foundation", "MAST foundation": "MAST Foundation, Italy",
"MAST expeditions description": "Design and implementation of an IOT box with Flip & Click programmable microcontrollers and " + "MAST expeditions description": "Design and implementation of an IOT box with Flip & Click programmable microcontrollers and " +
"the Zerynth Studio development environment." "the Zerynth Studio development environment.",
"epfl": "EPFL, Switzerland",
"lauzhack description": "24-hour hackathon where my team tackled and was awarded first prize for the challenge proposed by Bristol Myers Squibb on probabilistic time series forecasting."
} }

View File

@ -55,5 +55,8 @@ export default {
"MAST foundation": "Fondazione MAST", "MAST foundation": "Fondazione MAST",
"MAST expeditions description": "Progettazione e realizzazione di una scatola IOT attraverso l'utilizzo di schede programmabili Flip & Click e " + "MAST expeditions description": "Progettazione e realizzazione di una scatola IOT attraverso l'utilizzo di schede programmabili Flip & Click e " +
"l'ambiente di sviluppo Zerynth Studio." "l'ambiente di sviluppo Zerynth Studio.",
"epfl": "EPFL, Svizzera",
"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."
} }