diff options
Diffstat (limited to 'experience/2020-03_nii.nix')
| -rw-r--r-- | experience/2020-03_nii.nix | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/experience/2020-03_nii.nix b/experience/2020-03_nii.nix index e86fbee..68357fa 100644 --- a/experience/2020-03_nii.nix +++ b/experience/2020-03_nii.nix @@ -1,6 +1,4 @@ -{ ... }: - -{ +{...}: { date = { start = { year = 2020; @@ -29,11 +27,12 @@ url = "https://group-mmm.org/~dubut/"; } ]; - assets = [{ - name = "internship report"; - id = "aristoteFibrationalFrameworkNested2020"; - type = "Publications"; - }]; - description = - "Generalized a greatest-fixed-points- and safety-games-based fibrational framework for bisimulations to nested fixed points and parity games."; + assets = [ + { + name = "internship report"; + id = "aristoteFibrationalFrameworkNested2020"; + type = "Publications"; + } + ]; + description = "Generalized a greatest-fixed-points- and safety-games-based fibrational framework for bisimulations to nested fixed points and parity games."; } |
