summaryrefslogtreecommitdiff
path: root/experience/2023-03_irif.nix
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2025-11-24 18:26:49 +0100
committeraristote <quentin.aristote@irif.fr>2025-11-25 09:48:39 +0100
commit526c88258a5e77101d35664851ae4b5bac170b09 (patch)
tree9efc20905bd41784f0c2997db986263bed37f44a /experience/2023-03_irif.nix
parentf76407d6ec1932cecea981238458bfd15a3dfc08 (diff)
experience: add academic service
Diffstat (limited to 'experience/2023-03_irif.nix')
-rw-r--r--experience/2023-03_irif.nix34
1 files changed, 0 insertions, 34 deletions
diff --git a/experience/2023-03_irif.nix b/experience/2023-03_irif.nix
deleted file mode 100644
index b3aad75..0000000
--- a/experience/2023-03_irif.nix
+++ /dev/null
@@ -1,34 +0,0 @@
-{...}: {
- date = {
- start = {
- year = 2023;
- month = 2;
- day = 27;
- };
- end = {
- year = 2023;
- month = 7;
- day = 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/";
- }
- ];
- assets = [
- {
- type = "Writings";
- id = "aristoteActiveLearningDeterministic2024";
- name = "paper";
- }
- ];
- description = "Follow-up to my M2's internship: wrote a paper and further explored some open questions as a preparation for my PhD.";
-}