-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
50 lines (46 loc) · 1.76 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>HiSPARC - jSparc</title>
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/common.css">
<link rel="stylesheet" href="styles/index.css">
</head>
<body>
<div id="container">
<div id="header"><div id="pageHeader"></div></div>
<div id="content">
<h2>Web apps</h2>
<h3>Analysis sessions</h3>
<p>
<a href="jsparc.html">Analysis software</a>
</p>
<h3>Data access</h3>
<p>
<a href="data_retrieval.html">Data retrieval</a><br>
<a href="station_distances.html">Station distances</a><br>
<a href="api_interface.html">API interface</a><br>
<a href="event-display/index.html">Event display</a>
</p>
<h3>Simulations</h3>
<p>
<a href="trigger_simulation.html">Trigger simulation</a><br>
<a href="station_simulation.html">Station simulation</a>
</p>
</div>
<div id="docs-content">
<h2>Documentation</h2>
<p>
<a href="https://docs.hisparc.nl/">HiSPARC documentation</a><br>
<a href="https://docs.hisparc.nl/jsparc/">jSparc documentation</a>
</p>
<h2>Homepages</h2>
<p>
<a href="https://www.hisparc.nl">HiSPARC.nl</a><br>
<a href="https://data.hisparc.nl">Public Database</a>
</p>
</div>
</div>
</body>
</html>