summaryrefslogtreecommitdiffstats
path: root/rommel
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-09-19 08:56:14 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-09-19 08:56:14 (GMT)
commitfa54b2b961ea9f3eb7aa12c8c46b6af008cc0452 (patch)
treea91bdaa1b163c52748ecc6585f65133379d2716e /rommel
parentf7ca8ac8e56e3fd64c6aebdfb29b4ae1692d4faa (diff)
download2ii10-fa54b2b961ea9f3eb7aa12c8c46b6af008cc0452.zip
2ii10-fa54b2b961ea9f3eb7aa12c8c46b6af008cc0452.tar.gz
2ii10-fa54b2b961ea9f3eb7aa12c8c46b6af008cc0452.tar.bz2
Assignment files + other project templates.
Diffstat (limited to 'rommel')
-rw-r--r--rommel/WIS Ass 1_Individual.tex22
-rw-r--r--rommel/fm_title.tex18
-rw-r--r--rommel/fm_titledefs.tex3
-rw-r--r--rommel/mm.tex4
-rw-r--r--rommel/photo1.tex33
-rw-r--r--rommel/sniplets.tex63
6 files changed, 143 insertions, 0 deletions
diff --git a/rommel/WIS Ass 1_Individual.tex b/rommel/WIS Ass 1_Individual.tex
new file mode 100644
index 0000000..45a8073
--- /dev/null
+++ b/rommel/WIS Ass 1_Individual.tex
@@ -0,0 +1,22 @@
+\documentclass[11pt,a4paper,oneside]{book}
+\usepackage[british]{babel}
+\usepackage{graphicx}
+\usepackage{latexsym}
+\usepackage{epsfig}
+
+\setlength{\parindent}{0pt} \setlength{\parskip}{7pt}
+
+
+\begin{document}
+
+\frontmatter{}
+
+\input{fm_titledefs.tex}
+\input{fm_title.tex}
+\tableofcontents
+
+\mainmatter{}
+
+\input{mm.tex}
+
+\end{document}
diff --git a/rommel/fm_title.tex b/rommel/fm_title.tex
new file mode 100644
index 0000000..720ed3e
--- /dev/null
+++ b/rommel/fm_title.tex
@@ -0,0 +1,18 @@
+\begin{titlepage}
+ \begin{center}
+ \vspace*{15mm}
+ \begin{Huge}
+ \titel
+ \end{Huge}
+ \\[5mm]
+
+ \vspace{100mm}
+
+ \end{center}
+
+ \vspace{50mm}
+ \begin{tabular}{ll}
+ \textbf{Author:} & \autheurA\\
+ \textbf{Date:} & \releasedate \\
+ \end{tabular}
+\end{titlepage}
diff --git a/rommel/fm_titledefs.tex b/rommel/fm_titledefs.tex
new file mode 100644
index 0000000..29e0f7b
--- /dev/null
+++ b/rommel/fm_titledefs.tex
@@ -0,0 +1,3 @@
+\newcommand\titel{Web Information Systems (2II20)}
+\newcommand\releasedate{10-09-2005}
+\newcommand\autheurA{K.J.F.R. van Uden - s0492822 - k.j.f.r.v.uden@student.tue.nl}
diff --git a/rommel/mm.tex b/rommel/mm.tex
new file mode 100644
index 0000000..495678a
--- /dev/null
+++ b/rommel/mm.tex
@@ -0,0 +1,4 @@
+\input{photo1.tex}
+\input{photo2.tex}
+\input{photo3.tex}
+\input{sniplets.tex}
diff --git a/rommel/photo1.tex b/rommel/photo1.tex
new file mode 100644
index 0000000..3f6c969
--- /dev/null
+++ b/rommel/photo1.tex
@@ -0,0 +1,33 @@
+\chapter{Photo 1}
+\section{Detailed description}
+\section{Instance RDF-graph}
+Figure 1.1 shows an instance RDF-graph of the first photo I have
+chosen to give an detailed description.
+\begin{figure}[!ht]
+ \begin{center}
+ \includegraphics[scale=0.75]{photo1.jpg}
+ \end{center}
+ \caption{An instance RDF-graph of photo 1.}
+\end{figure}
+\section{Sniplet XML-RDF serialization}
+Some properties of a class are instance of other class. The
+sniplets of these instances of classes are described in chapter 4.
+\begin{verbatim}
+<kb:Photo rdf:about="&kb;Assignment_1_Instance_0_"
+ kb:Aperture="F/9.5"
+ kb:Creation_Date="30072005"
+ kb:Filename="STA60547"
+ kb:Focal_Length="23"
+ kb:ISO_Sensitivity="ISO-50"
+ kb:Image_Type="JPEG"
+ kb:Resolution_Height="2112"
+ kb:Resolution_Width="2816"
+ kb:Shutter_Speed="1/110"
+ kb:Size="973"
+ rdfs:label="Assignment_1_Instance_0_">
+ <kb:Created_With rdf:resource="&kb;Assignment_1_Instance_1"/>
+ <kb:Created_By rdf:resource="&kb;Assignment_1_Instance_2"/>
+ <kb:Photo_Story rdf:resource="&kb;Assignment_1_Instance_3_"/>
+ <kb:Photo_Location rdf:resource="&kb;Assignment_1_Instance_5"/>
+</kb:Photo>
+\end{verbatim}
diff --git a/rommel/sniplets.tex b/rommel/sniplets.tex
new file mode 100644
index 0000000..669aaa6
--- /dev/null
+++ b/rommel/sniplets.tex
@@ -0,0 +1,63 @@
+\chapter{General sniplets of XML-RDF serializations}
+\begin{verbatim}
+<kb:Camera rdf:about="&kb;Assignment_1_Instance_1"
+ kb:Manufacturer="Samsung"
+ kb:Type="Digimax A6"
+ rdfs:label="Assignment_1_Instance_1"/>
+<kb:Camera rdf:about="&kb;Assignment_1_Instance_0___"
+ kb:Manufacturer="Olympus"
+ kb:Type="X200"
+ rdfs:label="Assignment_1_Instance_0___"/>
+<kb:Creator rdf:about="&kb;Assignment_1_Instance_2"
+ kb:First_Name="Kenny"
+ kb:Last_Name="van Uden"
+ rdfs:label="Assignment_1_Instance_2">
+ <kb:Creator_Address rdf:resource="&kb;Assignment_1_Instance_3"/>
+</kb:Creator>
+<kb:Creator rdf:about="&kb;Assignment_1_Instance_4"
+ kb:First_Name="Ynske"
+ kb:Last_Name="Peperkamp"
+ rdfs:label="Assignment_1_Instance_4">
+ <kb:Creator_Address rdf:resource="&kb;Assignment_1_Instance_3"/>
+</kb:Creator>
+<kb:Address rdf:about="&kb;Assignment_1_Instance_3"
+ kb:City="Herpen"
+ kb:Country="Netherlands"
+ kb:Postal_Code="5373 AK"
+ kb:Street="Brabantstraat 34"
+ rdfs:label="Assignment_1_Instance_3"/>
+<kb:Story rdf:about="&kb;Assignment_1_Instance_3_"
+ kb:Action="Struggle"
+ kb:Actor="Peter"
+ rdfs:label="Assignment_1_Instance_3_">
+ <kb:Target>Guus</kb:Target>
+ <kb:Target>Mark</kb:Target>
+</kb:Story>
+<kb:Story rdf:about="&kb;Assignment_1_Instance_2____"
+ kb:Action="Sleeping"
+ kb:Actor="Tiger"
+ rdfs:label="Assignment_1_Instance_2____"/>
+<kb:Story rdf:about="&kb;Assignment_1_Instance_3__"
+ kb:Action="Lie in the water"
+ rdfs:label="Assignment_1_Instance_3__">
+ <kb:Actor>Joey</kb:Actor>
+ <kb:Actor>Kenny</kb:Actor>
+ <kb:Actor>Nico</kb:Actor>
+ <kb:Actor>Ria</kb:Actor>
+</kb:Story>
+<kb:Location rdf:about="&kb;Assignment_1_Instance_5"
+ kb:City="Frejus"
+ kb:Country="France"
+ kb:Description="Zwembad van de camping"
+ rdfs:label="Assignment_1_Instance_5"/>
+<kb:Location rdf:about="&kb;Assignment_1_Instance_1____"
+ kb:City="Arnhem"
+ kb:Country="Netherlands"
+ kb:Description="Zoo"
+ rdfs:label="Assignment_1_Instance_1____"/>
+<kb:Location rdf:about="&kb;Assignment_1_Instance_2___"
+ kb:City="Doucier"
+ kb:Country="France"
+ kb:Description="Small river"
+ rdfs:label="Assignment_1_Instance_2___"/>
+\end{verbatim}