From 526c88258a5e77101d35664851ae4b5bac170b09 Mon Sep 17 00:00:00 2001 From: aristote Date: Mon, 24 Nov 2025 18:26:49 +0100 Subject: experience: add academic service --- experience/jobs/2019-06_lis.nix | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 experience/jobs/2019-06_lis.nix (limited to 'experience/jobs/2019-06_lis.nix') diff --git a/experience/jobs/2019-06_lis.nix b/experience/jobs/2019-06_lis.nix new file mode 100644 index 0000000..3382d94 --- /dev/null +++ b/experience/jobs/2019-06_lis.nix @@ -0,0 +1,40 @@ +{ ... }: +{ + date = { + start = { + year = 2019; + month = 6; + day = 1; + }; + end = { + year = 2019; + month = 7; + day = 31; + }; + }; + institution = { + position = "research intern in Natural Computing"; + name = "LiS Laboratory (UMR 7020), CNRS"; + url = "https://www.lis-lab.fr/en/home/"; + location = "Luminy, France"; + }; + supervisors = [ + { + name = "Giuseppe di Molfetta"; + url = "https://www.giuseppe-dimolfetta.com"; + } + ]; + assets = [ + { + name = "internship report"; + id = "aristoteMarcheQuantiqueReseau2019"; + type = "Writings"; + } + { + name = "paper"; + id = "aristoteDynamicalTriangulationInduced2020"; + type = "Writings"; + } + ]; + description = "Developed a quantum walker model whose density changes its own environment."; +} -- cgit v1.2.3