annotate demo.html @ 1303:ade3acb0cee3

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