add ideas for #1 and #2

master
Clemens Klug 2018-01-06 17:13:26 +01:00
parent a59634f906
commit 6e40267c42
6 changed files with 58 additions and 12 deletions

2
ThesTeX/.gitignore vendored
View File

@ -23,3 +23,5 @@
*.gin *.gin
# Do not initialize twice # Do not initialize twice
.prepared .prepared
# nano swap files
*.swp

View File

@ -0,0 +1,12 @@
\section{Auswertung ortsbezogener Spiele}
\begin{itemize}
\item geogames
\item datenspuren, logs
\item wekwnntnisgewinn aus spatial logs
\item geogame analyse (z.b. paper mit auswertung von gg)
\item feedback loop: desingers/stagers
\end{itemize}
Beispiel für Auswertung mit Fragebögen vorher/nachher: \cite{Schaal2017}

View File

@ -0,0 +1,30 @@
\section{Analyseframework}
\begin{itemize}
\item built-in analysis=> fixed implementation, no cross-game evaluations (independant results/methods etc)
\item framework
\begin{itemize}
\item create + store game log
\item per-game importer
\item analyzer modules crunch numbers
\item output/visualization
\item interface
\end{itemize}
\end{itemize}
\section{scope}
todo
\begin{itemize}
\item framework for analysis
\item expert users/researcher vs. staging/designing
\item integration von externen daten (fragebögen => CSV o.ä.)
\item adaptable for multiple games
\end{itemize}
not todo
\begin{itemize}
\item interpretation
\item fragebögen
\end{itemize}

View File

@ -370,3 +370,9 @@ author = "Modsching, Marko and Kramer, Ronny and Hagen, Klaus Ten and Gretzel, U
year={2007} year={2007}
} }
@phdthesis{Schaal2017,
author = {Sonja Schaal},
title = {Die Wertsch{\"a}tzung lokaler Biodiversit{\"a}t mit Geogames f{\"o}rdern die Bedeutung von spielbezogenem Enjoyment im Spiel „FindeVielfalt Simulation“},
pages = {166},
year = {2017},
}

View File

@ -1,37 +1,33 @@
\chapter{intro} \chapter{intro}
\section{einleitung halt} \input{content/0-introduction}
\chapter{problemstellung} \chapter{problemstellung}
\section{Auswertung ortsbezogener Spiele} \input{content/1-scope}
\begin{verbatim}
@phdthesis{Schaal2017,
author = {Sonja Schaal},
title = {Die Wertsch{\"a}tzung lokaler Biodiversit{\"a}t mit Geogames f{\"o}rdern die Bedeutung von spielbezogenem Enjoyment im Spiel „FindeVielfalt Simulation“},
pages = {166},
year = {2017},
}
\end{verbatim}
\chapter{forschungsstand} \chapter{forschungsstand}
\input{content/3-state-of-the-art} \input{content/2-state-of-the-art}
\chapter{lösungsansatz} \chapter{lösungsansatz}
%\input{content/3-solution}
\section{modulare auswahl von metriken} \section{modulare auswahl von metriken}
\section{spiel unabhängig} \section{spiel unabhängig}
\section{log processing taugt nich} \section{log processing taugt nich}
\chapter{umsetzung} \chapter{umsetzung}
%\input{content/4-implementation}
\section{klassenstruktur} \section{klassenstruktur}
\section{konfigurierbarkeit (log import)} \section{konfigurierbarkeit (log import)}
\section{...} \section{...}
\chapter{evaluierung} \chapter{evaluierung}
%\input{content/5-evaluation}
\section{wie viele metriken umsetzbar?} \section{wie viele metriken umsetzbar?}
\section{erweiterbarkeit} \section{erweiterbarkeit}
\chapter{diskussion} \chapter{diskussion}
%\input{content/6-discussion}
\section{dummies} \section{dummies}
\cite{zheng2011computing} \cite{zheng2011computing}
@ -43,4 +39,4 @@ A&B&C\\
\caption{Tabelle 1} \caption{Tabelle 1}
\label{tab:tab1} \label{tab:tab1}
\end{longtable} \end{longtable}
\image{3cm}{logo.png}{Uni-Logo}{img:uni} \image{3cm}{logo.png}{Uni-Logo}{img:uni}