From: Mart Lubbers Date: Wed, 4 Mar 2015 19:19:55 +0000 (+0100) Subject: update abstract X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=35a2c0a3936a9727440d0803e0c07a0182bfcaf2;p=bsc-thesis1415.git update abstract --- diff --git a/thesis2/5.appendices.tex b/thesis2/5.appendices.tex index 9e2a611..5614e5a 100644 --- a/thesis2/5.appendices.tex +++ b/thesis2/5.appendices.tex @@ -30,6 +30,7 @@ } } \caption{Generating DAWGs pseudocode} + \label{pseudodawg} \end{algorithm} \section{Schemes} diff --git a/thesis2/Makefile b/thesis2/Makefile index ad0c690..3d00019 100644 --- a/thesis2/Makefile +++ b/thesis2/Makefile @@ -1,5 +1,5 @@ SHELL:=/bin/bash -VERSION:=0.95 +VERSION:=1.0RC1 all: thesis diff --git a/thesis2/abstract.tex b/thesis2/abstract.tex index e69de29..9f5e594 100644 --- a/thesis2/abstract.tex +++ b/thesis2/abstract.tex @@ -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. diff --git a/thesis2/thesis.tex b/thesis2/thesis.tex index 6f94dde..58e6d2e 100644 --- a/thesis2/thesis.tex +++ b/thesis2/thesis.tex @@ -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}