From 7631e050a4fdacf123c1069d4776ac703ca96a93 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Wed, 3 Jun 2026 09:59:24 +0200 Subject: feat: fixed the first research question, added figure spacing --- sources/dt_features_comparison.tex | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 sources/dt_features_comparison.tex (limited to 'sources/dt_features_comparison.tex') diff --git a/sources/dt_features_comparison.tex b/sources/dt_features_comparison.tex new file mode 100644 index 0000000..79e7675 --- /dev/null +++ b/sources/dt_features_comparison.tex @@ -0,0 +1,27 @@ +\begin{table}[t] + \centering + \renewcommand{\arraystretch}{1.4} + \begin{tabular}{m{0.4\linewidth}cccc} + \toprule + Feature & ExaDigiT~\cite{DBLP:conf/sc/BrewerMKWBHSGGW24} & SmartDC~\cite{DBLP:conf/noms/ZhangZLZWC22} & DyTwin~\cite{DBLP:conf/sc/TaheriBPRHDEWPM24} \\ + \midrule + Virtual Prototyping & & \ding{51} & \\ + Scenario Exploration & & & \\ + 3D Facility Modelling & \ding{51} (via CFD and Modelica) & \ding{51} (via CFD and 6SigmaDC) & \\ + Predictive maintenance & & & \\ + Predictive energy modelling & & \ding{51} & \\ + Reliability and availability modeling & & & \\ + Cooling system modelling & & \ding{51} & \\ + Network modelling & & & \\ + Predictive modelling & & & \\ + Power/Energy consumption optimization (PUE) & & \ding{51} & \\ + Heat and Airflow distribution modelling & & \ding{51} & \\ + Visual analytics dashboard & & & \\ + Forensic analysis and diagnostics & & & \\ + Failure detection & & & \\ + Operational optimization & & & \\ + Resource allocation & & & \\ + \midrule + \end{tabular} + \caption{Comparison of selected features of existing datacenter digital twins.} +\end{table} -- cgit v1.2.3