-
Notifications
You must be signed in to change notification settings - Fork 501
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
Author/User Identifiers: Suggested Additions #1375
Comments
@eaquigley whats the best documentation to look at for DAI? http://en.wikipedia.org/wiki/Digital_Author_Identification |
@posixeleni I found this: https://wiki.surfnet.nl/display/standards/DAI but this would definitely be worth reaching out to the DANS partners to get more information for us to be able to implement it after 4.0 is done. |
See also: authorIdentifierScheme : Add "ResearcherID" as one of the option #3169 |
We at DANS are planning to add the DAI, but we could also add ResearcherID and ScopusID if that is a useful addition. |
@PaulBoon sounds good. Do you want me to assign this issue and #3169 to you and put them in the "Community Dev" column at https://github.com/orgs/IQSS/projects/2 ? |
@pdurbin Could you please assign this issue to me? And regarding this issue, I found some validation coder here:
I tried testing these validations for the various identifierScheme's but the validation doesn't seem to be active. Does this need to be turned on via a configuration option? |
@mderuijter good question. It looks like the only place that the ORCID regex is excercised in the live code is during the export of Schema.org JSON-LD here: Basically, if you don't provide a valid ORCID ID, it won't be added to the Schema.org JSON-LD output. It would be nice to use this validation much earlier, of course, such as when the user is entering their ORCID ID while creating their dataset. #5271 is related as is the comment at #4371 (comment) |
@pdurbin alright, thanks for clearing that up! My colleagues here at DANS would also be interested in using this validation earlier on. |
@mderuijter great! You are welcome to work on #5271 or you could create a new issue in your own words to describe the feature or bug fix you want. Sometimes we try to express issues as user stories... "As someone creating a dataset, I want assurance that my ORCID ID is in the right format." Something like that. 😄 |
…ions Fixed #1375 Author Identifier Additions
In addition to ORCID and ISNI, there has been user feedback on including Digital Author Identification. I'd imagine there might be some other ones as well. This ticket is to review which identifiers to add.
The text was updated successfully, but these errors were encountered: