summaryrefslogtreecommitdiff
path: root/education/2018-09_ens
diff options
context:
space:
mode:
Diffstat (limited to 'education/2018-09_ens')
-rw-r--r--education/2018-09_ens/2018-09_l3.nix7
-rw-r--r--education/2018-09_ens/2019-09_m1.nix4
-rw-r--r--education/2018-09_ens/2021-09_m2.nix7
-rw-r--r--education/2018-09_ens/default.nix9
4 files changed, 8 insertions, 19 deletions
diff --git a/education/2018-09_ens/2018-09_l3.nix b/education/2018-09_ens/2018-09_l3.nix
index d02c9e3..aba9e82 100644
--- a/education/2018-09_ens/2018-09_l3.nix
+++ b/education/2018-09_ens/2018-09_l3.nix
@@ -1,6 +1,4 @@
-{ ... }:
-
-{
+{...}: {
date = {
start = {
year = 2018;
@@ -39,6 +37,5 @@
"Information Theory"
];
};
- description =
- "Graduated with highest honors in Computer Science (17.80/20), with honors in Mathematics (14.74/20).";
+ description = "Graduated with highest honors in Computer Science (17.80/20), with honors in Mathematics (14.74/20).";
}
diff --git a/education/2018-09_ens/2019-09_m1.nix b/education/2018-09_ens/2019-09_m1.nix
index 40ca4d1..9c85316 100644
--- a/education/2018-09_ens/2019-09_m1.nix
+++ b/education/2018-09_ens/2019-09_m1.nix
@@ -1,6 +1,4 @@
-{ ... }:
-
-{
+{...}: {
date = {
start = {
year = 2019;
diff --git a/education/2018-09_ens/2021-09_m2.nix b/education/2018-09_ens/2021-09_m2.nix
index 02ebc0b..a60e3e4 100644
--- a/education/2018-09_ens/2021-09_m2.nix
+++ b/education/2018-09_ens/2021-09_m2.nix
@@ -1,6 +1,4 @@
-{ ... }:
-
-{
+{...}: {
date = {
start = {
year = 2021;
@@ -39,6 +37,5 @@
"Probabilistic Programming"
];
};
- description =
- "Graduated with highest honors (18.43/20), second of a highly-selective class of 70 students.";
+ description = "Graduated with highest honors (18.43/20), second of a highly-selective class of 70 students.";
}
diff --git a/education/2018-09_ens/default.nix b/education/2018-09_ens/default.nix
index 4adeee8..426b8e7 100644
--- a/education/2018-09_ens/default.nix
+++ b/education/2018-09_ens/default.nix
@@ -1,6 +1,4 @@
-{ make, ... }:
-
-{
+{make, ...}: {
date = {
start = {
year = 2018;
@@ -19,11 +17,10 @@
location = "Paris, France";
};
studyType = "Master's degree in Theoretical Computer Science";
- years = builtins.map (path: make path { }) [
+ years = builtins.map (path: make path {}) [
./2018-09_l3.nix
./2019-09_m1.nix
./2021-09_m2.nix
];
- description =
- "Took two gap years: one to follow additional postgraduate courses in Mathematics; one to do additional internships.";
+ description = "Took two gap years: one to follow additional postgraduate courses in Mathematics; one to do additional internships.";
}