Skip to content

Commit

Permalink
Add RO-Crate to guides #10744
Browse files Browse the repository at this point in the history
(Also add Croissant)
  • Loading branch information
pdurbin committed Aug 23, 2024
1 parent e06dc2f commit 7c6e783
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions doc/release-notes/10744-ro-crate-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## RO-Crate Support (Metadata Export)

Dataverse now supports [RO-Crate](https://www.researchobject.org/ro-crate/) in the sense that dataset metadata can be exported in that format. This functionality is not available out of the box but you can enable one or more RO-Crate exporters from the [list of external exporters](https://preview.guides.gdcc.io/en/develop/installation/advanced.html#inventory-of-external-exporters). See also #10744.
5 changes: 4 additions & 1 deletion doc/sphinx-guides/source/installation/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,10 @@ Use the :ref:`dataverse.spi.exporters.directory` configuration option to specify
Inventory of External Exporters
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

For a list of external exporters, see the README at https://github.com/gdcc/dataverse-exporters
For a list of external exporters, see the README at https://github.com/gdcc/dataverse-exporters. To highlight a few:

- Croissant
- RO-Crate

Developing New Exporters
^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
5 changes: 4 additions & 1 deletion doc/sphinx-guides/source/user/dataset-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ Once a dataset has been published, its metadata can be exported in a variety of
- OpenAIRE
- Schema.org JSON-LD

Additional formats can be enabled. See :ref:`inventory-of-external-exporters` in the Installation Guide.
Additional formats can be enabled. See :ref:`inventory-of-external-exporters` in the Installation Guide. To highlight a few:

- Croissant
- RO-Crate

Each of these metadata exports contains the metadata of the most recently published version of the dataset.

Expand Down

0 comments on commit 7c6e783

Please sign in to comment.