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

Feature Request/Idea: Allow ORCID and ROR to be used together in author field #10711

Closed
qqmyers opened this issue Jul 21, 2024 · 3 comments · Fixed by #10712
Closed

Feature Request/Idea: Allow ORCID and ROR to be used together in author field #10711

qqmyers opened this issue Jul 21, 2024 · 3 comments · Fixed by #10712
Labels
Type: Feature a feature request
Milestone

Comments

@qqmyers
Copy link
Member

qqmyers commented Jul 21, 2024

Overview of the Feature Request
Using External vocabulary scripts in the citation author field has several slight differences from other examples we've had before:

  • While ORCID nominally can have affiliation info, it sounds like the freedom to select affiliation manually is desired, which means the ORCID script needs to manage the name and idType fields while adding the ORCID to the identifier field, and the ROR script has to handle the affiliation field
  • Since the name field exists, it makes more sense for the ORCID script to put plain text values there rather than in the identifier field (as our one-field demos have done) - this means that the identifier field is not included in the display by Dataverse (since it has no value) and hence there's no field for the ORCID script to find
  • the idType is an internal cvv field which uses a select element rather than an input
  • The identifier field is the last of 4 fields, but we want the person name to appear before the affiliation
  • When no ORICD exists for a person, we want to show the idType/identifier fields so others can be entered.
  • ORCID and ROR have logos which can be included, but need to be styled

Much of this can be handled by changes to the scripts themselves (See #22), but some aspects require Dataverse changes:

  • Dataverse needs to show a child as a managed field if one is configured but only if the term-uri field has a value
  • Managed internal CVV fields need to be marked with the data-cvoc-managedfield attribute
  • Styling for drop-down lists needs to apply to ORCID/ROR inputs and display of ORCID/ROR images needs to be styled.

What kind of user is the feature intended for?
(Example users roles: API User, Curator, Depositor, Guest, Superuser, Sysadmin)

What inspired the request?
Work at QDR to deploy ORCID and ROR

What existing behavior do you want changed?

Any brand new behavior do you want to add to Dataverse?

Any open or closed issues related to this feature request?

@jggautier
Copy link
Contributor

Just a heads up that as it's redesigning the Author field and other fields that describe people and organizations, the UX WG is working on many of these points you raised @qqmyers. I don't fully understand some of the points, but it looks like the desired outcomes of them are very similar.

@qqmyers
Copy link
Member Author

qqmyers commented Sep 12, 2024

~yes. This particular issue and #10712 are generic improvements to the external vocabulary mechanism to address cases where we might want two scripts managing different child fields (as with author/affiliation). It does not make changes to the author field or subfields.

That said, external vocab #22 includes updated ROR and ORCID scripts that take advantage of the improvements to allow ORCID/ROR use in the author field as shown in one of the new README.md examples. I think that's consistent with the UX discussion.

Somewhat independent of that, #10632 is also capable of detecting ORCIDs and RORs in the author field, and RORs in the grantNumberAgency field (regardless of whether they are typed in or the external vocab scripts are used) and sends the identifiers to DataCite.

All of that is nominally prioritized to get into v6.4, so hopefully it can become a new baseline context for what to prioritize next in pursuing PID support and further author/affiliation changes.

@jggautier
Copy link
Contributor

Thanks @qqmyers! What you wrote in the README.md is really helpful for clarifying what the associated PR at #10712 will do. We'll check it out as we're working on the redesign of the Citation block's author field and other fields.

@pdurbin pdurbin added this to the 6.4 milestone Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature a feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants