update
authorMart Lubbers <mart@martlubbers.net>
Fri, 7 Jul 2017 13:29:28 +0000 (15:29 +0200)
committerMart Lubbers <mart@martlubbers.net>
Fri, 7 Jul 2017 13:29:28 +0000 (15:29 +0200)
img/demo.png [new file with mode: 0644]
pres.conclusion.tex [new file with mode: 0644]
pres.intro.tex
presentation.pre
presentation.tex

diff --git a/img/demo.png b/img/demo.png
new file mode 100644 (file)
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 (file)
index 0000000..3ec3ee1
--- /dev/null
@@ -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}
index 12663f3..a87e514 100644 (file)
@@ -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}
index a275754..654b89b 100644 (file)
@@ -1,4 +1,4 @@
-\documentclass[draft]{beamer}
+\documentclass{beamer}
 
 \usepackage{listings}              % Source code
 \usepackage{subcaption}            % Subcaptions
index cb27bbb..fe6b5b8 100644 (file)
 %
 %\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}