diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-10-27 21:30:34 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-10-27 21:30:53 +0100 |
commit | 001a3d21cc7d37fed421921c9a08cec6eb537dfd (patch) | |
tree | 979592cbf252b4edaba1c88b372256847ff01dc7 | |
parent | 9bcf499dd4b0f802021e6e68c0956069ae5ef2e5 (diff) | |
download | www-001a3d21cc7d37fed421921c9a08cec6eb537dfd.tar.gz www-001a3d21cc7d37fed421921c9a08cec6eb537dfd.tar.bz2 www-001a3d21cc7d37fed421921c9a08cec6eb537dfd.zip |
add Dold's PhD thesis to bibliography
-rw-r--r-- | papers/thesis-dold-phd-2019.pdf | bin | 0 -> 2571263 bytes | |||
-rw-r--r-- | template/bibliography.html.j2 | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/papers/thesis-dold-phd-2019.pdf b/papers/thesis-dold-phd-2019.pdf Binary files differnew file mode 100644 index 0000000..9adc8d1 --- /dev/null +++ b/papers/thesis-dold-phd-2019.pdf diff --git a/template/bibliography.html.j2 b/template/bibliography.html.j2 index 5026a71..af91b8d 100644 --- a/template/bibliography.html.j2 +++ b/template/bibliography.html.j2 @@ -3,6 +3,13 @@ <div class="container"> <h1>{{ _("GNU Taler Bibliography")}}</h1> +<h2>The GNU Taler System: Practical and Provably Secure Electronic Payments</h2> +<p> +<a href="{{ url('papers/thesis-dold-phd-2019.pdf') }}"><img border=0 align=right alt="PDF" width=32 height=32 src="{{ url('images/pdf.svg') }}"></a> +{{_("by")}} Florian Dold<br> +PhD Thesis, 2019<br> +</p> + <h2>Blind Signatures for Untraceable Payments</h2> <p> <a href="{{ url('papers/chaum-blind-signatures.pdf') }}"><img border=0 align=right alt="PDF" width=32 height=32 src="{{ url('images/pdf.svg') }}"></a> |