# HG changeset patch # User Brecht De Man # Date 1434712865 -3600 # Node ID ec0eb2da8dc0ba34227fb1d941abc3606b2f71bc # Parent 927f53b0eda8106a3864e8e27325ff67394bce93 SMC Paper: increased XML size, condensed XML content and rest of paper. diff -r 927f53b0eda8 -r ec0eb2da8dc0 docs/SMC15/smc2015template.tex --- a/docs/SMC15/smc2015template.tex Fri Jun 19 11:49:03 2015 +0100 +++ b/docs/SMC15/smc2015template.tex Fri Jun 19 12:21:05 2015 +0100 @@ -16,7 +16,7 @@ \usepackage{color} -\definecolor{gray}{rgb}{0.4,0.4,0.4} +\definecolor{grey}{rgb}{0.1,0.1,0.1} \definecolor{darkblue}{rgb}{0.0,0.0,0.6} \definecolor{cyan}{rgb}{0.0,0.6,0.6} @@ -298,7 +298,7 @@ basicstyle=\ttfamily, columns=fullflexible, showstringspaces=false, - commentstyle=\color{gray}\upshape + commentstyle=\color{grey}\upshape } \lstdefinelanguage{XML} @@ -312,7 +312,7 @@ morekeywords={xmlns,version,type}, breaklines=true% list your attributes here } -\tiny +\scriptsize \lstset{language=XML} \begin{lstlisting} @@ -346,7 +346,6 @@ Max Comment on fragment - @@ -361,6 +360,7 @@ \end{lstlisting} \normalsize +\vspace{-1em} \subsection{Setup and configurability} @@ -398,7 +398,7 @@ The results file is dynamically generated by the interface upon clicking the `Submit' button. This also executes checks, depending on the setup file, to ensure that all tracks have been played back, rated and commented on. The XML output returned contains a node per fragment and contains both the corresponding marker's position and any comments written in the associated comment box. The rating returned is normalised to be a value between 0 and 1, normalising the pixel representation of different browser windows. The results also contain information collected by any defined pre/post questions. An excerpt of an output file is presented below detailing the data collected for a single audioElement. -\tiny +\scriptsize \lstset{language=XML} \begin{lstlisting} @@ -413,28 +413,27 @@ - Alternative-Rock + Pop - 813.328 + 813.32 - + - Comment on track 0 - Like the reverb length and style, however Vocals get lost in the mix. + Comment on track 1 + Good, but vocals too quiet. 0.639010989010989 - 111.05066666666663 + 111.05 - - 0.639010989010989 + + 0.6390 - 0.6571428571428571 + 0.6571 true - true @@ -443,8 +442,8 @@ \end{lstlisting} \normalsize - -Each page of testing is returned with the results of the entire page included in the structure. One \texttt{audioelement} node is created per audio fragment per page, along with its ID. This includes several child nodes including the rating between 0 and 1, the comment, and any other collected metrics including how long the element was listened for, the initial position, boolean flags if the element was listened to, if the element was moved and if the element comment box had any comment. Furthermore, each user action (manipulation of any interface element, such as playback or moving a marker) can be logged along with a the corresponding time code. +\vspace{-.5em} +Each page of testing is returned with the results of the entire page included in the structure. One \texttt{audioelement} node is created per audio fragment per page, along with its ID. This includes several child nodes including the rating between 0 and 1, the comment, and any other collected metrics including how long the element was listened for, the initial position, and boolean flags showing if the element was listened to, moved and commented on. Furthermore, each user action (manipulation of any interface element, such as playback or moving a marker) can be logged along with a the corresponding time code. We also store session data such as the time the test took place and the duration of the test. We provide the option to store the results locally, and/or to have them sent to a server.