diff options
Diffstat (limited to 'appendix')
| -rw-r--r-- | appendix/appendix.tex | 4 | ||||
| -rw-r--r-- | appendix/glossary.tex | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/appendix/appendix.tex b/appendix/appendix.tex index 499f919..7c1965a 100644 --- a/appendix/appendix.tex +++ b/appendix/appendix.tex @@ -6,7 +6,7 @@ \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}). \item Experiments: in \Cref{s:evaluation}. \item Time is needed to reproduce the experiments: around 4 hours. - \item Public Experiment Archive: \url{https://git.denounce.ai}. + \item Public Experiment Archive: \url{https://github.com/M-J-Kwiatkowski/opendc} and \url{https://github.com/M-J-Kwiatkowski/sunfish}. \end{enumerate} \section*{Experimental Setup}\label{ss:experimental_setup_appendix} Confluent Kafka, (see \url{https://www.confluent.io/}) must be present on the system. @@ -69,5 +69,5 @@ protoc --java_out=/home/matt/git/opendc/opendc-common/src/main/java/ schema.pro Afterwards, start \mysystem using IntellijIDEA. \section*{Configuration files}\label{ss:configuration_files} \input{sources/config_files.tex} - \chapter{Honours Research Project}\label{s:hp} + %\chapter{Honours Research Project}\label{s:hp} \end{appendices} diff --git a/appendix/glossary.tex b/appendix/glossary.tex index a46f42a..2d01127 100644 --- a/appendix/glossary.tex +++ b/appendix/glossary.tex @@ -30,3 +30,11 @@ \newacronym{gui}{GUI}{Graphical User Interface} \newacronym{tui}{TUI}{Terminal User Interface} \newacronym{nasa}{NASA}{National Aeronautics and Space Agency} +\newacronym{cpu}{CPU}{Central Processing Unit} +\newacronym{ram}{RAM}{Random Access Memory} +\newacronym{gpu}{GPU}{Graphics Processing Unit} +\newacronym{npu}{NPU}{Neural Processing Unit} +\newacronym{tpu}{TPU}{Tensor Processing Unit} +\newacronym{cern}{CERN}{Conseil Europ\'een pour la Recherche Nucl\'eaire} +\newacronym{it}{IT}{Information Technology} +\newacronym{dbms}{DBMS}{Database Management System} |
