annotate demo.html @ 1313:c8317e07c15f

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