p2: wörk
parent
1ab6a5a003
commit
4b9ce4e4d1
|
|
@ -5,7 +5,7 @@
|
||||||
\subtitle{Ein Analyseframework f\"ur raumbezogene Spieldaten\\2. Vortrag}
|
\subtitle{Ein Analyseframework f\"ur raumbezogene Spieldaten\\2. Vortrag}
|
||||||
%The day of the presentation
|
%The day of the presentation
|
||||||
%\date{\today}
|
%\date{\today}
|
||||||
\date{February 28, 2018}
|
\date{May 24, 2018}
|
||||||
|
|
||||||
%Optional Information
|
%Optional Information
|
||||||
\subject{A Framework for the Analysis of Spatial Game Data}
|
\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 |
|
|
@ -180,6 +180,7 @@ compress
|
||||||
\item Result server: Nginx
|
\item Result server: Nginx
|
||||||
\item Connection Flask - Celery: Redis
|
\item Connection Flask - Celery: Redis
|
||||||
\item Public frontend: Traefik (external)
|
\item Public frontend: Traefik (external)
|
||||||
|
\item Orchestration: Docker-Compose
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\column{0.525\linewidth}
|
\column{0.525\linewidth}
|
||||||
\image{\textwidth}{../../ThesTeX/images/architecture}{Service structure}{img:microservices}
|
\image{\textwidth}{../../ThesTeX/images/architecture}{Service structure}{img:microservices}
|
||||||
|
|
@ -219,12 +220,28 @@ compress
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}{Evaluation}
|
\begin{frame}{Evaluation}
|
||||||
\begin{itemize}
|
Clients
|
||||||
\item Analyse other geogames
|
\begin{longtable}[H]{ccp{0.6\textwidth}}
|
||||||
\item Describe effort
|
Geogame & Log files & Notes \\
|
||||||
\item ?
|
\hline
|
||||||
\item Profit
|
BioDiv2Go & $\approx430$ & SQLite database with JSON log entries, references to game config; import base case\\
|
||||||
\end{itemize}
|
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}
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue