-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
30 lines (28 loc) · 939 Bytes
/
about.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
<html>
<head>
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="https://audioblast.org/ab-api.css">
<title>WildlifeSystems: About the project</title>
</head>
<body>
<div id="title">
<a href="/">
<img src="https://cdn.audioblast.org/wildlifesystems_flash.png"
alt="WildlifeSytems flash logo"
class="audioblast-flash" /></a>
<h1>WildlifeSystems</h1>
<div id="menu">
<h2>WildlifeSystems: About the project</h2>
</div>
</div>
<h2>Design philosophy</h2>
<p>These articles provide some of the philosophy behind the design and engineering choices of the project.</p>
<ul>
<li>
<a href="https://edwbaker.medium.com/sensor-networks-1-abstracting-heterogeneity-319c0c41c9fa">
Sensor networks 1: abstracting heterogeneity
</a>
</li>
</ul>
</body>
</html>