diff options
author | Aria Shrimpton <me@aria.rip> | 2024-01-25 17:57:01 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-01-25 17:57:01 +0000 |
commit | f876d3e0ee856e5c50e4665f2874d58c06887310 (patch) | |
tree | 83f75ddbb62ccbd9242e7ecf10ea19a5e9f5638f /thesis/main.tex | |
parent | 0868b269471fa045da3f928179c17fca703e7f55 (diff) |
parts / outline
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} |