diff options
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | html/research/talks.nix | 2 |
2 files changed, 5 insertions, 3 deletions
@@ -7,11 +7,11 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1755006727, - "narHash": "sha256-1dvXFXnUkWlp3mNYgnxuOGEFvfPHhkyec7BYg2Z1fjo=", + "lastModified": 1757319452, + "narHash": "sha256-Sp2DlqnXGRc6bOwUPhoh2RH8LUlFcPYZ4hVvEMqp+/U=", "owner": "qaristote", "repo": "info", - "rev": "e22c29e4d972e07fc64fd867aa6ccbd293373a33", + "rev": "521da075910448130c225a1c76d48ab0397e2f94", "type": "github" }, "original": { diff --git a/html/research/talks.nix b/html/research/talks.nix index ed2005a..dd8c73d 100644 --- a/html/research/talks.nix +++ b/html/research/talks.nix @@ -32,6 +32,7 @@ dl ( extra = if item ? note then note else ""; abstractURL = matchFirst ".*abstract: ([^\n ]*).*" extra; slidesURL = matchFirst ".*slides: ([^\n ]*).*" extra; + posterURL = matchFirst ".*poster: ([^\n ]*).*" extra; # broken because of tabs # paperURL = let # paperId = matchFirst "([A-z0-9]*[0-9]{4})[a-z]" id; @@ -48,6 +49,7 @@ dl ( (with (makeDate date); tag pretty) "@ ${href url event-title}, ${publisher-place}" (join slidesURL "slides") + (join posterURL "poster") # broken because of tabs # (join paperURL "paper") (details [ |
