summaryrefslogtreecommitdiff
path: root/experience/2019-06_lis.nix
diff options
context:
space:
mode:
Diffstat (limited to 'experience/2019-06_lis.nix')
-rw-r--r--experience/2019-06_lis.nix30
1 files changed, 30 insertions, 0 deletions
diff --git a/experience/2019-06_lis.nix b/experience/2019-06_lis.nix
new file mode 100644
index 0000000..1f3da5d
--- /dev/null
+++ b/experience/2019-06_lis.nix
@@ -0,0 +1,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.";
+}