X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=904c7e78df9c62b92c984fba0ba8dca1a5451b2c;hb=4ac8ff3216dd921df44fbed2ba7d4ad01ff7033d;hp=d31abe1a434e7ebe0478eb967234ced0d6381d17;hpb=b7d14e48236d740ca4805f6404311de84b7702a3;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index d31abe1..904c7e7 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,9 +1,23 @@ %&thesis -\usepackage[xindy{encoding=utf-8},nonumberlist,acronyms]{glossaries} % Acronyms +\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{} @@ -21,10 +35,16 @@ %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 @@ -33,19 +53,26 @@ \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}