-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (51 loc) · 3.84 KB
/
index.html
File metadata and controls
65 lines (51 loc) · 3.84 KB
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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,400i|IBM+Plex+Sans:100,100i,500&subset=latin-ext" rel="stylesheet">
<link href="assets/dist/css/normalize.css" rel="stylesheet">
<link href="assets/dist/css/main.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.13.0/d3.min.js">
</script>
<title>ROSE | OSO </title>
<meta name="description" content="The Open Space Observatory work for The Future Starts Here exhibition, entitled Rose, provides a view into the data received from the open source satellite ground station network, SatNOGS." />
<meta name="keywords" content="satnogs, libre space foundation, satellites, ground stations, victoria and albert museum, open space observatory, open source, floss, open hardware, space, technology" />
<meta name="image" content="assets/dist/img/logo_bg.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="ROSE | OSO">
<meta property="og:description" content="The Open Space Observatory work for The Future Starts Here exhibition provides a view into data received by the open source satellite ground station network, SatNOGS.">
<meta property="og:image" content="https://rose.openspaceobservatory.org/assets/dist/img/logo_bg.jpg">
<meta property="og:url" content="https://rose.openspaceobservatory.org">
<link rel="shortcut icon" href="assets/dist/img/favicon.png">
</head>
<body>
<div id="landing">
<h1>
ROSE.OPENSPACEOBSERVATORY.ORG
</h1>
<h1 class="mobile">
ROSE.<br>OPENSPACE<br>OBSERVATORY.<br>ORG
</h1>
<p>
<em>A rose window is often used as a generic term applied to a circular window, but is especially used for those divided into segments by stone mullions and tracery, with simple spokes radiating from a central opening.</em>
</p>
<img src="assets/dist/img/constellations/0.svg">
<p>
The <em>Open Space Observatory</em> work for <a href="https://www.vam.ac.uk/exhibitions/the-future-starts-here" target="_blank">The Future Starts Here</a> exhibition provides a view into data received by the open source satellite ground station network, <a href="https://satnogs.org/" target="_blank">SatNOGS</a>. With over 20 stations distributed globally, the decentralized network of ground stations submits satellite telemetry and meterological data to a standardized, open <a href="https://db.satnogs.org/" target="_blank">platform</a>.
</p>
<p>
The installation captures real-time data from the constellation of Low Earth orbit satellites tracked by the ground stations—a decentralized window into critical and newly accessible infrastructure.
</p>
<a href="https://network.satnogs.org/stations/21/" target="_blank"><img class="station-img" src="assets/dist/img/avia.jpg"></a>
<h3>Contributors</h3>
<p>
The <em>Open Space Observatory</em> installation is by <a href="https://twitter.com/louiscenter/" target="_blank">Louis Center</a>, <a href="https://twitter.com/ikasliwal/" target="_blank">Isha Kasliwal</a>, <a href="https://twitter.com/keikreutler" target="_blank">Kei Kreutler</a>, <a href="https://twitter.com/kohwi" target="_blank">Cory Levinson</a>, and <a href="https://twitter.com/edouerd" target="_blank">Édouard A. Urcades.</a>
</p>
<p>
The accompanying SatNOGS, located on the <a href="https://network.satnogs.org/stations/86/" target="_blank">roof of the Victoria & Albert Museum</a>, London, UK, was installed by the SatNOGS (<a href="https://libre.space/" target="_blank">Libre Space Foundation</a>) team.
</p>
<!-- <p>
This work was commissioned by the <a href="https://www.vam.ac.uk/" target="_blank">Victoria & Albert Museum</a>, London, UK. Special thanks to all involved in the concept development and installation.
</p>-->
</div>
</body>
</html>