mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
Add LauzHack
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
<div>
|
||||
<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">
|
||||
{{ $t("ois description") }}
|
||||
</ActivityParagraph>
|
||||
|
||||
@ -37,8 +37,8 @@
|
||||
</ul>
|
||||
<ul class="flex flex-wrap items-center">
|
||||
<li><ProgrammingLogo :logo="jenkins_logo" language="Jenkins" /></li>
|
||||
<li><ProgrammingLogo :logo="gitlab_runners_logo" language="Gitlab Runner" /></li>
|
||||
<li><ProgrammingLogo :logo="github_actions_logo" language="Github Actions" /></li>
|
||||
<li><ProgrammingLogo :logo="gitlab_runners_logo" language="GitLab Runner" /></li>
|
||||
<li><ProgrammingLogo :logo="github_actions_logo" language="GitHub Actions" /></li>
|
||||
</ul>
|
||||
</ActivityParagraph>
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ export default {
|
||||
"thesis title": "Thesis title",
|
||||
|
||||
"diploma": "Technical Institute Diploma",
|
||||
"aldini": "Aldini Valeriani, Bologna, Italy",
|
||||
"aldini": "Aldini Valeriani, Italy",
|
||||
"diploma desc": "Informatics specialization",
|
||||
|
||||
"web development": "Web development",
|
||||
@ -54,8 +54,10 @@ export default {
|
||||
"ois": "Informatics Olympiad in Teams",
|
||||
"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 " +
|
||||
"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."
|
||||
}
|
||||
@ -55,5 +55,8 @@ export default {
|
||||
|
||||
"MAST foundation": "Fondazione MAST",
|
||||
"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."
|
||||
}
|
||||
Reference in New Issue
Block a user