summaryrefslogtreecommitdiff
path: root/education/2016-09_llg.nix
blob: 3ec5e411827af035fd6e189be879494bcaacde29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ href, ... }:

{
  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 and Computer Science)";
}