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/2019-06_lis.nix | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 experience/2019-06_lis.nix (limited to 'experience/2019-06_lis.nix') diff --git a/experience/2019-06_lis.nix b/experience/2019-06_lis.nix deleted file mode 100644 index 456e6dc..0000000 --- a/experience/2019-06_lis.nix +++ /dev/null @@ -1,39 +0,0 @@ -{...}: { - 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