diff --git a/components/resume/sections/Other.vue b/components/resume/sections/Other.vue index 4979fd7..b9d37f4 100644 --- a/components/resume/sections/Other.vue +++ b/components/resume/sections/Other.vue @@ -2,6 +2,10 @@

{{ $t("other") }}

+ + {{ $t("lauzhack description") }} + + {{ $t("ois description") }} diff --git a/components/resume/sections/Skills.vue b/components/resume/sections/Skills.vue index 8f1a6e2..704751b 100644 --- a/components/resume/sections/Skills.vue +++ b/components/resume/sections/Skills.vue @@ -37,8 +37,8 @@ diff --git a/locales/en-US/resume.ts b/locales/en-US/resume.ts index 6baeaee..97f5866 100644 --- a/locales/en-US/resume.ts +++ b/locales/en-US/resume.ts @@ -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." } \ No newline at end of file diff --git a/locales/it-IT/resume.ts b/locales/it-IT/resume.ts index b48e814..4457787 100644 --- a/locales/it-IT/resume.ts +++ b/locales/it-IT/resume.ts @@ -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." } \ No newline at end of file