From: Mart Lubbers Date: Fri, 7 Jul 2017 13:29:28 +0000 (+0200) Subject: update X-Git-Tag: final~26 X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=86b1fd61426bd54f76ba3c00222ed2081b79115c;p=msc-thesis1617.git update --- diff --git a/img/demo.png b/img/demo.png new file mode 100644 index 0000000..96c420f Binary files /dev/null and b/img/demo.png differ diff --git a/pres.conclusion.tex b/pres.conclusion.tex new file mode 100644 index 0000000..3ec3ee1 --- /dev/null +++ b/pres.conclusion.tex @@ -0,0 +1,16 @@ +\subsection{System Properties} + +\subsection{Further Research} +\begin{frame} + \frametitle{Future Research} + \begin{itemize}[<+->] + \item Simulation + \item Multithreading + \item Interpreter optimization + \item Resource Analysis + \item Combinators and Tasks + \item SDS handling + \item Robustness + \item Reconnection + \end{itemize} +\end{frame} diff --git a/pres.intro.tex b/pres.intro.tex index 12663f3..a87e514 100644 --- a/pres.intro.tex +++ b/pres.intro.tex @@ -67,7 +67,7 @@ \begin{block}{Overlap} \begin{itemize}[<+->] \item Tasks often involve humans - \item Possibly far away + \item Tasks can be performed by IoT \end{itemize} \end{block} \pause{} @@ -92,6 +92,8 @@ \item Interpreted on the client \item No reprogramming \end{itemize} + \pause{} + Internalship \end{frame} \begin{frame} diff --git a/presentation.pre b/presentation.pre index a275754..654b89b 100644 --- a/presentation.pre +++ b/presentation.pre @@ -1,4 +1,4 @@ -\documentclass[draft]{beamer} +\documentclass{beamer} \usepackage{listings} % Source code \usepackage{subcaption} % Subcaptions diff --git a/presentation.tex b/presentation.tex index cb27bbb..fe6b5b8 100644 --- a/presentation.tex +++ b/presentation.tex @@ -16,13 +16,18 @@ % %\section{System Overview} %\input{pres.system} -% -%\section{Demo} -%\begin{frame} -% \frametitle{And ofcourse\ldots} -%\end{frame} -%\begin{frame} -% \frametitle{And ofcourse\ldots a demo} -%\end{frame} + +\section{Conclusion} +\input{pres.conclusion} + +\section{Demo} +\begin{frame} + \frametitle{And ofcourse\ldots\pause{} a demo} + \pause{} + \begin{figure} + \centering + \includegraphics[width=.6\linewidth]{demo} + \end{figure} +\end{frame} \end{document}