annotate demo.html @ 1105:d2afd2ee8684

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