-
Notifications
You must be signed in to change notification settings - Fork 1
/
specifications.html
70 lines (62 loc) · 2.46 KB
/
specifications.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
<!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>IQuOD Specifications list</th>
<th></th>
</tr>
<tr>
<td>Latest updates applied to IQuOD, Uncertainties Table 1 from Cowley et al, 2021 </td>
<td style="text-align:center">
<a target="_blank" href="Table1_updates.htm">[Table 1 updates]</a>
</td>
<tr>
<td>Latest updates applied to IQuOD, Uncertainties Table 2 from Cowley et al, 2021 </td>
<td style="text-align:center">
<a target="_blank" href="Table2_updates.htm">[Table 2 updates]</a>
</td>
<tr>
<td>Uncertainties Table 1 from Cowley et al, 2021 </td>
<td style="text-align:center">
<a target="_blank" href="Table1.htm">[Table 1]</a>
</td>
<tr>
<td>Uncertainties Table 2 from Cowley et al, 2021 </td>
<td style="text-align:center">
<a target="_blank" href="Table2.htm">[Table 2]</a>
</td>
<tr>
</table>
</center>
<p> Cowley, R., Killick, R. E., Boyer, T., Gouretski, V., Reseghetti, F., Kizu, S., Palmer, M. D., Cheng, L., Storto, A., le Menn, M., Simoncelli, S., Macdonald, A. M., & Domingues, C. M. (2021). International Quality-Controlled Ocean Database (IQuOD) v0.1: The Temperature Uncertainty Specification. <i>Frontiers in Marine Science</i>, <i>8</i>, 607. <a target="_blank" href="https://doi.org/10.3389/fmars.2021.689695">[https://doi.org/10.3389/fmars.2021.689695]</a>
</p>
</div>
</div>
<div id="footer"></div>
</body>
</html>
<script>
// inject nav and footer
nav('nav', 'specs')
footer('footer')
</script>
</body>
</html>