diff options
Diffstat (limited to 'education/2018-09_ens/2018-09_l3.nix')
| -rw-r--r-- | education/2018-09_ens/2018-09_l3.nix | 36 |
1 files changed, 36 insertions, 0 deletions
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)"; +} |
