Mercurial > hg > webaudioevaluationtool
view demo.html @ 2164:ce24c304f93c
comment/score _parser.php updated to match 'ref' 'name' attribute changes.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Wed, 16 Mar 2016 16:52:30 +0000 |
parents | 93a87f26323c |
children | 760719986df3 |
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="index.html?url=example_eval/horizontal_example.xml" target="_blank">Horizontal interface test example</a></li> <li><a href="index.html?url=example_eval/radio_example.xml" target="_blank">Radio 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>