summaryrefslogtreecommitdiff
path: root/experience/2020-03_nii.nix
blob: e86fbee97fc0d4966aa59e332674578790ae8485 (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
34
35
36
37
38
39
{ ... }:

{
  date = {
    start = {
      year = 2020;
      month = 3;
      day = 1;
    };
    end = {
      year = 2020;
      month = 7;
      day = 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";
    type = "Publications";
  }];
  description =
    "Generalized a greatest-fixed-points- and safety-games-based fibrational framework for bisimulations to nested fixed points and parity games.";
}