From fa54b2b961ea9f3eb7aa12c8c46b6af008cc0452 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Mon, 19 Sep 2005 08:56:14 +0000 Subject: Assignment files + other project templates. --- Assignment Description B.pdf | Bin 0 -> 268877 bytes Logbook template.xls | Bin 0 -> 28160 bytes ModellingStandards_b.pdf | Bin 0 -> 5079 bytes TC_case.pdf | Bin 0 -> 21986 bytes rommel/WIS Ass 1_Individual.tex | 22 ++++++++++++++ rommel/fm_title.tex | 18 ++++++++++++ rommel/fm_titledefs.tex | 3 ++ rommel/mm.tex | 4 +++ rommel/photo1.tex | 33 +++++++++++++++++++++ rommel/sniplets.tex | 63 ++++++++++++++++++++++++++++++++++++++++ 10 files changed, 143 insertions(+) create mode 100644 Assignment Description B.pdf create mode 100644 Logbook template.xls create mode 100644 ModellingStandards_b.pdf create mode 100644 TC_case.pdf create mode 100644 rommel/WIS Ass 1_Individual.tex create mode 100644 rommel/fm_title.tex create mode 100644 rommel/fm_titledefs.tex create mode 100644 rommel/mm.tex create mode 100644 rommel/photo1.tex create mode 100644 rommel/sniplets.tex diff --git a/Assignment Description B.pdf b/Assignment Description B.pdf new file mode 100644 index 0000000..4c1363f Binary files /dev/null and b/Assignment Description B.pdf differ diff --git a/Logbook template.xls b/Logbook template.xls new file mode 100644 index 0000000..e339857 Binary files /dev/null and b/Logbook template.xls differ diff --git a/ModellingStandards_b.pdf b/ModellingStandards_b.pdf new file mode 100644 index 0000000..f1823d6 Binary files /dev/null and b/ModellingStandards_b.pdf differ diff --git a/TC_case.pdf b/TC_case.pdf new file mode 100644 index 0000000..8419a55 Binary files /dev/null and b/TC_case.pdf differ 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} + + + + + + +\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} + + + + + + + + + + + Guus + Mark + + + + Joey + Kenny + Nico + Ria + + + + +\end{verbatim} -- cgit v0.12