From 102ed4e7d78dd17ce8ce9e0b928f5123e94d0cfa Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 11 Nov 2022 17:27:34 +0100 Subject: add initial data --- education/2018-09_ens/default.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 education/2018-09_ens/default.nix (limited to 'education/2018-09_ens/default.nix') diff --git a/education/2018-09_ens/default.nix b/education/2018-09_ens/default.nix new file mode 100644 index 0000000..6c5aa4a --- /dev/null +++ b/education/2018-09_ens/default.nix @@ -0,0 +1,21 @@ +{ make, ... }: + +{ + date = { + start = "2018-09-01"; + end = "2023-08-31"; + }; + institution = { + name = "École Normale Supérieure"; + url = "https://www.ens.psl.eu/en"; + location = "Paris, France"; + }; + studyType = "Master's degree in Theoretical Computer Science"; + years = builtins.map (path: make path { }) [ + ./2018-09_l3.nix + ./2019-09_m1.nix + ./2021-09_m2.nix + ]; + description = + "Took two gap years: one to follow additional postgraduate courses in Mathematics; one to do additional internships."; +} -- cgit v1.2.3