Skip to content
Snippets Groups Projects
Commit 0831211e authored by Andreas Schärtl's avatar Andreas Schärtl
Browse files

report: start section on components

parent ed7c89a1
No related branches found
No related tags found
No related merge requests found
TEX_SOURCES = report.tex abstract.tex intro.tex endpoints.tex applications.tex
TEX_SOURCES = report.tex abstract.tex intro.tex components.tex \
endpoints.tex applications.tex
report.pdf: $(TEX_SOURCES) references.bib
chronic pdflatex $<
......
\section{Components}
With various ULO/RDF files in place we have the aim of making the
underlying data available for use with applications. For this, we
should first make out the various components that might be involved in
such a system. As a guide, figure~\ref{fig:components} illustrates
the various components and their interplay.
\begin{figure}[]\begin{center}
\includegraphics{figs/components}
\caption{Components involved in the \emph{ulo-storage} system.}\label{fig:components}
\end{center}\end{figure}
We will now give an overview over all involved components. Each
component will later be discussed in more detail, this section serves
only for the reader to get a general understanding of the developed
infrastructure and its topology.
../../components.png
\ No newline at end of file
\documentclass[a4paper]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{caption}
\usepackage{float}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{lipsum}
\usepackage{multicol}
\usepackage{subcaption}
\usepackage{verbatim}
\usepackage[utf8]{inputenc}
\usepackage[
backend=biber,
natbib=true,
......@@ -43,6 +47,7 @@
}
\input{intro.tex}
\input{components.tex}
\input{endpoints.tex}
\input{applications.tex}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment