-
Notifications
You must be signed in to change notification settings - Fork 354
Added ORCID and Highest educational Institution fields to name correction template #5322
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
Conversation
Thanks for jumping on this so quickly! When processing current open requests, we are going to have to ask for this manually, or figure out an automated solution. |
I can try to use a combination of https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#list-repository-issues to get all the open issues and https://docs.github.com/en/rest/issues/comments?apiVersion=2022-11-28#create-an-issue-comment to create a comment for all open issues where the title includes "Author page" then automatically leave a comment asking for ORCID and affiliation. The only main problem I can imagine would be tracking who has and hasn't provided the information after the comment. |
That sounds great. I have a script that I used to close a number of requests when we switched to our automated system. I didn't check it in so I'll have to pull it from my other computer tonight. You can see bin/process_bulk_metadata.py for an example of how to use the Github module. |
Another idea: edit each issue description to create the fields as the template would have done, and then add a bot comment to request them to update that. That way it would be in a uniform location. |
Sounds good! I'll create a PR or two to test on and will run it after! |
While we're at it, what about a "name in another orthography" field? And maybe a checkbox to indicate if it is a RTL script. |
I would word this as |
I was thinking the purpose would also be to disambiguate names that are ambiguous in the Latin script (esp. Chinese names) |
The name script variant is optional so should be after required fields
Added the fields! |
I also have the script to edit existing Author Page issues and add a comment ready to run as soon as the template is finalized! |
@Azax4 one issue here is that it's a bit of an overkill that the fields are textareas instead of smaller text fields. Can you see if normal text fields are an option? That would be more suitable for this new information. |
Added ORCID and Hishest educational Institution fields to name correction template