forked from s-good/IQuOD.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
89 lines (84 loc) · 3.08 KB
/
links.html
File metadata and controls
89 lines (84 loc) · 3.08 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="author" content="">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" type="text/css" media="all" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="all" href="css/non-responsive.css">
<link rel="stylesheet" type="text/css" media="all" href="css/style.css">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/templates.js"></script>
</head>
<body>
<div id='nav' class="navbar navbar-inverse navbar-fixed-top" role="navigation"></div>
<div class="content">
<div class="container">
<center>
<table id="hor-minimalist-b" width="70%">
<tr>
<th>External Links</th>
<th></th>
</tr>
<tr>
<td>NOAA Ocean Climate Laboratoty</td>
<td style="text-align:center">
<a target="_blank" href="http://www.nodc.noaa.gov/about/oceanclimate.html">http://www.nodc.noaa.gov/about/oceanclimate.html</a>
</td>
</tr>
<tr>
<td>Global Temperature-Salinity Profile Program - GTSPP</td>
<td style="text-align:center">
<a target="_blank" href="http://www.nodc.noaa.gov/GTSPP/index.html">http://www.nodc.noaa.gov/GTSPP/index.html</a>
</td>
</tr>
<tr>
<td>Integrated Marine Observing System - IMOS</td>
<td style="text-align:center">
<a target="_blank" href="http://www.imos.org.au/">http://www.imos.org.au/</a>
</td>
</tr>
<tr>
<td>Commonwealth Scientific and Industrial Research Organisation - CSIRO</td>
<td style="text-align:center">
<a target="_blank" href="http://www.csiro.au/">http://www.csiro.au/</a>
</td>
</tr>
<tr>
<td>Bureau of Meteorology, Australia</td>
<td style="text-align:center">
<a target="_blank" href="http://www.bom.gov.au/">http://www.bom.gov.au/</a>
</td>
</tr>
<tr>
<td>NOAA Atlantic Oceanographic and Meteorological Laboratory</td>
<td style="text-align:center">
<a target="_blank" href="http://www.aoml.noaa.gov">http://www.aoml.noaa.gov</a>
</td>
</tr>
<tr>
<td>UK Met Office</td>
<td style="text-align:center">
<a target="_blank" href="https://www.metoffice.gov.uk/">https://www.metoffice.gov.uk/</a>
</td>
</tr> <tr>
<td>SCOR IQuoD Working Group 148</td>
<td style="text-align:center">
<a target="_blank" href="https://scor-int.org/group/148/">https://scor-int.org/group/148/</a>
</td>
</tr>
</table>
</center>
</div>
</div>
<div id="footer"></div>
<script>
// inject nav and footer
nav('nav', 'links')
footer('footer')
</script>
</body>
</html>