annotate docs/WAC2016/WAC2016.tex @ 1944:ac2380d3f0cb

Update to Paper inc. References
author Dave Moffat <me@davemoffat.com>
date Wed, 23 Sep 2015 10:19:30 +0100
parents 7db3611977b7
children 8aefcf569e7b
rev   line source
b@1481 1 \documentclass{sig-alternate}
b@1481 2
b@1481 3
b@1481 4 \begin{document}
b@1481 5
b@1481 6 % Copyright
b@1481 7 \setcopyright{waclicense}
b@1481 8
b@1481 9
b@1481 10 %% DOI
b@1481 11 %\doi{10.475/123_4}
b@1481 12 %
b@1481 13 %% ISBN
b@1481 14 %\isbn{123-4567-24-567/08/06}
b@1481 15 %
b@1481 16 %%Conference
b@1481 17 %\conferenceinfo{PLDI '13}{June 16--19, 2013, Seattle, WA, USA}
b@1481 18 %
b@1481 19 %\acmPrice{\$15.00}
b@1481 20
b@1481 21 %
b@1481 22 % --- Author Metadata here ---
b@1481 23 \conferenceinfo{Web Audio Conference WAC-2016,}{April 4--6, 2016, Atlanta, USA}
b@1481 24 \CopyrightYear{2016} % Allows default copyright year (20XX) to be over-ridden - IF NEED BE.
b@1481 25 %\crdata{0-12345-67-8/90/01} % Allows default copyright data (0-89791-88-6/97/05) to be over-ridden - IF NEED BE.
b@1481 26 % --- End of Author Metadata ---
b@1481 27
b@1481 28 \title{Latex Template for WAC 2016}
b@1481 29 %\subtitle{[Extended Abstract]
b@1481 30 %\titlenote{A full version of this paper is available as
b@1481 31 %\textit{Author's Guide to Preparing ACM SIG Proceedings Using
b@1481 32 %\LaTeX$2_\epsilon$\ and BibTeX} at
b@1481 33 %\texttt{www.acm.org/eaddress.htm}}}
b@1481 34 %
b@1481 35 % You need the command \numberofauthors to handle the 'placement
b@1481 36 % and alignment' of the authors beneath the title.
b@1481 37 %
b@1481 38 % For aesthetic reasons, we recommend 'three authors at a time'
b@1481 39 % i.e. three 'name/affiliation blocks' be placed beneath the title.
b@1481 40 %
b@1481 41 % NOTE: You are NOT restricted in how many 'rows' of
b@1481 42 % "name/affiliations" may appear. We just ask that you restrict
b@1481 43 % the number of 'columns' to three.
b@1481 44 %
b@1481 45 % Because of the available 'opening page real-estate'
b@1481 46 % we ask you to refrain from putting more than six authors
b@1481 47 % (two rows with three columns) beneath the article title.
b@1481 48 % More than six makes the first-page appear very cluttered indeed.
b@1481 49 %
b@1481 50 % Use the \alignauthor commands to handle the names
b@1481 51 % and affiliations for an 'aesthetic maximum' of six authors.
b@1481 52 % Add names, affiliations, addresses for
b@1481 53 % the seventh etc. author(s) as the argument for the
b@1481 54 % \additionalauthors command.
b@1481 55 % These 'additional authors' will be output/set for you
b@1481 56 % without further effort on your part as the last section in
b@1481 57 % the body of your article BEFORE References or any Appendices.
b@1481 58
me@1944 59 \numberofauthors{5} % in this sample file, there are a *total*
b@1481 60 % of EIGHT authors. SIX appear on the 'first-page' (for formatting
b@1481 61 % reasons) and the remaining two appear in the \additionalauthors section.
b@1481 62 %
b@1481 63 \author{
b@1481 64 % You can go ahead and credit any number of authors here,
b@1481 65 % e.g. one 'row of three' or two rows (consisting of one row of three
b@1481 66 % and a second row of one, two or three).
b@1481 67 %
b@1481 68 % The command \alignauthor (no curly braces needed) should
b@1481 69 % precede each author name, affiliation/snail-mail address and
b@1481 70 % e-mail address. Additionally, tag each line of
b@1481 71 % affiliation/address with \affaddr, and tag the
b@1481 72 % e-mail address with \email.
b@1481 73 %
b@1481 74 % 1st. author
b@1481 75 \alignauthor Nicholas Jillings\\
b@1481 76 \email{n.g.r.jillings@se14.qmul.ac.uk}
b@1481 77 \alignauthor % dummy author for nicer spacing
b@1481 78 % 2nd. author
b@1481 79 \alignauthor Brecht De Man\\
b@1481 80 \email{b.deman@qmul.ac.uk}
b@1481 81 \and % use '\and' if you need 'another row' of author names
b@1481 82 % 3rd. author
b@1481 83 \alignauthor David Moffat\\
b@1481 84 \email{d.j.moffat@qmul.ac.uk}
b@1481 85 % 4th. author
b@1481 86 \alignauthor Joshua D. Reiss\\
b@1481 87 \email{joshua.reiss@qmul.ac.uk}
b@1481 88 \and
b@1481 89 \affaddr{Centre for Digital Music}\\
b@1481 90 \affaddr{School of Electronic Engineering and Computer Science}\\
b@1481 91 \affaddr{Queen Mary University of London}\\
b@1481 92 \affaddr{Mile End Road,}
b@1481 93 \affaddr{London E1 4NS}\\
b@1481 94 \affaddr{United Kingdom}\\
b@1481 95 }
b@1481 96 %Centre for Digital Music, School of Electronic Engineering and Computer Science, Queen Mary University of London
b@1481 97 %% 5th. author
b@1481 98 %\alignauthor Sean Fogarty\\
b@1481 99 % \affaddr{NASA Ames Research Center}\\
b@1481 100 % \affaddr{Moffett Field}\\
b@1481 101 % \email{fogartys@amesres.org}
b@1481 102 %% 6th. author
b@1481 103 %\alignauthor Charles Palmer\\
b@1481 104 % \affaddr{Palmer Research Laboratories}\\
b@1481 105 % \affaddr{8600 Datapoint Drive}\\
b@1481 106 % \email{cpalmer@prl.com}
b@1481 107 %}
b@1481 108 % There's nothing stopping you putting the seventh, eighth, etc.
b@1481 109 % author on the opening page (as the 'third row') but we ask,
b@1481 110 % for aesthetic reasons that you place these 'additional authors'
b@1481 111 % in the \additional authors block, viz.
b@1481 112 %\additionalauthors{Additional authors: John Smith (The Th{\o}rv{\"a}ld Group,
b@1481 113 %email: {\texttt{jsmith@affiliation.org}}) and Julius P.~Kumquat
b@1481 114 %(The Kumquat Consortium, email: {\texttt{jpkumquat@consortium.net}}).}
b@1481 115 \date{1 October 2015}
b@1481 116 % Just remember to make sure that the TOTAL number of authors
b@1481 117 % is the number that will appear on the first page PLUS the
b@1481 118 % number that will appear in the \additionalauthors section.
b@1481 119
b@1481 120 \maketitle
b@1481 121 \begin{abstract}
b@1481 122 Here comes the abstract.
b@1481 123 \end{abstract}
b@1481 124
b@1481 125
b@1481 126 \section{Introduction}
b@1481 127 Introducing the paper. Referring to \cite{waet}. Talking about what we do in the various sections of this paper. Pointing out that the header of the paper kind of looks like the Bat-sign.
b@1481 128
b@1481 129 \section{Architecture}
b@1481 130 A slightly technical overview of the system. Talk about XML, JavaScript, Web Audio API, HTML5.
b@1481 131
b@1481 132 \section{Interfaces}
b@1481 133 We could add more interfaces, such as:
b@1481 134 \begin{itemize}
b@1481 135 \item Multi attribute ratings
me@1944 136 \item MUSHRA (ITU-R BS. 1534)~\cite{recommendation20031534}
me@1944 137 \item Interval Scale~\cite{zacharov1999round}
me@1944 138 \item Rank Scale~\cite{pascoe1983evaluation}
b@1481 139
me@1944 140 \item 2D Plane rating - e.g. Valence vs. Arousal~\cite{carroll1969individual}
me@1944 141 \item Likert scale~\cite{likert1932technique}
me@1943 142
me@1943 143 \item {\bf All the following are the interfaces available in HULTI-GEN~\cite{gribben2015toward} }
me@1944 144 \item ABC/HR (ITU-R BS. 1116)~\cite{recommendation19971116}
me@1943 145 \begin{itemize}
me@1943 146 \item Continuous Scale (5-1) Imperceptible, Perceptible but not annoying, slightly annoying, annoying, very annoying. (default Inaudible?)
me@1943 147 \end{itemize}
me@1943 148 \item -50 to 50 Bipolar with Ref
me@1943 149 \begin{itemize}
me@1943 150 \item Scale -50 to 50 on Mushra with default values as 0 in middle and a comparison ``Reference'' to compare to 0 value
me@1943 151 \end{itemize}
me@1944 152 \item Absolute Category Rating (ACR) Scale~\cite{rec1996p}
me@1943 153 \begin{itemize}
me@1943 154 \item 5 point Scale - Bad, Poor, Fair, Good, Excellent (Default fair?)
me@1943 155 \end{itemize}
me@1944 156 \item Degredation Category Rating (DCR) Scale~\cite{rec1996p}
me@1943 157 \begin{itemize}
me@1943 158 \item 5 point Scale - Inaudible, Audible but not annoying, slightly annoying, annoying, very annoying. (default Inaudible?) - {\it Basically just quantised ABC/HR?}
me@1943 159 \end{itemize}
me@1944 160 \item Comparison Category Rating (CCR) Scale~\cite{rec1996p}
me@1943 161 \begin{itemize}
me@1943 162 \item 7 point scale: Much Better, Better, Slightly Better, About the same, slightly worse, worse, much worse - Default about the same with reference to compare to
me@1943 163 \end{itemize}
me@1944 164 \item 9 Point Hedonic Category Rating Scale~\cite{peryam1952advanced}
me@1943 165 \begin{itemize}
me@1943 166 \item 9 point scale: Like Extremely, Like Very Much, Like Moderate, Like Slightly, Neither Like nor Dislike, dislike Extremely, dislike Very Much, dislike Moderate, dislike Slightly - Default Neither Like nor Dislike with reference to compare to
me@1943 167 \end{itemize}
me@1944 168 \item ITU-R 5 Point Continuous Impairment Scale~\cite{rec1997bs}
me@1943 169 \begin{itemize}
me@1943 170 \item 5 point Scale (5-1) Imperceptible, Perceptible but not annoying, slightly annoying, annoying, very annoying. (default Inaudible?)- {\it Basically just quantised ABC/HR, or Different named DCR}
me@1943 171 \end{itemize}
me@1944 172 \item Pairwise Comparison (Better/Worse)~\cite{david1963method}
me@1943 173 \begin{itemize}
me@1943 174 \item 2 point Scale - Better or Worse - (not sure how to default this - they default everything to better, which is an interesting choice)
me@1943 175 \end{itemize}
b@1481 176 \end{itemize}
b@1481 177
b@1481 178 There are also the following interfaces, which would require a slightly different `engine' underneath, e.g. loading a different page for every possible pair.
b@1481 179 \begin{itemize}
me@1944 180 \item AB Test~\cite{lipshitz1981great}
me@1944 181 \item ABX Test~\cite{clark1982high}
b@1481 182 \item JND
b@1481 183 \end{itemize}
b@1481 184
b@1481 185 A screenshot would be nice.
b@1481 186
b@1481 187 \section{Analysis and diagnostics}
b@1481 188 It would be great to have easy-to-use analysis tools to visualise the collected data and even do science with it. Even better would be to have all this in the browser. Complete perfection would be achieved if and when only limited setup, installation time, and expertise are required for the average non-CS researcher to use this.
b@1481 189
b@1481 190 Some pictures here please.
b@1481 191
b@1481 192 \section{Concluding remarks}
b@1481 193 Perhaps an `engineering brief' such as this one doesn't really have a lot of conclusion, except `We made this'.
b@1481 194
b@1481 195 You can check it out at \url{code.soundsoftware.ac.uk/projects/webaudioevaluationtool}.
b@1481 196
b@1481 197 \section{Future work}
b@1481 198 Perhaps here, perhaps not. Talking a little bit about what else might happen. Unless we really want to wrap this up.
b@1481 199
b@1481 200 %
b@1481 201 % The following two commands are all you need in the
b@1481 202 % initial runs of your .tex file to
b@1481 203 % produce the bibliography for the citations in your paper.
b@1481 204 \bibliographystyle{abbrv}
b@1481 205 \bibliography{WAC2016} % sigproc.bib is the name of the Bibliography in this case
b@1481 206 % You must have a proper ".bib" file
b@1481 207 % and remember to run:
b@1481 208 % latex bibtex latex latex
b@1481 209 % to resolve all references
b@1481 210 %
b@1481 211 % ACM needs 'a single self-contained file'!
b@1481 212 %
b@1481 213 \end{document}