Files
experimental-evaluation-of-…/thesis.tex
T

71 lines
2.5 KiB
TeX

%! TeX program = lualatex
\documentclass[a4paper,11pt,twoside,overfullrule]{scrbook} % Add final to silence TODOs
\input{preamble.tex}
\input{glossary.tex}
\begin{document}
\addchap*{General ToDo}
\todo[inline]{Double check the autofilled Zotero references}
\todo[inline]{Inconsistent usage of the words benchmark and experiment}
\todo[inline]{Glossary entries are all over the place, some things don't need to be linked}
\todo[inline]{Too many footnotes, some are unnecessary}
\todo[inline]{Make fault-injection and fault injection consistent}
\subfile{chapters/01_introduction/01_00_introduction.tex}
\cleardoublepage%
\subfile{chapters/02_background/02_00_background.tex}
\subfile{chapters/02_background/02_01_fault_chain.tex}
\subfile{chapters/02_background/02_02_wasm.tex}
\subfile{chapters/02_background/02_03_wamr.tex}
\subfile{chapters/02_background/02_04_fail.tex}
\subfile{chapters/02_background/02_05_software_based_hardening.tex}
\cleardoublepage%
\subfile{chapters/03_related_work/03_00_related_work.tex}
\cleardoublepage%
\subfile{chapters/04_methodology/04_00_methodology.tex}
\subfile{chapters/04_methodology/04_01_experimental_design.tex}
\subfile{chapters/04_methodology/04_02_farm_model.tex}
\subfile{chapters/04_methodology/04_03_result_filtering.tex}
\subfile{chapters/04_methodology/04_04_attribution.tex}
\subfile{chapters/04_methodology/04_05_reproducibility.tex}
\cleardoublepage%
\subfile{chapters/05_experiment_setup/05_00_experiment_setup.tex}
\subfile{chapters/05_experiment_setup/05_01_execution_environment.tex}
\subfile{chapters/05_experiment_setup/05_02_wamr_modifications.tex}
\subfile{chapters/05_experiment_setup/05_03_workload_structure.tex}
\subfile{chapters/05_experiment_setup/05_04_experiment_variants.tex}
\subfile{chapters/05_experiment_setup/05_05_controlling_injections.tex}
\subfile{chapters/05_experiment_setup/05_06_results_filtering.tex}
\subfile{chapters/05_experiment_setup/05_07_missing_fail_markers.tex}
\subfile{chapters/05_experiment_setup/05_08_target_programs.tex}
\cleardoublepage%
\subfile{chapters/06_results/06_00_results.tex}
\cleardoublepage%
\subfile{chapters/07_discussion/07_00_discussion.tex}
\cleardoublepage%
\subfile{chapters/08_conclusion/08_00_conclusion.tex}
\cleardoublepage%
\appendix
% \pagenumbering{Roman}
\subfile{chapters/0A_compilation_options/0A_00_compilation_options.tex}
\cleardoublepage%
\subfile{chapters/0B_results/0B_00_results.tex}
\cleardoublepage%
\subfile{chapters/0C_sanity/0C_00_sanity_checks.tex}
\cleardoublepage%
\end{document}