annotate results/data/saves/Report.tex @ 1:eb3b846ae0ef tip

second commit
author Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk>
date Wed, 16 May 2018 18:13:41 +0100
parents 4dad87badb0c
children
rev   line source
e@0 1 \documentclass[11pt, oneside]{article}
e@0 2 \usepackage{geometry}
e@0 3 \geometry{a4paper}
e@0 4 \usepackage[parfill]{parskip} % empty line instead of indent
e@0 5 \usepackage{graphicx} % figures
e@0 6 \usepackage[space]{grffile} % include figures with spaces in paths
e@0 7 \usepackage[pdfpagelabels]{hyperref}
e@0 8 \usepackage{tikz} % pie charts
e@0 9 \usepackage{float} % place figures 'here'
e@0 10 \title{Report}
e@0 11 \author{mmxgn}
e@0 12 \graphicspath{{../saves/}}
e@0 13 %\setcounter{section}{-1} % Summary section 0 so number of sections equals number of files
e@0 14 \begin{document}
e@0 15 \maketitle
e@0 16 This is an automatically generated report using the `generate\_report.py' Python script
e@0 17 included with the Web Audio Evaluation Tool \cite{WAET} distribution which can be found
e@0 18 at \texttt{\href{https://github.com/BrechtDeMan/WebAudioEvaluationTool}{github.com/BrechtDeMan/WebAudioEvaluationTool}}.
e@0 19 \tableofcontents
e@0 20
e@0 21 \section*{Summary}
e@0 22 \addcontentsline{toc}{section}{Summary}
e@0 23 \begin{tabular}{ll}
e@0 24 Number of XML files: &24\\
e@0 25 Number of pages: &210\\
e@0 26 Number of fragments: &1257\\
e@0 27 Number of empty comments: &1155 (91.89\%)\\
e@0 28 Number of unplayed fragments: &0 (0.0\%)\\
e@0 29 Number of unmoved markers: &0 (0.0\%)\\
e@0 30 Average time per page: &N/A\\
e@0 31 \end{tabular} \\
e@0 32
e@0 33
e@0 34 \subsection*{Average duration per ordered page}
e@0 35 See also Figure \ref{fig:avgtimeperorder}. \\
e@0 36 \begin{tabular}{lll}
e@0 37 \textbf{Page} & \textbf{Duration} & \textbf{\# subjects}\\
e@0 38 1&N/A&24\\
e@0 39 2&N/A&24\\
e@0 40 3&N/A&24\\
e@0 41 4&N/A&23\\
e@0 42 5&N/A&23\\
e@0 43 6&N/A&23\\
e@0 44 7&N/A&23\\
e@0 45 8&N/A&23\\
e@0 46 9&N/A&23\\
e@0 47 \end{tabular} \vspace{1.5cm} \\
e@0 48
e@0 49
e@0 50
e@0 51 \subsection*{Average duration per page}
e@0 52 See also Figure \ref{fig:avgtimeperpage}. \\
e@0 53 \begin{tabular}{llll}
e@0 54 \textbf{Audioholder} & \textbf{Duration} & \textbf{\# subjects} & \textbf{\# fragments} \\
e@0 55 page2&N/A&23&6\\
e@0 56 page4&N/A&23&6\\
e@0 57 page6&N/A&23&6\\
e@0 58 page8&N/A&23&6\\
e@0 59 page1&N/A&23&6\\
e@0 60 page5&N/A&23&6\\
e@0 61 page9&N/A&23&6\\
e@0 62 page7&N/A&23&6\\
e@0 63 page3&N/A&23&6\\
e@0 64 page1(5)&N/A&1&5\\
e@0 65 page3(5)&N/A&1&5\\
e@0 66 page2(5)&N/A&1&5\\
e@0 67 \end{tabular}
e@0 68
e@0 69 \begin{figure}[htbp]
e@0 70 \begin{center}
e@0 71 \includegraphics[width=.65\textwidth]{../saves/time_per_order.pdf}
e@0 72 \caption{Average time spent per page (order).}
e@0 73 \label{fig:avgtimeperorder}
e@0 74 \end{center}
e@0 75 \end{figure}
e@0 76
e@0 77 \begin{figure}[htbp]
e@0 78 \begin{center}
e@0 79 \includegraphics[width=.65\textwidth]{../saves/time_per_page.pdf}
e@0 80 \caption{Average time spent per page (content).}
e@0 81 \label{fig:avgtimeperpage}
e@0 82 \end{center}
e@0 83 \end{figure}
e@0 84
e@0 85 \begin{figure}[htbp]
e@0 86 \begin{center}
e@0 87 \includegraphics[width=.65\textwidth]{../saves/subjects_per_page.pdf}
e@0 88 \caption{Number of subjects per page.}
e@0 89 \label{fig:subjectsperpage}
e@0 90 \end{center}
e@0 91 \end{figure}
e@0 92
e@0 93 \clearpage
e@0 94 \subsection*{Ratings per page}
e@0 95
e@0 96 % Pie chart of gender distribution
e@0 97 \def\angle{0}
e@0 98 \def\radius{3}
e@0 99 \def\cyclelist{{"orange","blue","red","green"}}
e@0 100 \newcount\cyclecount \cyclecount=-1
e@0 101 \newcount\ind \ind=-1
e@0 102 \begin{figure}[htbp]
e@0 103 \begin{center}\begin{tikzpicture}[nodes = {font=\sffamily}]
e@0 104 \foreach \percent/\name in {100.00/Unavailable (24),
e@0 105 } {\ifx\percent\empty\else % If \percent is empty, do nothing
e@0 106 \global\advance\cyclecount by 1 % Advance cyclecount
e@0 107 \global\advance\ind by 1 % Advance list index
e@0 108 \ifnum6<\cyclecount % If cyclecount is larger than list
e@0 109 \global\cyclecount=0 % reset cyclecount and
e@0 110 \global\ind=0 % reset list index
e@0 111 \fi
e@0 112 \pgfmathparse{\cyclelist[\the\ind]} % Get color from cycle list
e@0 113 \edef\color{\pgfmathresult} % and store as \color
e@0 114 % Draw angle and set labels
e@0 115 \draw[fill={\color!50},draw={\color}] (0,0) -- (\angle:\radius)
e@0 116 arc (\angle:\angle+\percent*3.6:\radius) -- cycle;
e@0 117 \node at (\angle+0.5*\percent*3.6:0.7*\radius) {\percent\,\%};
e@0 118 \node[pin=\angle+0.5*\percent*3.6:\name]
e@0 119 at (\angle+0.5*\percent*3.6:\radius) {};
e@0 120 \pgfmathparse{\angle+\percent*3.6} % Advance angle
e@0 121 \xdef\angle{\pgfmathresult} % and store in \angle
e@0 122 \fi
e@0 123 };
e@0 124 \end{tikzpicture}
e@0 125 \caption{Representation of gender across subjects}
e@0 126 \label{default}
e@0 127 \end{center}
e@0 128 \end{figure}
e@0 129
e@0 130
e@0 131 % Pie chart of browser distribution
e@0 132 \def\angle{0}
e@0 133 \def\radius{3}
e@0 134 \def\cyclelist{{"orange","blue","red","green"}}
e@0 135 \newcount\cyclecount \cyclecount=-1
e@0 136 \newcount\ind \ind=-1
e@0 137 \begin{figure}[htbp]
e@0 138 \begin{center}\begin{tikzpicture}[nodes = {font=\sffamily}]
e@0 139 \foreach \percent/\name in {62.50/Google inc. (15),
e@0 140 25.00/Apple computer inc. (6),
e@0 141 12.50/Unavailable (3),
e@0 142 } {\ifx\percent\empty\else % If \percent is empty, do nothing
e@0 143 \global\advance\cyclecount by 1 % Advance cyclecount
e@0 144 \global\advance\ind by 1 % Advance list index
e@0 145 \ifnum6<\cyclecount % If cyclecount is larger than list
e@0 146 \global\cyclecount=0 % reset cyclecount and
e@0 147 \global\ind=0 % reset list index
e@0 148 \fi
e@0 149 \pgfmathparse{\cyclelist[\the\ind]} % Get color from cycle list
e@0 150 \edef\color{\pgfmathresult} % and store as \color
e@0 151 % Draw angle and set labels
e@0 152 \draw[fill={\color!50},draw={\color}] (0,0) -- (\angle:\radius)
e@0 153 arc (\angle:\angle+\percent*3.6:\radius) -- cycle;
e@0 154 \node at (\angle+0.5*\percent*3.6:0.7*\radius) {\percent\,\%};
e@0 155 \node[pin=\angle+0.5*\percent*3.6:\name]
e@0 156 at (\angle+0.5*\percent*3.6:\radius) {};
e@0 157 \pgfmathparse{\angle+\percent*3.6} % Advance angle
e@0 158 \xdef\angle{\pgfmathresult} % and store in \angle
e@0 159 \fi
e@0 160 };
e@0 161 \end{tikzpicture}
e@0 162 \caption{Representation of browsers across subjects}
e@0 163 \label{default}
e@0 164 \end{center}
e@0 165 \end{figure}
e@0 166
e@0 167
e@0 168 % Pie chart of browser distribution
e@0 169 \def\angle{0}
e@0 170 \def\radius{3}
e@0 171 \def\cyclelist{{"orange","blue","red","green","cyan"}}
e@0 172 \newcount\cyclecount \cyclecount=-1
e@0 173 \newcount\ind \ind=-1
e@0 174 \begin{figure}[htbp]
e@0 175 \begin{center}\begin{tikzpicture}[nodes = {font=\sffamily}]
e@0 176 \foreach \percent/\name in {20.83/Win32 (5),
e@0 177 4.17/Win64 (1),
e@0 178 58.33/Macintel (14),
e@0 179 4.17/Linux x86\_64 (1),
e@0 180 } {\ifx\percent\empty\else % If \percent is empty, do nothing
e@0 181 \global\advance\cyclecount by 1 % Advance cyclecount
e@0 182 \global\advance\ind by 1 % Advance list index
e@0 183 \ifnum6<\cyclecount % If cyclecount is larger than list
e@0 184 \global\cyclecount=0 % reset cyclecount and
e@0 185 \global\ind=0 % reset list index
e@0 186 \fi
e@0 187 \pgfmathparse{\cyclelist[\the\ind]} % Get color from cycle list
e@0 188 \edef\color{\pgfmathresult} % and store as \color
e@0 189 % Draw angle and set labels
e@0 190 \draw[fill={\color!50},draw={\color}] (0,0) -- (\angle:\radius)
e@0 191 arc (\angle:\angle+\percent*3.6:\radius) -- cycle;
e@0 192 \node at (\angle+0.5*\percent*3.6:0.7*\radius) {\percent\,\%};
e@0 193 \node[pin=\angle+0.5*\percent*3.6:\name]
e@0 194 at (\angle+0.5*\percent*3.6:\radius) {};
e@0 195 \pgfmathparse{\angle+\percent*3.6} % Advance angle
e@0 196 \xdef\angle{\pgfmathresult} % and store in \angle
e@0 197 \fi
e@0 198 };
e@0 199 \end{tikzpicture}
e@0 200 \caption{Representation of platforms across subjects}
e@0 201 \label{default}
e@0 202 \end{center}
e@0 203 \end{figure}
e@0 204
e@0 205
e@0 206 \section{19 March 2018 19:22:17}
e@0 207 File: save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o\\
e@0 208 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 209 \hline
e@0 210 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 211 page2&0/6&1 min 50 s\\
e@0 212 page4&0/6&1 min 51 s\\
e@0 213 page6&0/6&2 min 16 s\\
e@0 214 page8&0/6&1 min 41 s\\
e@0 215 page1&0/6&3 min 10 s\\
e@0 216 page5&0/6&1 min 28 s\\
e@0 217 page9&0/6&1 min 51 s\\
e@0 218 page7&0/6&2 min 2 s\\
e@0 219 page3&0/6&1 min 51 s\\
e@0 220 \hline
e@0 221 \textbf{TOTAL} & & \textbf{18 min 5 s}\\
e@0 222 \hline
e@0 223 \end{tabular}
e@0 224
e@0 225 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page2.pdf}
e@0 226 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page4.pdf}
e@0 227 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page6.pdf}
e@0 228 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page8.pdf}
e@0 229 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page1.pdf}
e@0 230 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page5.pdf}
e@0 231 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page9.pdf}
e@0 232 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page7.pdf}
e@0 233 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page3.pdf}
e@0 234
e@0 235
e@0 236 \section{19 March 2018 20:14:50}
e@0 237 File: save-bkHwhN78d7k2kIanOievgityZQD7gVOr\\
e@0 238 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 239 \hline
e@0 240 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 241 page2&6/6&37 min 18 s\\
e@0 242 page4&0/6&2 min 31 s\\
e@0 243 page6&0/6&1 min 49 s\\
e@0 244 page8&0/6&1 min 32 s\\
e@0 245 page1&6/6&15 min 6 s\\
e@0 246 page5&0/6&1 min 13 s\\
e@0 247 page9&0/6&1 min 43 s\\
e@0 248 page7&0/6&1 min 43 s\\
e@0 249 page3&0/6&4 min 11 s\\
e@0 250 \hline
e@0 251 \textbf{TOTAL} & & \textbf{67 min 10 s}\\
e@0 252 \hline
e@0 253 \end{tabular}
e@0 254
e@0 255 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page2.pdf}
e@0 256 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page4.pdf}
e@0 257 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page6.pdf}
e@0 258 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page8.pdf}
e@0 259 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page1.pdf}
e@0 260 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page5.pdf}
e@0 261 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page9.pdf}
e@0 262 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page7.pdf}
e@0 263 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page3.pdf}
e@0 264
e@0 265
e@0 266 \section{19 March 2018 20:17:20}
e@0 267 File: save-VyX492RQzqQXRL84PByL9pLt8C5p4c50\\
e@0 268 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 269 \hline
e@0 270 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 271 page2&0/6&1 min 22 s\\
e@0 272 page4&0/6&2 min 7 s\\
e@0 273 page6&4/6&5 min 17 s\\
e@0 274 page8&0/6&3 min 4 s\\
e@0 275 page1&0/6&2 min 2 s\\
e@0 276 page5&0/6&1 min 35 s\\
e@0 277 page9&0/6&2 min 57 s\\
e@0 278 page7&1/6&2 min 23 s\\
e@0 279 page3&0/6&1 min 45 s\\
e@0 280 \hline
e@0 281 \textbf{TOTAL} & & \textbf{22 min 36 s}\\
e@0 282 \hline
e@0 283 \end{tabular}
e@0 284
e@0 285 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page2.pdf}
e@0 286 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page4.pdf}
e@0 287 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page6.pdf}
e@0 288 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page8.pdf}
e@0 289 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page1.pdf}
e@0 290 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page5.pdf}
e@0 291 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page9.pdf}
e@0 292 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page7.pdf}
e@0 293 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page3.pdf}
e@0 294
e@0 295
e@0 296 \section{19 March 2018 21:38:25}
e@0 297 File: save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1\\
e@0 298 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 299 \hline
e@0 300 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 301 page2&0/6&1 min 36 s\\
e@0 302 page4&0/6&1 min 41 s\\
e@0 303 page6&0/6&1 min 40 s\\
e@0 304 page8&0/6&1 min 13 s\\
e@0 305 page1&0/6&5 min 19 s\\
e@0 306 page5&0/6&1 min 13 s\\
e@0 307 page9&0/6&1 min 37 s\\
e@0 308 page7&0/6&1 min 47 s\\
e@0 309 page3&0/6&1 min 42 s\\
e@0 310 \hline
e@0 311 \textbf{TOTAL} & & \textbf{17 min 53 s}\\
e@0 312 \hline
e@0 313 \end{tabular}
e@0 314
e@0 315 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page2.pdf}
e@0 316 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page4.pdf}
e@0 317 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page6.pdf}
e@0 318 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page8.pdf}
e@0 319 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page1.pdf}
e@0 320 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page5.pdf}
e@0 321 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page9.pdf}
e@0 322 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page7.pdf}
e@0 323 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page3.pdf}
e@0 324
e@0 325
e@0 326 \section{19 March 2018 21:57:57}
e@0 327 File: save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t\\
e@0 328 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 329 \hline
e@0 330 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 331 page2&0/6&1 min 42 s\\
e@0 332 page4&0/6&2 min 10 s\\
e@0 333 page6&0/6&1 min 47 s\\
e@0 334 page8&0/6&1 min 52 s\\
e@0 335 page1&0/6&3 min 55 s\\
e@0 336 page5&0/6&1 min 33 s\\
e@0 337 page9&0/6&2 min 40 s\\
e@0 338 page7&0/6&1 min 42 s\\
e@0 339 page3&0/6&1 min 36 s\\
e@0 340 \hline
e@0 341 \textbf{TOTAL} & & \textbf{19 min 2 s}\\
e@0 342 \hline
e@0 343 \end{tabular}
e@0 344
e@0 345 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page2.pdf}
e@0 346 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page4.pdf}
e@0 347 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page6.pdf}
e@0 348 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page8.pdf}
e@0 349 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page1.pdf}
e@0 350 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page5.pdf}
e@0 351 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page9.pdf}
e@0 352 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page7.pdf}
e@0 353 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page3.pdf}
e@0 354
e@0 355
e@0 356 \section{19 March 2018 22:35:53}
e@0 357 File: save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo\\
e@0 358 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 359 \hline
e@0 360 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 361 page2&0/6&1 min 19 s\\
e@0 362 page4&0/6&1 min 7 s\\
e@0 363 page6&0/6&0 min 35 s\\
e@0 364 page8&0/6&0 min 24 s\\
e@0 365 page1&6/6&4 min 21 s\\
e@0 366 page5&0/6&0 min 40 s\\
e@0 367 page9&0/6&0 min 34 s\\
e@0 368 page7&0/6&0 min 32 s\\
e@0 369 page3&0/6&1 min 46 s\\
e@0 370 \hline
e@0 371 \textbf{TOTAL} & & \textbf{11 min 22 s}\\
e@0 372 \hline
e@0 373 \end{tabular}
e@0 374
e@0 375 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page2.pdf}
e@0 376 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page4.pdf}
e@0 377 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page6.pdf}
e@0 378 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page8.pdf}
e@0 379 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page1.pdf}
e@0 380 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page5.pdf}
e@0 381 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page9.pdf}
e@0 382 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page7.pdf}
e@0 383 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page3.pdf}
e@0 384
e@0 385
e@0 386 \section{19 March 2018 22:52:08}
e@0 387 File: save-TOMYD23tpHwml90IqrXit137iWLikwWd\\
e@0 388 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 389 \hline
e@0 390 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 391 page2&0/6&2 min 5 s\\
e@0 392 page4&0/6&3 min 36 s\\
e@0 393 page6&0/6&1 min 55 s\\
e@0 394 page8&0/6&1 min 30 s\\
e@0 395 page1&0/6&7 min 0 s\\
e@0 396 page5&0/6&2 min 0 s\\
e@0 397 page9&0/6&1 min 57 s\\
e@0 398 page7&0/6&2 min 16 s\\
e@0 399 page3&0/6&2 min 49 s\\
e@0 400 \hline
e@0 401 \textbf{TOTAL} & & \textbf{25 min 13 s}\\
e@0 402 \hline
e@0 403 \end{tabular}
e@0 404
e@0 405 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page2.pdf}
e@0 406 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page4.pdf}
e@0 407 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page6.pdf}
e@0 408 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page8.pdf}
e@0 409 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page1.pdf}
e@0 410 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page5.pdf}
e@0 411 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page9.pdf}
e@0 412 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page7.pdf}
e@0 413 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page3.pdf}
e@0 414
e@0 415
e@0 416 \section{19 March 2018 22:54:04}
e@0 417 File: save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU\\
e@0 418 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 419 \hline
e@0 420 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 421 page2&0/6&1 min 50 s\\
e@0 422 page4&0/6&2 min 7 s\\
e@0 423 page6&0/6&1 min 15 s\\
e@0 424 page8&0/6&1 min 16 s\\
e@0 425 page1&0/6&2 min 22 s\\
e@0 426 page5&0/6&1 min 19 s\\
e@0 427 page9&0/6&1 min 34 s\\
e@0 428 page7&0/6&1 min 41 s\\
e@0 429 page3&0/6&1 min 46 s\\
e@0 430 \hline
e@0 431 \textbf{TOTAL} & & \textbf{15 min 14 s}\\
e@0 432 \hline
e@0 433 \end{tabular}
e@0 434
e@0 435 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page2.pdf}
e@0 436 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page4.pdf}
e@0 437 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page6.pdf}
e@0 438 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page8.pdf}
e@0 439 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page1.pdf}
e@0 440 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page5.pdf}
e@0 441 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page9.pdf}
e@0 442 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page7.pdf}
e@0 443 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page3.pdf}
e@0 444
e@0 445
e@0 446 \section{19 March 2018 23:13:57}
e@0 447 File: save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa\\
e@0 448 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 449 \hline
e@0 450 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 451 page2&0/6&1 min 36 s\\
e@0 452 page4&0/6&2 min 10 s\\
e@0 453 page6&0/6&1 min 40 s\\
e@0 454 page8&0/6&1 min 6 s\\
e@0 455 page1&0/6&3 min 15 s\\
e@0 456 page5&0/6&1 min 33 s\\
e@0 457 page9&0/6&2 min 31 s\\
e@0 458 page7&0/6&1 min 52 s\\
e@0 459 page3&0/6&2 min 9 s\\
e@0 460 \hline
e@0 461 \textbf{TOTAL} & & \textbf{17 min 57 s}\\
e@0 462 \hline
e@0 463 \end{tabular}
e@0 464
e@0 465 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page2.pdf}
e@0 466 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page4.pdf}
e@0 467 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page6.pdf}
e@0 468 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page8.pdf}
e@0 469 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page1.pdf}
e@0 470 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page5.pdf}
e@0 471 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page9.pdf}
e@0 472 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page7.pdf}
e@0 473 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page3.pdf}
e@0 474
e@0 475
e@0 476 \section{19 March 2018 23:49:13}
e@0 477 File: save-Pf1n49JWBtw1HRcXF86S9zuUl8G3Jbnz\\
e@0 478 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 479 \hline
e@0 480 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 481 page2&0/6&N/A\\
e@0 482 page4&0/6&N/A\\
e@0 483 page6&0/6&N/A\\
e@0 484 page8&0/6&N/A\\
e@0 485 page1&0/6&N/A\\
e@0 486 page5&0/6&N/A\\
e@0 487 page9&0/6&N/A\\
e@0 488 page7&0/6&N/A\\
e@0 489 page3&0/6&N/A\\
e@0 490 \hline
e@0 491 \textbf{TOTAL} & & \textbf{N/A}\\
e@0 492 \hline
e@0 493 \end{tabular}
e@0 494
e@0 495
e@0 496
e@0 497 \section{19 March 2018 23:58:09}
e@0 498 File: save-JPRRxYPC2Esy3nKf9XXEsiiqaLy09MZT\\
e@0 499 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 500 \hline
e@0 501 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 502 page2&0/6&N/A\\
e@0 503 page4&0/6&N/A\\
e@0 504 page6&0/6&N/A\\
e@0 505 page8&0/6&N/A\\
e@0 506 page1&0/6&N/A\\
e@0 507 page5&0/6&N/A\\
e@0 508 page9&0/6&N/A\\
e@0 509 page7&0/6&N/A\\
e@0 510 page3&0/6&N/A\\
e@0 511 \hline
e@0 512 \textbf{TOTAL} & & \textbf{N/A}\\
e@0 513 \hline
e@0 514 \end{tabular}
e@0 515
e@0 516
e@0 517
e@0 518 \section{20 March 2018 0:01:15}
e@0 519 File: save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ\\
e@0 520 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 521 \hline
e@0 522 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 523 page2&0/6&2 min 20 s\\
e@0 524 page4&0/6&1 min 59 s\\
e@0 525 page6&0/6&2 min 20 s\\
e@0 526 page8&0/6&2 min 24 s\\
e@0 527 page1&6/6&10 min 1 s\\
e@0 528 page5&0/6&2 min 23 s\\
e@0 529 page9&1/6&3 min 1 s\\
e@0 530 page7&0/6&2 min 26 s\\
e@0 531 page3&1/6&3 min 11 s\\
e@0 532 \hline
e@0 533 \textbf{TOTAL} & & \textbf{30 min 10 s}\\
e@0 534 \hline
e@0 535 \end{tabular}
e@0 536
e@0 537 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page2.pdf}
e@0 538 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page4.pdf}
e@0 539 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page6.pdf}
e@0 540 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page8.pdf}
e@0 541 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page1.pdf}
e@0 542 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page5.pdf}
e@0 543 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page9.pdf}
e@0 544 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page7.pdf}
e@0 545 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page3.pdf}
e@0 546
e@0 547
e@0 548 \section{20 March 2018 11:17:13}
e@0 549 File: save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi\\
e@0 550 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 551 \hline
e@0 552 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 553 page2&0/6&2 min 9 s\\
e@0 554 page4&0/6&2 min 4 s\\
e@0 555 page6&0/6&1 min 25 s\\
e@0 556 page8&0/6&1 min 46 s\\
e@0 557 page1&1/6&5 min 5 s\\
e@0 558 page5&0/6&3 min 38 s\\
e@0 559 page9&0/6&1 min 24 s\\
e@0 560 page7&0/6&1 min 38 s\\
e@0 561 page3&0/6&2 min 19 s\\
e@0 562 \hline
e@0 563 \textbf{TOTAL} & & \textbf{21 min 32 s}\\
e@0 564 \hline
e@0 565 \end{tabular}
e@0 566
e@0 567 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page2.pdf}
e@0 568 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page4.pdf}
e@0 569 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page6.pdf}
e@0 570 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page8.pdf}
e@0 571 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page1.pdf}
e@0 572 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page5.pdf}
e@0 573 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page9.pdf}
e@0 574 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page7.pdf}
e@0 575 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page3.pdf}
e@0 576
e@0 577
e@0 578 \section{20 March 2018 14:58:53}
e@0 579 File: save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz\\
e@0 580 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 581 \hline
e@0 582 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 583 page2&0/6&1 min 29 s\\
e@0 584 page4&0/6&2 min 36 s\\
e@0 585 page6&0/6&1 min 47 s\\
e@0 586 page8&0/6&1 min 22 s\\
e@0 587 page1&0/6&2 min 32 s\\
e@0 588 page5&0/6&2 min 40 s\\
e@0 589 page9&0/6&1 min 47 s\\
e@0 590 page7&0/6&2 min 22 s\\
e@0 591 page3&0/6&3 min 3 s\\
e@0 592 \hline
e@0 593 \textbf{TOTAL} & & \textbf{19 min 42 s}\\
e@0 594 \hline
e@0 595 \end{tabular}
e@0 596
e@0 597 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page2.pdf}
e@0 598 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page4.pdf}
e@0 599 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page6.pdf}
e@0 600 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page8.pdf}
e@0 601 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page1.pdf}
e@0 602 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page5.pdf}
e@0 603 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page9.pdf}
e@0 604 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page7.pdf}
e@0 605 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page3.pdf}
e@0 606
e@0 607
e@0 608 \section{20 March 2018 15:31:39}
e@0 609 File: save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml\\
e@0 610 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 611 \hline
e@0 612 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 613 page2&1/6&1 min 51 s\\
e@0 614 page4&0/6&1 min 51 s\\
e@0 615 page6&0/6&2 min 20 s\\
e@0 616 page8&0/6&1 min 29 s\\
e@0 617 page1&0/6&4 min 30 s\\
e@0 618 page5&0/6&1 min 19 s\\
e@0 619 page9&0/6&1 min 54 s\\
e@0 620 page7&0/6&2 min 30 s\\
e@0 621 page3&0/6&1 min 52 s\\
e@0 622 \hline
e@0 623 \textbf{TOTAL} & & \textbf{19 min 41 s}\\
e@0 624 \hline
e@0 625 \end{tabular}
e@0 626
e@0 627 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page2.pdf}
e@0 628 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page4.pdf}
e@0 629 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page6.pdf}
e@0 630 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page8.pdf}
e@0 631 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page1.pdf}
e@0 632 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page5.pdf}
e@0 633 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page9.pdf}
e@0 634 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page7.pdf}
e@0 635 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page3.pdf}
e@0 636
e@0 637
e@0 638 \section{20 March 2018 15:34:01}
e@0 639 File: save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK\\
e@0 640 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 641 \hline
e@0 642 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 643 page2&1/6&1 min 24 s\\
e@0 644 page4&1/6&2 min 50 s\\
e@0 645 page6&0/6&1 min 38 s\\
e@0 646 page8&0/6&2 min 16 s\\
e@0 647 page1&2/6&3 min 23 s\\
e@0 648 page5&0/6&1 min 22 s\\
e@0 649 page9&0/6&1 min 42 s\\
e@0 650 page7&0/6&2 min 4 s\\
e@0 651 page3&0/6&1 min 38 s\\
e@0 652 \hline
e@0 653 \textbf{TOTAL} & & \textbf{18 min 22 s}\\
e@0 654 \hline
e@0 655 \end{tabular}
e@0 656
e@0 657 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page2.pdf}
e@0 658 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page4.pdf}
e@0 659 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page6.pdf}
e@0 660 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page8.pdf}
e@0 661 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page1.pdf}
e@0 662 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page5.pdf}
e@0 663 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page9.pdf}
e@0 664 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page7.pdf}
e@0 665 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page3.pdf}
e@0 666
e@0 667
e@0 668 \section{20 March 2018 20:31:05}
e@0 669 File: save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq\\
e@0 670 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 671 \hline
e@0 672 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 673 page2&0/6&2 min 26 s\\
e@0 674 page4&0/6&1 min 7 s\\
e@0 675 page6&0/6&0 min 30 s\\
e@0 676 page8&0/6&0 min 31 s\\
e@0 677 page1&1/6&6 min 17 s\\
e@0 678 page5&0/6&0 min 37 s\\
e@0 679 page9&0/6&0 min 39 s\\
e@0 680 page7&0/6&0 min 46 s\\
e@0 681 page3&0/6&1 min 42 s\\
e@0 682 \hline
e@0 683 \textbf{TOTAL} & & \textbf{14 min 37 s}\\
e@0 684 \hline
e@0 685 \end{tabular}
e@0 686
e@0 687 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page2.pdf}
e@0 688 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page4.pdf}
e@0 689 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page6.pdf}
e@0 690 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page8.pdf}
e@0 691 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page1.pdf}
e@0 692 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page5.pdf}
e@0 693 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page9.pdf}
e@0 694 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page7.pdf}
e@0 695 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page3.pdf}
e@0 696
e@0 697
e@0 698 \section{20 March 2018 21:14:20}
e@0 699 File: save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD\\
e@0 700 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 701 \hline
e@0 702 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 703 page2&0/6&1 min 30 s\\
e@0 704 page4&0/6&1 min 42 s\\
e@0 705 page6&0/6&1 min 31 s\\
e@0 706 page8&0/6&1 min 16 s\\
e@0 707 page1&0/6&1 min 49 s\\
e@0 708 page5&0/6&0 min 51 s\\
e@0 709 page9&0/6&1 min 10 s\\
e@0 710 page7&0/6&1 min 14 s\\
e@0 711 page3&0/6&1 min 11 s\\
e@0 712 \hline
e@0 713 \textbf{TOTAL} & & \textbf{12 min 18 s}\\
e@0 714 \hline
e@0 715 \end{tabular}
e@0 716
e@0 717 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page2.pdf}
e@0 718 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page4.pdf}
e@0 719 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page6.pdf}
e@0 720 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page8.pdf}
e@0 721 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page1.pdf}
e@0 722 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page5.pdf}
e@0 723 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page9.pdf}
e@0 724 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page7.pdf}
e@0 725 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page3.pdf}
e@0 726
e@0 727
e@0 728 \section{20 March 2018 21:49:20}
e@0 729 File: save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT\\
e@0 730 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 731 \hline
e@0 732 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 733 page2&0/6&2 min 13 s\\
e@0 734 page4&0/6&2 min 58 s\\
e@0 735 page6&0/6&2 min 32 s\\
e@0 736 page8&0/6&1 min 17 s\\
e@0 737 page1&0/6&3 min 58 s\\
e@0 738 page5&0/6&1 min 28 s\\
e@0 739 page9&0/6&1 min 39 s\\
e@0 740 page7&0/6&2 min 3 s\\
e@0 741 page3&0/6&1 min 56 s\\
e@0 742 \hline
e@0 743 \textbf{TOTAL} & & \textbf{20 min 8 s}\\
e@0 744 \hline
e@0 745 \end{tabular}
e@0 746
e@0 747 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page2.pdf}
e@0 748 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page4.pdf}
e@0 749 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page6.pdf}
e@0 750 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page8.pdf}
e@0 751 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page1.pdf}
e@0 752 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page5.pdf}
e@0 753 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page9.pdf}
e@0 754 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page7.pdf}
e@0 755 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page3.pdf}
e@0 756
e@0 757
e@0 758 \section{21 March 2018 16:57:07}
e@0 759 File: save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp\\
e@0 760 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 761 \hline
e@0 762 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 763 page2&0/6&1 min 30 s\\
e@0 764 page4&2/6&2 min 52 s\\
e@0 765 page6&4/6&2 min 50 s\\
e@0 766 page8&3/6&2 min 49 s\\
e@0 767 page1&2/6&5 min 47 s\\
e@0 768 page5&6/6&2 min 1 s\\
e@0 769 page9&6/6&3 min 4 s\\
e@0 770 page7&4/6&2 min 21 s\\
e@0 771 page3&0/6&2 min 5 s\\
e@0 772 \hline
e@0 773 \textbf{TOTAL} & & \textbf{25 min 22 s}\\
e@0 774 \hline
e@0 775 \end{tabular}
e@0 776
e@0 777 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page2.pdf}
e@0 778 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page4.pdf}
e@0 779 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page6.pdf}
e@0 780 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page8.pdf}
e@0 781 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page1.pdf}
e@0 782 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page5.pdf}
e@0 783 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page9.pdf}
e@0 784 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page7.pdf}
e@0 785 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page3.pdf}
e@0 786
e@0 787
e@0 788 \section{21 March 2018 18:16:13}
e@0 789 File: save-OK2yLWD54tr3klqiS631VXjQlroZfmD3\\
e@0 790 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 791 \hline
e@0 792 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 793 page2&0/6&1 min 35 s\\
e@0 794 page4&0/6&1 min 55 s\\
e@0 795 page6&0/6&1 min 44 s\\
e@0 796 page8&0/6&1 min 14 s\\
e@0 797 page1&0/6&2 min 5 s\\
e@0 798 page5&0/6&1 min 0 s\\
e@0 799 page9&0/6&1 min 38 s\\
e@0 800 page7&0/6&1 min 53 s\\
e@0 801 page3&0/6&1 min 45 s\\
e@0 802 \hline
e@0 803 \textbf{TOTAL} & & \textbf{14 min 53 s}\\
e@0 804 \hline
e@0 805 \end{tabular}
e@0 806
e@0 807 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page2.pdf}
e@0 808 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page4.pdf}
e@0 809 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page6.pdf}
e@0 810 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page8.pdf}
e@0 811 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page1.pdf}
e@0 812 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page5.pdf}
e@0 813 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page9.pdf}
e@0 814 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page7.pdf}
e@0 815 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page3.pdf}
e@0 816
e@0 817
e@0 818 \section{21 March 2018 20:26:07}
e@0 819 File: save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH\\
e@0 820 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 821 \hline
e@0 822 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 823 page2&0/6&2 min 25 s\\
e@0 824 page4&1/6&3 min 11 s\\
e@0 825 page6&0/6&1 min 53 s\\
e@0 826 page8&0/6&1 min 24 s\\
e@0 827 page1&2/6&4 min 0 s\\
e@0 828 page5&2/6&1 min 57 s\\
e@0 829 page9&0/6&1 min 46 s\\
e@0 830 page7&0/6&2 min 19 s\\
e@0 831 page3&3/6&3 min 23 s\\
e@0 832 \hline
e@0 833 \textbf{TOTAL} & & \textbf{22 min 21 s}\\
e@0 834 \hline
e@0 835 \end{tabular}
e@0 836
e@0 837 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page2.pdf}
e@0 838 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page4.pdf}
e@0 839 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page6.pdf}
e@0 840 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page8.pdf}
e@0 841 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page1.pdf}
e@0 842 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page5.pdf}
e@0 843 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page9.pdf}
e@0 844 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page7.pdf}
e@0 845 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page3.pdf}
e@0 846
e@0 847
e@0 848 \section{21 March 2018 23:15:18}
e@0 849 File: save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK\\
e@0 850 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 851 \hline
e@0 852 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 853 page2&6/6&190 min 22 s\\
e@0 854 page4&0/6&5 min 56 s\\
e@0 855 page6&0/6&1 min 41 s\\
e@0 856 page8&3/6&3 min 55 s\\
e@0 857 page1&6/6&23 min 34 s\\
e@0 858 page5&0/6&1 min 46 s\\
e@0 859 page9&4/6&2 min 55 s\\
e@0 860 page7&4/6&3 min 59 s\\
e@0 861 page3&6/6&8 min 29 s\\
e@0 862 \hline
e@0 863 \textbf{TOTAL} & & \textbf{242 min 41 s}\\
e@0 864 \hline
e@0 865 \end{tabular}
e@0 866
e@0 867 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page2.pdf}
e@0 868 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page4.pdf}
e@0 869 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page6.pdf}
e@0 870 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page8.pdf}
e@0 871 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page1.pdf}
e@0 872 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page5.pdf}
e@0 873 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page9.pdf}
e@0 874 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page7.pdf}
e@0 875 \includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page3.pdf}
e@0 876
e@0 877
e@0 878 \section{24 March 2018 23:36:53}
e@0 879 File: save-63lVaPtoJg6ZXCK8JNfZD16Q51DIdI2j\\
e@0 880 \begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
e@0 881 \hline
e@0 882 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline
e@0 883 page1&0/5&N/A\\
e@0 884 page3&0/5&N/A\\
e@0 885 page2&0/5&N/A\\
e@0 886 \hline
e@0 887 \textbf{TOTAL} & & \textbf{N/A}\\
e@0 888 \hline
e@0 889 \end{tabular}
e@0 890
e@0 891
e@0 892
e@0 893 \begin{thebibliography}{1}
e@0 894 \bibitem{WAET} % reference to accompanying publication
e@0 895 Nicholas Jillings, Brecht De Man, David Moffat and Joshua D. Reiss,
e@0 896 ``Web Audio Evaluation Tool: A browser-based listening test environment,''
e@0 897 presented at the 12th Sound and Music Computing Conference, July 2015.
e@0 898 \end{thebibliography}
e@0 899 \end{document}