summaryrefslogtreecommitdiff
path: root/experience/2023-03_irif.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-02-26 18:57:46 +0100
committerQuentin Aristote <quentin@aristote.fr>2023-02-26 18:57:46 +0100
commit7877bfc11bdebb269b77193e2b0ca55eb33830ec (patch)
treeee69ba8f830ae44fbde9809e07f7e52dd82cce4e /experience/2023-03_irif.nix
parent4f91bd86bbe9bc3e7fdc04916f244ace13a92a15 (diff)
end tweag internship and start irif one
in particular, assets now come with a type to differentiate between publications and software
Diffstat (limited to 'experience/2023-03_irif.nix')
-rw-r--r--experience/2023-03_irif.nix19
1 files changed, 19 insertions, 0 deletions
diff --git a/experience/2023-03_irif.nix b/experience/2023-03_irif.nix
new file mode 100644
index 0000000..a8dbc6c
--- /dev/null
+++ b/experience/2023-03_irif.nix
@@ -0,0 +1,19 @@
+{ ... }:
+
+{
+ date = {
+ start = "2023-02-27";
+ end = "2023-07-28";
+ };
+ 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/";
+ }];
+ description = "Ongoing. Pre-PhD internship.";
+}