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