commit f6765300e5d97c85dc879d353b5460f5d9cb2561
parent 3eb311ece8891ea0b8e6b0e12d5876e9b1c0a1ad
Author: Stefan Kügel <skuegel@web.de>
Date: Thu, 19 Oct 2023 21:17:59 +0200
Adding the SUERF paper 2023 to the bibliography list: Practical Offline Payments Using One-Time Passcodes
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat:
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/template/bibliography.html.j2 b/template/bibliography.html.j2
@@ -28,9 +28,7 @@
{{_("by")}}
{% if item['authors'] %}
{% for name in item['authors'] %}
- {{ name|e }}
- {% if not loop.last %}
- ,
+ {{ name|e }}{% if not loop.last %},
{% elif loop.revindex0 == 1 %}
{{ _("and") }}
{% endif %}
diff --git a/www.yml b/www.yml
@@ -169,6 +169,18 @@ newsposts:
title: Launching taler.net
videoslist:
paperslist:
+ - year: 2023
+ authors:
+ - Priscilla Huang
+ - Emmanuel Benoist
+ - Sebastian Javier Marchano
+ - Christian Grothoff
+ comment:
+ name: "Practical Offline Payments Using One-Time Passcodes"
+ kind: article
+ url:
+ url_html:
+ url_pdf: "papers/suerf2023en.pdf"
- year: 2022
authors:
- Özgür Kesim