Skip to content

Commit

Permalink
Merge pull request #6453 from IQSS/4714-binder
Browse files Browse the repository at this point in the history
Binder now supports Dataverse DOIs #4714
  • Loading branch information
kcondon authored Dec 16, 2019
2 parents fc24c42 + 5ece2a2 commit 373d98f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/release-notes/4714-binder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mybinder.org now supports spinning up Jupyter Notebooks from Dataverse DOIs.
7 changes: 7 additions & 0 deletions doc/sphinx-guides/source/admin/integrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ Whole Tale
`import data from Dataverse
<https://wholetale.readthedocs.io/en/stable/users_guide/manage.html>`_ via identifier (e.g., DOI, URI, etc) or through the External Tools integration. For installation instructions, see the :doc:`external-tools` section or the `Integration <https://wholetale.readthedocs.io/en/stable/users_guide/integration.html#dataverse-external-tools>`_ section of the Whole Tale User Guide.

Binder
++++++

Researchers can launch Jupyter Notebooks, RStudio, and other computational environments by entering the DOI of a Dataverse dataset on https://mybinder.org

Institutions can self host BinderHub. Dataverse is one of the supported `repository providers <https://binderhub.readthedocs.io/en/latest/developer/repoproviders.html#supported-repoproviders>`_.

Discoverability
---------------

Expand Down
8 changes: 8 additions & 0 deletions doc/sphinx-guides/source/api/apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ Archivematica is an integrated suite of open-source tools for processing digital

https://github.com/artefactual/archivematica/tree/v1.9.2/src/MCPClient/lib/clientScripts

repo2docker
~~~~~~~~~~~

repo2docker is a command line tool that allows you to create and start a
Docker image from a code repository that follows the [reproducible executable environment specification](https://repo2docker.readthedocs.io/en/latest/specification.html). repo2docker supports Dataverse DOIs to find and retrieve datasets.

https://github.com/jupyter/repo2docker/blob/master/repo2docker/contentproviders/dataverse.py

Java
----

Expand Down

0 comments on commit 373d98f

Please sign in to comment.