commit db1fd3ef7e5535e6729b5bfb1947418be572c19a
parent cb27d41d09023ddbe41eb89a9e1415f36f65a364
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Thu, 20 Jun 2024 22:45:49 +0200
presentation - some changes
Diffstat:
2 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/doc/presentation/donau_presentation.pdf b/doc/presentation/donau_presentation.pdf
Binary files differ.
diff --git a/doc/presentation/donau_presentation.tex b/doc/presentation/donau_presentation.tex
@@ -302,23 +302,31 @@ Show Donau overview.
%%%---------------------------------------
\begin{frame}\frametitle{Submit Donation Receipts}
\center
- %TODO other representation of donation receipts
\begin{tikzpicture}
\node (image) at (0,0) {\includegraphics[width=0.1\textwidth]{stickman}};
%receipt
- \node[rectangle, text width=1.5cm, align=center,font=\tiny, draw=black!80, thick, inner sep=2pt, fill=white] at (3,0.9) {AHVN13: 7560001010000};
+ \node[rectangle, text width=1cm, align=center,font=\tiny, draw=black!80, thick, inner sep=2pt, fill=white] at (2,1) {H(\texttt{taxid, salt}), nonce};
+ \node (image) at (2,1) {\includegraphics[width=0.04\textwidth]{red_wax}};
+ \node at (2,1) {\small{1}};
+ %receipt
+ \node[rectangle, text width=1cm, align=center,font=\tiny, draw=black!80, thick, inner sep=2pt, fill=white] at (3,0.9) {H(\texttt{taxid, salt}), nonce};
\node (image) at (3,0.9) {\includegraphics[width=0.04\textwidth]{red_wax}};
- \node at (3,0.9) {\small{9}};
+ \node at (3,0.9) {\small{1}};
%receipt
- \node[rectangle, text width=1.5cm, align=center,font=\tiny, draw=black!80, thick, inner
- sep=2pt, fill=white] at (4,0.8) {AHVN13: 7560001010000};
+ \node[rectangle, text width=1cm, align=center,font=\tiny, draw=black!80, thick, inner
+ sep=2pt, fill=white] at (4,0.8) {H(\texttt{taxid, salt}), nonce};
\node (image) at (4,0.8) {\includegraphics[width=0.04\textwidth]{red_wax}};
\node at (4,0.8) {\small{1}};
%receipt
- \node[rectangle, text width=1.5cm, align=center,font=\tiny, draw=black!80, thick, inner
- sep=2pt, fill=white] at (5,0.7) {AHVN13: 7560001010000};
+ \node[rectangle, text width=1cm, align=center,font=\tiny, draw=black!80, thick, inner
+ sep=2pt, fill=white] at (5,0.7) {H(\texttt{taxid, salt}), nonce};
\node (image) at (5,0.7) {\includegraphics[width=0.04\textwidth]{red_wax}};
- \node at (5,0.7) {\small{5}};
+ \node at (5,0.7) {\small{2}};
+ %receipt
+ \node[rectangle, text width=1cm, align=center,font=\tiny, draw=black!80, thick, inner
+ sep=2pt, fill=white] at (6,0.6) {H(\texttt{taxid, salt}), nonce};
+ \node (image) at (6,0.6) {\includegraphics[width=0.04\textwidth]{red_wax}};
+ \node at (6,0.6) {\small{10}};
%arrows
\draw [-latex] (1,0.2) -- (7,0.2);
\draw [-latex] (7,-0.2) -- (1,-0.2);