annotate README.md @ 2202:61c8e13f1e2e
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author |
www-data <www-data@sucuk.dcs.qmul.ac.uk> |
date |
Fri, 08 Apr 2016 13:20:54 +0100 |
parents |
122b4f6acf9e |
children |
172db59a2a94 |
rev |
line source |
b@1931
|
1 # Web Audio Evaluation Tool
|
b@1931
|
2
|
b@1931
|
3 ## Authors
|
b@1931
|
4
|
b@1931
|
5 | Author | e-mail |
|
b@1931
|
6 | ------- | ------ |
|
b@1931
|
7 | Nicholas Jillings | <[nicholas.jillings@mail.bcu.ac.uk](nicholas.jillings@mail.bcu.ac.uk)> |
|
b@1931
|
8 | Brecht De Man | <[b.deman@qmul.ac.uk](b.deman@qmul.ac.uk)> |
|
b@1931
|
9 | David Moffat | <[d.j.moffat@qmul.ac.uk](d.j.moffat@qmul.ac.uk)>|
|
b@1931
|
10 | Joshua D. Reiss (supervisor) | <[joshua.reiss@qmul.ac.uk](joshua.reiss@qmul.ac.uk)> |
|
b@1931
|
11 | Ryan Stables (supervisor) | <[ryan.stables@bcu.ac.uk](ryan.stables@bcu.ac.uk)> |
|
b@1931
|
12
|
b@1931
|
13
|
b@1931
|
14 ## Instructions
|
b@1931
|
15
|
b@1931
|
16 Please refer to ['docs/Instructions/Instructions.pdf'](https://github.com/BrechtDeMan/WebAudioEvaluationTool/raw/master/docs/Instructions/Instructions.pdf).
|
b@1931
|
17
|
b@1931
|
18
|
b@1931
|
19 ## Academic use
|
b@1931
|
20
|
b@1933
|
21 Please cite
|
b@1933
|
22
|
b@1933
|
23 > Nicholas Jillings, Brecht De Man, David Moffat and Joshua D. Reiss, "[Web Audio Evaluation Tool: A Browser-Based Listening Test Environment](http://www.brechtdeman.com/publications/smc10.pdf)," [12th Sound and Music Computing Conference](http://www.maynoothuniversity.ie/smc15/), July 2015.
|
b@1933
|
24
|
b@1933
|
25 BibTeX:
|
b@1933
|
26
|
b@1933
|
27 @conference{waet2015,
|
b@1933
|
28 Author = {Jillings, Nicholas and Moffat, David and De Man, Brecht and Reiss, Joshua D.},
|
b@1933
|
29 Booktitle = {12th Sound and Music Computing Conference},
|
b@1933
|
30 Month = {July},
|
b@1933
|
31 Title = {Web {A}udio {E}valuation {T}ool: {A} browser-based listening test environment},
|
b@1933
|
32 Year = {2015}}
|
b@1931
|
33
|
b@1931
|
34
|
b@1931
|
35 ## Other use
|
b@1931
|
36
|
b@1933
|
37 Please refer to LICENSE.txt ([GNU General Public License](http://www.gnu.org/licenses/gpl-3.0.en.html)).
|