summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-07-14 13:35:43 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-07-14 13:35:43 +0200
commitd7c304fc95920993d09b9e6188edc59fa70ad2c3 (patch)
tree07303328c536f921d151eb7cde4e5bad81944b07
parent6972313a119d094f3f592c2df3715c00d22a3cae (diff)
feat: added Appendix B
-rw-r--r--appendix/appendix.tex8
-rw-r--r--notes/Full_Document_Annot_Dante.pdfbin0 -> 8266632 bytes
-rw-r--r--style/style.tex4
3 files changed, 6 insertions, 6 deletions
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
--- /dev/null
+++ b/notes/Full_Document_Annot_Dante.pdf
Binary files 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}