summaryrefslogtreecommitdiff
path: root/education/2018-09_ens/2021-09_m2.nix
blob: 02ebc0bbb7c445352304a3483b38ec14b416490e (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
42
43
44
{ ... }:

{
  date = {
    start = {
      year = 2021;
      month = 9;
      day = 1;
    };
    end = {
      year = 2022;
      month = 7;
      day = 31;
    };
  };
  program = {
    name = "Parisian Master of Research in Computer Science";
    acronym = "MPRI";
    studyType = "Second year Master's degree in Theoretical Computer Science";
    url = "https://wikimpri.dptinfo.ens-cachan.fr/doku.php";
  };
  courses = {
    "Computer Science" = [
      "Denotational Semantics (Domains, Categories, Games)"
      "Concurrency"
      "Functional Programmming & Type Systems"
      "Proof Systems"
      "Proof Assistants"
      "Non-Sequential Theory of Distributed Systems"
      "Real-time & Hybrid Systems"
      "Well Quasi-Orders & Algorithms"
      "Approximation Algorithms"
      "Molecular Algorithms"
      "Finite Automata as Models"
      "Game Theory"
      "Quantum Computing"
      "Proof of Programs"
      "Programming Shared-Memory Multi-Threaded Machines"
      "Probabilistic Programming"
    ];
  };
  description =
    "Graduated with highest honors (18.43/20), second of a highly-selective class of 70 students.";
}