summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proposal/2ID45-Proposal.log6
-rw-r--r--proposal/2ID45-Proposal.pdfbin62946 -> 62937 bytes
-rw-r--r--proposal/content.tex16
3 files changed, 13 insertions, 9 deletions
diff --git a/proposal/2ID45-Proposal.log b/proposal/2ID45-Proposal.log
index b59f66e..d91e752 100644
--- a/proposal/2ID45-Proposal.log
+++ b/proposal/2ID45-Proposal.log
@@ -1,4 +1,4 @@
-This is pdfeTeX, Version 3.141592-1.21a-2.2 (MiKTeX 2.4) (preloaded format=latex 2007.9.5) 21 FEB 2008 13:28
+This is pdfeTeX, Version 3.141592-1.21a-2.2 (MiKTeX 2.4) (preloaded format=latex 2007.9.5) 21 FEB 2008 16:41
entering extended mode
**2ID45-Proposal.tex
(2ID45-Proposal.tex
@@ -235,7 +235,7 @@ Underfull \hbox (badness 10000) in paragraph at lines 33--35
[]
-Underfull \hbox (badness 10000) in paragraph at lines 38--40
+Underfull \hbox (badness 10000) in paragraph at lines 38--41
[]
@@ -259,4 +259,4 @@ PDF statistics:
esky\cm\cmsy10.pfb><C:\MiKTeX\texmf\fonts\type1\bluesky\cm\cmbx12.pfb><C:\MiKTe
X\texmf\fonts\type1\bluesky\cm\cmr12.pfb><C:\MiKTeX\texmf\fonts\type1\bluesky\c
m\cmr17.pfb>
-Output written on 2ID45-Proposal.pdf (3 pages, 62946 bytes).
+Output written on 2ID45-Proposal.pdf (3 pages, 62937 bytes).
diff --git a/proposal/2ID45-Proposal.pdf b/proposal/2ID45-Proposal.pdf
index e76d62b..f73aa1b 100644
--- a/proposal/2ID45-Proposal.pdf
+++ b/proposal/2ID45-Proposal.pdf
Binary files differ
diff --git a/proposal/content.tex b/proposal/content.tex
index ad53442..e1a1e2e 100644
--- a/proposal/content.tex
+++ b/proposal/content.tex
@@ -1,7 +1,7 @@
\section{Introduction}
-For the master course Advanced Databases (2ID45), group 1 chose to create a liquor database. This chapter will give an overview of the project and its organization.
-\\
+For the master course Advanced Databases (2ID45), group 1 chose to create a liquor database. This chapter will give an overview of the project and its
+organization. \\
\subsection{Group members}
@@ -15,7 +15,9 @@ Group 1 consists of three CSE students: \\
\subsection{Description}
-The application is about liquor and is called "Pottepei" which is Flemish (Antwerp) for a drunk. The database will contain information regarding various sorts of alcoholic beverages. The web-based PHP application reads all kinds of information from RSS feeds and puts it into the database. Users can then query the database and also subscribe to an RSS feed concerning this database. Figure 1 explains how the application passes data around. \\
+The application is about liquor and is called "Pottepei" which is Flemish (Brussels) for a drunk. The database will contain information regarding various sorts of
+alcoholic beverages. The web-based PHP application reads all kinds of information from RSS feeds and puts it into the database. Users can then query the database
+and also subscribe to an RSS feed concerning this database. Figure 1 explains how the application passes data around. \\
\section{Specification}
@@ -28,12 +30,14 @@ can search for liquor and alcoholic beverages like cocktails and all sorts of be
If a user wants to keep posted on the latest ins and outs, he or she can sign up for the RSS feed. These topics will also be posted on the website's front-page. \\
-For every listed beverage a number of things are tracked, such like; Were it is being brewed or produced, the percentage of alcohol by volume (at 20 $ ^\circ $C) and so
-on. \\
+For every listed beverage a number of things are tracked, such like; Were it is being brewed or produced, the percentage of alcohol by volume (at 20 $ ^\circ $C)
+and so on. \\
\subsection{Technologies}
-The structure of our database will be stored as an XML schema. The information for the database will either be retrieved from other sites, such as www.cocktailz.nl and wijnspecialist.be via an RSS-feed or manually entererd. The queries that the user can send using the web-interface are done with XQuery mixed with XPath. The HTML pages containing the liquor info are made up using XSLT. Figure 1 below shows how the application uses the techniques to obtain the functionality. \\
+The structure of our database will be stored as an XML schema. The information for the database will either be retrieved from other sites, such as www.cocktailz.nl
+and wijnspecialist.be via an RSS-feed or manually entered. The queries that the user can send using the web-interface are done with XQuery mixed with XPath. The
+HTML pages containing the liquor info are made up using XSLT. Figure 1 below shows how the application uses the techniques to obtain the functionality. \\
\begin {center}
\includegraphics[width=\textwidth]{pottepei.png} \\