X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=904c7e78df9c62b92c984fba0ba8dca1a5451b2c;hb=4ac8ff3216dd921df44fbed2ba7d4ad01ff7033d;hp=47a699d021959222731bb2302e34064a0086bb5a;hpb=3c6ba90671d80fc1e84c494e0ad44ff655b87847;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index 47a699d..904c7e7 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,10 +1,78 @@ %&thesis +\usepackage[nonumberlist,acronyms]{glossaries} +\makeglossaries% + +\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{} + +%Titlepage \maketitleru[ + pagenr=1, course={Master Thesis}, institute={Radboud University Nijmegen}, authorstext={Author:}, righttextheader={Supervisors:}, - righttext={prof.~dr.~dr.h.c~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}] -Hello world! + righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}] +\listoftodos[Todo] + +%Abstract +\chapter*{\centering Abstract} +\begin{quotation} + \centering\noindent + \input{abstract.tex} +\end{quotation} + +\chapter*{\centering Acknowledgements} +\begin{quotation} + \centering\it\noindent + \input{acknowledgements.tex} +\end{quotation} + +%Table of contents +\tableofcontents + +%Glossaries +\glsaddall{} +\printglossaries% + +\mainmatter{} +\chapter{Introduction}\label{chp:introduction} +\input{introduction.tex} + +\chapter{Theoretical Framework}\label{chp:theoretical-framework} +\input{theoretical-framework.tex} + +\chapter{Methods}\label{chp:methods} +\input{methods.tex} + +\chapter{Results}\label{chp:results} +\chapter{Conclusion \& Discussion}\label{chp:conclusion} + +\appendix\label{chp:appendix} +\chapter{Communication protocol}\label{app:communication-protocol} +\input{appendix-protocol.tex} + +\lstlistoflistings{} +\listoffigures{} +\listoftables{} + +\bibliographystyle{ieeetr} +\bibliography{thesis} \end{document}