From 5ddc08f8eee27c50994a17f75cb7be64050b07f1 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Wed, 23 Oct 2024 10:16:15 -0400 Subject: [PATCH] add Dataverse to list of integrations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1f60ab2..eefedf45 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Here is an extremely simple example of the Croissant format, with comments showi - Via a `Croissant` tag button on the dataset's page (ex: ) - Via their API (ex: ) - [TFDS](https://www.tensorflow.org/datasets/overview) has a [`CroissantBuilder`](https://www.tensorflow.org/datasets/format_specific_dataset_builders#croissantbuilder) to transform any JSON-LD file into a TFDS dataset, which makes it possible to load the data into TensorFlow, JAX and PyTorch. +- [Dataverse](https://dataverse.org) offers an [addon](https://github.com/gdcc/exporter-croissant) to export datasets in Croissant format and embed Croissant directly in the HTML of dataset landing pages. ## Licensing