diff options
Diffstat (limited to 'experience/2019-06_lis.nix')
| -rw-r--r-- | experience/2019-06_lis.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/experience/2019-06_lis.nix b/experience/2019-06_lis.nix index 32d8ddd..6b2612f 100644 --- a/experience/2019-06_lis.nix +++ b/experience/2019-06_lis.nix @@ -1,6 +1,4 @@ -{ ... }: - -{ +{...}: { date = { start = { year = 2019; @@ -19,10 +17,12 @@ url = "https://www.lis-lab.fr/en/home/"; location = "Luminy, France"; }; - supervisors = [{ - name = "Giuseppe di Molfetta"; - url = "https://www.giuseppe-dimolfetta.com"; - }]; + supervisors = [ + { + name = "Giuseppe di Molfetta"; + url = "https://www.giuseppe-dimolfetta.com"; + } + ]; assets = [ { name = "internship report"; @@ -35,6 +35,5 @@ type = "Publications"; } ]; - description = - "Developed a quantum walker model whose density changes its own environment."; + description = "Developed a quantum walker model whose density changes its own environment."; } |
