summaryrefslogtreecommitdiff
path: root/html/research/talks.nix
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2025-09-08 10:18:42 +0200
committeraristote <quentin.aristote@irif.fr>2025-09-08 10:18:42 +0200
commitaf701b7bceed5b78de6ee805f4af8069edd2d571 (patch)
treef027414da0c5bf99e48c32336f127ea64ddc346f /html/research/talks.nix
parenta9562fdbe32cbf7bb7b4e5d09412d1dcad3432d2 (diff)
research: talks: add posters
Diffstat (limited to 'html/research/talks.nix')
-rw-r--r--html/research/talks.nix2
1 files changed, 2 insertions, 0 deletions
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 [