diff options
Diffstat (limited to 'thesis/main.tex')
-rw-r--r-- | thesis/main.tex | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/thesis/main.tex b/thesis/main.tex index 4bcc64a..16066cc 100644 --- a/thesis/main.tex +++ b/thesis/main.tex @@ -5,12 +5,14 @@ \usepackage{ugcheck} \usepackage{microtype} +\usepackage[dvipsnames]{xcolor} \usepackage[style=numeric]{biblatex} \addbibresource{biblio.bib} %% Convenience macros \newcommand{\code}{\texttt} +\newcommand{\todo}[1]{\colorbox{yellow}{#1} \newline} \begin{document} \begin{preliminary} @@ -49,30 +51,29 @@ from the Informatics Research Ethics committee. \end{preliminary} \chapter{Introduction} +\input{parts/introduction} \chapter{Background} \input {parts/background} -\chapter{Method} -\section{Overview} -\section{Cost Estimation} -\section{Profiling} +\chapter{Methodology} +\input{parts/methodology} + +\chapter{Implementation} +\input{parts/implementation} \chapter{Results} -\section{Methodology} -\section{Estimated costs} -\section{Actual benchmark comparison} -\section{Estimates vs reality} +\input{parts/results} \chapter{Analysis} -%% need to have the data lol +\input{parts/analysis} \chapter{Conclusion} +\input{parts/conclusion} \printbibliography - %% \appendix %% \chapter{First appendix} |