summaryrefslogtreecommitdiff
path: root/education/2018-09_ens/2018-09_l3.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/2018-09_l3.nix
add initial data
Diffstat (limited to 'education/2018-09_ens/2018-09_l3.nix')
-rw-r--r--education/2018-09_ens/2018-09_l3.nix36
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)";
+}