huggingface / hub-docs

Docs of the Hugging Face Hub
http://hf.co/docs/hub
Apache License 2.0
268 stars 229 forks source link

Support Persistent Identifiers in DOI Registrations #1208

Open adambuttrick opened 7 months ago

adambuttrick commented 7 months ago

Is your feature request related to a problem? Please describe.

As a user, when registering a DOI for a model or dataset, it would be great to have the ability to be able to use the persistent identifiers supported in the DataCite schema when making the DOI registration.

Describe the solution you'd like Add the option to identify individuals with ORCID IDs or institutional creators and contributors with ROR IDs, as described here:

https://datacite-metadata-schema.readthedocs.io/en/4.5/properties/creator/

https://datacite-metadata-schema.readthedocs.io/en/4.5/properties/contributor/

ROR IDs can also be used to identify publishers and funders:

https://datacite-metadata-schema.readthedocs.io/en/4.5/properties/publisher/

https://datacite-metadata-schema.readthedocs.io/en/4.5/properties/fundingreference/

Additional context Other repository services provide this functionality (e.g. Zenodo) and in some cases, use of these values is mandated by institutional or funder policies.

Full disclosure: I work at Crossref on ROR, but am also a long time, happy Hugging Face user.

julien-c commented 7 months ago

cc'ing @Kakulukian and @cakiki for visibility, and also cross-linking to #453 and #25

egrace479 commented 1 month ago

This would be extremely helpful. We have chosen Hugging Face for publishing our data and models partly because we can generate DOIs for them, but the auto-generated citation never matches what we put in the README. This is concerning particularly when working with external collaborators, but is also just not helpful for proper citation in papers and such.