Skip to content

Commit

Permalink
Remove CP4DS text from web pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruth Petrie committed Oct 4, 2019
1 parent c4ffc56 commit ab4d85b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 34 deletions.
2 changes: 1 addition & 1 deletion qcapp/templates/qcapp/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</button>

<a class="navbar-brand" href="/">
CP4CDS Data Management Tool
Global climate projections data availability tool
</a>
</div>

Expand Down
4 changes: 2 additions & 2 deletions qcapp/templates/qcapp/data-availability.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h4 class="text-danger" align="center">Javascript has been disabled on this page
use this content.</h4>
</noscript>
<p class="large">
The data availability matrix filter allows users to search the CP4CDS database for one or more variables within
The data availability matrix filter allows users to search the CMIP5 subset for one or more variables within
one or more experiments simulataneously. By specifying a minimum ensemble size, each model returned as a
result of the search criteria must have at least the number of ensemble members specificed by the user.
</p>
Expand Down Expand Up @@ -158,4 +158,4 @@ <h3>Retrieving results&hellip;</h3>



{% endblock %}
{% endblock %}
23 changes: 4 additions & 19 deletions qcapp/templates/qcapp/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
<h3 class="panel-title">The Project</h3>
</div>
<div class="panel-body">
Climate Predictions for the Copernicus Climate Data Store (CP4CDS):
Providing an extended ESGF sub-system populated and configured to support the Copernicus Data Store
A subset of the CMIP5 data were quality controlled and made available to the C3S Climate Data Store.
</div>
</div>
</div>
Expand Down Expand Up @@ -69,7 +68,7 @@ <h3 class="panel-title">Model Details</h3>
<h3 class="panel-title">Data Availability Matrix</h3>
</div>
<div class="panel-body">
The data availability matrix filter allows users to search the CP4CDS database for one or more
The data availability matrix filter allows users to search the CMIP5 subset for one or more
variables within one or more experiments simulataneously. By specifying a minimum ensemble size,
each model returned as a result of the search criteria must have at least the number of ensemble
members specificed by the user.
Expand Down Expand Up @@ -112,23 +111,9 @@ <h4>Export</h4>
</div>
</div>
</div>
<div class="section" id="database">
<div class="panel panel-default anchor" id="database">
<div class="panel-heading" style="background: #971e35; color: white;">
<h3 class="panel-title">The Database</h3>
</div>
<div class="panel-body">
The data currently available through this application is linked to the alpha release of the data
that can be found at
<a href="https://cp4cds-index1.ceda.ac.uk/projects/cp4cds_ceda/">https://cp4cds-index1.ceda.ac.uk/projects/cp4cds_ceda/</a>.
<br>
<br>
Current release: {{ version }}
</div>
</div>
</div>

</div>
</div>


{% endblock %}
{% endblock %}
18 changes: 6 additions & 12 deletions qcapp/templates/qcapp/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,17 @@

<div class="row">
<p class="large">
This is the Climate Projections for the Copernicus Climate Data Store (CP4CDS) Data Management Tool. The
Copernicus Climate Change Service (C3S) funded projects aims to quality control a subset of CMIP5 data
and make this available through the Earth System Grid Federation (ESGF) to the climate data store. The
information currently provided by this tool is that of data availability.
This a data availability tool for Global Climate Projections provided to the Copernicus
Climate Data store. The
Copernicus Climate Change Service (C3S) Climate Data Store make available a quality controlled subset of CMIP5 data.
This tool allows users to see what data is available.
</p>
<p class="large">
A user can interrogate the data by variable or model. A more complex query can submitted using
the data availability matrix. The data availability matrix filter allows users to search the CP4CDS database for one or more
the data availability matrix. The data availability matrix filter allows users to search the CMIP5 subset for one or more
variables within one or more experiments simulataneously.
</p>
<p class="large">
The data currently available through this application is linked to the alpha release of the data that
can be found at <a href="https://cp4cds-index1.ceda.ac.uk/projects/cp4cds_ceda/">https://cp4cds-index1.ceda.ac.uk/projects/cp4cds_ceda/</a>.
</p>
<p class="large">
Current release: alpha-1
</p>

</div>


Expand Down

0 comments on commit ab4d85b

Please sign in to comment.