summaryrefslogtreecommitdiff
path: root/experience/2019-06_lis.nix
blob: 456e6dc4cb4b982bc45a7b0a61c31fbc1cc2be57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{...}: {
  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.";
}