new layout
authorMart Lubbers <mart@martlubbers.net>
Mon, 22 May 2017 15:43:07 +0000 (17:43 +0200)
committerMart Lubbers <mart@martlubbers.net>
Mon, 22 May 2017 15:43:07 +0000 (17:43 +0200)
introduction.tex
thesis.tex

index 79f6c1d..1060cb3 100644 (file)
@@ -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
index 218e2ee..7861e6a 100644 (file)
 \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}