To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / demo.html
History | View | Annotate | Download (1.68 KB)
| 1 |
<!DOCTYPE html>
|
|---|---|
| 2 |
<html lang="en"> |
| 3 |
<head>
|
| 4 |
<meta charset="utf-8" /> |
| 5 |
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
|
| 6 |
Remove this if you use the .htaccess -->
|
| 7 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
| 8 |
|
| 9 |
<title>Web Audio Evaluation Tool</title> |
| 10 |
<meta name="description" content="" /> |
| 11 |
<meta name="author" content="" /> |
| 12 |
|
| 13 |
<!-- Use jQuery hosted from Google CDN -->
|
| 14 |
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
|
| 15 |
<script src="jquery-2.1.4.js"></script> |
| 16 |
</head>
|
| 17 |
|
| 18 |
<body>
|
| 19 |
<div id='topLevelBody'> |
| 20 |
<h1>Web Audio Evaluation Tool</h1> |
| 21 |
<h2>Start menu </h2> |
| 22 |
<ul>
|
| 23 |
<li><a href="index.html?url=example_eval/project.xml" target="_blank">APE interface test example</a></li> |
| 24 |
<li><a href="index.html?url=example_eval/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li> |
| 25 |
<li><a href="index.html?url=example_eval/AB_example.xml" target="_blank">AB interface test example</a></li> |
| 26 |
<li><a href="index.html?url=example_eval/horizontal_example.xml" target="_blank">Horizontal interface test example</a></li> |
| 27 |
<li><a href="index.html?url=example_eval/radio_example.xml" target="_blank">Radio interface test example</a></li> |
| 28 |
<li><a href="test_create/test_create.html" target="_blank">Test creator</a></li> |
| 29 |
<li><a href="analyse.html" target="_blank">Analysis and diagnostics of results</a></li> |
| 30 |
</ul>
|
| 31 |
<br>
|
| 32 |
<ul>
|
| 33 |
<li><a href="LICENSE.txt" target="_blank">License</a></li> |
| 34 |
<li><a href="CITING.txt" target="_blank">Citing</a></li> |
| 35 |
<li><a href="docs/Instructions/Instructions.pdf" target="_blank">Instructions</a></li> |
| 36 |
</ul>
|
| 37 |
</div>
|
| 38 |
</body>
|
| 39 |
</html>
|