p@20: % \documentclass[12pt,doubledspaced,oneside,openright]{qmwphd} p@2: % Final MSc project report using qmwphd.cls p@20: % \usepackage{moreverb} % This defines \verbatiminput. p@20: p@25: \documentclass[a4paper,12pt,times]{report} p@20: %PhD Thesis Template for the School of Electronic Engineering and Computer Science, Queen Mary University of London. Stripped from Dan Stowell's PhD. p@20: p@20: %BEFORE SUBMISSION DO THESE: p@20: % * deactivate all \includeonly p@20: % * ensure \doneit set to nothing p@20: % * ensure numbering CONTINUOUS from title page on through p@20: % * activate the includes of license, ack, etc p@20: % * check through for question mark errors in render p@20: % * make sure the bibliog doesn't have ugly urls in p@20: p@27: %\usepackage{ifdraft} p@20: \usepackage{amsmath} p@20: \usepackage{amsfonts} p@20: \usepackage{amssymb} p@27: %\usepackage{natbib} p@27: %\usepackage{har2nat} p@20: \usepackage{rotating} p@20: \usepackage[breaklinks]{hyperref} p@20: \usepackage{subfig} % apparently subfig is the one to use not subfigure p@20: \usepackage{appendix} p@20: \usepackage{tipa} p@20: \usepackage{clrscode} p@20: \usepackage{setspace} p@20: \usepackage[absolute]{textpos} p@20: p@27: \usepackage{csquotes} p@27: \usepackage[style=authoryear-ibid, backend=bibtex]{biblatex} p@27: \addbibresource{references.bib} p@27: p@27: \usepackage{adjustbox} p@20: p@28: \usepackage{algorithm} p@28: \usepackage{algorithmic} p@28: p@2: \begin{document} p@25: p@27: %\setlength{\TPHorizModule}{200mm} p@27: %\setlength{\TPVertModule}{100mm} p@27: %\textblockorigin{61mm}{19mm} p@20: p@20: %%%%% thanks alex mclean for super-useful onscreen reading tip: p@20: %\usepackage[top=0.1in, bottom=0.1in, left=0.3in, right=0.3in, paperwidth=11in, paperheight=7in]{geometry} % activate for ONSCREEN reading shape AT HOME p@20: %\usepackage[top=0.1in, bottom=0.1in, left=0.3in, right=0.3in, paperwidth=11in, paperheight=8.5in]{geometry} % activate for ONSCREEN reading shape AT WORK p@2: p@20: \doublespacing{} p@25: \pagenumbering{gobble} p@25: %\frontmatter p@20: p@20: % titlepage stuff p@25: \begin{minipage}[t]{0.40\textwidth} p@25: %\vspace{0.5cm} p@25: {\large \textbf{School of Electronic\\Engineering and\\Computer Science}}\vspace{16.5cm}\newline p@25: %{\large School of Electronic\\Engineering and\\Computer Science}\vspace{15.7cm}\newline p@27: \includegraphics[scale=0.15]{Logo.png}\vspace{0.5cm} p@25: \end{minipage} p@25: \vline width 2pt p@25: \hspace{0.8cm} p@25: \begin{minipage}[t]{0.60\textwidth} p@25: %\vspace{0.5cm} p@25: {\normalsize MSc Sound and Music Computing}\\ p@25: {\normalsize Project Report 2015}\vspace{5.5cm}\\ p@25: %\begin{doublespace} p@25: %\title{Hybrid music recommender using content-based and social information} p@25: \textbf{\Large Hybrid music recommender\\using content-based and\\social information}\newline\\%\vspace{.5cm}\\ p@25: {\large Paulo Esteban Chiliguano Torres}\vspace{7cm}\\%\hspace{0.5cm}\vspace{1.0cm} p@25: %\textbf{\HUGE Intuitive Gestural\\Interaction with\\Sampled Sounds}\vspace{4.5cm}\\ p@25: %\end{doublespace} p@25: \flushright p@25: {\normalsize \today}%\hspace{0.5cm} p@26: p@25: \end{minipage} p@2: p@25: %\title{Hybrid music recommender using content-based and social information} p@25: %\author{Paulo Esteban Chiliguano Torres \\ p@25: % \\ p@25: % Project Report 2015\\ p@25: % MSc Sound and Music Computing\\ p@25: % \\ p@25: % School of Electronic Engineering and Computer Science\\ p@25: % Queen Mary University of London p@25: %} p@20: p@25: %\date{August 2015} p@25: p@25: p@20: % \author{Paulo Esteban Chiliguano Torres} p@20: % \title{Hybrid music recommender using content-based and social information} p@20: % \qualification{Master of Science} p@25: p@26: \include{acknowledgements/acknowledgements} p@20: p@20: % \begin{summary} p@20: % \end{summary} p@26: \include{abstract/abstract} p@20: p@25: p@2: p@2: \tableofcontents p@26: \listoffigures p@26: \listoftables p@20: p@2: p@25: p@25: % Start the main context p@25: % numbering starts from here: p@20: %\mainmatter p@25: p@20: \include{chapter1/introduction} p@20: \include{chapter2/background} p@20: \include{chapter3/ch3} p@20: \include{chapter4/evaluation} p@20: \include{chapter5/results} p@20: \include{chapter6/conclusions} p@20: p@27: %\bibliographystyle{agsm} p@27: \addcontentsline{toc}{chapter}{References} p@27: \printbibliography[title=References] p@20: p@20: %\backmatter p@2: p@2: \end{document}