summaryrefslogtreecommitdiff
path: root/education/2018-09_ens/2021-09_m2.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-11-11 17:27:34 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-11-11 17:27:34 +0100
commit102ed4e7d78dd17ce8ce9e0b928f5123e94d0cfa (patch)
tree357bafdd2f40ca3504748998e8c9d704198a485d /education/2018-09_ens/2021-09_m2.nix
add initial data
Diffstat (limited to 'education/2018-09_ens/2021-09_m2.nix')
-rw-r--r--education/2018-09_ens/2021-09_m2.nix36
1 files changed, 36 insertions, 0 deletions
diff --git a/education/2018-09_ens/2021-09_m2.nix b/education/2018-09_ens/2021-09_m2.nix
new file mode 100644
index 0000000..734e944
--- /dev/null
+++ b/education/2018-09_ens/2021-09_m2.nix
@@ -0,0 +1,36 @@
+{ ... }:
+
+{
+ date = {
+ start = "2021-09-01";
+ end = "2022-07-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.";
+}