view 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
line wrap: on
line source
\documentclass[11pt, oneside]{article} 
          \usepackage{geometry}
          \geometry{a4paper}
          \usepackage[parfill]{parskip} % empty line instead of indent
          \usepackage{graphicx}         % figures
          \usepackage[space]{grffile}   % include figures with spaces in paths
          \usepackage[pdfpagelabels]{hyperref}
          \usepackage{tikz}             % pie charts
          \usepackage{float}            % place figures 'here'
          \title{Report}
          \author{mmxgn}
          \graphicspath{{../saves/}}
          %\setcounter{section}{-1} % Summary section 0 so number of sections equals number of files
          \begin{document}
          \maketitle
          This is an automatically generated report using the `generate\_report.py' Python script 
          included with the Web Audio Evaluation Tool \cite{WAET} distribution which can be found 
          at \texttt{\href{https://github.com/BrechtDeMan/WebAudioEvaluationTool}{github.com/BrechtDeMan/WebAudioEvaluationTool}}.
          \tableofcontents
          
          \section*{Summary}
		\addcontentsline{toc}{section}{Summary}
		\begin{tabular}{ll}
			Number of XML files: &24\\
			Number of pages: &210\\
			Number of fragments: &1257\\
			Number of empty comments: &1155 (91.89\%)\\
			Number of unplayed fragments: &0 (0.0\%)\\
			Number of unmoved markers: &0 (0.0\%)\\
			Average time per page: &N/A\\
		\end{tabular} \\ 


		\subsection*{Average duration per ordered page}
 See also Figure \ref{fig:avgtimeperorder}. \\ 
		\begin{tabular}{lll}
                    \textbf{Page} & \textbf{Duration} & \textbf{\# subjects}\\
			1&N/A&24\\
			2&N/A&24\\
			3&N/A&24\\
			4&N/A&23\\
			5&N/A&23\\
			6&N/A&23\\
			7&N/A&23\\
			8&N/A&23\\
			9&N/A&23\\
		\end{tabular} \vspace{1.5cm} \\ 

		

		\subsection*{Average duration per page}
                See also Figure \ref{fig:avgtimeperpage}. \\ 
                \begin{tabular}{llll}
                        \textbf{Audioholder} & \textbf{Duration} & \textbf{\# subjects} & \textbf{\# fragments} \\
			page2&N/A&23&6\\
			page4&N/A&23&6\\
			page6&N/A&23&6\\
			page8&N/A&23&6\\
			page1&N/A&23&6\\
			page5&N/A&23&6\\
			page9&N/A&23&6\\
			page7&N/A&23&6\\
			page3&N/A&23&6\\
			page1(5)&N/A&1&5\\
			page3(5)&N/A&1&5\\
			page2(5)&N/A&1&5\\
		\end{tabular}

        \begin{figure}[htbp]
        \begin{center}
        \includegraphics[width=.65\textwidth]{../saves/time_per_order.pdf}
        \caption{Average time spent per page (order).}
        \label{fig:avgtimeperorder}
        \end{center}
        \end{figure}
         
         \begin{figure}[htbp]
        \begin{center}
        \includegraphics[width=.65\textwidth]{../saves/time_per_page.pdf}
        \caption{Average time spent per page (content).}
        \label{fig:avgtimeperpage}
        \end{center}
        \end{figure}
         
         \begin{figure}[htbp]
        \begin{center}
        \includegraphics[width=.65\textwidth]{../saves/subjects_per_page.pdf}
        \caption{Number of subjects per page.}
        \label{fig:subjectsperpage}
        \end{center}
        \end{figure}

         		\clearpage 
	\subsection*{Ratings per page}

        % Pie chart of gender distribution
        \def\angle{0}
        \def\radius{3}
        \def\cyclelist{{"orange","blue","red","green"}}
        \newcount\cyclecount \cyclecount=-1
        \newcount\ind \ind=-1
        \begin{figure}[htbp]
        \begin{center}\begin{tikzpicture}[nodes = {font=\sffamily}]
        \foreach \percent/\name in {100.00/Unavailable (24),
} {\ifx\percent\empty\else               % If \percent is empty, do nothing
        \global\advance\cyclecount by 1     % Advance cyclecount
        \global\advance\ind by 1            % Advance list index
        \ifnum6<\cyclecount                 % If cyclecount is larger than list
          \global\cyclecount=0              %   reset cyclecount and
          \global\ind=0                     %   reset list index
        \fi
        \pgfmathparse{\cyclelist[\the\ind]} % Get color from cycle list
        \edef\color{\pgfmathresult}         %   and store as \color
        % Draw angle and set labels
        \draw[fill={\color!50},draw={\color}] (0,0) -- (\angle:\radius)
          arc (\angle:\angle+\percent*3.6:\radius) -- cycle;
        \node at (\angle+0.5*\percent*3.6:0.7*\radius) {\percent\,\%};
        \node[pin=\angle+0.5*\percent*3.6:\name]
          at (\angle+0.5*\percent*3.6:\radius) {};
        \pgfmathparse{\angle+\percent*3.6}  % Advance angle
        \xdef\angle{\pgfmathresult}         %   and store in \angle
        \fi
        };
        \end{tikzpicture}
        \caption{Representation of gender across subjects}
        \label{default}
        \end{center}
        \end{figure}
        
        
        % Pie chart of browser distribution
        \def\angle{0}
        \def\radius{3}
        \def\cyclelist{{"orange","blue","red","green"}}
        \newcount\cyclecount \cyclecount=-1
        \newcount\ind \ind=-1
        \begin{figure}[htbp]
        \begin{center}\begin{tikzpicture}[nodes = {font=\sffamily}]
        \foreach \percent/\name in {62.50/Google inc. (15),
25.00/Apple computer inc. (6),
12.50/Unavailable (3),
} {\ifx\percent\empty\else               % If \percent is empty, do nothing
        \global\advance\cyclecount by 1     % Advance cyclecount
        \global\advance\ind by 1            % Advance list index
        \ifnum6<\cyclecount                 % If cyclecount is larger than list
          \global\cyclecount=0              %   reset cyclecount and
          \global\ind=0                     %   reset list index
        \fi
        \pgfmathparse{\cyclelist[\the\ind]} % Get color from cycle list
        \edef\color{\pgfmathresult}         %   and store as \color
        % Draw angle and set labels
        \draw[fill={\color!50},draw={\color}] (0,0) -- (\angle:\radius)
          arc (\angle:\angle+\percent*3.6:\radius) -- cycle;
        \node at (\angle+0.5*\percent*3.6:0.7*\radius) {\percent\,\%};
        \node[pin=\angle+0.5*\percent*3.6:\name]
          at (\angle+0.5*\percent*3.6:\radius) {};
        \pgfmathparse{\angle+\percent*3.6}  % Advance angle
        \xdef\angle{\pgfmathresult}         %   and store in \angle
        \fi
        };
        \end{tikzpicture}
        \caption{Representation of browsers across subjects}
        \label{default}
        \end{center}
        \end{figure}
        
        
        % Pie chart of browser distribution
        \def\angle{0}
        \def\radius{3}
        \def\cyclelist{{"orange","blue","red","green","cyan"}}
        \newcount\cyclecount \cyclecount=-1
        \newcount\ind \ind=-1
        \begin{figure}[htbp]
        \begin{center}\begin{tikzpicture}[nodes = {font=\sffamily}]
        \foreach \percent/\name in {20.83/Win32 (5),
4.17/Win64 (1),
58.33/Macintel (14),
4.17/Linux x86\_64 (1),
} {\ifx\percent\empty\else               % If \percent is empty, do nothing
        \global\advance\cyclecount by 1     % Advance cyclecount
        \global\advance\ind by 1            % Advance list index
        \ifnum6<\cyclecount                 % If cyclecount is larger than list
          \global\cyclecount=0              %   reset cyclecount and
          \global\ind=0                     %   reset list index
        \fi
        \pgfmathparse{\cyclelist[\the\ind]} % Get color from cycle list
        \edef\color{\pgfmathresult}         %   and store as \color
        % Draw angle and set labels
        \draw[fill={\color!50},draw={\color}] (0,0) -- (\angle:\radius)
          arc (\angle:\angle+\percent*3.6:\radius) -- cycle;
        \node at (\angle+0.5*\percent*3.6:0.7*\radius) {\percent\,\%};
        \node[pin=\angle+0.5*\percent*3.6:\name]
          at (\angle+0.5*\percent*3.6:\radius) {};
        \pgfmathparse{\angle+\percent*3.6}  % Advance angle
        \xdef\angle{\pgfmathresult}         %   and store in \angle
        \fi
        };
        \end{tikzpicture}
        \caption{Representation of platforms across subjects}
        \label{default}
        \end{center}
        \end{figure}
        
        
\section{19 March 2018 19:22:17}
		File: save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&1 min 50 s\\
		page4&0/6&1 min 51 s\\
		page6&0/6&2 min 16 s\\
		page8&0/6&1 min 41 s\\
		page1&0/6&3 min 10 s\\
		page5&0/6&1 min 28 s\\
		page9&0/6&1 min 51 s\\
		page7&0/6&2 min 2 s\\
		page3&0/6&1 min 51 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{18 min 5 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-uoBPmOWdbNI4uowtBZRZK8BIEUVvUn1o-page3.pdf}
		

\section{19 March 2018 20:14:50}
		File: save-bkHwhN78d7k2kIanOievgityZQD7gVOr\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&6/6&37 min 18 s\\
		page4&0/6&2 min 31 s\\
		page6&0/6&1 min 49 s\\
		page8&0/6&1 min 32 s\\
		page1&6/6&15 min 6 s\\
		page5&0/6&1 min 13 s\\
		page9&0/6&1 min 43 s\\
		page7&0/6&1 min 43 s\\
		page3&0/6&4 min 11 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{67 min 10 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bkHwhN78d7k2kIanOievgityZQD7gVOr-page3.pdf}
		

\section{19 March 2018 20:17:20}
		File: save-VyX492RQzqQXRL84PByL9pLt8C5p4c50\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&1 min 22 s\\
		page4&0/6&2 min 7 s\\
		page6&4/6&5 min 17 s\\
		page8&0/6&3 min 4 s\\
		page1&0/6&2 min 2 s\\
		page5&0/6&1 min 35 s\\
		page9&0/6&2 min 57 s\\
		page7&1/6&2 min 23 s\\
		page3&0/6&1 min 45 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{22 min 36 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-VyX492RQzqQXRL84PByL9pLt8C5p4c50-page3.pdf}
		

\section{19 March 2018 21:38:25}
		File: save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&1 min 36 s\\
		page4&0/6&1 min 41 s\\
		page6&0/6&1 min 40 s\\
		page8&0/6&1 min 13 s\\
		page1&0/6&5 min 19 s\\
		page5&0/6&1 min 13 s\\
		page9&0/6&1 min 37 s\\
		page7&0/6&1 min 47 s\\
		page3&0/6&1 min 42 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{17 min 53 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-ufohn9b31ZNI2zLGNqmmRYOMtIwiw6o1-page3.pdf}
		

\section{19 March 2018 21:57:57}
		File: save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&1 min 42 s\\
		page4&0/6&2 min 10 s\\
		page6&0/6&1 min 47 s\\
		page8&0/6&1 min 52 s\\
		page1&0/6&3 min 55 s\\
		page5&0/6&1 min 33 s\\
		page9&0/6&2 min 40 s\\
		page7&0/6&1 min 42 s\\
		page3&0/6&1 min 36 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{19 min 2 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-iWogwaa7GooHWHcp8C0ZjRrTMDgcae0t-page3.pdf}
		

\section{19 March 2018 22:35:53}
		File: save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&1 min 19 s\\
		page4&0/6&1 min 7 s\\
		page6&0/6&0 min 35 s\\
		page8&0/6&0 min 24 s\\
		page1&6/6&4 min 21 s\\
		page5&0/6&0 min 40 s\\
		page9&0/6&0 min 34 s\\
		page7&0/6&0 min 32 s\\
		page3&0/6&1 min 46 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{11 min 22 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-KBKzd0PezF8bsGoEZTkVkpmj1o8OECIo-page3.pdf}
		

\section{19 March 2018 22:52:08}
		File: save-TOMYD23tpHwml90IqrXit137iWLikwWd\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&2 min 5 s\\
		page4&0/6&3 min 36 s\\
		page6&0/6&1 min 55 s\\
		page8&0/6&1 min 30 s\\
		page1&0/6&7 min 0 s\\
		page5&0/6&2 min 0 s\\
		page9&0/6&1 min 57 s\\
		page7&0/6&2 min 16 s\\
		page3&0/6&2 min 49 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{25 min 13 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-TOMYD23tpHwml90IqrXit137iWLikwWd-page3.pdf}
		

\section{19 March 2018 22:54:04}
		File: save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&1 min 50 s\\
		page4&0/6&2 min 7 s\\
		page6&0/6&1 min 15 s\\
		page8&0/6&1 min 16 s\\
		page1&0/6&2 min 22 s\\
		page5&0/6&1 min 19 s\\
		page9&0/6&1 min 34 s\\
		page7&0/6&1 min 41 s\\
		page3&0/6&1 min 46 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{15 min 14 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-YMVW8vVq8kZbGFRMWn9ElJBJ38bVV5GU-page3.pdf}
		

\section{19 March 2018 23:13:57}
		File: save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&1 min 36 s\\
		page4&0/6&2 min 10 s\\
		page6&0/6&1 min 40 s\\
		page8&0/6&1 min 6 s\\
		page1&0/6&3 min 15 s\\
		page5&0/6&1 min 33 s\\
		page9&0/6&2 min 31 s\\
		page7&0/6&1 min 52 s\\
		page3&0/6&2 min 9 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{17 min 57 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-t1Ybl1O1EAdpBEbxOLbaU4QlHtAcGCxa-page3.pdf}
		

\section{19 March 2018 23:49:13}
		File: save-Pf1n49JWBtw1HRcXF86S9zuUl8G3Jbnz\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&N/A\\
		page4&0/6&N/A\\
		page6&0/6&N/A\\
		page8&0/6&N/A\\
		page1&0/6&N/A\\
		page5&0/6&N/A\\
		page9&0/6&N/A\\
		page7&0/6&N/A\\
		page3&0/6&N/A\\
		\hline
                  \textbf{TOTAL} & & \textbf{N/A}\\
                  \hline 
                  \end{tabular}
                  
                  

\section{19 March 2018 23:58:09}
		File: save-JPRRxYPC2Esy3nKf9XXEsiiqaLy09MZT\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&N/A\\
		page4&0/6&N/A\\
		page6&0/6&N/A\\
		page8&0/6&N/A\\
		page1&0/6&N/A\\
		page5&0/6&N/A\\
		page9&0/6&N/A\\
		page7&0/6&N/A\\
		page3&0/6&N/A\\
		\hline
                  \textbf{TOTAL} & & \textbf{N/A}\\
                  \hline 
                  \end{tabular}
                  
                  

\section{20 March 2018 0:01:15}
		File: save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&2 min 20 s\\
		page4&0/6&1 min 59 s\\
		page6&0/6&2 min 20 s\\
		page8&0/6&2 min 24 s\\
		page1&6/6&10 min 1 s\\
		page5&0/6&2 min 23 s\\
		page9&1/6&3 min 1 s\\
		page7&0/6&2 min 26 s\\
		page3&1/6&3 min 11 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{30 min 10 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-G2WO7k3tSjvBrlMG1Nqz4DsKBO8oaEcQ-page3.pdf}
		

\section{20 March 2018 11:17:13}
		File: save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&2 min 9 s\\
		page4&0/6&2 min 4 s\\
		page6&0/6&1 min 25 s\\
		page8&0/6&1 min 46 s\\
		page1&1/6&5 min 5 s\\
		page5&0/6&3 min 38 s\\
		page9&0/6&1 min 24 s\\
		page7&0/6&1 min 38 s\\
		page3&0/6&2 min 19 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{21 min 32 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-IXHrDvdwYoDCO7bvwRMB7jD46hoWAjDi-page3.pdf}
		

\section{20 March 2018 14:58:53}
		File: save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&1 min 29 s\\
		page4&0/6&2 min 36 s\\
		page6&0/6&1 min 47 s\\
		page8&0/6&1 min 22 s\\
		page1&0/6&2 min 32 s\\
		page5&0/6&2 min 40 s\\
		page9&0/6&1 min 47 s\\
		page7&0/6&2 min 22 s\\
		page3&0/6&3 min 3 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{19 min 42 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-fZGbsBmuEtrB35G2IzQu0IxOCVoljWpz-page3.pdf}
		

\section{20 March 2018 15:31:39}
		File: save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&1/6&1 min 51 s\\
		page4&0/6&1 min 51 s\\
		page6&0/6&2 min 20 s\\
		page8&0/6&1 min 29 s\\
		page1&0/6&4 min 30 s\\
		page5&0/6&1 min 19 s\\
		page9&0/6&1 min 54 s\\
		page7&0/6&2 min 30 s\\
		page3&0/6&1 min 52 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{19 min 41 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-JZaBaWCeuGjSAyoUrfwdASaIHXkHCZml-page3.pdf}
		

\section{20 March 2018 15:34:01}
		File: save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&1/6&1 min 24 s\\
		page4&1/6&2 min 50 s\\
		page6&0/6&1 min 38 s\\
		page8&0/6&2 min 16 s\\
		page1&2/6&3 min 23 s\\
		page5&0/6&1 min 22 s\\
		page9&0/6&1 min 42 s\\
		page7&0/6&2 min 4 s\\
		page3&0/6&1 min 38 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{18 min 22 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-9UODgpqx7pTDhiiLm7ds39wh59aYBrHK-page3.pdf}
		

\section{20 March 2018 20:31:05}
		File: save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&2 min 26 s\\
		page4&0/6&1 min 7 s\\
		page6&0/6&0 min 30 s\\
		page8&0/6&0 min 31 s\\
		page1&1/6&6 min 17 s\\
		page5&0/6&0 min 37 s\\
		page9&0/6&0 min 39 s\\
		page7&0/6&0 min 46 s\\
		page3&0/6&1 min 42 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{14 min 37 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-U6mgdJX1DgAfYJ6DR7sKY0CL4YgcwZKq-page3.pdf}
		

\section{20 March 2018 21:14:20}
		File: save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&1 min 30 s\\
		page4&0/6&1 min 42 s\\
		page6&0/6&1 min 31 s\\
		page8&0/6&1 min 16 s\\
		page1&0/6&1 min 49 s\\
		page5&0/6&0 min 51 s\\
		page9&0/6&1 min 10 s\\
		page7&0/6&1 min 14 s\\
		page3&0/6&1 min 11 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{12 min 18 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bOyRMU1QCcMqMpcjcHNBuVMF45oksQMD-page3.pdf}
		

\section{20 March 2018 21:49:20}
		File: save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&2 min 13 s\\
		page4&0/6&2 min 58 s\\
		page6&0/6&2 min 32 s\\
		page8&0/6&1 min 17 s\\
		page1&0/6&3 min 58 s\\
		page5&0/6&1 min 28 s\\
		page9&0/6&1 min 39 s\\
		page7&0/6&2 min 3 s\\
		page3&0/6&1 min 56 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{20 min 8 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-lIOWKvmCLdlUhGFYwE3lOfizSeqtxyNT-page3.pdf}
		

\section{21 March 2018 16:57:07}
		File: save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&1 min 30 s\\
		page4&2/6&2 min 52 s\\
		page6&4/6&2 min 50 s\\
		page8&3/6&2 min 49 s\\
		page1&2/6&5 min 47 s\\
		page5&6/6&2 min 1 s\\
		page9&6/6&3 min 4 s\\
		page7&4/6&2 min 21 s\\
		page3&0/6&2 min 5 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{25 min 22 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-bKhIcFzfZ3YXPxNiw4E7kFyoTFAqeFTp-page3.pdf}
		

\section{21 March 2018 18:16:13}
		File: save-OK2yLWD54tr3klqiS631VXjQlroZfmD3\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&1 min 35 s\\
		page4&0/6&1 min 55 s\\
		page6&0/6&1 min 44 s\\
		page8&0/6&1 min 14 s\\
		page1&0/6&2 min 5 s\\
		page5&0/6&1 min 0 s\\
		page9&0/6&1 min 38 s\\
		page7&0/6&1 min 53 s\\
		page3&0/6&1 min 45 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{14 min 53 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-OK2yLWD54tr3klqiS631VXjQlroZfmD3-page3.pdf}
		

\section{21 March 2018 20:26:07}
		File: save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&0/6&2 min 25 s\\
		page4&1/6&3 min 11 s\\
		page6&0/6&1 min 53 s\\
		page8&0/6&1 min 24 s\\
		page1&2/6&4 min 0 s\\
		page5&2/6&1 min 57 s\\
		page9&0/6&1 min 46 s\\
		page7&0/6&2 min 19 s\\
		page3&3/6&3 min 23 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{22 min 21 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-D0Fq5YbSHwHaHK9V5pIWlIg5T6Ji3fQH-page3.pdf}
		

\section{21 March 2018 23:15:18}
		File: save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page2&6/6&190 min 22 s\\
		page4&0/6&5 min 56 s\\
		page6&0/6&1 min 41 s\\
		page8&3/6&3 min 55 s\\
		page1&6/6&23 min 34 s\\
		page5&0/6&1 min 46 s\\
		page9&4/6&2 min 55 s\\
		page7&4/6&3 min 59 s\\
		page3&6/6&8 min 29 s\\
		\hline
                  \textbf{TOTAL} & & \textbf{242 min 41 s}\\
                  \hline 
                  \end{tabular}
                  
                  \includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page2.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page4.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page6.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page8.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page1.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page5.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page9.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page7.pdf}
		\includegraphics[width=\textwidth]{../saves/timelines_movement/save-XZS8UWbIXsUoecq08idrtLOJUbi1MlcK-page3.pdf}
		

\section{24 March 2018 23:36:53}
		File: save-63lVaPtoJg6ZXCK8JNfZD16Q51DIdI2j\\ 
		\begin{tabular}{|p{3.5cm}|c|p{2.5cm}|}
                 \hline
                 \textbf{Song name} & \textbf{Comments} & \textbf{Duration} \\ \hline 
		page1&0/5&N/A\\
		page3&0/5&N/A\\
		page2&0/5&N/A\\
		\hline
                  \textbf{TOTAL} & & \textbf{N/A}\\
                  \hline 
                  \end{tabular}
                  
                  

		\begin{thebibliography}{1}
         \bibitem{WAET} % reference to accompanying publication
        Nicholas Jillings, Brecht De Man, David Moffat and Joshua D. Reiss, 
        ``Web Audio Evaluation Tool: A browser-based listening test environment,'' 
        presented at the 12th Sound and Music Computing Conference, July 2015.
        \end{thebibliography}
        \end{document}