annotate Report/chiliguano_msc_finalproject.tex @ 21:e68dbee1f6db

Modified code New datasets Updated report
author Paulo Chiliguano <p.e.chiilguano@se14.qmul.ac.uk>
date Tue, 11 Aug 2015 10:50:36 +0100
parents 1dbd24575d44
children fafc0b249a73
rev   line source
p@20 1 % \documentclass[12pt,doubledspaced,oneside,openright]{qmwphd}
p@2 2 % Final MSc project report using qmwphd.cls
p@20 3 % \usepackage{moreverb} % This defines \verbatiminput.
p@20 4
p@21 5 \documentclass[a4paper,12pt,draft,times]{report}
p@20 6 %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 7
p@20 8 %BEFORE SUBMISSION DO THESE:
p@20 9 % * deactivate all \includeonly
p@20 10 % * ensure \doneit set to nothing
p@20 11 % * ensure numbering CONTINUOUS from title page on through
p@20 12 % * activate the includes of license, ack, etc
p@20 13 % * check through for question mark errors in render
p@20 14 % * make sure the bibliog doesn't have ugly urls in
p@20 15
p@20 16 \usepackage{ifdraft}
p@20 17 \usepackage{amsmath}
p@20 18 \usepackage{amsfonts}
p@20 19 \usepackage{amssymb}
p@20 20 \usepackage{natbib}
p@20 21 \usepackage{har2nat}
p@20 22 \usepackage{rotating}
p@20 23 \usepackage[breaklinks]{hyperref}
p@20 24 \usepackage{subfig} % apparently subfig is the one to use not subfigure
p@20 25 \usepackage{appendix}
p@20 26 \usepackage{tipa}
p@20 27 \usepackage{clrscode}
p@20 28 \usepackage{setspace}
p@20 29 \usepackage[absolute]{textpos}
p@20 30
p@20 31
p@2 32 \begin{document}
p@20 33
p@20 34 \setlength{\TPHorizModule}{200mm}
p@20 35 \setlength{\TPVertModule}{100mm}
p@20 36 \textblockorigin{61mm}{19mm}
p@20 37
p@20 38 %%%%% thanks alex mclean for super-useful onscreen reading tip:
p@20 39 %\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 40 %\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 41
p@20 42 \doublespacing{}
p@2 43
p@20 44 % numbering starts from here:
p@20 45 \pagenumbering{arabic}
p@20 46
p@20 47 % titlepage stuff
p@2 48 \title{Hybrid music recommender using content-based and social information}
p@20 49 \author{Paulo Esteban Chiliguano Torres \\
p@20 50 \\
p@21 51 Project Report 2015\\
p@21 52 MSc Sound and Music Computing\\
p@20 53 \\
p@20 54 School of Electronic Engineering and Computer Science\\
p@20 55 Queen Mary University of London
p@20 56 }
p@2 57
p@21 58 \date{August 2015}
p@20 59
p@20 60 % \frontmatter
p@20 61 % \author{Paulo Esteban Chiliguano Torres}
p@20 62 % \title{Hybrid music recommender using content-based and social information}
p@20 63 % \qualification{Master of Science}
p@2 64 \maketitle
p@20 65
p@20 66 % \include{acknowledgements/acknowledgements}
p@20 67
p@20 68 % \begin{summary}
p@20 69 % \end{summary}
p@21 70 %\include{abstract/abstract}
p@20 71
p@20 72 \setcounter{page}{3}
p@2 73
p@2 74 \tableofcontents
p@21 75 %\listoffigures
p@21 76 %\listoftables
p@20 77
p@2 78 % could also have a \listoftables, but this example doesn't include any
p@2 79
p@20 80 %\mainmatter
p@20 81 % Start the main context
p@20 82 \include{chapter1/introduction}
p@2 83
p@20 84 \include{chapter2/background}
p@2 85
p@20 86 \include{chapter3/ch3}
p@2 87
p@20 88 \include{chapter4/evaluation}
p@20 89
p@20 90 \include{chapter5/results}
p@20 91
p@20 92 \include{chapter6/conclusions}
p@20 93
p@20 94 \bibliographystyle{agsm}
p@20 95 \bibliography{references}
p@20 96
p@20 97 %\backmatter
p@2 98
p@2 99 \end{document}