This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ba.tex
executable file
·57 lines (39 loc) · 1.53 KB
/
ba.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
%% Anfängerpraktikum 2 - Protokoll
%%
%% Sommersemester 2018
\documentclass[a4paper,11pt]{article}
\input{preamble.tex}
\begin{document}
\maketitle
\pagebreak
\input{abstract.tex}
\pagebreak
\input{statement-of-originality.tex}
\pagebreak
\tableofcontents
\pagebreak
\section{Foreword}
I would like to thank Hannes Leutloff, who was involved in developing
the previous version of the survey tool and has spent countless hours
building the user interface for the version presented here. \\
To avoid confusion about which parts were developed by Hannes Leutloff,
the author would like to unequivocally state that all parts of the
survey tool discussed in this thesis, which equates to the entire
server-side software, were designed and implemented by Noah Hummel.
Hannes Leutloff designed and implemented the majority of the client-side
user interface. The reader may assure themselves of this by
examining the change history of the publicly accessible git repository,
which is listed in the appendix of this work.
\input{sections/introduction.tex}
\input{sections/requirements-analysis.tex}
\input{sections/concept.tex}
\input{sections/implementation.tex}
\input{sections/analysis.tex}
\input{sections/outlook.tex}
\input{sections/appendix.tex}
\pagebreak
\listoffigures
\listoftables
\bibliographystyle{alphadin}
\bibliography{ba.bib}
\end{document}