summaryrefslogtreecommitdiff
path: root/experience/2020-03_nii.nix
diff options
context:
space:
mode:
Diffstat (limited to 'experience/2020-03_nii.nix')
-rw-r--r--experience/2020-03_nii.nix28
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.";
+}