-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
executable file
·151 lines (137 loc) · 5.2 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
---
layout: default
title: ESGF Home Page
---
<style type="text/css">
div.hero-unit {
position: relative;
z-index: 1;
}
div.hero-unit div.hero-bg {
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: .15;
background: url(media/images/esgf-modeling.png) center center no-repeat;
width: 100%;
height: 100%;
}
img {
max-height: 180px;
}
img.rd100 {
max-height: 180px;
max-width: 180px;
}
td.rd100 {
vertical-align: top;
}
div.span12 {
margin-bottom: 30px;
}
div.announcement {
background: none;
border: 1px solid #ccc;
border-radius: 0;
margin: auto;
margin-bottom: 20px;
padding: 15px 30px;
width: 75%;
}
div.announcement h3 {
margin: 0;
}
div.announcement p {
line-height: 1.2;
}
</style>
{% include hero.html %}
<div class="span12">
<h2>What is ESGF?</h2>
<table><tr><td class="rd100">
<img class="rd100" src="images/RND100.png"></td>
<td>
The Earth System Grid Federation (ESGF) Peer-to-Peer (P2P) enterprise system is
a collaboration that develops, deploys and maintains software infrastructure for
the management, dissemination, and analysis of model output and observational
data. ESGF's primary goal is to facilitate advancements in Earth System Science.
It is an interagency and international effort led by the Department of Energy (DOE),
and co-funded by National Aeronautics and Space Administration (NASA),
National Oceanic and Atmospheric Administration (NOAA), National Science Foundation (NSF),
and international laboratories such as the Max Planck Institute for Meteorology (MPI-M)
German Climate Computing Centre (DKRZ), the Australian National University (ANU)
National Computational Infrastructure (NCI), Institut Pierre-Simon Laplace (IPSL),
and the Centre for Environmental Data Analysis (CEDA). The ESGF mission is to:
<ul>
<li>Support current CMIP6 activities, and prepare for future assessments</li>
<li>Develop data and metadata facilities for inclusion of observations and reanalysis products for CMIP6 use
</li>
<li>Enhance and improve current climate research infrastructure capabilities through involvement of the software
development community and through adherence to sound software principles
</li>
<li>Foster collaboration across agency and political boundaries</li>
<li>Integrate and interoperate with other software designed to meet the objectives of ESGF: e.g., software
developed by NASA, NOAA, ESIP, and the European IS-INES
</li>
<li>Create software infrastructure and tools that facilitate scientific advancements</li>
</ul>
</td></tr></table>
<p>
ESGF P2P is a component architecture expressly designed to handle large-scale
data management for worldwide distribution. The team of computer scientists and
climate scientists has developed an operational system for serving climate data
from multiple locations and sources. Model simulations, satellite observations,
and reanalysis products are all being served from the ESGF P2P distributed data
archive.
</p>
<hr>
<h3> U.S. Sponsors</h3>
<div class="span12">
<div class="row">
<div class="span3">
<a target="_blank" href="https://www.energy.gov/">
<h4 class="muted">DOE</h4>
<img src="media/images/doe.svg" class="thumbnail">
</a>
</div>
<div class="span3">
<a target="_blank" href="http://www.nasa.gov">
<h4 class="muted">NASA</h4>
<img src="media/images/nasa.svg" class="thumbnail nasa">
</a>
</div>
<div class="span3">
<a target="_blank" href="http://www.noaa.gov">
<h4 class="muted">NOAA</h4>
<img src="media/images/noaa.svg" class="thumbnail">
</a>
</div>
<div class="span3">
<a target="_blank" href="http://www.nsf.gov">
<h4 class="muted">NSF</h4>
<img src="media/images/nsf.png" class="thumbnail">
</a>
</div>
</div>
</div>
<h3>European Sponsors Australian Sponsors</h3>
<div class="span12">
<div class="row">
<div class="span3">
<a target="_blank" href="https://is.enes.org">
<h4 class="muted">IS-ENES</h4>
<img src="media/images/IS-ENES2.png" class="thumbnail">
</a>
</div>
<div class="span3">
<a target="_blank" href="http://nci.org.au">
<h4 class="muted">NCI</h4>
<img src="media/images/NCI_logo.png" class="thumbnail">
</a>
</div>
</div>
</div>
</div>