commit fc07b2f9d447ed3d1c0e6bcc902b1bd2b7f0ff3d
parent 12339953c2a57f1bc029d302590420773034472d
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Tue, 7 May 2024 10:54:49 +0200
[doc] poster add picture
Diffstat:
17 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/doc/poster/images/blue_wax.png b/doc/poster/images/blue_wax.png
Binary files differ.
diff --git a/doc/poster/images/charity.jpg b/doc/poster/images/charity.jpg
Binary files differ.
diff --git a/doc/poster/images/coins.png b/doc/poster/images/coins.png
Binary files differ.
diff --git a/doc/poster/images/gold_wax.png b/doc/poster/images/gold_wax.png
Binary files differ.
diff --git a/doc/poster/images/golden_stamp.jpg b/doc/poster/images/golden_stamp.jpg
Binary files differ.
diff --git a/doc/poster/images/green_wax.png b/doc/poster/images/green_wax.png
Binary files differ.
diff --git a/doc/poster/images/letter.png b/doc/poster/images/letter.png
Binary files differ.
diff --git a/doc/poster/images/qr-donau.png b/doc/poster/images/qr-donau.png
Binary files differ.
diff --git a/doc/poster/images/receipt.png b/doc/poster/images/receipt.png
Binary files differ.
diff --git a/doc/poster/images/red_wax.png b/doc/poster/images/red_wax.png
Binary files differ.
diff --git a/doc/poster/images/servers.png b/doc/poster/images/servers.png
Binary files differ.
diff --git a/doc/poster/images/stickman.png b/doc/poster/images/stickman.png
Binary files differ.
diff --git a/doc/poster/images/tax-authority.png b/doc/poster/images/tax-authority.png
Binary files differ.
diff --git a/doc/poster/overview.pdf b/doc/poster/overview.pdf
Binary files differ.
diff --git a/doc/poster/overview.tex b/doc/poster/overview.tex
@@ -0,0 +1,23 @@
+\documentclass[tikz]
+{standalone}
+%\usetikzlibrary{...}% tikz package already loaded by 'tikz' option
+\graphicspath{{images}}
+\begin{document}
+\begin{tikzpicture}
+ \node (image) at (0,0) {\includegraphics[width=0.1\textwidth]{stickman}};
+ \node at (0,-1.8) {Donor};
+ %arrow
+ \draw [-latex] (1,0) -- (7,0);
+ %charity
+ \node (image) at (8.5,0) {\includegraphics[width=0.15\textwidth]{charity}};
+ \node at (8.5,-1.1) {Charity};
+ %arrow
+ \draw [-latex] (7,-1) -- (5,-2.5);
+ %server
+ \node (image) at (4,-3) {
+ \includegraphics[width=0.12\textwidth]{tax-authority}};
+ \node at (4,-4.1) {Tax Authority};
+ %arrow
+ \draw [-latex] (1,-1) -- (3,-2.5);
+\end{tikzpicture}
+\end{document}
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
@@ -3,8 +3,13 @@
\usepackage{sectionbox}
\usepackage{graphicx}
\usepackage{subfig}
+\usepackage[english]{babel}
\usepackage[numbers, longnamesfirst, sort]{natbib}
\usepackage{fancyhdr}
+\usepackage{tikz}
+\renewcommand{\sectionsize}{\Large}
+\graphicspath{{images}}
+
\institute{Bachelor Thesis 2024 Computer Science}
\conference{\large{Lukas Matyja, Johannes Casaburi}}
\fancyfoot
@@ -17,8 +22,10 @@
\begin{multicols}{3}
\setlength{\columnseprule}{0pt}
-<Start image requirements Donor, Donau and charity>
-\section{Motivation}
+\includegraphics[width=0.3\textwidth]{overview}
+\captionof{figure}{Stakeholders}
+
+\section{Motivation}\Large
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>