Mercurial > hg > webaudioevaluationtool
view demo.html @ 1310:fe19bb2222ef
Minor fixes to test_create to match specification (was building empty interface nodes).
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Thu, 18 Feb 2016 12:11:09 +0000 |
parents | cc55cc323592 |
children | 91b3c9b2e847 |
line wrap: on
line source
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame Remove this if you use the .htaccess --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Web Audio Evaluation Tool</title> <meta name="description" content="" /> <meta name="author" content="" /> <!-- Use jQuery hosted from Google CDN --> <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> <script src="jquery-2.1.4.js"></script> </head> <body> <div id='topLevelBody'> <h1>Web Audio Evaluation Tool</h1> <h2>Start menu </h2> <ul> <li><a href="index.html?url=example_eval/project.xml" target="_blank">APE interface test example</a></li> <li><a href="index.html?url=example_eval/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li> <li><a href="index.html?url=example_eval/AB_example.xml" target="_blank">AB interface test example</a></li> <li><a href="test_create/test_create.html" target="_blank">Test creator</a></li> <li><a href="analyse.html" target="_blank">Analysis and diagnostics of results</a></li> </ul> <br> <ul> <li><a href="LICENSE.txt" target="_blank">License</a></li> <li><a href="CITING.txt" target="_blank">Citing</a></li> <li><a href="docs/Instructions/Instructions.pdf" target="_blank">Instructions</a></li> </ul> </div> </body> </html>