diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-11 17:27:34 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-11 17:27:34 +0100 |
| commit | 102ed4e7d78dd17ce8ce9e0b928f5123e94d0cfa (patch) | |
| tree | 357bafdd2f40ca3504748998e8c9d704198a485d /experience/2020-03_nii.nix | |
add initial data
Diffstat (limited to 'experience/2020-03_nii.nix')
| -rw-r--r-- | experience/2020-03_nii.nix | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/experience/2020-03_nii.nix b/experience/2020-03_nii.nix new file mode 100644 index 0000000..ae2a701 --- /dev/null +++ b/experience/2020-03_nii.nix @@ -0,0 +1,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."; +} |
