-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
47 lines (32 loc) · 1.33 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
\documentclass[11pt,a4paper,partial,examcopy]{aucklandthesis} % remove "examcopy" for final, use "doublespace" if needed
\usepackage{header}
\addbibresource{bibliography.bib}
\title{A Platform for Large Scale Statistical Modelling Using R}
\author{Jason Cairns}
\degreesought{Doctor of Philosophy}
\degreediscipline{Statistics}
\degreecompletionyear{2023}
\begin{document}
\input{doc/front-matter}
\chapter{Introduction}\label{ch:introduction}
\pagenumbering{arabic}
\input{doc/introduction/introduction}
\chapter{Literature Review}\label{ch:lit-review}
\input{doc/literature-review/literature-review}
\chapter{Constructive Platform Description}\label{ch:constructive-description}
\input{doc/constructive-description/constructive-description}
\chapter{Initial Experiments in Platform Implementation}\label{ch:initial-experiments}
\input{doc/initial-experiments/initial-experiments}
\chapter{Platform User Interface}\label{ch:ui}
\input{doc/ui/ui}
\chapter{Case Study: Distributed LASSO Implementation}\label{ch:lasso}
\input{doc/lasso}
\chapter{Platform Implementation}\label{ch:implementation}
\input{doc/implementation/implementation}
\chapter{Platform Profiling}\label{ch:profiling}
\input{doc/profiling}
\chapter{Discussion on Delivered Platform}\label{ch:discussion}
\input{doc/discussion/discussion}
\appendix
\printbibliography
\end{document}