-
Notifications
You must be signed in to change notification settings - Fork 1
/
links.html
41 lines (39 loc) · 1.23 KB
/
links.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
<html>
<head>
<link rel=stylesheet type='text/css' href='css/screen.css' media='screen'/>
<link href="https://fonts.googleapis.com/css?family=Oswald:300,500|Dosis:400,500" rel="stylesheet">
<script src='js/script.js' ></script>
</head>
<body>
<div class=header>
<div class=logo>
Technical Site
</div>
<div class=topnav>
<ul>
<li><a href='index.html'>Home</a></li>
<li><a href='downloads.html'>Downloads</a></li>
<li><a href='resources.html'>Developer Resources</a></li>
<li><a href='links.html'>Links</a></li>
</ul>
</div>
</div>
<div class=content>
<h1> Links </h1>
<h2>OCA Alliance</h2>
<p>
Trade association promoting and evolving AES70.
<br>
<br>
<a rel=noopener target=_blank href='http://ocaalliance.com'>http://ocaalliance.com</a>
</p>
<h2>AES70 in the AES Journal</h2>
<p>
<i>The Open Control Architecture</i>,
<a rel=noopener target=_blank href='http://www.aes.org/journal/online/JAES_V61/4/'>JAES Volume 61 Issue 4 pp. 185-200; April 2013</a>
<br>
Comprehensive description of OCA features and mechanisms.
</p>
</div>
</body>
</html>