diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-08-20 14:27:53 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-08-20 17:11:33 +0200 |
| commit | 1b58988cc70068e43c479809f3b3fa34bc5ff11d (patch) | |
| tree | 5a5abf9ba1fa3808be621dd2a3a3cdc6503eb162 /education/2016-09_llg.nix | |
| parent | 00348ab9a2d66c41d61788455acfe6cfadad13c6 (diff) | |
change api to accomodate for tex cv
Diffstat (limited to 'education/2016-09_llg.nix')
| -rw-r--r-- | education/2016-09_llg.nix | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/education/2016-09_llg.nix b/education/2016-09_llg.nix index 9a13202..3ec5e41 100644 --- a/education/2016-09_llg.nix +++ b/education/2016-09_llg.nix @@ -1,12 +1,23 @@ { href, ... }: { - date = { start = "2016-09-01"; end = "2018-07-31"; }; + date = { + start = { + year = 2016; + month = 9; + day = 1; + }; + end = { + year = 2018; + month = 7; + day = 31; + }; + }; institution = { name = "Lycée Louis-le-Grand"; location = "Paris, France"; url = "https://www.louislegrand.fr/"; }; studyType = "Higher Schools Preparatory Classes"; - description = "MPSI - MP* (Mathematics, Physics & Computer Science)"; + description = "MPSI - MP* (Mathematics, Physics and Computer Science)"; } |
