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/2022-03_irif.nix | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 experience/2022-03_irif.nix (limited to 'experience/2022-03_irif.nix') diff --git a/experience/2022-03_irif.nix b/experience/2022-03_irif.nix new file mode 100644 index 0000000..cb06341 --- /dev/null +++ b/experience/2022-03_irif.nix @@ -0,0 +1,25 @@ +{ ... }: + +{ + date = { + start = "2022-03-14"; + end = "2022-07-31"; + }; + institution = { + position = "research intern in Applied Category Theory"; + name = "IRIF (UMR 8243), CNRS"; + url = "https://www.irif.fr/en/index"; + location = "Paris, France"; + }; + supervisors = [{ + name = "Daniela Petrişan"; + url = "https:/www.irif.fr/~petrisan/"; + }]; + assets = [ + { + name = "internship report"; + id = "aristoteApplicationsCategoricalFramework2022"; + } + ]; + description = "Studied a categorical framework for the minimization and active learning of transition systems."; +} -- cgit v1.2.3