diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-09-08 10:18:42 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-09-08 10:18:42 +0200 |
| commit | af701b7bceed5b78de6ee805f4af8069edd2d571 (patch) | |
| tree | f027414da0c5bf99e48c32336f127ea64ddc346f /html/research/talks.nix | |
| parent | a9562fdbe32cbf7bb7b4e5d09412d1dcad3432d2 (diff) | |
research: talks: add posters
Diffstat (limited to 'html/research/talks.nix')
| -rw-r--r-- | html/research/talks.nix | 2 |
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 [ |
