summaryrefslogtreecommitdiff
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
parent73c0ec7ef5581ad2a158a9cd1506070b37b3c85c (diff)
feat: added the implementation chapter
-rw-r--r--content/implementation.tex17
-rw-r--r--content/intro.tex2
-rw-r--r--main.bib10
-rw-r--r--main.tex1
-rw-r--r--style/style.tex4
5 files changed, 21 insertions, 13 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{}
diff --git a/content/intro.tex b/content/intro.tex
index c0fd08c..ecfc711 100644
--- a/content/intro.tex
+++ b/content/intro.tex
@@ -29,7 +29,7 @@ To address this new problem a concept of a datacenter \gls{dt} was proposed~\cit
\begin{figure}
\centering
\includegraphics[width=0.8\linewidth]{images/simple_dt.pdf}
- \caption{Elements of the digital twin ecosystem~\cite{DBLP:modsim24/presentation/Iosup2024}: the insights and decisions coming from the digital twin (\myCircled{A}), the physical infrastructure (\myCircled{B}), the data coming from the physical twin telemetry (\myCircled{C}), and the digital counterpart to the physical twin (\myCircled{D}).}
+ \caption{Elements of the digital twin ecosystem~\cite{DBLP:modsim24/presentation/Iosup2024} include: the insights and decisions coming from the digital twin (\myCircled{A}), the physical infrastructure (\myCircled{B}), the data coming from the physical twin telemetry (\myCircled{C}), and the digital counterpart to the physical twin (\myCircled{D}).}
\label{fig:simple_dt}
\end{figure}
diff --git a/main.bib b/main.bib
index 2ab0861..648e077 100644
--- a/main.bib
+++ b/main.bib
@@ -684,3 +684,13 @@
year = {2019},
publisher = {K. Rupp},
}
+
+@misc{Wikipedia:article/Systems_Thinking,
+ author = "{Wikipedia contributors}",
+ title = "Systems thinking --- {Wikipedia}{,} The Free Encyclopedia",
+ year = "2026",
+ howpublished = "\url{
+ https://en.wikipedia.org/w/index.php?title=Systems_thinking&oldid=1360310082
+ }",
+ note = "[Online; accessed 2-July-2026]",
+}
diff --git a/main.tex b/main.tex
index 8e521a2..24c3a81 100644
--- a/main.tex
+++ b/main.tex
@@ -18,6 +18,7 @@
\input{content/background}
\input{content/overview}
\input{content/design}
+\input{content/implementation}
\input{content/evaluation}
\input{content/discussion}
\input{content/threats}
diff --git a/style/style.tex b/style/style.tex
index 9b90c45..e26efc2 100644
--- a/style/style.tex
+++ b/style/style.tex
@@ -9,7 +9,9 @@
citecolor=Red,
linkcolor=Red,
}
+% Glossaries loads amsmath
\usepackage[acronym, toc]{glossaries}
+\usepackage{cleveref}
\textwidth 15cm
\textheight 22cm
\parindent 10pt
@@ -17,12 +19,10 @@
\oddsidemargin 2.5cm
\evensidemargin 2.5cm
-
\newcommand{\ie}{\emph{i.e.,}\xspace}
\newcommand{\eg}{\emph{e.g.,}\xspace}
\newcommand{\etc}{\emph{etc.}\xspace}
\newcommand{\etal}{\emph{et~al.}\xspace}
\newcommand{\todo}[1]{\textcolor{blue}{#1}}
-\usepackage{cleveref}
\newcommand\myCircled[1]{\scalebox{0.75}{\Circled[fill color=black,inner color=white]{{\sffamily#1}}}}