From ee3c94e8057e908e6b533455676076ea515fa062 Mon Sep 17 00:00:00 2001 From: hwidmann Date: Wed, 31 Jan 2018 11:53:57 +0100 Subject: [PATCH] Formatting --- .../b2find/templates/ckanext/guidelines/harvesting.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ckanext/b2find/templates/ckanext/guidelines/harvesting.html b/ckanext/b2find/templates/ckanext/guidelines/harvesting.html index d7cb9b8..4e80a44 100644 --- a/ckanext/b2find/templates/ckanext/guidelines/harvesting.html +++ b/ckanext/b2find/templates/ckanext/guidelines/harvesting.html @@ -25,21 +25,19 @@

Harvesting channels

OAI-PMH

- OAI-PMH is the metadata harvesting protocol preferably used by EUDAT-B2FIND to fetch metadata directly from the data providers within research communities. The simplicity of the protocol allows a controlled and easy to manage transfer of metadata and only little information must be provided to enable B2FIND to perform the harvesting process : +

OAI-PMH is the metadata harvesting protocol preferably used by EUDAT-B2FIND to fetch metadata directly from the data providers within research communities. The simplicity of the protocol allows a controlled and easy to manage transfer of metadata and only little information must be provided to enable B2FIND to perform the harvesting process :

+

Example

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