view Report/chiliguano_msc_finalproject.tex @ 11:38f44dd7e54b

Creating subset from Taste Profile Retrieving mp3 from 7Digital Successfully Some error due to uniencode of Artist and Song metadata.
author Paulo Chiliguano <p.e.chiliguano@se14.qmul.ac.uk>
date Fri, 17 Jul 2015 21:52:18 +0100
parents cb62e1df4493
children 1dbd24575d44
line wrap: on
line source
\documentclass[12pt,draft,spaced,oneside,openright]{qmwphd}
% Final MSc project report using qmwphd.cls
\usepackage{moreverb} % This defines \verbatiminput.
\begin{document}

\frontmatter

\author{Paulo Esteban Chiliguano Torres}
\title{Hybrid music recommender using content-based and social information}
\qualification{Master of Science} 

\maketitle
\begin{summary}
.
\end{summary}

\tableofcontents

\listoffigures

% could also have a \listoftables, but this example doesn't include any

\begin{acknowledgements}
.
\end{acknowledgements}

\mainmatter
% Start the main context
\include{ch1/ch1}
\include{ch2/ch2}
\include{ch3/ch3}
\include{ch4/ch4} 
\include{ch5/ch5}
\include{ch6/ch6}

\bibliographystyle{plain}
\bibliography{chiliguano_msc_finalproject}

\backmatter

\end{document}