summaryrefslogtreecommitdiff
path: root/template/news
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-16 11:39:40 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-16 11:39:40 +0200
commitd2b9adcc2ec8e1f0eec445f62ba6ac86e504d242 (patch)
tree2b25193a220d39fec43055a1282e0b5559769878 /template/news
parentd8680af471c03bfd5f1fbb96df93fda3b8efd097 (diff)
downloadwww-d2b9adcc2ec8e1f0eec445f62ba6ac86e504d242.tar.gz
www-d2b9adcc2ec8e1f0eec445f62ba6ac86e504d242.tar.bz2
www-d2b9adcc2ec8e1f0eec445f62ba6ac86e504d242.zip
-link
Diffstat (limited to 'template/news')
-rw-r--r--template/news/2022-06.html.j212
1 files changed, 9 insertions, 3 deletions
diff --git a/template/news/2022-06.html.j2 b/template/news/2022-06.html.j2
index 701f2acc..9491a2f2 100644
--- a/template/news/2022-06.html.j2
+++ b/template/news/2022-06.html.j2
@@ -15,7 +15,12 @@ his Bachelor's thesis at the <a href="https://www.bfh.ch/">Bern
University of Applied Sciences</a> to assess bottlenecks and suggest
avenues for further improvement.
</p>
-
+<h2>Introduction video</h2>
+<p>
+ <video id="video" poster="/images/logo-2021.svg" autobuffer="" height="360" width="640" controls="controls">
+ <source src="/videos/mboss2022video.mp4" type="video/mp4" \>
+ </video>
+</p>
<h2>Abstract</h2>
<p>
This thesis is on the GNU Taler scalability experiments conducted
@@ -40,9 +45,10 @@ Throughout this work, we were able to increase the performance of Taler by a fac
from about 300 to 28.5k transactions per second, showing that Central Bank Digital Currencies
based on Taler would require only a few exchanges per continent.
</p>
-<h4>Download links</h4>
+<h2>Download links</h2>
<ul>
- <li><a href="/papers/boss2022thesis.pdf">PDF (English)</a></li>
+ <li><a href="/presentations/boss2022poster.pdf">Poster PDF (English)</a></li>
+ <li><a href="/papers/boss2022thesis.pdf">Thesis PDF (English)</a></li>
</ul>
{% endblock body_content %}