Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support Handles (similar to DOIs) #1391

Open
pdurbin opened this issue Dec 17, 2024 · 1 comment
Open

support Handles (similar to DOIs) #1391

pdurbin opened this issue Dec 17, 2024 · 1 comment

Comments

@pdurbin
Copy link
Contributor

pdurbin commented Dec 17, 2024

Proposed change

Support Handles (similar to DOIs)

That is, perhaps something like this should work:

jupyter-repo2docker hdl:11529/10549105

However, I'm not sure if you want https://mybinder.org/v2/dataverse/11529/10549105 to work? 🤔 Right now DOIs are assumed. As a URL https://mybinder.org/v2/hdl:11529/10549105 makes more sense to me.

Alternative options

From the command line, using the full URL works:

jupyter-repo2docker 'https://data.cimmyt.org/dataset.xhtml?persistentId=hdl:11529/10549105'

Who would use this feature?

I'm not 100% sure this feature would be used but last I checked the following Dataverse installations use Handles instead of DOIs

Perhaps some of them would like to use Binder. 🤷

How much effort will adding it take?

Not sure.

Who can do this work?

Someone who knows Python.

@yuvipanda
Copy link
Collaborator

While doing #1390, I realize that our DoiProvider is actually a HandleProvider because doi.org resolves all handles, not just DOIs! So the lift here is not super high.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants