summaryrefslogtreecommitdiff
path: root/experience/2020-03_nii.nix
blob: fb6e50d9748464ecf5584a9814b65f8ee42851d7 (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
{ ... }:

{
  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";
      type = "Publications";
    }
  ];
  description = "Generalized a greatest-fixed-points- and safety-games-based fibrational framework for bisimulations to nested fixed points and parity games.";
}