Mercurial > hg > webaudioevaluationtool
comparison index.html @ 2269:64bdcd9ad9a4
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author | www-data <www-data@sucuk.dcs.qmul.ac.uk> |
---|---|
date | Wed, 20 Apr 2016 17:22:18 +0100 |
parents | 0c3111ca4566 |
children | e59327ebdb15 |
comparison
equal
deleted
inserted
replaced
2265:c8f05d753f12 | 2269:64bdcd9ad9a4 |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html lang="en"> | 2 <html lang="en"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8" /> | 4 <meta charset="utf-8" /> |
5 | 5 |
6 | 6 |
7 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame | 7 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame |
8 Remove this if you use the .htaccess --> | 8 Remove this if you use the .htaccess --> |
45 } | 45 } |
46 </script> | 46 </script> |
47 </head> | 47 </head> |
48 | 48 |
49 <body> | 49 <body> |
50 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded--> | |
51 <!-- Actual test interface design should be contained in the .js for ease of dynamic content--> | |
52 <div id='topLevelBody'> | 50 <div id='topLevelBody'> |
53 <span>Web Audio Evaluation Toolbox</span> | 51 <h1>Web Audio Evaluation Tool</h1> |
52 <h2>Start menu </h2> | |
53 <ul> | |
54 <li><a href="index.html?url=example_eval/project.xml" target="_blank">APE interface test example</a></li> | |
55 <li><a href="index.html?url=example_eval/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li> | |
56 <li><a href="index.html?url=example_eval/AB_example.xml" target="_blank">AB interface test example</a></li> | |
57 <li><a href="index.html?url=example_eval/horizontal_example.xml" target="_blank">Horizontal interface test example</a></li> | |
58 <li><a href="index.html?url=example_eval/radio_example.xml" target="_blank">Radio interface test example</a></li> | |
59 <li><a href="test_create/test_create.html" target="_blank">Test creator</a></li> | |
60 <li><a href="analyse.html" target="_blank">Analysis and diagnostics of results</a></li> | |
61 </ul> | |
62 <br> | |
63 <ul> | |
64 <li><a href="LICENSE.txt" target="_blank">License</a></li> | |
65 <li><a href="CITING.txt" target="_blank">Citing</a></li> | |
66 <li><a href="docs/Instructions/Instructions.pdf" target="_blank">Instructions</a></li> | |
67 </ul> | |
54 </div> | 68 </div> |
55 <div id="popupHolder" class="popupHolder" style="visibility: hidden; z-index: -1"> | 69 <div id="popupHolder" class="popupHolder" style="visibility: hidden; z-index: -1"> |
56 <div id="popupContent"> | 70 <div id="popupContent"> |
57 <div id="popupTitleHolder" style="text-align: center"> | 71 <div id="popupTitleHolder" style="text-align: center"> |
58 <span id="popupTitle"></span> | 72 <span id="popupTitle"></span> |