From 102ed4e7d78dd17ce8ce9e0b928f5123e94d0cfa Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 11 Nov 2022 17:27:34 +0100 Subject: add initial data --- experience/2020-03_nii.nix | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 experience/2020-03_nii.nix (limited to 'experience/2020-03_nii.nix') 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."; +} -- cgit v1.2.3