summaryrefslogtreecommitdiff
path: root/experience/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/2019-06_lis.nix
parentf76407d6ec1932cecea981238458bfd15a3dfc08 (diff)
experience: add academic service
Diffstat (limited to 'experience/2019-06_lis.nix')
-rw-r--r--experience/2019-06_lis.nix39
1 files changed, 0 insertions, 39 deletions
diff --git a/experience/2019-06_lis.nix b/experience/2019-06_lis.nix
deleted file mode 100644
index 456e6dc..0000000
--- a/experience/2019-06_lis.nix
+++ /dev/null
@@ -1,39 +0,0 @@
-{...}: {
- 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.";
-}