-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (89 loc) · 4.2 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=iso-8859-1" http-equiv="content-type">
<title>Animations, Auralizations, and Visualizations in Acoustics</title>
<link rel="StyleSheet" href="style.css" type="text/css">
</head>
<body>
<ul class="tabs">
<li><a class="active" href="acs_demos.html">Home</a></li>
<li><a href="diffraction/diffraction.html">Diffraction</a></li>
<li><a href="wave_animations/wave_animations.html">Waves</a></li>
<li><a href="room_modes/room_modes.html">Room Modes</a></li>
<li><a href="reverb_demo/reverb_demo.html">Reverb Time</a></li>
<li><a href="TL_demo/tl.html">Transmission</a></li>
<li><a href="noise_demo/noise_demo.html">Noise</a></li>
<li><a href="classroom/classroom.html">Classroom</a> </li>
<li><a href="hearing_loss/hearing_loss.html">Hearing Loss</a> </li>
</ul>
<div id="content">
<h1 style="font-family: Helvetica,Arial,sans-serif; text-align: center;">Animations, Auralization and Visualizations in Acoustics</h1>
<br>
<table style="text-align: left; margin-left: auto; margin-right: auto; width: 848px; height: 278px;" border="0" cellpadding="15" cellspacing="2">
<tr>
<td style="text-align: right;">
<h3> Animations and Visualizations</h3>
</td>
<td style="text-align: left; font-weight: bold;">
<a href="diffraction/diffraction.html">Diffraction</a>
<br><br>
<a href="wave_animations/wave_animations.html">Simple Waves</a>
<br><br>
<a href="room_modes/room_modes.html">Room Modes</a>
<br><br>
</td>
</tr>
<tr>
<td style="text-align: right;">
<h3>Auralizations</h3>
</td>
<td style="text-align: left; font-weight: bold;">
<a href="reverb_demo/reverb_demo.html">Reverberation Time</a>
<br><br>
<a href="TL_demo/tl.html">Transmission Loss and Speech Privacy</a>
<br><br>
<a href="classroom/classroom.html">Classroom Acoustics</a>
<br><br>
<a href="hearing_loss/hearing_loss.html">Hearing Loss</a>
</td>
</tr>
</table>
<br>
<br>
Some of the auralizations included here utilize copyrighted content which is used for educational purposes under Section 107 of the Copyright Act. As a result, this work has limited distribution and uncontrolled public access of those portions which include such copyrighted content is not allowed.
<br>
<table>
<tr>
<td>
<a rel="license" href="http://creativecommons.org/licenses/by-nc/2.5/">
<img alt="Creative Commons License" style="border-width: 0" src="http://i.creativecommons.org/l/by-nc/2.5/88x31.png"/></a>
</td>
<td id="links">
These animations, auralizations, and visualizations are © 2006 by Ralph T. Muehleisen and are licenced under a
<a rel="license" href="http://creativecommons.org/licenses/by-nc/2.5/">
Creative Commons Attribution-NonCommercial 2.5 License</a>.
</td>
</tr>
</table>
<!--/Creative Commons License--><!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<Work rdf:about="">
<license rdf:resource="http://creativecommons.org/licenses/by-nc/2.5/" />
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Sound" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-nc/2.5/">
<permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
<permits rdf:resource="http://web.resource.org/cc/Distribution"/>
<requires rdf:resource="http://web.resource.org/cc/Notice"/>
<requires rdf:resource="http://web.resource.org/cc/Attribution"/>
<prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/>
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
</License></rdf:RDF> -->
<!--Creative Commons License-->
</div>
</body>
</html>