update abstract
authorMart Lubbers <mart@martlubbers.net>
Wed, 4 Mar 2015 19:19:55 +0000 (20:19 +0100)
committerMart Lubbers <mart@martlubbers.net>
Wed, 4 Mar 2015 19:19:55 +0000 (20:19 +0100)
thesis2/5.appendices.tex
thesis2/Makefile
thesis2/abstract.tex
thesis2/thesis.tex

index 9e2a611..5614e5a 100644 (file)
@@ -30,6 +30,7 @@
                }
        }
        \caption{Generating DAWGs pseudocode}
+       \label{pseudodawg}
 \end{algorithm}
 
 \section{Schemes}
index ad0c690..3d00019 100644 (file)
@@ -1,5 +1,5 @@
 SHELL:=/bin/bash
-VERSION:=0.95
+VERSION:=1.0RC1
 
 all: thesis
 
index e69de29..9f5e594 100644 (file)
@@ -0,0 +1,12 @@
+Within the leisure activity field, information is often bundled badly and
+contains empty or wrong data. Hyperleap tries to solve this problem by bundling
+the information from various sources including RSS feeds. Currently the
+feedback loop for fixing site-specific crawlers requires multiple steps which
+demand someone with a computer science background to perform. We introduce a
+new adaptable crawler generation system using subword matching via an adapted
+form of directed acyclic word graphs. The application allows users with no
+particular computer science background to create, edit and test crawlers for
+RSS feeds. In this way the feedback loop for broken crawlers is shortened, new
+sources can be incorporated in the database quicker and, most importantly, the
+information about the latest movie show, theater production or conference will
+reach the people looking for it as fast as possible.
index 6f94dde..58e6d2e 100644 (file)
@@ -1,6 +1,4 @@
-\documentclass[twopage,a4paper,titlepage]{book}
-
-%\usepackage[british]{babel}
+\documentclass[twopage,titlepage]{book}
 
 \usepackage{algorithm2e}
 \usepackage{a4wide}
@@ -14,6 +12,7 @@
 \usepackage{amssymb}
 \usepackage{amsmath}
 \usepackage{marvosym}
+\usepackage{setspace}
 
 % Set listings settings
 \definecolor{mintedbackground}{rgb}{0.95,0.95,0.95}
@@ -52,6 +51,8 @@ leisure activity RSS feeds}
 \author{
        Mart Lubbers\\
        s4109053\\
+       Artificial Intelligence\\
+       Radboud University Nijmegen\\
        \strut\\
        External supervisor: Alessandro Paula\\
        Internal supervisor: Franc Grootjen\\
@@ -66,12 +67,13 @@ leisure activity RSS feeds}
 % Surrogate abstract
 \chapter*{
        \centering 
-       \begin{normalsize}
+       \begin{large}
                Abstract
-       \end{normalsize}
+       \end{large}
 }
 \begin{quotation}
        \noindent
+       \onehalfspacing
        \input{abstract.tex}
 \end{quotation}
 \clearpage
@@ -80,7 +82,7 @@ leisure activity RSS feeds}
 \input{1.introduction.tex}
 
 \chapter{Requirements and design}
-\input{2.requirementsanddesign}
+\input{2.requirementsanddesign.tex}
 
 \chapter{Algorithm}
 \input{3.methods.tex}