summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-10-19 21:17:59 +0200
committerStefan Kügel <skuegel@web.de>2023-10-19 21:17:59 +0200
commitf6765300e5d97c85dc879d353b5460f5d9cb2561 (patch)
treece9329c24e97352ee115ffdadd1a067accc4021c
parent3eb311ece8891ea0b8e6b0e12d5876e9b1c0a1ad (diff)
downloadwww-f6765300e5d97c85dc879d353b5460f5d9cb2561.tar.gz
www-f6765300e5d97c85dc879d353b5460f5d9cb2561.tar.bz2
www-f6765300e5d97c85dc879d353b5460f5d9cb2561.zip
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>
-rw-r--r--template/bibliography.html.j24
-rw-r--r--www.yml12
2 files changed, 13 insertions, 3 deletions
diff --git a/template/bibliography.html.j2 b/template/bibliography.html.j2
index 35ea01aa..c24a370a 100644
--- 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
index e80f7bc2..440c161a 100644
--- 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