moved intro to abstract, added refs, test listing
[msc-thesis1617.git] / thesis.tex
index 4390086..904c7e7 100644 (file)
@@ -6,14 +6,18 @@
 \newacronym{IoT}{IoT}{Internet of Things}
 \newacronym{TOP}{TOP}{Task Oriented Programming}
 \newacronym{DSL}{DSL}{Design Specific Language}
+\newacronym{RISC}{RISC}{Reduced Instruction Set Computer}
+\newacronym{ARM}{ARM}{Acorn \acrshort{RISC} Machine}
 \newglossaryentry{Clean}{name=Clean,
        description={is a pure lazy functional programming language based on graph
                rewriting}}
 \newglossaryentry{iTasks}{name=iTasks,
        description={is a \acrshort{TOP} implementation written as a \acrshort{DSL}
        in the \gls{Clean} programming language}}
+\newglossaryentry{Task}{name=Task,
+       description={is the basic building block of a \acrshort{TOP} system}}
 \newglossaryentry{mTask}{name=mTask,
-       description={is an abstraction for tasks living on \acrshort{IoT} devices}}
+       description={is an abstraction for \glspl{Task} living on \acrshort{IoT} devices}}
 
 \begin{document}
 \frontmatter{}
 %Abstract
 \chapter*{\centering Abstract}
 \begin{quotation}
-       \centering\it\noindent
+       \centering\noindent
        \input{abstract.tex}
 \end{quotation}
 
+\chapter*{\centering Acknowledgements}
+\begin{quotation}
+       \centering\it\noindent
+       \input{acknowledgements.tex}
+\end{quotation}
+
 %Table of contents
 \tableofcontents
 
 \chapter{Communication protocol}\label{app:communication-protocol}
 \input{appendix-protocol.tex}
 
+\lstlistoflistings{}
+\listoffigures{}
+\listoftables{}
+
 \bibliographystyle{ieeetr}
 \bibliography{thesis}
 \end{document}