commit 12339953c2a57f1bc029d302590420773034472d
parent be698dbe4b36dbb1667b4f8ae245decb3909b4c2
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Tue, 7 May 2024 00:24:42 +0200
[doc] new poster template
Diffstat:
3 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/doc/poster/bfh_logo.png b/doc/poster/bfh_logo.png
Binary files differ.
diff --git a/doc/poster/poster.pdf b/doc/poster/poster.pdf
Binary files differ.
diff --git a/doc/poster/poster.tex b/doc/poster/poster.tex
@@ -0,0 +1,33 @@
+\documentclass[a1, landscape] {sciposter}
+\usepackage{multicol}
+\usepackage{sectionbox}
+\usepackage{graphicx}
+\usepackage{subfig}
+\usepackage[numbers, longnamesfirst, sort]{natbib}
+\usepackage{fancyhdr}
+\institute{Bachelor Thesis 2024 Computer Science}
+\conference{\large{Lukas Matyja, Johannes Casaburi}}
+\fancyfoot
+
+\leftlogo[2]{bfh_logo}
+\title{Donau: A Donation Authority for Taler}
+
+\begin{document}
+ \maketitle
+
+\begin{multicols}{3}
+\setlength{\columnseprule}{0pt}
+<Start image requirements Donor, Donau and charity>
+\section{Motivation}
+Donations can often be deducted from taxes. To do so, donors must submit donation receipts to the tax authorities. Nowadays, donation receipts can only be checked with disproportionate effort. This is the reason why donation receipts are often not checked at all. Furthermore, donations are sensitive data that should be anonymized as much as possible. Even towards the tax authorities. For example, a donation to an AIDS aid organization can lead to conclusions that could be unpleasant for the donor.
+
+<sequence diagram DONAU>
+
+\section{Results from discussion}
+
+\section{What happens next?}
+<QR-Code thesis>
+<Taler Logos>
+ \end{multicols}
+
+\end{document}