blob: 40643b592530223ee0f635fcefb06f4a524f18e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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)";
}
|