presentation update and defense start
authorMart Lubbers <mart@martlubbers.net>
Mon, 22 Jun 2015 09:37:04 +0000 (11:37 +0200)
committerMart Lubbers <mart@martlubbers.net>
Mon, 22 Jun 2015 09:37:04 +0000 (11:37 +0200)
defense/defense.txt [new file with mode: 0644]
pres/pres.tex

diff --git a/defense/defense.txt b/defense/defense.txt
new file mode 100644 (file)
index 0000000..c912289
--- /dev/null
@@ -0,0 +1,36 @@
+Intro:
+ Hyperleap + infotaintment
+ Relieve programmer fixing crawlers
+ System to generate crawler specification
+ Frontend useable for non programmers
+
+Frontend:
+ Runs in browser
+ Runs from apache and python
+
+Backend:
+ Converts the user patterns from frontend to nodelists.
+ Nodelists are merged into DAWG minimization to generate patterns(graphs).
+ The crawler reads the patterns and crawls the site.
+ Crawler results are send via an XML/XSD stream to the original backend.
+
+Results:
+ Few RSS
+ Much RSS misuse
+
+Future:
+ Extend to HTML (program to convert HTML to RSS)
+ Reuse interface
+ Low level matching can increase
+
+Questions:
+- Why is user interface easy to use
+       Direct feedback
+       Familiar interface with buttons and textboxes
+
+- Why did you choose RSS
+       We had to limit scope
+       RSS is very consistent in underlying structure
+       But RSS doesn't have any structure in itself but underlying because
+               they are generated
+       
index 1af0985..93abf6f 100644 (file)
@@ -96,6 +96,9 @@
 
        \begin{frame}
                \frametitle{Frontend}
+               \begin{itemize}[<+->]
+                       \item Useable by non programmers
+               \end{itemize}
                \begin{figure}[H]
                        \only<2>{\includegraphics[width=\linewidth]{frontendfront}}
                        \only<3>{\includegraphics[width=\linewidth]{crawlerpattern}}
                \begin{itemize}[<+->]
                        \item Based on Daciuk et al.
                        \item User patterns become nodes/subgraphs
+                       \item Incremental construction
                \end{itemize}
        \end{frame}