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/2019-09_m1.nix | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 education/2018-09_ens/2019-09_m1.nix (limited to 'education/2018-09_ens/2019-09_m1.nix') diff --git a/education/2018-09_ens/2019-09_m1.nix b/education/2018-09_ens/2019-09_m1.nix new file mode 100644 index 0000000..f58e7ea --- /dev/null +++ b/education/2018-09_ens/2019-09_m1.nix @@ -0,0 +1,39 @@ +{ ... }: + +{ + date = { + start = "2019-09-01"; + end = "2020-07-31"; + }; + program = { + name = "ENS's Computer Science Department"; + acronym = "DIENS"; + studyType = "First year Master's degree in Computer Science"; + url = "https://diplome.di.ens.fr/index_en.html"; + }; + courses = { + "Computer Science" = [ + "Random Structures & Algorithms" + "Path Planning in Robotics" + "Models & Algorithms for Networks" + "Deep Learning" + "Artificial Vision" + "Lambda Calculus & Categories" + "Combinatorial & Convex Optimisation" + "Parallel & Reactive Programming" + ]; + Mathematics = [ + "Functional Analysis" + "Dynamical Systems" + "Stochastic Processes" + "Differential Geometry" + "Algebra (Domains)" + "Logics" + "Data Science" + "Statistics" + "Partial Differential Equations" + "Algebraic Topology" + ]; + }; + description = "Completed with highest honors (18.20/20)."; +} -- cgit v1.2.3