djmoffat@693: % ----------------------------------------------- djmoffat@693: % Template for SMC 2012 djmoffat@693: % adapted from the template for SMC 2011, which was adapted from that of SMC 2010 djmoffat@693: % ----------------------------------------------- djmoffat@693: djmoffat@693: \documentclass{article} djmoffat@693: \usepackage{smc2015} djmoffat@693: \usepackage{times} djmoffat@693: \usepackage{ifpdf} djmoffat@693: \usepackage[english]{babel} djmoffat@693: \usepackage{cite} djmoffat@693: djmoffat@693: %%%%%%%%%%%%%%%%%%%%%%%% Some useful packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% djmoffat@693: %%%%%%%%%%%%%%%%%%%%%%%% See related documentation %%%%%%%%%%%%%%%%%%%%%%%%%% djmoffat@693: %\usepackage{amsmath} % popular packages from Am. Math. Soc. Please use the djmoffat@693: %\usepackage{amssymb} % related math environments (split, subequation, cases, djmoffat@693: %\usepackage{amsfonts}% multline, etc.) djmoffat@693: %\usepackage{bm} % Bold Math package, defines the command \bf{} djmoffat@693: %\usepackage{paralist}% extended list environments djmoffat@693: %%subfig.sty is the modern replacement for subfigure.sty. However, subfig.sty djmoffat@693: %%requires and automatically loads caption.sty which overrides class handling djmoffat@693: %%of captions. To prevent this problem, preload caption.sty with caption=false djmoffat@693: %\usepackage[caption=false]{caption} djmoffat@693: %\usepackage[font=footnotesize]{subfig} djmoffat@693: djmoffat@693: djmoffat@693: %user defined variables djmoffat@693: \def\papertitle{APE FOR WEB: A BROWSER-BASED EVALUATION TOOL FOR AUDIO} djmoffat@693: \def\firstauthor{Brecht De Man} djmoffat@693: \def\secondauthor{Nicholas Jillings} djmoffat@693: \def\thirdauthor{David Moffat} djmoffat@693: \def\fourthauthor{Joshua D. Reiss} djmoffat@693: djmoffat@693: % adds the automatic djmoffat@693: % Saves a lot of ouptut space in PDF... after conversion with the distiller djmoffat@693: % Delete if you cannot get PS fonts working on your system. djmoffat@693: djmoffat@693: % pdf-tex settings: detect automatically if run by latex or pdflatex djmoffat@693: \newif\ifpdf djmoffat@693: \ifx\pdfoutput\relax djmoffat@693: \else djmoffat@693: \ifcase\pdfoutput djmoffat@693: \pdffalse djmoffat@693: \else djmoffat@693: \pdftrue djmoffat@693: \fi djmoffat@693: djmoffat@693: \ifpdf % compiling with pdflatex djmoffat@693: \usepackage[pdftex, djmoffat@693: pdftitle={\papertitle}, djmoffat@693: pdfauthor={\firstauthor, \secondauthor, \thirdauthor}, djmoffat@693: bookmarksnumbered, % use section numbers with bookmarks djmoffat@693: pdfstartview=XYZ % start with zoom=100% instead of full screen; djmoffat@693: % especially useful if working with a big screen :-) djmoffat@693: ]{hyperref} djmoffat@693: %\pdfcompresslevel=9 djmoffat@693: djmoffat@693: \usepackage[pdftex]{graphicx} djmoffat@693: % declare the path(s) where your graphic files are and their extensions so djmoffat@693: %you won't have to specify these with every instance of \includegraphics djmoffat@693: \graphicspath{{./figures/}} djmoffat@693: \DeclareGraphicsExtensions{.pdf,.jpeg,.png} djmoffat@693: djmoffat@693: \usepackage[figure,table]{hypcap} djmoffat@693: djmoffat@693: \else % compiling with latex djmoffat@693: \usepackage[dvips, djmoffat@693: bookmarksnumbered, % use section numbers with bookmarks djmoffat@693: pdfstartview=XYZ % start with zoom=100% instead of full screen djmoffat@693: ]{hyperref} % hyperrefs are active in the pdf file after conversion djmoffat@693: djmoffat@693: \usepackage[dvips]{epsfig,graphicx} djmoffat@693: % declare the path(s) where your graphic files are and their extensions so djmoffat@693: %you won't have to specify these with every instance of \includegraphics djmoffat@693: \graphicspath{{./figures/}} djmoffat@693: \DeclareGraphicsExtensions{.eps} djmoffat@693: djmoffat@693: \usepackage[figure,table]{hypcap} djmoffat@693: \fi djmoffat@693: djmoffat@693: %setup the hyperref package - make the links black without a surrounding frame djmoffat@693: \hypersetup{ djmoffat@693: colorlinks,% djmoffat@693: citecolor=black,% djmoffat@693: filecolor=black,% djmoffat@693: linkcolor=black,% djmoffat@693: urlcolor=black djmoffat@693: } djmoffat@693: djmoffat@693: djmoffat@693: % Title. djmoffat@693: % ------ djmoffat@693: \title{\papertitle} djmoffat@693: djmoffat@693: % Authors djmoffat@693: % Please note that submissions are NOT anonymous, therefore djmoffat@693: % authors' names have to be VISIBLE in your manuscript. djmoffat@693: % djmoffat@693: % Single address djmoffat@693: % To use with only one author or several with the same address djmoffat@693: % --------------- djmoffat@693: %\oneauthor djmoffat@693: % {\firstauthor} {Affiliation1 \\ % djmoffat@693: % {\tt \href{mailto:author1@smcnetwork.org}{author1@smcnetwork.org}}} djmoffat@693: djmoffat@693: %Two addresses djmoffat@693: %-------------- djmoffat@693: % \twoauthors djmoffat@693: % {\firstauthor} {Affiliation1 \\ % djmoffat@693: % {\tt \href{mailto:author1@smcnetwork.org}{author1@smcnetwork.org}}} djmoffat@693: % {\secondauthor} {Affiliation2 \\ % djmoffat@693: % {\tt \href{mailto:author2@smcnetwork.org}{author2@smcnetwork.org}}} djmoffat@693: djmoffat@693: % Three addresses djmoffat@693: % -------------- djmoffat@693: \fourauthors djmoffat@693: {\firstauthor} {%Affiliation1 \\ djmoffat@693: {\tt \href{mailto:b.deman@qmul.ac.uk}{\{b.deman@, }}} djmoffat@693: {\secondauthor} {%Affiliation2\\ % djmoffat@693: {\tt \href{mailto:n.g.r.jillings@se14.qmul.ac.uk}{n.g.r.jillings@se14. ,}}} djmoffat@693: {\thirdauthor} {%Affiliation3\\ % djmoffat@693: {\tt \href{mailto:d.j.moffat@qmul.ac.uk}{d.j.moffat@, }}} djmoffat@693: {\fourthauthor} {%Affiliation4\\ % djmoffat@693: {\tt \href{mailto:joshua.reiss@qmul.ac.uk}{joshua.reiss@\}qmul.ac.uk}}} djmoffat@693: djmoffat@693: % ***************************************** the document starts here *************** djmoffat@693: \begin{document} djmoffat@693: % djmoffat@693: \capstartfalse djmoffat@693: \maketitle djmoffat@693: \capstarttrue djmoffat@693: % djmoffat@693: \begin{abstract} djmoffat@693: Place your abstract at the top left column on the first page. djmoffat@693: Please write about 150-200 words that specifically highlight the purpose of your work, djmoffat@693: its context, and provide a brief synopsis of your results. djmoffat@693: Avoid equations in this part. djmoffat@693: \end{abstract} djmoffat@693: % djmoffat@693: djmoffat@693: \section{Introduction}\label{sec:introduction} djmoffat@693: djmoffat@693: background (types of research)\\ djmoffat@693: prior work: \cite{deman2014b} \\ djmoffat@693: goal, what are we trying to do? \\ djmoffat@693: djmoffat@693: djmoffat@693: Minimum 4 pages, 6 preferred, max. 8 (6 for demos/posters) djmoffat@693: djmoffat@693: djmoffat@693: djmoffat@693: djmoffat@693: %\subsection{Equations} djmoffat@693: %Equations of importance, djmoffat@693: %or to which you refer later, djmoffat@693: %should be placed on separated lines and numbered. djmoffat@693: %The number should be on the right side, in parentheses. djmoffat@693: %\begin{equation} djmoffat@693: %E=mc^{2+\delta}. djmoffat@693: %\label{eq:Emc2} djmoffat@693: %\end{equation} djmoffat@693: %Refer to equations like so: djmoffat@693: %As (\ref{eq:Emc2}) shows, djmoffat@693: %I do not completely trust Special Relativity. djmoffat@693: % djmoffat@693: %\subsection{Figures, Tables and Captions} djmoffat@693: %\begin{table}[t] djmoffat@693: % \begin{center} djmoffat@693: % \begin{tabular}{|l|l|} djmoffat@693: % \hline djmoffat@693: % String value & Numeric value \\ djmoffat@693: % \hline djmoffat@693: % Hej SMC & 2015 \\ djmoffat@693: % \hline djmoffat@693: % \end{tabular} djmoffat@693: %\end{center} djmoffat@693: % \caption{Table captions should be placed below the table, exactly like this, djmoffat@693: % but using words different from these.} djmoffat@693: % \label{tab:example} djmoffat@693: %\end{table} djmoffat@693: djmoffat@693: %\begin{figure}[t] djmoffat@693: %\figbox{ djmoffat@693: %\subfloat[][]{\includegraphics[width=60mm]{figure}\label{fig:subfigex_a}}\\ djmoffat@693: %\subfloat[][]{\includegraphics[width=80mm]{figure}\label{fig:subfigex_b}} djmoffat@693: %} djmoffat@693: %\caption{Here's an example using the subfig package.\label{fig:subfigex} } djmoffat@693: %\end{figure} djmoffat@693: djmoffat@693: djmoffat@693: \section{Conclusions}\label{sec:conclusions} djmoffat@693: djmoffat@693: djmoffat@693: %\begin{acknowledgments} djmoffat@693: %You may acknowledge people, projects, djmoffat@693: %funding agencies, etc. djmoffat@693: %which can be included after the second-level heading djmoffat@693: %``Acknowledgments'' (with no numbering). djmoffat@693: %\end{acknowledgments} djmoffat@693: djmoffat@693: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% djmoffat@693: %bibliography here djmoffat@693: %\bibliography{smc2015template} djmoffat@693: djmoffat@693: \bibliography{../General}{} djmoffat@693: djmoffat@693: djmoffat@693: \end{document}