From d7c304fc95920993d09b9e6188edc59fa70ad2c3 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Tue, 14 Jul 2026 13:35:43 +0200 Subject: feat: added Appendix B --- appendix/appendix.tex | 8 ++++---- notes/Full_Document_Annot_Dante.pdf | Bin 0 -> 8266632 bytes style/style.tex | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 notes/Full_Document_Annot_Dante.pdf diff --git a/appendix/appendix.tex b/appendix/appendix.tex index c86f476..499f919 100644 --- a/appendix/appendix.tex +++ b/appendix/appendix.tex @@ -1,6 +1,6 @@ \begin{appendices} \chapter{Reproducibility}\label{s:reproducibility} - \section{Artifact Checklist}\label{ss:artifact_checklist} + \section*{Artifact Checklist}\label{ss:artifact_checklist} \begin{enumerate}[label=\textcolor{Green}{\textbf{\ding{51}}}] \item Program(s): \code{OpenDC}, \code{Confluent Kafka}, \code{PostgreSQL}, \code{Redis}, \code{Grafana}. \item Data set(s): Failure traces from Talluri \etal and failure models from Javadi \etal (see also \url{https://opendc.org/learn/documentation/Input/FailureModel}). @@ -8,7 +8,7 @@ \item Time is needed to reproduce the experiments: around 4 hours. \item Public Experiment Archive: \url{https://git.denounce.ai}. \end{enumerate} - \section{Experimental Setup}\label{ss:experimental_setup_appendix} + \section*{Experimental Setup}\label{ss:experimental_setup_appendix} Confluent Kafka, (see \url{https://www.confluent.io/}) must be present on the system. This includes the two different connectors from \Cref{s:implementation}. The scripts to start the Confluent Kafka (assuming installation in \code{/opt/confluent} instance are listed below. First, start Kafka Connect: @@ -67,7 +67,7 @@ protoc --java_out=/home/matt/git/opendc/opendc-common/src/main/java/ schema.pro Create a \code{.venv} in \code{python\_scripts} and \code{http\_server} and install all the dependencies. Then, run respectively the HTTP Server and the Python Scripts. Afterwards, start \mysystem using IntellijIDEA. - \section{Configuration files}\label{ss:configuration_files} + \section*{Configuration files}\label{ss:configuration_files} \input{sources/config_files.tex} + \chapter{Honours Research Project}\label{s:hp} \end{appendices} - diff --git a/notes/Full_Document_Annot_Dante.pdf b/notes/Full_Document_Annot_Dante.pdf new file mode 100644 index 0000000..b4729f8 Binary files /dev/null and b/notes/Full_Document_Annot_Dante.pdf differ diff --git a/style/style.tex b/style/style.tex index 7675240..c787d52 100644 --- a/style/style.tex +++ b/style/style.tex @@ -10,7 +10,7 @@ % For a nice table of contents. \usepackage{tocloft} % For the font. -\usepackage{fouriernc} +%\usepackage{fouriernc} % fdsymbol can be loaded together with pifont \usepackage{fdsymbol} @@ -29,7 +29,7 @@ \renewcommand\cftchapfont{\bfseries} \renewcommand\cftchappagefont{\bfseries} % Makes the chapter spacing in the TOC less. -\setlength{\cftbeforechapskip}{4pt} +\setlength{\cftbeforechapskip}{5pt} % Specifies the spacing between the lines. \renewcommand\baselinestretch{1.1} -- cgit v1.2.3