blob: 95b641ca624876a318921d5ea988b50ba2d8f61d (
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 = "Generalized a greatest-fixed-points- and safety-games-based fibrational framework for bisimulations to nested fixed points and parity games.";
}
|