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/release-notes/10341-croissant.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ A new metadata export format called Croissant is now available as an external me
2
2
3
3
When enabled, Croissant replaces the Schema.org JSON-LD format in the `<head>` of dataset landing pages. For details, see the [Schema.org JSON-LD/Croissant Metadata](https://dataverse-guide--10533.org.readthedocs.build/en/10533/admin/discoverability.html#schema-org-head) under the discoverability section of the Admin Guide.
4
4
5
-
For more about the Croissant exporter, see https://github.com/gdcc/exporter-croissant and the [writeup](https://dataverse-guide--10533.org.readthedocs.build/en/10533/installation/advanced.html#croissant-croissant) in the guides.
5
+
For more about the Croissant exporter, see https://github.com/gdcc/exporter-croissant
6
6
7
7
For installation instructions, see [Enabling External Exporters](https://dataverse-guide--10533.org.readthedocs.build/en/10533/installation/advanced.html#enabling-external-exporters) in the Installation Guide.
Copy file name to clipboardExpand all lines: doc/sphinx-guides/source/installation/advanced.rst
+1-29
Original file line number
Diff line number
Diff line change
@@ -136,35 +136,7 @@ Use the :ref:`dataverse.spi.exporters.directory` configuration option to specify
136
136
Inventory of External Exporters
137
137
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
138
138
139
-
In the list below, the name of each exporter is followed by the machine-readable name in parentheses for use in APIs (see :ref:`export-dataset-metadata-api` in the API Guide).
140
-
141
-
Croissant (``croissant``)
142
-
~~~~~~~~~~~~~~~~~~~~~~~~~
143
-
144
-
`Croissant <https://github.com/mlcommons/croissant>`_ is oriented toward machine learning and exposes variable-level metadata. When enabled, it replaces the Schema.org JSON-LD shown in the ``<head>`` of a dataset page, as described under :ref:`schema.org-head` in the Admin Guide.
145
-
146
-
You can download the Croissant exporter JAR from the following locations:
The Maven Central landing page can be found at https://central.sonatype.com/artifact/io.gdcc.export/croissant
152
-
153
-
The source code and additional information can be found at https://github.com/gdcc/exporter-croissant where you are welcome to open issues and create pull requests.
154
-
155
-
Debug (``debug``)
156
-
~~~~~~~~~~~~~~~~~
157
-
158
-
The "Debug" exporter is intended to help developers of future external exporters. It produces a JSON file that contains all available formats that are available to exporter authors such as datasetJson, datasetORE, datasetSchemaDotOrg, etc.
159
-
160
-
You can download the Debug exporter JAR from the following locations:
The Maven Central landing page can be found at https://central.sonatype.com/artifact/io.gdcc.export/debug
166
-
167
-
The source code and additional information can be found at https://github.com/gdcc/exporter-debug where you are welcome to open issues and create pull requests.
139
+
For a list of external exporters, see the README at https://github.com/gdcc/dataverse-exporters
0 commit comments