-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
83 lines (68 loc) · 2.56 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
\documentclass[twoside,11pt,titlepage]{book}
\def\review{}
\input{preamble/other}
\input{preamble/acronyms}
\input{preamble/bibliography}
\input{preamble/captions}
\input{preamble/cleverref}
\input{preamble/enumitem}
\input{preamble/epigraph}
\input{preamble/fancyhdr}
\input{preamble/fncychap}
\input{preamble/font}
\input{preamble/footnotes}
\input{preamble/frames}
\input{preamble/geometry}
\input{preamble/graphics}
\input{preamble/listings}
\input{preamble/pdf}
\input{preamble/publication}
\input{preamble/tables}
\input{preamble/titles}
\input{preamble/todo}
\def \thesubtitle {}
\def \themaintitle {Improving the Reliability of Cloud-Based Pre-Trained Machine Learning Models}
\title{\themaintitle}
\author{Alex Cummaudo}
\date{April, 2021}
\def \thedegree {Doctor of Philosophy}
\def \thedepartment {Applied Artificial Intelligence Institute}
\def \theinstitution {Deakin University}
\def \thelocation {Melbourne, Australia}
\def \theauthorspostnominals {BSc \textit{Swinburne}, BIT(Hons)}
\begin{document}
\bookmarksetup{depth=-1}
\frontmatter
\pdfbookmark[0]{Frontmatter}{frontmatter}
\input{frontmatter/titlepage}\cleardoublepage
\input{frontmatter/abstract}\cleardoubleevenemptypage
\input{frontmatter/declarations}\cleardoubleevenemptypage
\input{frontmatter/acknowledgements}\cleardoubleevenemptypage
\input{frontmatter/contents}\cleardoubleevenemptypage
\bookmarksetup{depth=4}
\mainmatter
\part{Preface}\label{part:preface}
\input{mainmatter/introduction}\cleardoubleevenemptypage
\input{mainmatter/background}\cleardoubleevenemptypage
\input{mainmatter/research-methodology}\cleardoubleevenemptypage
\part{Publications}\label{part:publications}
\input{mainmatter/publications/icsme2019}\cleardoubleevenemptypage
\input{mainmatter/publications/icse2020}\cleardoubleevenemptypage
\input{mainmatter/publications/semotion2021}\cleardoubleevenemptypage
\input{mainmatter/publications/caise2021}\cleardoubleevenemptypage
\input{mainmatter/publications/tse2020}\cleardoubleevenemptypage
\input{mainmatter/publications/icwe2019}\cleardoubleevenemptypage
\input{mainmatter/publications/fse2020}\cleardoubleevenemptypage
\input{mainmatter/publications/fse-demo2020}\cleardoubleevenemptypage
\part{Postface}\label{part:postface}
\input{mainmatter/conclusion}\cleardoubleevenemptypage
\input{mainmatter/references}\cleardoubleevenemptypage
\begin{appendices}
\part{Appendices}\label{part:appendices}
\input{appendix/additional-material}
\input{appendix/tse-supplementary-materials}
\input{appendix/authorship-statements}
\input{appendix/ethics}
\input{appendix/stats}
\end{appendices}
\end{document}