diff options
Diffstat (limited to 'experience/2022-03_irif.nix')
| -rw-r--r-- | experience/2022-03_irif.nix | 29 |
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."; } |
