comparison docs/WAC2016/WAC2016.tex @ 1948:a14124d3578b

Paper: outline, minor edits
author Brecht De Man <b.deman@qmul.ac.uk>
date Tue, 29 Sep 2015 20:50:53 +0200
parents d5e45413fd8a
children 949185ac04a9
comparison
equal deleted inserted replaced
1947:d5e45413fd8a 1948:a14124d3578b
1 \documentclass{sig-alternate} 1 \documentclass{sig-alternate}
2
3 2
4 \begin{document} 3 \begin{document}
5 4
6 % Copyright 5 % Copyright
7 \setcopyright{waclicense} 6 \setcopyright{waclicense}
54 % \additionalauthors command. 53 % \additionalauthors command.
55 % These 'additional authors' will be output/set for you 54 % These 'additional authors' will be output/set for you
56 % without further effort on your part as the last section in 55 % without further effort on your part as the last section in
57 % the body of your article BEFORE References or any Appendices. 56 % the body of your article BEFORE References or any Appendices.
58 57
58 % FIVE authors instead of four, to leave space between first two authors.
59 \numberofauthors{5} % in this sample file, there are a *total* 59 \numberofauthors{5} % in this sample file, there are a *total*
60 % of EIGHT authors. SIX appear on the 'first-page' (for formatting 60 % of EIGHT authors. SIX appear on the 'first-page' (for formatting
61 % reasons) and the remaining two appear in the \additionalauthors section. 61 % reasons) and the remaining two appear in the \additionalauthors section.
62 % 62 %
63 \author{ 63 \author{
72 % e-mail address with \email. 72 % e-mail address with \email.
73 % 73 %
74 % 1st. author 74 % 1st. author
75 \alignauthor Nicholas Jillings\\ 75 \alignauthor Nicholas Jillings\\
76 \email{n.g.r.jillings@se14.qmul.ac.uk} 76 \email{n.g.r.jillings@se14.qmul.ac.uk}
77 \alignauthor % dummy author for nicer spacing 77 % dummy author for nicer spacing
78 \alignauthor
78 % 2nd. author 79 % 2nd. author
79 \alignauthor Brecht De Man\\ 80 \alignauthor Brecht De Man\\
80 \email{b.deman@qmul.ac.uk} 81 \email{b.deman@qmul.ac.uk}
81 \and % use '\and' if you need 'another row' of author names 82 \and % use '\and' if you need 'another row' of author names
82 % 3rd. author 83 % 3rd. author
83 \alignauthor David Moffat\\ 84 \alignauthor David Moffat\\
84 \email{d.j.moffat@qmul.ac.uk} 85 \email{d.j.moffat@qmul.ac.uk}
85 % 4th. author 86 % 4th. author
86 \alignauthor Joshua D. Reiss\\ 87 \alignauthor Joshua D. Reiss\\
87 \email{joshua.reiss@qmul.ac.uk} 88 \email{joshua.reiss@qmul.ac.uk}
88 \and 89 \and % new line for address
89 \affaddr{Centre for Digital Music}\\ 90 \affaddr{Centre for Digital Music}\\
90 \affaddr{School of Electronic Engineering and Computer Science}\\ 91 \affaddr{School of Electronic Engineering and Computer Science}\\
91 \affaddr{Queen Mary University of London}\\ 92 \affaddr{Queen Mary University of London}\\
92 \affaddr{Mile End Road,} 93 \affaddr{Mile End Road,}
93 \affaddr{London E1 4NS}\\ 94 \affaddr{London E1 4NS}\\
124 125
125 126
126 \section{Introduction} 127 \section{Introduction}
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. 128 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.
128 129
129 \section{Architecture} 130 Situating the Web Audio Evaluation Tool between other currently available evaluation tools, ...
131
132 % only browser-based?
133 \begin{table*}[htdp]
134 \caption{Table with existing listening test platforms and their features}
135 \begin{center}
136 \begin{tabular}{|*{6}{l|}}
137 \hline
138 \textbf{Name} & \textbf{Ref.} & \textbf{Language} & \textbf{Interfaces} & \textbf{Remote} & \textbf{Programming} \\
139 \hline
140 APE & \cite{ape} & MATLAB & multiple stimulus one axis & & \checkmark \\
141 BeaqleJS & \cite{beaqlejs} & JavaScript & & not natively supported & \\
142 HULTI-GEN & \cite{hultigen} & MAX & & & \\
143 \textbf{WAET} & \cite{waet} & JavaScript & \textbf{all of the above} & \checkmark & \\
144 \hline
145 \end{tabular}
146 \end{center}
147 \label{tab:toolboxes}
148 \end{table*}%
149
150 % about BeaqleJS
151 ... However, BeaqleJS \cite{beaqlejs} does not make use of the Web Audio API, %requires programming knowledge...
152
153 %
154 Selling points: remote tests, visualisaton, create your own test in the browser, many interfaces
155
156
157 \section{Architecture} % title? 'back end'?
130 A slightly technical overview of the system. Talk about XML, JavaScript, Web Audio API, HTML5. 158 A slightly technical overview of the system. Talk about XML, JavaScript, Web Audio API, HTML5.
131 Describe and/or visualise audioholder-audioelement-... structure. 159 Describe and/or visualise audioholder-audioelement-... structure.
132 160
133 Streaming audio? 161 % see also SMC12
134 162
135 163 Streaming audio? % probably not, unless it's easy
136 \section{Remote tests} 164
165 Compatibility?
166
167
168 \section{Remote tests} % with previous?
137 The following features allow easy and effective remote testing: 169 The following features allow easy and effective remote testing:
138 \begin{itemize} 170 \begin{itemize}
139 \item PHP script to collect result XML files 171 \item PHP script to collect result XML files
140 \item Randomly pick specified number of audioholders 172 \item Randomly pick specified number of audioholders
141 \item Functionality to participate multiple times 173 \item Functionality to participate multiple times
150 \item Intermediate saves 182 \item Intermediate saves
151 \item Collect IP address information (privacy issues?) --> geo-related API? 183 \item Collect IP address information (privacy issues?) --> geo-related API?
152 \end{itemize} 184 \end{itemize}
153 185
154 186
155 \section{Interfaces} 187 \section{Interfaces} % title? 'Front end'? % Dave
188 `Build your own test'
189
156 We could add more interfaces, such as: 190 We could add more interfaces, such as:
157 \begin{itemize} 191 \begin{itemize}
192 \item (APE style) \cite{ape}
158 \item Multi attribute ratings 193 \item Multi attribute ratings
159 \item MUSHRA (ITU-R BS. 1534)~\cite{recommendation20031534} 194 \item MUSHRA (ITU-R BS. 1534)~\cite{recommendation20031534}
160 \item Interval Scale~\cite{zacharov1999round} 195 \item Interval Scale~\cite{zacharov1999round}
161 \item Rank Scale~\cite{pascoe1983evaluation} 196 \item Rank Scale~\cite{pascoe1983evaluation}
162 197
163 \item 2D Plane rating - e.g. Valence vs. Arousal~\cite{carroll1969individual} 198 \item 2D Plane rating - e.g. Valence vs. Arousal~\cite{carroll1969individual}
164 \item Likert scale~\cite{likert1932technique} 199 \item Likert scale~\cite{likert1932technique}
165 200
166 \item {\bf All the following are the interfaces available in HULTI-GEN~\cite{gribben2015toward} } 201 \item {\bf All the following are the interfaces available in HULTI-GEN~\cite{hultigen} }
167 \item ABC/HR (ITU-R BS. 1116)~\cite{recommendation19971116} 202 \item ABC/HR (ITU-R BS. 1116)~\cite{recommendation19971116}
168 \begin{itemize} 203 \begin{itemize}
169 \item Continuous Scale (5-1) Imperceptible, Perceptible but not annoying, slightly annoying, annoying, very annoying. (default Inaudible?) 204 \item Continuous Scale (5-1) Imperceptible, Perceptible but not annoying, slightly annoying, annoying, very annoying. (default Inaudible?)
170 \end{itemize} 205 \end{itemize}
171 \item -50 to 50 Bipolar with Ref 206 \item -50 to 50 Bipolar with Ref
226 261
227 A subset of the above would already be nice for this paper. 262 A subset of the above would already be nice for this paper.
228 263
229 Some pictures here please. 264 Some pictures here please.
230 265
231 \section{Concluding remarks} 266 \section{Concluding remarks and future work}
232 Perhaps an `engineering brief' such as this one doesn't really have a lot of conclusion, except `We made this'. 267 Perhaps an `engineering brief' such as this one doesn't really have a lot of conclusion, except `We made this'.
233 268
234 You can check it out at \url{code.soundsoftware.ac.uk/projects/webaudioevaluationtool}. 269 You can check it out at \url{code.soundsoftware.ac.uk/projects/webaudioevaluationtool}.
235 270
236 \section{Future work} 271 Talking a little bit about what else might happen. Unless we really want to wrap this up.
237 Perhaps here, perhaps not. Talking a little bit about what else might happen. Unless we really want to wrap this up. 272
273 Use \cite{schoeffler2015mushra} as a `checklist'.
238 274
239 % 275 %
240 % The following two commands are all you need in the 276 % The following two commands are all you need in the
241 % initial runs of your .tex file to 277 % initial runs of your .tex file to
242 % produce the bibliography for the citations in your paper. 278 % produce the bibliography for the citations in your paper.