donau

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

commit 0c660ff6d75ebedb85a8ef5b0cf5d396622c9fde
parent 122eac765d238b61522c3716d21add82f7d4d8d3
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date:   Wed, 24 Apr 2024 00:29:59 +0200

[doc] work on abstract

Diffstat:
Mdoc/bachelor_thesis/content/abstract.tex | 8+++++++-
Mdoc/bachelor_thesis/donau-thesis.pdf | 0
Mdoc/bachelor_thesis/donau-thesis.tex | 14+++++++-------
Mdoc/poster/poster.pptx | 0
4 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/doc/bachelor_thesis/content/abstract.tex b/doc/bachelor_thesis/content/abstract.tex @@ -1 +1,7 @@ -One-paragraph summary of the entire study – typically no more than 250 words in length (and in many cases it is well shorter than that), the Abstract provides an overview of the study. +This bachelor thesis describes and implements a theoretical contcept of a donation authority system. The donation authority or in short Donau is privacy friendly and free software. It examines the usability by asking a tax authority about their current donation system and obtaining their opinion on the Donau project. + +Donau is a GNU Taler project. It depends on the code of the GNU Taler environment, but is completely independent of the Taler payment system. + +The Donau environment includes three stakeholder. Donors, charities and of course the tax authority. The centerpiece, the Donau, would be operated by the tax authority itself. The Donau issues donation receipts for the Donor and validates the receipts from the donor. Issuance by the authority prevents possible donation receipt forgeries. The automation of the donation receipt validation process would also allow the donor's various donation receipts to be combined into one. Donation data is often sensitive data. Therefore, in order to protect the donor, the system is designed to collect and store as little data as possible and to anonymize the data where possible. + +results... diff --git a/doc/bachelor_thesis/donau-thesis.pdf b/doc/bachelor_thesis/donau-thesis.pdf Binary files differ. diff --git a/doc/bachelor_thesis/donau-thesis.tex b/doc/bachelor_thesis/donau-thesis.tex @@ -4,7 +4,7 @@ \documentclass[ a4paper, BCOR=15mm, % Binding correction - twoside, + oneside, % openright, % headings=openright, bibliography=totoc, % If enabled add bibliography to TOC @@ -142,16 +142,16 @@ \coadvisor{Prof. Dr. Emmanuel Benoist} \degreeprogram{Bachelor of Science in Computer Science} \setupSignature{ - A. Muster={\includegraphics[width=.5\linewidth]{sig_muster}}, - C. Example={\includegraphics[width=.5\linewidth]{sig_example}} + L. Matyja={\includegraphics[width=.5\linewidth]{sig_muster}}, + J. Casaburi={\includegraphics[width=.5\linewidth]{sig_example}} } %---------------- BFH tile page ----------------------------------------- \maketitle %------------ ABSTRACT ---------------- -%\addchap{Abstract} -%\input{content/abstract} +\addchap{Abstract} +\input{content/abstract} %------------ TABLEOFCONTENTS ---------------- \tableofcontents @@ -170,7 +170,7 @@ \declarationOfAuthorship %----------- Bibliography ---------------- -\clearpage +%\clearpage \bibliographystyle{unsrt} \bibliography{project} % the project.bib file gets loaded @@ -187,7 +187,7 @@ \printglossary %------------ Index ---------------------- -\clearpage +%\clearpage \printindex %------------ Appendix ---------------- \appendix diff --git a/doc/poster/poster.pptx b/doc/poster/poster.pptx Binary files differ.