eaa1d7f3d74888c1b6cf01ab165fca983b84f684
[bsc-thesis1415.git] / pres / pres.tex
1 %&pres
2 \begin{document}
3 \frame{\titlepage}
4
5 \section{Introduction}
6 \subsection{Hyperleap}
7 \begin{frame}
8 \frametitle{Hyperleap}
9 \framesubtitle{Infotainment}
10 \begin{block}{}
11 \begin{figure}[H]
12 \includegraphics[width=0.2\linewidth]{hyperleaplogo}
13 \end{figure}
14 \begin{itemize}[<+->]
15 \item Information $+$ Entertainment $=$ Infotainment
16 \item Nijmegen
17 \item 1995
18 \item Leisure industry
19 \end{itemize}
20 \end{block}
21 \end{frame}
22
23 \begin{frame}
24 \frametitle{Current situation}
25 \begin{block}{}
26 \begin{figure}[H]
27 \includegraphics[width=\linewidth]{informationflow}
28 \end{figure}
29 \note{Show automated path and manual path}
30 \end{block}
31 \end{frame}
32
33 \subsection{Goal \& Research question}
34 \begin{frame}
35 \frametitle{Current feedback loop}
36 \framesubtitle{Indepth in the automated path}
37 \begin{block}{}
38 \begin{figure}[H]
39 \includegraphics<1>[width=\linewidth]{feedbackloop}
40 \includegraphics<2>[width=\linewidth]{feedbackloop2}
41 \end{figure}
42 \end{block}
43 \note{Expensive programmer time for usually trivial changes}
44 \end{frame}
45
46 \subsection{Crash course graphs}
47 \begin{frame}
48 \frametitle{Directed graphs}
49 \begin{columns}[T]
50 \column{.5\textwidth}
51 Graph $G=(V, E)$\\
52 \pause$\quad$ where\\
53 $\quad\quad V=\{n_1, n_2, \ldots, n_k\}$\\
54 \pause$\quad\quad E\subseteq V\times V$
55 \column{.5\textwidth}
56 \begin{figure}[H]
57 \pause\includegraphics[width=\linewidth]{graphexample}
58 \end{figure}
59 \end{columns}
60 \begin{block}{}
61 \pause$$G=(\{n_1, n_2, n_3, n_4\}, \{(n_1, n_2), (n_2, n_1), (n_2, n_3), (n_3, n_4), (n_1, n_4)\})$$
62 \end{block}
63 \end{frame}
64
65 \begin{frame}
66 \frametitle{Directed acyclic graphs}
67 \begin{block}{Arrow notation}
68 If $e\in E$ and $e=(v_1,v_2)$ or $v_1\rightarrow v_2$ then\\
69 $\quad v_1\xrightarrow{+}v_n$ which means
70 $v_1\rightarrow v_2\rightarrow\ldots\rightarrow v_{n-1}\rightarrow v_n$
71 \end{block}
72 \pause\begin{block}{Cyclicity}
73 $\nexists v\in V: v\xrightarrow{+}v$
74 \pause\begin{figure}[H]
75 \includegraphics[scale=0.4]{dagexample}
76 \end{figure}
77 \end{block}
78 \end{frame}
79
80 \begin{frame}
81 \frametitle{Directed acyclic word graphs (DAWGs)}
82 \pause\begin{figure}[H]
83 \includegraphics[width=\textwidth]{dawgexample}
84 \end{figure}
85 \end{frame}
86
87 \section{Methods}
88 \subsection{Algorithm}
89 \subsection{Program}
90
91 \section{Conclusion \& Discussion}
92 \subsection{Conclusion}
93 \subsection{Discussion}
94 \end{document}