big presentation update
[bsc-thesis1415.git] / pres / pres.tex
index 18c332f..1af0985 100644 (file)
                \end{block}
        \end{frame}
 
+       \subsection{RSS Feeds}
+       \begin{frame}[fragile]
+               \frametitle{RSS/Atom Feeds}
+               \pause\lstinputlisting[language=xml]{exrss.xml}
+       \end{frame}
+
        \subsection{Goal \& Research question}
        \begin{frame}
                \frametitle{Current feedback loop}
        \end{frame}
 
        \begin{frame}
-               \frametitle{Directed acyclic graphs}
+               \frametitle{Remove cyclicity}
                \pause\begin{block}{Arrow notation}
                        If $e\in E$ and $e=(v_1,v_2)$ or $v_1\rightarrow v_2$ then\\
                        $\quad v_1\xrightarrow{+}v_n$ which means
-                       $v_1\rightarrow v_2\rightarrow\ldots\rightarrow v_{n-1}\rightarrow v_n$
+                       $v_1\rightarrow v_2\rightarrow\ldots\rightarrow v_{n-1}\rightarrow v_n$\\
                \end{block}
-               \pause\begin{block}{Cyclicity}
-                       $\nexists v\in V: v\xrightarrow{+}v$
-                       \pause\begin{figure}[H]
-                               \includegraphics[scale=0.4]{dagexample}
+               \begin{block}{\only<3>{Cyclicity}\only<4>{Directed Acyclic Word Graphs}}
+                       \only<4>{$G=(V,v_0,E,F)$}
+                       \only<4>{Word: concatenation of labels from $v_0\xrightarrow{+}F_k$}
+                       \begin{figure}[H]
+                               \only<3>{\includegraphics[scale=0.4]{dagexample}}
+                               \only<4>{\includegraphics[width=\textwidth]{dawgexample}}
                        \end{figure}
                \end{block}
        \end{frame}
 
+       \section{Methods}
+       \subsection{Program}
+       \begin{frame}
+               \frametitle{Overview}
+               \begin{figure}[H]
+                       \includegraphics[width=\linewidth]{appoverview}
+               \end{figure}
+       \end{frame}
+
        \begin{frame}
-               \frametitle{Directed acyclic word graphs (DAWGs)}
+               \frametitle{Frontend}
+               \begin{figure}[H]
+                       \only<2>{\includegraphics[width=\linewidth]{frontendfront}}
+                       \only<3>{\includegraphics[width=\linewidth]{crawlerpattern}}
+               \end{figure}
+       \end{frame}
+
+       \begin{frame}
+               \frametitle{Backend}
                \pause\begin{figure}[H]
-                       \includegraphics[width=\textwidth]{dawgexample}
+                       \centering
+                       \includegraphics[width=1.1\linewidth]{backend}
                \end{figure}
-               \pause\begin{block}{Mathematical definition}
-                       $G=(V,v_0,E,F)$
-               \end{block}
        \end{frame}
 
-       \section{Methods}
        \subsection{Algorithm}
-       \subsection{Program}
+       \begin{frame}
+               \frametitle{Building minimal DAWGs from user data}
+               \begin{itemize}[<+->]
+                       \item Based on Daciuk et al.
+                       \item User patterns become nodes/subgraphs
+               \end{itemize}
+       \end{frame}
 
        \section{Conclusion \& Discussion}
        \subsection{Conclusion}
+       \begin{frame}
+               \frametitle{Conclusion}
+               \pause\begin{itemize}[<+->]
+                       \item Yes, feedback loop is shortened
+                       \item But\ldots
+                       \item Few RSS feeds
+                       \item Misuse of HTML
+               \end{itemize}
+       \end{frame}
+
        \subsection{Discussion}
+       \begin{frame}
+               \frametitle{Discussion}
+               \pause\begin{itemize}[<+->]
+                       \item Whiten the black boxes
+                       \item Adapt for HTML
+                       \item Reuse interfacing technique
+               \end{itemize}
+       \end{frame}
 \end{document}