annotate demo.html @ 1090:c07b9e2312ba

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