annotate docs/WAC2016/WAC2016.tex @ 720:735c5bfc66c3

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