-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathindex.html
60 lines (53 loc) · 3.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; 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="" />
<!-- Load up the default core JS and CSS files-->
<link rel='stylesheet' type='text/css' href='css/core.css'>
<!-- Use jQuery hosted from Google CDN -->
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
<script type="text/javascript" src="js/showdown.min.js"></script>
<script type="text/javascript" src="js/jquery-2.1.4.js"></script>
<script type="text/javascript" src="js/loader.js"></script>
</head>
<body>
<div id='topLevelBody'>
<h1><a target="_blank" href="https://github.com/BrechtDeMan/WebAudioEvaluationTool">Web Audio Evaluation Toolbox (v1.2.3)</a></h1>
<h2>Start menu </h2>
<ul>
<li><a href="test.html?url=tests/examples/AB_example.xml" target="_blank">AB interface test example</a></li>
<li><a href="test.html?url=tests/examples/ABX_example.xml" target="_blank">ABX interface test example</a></li>
<li><a href="test.html?url=tests/examples/APE_example.xml" target="_blank">APE interface test example</a></li>
<li><a href="test.html?url=tests/examples/horizontal_example.xml" target="_blank">Horizontal interface test example</a></li>
<li><a href="test.html?url=tests/examples/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li>
<li><a href="test.html?url=tests/examples/ordinal_example.xml" target="_blank">Ordinal interface test example</a></li>
<li><a href="test.html?url=tests/examples/radio_example.xml" target="_blank">Radio interface test example</a></li>
<li><a href="test.html?url=tests/examples/timeline_example.xml" target="_blank">Timeline (waveform annotation) test example</a></li>
<li><a href="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>
<div id="popupHolder" class="popupHolder" style="visibility: hidden">
<div id="popupContent">
<div id="popupTitleHolder"></div>
<div id="popupResponse"></div>
</div>
<button id="popup-proceed" class="popupButton">Next</button>
<button id="popup-previous" class="popupButton">Back</button>
</div>
<div class="testHalt" style="visibility: hidden"></div>
<div id="footer"><a target="_blank" href="https://github.com/BrechtDeMan/WebAudioEvaluationTool">Web Audio Evaluation Toolbox (v1.2.3)</a></div>
</body>
</html>