From 459369f34f11556303963e70df2affaf4400f085 Mon Sep 17 00:00:00 2001 From: Herbrant Date: Wed, 20 Dec 2023 09:15:39 +0100 Subject: [PATCH] chore: updated education and experience --- content/_index.html | 17 +++++++---------- data/education.json | 3 ++- data/experience.json | 14 +++++++++++++- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/content/_index.html b/content/_index.html index 47a7877..3afa28f 100644 --- a/content/_index.html +++ b/content/_index.html @@ -10,20 +10,17 @@ - json ---

- Hi! I'm a Computer Science's student at the University of Catania in Italy.
My areas of interest are about Computer Security, Operating Systems and System Administration. + Hi! I'm a Computer Science's student at the University of Catania in Italy.
My area of interest is about Cryptography and Cryptographic Engineering.


-
-
-
- +
+
+
+
-
- -
-
- +
+
diff --git a/data/education.json b/data/education.json index a835d9e..dd6bcc5 100644 --- a/data/education.json +++ b/data/education.json @@ -3,7 +3,8 @@ "school":"[University of Catania](https://unict.it)", "degree":"M.Sc. in Computer Science", "major":"Network Systems and Security", - "range":"2021 - now" + "notes": "110/110 cum laude", + "range":"2021 - 2023" }, { "school":"[University of Catania](https://unict.it)", diff --git a/data/experience.json b/data/experience.json index 8d49380..59f2aed 100644 --- a/data/experience.json +++ b/data/experience.json @@ -1,4 +1,16 @@ [ + { + "role": "Research Fellow", + "company": "Università di Catania", + "summary": "", + "range": "2023 - now" + }, + { + "role": "Teaching Assistant", + "company": "Università di Catania", + "summary": "Sistemi Operativi", + "range": "2023" + }, { "role": "Software Developer", "company": "Aucta Cognitio", @@ -7,7 +19,7 @@ }, { "role": "Teaching Assistant", - "company": "Università degli Studi di Catania", + "company": "Università di Catania", "summary": "Sistemi Operativi, Internet Security, Tecnologie per i Sistemi Distribuiti e il Web con Laboratorio, Informatica 2", "range": "2021 - 2022" },