summaryrefslogtreecommitdiff
path: root/education/2018-09_ens/2019-09_m1.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/2019-09_m1.nix
add initial data
Diffstat (limited to 'education/2018-09_ens/2019-09_m1.nix')
-rw-r--r--education/2018-09_ens/2019-09_m1.nix39
1 files changed, 39 insertions, 0 deletions
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).";
+}