diff 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
line wrap: on
line diff
--- a/Report/chiliguano_msc_finalproject.tex	Sat Aug 15 19:16:17 2015 +0100
+++ b/Report/chiliguano_msc_finalproject.tex	Sun Aug 23 16:47:54 2015 +0100
@@ -2,7 +2,7 @@
 % Final MSc project report using qmwphd.cls
 % \usepackage{moreverb} % This defines \verbatiminput.
 
-\documentclass[a4paper,12pt,draft,times]{report}
+\documentclass[a4paper,12pt,times]{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:
@@ -30,7 +30,7 @@
 
 
 \begin{document}
-	
+
 \setlength{\TPHorizModule}{200mm} 
 \setlength{\TPVertModule}{100mm} 
 \textblockorigin{61mm}{19mm}
@@ -40,28 +40,57 @@
 %\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
 
 \doublespacing{}
-
-% numbering starts from here:
-\pagenumbering{arabic}
+\pagenumbering{gobble}
+%\frontmatter
 
 % titlepage stuff
-\title{Hybrid music recommender using content-based and social information}
-\author{Paulo Esteban Chiliguano Torres \\
-	\\
-	Project Report 2015\\
-	MSc Sound and Music Computing\\
-	\\
-	School of Electronic Engineering and Computer Science\\
-	Queen Mary University of London
-}
+\begin{minipage}[t]{0.40\textwidth}
+	%\vspace{0.5cm}
+	{\large \textbf{School of Electronic\\Engineering and\\Computer Science}}\vspace{16.5cm}\newline
+	%{\large School of Electronic\\Engineering and\\Computer Science}\vspace{15.7cm}\newline
+	\includegraphics[scale=0.15]{Logo}\vspace{0.5cm}
+\end{minipage}
+\vline width 2pt
+\hspace{0.8cm}
+\begin{minipage}[t]{0.60\textwidth}	
+	%\vspace{0.5cm}
+	{\normalsize MSc Sound and Music Computing}\\
+	{\normalsize Project Report 2015}\vspace{5.5cm}\\
+	%\begin{doublespace}
+	%\title{Hybrid music recommender using content-based and social information}
+	\textbf{\Large Hybrid music recommender\\using content-based and\\social information}\newline\\%\vspace{.5cm}\\
+	{\large Paulo Esteban Chiliguano Torres}\vspace{7cm}\\%\hspace{0.5cm}\vspace{1.0cm}
+		%\textbf{\HUGE Intuitive Gestural\\Interaction with\\Sampled Sounds}\vspace{4.5cm}\\
+	%\end{doublespace}
+	\flushright
+	{\normalsize \today}%\hspace{0.5cm}
+	%Supervisor\hspace{0.5cm}
+	
+	
+	
+	%Author\hspace{0.5cm}
+	
+	%{\large Nicolas Julien Roussin}\hspace{0.5cm}
+	%\maketitle
+\end{minipage}
 
-\date{August 2015}
+%\title{Hybrid music recommender using content-based and social information}
+%\author{Paulo Esteban Chiliguano Torres \\
+%	\\
+%	Project Report 2015\\
+%	MSc Sound and Music Computing\\
+%	\\
+%	School of Electronic Engineering and Computer Science\\
+%	Queen Mary University of London
+%}
 
-% \frontmatter
+%\date{August 2015}
+
+
 % \author{Paulo Esteban Chiliguano Torres}
 % \title{Hybrid music recommender using content-based and social information}
 % \qualification{Master of Science} 
-\maketitle
+
 
 % \include{acknowledgements/acknowledgements}
 
@@ -69,7 +98,7 @@
 % \end{summary}
 %\include{abstract/abstract}
 
-\setcounter{page}{3}
+
 
 \tableofcontents
 %\listoffigures
@@ -77,8 +106,11 @@
 
 % could also have a \listoftables, but this example doesn't include any
 
+
+% Start the main context
+% numbering starts from here:
 %\mainmatter
-% Start the main context
+
 \include{chapter1/introduction}
 
 \include{chapter2/background}