p2: wörk

master
Clemens Klug 2018-05-22 14:48:19 +02:00
parent 1ab6a5a003
commit 4b9ce4e4d1
3 changed files with 24 additions and 7 deletions

View File

@ -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}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 154 KiB

View File

@ -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}