annotate demo.html @ 643:f9e9d94c9b9a
Dev_main
Started adding calibration modules.
author |
Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
date |
Thu, 24 Mar 2016 15:42:45 +0000 |
parents |
91b3c9b2e847 |
children |
124e6c702845 |
rev |
line source |
n@510
|
1 <!DOCTYPE html>
|
n@510
|
2 <html lang="en">
|
n@510
|
3 <head>
|
n@510
|
4 <meta charset="utf-8" />
|
n@510
|
5 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
|
n@510
|
6 Remove this if you use the .htaccess -->
|
n@510
|
7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
n@510
|
8
|
n@510
|
9 <title>Web Audio Evaluation Tool</title>
|
n@510
|
10 <meta name="description" content="" />
|
n@510
|
11 <meta name="author" content="" />
|
n@510
|
12
|
n@510
|
13 <!-- Use jQuery hosted from Google CDN -->
|
n@510
|
14 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
|
n@510
|
15 <script src="jquery-2.1.4.js"></script>
|
n@510
|
16 </head>
|
n@510
|
17
|
n@510
|
18 <body>
|
n@510
|
19 <div id='topLevelBody'>
|
n@510
|
20 <h1>Web Audio Evaluation Tool</h1>
|
n@510
|
21 <h2>Start menu </h2>
|
n@510
|
22 <ul>
|
n@510
|
23 <li><a href="index.html?url=example_eval/project.xml" target="_blank">APE interface test example</a></li>
|
n@510
|
24 <li><a href="index.html?url=example_eval/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li>
|
n@510
|
25 <li><a href="index.html?url=example_eval/AB_example.xml" target="_blank">AB interface test example</a></li>
|
b@529
|
26 <li><a href="index.html?url=example_eval/horizontal_example.xml" target="_blank">Horizontal interface test example</a></li>
|
b@529
|
27 <li><a href="index.html?url=example_eval/radio_example.xml" target="_blank">Radio interface test example</a></li>
|
n@510
|
28 <li><a href="test_create/test_create.html" target="_blank">Test creator</a></li>
|
n@510
|
29 <li><a href="analyse.html" target="_blank">Analysis and diagnostics of results</a></li>
|
n@510
|
30 </ul>
|
n@510
|
31 <br>
|
n@510
|
32 <ul>
|
n@510
|
33 <li><a href="LICENSE.txt" target="_blank">License</a></li>
|
n@510
|
34 <li><a href="CITING.txt" target="_blank">Citing</a></li>
|
n@510
|
35 <li><a href="docs/Instructions/Instructions.pdf" target="_blank">Instructions</a></li>
|
n@510
|
36 </ul>
|
n@510
|
37 </div>
|
n@510
|
38 </body>
|
n@510
|
39 </html>
|