moved intro to abstract, added refs, test listing
[msc-thesis1617.git] / thesis.tex
index 40f7e95..904c7e7 100644 (file)
@@ -1,9 +1,23 @@
 %&thesis
-\usepackage[xindy={codepage=utf8},nonumberlist,acronyms]{glossaries}
+\usepackage[nonumberlist,acronyms]{glossaries}
 \makeglossaries%
-\newacronym{sds}{SDS}{Shared Data Source}
-\newacronym{iot}{IoT}{Internet of Things}
-\newacronym{top}{TOP}{Task Oriented Programming}
+
+\newacronym{SDS}{SDS}{Shared Data Source}
+\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 \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
 
 \printglossaries%
 
 \mainmatter{}
-\chapter{Introduction}
+\chapter{Introduction}\label{chp:introduction}
 \input{introduction.tex}
 
-\chapter{Methods}
+\chapter{Theoretical Framework}\label{chp:theoretical-framework}
+\input{theoretical-framework.tex}
+
+\chapter{Methods}\label{chp:methods}
 \input{methods.tex}
 
-\chapter{Results}
-\chapter{Conclusion \& Discussion}
+\chapter{Results}\label{chp:results}
+\chapter{Conclusion \& Discussion}\label{chp:conclusion}
 
-\appendix
-\chapter{Communication protocol}
+\appendix\label{chp:appendix}
+\chapter{Communication protocol}\label{app:communication-protocol}
 \input{appendix-protocol.tex}
 
+\lstlistoflistings{}
+\listoffigures{}
+\listoftables{}
+
 \bibliographystyle{ieeetr}
 \bibliography{thesis}
 \end{document}