diff --git a/PresTeX/config/metainfo.tex b/PresTeX/config/metainfo.tex index 1a303d8..68aa105 100644 --- a/PresTeX/config/metainfo.tex +++ b/PresTeX/config/metainfo.tex @@ -5,7 +5,7 @@ \subtitle{Ein Analyseframework f\"ur raumbezogene Spieldaten\\2. Vortrag} %The day of the presentation %\date{\today} -\date{February 28, 2018} +\date{May 24, 2018} %Optional Information \subject{A Framework for the Analysis of Spatial Game Data} diff --git a/PresTeX/images/grafana.png b/PresTeX/images/grafana.png index ec6e71f..17f75e8 100644 Binary files a/PresTeX/images/grafana.png and b/PresTeX/images/grafana.png differ diff --git a/PresTeX/presentation.tex b/PresTeX/presentation.tex index bb2f010..af20978 100644 --- a/PresTeX/presentation.tex +++ b/PresTeX/presentation.tex @@ -180,6 +180,7 @@ compress \item Result server: Nginx \item Connection Flask - Celery: Redis \item Public frontend: Traefik (external) + \item Orchestration: Docker-Compose \end{itemize} \column{0.525\linewidth} \image{\textwidth}{../../ThesTeX/images/architecture}{Service structure}{img:microservices} @@ -219,12 +220,28 @@ compress \end{frame} \begin{frame}{Evaluation} -\begin{itemize} - \item Analyse other geogames - \item Describe effort - \item ? - \item Profit -\end{itemize} +Clients +\begin{longtable}[H]{ccp{0.6\textwidth}} +Geogame & Log files & Notes \\ +\hline +BioDiv2Go & $\approx430$ & SQLite database with JSON log entries, references to game config; import base case\\ +GeoTicTacToe & $\approx13$ & CSV with pipes; no temporal data; events + tracks\\ +\caption{Geogame client log data} +\label{tab:logs} +\end{longtable} + +Servers +\begin{longtable}[H]{ccp{0.6\textwidth}} +Geogame & Log files & Notes \\ +\hline +GeoTicTacToe & $\approx2$ & intermediate log format\\ +GeoTTT & $\approx130$ & fragmented structure: incomplete or splitted?\\ +Neocartographer & $\approx400$ & Partly broken GPX: missing description information; one GPX file per player\\ +MissingLink & $\approx6$ & Partly broken GPX: missing spatial information; one GPX file per player\\ +Equilibrium & $\approx40$ & GPX with missing end tag\\ +\caption{Geogame servers log data} +\label{tab:logs} +\end{longtable} \end{frame}