summaryrefslogtreecommitdiff
path: root/experience/2022-03_irif.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-11-11 17:27:34 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-11-11 17:27:34 +0100
commit102ed4e7d78dd17ce8ce9e0b928f5123e94d0cfa (patch)
tree357bafdd2f40ca3504748998e8c9d704198a485d /experience/2022-03_irif.nix
add initial data
Diffstat (limited to 'experience/2022-03_irif.nix')
-rw-r--r--experience/2022-03_irif.nix25
1 files changed, 25 insertions, 0 deletions
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.";
+}