blob: 6b2612f92a68ddc24f5810479fedbcccbaf41f36 (
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 = "Publications";
}
{
name = "paper";
id = "aristoteDynamicalTriangulationInduced2020";
type = "Publications";
}
];
description = "Developed a quantum walker model whose density changes its own environment.";
}
|