diff options
Diffstat (limited to 'experience/jobs/2019-06_lis.nix')
| -rw-r--r-- | experience/jobs/2019-06_lis.nix | 40 |
1 files changed, 40 insertions, 0 deletions
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."; +} |
