From af701b7bceed5b78de6ee805f4af8069edd2d571 Mon Sep 17 00:00:00 2001 From: aristote Date: Mon, 8 Sep 2025 10:18:42 +0200 Subject: research: talks: add posters --- flake.lock | 6 +++--- html/research/talks.nix | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 0a1f2b8..adf8d84 100644 --- a/flake.lock +++ b/flake.lock @@ -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 [ -- cgit v1.2.3