Skip to content

Commit

Permalink
Remove seadatanet example for CSW from OAI section
Browse files Browse the repository at this point in the history
  • Loading branch information
hwidmann committed Jan 31, 2018
1 parent 50bf32e commit 60d33fd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ckanext/b2find/templates/ckanext/guidelines/harvesting.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,13 @@ <h3><a name="oai-pmh">OAI-PMH</a></h3>
</ul>

<h4>Example</h4>
To harvest all Dublincore (OAI mdprefix is <em>oai_dc</em>) from the subset <em>ANDS-Centre_1</em> of the OAI provider of DataCite (<em>oai.datacite.org/oai</em>),we submit a HTTP request with the ‘verb’ <em>ListRecords</em> and the following OAI options set :


<p>To harvest all Dublincore (OAI mdprefix is <em>oai_dc</em>) from the subset <em>ANDS-Centre_1</em> of the OAI provider of DataCite (<em>oai.datacite.org/oai</em>),we submit a HTTP request with the ‘verb’ <em>ListRecords</em> and the following OAI options set :
<code>https://oai.datacite.org/oai?verb=ListRecords&metadataPrefix=oai_dc&set=ANDS.CENTRE-1</code>

<ul>
<li>

<p>The community Seadatanet ( see seadatanet.org ) exposes georeferenced metadata via the base geonetwork portal with URL endpoint http://sextant.ifremer.fr/geonetwork/srv/fre/csw-SEADATANET . To retrieve the ISO19139 XML records (namespace specification gmd:MD_Metadata ) B2FIND submits a GetRecords request as follows :
http://sextant.ifremer.fr/geonetwork/srv/fre/csw-SEADATANET?SERVICE=CSW&REQUEST=GetRecords&VERSION=2.0.2&typeNames=gmd:MD_Metadata
If necessary, EUDAT will help the data providers to enable OAI-PMH harvesting of their metadata. Please check also module 02 of the <href="..." > B2FIND Training materials </a>, where you find a step by step guide to setup and configure an OAI server. For a detailed documentation of the OAI-PMH protocoal we refer to <a href="http://www.openarchives.org/OAI/openarchivesprotocol.html" > http://www.openarchives.org/OAI/openarchivesprotocol.html </a> .</p>
If necessary, EUDAT will help the data providers to enable OAI-PMH harvesting of their metadata. Please check also module 02 of the <href="..." > B2FIND Training materials </a>, where you find a step by step guide to setup and configure an OAI server. For a detailed documentation of the OAI-PMH protocoal we refer to <a href="http://www.openarchives.org/OAI/openarchivesprotocol.html" > http://www.openarchives.org/OAI/openarchivesprotocol.html </a> .</p>

<h3><a name="json-api">JSON-API</a></h3>

Expand Down

0 comments on commit 60d33fd

Please sign in to comment.