diff --git a/documentation/documentation.tex b/documentation/documentation.tex
index e1fed76..b8a3fcb 100644
--- a/documentation/documentation.tex
+++ b/documentation/documentation.tex
@@ -41,7 +41,7 @@
%\missingfigure[figwidth=6cm]{Testing a long text string}
%Tiefe des Inhaltsverzeichnisses
-\setcounter{tocdepth}{1}
+\setcounter{tocdepth}{2}
% Metadaten
\author{Simon Kellner, Marcel Schwarz, Tobias Wieck, Tim Zieger}
@@ -51,7 +51,26 @@
\include{parts/titlepage}
-\include{parts/abstract}
+\begin{abstract}
+ {\huge Checkliste Lieferobjekte}
+
+ \begin{itemize}
+ \item Ein Journal (z.B. Excel in Dropbox, Office 365, Google), in dem jedes Projektmitglied Tages- und Themenspezifisch seine geleisteten Arbeiten mit Aufwandsangabe listet. Z.b. "Hans 12.4 3 Std Backend Coding"- Das Journal muss zeitnah geführt werden und verfügbar sein. Ein unvollständiges Zeitjournal führt zur Abwertung in der Benotung.
+ \item Projektdokumentation (*: ca. 15-25 Seiten, je nach Bilderdichte)
+ \begin{itemize}
+ \item Source Code und alle erstellten Dokumente
+ \item Erläuterung des Designs (*)
+ \item Einrichtung der Entwicklungsumgebung (*) \\
+ (falls anwendbar, Standarddinge wie Eclipse, Android SDK müssen nicht detailliert erwähnt werden):
+ \begin{itemize}
+ \item Welche Frameworks wurden für die Entwicklung benutzt und was gab es bei der Konfiguration / Installation dieser Tools zu beachten?
+ \item Wie wurden die Zielanwendungen erzeugt und z.B. auf ein Zielgerät oder Server übertragen und dort aktiviert?
+ \end{itemize}
+ \item Projektbericht: Wie sind Sie vorgegangen, was wollten Sie erreichen, was haben Sie gelernt, was gab es für Probleme, was haben Sie erreicht, wer hat was gemacht?
+ \end{itemize}
+ \item Datei mit der Präsentation
+ \end{itemize}
+\end{abstract}
\tableofcontents
@@ -59,12 +78,20 @@
\include{parts/einleitung}
-\include{parts/projektidee}
+\include{parts/projektplanung}
-\include{parts/design}
+\include{parts/entwicklungsumgebung}
+
+\include{parts/backend}
-\include{parts/dev-setup}
+\include{parts/frontend}
+
+\include{parts/android}
+
+\chapter{Vollständiger Application Stack}
-\include{parts/projektbericht}
+\chapter{Projektjournal}
+
+\chapter{Projektfazit und Ausblick}
\end{document}
diff --git a/documentation/parts/abstract.tex b/documentation/parts/abstract.tex
deleted file mode 100644
index 3b9ea2b..0000000
--- a/documentation/parts/abstract.tex
+++ /dev/null
@@ -1,20 +0,0 @@
-\begin{abstract}
- {\huge Checkliste Lieferobjekte}
-
- \begin{itemize}
- \item Ein Journal (z.B. Excel in Dropbox, Office 365, Google), in dem jedes Projektmitglied Tages- und Themenspezifisch seine geleisteten Arbeiten mit Aufwandsangabe listet. Z.b. "Hans 12.4 3 Std Backend Coding"- Das Journal muss zeitnah geführt werden und verfügbar sein. Ein unvollständiges Zeitjournal führt zur Abwertung in der Benotung.
- \item Projektdokumentation (*: ca. 15-25 Seiten, je nach Bilderdichte)
- \begin{itemize}
- \item Source Code und alle erstellten Dokumente
- \item Erläuterung des Designs (*)
- \item Einrichtung der Entwicklungsumgebung (*) \\
- (falls anwendbar, Standarddinge wie Eclipse, Android SDK müssen nicht detailliert erwähnt werden):
- \begin{itemize}
- \item Welche Frameworks wurden für die Entwicklung benutzt und was gab es bei der Konfiguration / Installation dieser Tools zu beachten?
- \item Wie wurden die Zielanwendungen erzeugt und z.B. auf ein Zielgerät oder Server übertragen und dort aktiviert?
- \end{itemize}
- \item Projektbericht: Wie sind Sie vorgegangen, was wollten Sie erreichen, was haben Sie gelernt, was gab es für Probleme, was haben Sie erreicht, wer hat was gemacht?
- \end{itemize}
- \item Datei mit der Präsentation
- \end{itemize}
-\end{abstract}
\ No newline at end of file
diff --git a/documentation/parts/android.tex b/documentation/parts/android.tex
new file mode 100644
index 0000000..1022887
--- /dev/null
+++ b/documentation/parts/android.tex
@@ -0,0 +1,16 @@
+\chapter{Android-App}
+ \section{Technologiebeschreibung}
+ \subsection{Android SDK}
+ \subsection{Kotlin}
+ \subsection{Retrofit}
+ \section{Farbschema und Designsprache}
+ \section{Umsetzung}
+ \subsection{Design der Activities}
+ \subsection{Authentifizierung}
+ \subsection{Anzeige der Daten in der Main Activity}
+ \subsection{Geofencing}
+ \section{Funktionen der App}
+ \subsection{Login Screen}
+ \subsection{Main Activity}
+ \section{Probleme und Lösungen}
+ \section{Deployment}
\ No newline at end of file
diff --git a/documentation/parts/backend.tex b/documentation/parts/backend.tex
new file mode 100644
index 0000000..6095505
--- /dev/null
+++ b/documentation/parts/backend.tex
@@ -0,0 +1,15 @@
+\chapter{Backend}
+ \section{Technologiebeschreibung}
+ \subsection{Spring Boot}
+ \subsection{MariaDB}
+ \subsection{Weitere Open Source Software}
+ \subsection{Spezielles Setup}
+ \section{Umsetzung}
+ \subsection{Spring Entities}
+ \subsection{Sicherheit durch JWT}
+ \subsection{Repositories}
+ \subsection{Projections}
+ \section{Endpoints}
+ \subsection{HAL und Paging}
+ \section{Probleme und Lösungen}
+ \section{Deployment}
\ No newline at end of file
diff --git a/documentation/parts/design.tex b/documentation/parts/design.tex
deleted file mode 100644
index 0acfa65..0000000
--- a/documentation/parts/design.tex
+++ /dev/null
@@ -1 +0,0 @@
-\chapter{Erläuterung des Designs}
\ No newline at end of file
diff --git a/documentation/parts/dev-setup.tex b/documentation/parts/dev-setup.tex
deleted file mode 100644
index c174f73..0000000
--- a/documentation/parts/dev-setup.tex
+++ /dev/null
@@ -1,5 +0,0 @@
-\chapter{Einrichtung der Entwicklungsumgebungen}
-
- \section{Frameworks}
-
- \section{Erzeugung der Binaries}
\ No newline at end of file
diff --git a/documentation/parts/entwicklungsumgebung.tex b/documentation/parts/entwicklungsumgebung.tex
new file mode 100644
index 0000000..92048b5
--- /dev/null
+++ b/documentation/parts/entwicklungsumgebung.tex
@@ -0,0 +1,9 @@
+\chapter{Entwicklungsumgebung}
+ \section{Versionsverwaltung}
+ \subsection{GitLab}
+ \subsection{Umgang mit Issues}
+ \subsection{GitLab Wiki}
+ \subsection{Continuous Integration}
+ \section{Docker}
+ \section{Docker-Compose}
+ \section{Infrastruktur}
\ No newline at end of file
diff --git a/documentation/parts/frontend.tex b/documentation/parts/frontend.tex
new file mode 100644
index 0000000..28e24aa
--- /dev/null
+++ b/documentation/parts/frontend.tex
@@ -0,0 +1,19 @@
+\chapter{Web-Frontend}
+ \section{Technologiebeschreibung}
+ \subsection{Vuejs}
+ \subsection{Vuetify}
+ \section{Farbschema und Designsprache}
+ \section{Umsetzung}
+ \subsection{Einarbeitung}
+ \subsection{Arbeit mit Dummy-Daten}
+ \subsection{Authentifizierung}
+ \subsection{Abrufen der Daten in Listen}
+ \subsection{Ändern und Hinzufügen von Daten}
+ \subsection{Auswertung in Diagrammen}
+ \subsection{Administrator Funktionalitäten}
+ \section{Funktionen der Website}
+ \subsection{Home}
+ \subsection{Time Records}
+ \subsection{...}
+ \subsection{Probleme und Lösungen}
+ \section{Deployment}
\ No newline at end of file
diff --git a/documentation/parts/projektbericht.tex b/documentation/parts/projektbericht.tex
deleted file mode 100644
index eb57bda..0000000
--- a/documentation/parts/projektbericht.tex
+++ /dev/null
@@ -1 +0,0 @@
-\chapter{Projektbericht}
\ No newline at end of file
diff --git a/documentation/parts/projektidee.tex b/documentation/parts/projektidee.tex
deleted file mode 100644
index 57fe4eb..0000000
--- a/documentation/parts/projektidee.tex
+++ /dev/null
@@ -1 +0,0 @@
-\chapter{Projektidee}
\ No newline at end of file
diff --git a/documentation/parts/projektplanung.tex b/documentation/parts/projektplanung.tex
new file mode 100644
index 0000000..84fdb7f
--- /dev/null
+++ b/documentation/parts/projektplanung.tex
@@ -0,0 +1,12 @@
+\chapter{Projektplanung}
+ \section{Ziel des Projekts}
+ \section{Definition des Workflows}
+ \subsection{Kommunikation}
+ \subsection{Sprints}
+ \subsection{Code-Owners}
+ \section{Sprintziele}
+ \subsection{Iteration 1}
+ \subsection{Iteration 2}
+ \subsection{Iteration 3}
+ \subsection{Iteration 4}
+ \subsection{Iteration 5}
\ No newline at end of file
diff --git a/documentation/samples/Sample-Doc-1.pdf b/documentation/samples/Sample-Doc-1.pdf
new file mode 100644
index 0000000..d6592e3
--- /dev/null
+++ b/documentation/samples/Sample-Doc-1.pdf
@@ -0,0 +1,9542 @@
+%PDF-1.3
+1 0 obj
+<<
+/Type /Pages
+/Count 43
+/Kids [ 3 0 R 4 0 R 5 0 R 6 0 R 7 0 R 8 0 R 9 0 R 10 0 R 11 0 R 12 0 R 13 0 R 14 0 R 15 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R 22 0 R 23 0 R 24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R 34 0 R 35 0 R 36 0 R 37 0 R 38 0 R 39 0 R 40 0 R 41 0 R 42 0 R 43 0 R 44 0 R 45 0 R ]
+>>
+endobj
+2 0 obj
+<<
+/Producer (PyPDF2)
+>>
+endobj
+3 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources 47 0 R
+/MediaBox [ 0 0 595.30394 841.91811 ]
+/Group <<
+/S /Transparency
+/CS /DeviceRGB
+/I true
+>>
+/Contents 64 0 R
+>>
+endobj
+4 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F2 65 0 R
+/F1 69 0 R
+/F3 73 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/Annots [ 82 0 R 83 0 R 84 0 R 85 0 R 86 0 R 87 0 R 88 0 R 89 0 R 90 0 R 91 0 R 92 0 R 93 0 R 94 0 R 95 0 R 96 0 R 97 0 R 98 0 R 99 0 R 100 0 R 101 0 R 102 0 R 103 0 R 104 0 R 105 0 R 106 0 R 107 0 R 108 0 R 109 0 R ]
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 110 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 1
+>>
+endobj
+5 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Annots [ 111 0 R 112 0 R 113 0 R ]
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 118 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 31
+>>
+endobj
+6 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 119 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 34
+>>
+endobj
+7 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F3 73 0 R
+/F6 120 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 123 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 35
+>>
+endobj
+8 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F4 124 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image103 127 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 128 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 36
+>>
+endobj
+9 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 129 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 37
+>>
+endobj
+10 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image106 130 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 131 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 38
+>>
+endobj
+11 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F4 124 0 R
+/F3 73 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image108 132 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 133 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 39
+>>
+endobj
+12 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F4 124 0 R
+/F3 73 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image110 134 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 135 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 40
+>>
+endobj
+13 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 136 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 41
+>>
+endobj
+14 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F3 73 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image113 137 0 R
+/Image114 138 0 R
+/Image115 139 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 140 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 42
+>>
+endobj
+15 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 141 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 43
+>>
+endobj
+16 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image118 142 0 R
+/Image119 143 0 R
+/Image120 144 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 145 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 44
+>>
+endobj
+17 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image122 146 0 R
+/Image123 147 0 R
+/Image124 148 0 R
+/Image125 149 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 150 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 45
+>>
+endobj
+18 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image127 151 0 R
+/Image128 152 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 153 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 46
+>>
+endobj
+19 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F3 73 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image130 154 0 R
+/Image131 155 0 R
+/Image132 156 0 R
+/Image133 157 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 158 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 47
+>>
+endobj
+20 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F3 73 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image135 159 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 160 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 48
+>>
+endobj
+21 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F3 73 0 R
+/F7 161 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image139 165 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 166 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 49
+>>
+endobj
+22 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F4 124 0 R
+/F3 73 0 R
+/F7 161 0 R
+/F8 167 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/Annots [ 174 0 R ]
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 175 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 50
+>>
+endobj
+23 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F4 124 0 R
+/F3 73 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 176 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 52
+>>
+endobj
+24 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F3 73 0 R
+/F9 177 0 R
+/F10 181 0 R
+/F6 120 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 185 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 53
+>>
+endobj
+25 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F9 177 0 R
+/F10 181 0 R
+/F6 120 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 186 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 54
+>>
+endobj
+26 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F9 177 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 187 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 55
+>>
+endobj
+27 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F9 177 0 R
+/F3 73 0 R
+/F6 120 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 188 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 56
+>>
+endobj
+28 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F3 73 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image157 189 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 190 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 57
+>>
+endobj
+29 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F5 114 0 R
+/F11 191 0 R
+/F4 124 0 R
+/F3 73 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image161 195 0 R
+/Image162 196 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 197 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 58
+>>
+endobj
+30 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F3 73 0 R
+/F5 114 0 R
+/F12 198 0 R
+/F4 124 0 R
+/F13 206 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image174 213 0 R
+/Image175 214 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 215 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 59
+>>
+endobj
+31 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F12 198 0 R
+/F4 124 0 R
+/F3 73 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image177 216 0 R
+/Image178 217 0 R
+/Image179 218 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 219 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 60
+>>
+endobj
+32 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F5 114 0 R
+/F11 191 0 R
+/F4 124 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image181 220 0 R
+/Image182 221 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 222 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 61
+>>
+endobj
+33 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F3 73 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image184 223 0 R
+/Image185 224 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 225 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 62
+>>
+endobj
+34 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F3 73 0 R
+/F9 177 0 R
+/F10 181 0 R
+/F6 120 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 226 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 63
+>>
+endobj
+35 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F9 177 0 R
+/F10 181 0 R
+/F3 73 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 227 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 64
+>>
+endobj
+36 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F9 177 0 R
+/F10 181 0 R
+/F6 120 0 R
+/F3 73 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image189 228 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 229 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 65
+>>
+endobj
+37 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F3 73 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/Annots [ 230 0 R 231 0 R ]
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 232 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 66
+>>
+endobj
+38 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image194 233 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 234 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 69
+>>
+endobj
+39 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 235 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 70
+>>
+endobj
+40 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image197 236 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 237 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 71
+>>
+endobj
+41 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F3 73 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image199 238 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 239 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 72
+>>
+endobj
+42 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image201 240 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 241 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 73
+>>
+endobj
+43 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F3 73 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image203 242 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 243 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 74
+>>
+endobj
+44 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F3 73 0 R
+/F5 114 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/XObject <<
+/Image205 244 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 245 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 75
+>>
+endobj
+45 0 obj
+<<
+/Type /Page
+/Parent 1 0 R
+/Resources <<
+/Font <<
+/F1 69 0 R
+/F12 198 0 R
+/F4 124 0 R
+>>
+/ExtGState <<
+/GS7 80 0 R
+/GS8 81 0 R
+>>
+/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
+>>
+/Annots [ 246 0 R 247 0 R 248 0 R 249 0 R 250 0 R 251 0 R 252 0 R 253 0 R 254 0 R ]
+/MediaBox [ 0 0 595.32 841.92 ]
+/Contents 255 0 R
+/Group <<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>
+/Tabs /S
+/StructParents 76
+>>
+endobj
+46 0 obj
+<<
+/Type /Catalog
+/Pages 1 0 R
+>>
+endobj
+47 0 obj
+<<
+/Font 48 0 R
+/XObject <<
+/Im4 61 0 R
+/Im5 62 0 R
+>>
+/ProcSet [ /PDF /Text /ImageC /ImageI /ImageB ]
+>>
+endobj
+48 0 obj
+<<
+/F1 49 0 R
+/F2 53 0 R
+/F3 57 0 R
+>>
+endobj
+49 0 obj
+<<
+/Type /Font
+/Subtype /TrueType
+/BaseFont /BAAAAA+Calibri
+/FirstChar 0
+/LastChar 44
+/Widths [ 506 226 516 542 662 318 488 519 487 615 641 854 645 578 251 525 229 525 525 557 527 391 533 798 525 525 470 459 497 348 334 506 506 506 506 498 543 630 418 229 239 479 418 267 306 ]
+/FontDescriptor 50 0 R
+/ToUnicode 52 0 R
+>>
+endobj
+50 0 obj
+<<
+/Type /FontDescriptor
+/FontName /BAAAAA+Calibri
+/Flags 4
+/FontBBox [ -502 -307 1239 963 ]
+/ItalicAngle 0
+/Ascent 750
+/Descent -250
+/CapHeight 963
+/StemV 80
+/FontFile2 51 0 R
+>>
+endobj
+51 0 obj
+<<
+/Filter /FlateDecode
+/Length1 32136
+/Length 15844
+>>
+stream
+x} xǵnUf_4#iz4hI#Ki#$H@hC;؎5Wld8`;}qlNHz/#s:uԩFN!ڏx1>?D{o}5m8hkR|ڵq`熊U? "dt"M}xB:`d,yA jH'm7߀&H oLt`xHWiu}?A=PG;9>27]s!9^&W(UjV1Mfu<7їOIMKddf]t^rGWC&%F;AP=~3;Hǟ@
+dAhٳ31rnE&˙5~pA37gfs?ܿOr- i*(y|tЌV5h-D](EP?hf@hHL
RT"\a4EhmcR*'vفv]h7ڃJŜ=pd؇.42t9F*t5KS̱ZtW_~nD_{8nF. V1vtlr9.z=GOQ0lu8:=l^ik`$=AIZR4qs=˝/ecf&0-N7*a_N"\{77}0Is?Ѓ0FG#sgT>G.&QCa$D'Дe.LʏU ^E?F?A?z`?Biw(U:4_v-˗-mjlXR"T^taIqQaA~0+3#՟K8&AըUJ\sej+"/$i_22"d՞_&"tńKJh\IlJQifP"g}^PCye~1g5MBw 5mtUC}ZMO&5ZZ`T$N-"RkJ&9ғFpodys{MPXWDQQu Za2릌+G0t9x)IUGv ]dk"T2w'} h焥EP95q
ZzI[
+nHD7ӴQ
+:"\9r#ّӻ|^2T5]Mn!3/&/"gᾃjP5PXkdvʇD
푠o$bU!1omONX"G:+&jvU|Oٷ&\:H;"*
OsFB_{_%1\+^Q<vAiV\97AF2ZU#$#ZY*c7b*R Ϋ|rbr'V-v{;%MrKm'GT2B\ui4iPPW=U*(vvrD҅38F""huBI߈mh54nG[" /f
+l6f*\razT*D _ȜS6BM%_}A_k{[lkK^.r)3j
+*33TN͓!|uzE{\UWedkJ@($r$d@HB13byLq48ȓѼG>0HMbp5B/=vuɅ0#W"ls
+]D뫌h}$|Wa`;t~
+15ET)LήhqnK\AdEI;P[;9W\f*"5Ԡj9@tE;Ds6Fb_ ;S'
+v4rĹ SA|jhjm9nH::hyt miST9}e>tnZ&
+pmdeGmJ* 6F"xP T_*$B
PP;1ǰ&yqjUY\A+
+a\28 w"_q7OCʧߜ~98Ysq,76eSq0^M^kTZ,.?_S}1WPX$pq$_6W\^!dcҬx%Tr22a&JSoVv[I9Ky'|Z%0X