annotate Report/chiliguano_msc_finalproject.tex @ 25:fafc0b249a73

Final code
author Paulo Chiliguano <p.e.chiilguano@se14.qmul.ac.uk>
date Sun, 23 Aug 2015 16:47:54 +0100
parents e68dbee1f6db
children e4bcfe00abf4
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@25 5 \documentclass[a4paper,12pt,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@25 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@25 43 \pagenumbering{gobble}
p@25 44 %\frontmatter
p@20 45
p@20 46 % titlepage stuff
p@25 47 \begin{minipage}[t]{0.40\textwidth}
p@25 48 %\vspace{0.5cm}
p@25 49 {\large \textbf{School of Electronic\\Engineering and\\Computer Science}}\vspace{16.5cm}\newline
p@25 50 %{\large School of Electronic\\Engineering and\\Computer Science}\vspace{15.7cm}\newline
p@25 51 \includegraphics[scale=0.15]{Logo}\vspace{0.5cm}
p@25 52 \end{minipage}
p@25 53 \vline width 2pt
p@25 54 \hspace{0.8cm}
p@25 55 \begin{minipage}[t]{0.60\textwidth}
p@25 56 %\vspace{0.5cm}
p@25 57 {\normalsize MSc Sound and Music Computing}\\
p@25 58 {\normalsize Project Report 2015}\vspace{5.5cm}\\
p@25 59 %\begin{doublespace}
p@25 60 %\title{Hybrid music recommender using content-based and social information}
p@25 61 \textbf{\Large Hybrid music recommender\\using content-based and\\social information}\newline\\%\vspace{.5cm}\\
p@25 62 {\large Paulo Esteban Chiliguano Torres}\vspace{7cm}\\%\hspace{0.5cm}\vspace{1.0cm}
p@25 63 %\textbf{\HUGE Intuitive Gestural\\Interaction with\\Sampled Sounds}\vspace{4.5cm}\\
p@25 64 %\end{doublespace}
p@25 65 \flushright
p@25 66 {\normalsize \today}%\hspace{0.5cm}
p@25 67 %Supervisor\hspace{0.5cm}
p@25 68
p@25 69
p@25 70
p@25 71 %Author\hspace{0.5cm}
p@25 72
p@25 73 %{\large Nicolas Julien Roussin}\hspace{0.5cm}
p@25 74 %\maketitle
p@25 75 \end{minipage}
p@2 76
p@25 77 %\title{Hybrid music recommender using content-based and social information}
p@25 78 %\author{Paulo Esteban Chiliguano Torres \\
p@25 79 % \\
p@25 80 % Project Report 2015\\
p@25 81 % MSc Sound and Music Computing\\
p@25 82 % \\
p@25 83 % School of Electronic Engineering and Computer Science\\
p@25 84 % Queen Mary University of London
p@25 85 %}
p@20 86
p@25 87 %\date{August 2015}
p@25 88
p@25 89
p@20 90 % \author{Paulo Esteban Chiliguano Torres}
p@20 91 % \title{Hybrid music recommender using content-based and social information}
p@20 92 % \qualification{Master of Science}
p@25 93
p@20 94
p@20 95 % \include{acknowledgements/acknowledgements}
p@20 96
p@20 97 % \begin{summary}
p@20 98 % \end{summary}
p@21 99 %\include{abstract/abstract}
p@20 100
p@25 101
p@2 102
p@2 103 \tableofcontents
p@21 104 %\listoffigures
p@21 105 %\listoftables
p@20 106
p@2 107 % could also have a \listoftables, but this example doesn't include any
p@2 108
p@25 109
p@25 110 % Start the main context
p@25 111 % numbering starts from here:
p@20 112 %\mainmatter
p@25 113
p@20 114 \include{chapter1/introduction}
p@2 115
p@20 116 \include{chapter2/background}
p@2 117
p@20 118 \include{chapter3/ch3}
p@2 119
p@20 120 \include{chapter4/evaluation}
p@20 121
p@20 122 \include{chapter5/results}
p@20 123
p@20 124 \include{chapter6/conclusions}
p@20 125
p@20 126 \bibliographystyle{agsm}
p@20 127 \bibliography{references}
p@20 128
p@20 129 %\backmatter
p@2 130
p@2 131 \end{document}