diff options
-rw-r--r-- | thesis/main.tex | 2 | ||||
-rw-r--r-- | thesis/parts/abstract.tex | 7 | ||||
-rw-r--r-- | thesis/parts/acknowledgements.tex | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/thesis/main.tex b/thesis/main.tex index f252b3c..d40e196 100644 --- a/thesis/main.tex +++ b/thesis/main.tex @@ -44,7 +44,7 @@ \begin{document} \begin{preliminary} -\title{wip} +\title{Candelabra: Efficient selection of fast container implementations} \author{Aria Shrimpton} \course{Computer Science} \project{4th Year Project Report} diff --git a/thesis/parts/abstract.tex b/thesis/parts/abstract.tex index 555255c..fddefee 100644 --- a/thesis/parts/abstract.tex +++ b/thesis/parts/abstract.tex @@ -1,6 +1 @@ -This skeleton demonstrates how to use the \texttt{infthesis} style for -undergraduate dissertations in the School of Informatics. It also emphasises the -page limit, and that you must not deviate from the required style. -The file \texttt{skeleton.tex} generates this document and should be used as a -starting point for your thesis. Replace this abstract text with a concise -summary of your report. +\todo{Abstract} diff --git a/thesis/parts/acknowledgements.tex b/thesis/parts/acknowledgements.tex index bf75891..47cceed 100644 --- a/thesis/parts/acknowledgements.tex +++ b/thesis/parts/acknowledgements.tex @@ -1,2 +1,5 @@ +Firstly, I'd like to express my deepest gratitude to my supervisor, Liam O' Connor, for his help. -Any acknowledgements go here. +I'd also like to thank my partner, Lucy, and my friend Artemis for their support throughout. + +I would also like to thank the Tardis Project for the compute resources I used for benchmarking, and the members of CompSoc for their advice. |