summaryrefslogtreecommitdiff
path: root/education/2018-09_ens/2018-09_l3.nix
blob: aba9e82c79bf29d2a68284dd55cb3d07084012a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{...}: {
  date = {
    start = {
      year = 2018;
      month = 9;
      day = 1;
    };
    end = {
      year = 2019;
      month = 7;
      day = 31;
    };
  };
  program = {
    name = "ENS's Computer Science Department";
    acronym = "DIENS";
    studyType = "Bachelor's degrees in Computer Science and Mathematics";
    url = "https://diplome.di.ens.fr/index_en.html";
  };
  courses = {
    "Computer Science" = [
      "Machine Learning"
      "Databases"
      "Formal Languages, Decidability & Complexity"
      "Operating Systems"
      "Algorithms & Programming"
      "Cryptography"
      "Programming Languages & Compilation"
      "Semantics & Verification of Programs"
      "Hardware Systems"
    ];
    Mathematics = [
      "Algebra (Groups)"
      "Complex Analysis"
      "Measure Theory"
      "Topology & Differential Calculus"
      "Information Theory"
    ];
  };
  description = "Graduated with highest honors in Computer Science (17.80/20), with honors in Mathematics (14.74/20).";
}