-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
254 lines (243 loc) · 7.5 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HPDE.io <a href='https://spase-group.org/'>SPASE</a> landing pages.</title>
<style>
body {
padding: 0;
margin: 0;
font-family: Verdana, Arial, sans-serif;
font-size:14px;
line-height: 1.2;
}
h1 {
font-size: 140%;
}
h2 {
font-size: 120%;
}
h3 {
font-size: 110%;
font-style: oblique;
}
.middle: {
vertical-align: middle;
}
.middle a {
display: inline;
padding: 2px;
color: #fff;
}
.page {
top: 0;
left: 0;
width: 100%;
color: #0f0f0f;
}
.content {
padding: 15px;
}
.column {
float:left;
width: 42%;
padding: 1% 4% 2% 4%;
}
.row:after {
content: "";
display: table;
clear: both;
}
@media screen and (min-width: 980px) /* Desktop */ {
.column {
width: 42%;
}
}
@media screen and (max-width: 979px) /* Tablet */ {
.column {
width: 90%;
}
}
.header {
width:100%;
padding: 1em 10px 1em 10px;
color: #fff;
background: #5e87b0;
font-weight: bold;
text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/;
text-align: center;
font-size: 16px;
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
outline: 0 !important;
}
.footer {
clear: both;
position: fixed;
left: 0;
bottom: 0;
width:100%;
padding: 5px 10px 0px 10px;
color: #888;
border: 1px solid #b3b3b3 /*{c-bar-border}*/;
border-left-width: 0;
border-right-width: 0;
background: #eee /*{c-bar-background-color}*/;
font-weight: bold;
text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ #fff /*{c-bar-shadow-color}*/;
text-overflow: ellipsis;
overflow: hidden;
}
ul {
padding: 0;
}
li {
list-style: none;
padding: 0;
display: block;
text-overflow: ellipsis;
overflow: hidden;
/*white-space: nowrap;*/
font-weight: bold;
padding-bottom: 0.2em;
background: #f1f1f1;
box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
}
li:hover {
background-color: #e1e1e1;
}
li:last-child {
border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
}
a {
color: #1e1e1e;
cursor: pointer;
text-decoration: none;
display: block;
padding: .7em 15px;
}
a:visited {
color: #1e1e1e;
}
.arrow-right {
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 12px solid #a0a0a0;
float: right;
}
.arrow-left {
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid #a0a0a0;
float: left;
}
.puff {
font-size: 110%;
}
.list-divider {
color: #fff;
background: #5e87b0;
font-weight: bold;
text-align: center;
padding: .7em 15px;
border-top-right-radius: .6em /*{global-radii-blocks}*/;
border-top-left-radius: .6em /*{global-radii-blocks}*/;
}
.list-divider:hover {
background-color: #2e5790;
}
.list-divider a {
display: inline;
padding: 2px;
color: #fff;
}
.indent {
padding-left:20px;
}
.center {
text-align:center;
}
</style>
</head>
<body>
<div class="page">
<div class="header">
<div class="middle">HPDE.io <a href='https://spase-group.org/'>SPASE</a> landing pages.</div>
</div> <!-- /header -->
<div class="content">
<div class="row">
<div class="column">
<!-- content -->
<ul class="listview">
<li class="list-divider">HPDE.io <a href='https://spase-group.org/'>SPASE</a> landing pages.</li>
<li><a href="ASWS/index.html">ASWS - Australian Space Weather Services<span class="arrow-right"></span></a></li>
<li><a href="BaseModel.html">BaseModel.html<span class="arrow-right"></span></a></li>
<li><a href="CCMC/index.html">CCMC - Community Coordinated Modeling Center<span class="arrow-right"></span></a></li>
<li><a href="CNES/index.html">CNES - Centre National d'Etudes Spatiales<span class="arrow-right"></span></a></li>
<li><a href="CSA/index.html">CSA - Canadian Space Agency<span class="arrow-right"></span></a></li>
<li><a href="CSSDP/index.html">CSSDP - Canadian Space Science Data Portal<span class="arrow-right"></span></a></li>
<li><a href="DLR/index.html">DLR - Deutsches Zentrum für Luft- und Raumfahrt<span class="arrow-right"></span></a></li>
<li><a href="ESA/index.html">ESA - ESA and NASA missions<span class="arrow-right"></span></a></li>
<li><a href="GBO/index.html">GBO - Ground Based Observatories<span class="arrow-right"></span></a></li>
<li><a href="GMU/index.html">GMU - George Mason University<span class="arrow-right"></span></a></li>
<li><a href="HDO_copy.html">HDO_copy.html<span class="arrow-right"></span></a></li>
<li><a href="INAF/index.html">INAF - Istituto Nazionale Di Astrofisica<span class="arrow-right"></span></a></li>
<li><a href="INSU/index.html">INSU - Institut national des sciences de l'Univers<span class="arrow-right"></span></a></li>
<li><a href="ISWI/index.html">ISWI - International Space Weather Initiative<span class="arrow-right"></span></a></li>
<li><a href="IUGONET/index.html">IUGONET - Inter-university Upper atmosphere Global Observation NETwork<span class="arrow-right"></span></a></li>
<li><a href="JAXA/index.html">JAXA - Japan Aerospace Exploration Agency<span class="arrow-right"></span></a></li>
<li><a href="KASI/index.html">KASI - Korean Astronomy and Space Science Institute<span class="arrow-right"></span></a></li>
<li><a href="NagoyaU/index.html">NagoyaU - Nagoya University<span class="arrow-right"></span></a></li>
<li><a href="NASA/index.html">NASA - National Aeronautics and Space Administration<span class="arrow-right"></span></a></li>
<li><a href="NOAA/index.html">NOAA - National Oceanic and Atmospheric Administration<span class="arrow-right"></span></a></li>
<li><a href="NSF/index.html">NSF - National Science Foundation<span class="arrow-right"></span></a></li>
<li><a href="PT15S.html">PT15S.html<span class="arrow-right"></span></a></li>
<li><a href="SMWG/index.html">SMWG - SPASE Metadata Working Group<span class="arrow-right"></span></a></li>
<li><a href="UOULU/index.html">UOULU - University of Oulu<span class="arrow-right"></span></a></li>
</ul>
</div> <!-- content-primary -->
<div class="column">
<div id="homeheader">
<h1 class="center">SPASE</h1>
<center><p class="puff">Quick, uncluttered access to SPASE resource descriptions.</p></center>
</div>
<div>
<h4>What's a "landing page"?</h4>
<p>
Its a page which provides a description of a resource and links to things you can do with the resource.
</p>
</div>
<div>
<p>
The "hpde.io" web site is designed to work so that replacing "spase://"
with "https://hpde.io/" in any SPASE Resource ID and adding ".html" to the end
will get you to a landing page.
</p>
<p>
Links at hpde.io do not have parameters. To retrieve a particular format or form of a resource
use one of the supported file name extensions.
</p>
<h3>All Supported Extensions</h3>
<p class="indent">
<b>.xml</b> : Get a resource description in XML form<br/>
<b>.json</b> : Get a resource description in JSON form<br/>
<b>.html</b> : Get a formatted resource description<br/>
</p>
</div>
</div> <!-- content-secondary -->
</div> <!-- row -->
</div> <!-- content -->
<div class="footer">
<p>© 2020 Regents University of California</p>
</div> <!-- /footer -->
</div> <!-- /page -->
</body>
</html>