From 577d8de6f8847ac562aa3c02c52c54f1956a756c Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Sat, 27 Jun 2026 16:48:29 +0200 Subject: feat: removed the figure Dante didn't like --- content/intro.tex | 2 +- images/simple_dt.pdf | Bin 1111910 -> 89148 bytes sources/simple_dt.drawio | 103 ++++++++++++++++++++++++++++++----------------- style/style.tex | 4 +- 4 files changed, 70 insertions(+), 39 deletions(-) diff --git a/content/intro.tex b/content/intro.tex index 79d604f..093a863 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}.} + \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}).} \label{fig:simple_dt} \end{figure} diff --git a/images/simple_dt.pdf b/images/simple_dt.pdf index a69297a..a761501 100644 Binary files a/images/simple_dt.pdf and b/images/simple_dt.pdf differ diff --git a/sources/simple_dt.drawio b/sources/simple_dt.drawio index 98f6d4c..5e5b848 100644 --- a/sources/simple_dt.drawio +++ b/sources/simple_dt.drawio @@ -1,62 +1,91 @@ - - + + - - + + - - + + - - + + - + + + + - - + + + + - - + + - - - - - - - + - - - + + + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + diff --git a/style/style.tex b/style/style.tex index 6448113..69c0d05 100644 --- a/style/style.tex +++ b/style/style.tex @@ -1,6 +1,6 @@ \usepackage[T1]{fontenc} \usepackage[inline]{enumitem} -\usepackage{xspace, xcolor, lipsum, booktabs, caption, fancyhdr, footmisc, natbib, nomencl, rotating, setspace, subfigure,tocbibind, vmargin, watermark, graphicx, pifont, float, array, ipsum} +\usepackage{xspace, xcolor, lipsum, booktabs, caption, fancyhdr, footmisc, natbib, nomencl, rotating, setspace, subfigure,tocbibind, vmargin, watermark, graphicx, pifont, float, array, ipsum, circledsteps} \hypersetup { hidelinks=false, @@ -28,3 +28,5 @@ \newcommand{\two}{(\ding{183})\xspace} \newcommand{\three}{(\ding{184})\xspace} \newcommand{\four}{(\ding{185})\xspace} + +\newcommand\myCircled[1]{\scalebox{0.75}{\Circled[fill color=black,inner color=white]{{\sffamily#1}}}} -- cgit v1.2.3