summaryrefslogtreecommitdiff
path: root/experience/jobs/2022-03_irif.nix
diff options
context:
space:
mode:
Diffstat (limited to 'experience/jobs/2022-03_irif.nix')
-rw-r--r--experience/jobs/2022-03_irif.nix35
1 files changed, 35 insertions, 0 deletions
diff --git a/experience/jobs/2022-03_irif.nix b/experience/jobs/2022-03_irif.nix
new file mode 100644
index 0000000..f989225
--- /dev/null
+++ b/experience/jobs/2022-03_irif.nix
@@ -0,0 +1,35 @@
+{ ... }:
+{
+ date = {
+ start = {
+ year = 2022;
+ month = 3;
+ day = 14;
+ };
+ end = {
+ year = 2022;
+ month = 7;
+ day = 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";
+ type = "Writings";
+ }
+ ];
+ description = "Generalized a categorical framework for the minimization and active learning of transition systems and instanciated it to develop new such algorithms.";
+}