blob: c9a6235ef1295b06e602762f20bb1c9bf0002acf (
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
|
{ ... }:
{
date = {
start = {
year = 2023;
month = 9;
day = 1;
};
end = {
year = 2026;
month = 8;
day = 31;
};
};
institution = {
position = "PhD student in Theoretical Computer Science";
name = "IRIF (UMR 8243), CNRS";
url = "https://www.irif.fr/en/index";
location = "Paris, France";
};
supervisors = [{
name = "Daniela Petrişan";
url = "https:/www.irif.fr/~petrisan/";
}];
description =
"Ongoing. Studying compositionality of monads and its application to effectful programming, in particular within automata theory.";
}
|