blob: 1f3da5d097ba5dabaf38e36fbc015585b2ba2d50 (
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
|
{ ... }:
{
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";
}
{
name = "paper";
id = "aristoteDynamicalTriangulationInduced2020";
}
];
description =
"Studied a quantum walker whose density changes its own environment.";
}
|