diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-18 19:05:05 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-18 19:05:05 +0200 |
| commit | 43318a61fd31e0f81b0df67e8a8b3c4a9423dda4 (patch) | |
| tree | 1f165fb1009b6870dd1f9729e528622ef355d7a3 /main.tex | |
| parent | 127c5c782d2604a6a15ef39c35eccfe869b48c98 (diff) | |
fix: fixed the layour for the reference architecture and the system model (wip)
Diffstat (limited to 'main.tex')
| -rw-r--r-- | main.tex | 37 |
1 files changed, 33 insertions, 4 deletions
@@ -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} |
