Skip to content

Commit

Permalink
Merge branch 'release-0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
drewpotter committed Jul 23, 2018
2 parents ad0ff27 + e5580d3 commit 745f9ff
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### 0.1.1

**Update the logo:**

* Updated the UN Environment WCMC logo in white.


### 0.1.0

**Update the about page:**

* Added updated contact details and links on about the about page.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/home/header.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ header
background: $blue
color: white
font-size: 17px
padding: .65em 1.5em
padding: 1.0em 1.5em
height: 60px
margin: 0
z-index: 5
Expand All @@ -18,8 +18,8 @@ header


@media #{$retina}
background-image: image-url('logo@2x.png')
background-size: 75px 38px
background: url('https://s3.amazonaws.com/wcmc.logo/UN-Environment-WCMC+logo+2017+white.svg') no-repeat
background-size: 75px 25px

a
color: white
Expand Down
4 changes: 2 additions & 2 deletions app/views/static_contents/about.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

<p><b><i>Are we missing data?</b></i> We welcome feedback and contributions of additional or corrected datasets. Please contact us at <a href="mailto:[email protected]">[email protected]</a>.</p>

<p><b><i>What resources are available?</b></i> We encourage data users to read the <a href="http://wcmc.io/MarineDataManual"><i>Manual of marine and coastal datasets of biodiversity importance</i></a> as an introduction to the various challenges, gaps and limitations which can be presented by coastal and marine datasets, and particularly by those at the global scale. This manual also provides a list of 128 known datasets, database, and data portals containing marine and coastal data of biodiversity importance (Annex 2, pp. 32-42). <b>If you have suggestions of how this manual could be improved, or of additional marine and coastal data sources, please contact <a href="mailto:[email protected]">Lauren Weatherdon</a> and <a href="mailto:corinne.martin@unep-wcmc.org">Corinne Martin</a>.</b></p>
<p><b><i>What resources are available?</b></i> We encourage data users to read the <a href="http://www.wcmc.io/atlasmanual"><i>Ocean+ Habitats User Manual</i></a> as an introduction to the various challenges, gaps and limitations that can be presented by coastal and marine datasets, and particularly by those at the global scale. Data users may also be interested in the <a href="https://data.oceanplus.org/">Ocean+ Data</a> website, which provides a list of more than 180 known datasets, database, and data portals containing marine and coastal data and information of biodiversity importance. If you have suggestions of how this site could be improved, or would like to suggest additional marine and coastal data sources, please contact <a href="mailto:[email protected]">Lauren Weatherdon</a>, <a href="mailto:Juliette.Martin@unep-wcmc.org">Juliette Martin</a> or <a href="mailto:[email protected]">Osgur McDermott Long</a></b></p>

<h2>Frequently Asked Questions</h2>

<p><b><i> What are the requirements for using these datasets?</b></i> <b>Please note that data users are obliged to cite the datasets they use, as outlined on the ‘dataset detail’ pages and in the associated ‘metadata’ sheets.</b> Users should also review the terms and conditions of use for each dataset before downloading.</p>

<p><b><i>How can I search for datasets?</b></i> The ‘search and filter’ panel allows users to select datasets by keywords, publication dates, categories, formats or data types, and geographical ranges. Click on ‘reset’ to clear all filters and view the full list of datasets.</p>

<p><b><i>Where can I view a list of all datasets on the Ocean Data Viewer?</b></i> A list of datasets can be downloaded from the following link: <a href="http://wcmc.io/ODV_data">http://wcmc.io/ODV_data</a>. For a more detailed resource of known marine and coastal datasets globally, please see <a href="http://wcmc.io/MarineDataManual">Annex 2</a> of the <i>Manual of marine and coastal datasets of biodiversity importance</i> (pp. 32-42).</p>
<p><b><i>Where can I view a list of all datasets on the Ocean Data Viewer?</b></i> A list of datasets can be downloaded from the following link: <a href="http://wcmc.io/ODV_data">http://wcmc.io/ODV_data</a>. A more detailed list of known marine and coastal data resources globally can be found at <a href="http://data.oceanplus.org/">Ocean+ Data</a>.

<p><b><i>Can I view multiple datasets at once?</b></i> More than one dataset may be selected, with the order of appearance depending on the order of selection. For example, if the user wishes to see ‘mangroves’ on top of ‘protected areas,’ then the ‘protected areas’ layer should be selected first, followed by the ‘mangroves’ layer.</p>

Expand Down

0 comments on commit 745f9ff

Please sign in to comment.