-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add support for FundRef IDs #114
Comments
@hansioan this will go in as "fundrefid" (alongside "orcidid" and "gridid") |
@joncison thanks, I guess we also need a regex for this |
@hansioan I've searched for ages trying to find a syntax or guidelines ... I think a FundRef ID == "Funder ID" is just an ID of an entry in Crossref that happens to be a funder. In which case I think the DOI syntax applies. See https://www.crossref.org/education/member-setup/constructing-your-dois/ and https://www.crossref.org/education/member-setup/constructing-your-dois/tips-for-creating-a-doi-suffix/. So let's go with that ? |
Digging a bit further @hansioan, it's a DOI that has to have the prefix So the regex: |
@hansioan could you pls. paste a JSON style regex here? thanks. So I can update JSON schema + API usage guide. |
@joncison Based on the above regex you provided and what we currently have for DOIs in general, the final regex I will use is: |
see https://www.crossref.org/services/funder-registry/
equivalent to orcidid in
<credit>
elementThe text was updated successfully, but these errors were encountered: