-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
89 lines (79 loc) · 3.86 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
<!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" style="padding-top:0px;padding-left:0px;background:rgb(238, 233, 233);margin-top:68px">
<div class="container">
<div class="jumbotron" >
<h2>Our Goal</h2>
<p>To construct a climate-quality ocean temperature database using a consistent and unified Quality Control Standard</p>
<p><a href="about.html" class="btn btn-primary btn-md" role="button">Learn more »</a></p>
<p style="font-size:12px;text-align:right;margin:10px 0px -30px 0px;color:#6CA6CD">Photo by Alicia Navidad</p>
</div>
<center>
<table border=0px width="100%" style="background:white">
<td><center><h3>IQuOD activities are supported by:</h3></center></td>
<td>
<center><a target="_blank" href="http://www.clivar.org/clivar-panels/gsop"><img height=90px style="padding-top:0px;" src="images/clivar.png" alt="..."><br>CLIVAR GSOP</a></center>
</td>
<td>
<center><a target="_blank" href="http://www.iode.org/index.php?option=com_content&view=article&id=461&Itemid=100199"><img height=90px style="padding-top:0px;" src="images/ioc.png" alt="..."><br>IOC/IODE project</a></center>
</td>
<td>
<center><a target="_blank" href="https://scor-int.org/group/148/"><img height=90px style="padding-top:0px;" src="images/scar.png" alt="..."><br>SCOR working group 148</a></center>
</td>
</table>
</center>
</div>
<div class="col-xs-4">
<div class="thumbnail">
<div class="caption">
<center><h3 style="padding-top:0px">IQuOD 2023 Workshop</h3></center>
<p>The 2023 IQuOD SCOR WG 148 meeting will take place in Potsdam, Germany on the 10th and 11th July. For more information
<a href = "mailto: [email protected]"> contact us.</a></p>
</div>
</div>
</div>
<div class="col-xs-4">
<div class="thumbnail">
<div class="caption">
<center><h3>New publications!</h3></center>
<p>"Benchmarking of automatic quality control checks for ocean temperature profiles and recommendations for optimal sets" <a href="https://doi.org/10.3389/fmars.2022.1075510" target="_blank" rel="noopener noreferrer"> here.</a></p>
<p> And, "A new automatic quality control system for ocean profile observations and impact on ocean warming estimate" <a href="https://doi.org/10.1016/j.dsr.2022.103961" target="_blank" rel="noopener noreferrer">here. </a> </p>
<center></center>
</div>
</div>
</div>
<div class="col-xs-4">
<div class="thumbnail">
<div class="caption">
<center><h3>IQuOD v0.1 Release, 2018</h3></center>
<center><img style="padding-top:0px;border:1px solid gray" src="images/IQuODv0.1.png" alt="..."></center>
<b> The first release of the IQuOD database is now available!</b><br>
<p><a target="_blank" href="https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.nodc:0170893" class="btn btn-default" role="button">Go to Data</a></p>
</div>
</div>
</div>
</div>
</div>
<div id="footer"></div>
<script>
// inject nav and footer
nav('nav', 'home')
footer('footer')
</script>
</body>
</html>