summaryrefslogtreecommitdiff
path: root/experience/jobs/2019-06_lis.nix
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2025-11-24 18:26:49 +0100
committeraristote <quentin.aristote@irif.fr>2025-11-25 09:48:39 +0100
commit526c88258a5e77101d35664851ae4b5bac170b09 (patch)
tree9efc20905bd41784f0c2997db986263bed37f44a /experience/jobs/2019-06_lis.nix
parentf76407d6ec1932cecea981238458bfd15a3dfc08 (diff)
experience: add academic service
Diffstat (limited to 'experience/jobs/2019-06_lis.nix')
-rw-r--r--experience/jobs/2019-06_lis.nix40
1 files changed, 40 insertions, 0 deletions
diff --git a/experience/jobs/2019-06_lis.nix b/experience/jobs/2019-06_lis.nix
new file mode 100644
index 0000000..3382d94
--- /dev/null
+++ b/experience/jobs/2019-06_lis.nix
@@ -0,0 +1,40 @@
+{ ... }:
+{
+ 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.";
+}