diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-12-28 20:32:36 +0100 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-12-28 21:06:20 +0100 |
| commit | 74f60a223eb34775ebe74e1b8251b2ee0b8a0797 (patch) | |
| tree | 6238b268bfa6ad15be88d1780a01dae5c6590e9f /education/2018-09_ens | |
| parent | f190591641c489dba0c6aa53f8eebab4634c88e2 (diff) | |
more positive phrasing
Diffstat (limited to 'education/2018-09_ens')
| -rw-r--r-- | education/2018-09_ens/default.nix | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/education/2018-09_ens/default.nix b/education/2018-09_ens/default.nix index 426b8e7..100a296 100644 --- a/education/2018-09_ens/default.nix +++ b/education/2018-09_ens/default.nix @@ -1,4 +1,5 @@ -{make, ...}: { +{ make, ... }: +{ date = { start = { year = 2018; @@ -12,15 +13,16 @@ }; }; institution = { - name = "École Normale Supérieure"; + 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 {}) [ + 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."; + description = "One extra year to follow additional postgraduate courses in Mathematics; another one to do additional internships in Computer Science."; } |
