summaryrefslogtreecommitdiff
path: root/education/2018-09_ens/2018-09_l3.nix
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2023-08-20 14:27:53 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2023-08-20 17:11:33 +0200
commit1b58988cc70068e43c479809f3b3fa34bc5ff11d (patch)
tree5a5abf9ba1fa3808be621dd2a3a3cdc6503eb162 /education/2018-09_ens/2018-09_l3.nix
parent00348ab9a2d66c41d61788455acfe6cfadad13c6 (diff)
change api to accomodate for tex cv
Diffstat (limited to 'education/2018-09_ens/2018-09_l3.nix')
-rw-r--r--education/2018-09_ens/2018-09_l3.nix14
1 files changed, 11 insertions, 3 deletions
diff --git a/education/2018-09_ens/2018-09_l3.nix b/education/2018-09_ens/2018-09_l3.nix
index 40643b5..d02c9e3 100644
--- a/education/2018-09_ens/2018-09_l3.nix
+++ b/education/2018-09_ens/2018-09_l3.nix
@@ -2,8 +2,16 @@
{
date = {
- start = "2018-09-01";
- end = "2019-07-31";
+ start = {
+ year = 2018;
+ month = 9;
+ day = 1;
+ };
+ end = {
+ year = 2019;
+ month = 7;
+ day = 31;
+ };
};
program = {
name = "ENS's Computer Science Department";
@@ -32,5 +40,5 @@
];
};
description =
- "Graduated with highest honors in Computer Science (17.80/20), with honors in Mathematics (14.74/20)";
+ "Graduated with highest honors in Computer Science (17.80/20), with honors in Mathematics (14.74/20).";
}