summaryrefslogtreecommitdiff
path: root/experience/2022-03_irif.nix
blob: 3094556a9b3bd42c8ee5342f25d9ba873d83906c (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 = 2022;
      month = 3;
      day = 14;
    };
    end = {
      year = 2022;
      month = 7;
      day = 31;
    };
  };
  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 = [{
    name = "internship report";
    id = "aristoteApplicationsCategoricalFramework2022";
    type = "Publications";
  }];
  description =
    "Generalized a categorical framework for the minimization and active learning of transition systems and instanciated it to develop new such algorithms.";
}