From 102ed4e7d78dd17ce8ce9e0b928f5123e94d0cfa Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 11 Nov 2022 17:27:34 +0100 Subject: add initial data --- education/2018-09_ens/2018-09_l3.nix | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 education/2018-09_ens/2018-09_l3.nix (limited to 'education/2018-09_ens/2018-09_l3.nix') diff --git a/education/2018-09_ens/2018-09_l3.nix b/education/2018-09_ens/2018-09_l3.nix new file mode 100644 index 0000000..40643b5 --- /dev/null +++ b/education/2018-09_ens/2018-09_l3.nix @@ -0,0 +1,36 @@ +{ ... }: + +{ + date = { + start = "2018-09-01"; + end = "2019-07-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)"; +} -- cgit v1.2.3