summaryrefslogtreecommitdiff
path: root/experience/2023-03_irif.nix
blob: a8dbc6cd085dd2e089e9e3199f403ac200b75a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ ... }:

{
  date = {
    start = "2023-02-27";
    end = "2023-07-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/";
  }];
  description = "Ongoing. Pre-PhD internship.";
}