You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/sphinx-guides/source/api/native-api.rst
+12-7
Original file line number
Diff line number
Diff line change
@@ -5375,31 +5375,36 @@ Harvesting from DataCite
5375
5375
The following 2 options are **required** when harvesting from DataCite (https://oai.datacite.org/oai):
5376
5376
5377
5377
.. code-block:: bash
5378
-
"useOaiIdentifiersAsPids": true,
5379
-
"useListRecords": true,
5378
+
5379
+
"useOaiIdentifiersAsPids": true,
5380
+
"useListRecords": true,
5380
5381
5381
5382
There are two ways the ``set`` parameter can be used when harvesting from DataCite:
5382
5383
5383
5384
- DataCite maintains pre-configured OAI sets for every subscribing institution that registers DOIs with them. This can be used to harvest the entire set of metadata registered by this organization or school, etc. (this is identical to how the set parameter is used with any other standard OAI archive);
5384
5385
- As a unique, proprietary DataCite feature, it can be used to harvest virtually any arbitrary subset of records (potentially spanning different institutions and authorities, etc.). Any query that the DataCite search API understands can be used as an OAI set name (!). For example, the following search query finds one specific dataset:
0 commit comments