From 43318a61fd31e0f81b0df67e8a8b3c4a9423dda4 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Thu, 18 Jun 2026 19:05:05 +0200 Subject: fix: fixed the layour for the reference architecture and the system model (wip) --- main.tex | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) (limited to 'main.tex') diff --git a/main.tex b/main.tex index 2f2ce2c..1a7d4a7 100644 --- a/main.tex +++ b/main.tex @@ -65,8 +65,14 @@ \begin{frame}\frametitle{\textbf{RQ1}: Literature Review II} % Mandatory: split the figure into 2: top and bottom, and that way you can fill in the entire slide nicely. - \includegraphics[width=\textwidth]{images/system_model2.pdf} - \vspace{0.3cm} + + \begin{tcolorbox}[title=A generic system model] + + This is a dummy sentence meant to make the tcolorbox have more than 2 lines of text width so that I am able to show the text and the table spacing better. + \end{tcolorbox} + \begin{center} + \includegraphics[width=0.8\textwidth]{images/system_model2.pdf} + \end{center} \tiny \textbf{Figure 1.3:} To answer \textbf{RQ1} we designed a generic datacenter digital twin system model based on a comprehensive literature review and findings from \textbf{Table 1.1}. @@ -77,14 +83,37 @@ \begin{frame}\frametitle{\textbf{RQ2}: Reference Architecture} \begin{minipage}[b]{0.45\linewidth} \begin{center} - \includegraphics[width=1.35\textwidth]{images/ref_architecture.pdf} + \includegraphics[width=1.25\textwidth]{images/ref_architecture.pdf} \end{center} \vspace{-0.2cm} \tiny \textbf{Figure 1.4:} The predictive datacenter digital twin architecture. \end{minipage} \hfill - \begin{minipage}[b]{0.4\linewidth} + % Consider adding this minipage directly to the ``draw.io'' diagram + \begin{minipage}[b]{0.42\linewidth} + \footnotesize + \textbf{Functional Requirements} + \tiny + + \textbf{FR1:} The system shall be able to + + \textbf{FR2:} The system should be able to + + \textbf{FR3:} The system needs to do this and that + + \vspace{1cm} + \footnotesize + \textbf{Non-functional Requirements} + \tiny + + \textbf{NFR1:} The system shall be able to + + \textbf{NFR2:} The system should be able to + + \textbf{NFR3:} The system needs to do this and that + + \vspace{3cm} \end{minipage} \end{frame} -- cgit v1.2.3