diff --git a/components/resume/PaperReference.vue b/components/resume/PaperReference.vue
new file mode 100644
index 0000000..650cb66
--- /dev/null
+++ b/components/resume/PaperReference.vue
@@ -0,0 +1,23 @@
+
+
+
+ {{ author }};
+ .
+ ({{ props.year }}). "{{ props.title }}".
+
{{ journal }}.
+
{{ $t("under_review") }}
+
DOI: {{ props.doi }}.
+
+
+
+
+
\ No newline at end of file
diff --git a/components/resume/sections/Publications.vue b/components/resume/sections/Publications.vue
new file mode 100644
index 0000000..63ab3fc
--- /dev/null
+++ b/components/resume/sections/Publications.vue
@@ -0,0 +1,25 @@
+
+
+
{{ $t("publications") }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/locales/en-US/resume.ts b/locales/en-US/resume.ts
index 97f5866..b76a23f 100644
--- a/locales/en-US/resume.ts
+++ b/locales/en-US/resume.ts
@@ -4,8 +4,9 @@ export default {
"certificates": "Certificates",
"skills": "Skills",
"other": "Other activities",
+ "publications": "Publications",
"link to certificate": "Link to certificate",
- "future": "What will happen?",
+ "future": "What will happen next?",
"like timelines": "I like timelines",
"cv_link": "/cv/cv_xia_en1.pdf",
@@ -33,7 +34,7 @@ export default {
"web development": "Web development",
"devops": "DevOps",
- "data analysis": "Data analysis",
+ "data analysis": "Data analysis and machine learning",
"other programming languages": "Other programming languages",
@@ -43,7 +44,7 @@ export default {
"cs50 ai description": "Problem solving using algorithms based on graphs, statistics, optimization and machine learning.",
- "pcto toyota": "IT/IS Office, Internship",
+ "pcto toyota": "IT/IS Office Intern",
"pcto toyota description": "Internship organized during high school.",
"pcto toyota description list1": "IT support.",
"pcto toyota description list2": "Maintenance and setup of network devices.",
@@ -59,5 +60,9 @@ export default {
"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."
+ "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.",
+
+ "under_review": "Under review",
+ "research intern": "Research Intern",
+ "japan": "Japan"
}
\ No newline at end of file
diff --git a/locales/it-IT/resume.ts b/locales/it-IT/resume.ts
index 4457787..042d947 100644
--- a/locales/it-IT/resume.ts
+++ b/locales/it-IT/resume.ts
@@ -4,6 +4,7 @@ export default {
"certificates": "Certificati",
"skills": "Competenze",
"other": "Altre attività",
+ "publications": "Pubblicazioni",
"link to certificate": "Link al certificato",
"future": "Chissà cosa succederà",
"like timelines": "Mi piacciono le linee del tempo",
@@ -33,7 +34,7 @@ export default {
"web development": "Sviluppo web",
"devops": "DevOps",
- "data analysis": "Data analysis",
+ "data analysis": "Data analysis e machine learning",
"other programming languages": "Altri linguaggi di programmazione",
@@ -58,5 +59,9 @@ export default {
"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."
+ "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"
}
\ No newline at end of file
diff --git a/pages/resume.vue b/pages/resume.vue
index 723a555..7a14d34 100644
--- a/pages/resume.vue
+++ b/pages/resume.vue
@@ -21,10 +21,11 @@