From 1b58988cc70068e43c479809f3b3fa34bc5ff11d Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 20 Aug 2023 14:27:53 +0200 Subject: change api to accomodate for tex cv --- education/2016-09_llg.nix | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'education/2016-09_llg.nix') 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)"; } -- cgit v1.2.3