From 48ba3960ad81bde2ff0ab1b4d8c3a147cbb7d858 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 28 Oct 2014 09:16:37 +0100 Subject: [PATCH] update laptop --- thesis2/2.methods.tex | 15 +++++++++++++++ thesis2/thesis.tex | 4 +--- 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 thesis2/2.methods.tex diff --git a/thesis2/2.methods.tex b/thesis2/2.methods.tex new file mode 100644 index 0000000..82e1d46 --- /dev/null +++ b/thesis2/2.methods.tex @@ -0,0 +1,15 @@ +\section{Application overview} +The program can be divided into two main components namely the \textit{Crawler +application} and the \textit{Input application}. The components are strictly +separated by task and by application. The crawler is an application dedicated +to the sole task of periodically crawling the sources asynchronously. The input +is a web interface to a set of tools that can create, edit, remove and test +crawlers via simple user interfaces that can be worked with by someone without +a computer science background. + +\section{Input application} + + +\section{Crawler application} + + diff --git a/thesis2/thesis.tex b/thesis2/thesis.tex index b9349c0..03a8674 100644 --- a/thesis2/thesis.tex +++ b/thesis2/thesis.tex @@ -68,9 +68,7 @@ data to structured data} \input{1.introduction.tex} \chapter{Methods} - \section{Application overview} - \section{Input application} - \section{Crawler application} +\input{2.methods.tex} \chapter{Conclusion} \section{Results} -- 2.20.1