summaryrefslogtreecommitdiff
path: root/experience/2022-03_irif.nix
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2023-09-17 18:40:48 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2023-09-17 18:40:48 +0200
commiteebffc190776afdb92ef959270c4863bf21a3cf8 (patch)
tree68c7bd8fa25b9044213b67c34adba822445c65f2 /experience/2022-03_irif.nix
parent7f5f01ef3d3eb56a24db31b7ddf85fc4ce3b37fc (diff)
reformat code
Diffstat (limited to 'experience/2022-03_irif.nix')
-rw-r--r--experience/2022-03_irif.nix29
1 files changed, 15 insertions, 14 deletions
diff --git a/experience/2022-03_irif.nix b/experience/2022-03_irif.nix
index 3094556..531c0d8 100644
--- a/experience/2022-03_irif.nix
+++ b/experience/2022-03_irif.nix
@@ -1,6 +1,4 @@
-{ ... }:
-
-{
+{...}: {
date = {
start = {
year = 2022;
@@ -19,15 +17,18 @@
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 = "Publications";
- }];
- description =
- "Generalized a categorical framework for the minimization and active learning of transition systems and instanciated it to develop new such algorithms.";
+ supervisors = [
+ {
+ name = "Daniela Petrişan";
+ url = "https:/www.irif.fr/~petrisan/";
+ }
+ ];
+ assets = [
+ {
+ name = "internship report";
+ id = "aristoteApplicationsCategoricalFramework2022";
+ type = "Publications";
+ }
+ ];
+ description = "Generalized a categorical framework for the minimization and active learning of transition systems and instanciated it to develop new such algorithms.";
}