From 96c38eaced38e4a3cb8df44ec54b778a1dc11b24 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 22 May 2017 17:43:07 +0200 Subject: [PATCH] new layout --- introduction.tex | 17 +++++++++++++---- thesis.tex | 17 +++++++++++++---- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/introduction.tex b/introduction.tex index 79f6c1d..1060cb3 100644 --- a/introduction.tex +++ b/introduction.tex @@ -43,10 +43,19 @@ at runtime and information can be exchanged. The structure of the thesis is as follows. Chapter~\ref{chp:introduction} contains the problem statement, motivation, literature embedding and the structure of the document. -Chapter~\ref{chp:methods} describes the foundations on which the implementation -is built. -Chapter~\ref{chp:results} shows the new techniques deviced and an example -application accompanied with implementation. +Chapter~\ref{chp:top} introduces the reader to the basics of \gls{TOP} and +\gls{iTasks} +Chapter~\ref{chp:dsl} discusses the pros and cons of different embedding +methods to create \gls{EDSL}. +Chapter~\ref{chp:mtask} shows the existing \gls{mTask}-\gls{EDSL} on which is +extended on in this dissertation. +Chapter~\ref{chp:arch} shows the architecture used for \gls{IoT}-devices that +are a part of the new \gls{mTask}-system. +Chapter~\ref{chp:mtaskcont} shows the extension added to the +\gls{mTask}-\gls{EDSL} that were needed to make the system function. + +\todo{Vul aan} + Chapter~\ref{chp:conclusion} concludes by answering the research questions and discusses future research. Appendix~\ref{app:communication-protocol} shows the concrete protocol used for diff --git a/thesis.tex b/thesis.tex index 218e2ee..7861e6a 100644 --- a/thesis.tex +++ b/thesis.tex @@ -63,11 +63,20 @@ \chapter{Introduction}\label{chp:introduction} \input{introduction.tex} -\chapter{Methods}\label{chp:methods} -\input{methods.tex} +\chapter{\acrlong{TOP}}\label{chp:top} +\input{methods.top.tex} -\chapter{Results}\label{chp:results} -\input{results.tex} +\chapter{\acrlongpl{EDSL}}\label{chp:dsl} +\input{methods.dsl.tex} + +\chapter{mTask}\label{chp:mtask} +\input{methods.mtask.tex} + +\chapter{Architecture}\label{chp:arch} +\input{results.arch.tex} + +\chapter{mTask continued}\label{chp:mtaskcont} +\input{results.mtask.tex} \chapter{Conclusion \& Discussion}\label{chp:conclusion} \input{conclusion.tex} -- 2.20.1