From 330768f19a50fd34e25668d626254281c7b84c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Sch=C3=A4rtl?= <andreas@schaertl.me> Date: Mon, 17 Aug 2020 11:26:04 +0200 Subject: [PATCH] report: intro: link sections in final paragraph --- doc/report/introduction.tex | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/report/introduction.tex b/doc/report/introduction.tex index c070f08..85a6aa6 100644 --- a/doc/report/introduction.tex +++ b/doc/report/introduction.tex @@ -52,8 +52,14 @@ over different Git repositories, imported them into a database and then experimented with APIs for accessing that data set. The main contribution of \emph{ulo-storage} is twofold. First, (1)~we -built up various infrastructure components that can make up building -blocks in a larger tetrapodal search system. Second, (2)~we ran sample -prototype applications and queries on top of this interface. While the -applications themselves are admittedly not very interesting, they can -give us insight about future development of the upper level ontology. +built up various infrastructure components for making organizational +knowledge queryable. These components can make up building blocks of +a larger tetrapodal search system. Design and implementation are +discussed in Section~\ref{sec:implementation}. Second, (2)~we ran +sample prototype applications and queries on top of this +interface. While the applications themselves are admittedly not very +useful in itself, they can give us insight about future development of +the upper level ontology. These applications and queries are the focus +of Section~\ref{sec:applications}. A summary of encountered problems +and suggestions for next step concludes this report in +Section~\ref{sec:conclusion}. -- GitLab