summaryrefslogtreecommitdiff
path: root/experience/2023-03_irif.nix
blob: 0a92d171131349f08d87a3a3befc2f19752bbb72 (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
{ ... }:

{
  date = {
    start = {
      year = 2023;
      month = 2;
      day = 27;
    };
    end = {
      year = 2023;
      month = 7;
      day = 28;
    };
  };
  institution = {
    position = "research intern in Applied Category Theory";
    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/";
  }];
  assets = [{
    type = "Publications";
    id = "aristoteFunctorialApproachMinimizing2023";
    name = "paper";
  }];
  description =
    "Follow-up to my M2's internship: wrote a paper and further explored some open questions as a preparation for my PhD.";
}