diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-04 16:37:28 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-04 16:37:28 +0200 |
| commit | 6304c47de8d76ec21b6b2f3b36ac479164d41755 (patch) | |
| tree | cf5242db4dab4f31dbaa366491f3019d83390f0c /content/background.tex | |
| parent | 9ba451969016ecd332b85709067b36c0eba53f58 (diff) | |
feat: added a new figure concept to the background
Diffstat (limited to 'content/background.tex')
| -rw-r--r-- | content/background.tex | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/content/background.tex b/content/background.tex index 4d84a78..ebbfa1e 100644 --- a/content/background.tex +++ b/content/background.tex @@ -70,7 +70,12 @@ The process of inference from data to provide the best explanation is called abd %Include something about data-preprocessing in the pipeline. %See the article by Fei Tao - +\begin{figure} + \centering + \includegraphics[width=0.7\linewidth]{images/system_model.pdf} + \caption{A generic system model for digital twin deployments.} + \label{fig:system_model} +\end{figure} \section{Datacenters}\label{ss:datacenters} |
