summaryrefslogtreecommitdiff
path: root/content/implementation.tex
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-07-02 21:05:57 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-07-02 21:05:57 +0200
commitf628c0c3a1ab7ec6f38338c7bc6e1498fe5f1dfa (patch)
tree13abc2f0b47d5060bc72adcb8c56e2ab47bc8ff9 /content/implementation.tex
parent73c0ec7ef5581ad2a158a9cd1506070b37b3c85c (diff)
feat: added the implementation chapter
Diffstat (limited to 'content/implementation.tex')
-rw-r--r--content/implementation.tex17
1 files changed, 7 insertions, 10 deletions
diff --git a/content/implementation.tex b/content/implementation.tex
index 84fb7a6..3c2e45a 100644
--- a/content/implementation.tex
+++ b/content/implementation.tex
@@ -1,13 +1,10 @@
\chapter{Implementation}\label{s:implementation}
+In this chapter we describe the implementation of \gls{my_system}.
+The main contribution of this chapter towards answering \emph{RQ3} is the prototype of \gls{my_system}.
+After reading one should understand the technical decisions, choice of tools and modifications to existing software necessary for evaluation of \gls{my_system} in \Cref{s:evaluation}.
+Any complex system is more than the sum of its parts~\cite{Wikipedia:article/Systems_Thinking}.
+To understand why \gls{my_system} it is crucial to provide a holistic view on the prototype.
+Therefore, the rest of the chapter is structured as follows:
-This section presents important implementation details.
-
-
-\lipsum[1-6]
-
-
-%%% Local Variables:
-%%% mode: latex
-%%% TeX-master: "../thesis"
-%%% End:
+\section{}