summaryrefslogtreecommitdiff
path: root/experience/2019-06_lis.nix
blob: 0f446fc86d7e89670c9fa983962fd54c2d37de0b (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
{ ... }:

{
  date = {
    start = "2019-06-01";
    end = "2019-07-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 = "Publications";
    }
    {
      name = "paper";
      id = "aristoteDynamicalTriangulationInduced2020";
      type = "Publications";
    }
  ];
  description =
    "Developed a quantum walker model whose density changes its own environment.";
}