annotate docs/SMC15/smc2015template.tex @ 1698:a7e7559a1c2b

SMC paper: Rough structure
author Brecht De Man <b.deman@qmul.ac.uk>
date Tue, 07 Apr 2015 21:47:50 +0200
parents 7f1599865486
children b7b85431df50
rev   line source
b@1693 1 % -----------------------------------------------
b@1693 2 % Template for SMC 2012
b@1693 3 % adapted from the template for SMC 2011, which was adapted from that of SMC 2010
b@1693 4 % -----------------------------------------------
b@1693 5
b@1693 6 \documentclass{article}
b@1693 7 \usepackage{smc2015}
b@1693 8 \usepackage{times}
b@1693 9 \usepackage{ifpdf}
b@1693 10 \usepackage[english]{babel}
b@1693 11 \usepackage{cite}
b@1693 12
b@1693 13 %%%%%%%%%%%%%%%%%%%%%%%% Some useful packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
b@1693 14 %%%%%%%%%%%%%%%%%%%%%%%% See related documentation %%%%%%%%%%%%%%%%%%%%%%%%%%
b@1693 15 %\usepackage{amsmath} % popular packages from Am. Math. Soc. Please use the
b@1693 16 %\usepackage{amssymb} % related math environments (split, subequation, cases,
b@1693 17 %\usepackage{amsfonts}% multline, etc.)
b@1693 18 %\usepackage{bm} % Bold Math package, defines the command \bf{}
b@1693 19 %\usepackage{paralist}% extended list environments
b@1693 20 %%subfig.sty is the modern replacement for subfigure.sty. However, subfig.sty
b@1693 21 %%requires and automatically loads caption.sty which overrides class handling
b@1693 22 %%of captions. To prevent this problem, preload caption.sty with caption=false
b@1693 23 %\usepackage[caption=false]{caption}
b@1693 24 %\usepackage[font=footnotesize]{subfig}
b@1693 25
b@1693 26
b@1693 27 %user defined variables
b@1698 28 \def\papertitle{APE FOR WEB: A BROWSER-BASED EVALUATION TOOL FOR AUDIO} %?
b@1698 29 \def\firstauthor{Nicholas Jillings}
b@1698 30 \def\secondauthor{Brecht De Man}
b@1693 31 \def\thirdauthor{David Moffat}
b@1693 32 \def\fourthauthor{Joshua D. Reiss}
b@1693 33
b@1693 34 % adds the automatic
b@1693 35 % Saves a lot of ouptut space in PDF... after conversion with the distiller
b@1693 36 % Delete if you cannot get PS fonts working on your system.
b@1693 37
b@1693 38 % pdf-tex settings: detect automatically if run by latex or pdflatex
b@1693 39 \newif\ifpdf
b@1693 40 \ifx\pdfoutput\relax
b@1693 41 \else
b@1693 42 \ifcase\pdfoutput
b@1693 43 \pdffalse
b@1693 44 \else
b@1693 45 \pdftrue
b@1693 46 \fi
b@1693 47
b@1693 48 \ifpdf % compiling with pdflatex
b@1693 49 \usepackage[pdftex,
b@1693 50 pdftitle={\papertitle},
b@1693 51 pdfauthor={\firstauthor, \secondauthor, \thirdauthor},
b@1693 52 bookmarksnumbered, % use section numbers with bookmarks
b@1693 53 pdfstartview=XYZ % start with zoom=100% instead of full screen;
b@1693 54 % especially useful if working with a big screen :-)
b@1693 55 ]{hyperref}
b@1693 56 %\pdfcompresslevel=9
b@1693 57
b@1693 58 \usepackage[pdftex]{graphicx}
b@1693 59 % declare the path(s) where your graphic files are and their extensions so
b@1693 60 %you won't have to specify these with every instance of \includegraphics
b@1693 61 \graphicspath{{./figures/}}
b@1693 62 \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
b@1693 63
b@1693 64 \usepackage[figure,table]{hypcap}
b@1693 65
b@1693 66 \else % compiling with latex
b@1693 67 \usepackage[dvips,
b@1693 68 bookmarksnumbered, % use section numbers with bookmarks
b@1693 69 pdfstartview=XYZ % start with zoom=100% instead of full screen
b@1693 70 ]{hyperref} % hyperrefs are active in the pdf file after conversion
b@1693 71
b@1693 72 \usepackage[dvips]{epsfig,graphicx}
b@1693 73 % declare the path(s) where your graphic files are and their extensions so
b@1693 74 %you won't have to specify these with every instance of \includegraphics
b@1693 75 \graphicspath{{./figures/}}
b@1693 76 \DeclareGraphicsExtensions{.eps}
b@1693 77
b@1693 78 \usepackage[figure,table]{hypcap}
b@1693 79 \fi
b@1693 80
b@1693 81 %setup the hyperref package - make the links black without a surrounding frame
b@1693 82 \hypersetup{
b@1693 83 colorlinks,%
b@1693 84 citecolor=black,%
b@1693 85 filecolor=black,%
b@1693 86 linkcolor=black,%
b@1693 87 urlcolor=black
b@1693 88 }
b@1693 89
b@1693 90
b@1693 91 % Title.
b@1693 92 % ------
b@1693 93 \title{\papertitle}
b@1693 94
b@1693 95 % Authors
b@1693 96 % Please note that submissions are NOT anonymous, therefore
b@1693 97 % authors' names have to be VISIBLE in your manuscript.
b@1693 98 %
b@1693 99 % Single address
b@1693 100 % To use with only one author or several with the same address
b@1693 101 % ---------------
b@1693 102 %\oneauthor
b@1693 103 % {\firstauthor} {Affiliation1 \\ %
b@1693 104 % {\tt \href{mailto:author1@smcnetwork.org}{author1@smcnetwork.org}}}
b@1693 105
b@1693 106 %Two addresses
b@1693 107 %--------------
b@1693 108 % \twoauthors
b@1693 109 % {\firstauthor} {Affiliation1 \\ %
b@1693 110 % {\tt \href{mailto:author1@smcnetwork.org}{author1@smcnetwork.org}}}
b@1693 111 % {\secondauthor} {Affiliation2 \\ %
b@1693 112 % {\tt \href{mailto:author2@smcnetwork.org}{author2@smcnetwork.org}}}
b@1693 113
b@1698 114
b@1698 115
b@1698 116 % FIX!!!
b@1693 117 \fourauthors
b@1693 118 {\firstauthor} {%Affiliation1 \\
b@1698 119 {\tt \href{mailto:b.deman@qmul.ac.uk}{n.g.r.jillings@se14.qmul.ac.uk, }}}
b@1693 120 {\secondauthor} {%Affiliation2\\ %
b@1698 121 {\tt \href{mailto:n.g.r.jillings@se14.qmul.ac.uk}{\{b.deman,}}}
b@1693 122 {\thirdauthor} {%Affiliation3\\ %
b@1698 123 {\tt \href{mailto:d.j.moffat@qmul.ac.uk}{d.j.moffat, }}}
b@1693 124 {\fourthauthor} {%Affiliation4\\ %
b@1698 125 {\tt \href{mailto:joshua.reiss@qmul.ac.uk}{joshua.reiss\}@qmul.ac.uk}}}
b@1693 126
b@1693 127 % ***************************************** the document starts here ***************
b@1693 128 \begin{document}
b@1693 129 %
b@1693 130 \capstartfalse
b@1693 131 \maketitle
b@1693 132 \capstarttrue
b@1693 133 %
b@1693 134 \begin{abstract}
b@1693 135 Place your abstract at the top left column on the first page.
b@1693 136 Please write about 150-200 words that specifically highlight the purpose of your work,
b@1693 137 its context, and provide a brief synopsis of your results.
b@1698 138 Avoid equations in this part.\\
b@1698 139 TOTAL PAPER: Minimum 4 pages, 6 preferred, max. 8 (6 for demos/posters)\\
b@1693 140 \end{abstract}
b@1693 141 %
b@1693 142
b@1693 143 \section{Introduction}\label{sec:introduction}
b@1693 144
b@1698 145 background (types of research where this type of perceptual evaluation of audio is relevant)\\
b@1698 146
b@1698 147 multiple stimulus perceptual evaluation (reference to Bech etc.)\\
b@1698 148
b@1698 149 prior work: \cite{deman2014b} in MATLAB, much less easy to deploy, and often stops working due to version updates \\
b@1698 150
b@1693 151 goal, what are we trying to do? \\
b@1693 152
b@1698 153 [Previously, due to limited functionality of HTML, ..., it was not possible to design this type of interfaces with such high quality audio... ]
b@1693 154
b@1693 155
b@1698 156 \section{Design considerations}\label{sec:designconsiderations}
b@1693 157
b@1698 158 We present a browser-based perceptual evaluation tool for audio that ... \\
b@1693 159
b@1698 160 see \cite{deman2014b}: requirements informed by research on music production (see my work and that of others' in the group), such as randomisation, playback of high quality audio, some degree of flexibility in terms of configuration, ... \\
b@1698 161
b@1698 162
b@1698 163 \section{Implementation}\label{sec:implementation}
b@1698 164 [Nick???]
b@1698 165
b@1698 166 section on overall architecture\\
b@1698 167
b@1698 168 section with overview of the structure of the input and output files, perhaps with graph or table
b@1698 169
b@1698 170
b@1698 171 \section{Applications}\label{sec:applications} %?
b@1698 172
b@1698 173 discussion of use of this toolbox (possibly based on a quick mock test using my research data, to be repeated with a large number of participants and more data later)\\
b@1698 174
b@1698 175
b@1698 176 \section{Conclusions and future work}\label{sec:conclusions}
b@1698 177
b@1698 178 In this paper we have presented an approach to creating a browser-based listening test environment that can be used for a variety of types of perceptual evaluation of audio.
b@1698 179 Specifically, we discussed the use of the toolbox in the context of assessment of preference for different production practices, with identical source material.
b@1698 180 The purpose of this paper is to outline the design of this tool, to describe our implementation using basic HTML5 functionality, and to discuss design challenges and limitations of our approach. % or something
b@1698 181
b@1698 182 % future work
b@1698 183 Further work may include the development of other common test designs, such as [...], and [...]. In addition, [...].
b@1698 184
b@1698 185 ...
b@1698 186
b@1698 187 The source code of this tool can be found on \url{code.soundsoftware.ac.uk/projects/browserevaluationtool}.
b@1698 188
b@1698 189
b@1698 190 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
b@1698 191 %bibliography here
b@1698 192 \bibliography{smc2015template}
b@1698 193
b@1698 194
b@1698 195
b@1698 196 \end{document}
b@1698 197
b@1698 198
b@1698 199
b@1698 200 % RUBBISH
b@1693 201
b@1693 202 %\subsection{Equations}
b@1693 203 %Equations of importance,
b@1693 204 %or to which you refer later,
b@1693 205 %should be placed on separated lines and numbered.
b@1693 206 %The number should be on the right side, in parentheses.
b@1693 207 %\begin{equation}
b@1693 208 %E=mc^{2+\delta}.
b@1693 209 %\label{eq:Emc2}
b@1693 210 %\end{equation}
b@1693 211 %Refer to equations like so:
b@1693 212 %As (\ref{eq:Emc2}) shows,
b@1693 213 %I do not completely trust Special Relativity.
b@1693 214 %
b@1693 215 %\subsection{Figures, Tables and Captions}
b@1693 216 %\begin{table}[t]
b@1693 217 % \begin{center}
b@1693 218 % \begin{tabular}{|l|l|}
b@1693 219 % \hline
b@1693 220 % String value & Numeric value \\
b@1693 221 % \hline
b@1693 222 % Hej SMC & 2015 \\
b@1693 223 % \hline
b@1693 224 % \end{tabular}
b@1693 225 %\end{center}
b@1693 226 % \caption{Table captions should be placed below the table, exactly like this,
b@1693 227 % but using words different from these.}
b@1693 228 % \label{tab:example}
b@1693 229 %\end{table}
b@1693 230
b@1693 231 %\begin{figure}[t]
b@1693 232 %\figbox{
b@1693 233 %\subfloat[][]{\includegraphics[width=60mm]{figure}\label{fig:subfigex_a}}\\
b@1693 234 %\subfloat[][]{\includegraphics[width=80mm]{figure}\label{fig:subfigex_b}}
b@1693 235 %}
b@1693 236 %\caption{Here's an example using the subfig package.\label{fig:subfigex} }
b@1693 237 %\end{figure}
b@1693 238
b@1693 239
b@1698 240
b@1693 241
b@1693 242
b@1693 243 %\begin{acknowledgments}
b@1693 244 %You may acknowledge people, projects,
b@1693 245 %funding agencies, etc.
b@1693 246 %which can be included after the second-level heading
b@1693 247 %``Acknowledgments'' (with no numbering).
b@1693 248 %\end{acknowledgments}
b@1693 249