X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=4158a1b08d6a29294bad0b4761c29c6156979bf4;hb=c3f505fc05f88dd9b36b433b615de6be08977601;hp=f5737b5b57a1cdf6e63135f45a8a81b922714199;hpb=0dd82c0183888f46ac4eb4f66380356b1aa5eb4d;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index f5737b5..4158a1b 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,4 +1,63 @@ %&thesis +\usepackage[nonumberlist,acronyms]{glossaries} +\makeglossaries% + +\newacronym{SDS}{SDS}{Shared Data Source} +\newacronym{IoT}{IoT}{Internet of Things} +\newacronym{TOP}{TOP}{Task Oriented Programming} +\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 in the \gls{Clean} + programming language} +} + + \begin{document} -Hello world! +\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}] +\listoftodos[Todo] + +%Abstract +\chapter*{\centering Abstract} +\begin{quotation} + \centering\it\noindent + \input{abstract.tex} +\end{quotation} + +%Table of contents +\tableofcontents + +%Glossaries +\glsaddall{} +\printglossaries% + +\mainmatter{} +\chapter{Introduction} +\input{introduction.tex} + +\chapter{Methods} +\input{methods.tex} + +\chapter{Results} +\chapter{Conclusion \& Discussion} + +\appendix +\chapter{Communication protocol} +\input{appendix-protocol.tex} + +\bibliographystyle{ieeetr} +\bibliography{thesis} \end{document}