From afa4db5a8ec87b318107e836490f0d16bc249592 Mon Sep 17 00:00:00 2001 From: Sherry Lake Date: Mon, 10 Oct 2022 15:52:02 -0400 Subject: [PATCH 1/2] Fixes #5840 --- doc/sphinx-guides/source/admin/harvestserver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/admin/harvestserver.rst b/doc/sphinx-guides/source/admin/harvestserver.rst index 4e3f6ac0038..88004d9dc5f 100644 --- a/doc/sphinx-guides/source/admin/harvestserver.rst +++ b/doc/sphinx-guides/source/admin/harvestserver.rst @@ -26,7 +26,7 @@ The email portion of :ref:`systemEmail` will be visible via OAI-PMH (from the "I How does it work? ----------------- -Only the published, unrestricted datasets in your Dataverse installation can +Only the published datasets in your Dataverse installation can be made harvestable. Remote clients normally keep their records in sync through scheduled incremental updates, daily or weekly, thus minimizing the load on your server. Note that it is only the metadata From 2121b9e05e14fcfc15318372107be5c79be19ada Mon Sep 17 00:00:00 2001 From: Sherry Lake Date: Mon, 10 Oct 2022 16:28:33 -0400 Subject: [PATCH 2/2] add table of contents --- .../source/developers/dataset-semantic-metadata-api.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/sphinx-guides/source/developers/dataset-semantic-metadata-api.rst b/doc/sphinx-guides/source/developers/dataset-semantic-metadata-api.rst index 7abae535276..064cdaa8b89 100644 --- a/doc/sphinx-guides/source/developers/dataset-semantic-metadata-api.rst +++ b/doc/sphinx-guides/source/developers/dataset-semantic-metadata-api.rst @@ -1,6 +1,9 @@ Dataset Semantic Metadata API ============================= +.. contents:: |toctitle| + :local: + The OAI_ORE metadata export format represents Dataset metadata using json-ld (see the :doc:`/admin/metadataexport` section). As part of an RDA-supported effort to allow import of Datasets exported as Bags with an included OAI_ORE metadata file, an experimental API has been created that provides a json-ld alternative to the v1.0 API calls to get/set/delete Dataset metadata in the :doc:`/api/native-api`.