Compare commits
2 Commits
e6eb36c07e
...
ec2fb2abb2
| Author | SHA1 | Date |
|---|---|---|
|
|
ec2fb2abb2 | |
|
|
6e40267c42 |
|
|
@ -23,3 +23,5 @@
|
||||||
*.gin
|
*.gin
|
||||||
# Do not initialize twice
|
# Do not initialize twice
|
||||||
.prepared
|
.prepared
|
||||||
|
# nano swap files
|
||||||
|
*.swp
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
\section{Auswertung ortsbezogener Spiele}
|
||||||
|
\begin{itemize}
|
||||||
|
\item geogames
|
||||||
|
\item datenspuren, logs
|
||||||
|
\item erkenntnisgewinn 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}
|
||||||
|
|
||||||
|
TODO \cite{Ahlqvist2018} %TODO
|
||||||
|
|
@ -0,0 +1,37 @@
|
||||||
|
|
||||||
|
\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
|
||||||
|
\item cross-game comparisons
|
||||||
|
\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}
|
||||||
|
|
||||||
|
|
||||||
|
steps
|
||||||
|
\begin{enumerate}
|
||||||
|
\item import data
|
||||||
|
\item analyze data
|
||||||
|
\item store/render/… results
|
||||||
|
\end{enumerate}
|
||||||
|
|
@ -184,7 +184,7 @@
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item 2014
|
\item 2014
|
||||||
\item …
|
\item …
|
||||||
\item recommends: /home/clemens/Downloads/ScienceDirect_articles_09Jan2018_09-38-46.323.zip
|
\item recommends: $/home/clemens/Downloads/ScienceDirect_articles_09Jan2018_09-38-46.323.zip$
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\item Post-processing Procedures for Passive {GPS} based Travel Survey \cite{Liu_2013} % /home/clemens/Downloads/1-s2.0-S1877042813021642-main.pdf
|
\item Post-processing Procedures for Passive {GPS} based Travel Survey \cite{Liu_2013} % /home/clemens/Downloads/1-s2.0-S1877042813021642-main.pdf
|
||||||
|
|
@ -396,6 +396,13 @@ 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},
|
||||||
|
}
|
||||||
|
|
||||||
@Inbook{Ahlqvist2018,
|
@Inbook{Ahlqvist2018,
|
||||||
author="Ahlqvist, Ola
|
author="Ahlqvist, Ola
|
||||||
and Schlieder, Christoph",
|
and Schlieder, Christoph",
|
||||||
|
|
@ -409,7 +416,6 @@ address="Cham",
|
||||||
pages="1--18",
|
pages="1--18",
|
||||||
abstract="Games and play are part of human life, and place, space, and geography take central roles in determining the rules and interactions of games. Consider how integral maps are to the board game RISK, how video game players navigate through a realistic `world' in pursuit of a goal, the millions of Pokemon Go players navigating the real world to find new Pokemon. Even the very abstract maps of Monopoly and Chess are inherently geographical, utilizing basic spatial rules for game play.",
|
abstract="Games and play are part of human life, and place, space, and geography take central roles in determining the rules and interactions of games. Consider how integral maps are to the board game RISK, how video game players navigate through a realistic `world' in pursuit of a goal, the millions of Pokemon Go players navigating the real world to find new Pokemon. Even the very abstract maps of Monopoly and Chess are inherently geographical, utilizing basic spatial rules for game play.",
|
||||||
isbn="978-3-319-22774-0",
|
isbn="978-3-319-22774-0",
|
||||||
doi="10.1007/978-3-319-22774-0_1",
|
doi="10.1007/978-3-319-22774-0\_1",
|
||||||
url="https://doi.org/10.1007/978-3-319-22774-0_1"
|
url="https://doi.org/10.1007/978-3-319-22774-0\_1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,38 +1,33 @@
|
||||||
\chapter{intro}
|
\chapter{intro}
|
||||||
\section{einleitung halt}
|
\input{content/0-introduction}
|
||||||
TODO \cite{Ahlqvist2018} %TODO
|
|
||||||
|
|
||||||
\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}
|
||||||
|
|
@ -44,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}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue