parent
a59634f906
commit
6e40267c42
|
|
@ -23,3 +23,5 @@
|
|||
*.gin
|
||||
# Do not initialize twice
|
||||
.prepared
|
||||
# nano swap files
|
||||
*.swp
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
||||
|
|
@ -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}
|
||||
|
||||
|
||||
|
|
@ -370,3 +370,9 @@ author = "Modsching, Marko and Kramer, Ronny and Hagen, Klaus Ten and Gretzel, U
|
|||
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},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,37 +1,33 @@
|
|||
\chapter{intro}
|
||||
\section{einleitung halt}
|
||||
\input{content/0-introduction}
|
||||
|
||||
\chapter{problemstellung}
|
||||
\section{Auswertung ortsbezogener Spiele}
|
||||
\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}
|
||||
\input{content/1-scope}
|
||||
|
||||
\chapter{forschungsstand}
|
||||
\input{content/3-state-of-the-art}
|
||||
\input{content/2-state-of-the-art}
|
||||
|
||||
|
||||
|
||||
\chapter{lösungsansatz}
|
||||
%\input{content/3-solution}
|
||||
\section{modulare auswahl von metriken}
|
||||
\section{spiel unabhängig}
|
||||
\section{log processing taugt nich}
|
||||
|
||||
\chapter{umsetzung}
|
||||
%\input{content/4-implementation}
|
||||
\section{klassenstruktur}
|
||||
\section{konfigurierbarkeit (log import)}
|
||||
\section{...}
|
||||
|
||||
\chapter{evaluierung}
|
||||
%\input{content/5-evaluation}
|
||||
\section{wie viele metriken umsetzbar?}
|
||||
\section{erweiterbarkeit}
|
||||
|
||||
\chapter{diskussion}
|
||||
%\input{content/6-discussion}
|
||||
|
||||
\section{dummies}
|
||||
\cite{zheng2011computing}
|
||||
|
|
@ -43,4 +39,4 @@ A&B&C\\
|
|||
\caption{Tabelle 1}
|
||||
\label{tab:tab1}
|
||||
\end{longtable}
|
||||
\image{3cm}{logo.png}{Uni-Logo}{img:uni}
|
||||
\image{3cm}{logo.png}{Uni-Logo}{img:uni}
|
||||
|
|
|
|||
Loading…
Reference in New Issue