annotate README.md @ 2222:4d1aa94202e3
Merged pythonServer-3 into unified pythonServer. Removed pythonServer-legacy. Updated pythonServer to work in scripts subdir.
author |
Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
date |
Thu, 14 Apr 2016 13:19:17 +0100 |
parents |
172db59a2a94 |
children |
e0b0dde71ab1 |
rev |
line source |
b@2197
|
1 # Web Audio Evaluation Tool
|
b@2197
|
2
|
b@2197
|
3 ## Authors
|
b@2197
|
4
|
b@2197
|
5 | Author | e-mail |
|
b@2197
|
6 | ------- | ------ |
|
b@2197
|
7 | Nicholas Jillings | <[nicholas.jillings@mail.bcu.ac.uk](nicholas.jillings@mail.bcu.ac.uk)> |
|
b@2197
|
8 | Brecht De Man | <[b.deman@qmul.ac.uk](b.deman@qmul.ac.uk)> |
|
b@2197
|
9 | David Moffat | <[d.j.moffat@qmul.ac.uk](d.j.moffat@qmul.ac.uk)>|
|
b@2197
|
10 | Joshua D. Reiss (supervisor) | <[joshua.reiss@qmul.ac.uk](joshua.reiss@qmul.ac.uk)> |
|
b@2197
|
11 | Ryan Stables (supervisor) | <[ryan.stables@bcu.ac.uk](ryan.stables@bcu.ac.uk)> |
|
b@2197
|
12
|
b@2197
|
13
|
b@2197
|
14 ## Instructions
|
b@2197
|
15
|
b@2197
|
16 Please refer to ['docs/Instructions/Instructions.pdf'](https://github.com/BrechtDeMan/WebAudioEvaluationTool/raw/master/docs/Instructions/Instructions.pdf).
|
b@2197
|
17
|
b@2197
|
18
|
b@2197
|
19 ## Academic use
|
b@2197
|
20
|
b@2207
|
21 ### Citing
|
b@2207
|
22
|
b@2198
|
23 Please cite
|
b@2198
|
24
|
b@2198
|
25 > 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@2198
|
26
|
b@2198
|
27 BibTeX:
|
b@2198
|
28
|
b@2198
|
29 @conference{waet2015,
|
b@2198
|
30 Author = {Jillings, Nicholas and Moffat, David and De Man, Brecht and Reiss, Joshua D.},
|
b@2198
|
31 Booktitle = {12th Sound and Music Computing Conference},
|
b@2198
|
32 Month = {July},
|
b@2198
|
33 Title = {Web {A}udio {E}valuation {T}ool: {A} browser-based listening test environment},
|
b@2198
|
34 Year = {2015}}
|
b@2197
|
35
|
b@2207
|
36 ### License
|
b@2207
|
37
|
b@2207
|
38 Please refer to LICENSE.txt ([GNU General Public License](http://www.gnu.org/licenses/gpl-3.0.en.html)).
|
b@2197
|
39
|
b@2197
|
40 ## Other use
|
b@2197
|
41
|
b@2207
|
42 Other licensing schemes are available - please contact the authors regarding non-academic use.
|