donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

thesis.tex (1677B)


      1 \documentclass[11pt,a4paper,parskip=full]{report}
      2 
      3 \include{include/settings}
      4 \include{include/glossary}
      5 
      6 \begin{document}
      7 
      8 \title{\Huge\textsf{\textbf{Donau}: Donation authority}\\
      9 
     10 \centering
     11 \includegraphics[width=0.8\textwidth]{donau}
     12 
     13 \vspace{30px}
     14 \huge{Tax-deductable Privacy-Preserving Donations}}
     15 \author{Johannes Casaburi \and Lukas Matyja\\
     16 \vspace{5px}
     17 \and Advisor: Prof. Dr. Christian Grothoff \and Advisor: Prof. Dr. Emmanuel Benoist \\ Expert: Daniel Voisard}
     18 
     19 \maketitle
     20 
     21 \input{abstract}
     22 
     23 \tableofcontents
     24 
     25 \chapter*{Acknowledgements}
     26 \input{chapters/acknowledgements/acknowledgements}
     27 
     28 \chapter{Introduction}
     29 \input{chapters/introduction/motivation}
     30 \input{chapters/introduction/goals}
     31 \input{chapters/introduction/scope}
     32 
     33 \chapter{Background}
     34 \input{chapters/background/interview}
     35 \input{chapters/background/hash}
     36 \input{chapters/background/eddsa}
     37 \input{chapters/background/blindsign}
     38 \input{chapters/background/taler}
     39 
     40 \chapter{Approach}
     41 \input{chapters/approach/concept}
     42 
     43 \chapter{Protocol}
     44 \input{chapters/protocol/definitions}
     45 \input{chapters/protocol/details}
     46 
     47 \chapter{Implementation}
     48 \input{chapters/implementation/arch}
     49 \input{chapters/implementation/donau}
     50 \input{chapters/implementation/android}
     51 
     52 \chapter{Results and Future work}
     53 \input{chapters/results/results}
     54 \input{chapters/results/future}
     55 \input{chapters/results/conclusion}
     56 
     57 \chapter*{Declaration of Authorship}
     58 \input{authorship}
     59 
     60 \bibliography{bibliography}
     61 \addcontentsline{toc}{chapter}{Bibliography}
     62 \addcontentsline{toc}{chapter}{\listfigurename}
     63 \listoffigures
     64 \printglossary
     65 
     66 \chapter*{Appendix}
     67 \addcontentsline{toc}{chapter}{Appendix}
     68 \input{appendix/interview}
     69 
     70 \end{document}