Mercurial > hg > hybrid-music-recommender-using-content-based-and-social-information
diff Report/chiliguano_msc_finalproject.tex @ 20:1dbd24575d44
Report update
author | Paulo Chiliguano <p.e.chiilguano@se14.qmul.ac.uk> |
---|---|
date | Tue, 04 Aug 2015 12:13:47 +0100 |
parents | cb62e1df4493 |
children | e68dbee1f6db |
line wrap: on
line diff
--- a/Report/chiliguano_msc_finalproject.tex Tue Jul 28 21:14:27 2015 +0100 +++ b/Report/chiliguano_msc_finalproject.tex Tue Aug 04 12:13:47 2015 +0100 @@ -1,41 +1,100 @@ -\documentclass[12pt,draft,spaced,oneside,openright]{qmwphd} +% \documentclass[12pt,doubledspaced,oneside,openright]{qmwphd} % Final MSc project report using qmwphd.cls -\usepackage{moreverb} % This defines \verbatiminput. +% \usepackage{moreverb} % This defines \verbatiminput. + +\documentclass[a4paper,12pt,draft]{report} +%PhD Thesis Template for the School of Electronic Engineering and Computer Science, Queen Mary University of London. Stripped from Dan Stowell's PhD. + +%BEFORE SUBMISSION DO THESE: +% * deactivate all \includeonly +% * ensure \doneit set to nothing +% * ensure numbering CONTINUOUS from title page on through +% * activate the includes of license, ack, etc +% * check through for question mark errors in render +% * make sure the bibliog doesn't have ugly urls in + +\usepackage{ifdraft} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage{natbib} +\usepackage{har2nat} +\usepackage{rotating} +\usepackage[breaklinks]{hyperref} +\usepackage{subfig} % apparently subfig is the one to use not subfigure +\usepackage{appendix} +\usepackage{tipa} +\usepackage{clrscode} +\usepackage{setspace} +\usepackage[absolute]{textpos} + + \begin{document} + +\setlength{\TPHorizModule}{200mm} +\setlength{\TPVertModule}{100mm} +\textblockorigin{61mm}{19mm} + +%%%%% thanks alex mclean for super-useful onscreen reading tip: +%\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 +%\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 -\frontmatter +\doublespacing{} -\author{Paulo Esteban Chiliguano Torres} +% numbering starts from here: +\pagenumbering{arabic} + +% titlepage stuff \title{Hybrid music recommender using content-based and social information} -\qualification{Master of Science} +\author{Paulo Esteban Chiliguano Torres \\ + \\ + Project report 2015\\ + \\ + School of Electronic Engineering and Computer Science\\ + Queen Mary University of London +} +\date{2015} + +% \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} + +% \include{acknowledgements/acknowledgements} + +% \begin{summary} +% \end{summary} +\include{abstract/abstract} + +\setcounter{page}{3} \tableofcontents \listoffigures +\listoftables + % could also have a \listoftables, but this example doesn't include any -\begin{acknowledgements} -. -\end{acknowledgements} +%\mainmatter +% Start the main context +\include{chapter1/introduction} -\mainmatter -% Start the main context -\include{ch1/ch1} -\include{ch2/ch2} -\include{ch3/ch3} -\include{ch4/ch4} -\include{ch5/ch5} -\include{ch6/ch6} +\include{chapter2/background} -\bibliographystyle{plain} -\bibliography{chiliguano_msc_finalproject} +\include{chapter3/ch3} -\backmatter +\include{chapter4/evaluation} + +\include{chapter5/results} + +\include{chapter6/conclusions} + +\bibliographystyle{agsm} +\bibliography{references} + +%\backmatter \end{document} \ No newline at end of file