diff options
author | Aria Shrimpton <me@aria.rip> | 2024-01-23 13:51:59 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-01-23 13:51:59 +0000 |
commit | 56c2835148823f182f277b055fad9c079a347787 (patch) | |
tree | dec8682e986814e58309353188b9b464fec2959f | |
parent | 292efa55c08c001aec38bf476b4b4ebda9e8c934 (diff) |
start outline
-rw-r--r-- | thesis/main.tex | 93 |
1 files changed, 15 insertions, 78 deletions
diff --git a/thesis/main.tex b/thesis/main.tex index 61b46b9..4bcc64a 100644 --- a/thesis/main.tex +++ b/thesis/main.tex @@ -48,94 +48,31 @@ from the Informatics Research Ethics committee. \end{preliminary} -\chapter{Background} - \input {parts/background} - -%% \chapter{Introduction} - -%% The preliminary material of your report should contain: -%% \begin{itemize} -%% \item -%% The title page. -%% \item -%% An abstract page. -%% \item -%% Declaration of ethics and own work. -%% \item -%% Optionally an acknowledgements page. -%% \item -%% The table of contents. -%% \end{itemize} - -%% As in this example \texttt{skeleton.tex}, the above material should be -%% included between: -%% \begin{verbatim} -%% \begin{preliminary} -%% ... -%% \end{preliminary} -%% \end{verbatim} -%% This style file uses roman numeral page numbers for the preliminary material. - -%% The main content of the dissertation, starting with the first chapter, -%% starts with page~1. \emph{\textbf{The main content must not go beyond page~40.}} - -%% The report then contains a bibliography and any appendices, which may go beyond -%% page~40. The appendices are only for any supporting material that's important to -%% go on record. However, you cannot assume markers of dissertations will read them. - -%% You may not change the dissertation format (e.g., reduce the font size, change -%% the margins, or reduce the line spacing from the default single spacing). Be -%% careful if you copy-paste packages into your document preamble from elsewhere. -%% Some \LaTeX{} packages, such as \texttt{fullpage} or \texttt{savetrees}, change -%% the margins of your document. Do not include them! - -%% Over-length or incorrectly-formatted dissertations will not be accepted and you -%% would have to modify your dissertation and resubmit. You cannot assume we will -%% check your submission before the final deadline and if it requires resubmission -%% after the deadline to conform to the page and style requirements you will be -%% subject to the usual late penalties based on your final submission time. +\chapter{Introduction} -%% \section{Using Sections} - -%% Divide your chapters into sub-parts as appropriate. - -%% \section{Citations} - -%% Citations (such as \cite{P1} or \cite{P2}) can be generated using -%% \texttt{BibTeX}. For more advanced usage, we recommend using the \texttt{natbib} -%% package or the newer \texttt{biblatex} system. - -%% These examples use a numerical citation style. You may use any consistent -%% reference style that you prefer, including ``(Author, Year)'' citations. - -%% \chapter{Your next chapter} - -%% A dissertation usually contains several chapters. +\chapter{Background} +\input {parts/background} -%% \chapter{Conclusions} +\chapter{Method} +\section{Overview} +\section{Cost Estimation} +\section{Profiling} -%% \section{Final Reminder} +\chapter{Results} +\section{Methodology} +\section{Estimated costs} +\section{Actual benchmark comparison} +\section{Estimates vs reality} -%% The body of your dissertation, before the references and any appendices, -%% \emph{must} finish by page~40. The introduction, after preliminary material, -%% should have started on page~1. +\chapter{Analysis} +%% need to have the data lol -%% You may not change the dissertation format (e.g., reduce the font size, change -%% the margins, or reduce the line spacing from the default single spacing). Be -%% careful if you copy-paste packages into your document preamble from elsewhere. -%% Some \LaTeX{} packages, such as \texttt{fullpage} or \texttt{savetrees}, change -%% the margins of your document. Do not include them! +\chapter{Conclusion} -%% Over-length or incorrectly-formatted dissertations will not be accepted and you -%% would have to modify your dissertation and resubmit. You cannot assume we will -%% check your submission before the final deadline and if it requires resubmission -%% after the deadline to conform to the page and style requirements you will be -%% subject to the usual late penalties based on your final submission time. \printbibliography -% You may delete everything from \appendix up to \end{document} if you don't need it. %% \appendix %% \chapter{First appendix} |