diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-11 17:27:34 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-11 17:27:34 +0100 |
| commit | 102ed4e7d78dd17ce8ce9e0b928f5123e94d0cfa (patch) | |
| tree | 357bafdd2f40ca3504748998e8c9d704198a485d /education/2016-09_llg.nix | |
add initial data
Diffstat (limited to 'education/2016-09_llg.nix')
| -rw-r--r-- | education/2016-09_llg.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/education/2016-09_llg.nix b/education/2016-09_llg.nix new file mode 100644 index 0000000..9a13202 --- /dev/null +++ b/education/2016-09_llg.nix @@ -0,0 +1,12 @@ +{ href, ... }: + +{ + date = { start = "2016-09-01"; end = "2018-07-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)"; +} |
