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 @@
- 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 :
- OAI endpoint : This is the URL of the OAI provider server on data provider site, which must be open for OAI-PMH read requests.
- OAI mdprefix : This is the OAI acronym for the metadata schema in which the provided XML records are coded in.
- OAI sets (optional) : It is recommended to group your records in subsets, because this simplifies the controlled harvesting.
+
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
-
- -
-
- If necessary, EUDAT will help the data providers to enable OAI-PMH harvesting of their metadata. Please check also module 02 of the B2FIND Training materials , 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 http://www.openarchives.org/OAI/openarchivesprotocol.html .
+ If necessary, EUDAT will help the data providers to enable OAI-PMH harvesting of their metadata. Please check also module 02 of the B2FIND Training materials , 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 http://www.openarchives.org/OAI/openarchivesprotocol.html .