summaryrefslogtreecommitdiff
path: root/experience/2020-03_nii.nix
blob: ae2a70174c971519a781a1192e0b7784f3133f56 (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 = "2020-03-01";
    end = "2020-07-31";
  };
  institution = {
    position = "research intern in Applied Category Theory";
    name = "ERATO MMSD, NII";
    url = "https://group-mmm.org/eratommsd/";
    location = "Tōkyō, Japan";
  };
  supervisors = [{
    name = "Ichiro Hasuo";
    url = "https://group-mmm.org/~ichiro/";
  } {
    name = "Jérémy Dubut";
    url = "https://group-mmm.org/~dubut/";
  }];
  assets = [
    {
      name = "internship report";
      id = "aristoteFibrationalFrameworkNested2020";
    }
  ];
  description = "Studied a fibrational framework for nested fixed points and (bi)simulation notions for Büchi automata.";
}