-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BUG] Prioritize or aggregate researcher roles for grants #641
Comments
@Vensberg - this researcher has two relationships to this grant.. "name": "UC DAVIS CLINICAL AND TRANSLATIONAL SCIENCE CENTER",
"@id": "ark:/87287/d7c08j/grant/K373D50",
"relatedBy": [
{
"inheres_in": "expert/Qn8V0Aj5",
"relates": [
"ark:/87287/d7c08j/grant/K373D50",
"expert/Qn8V0Aj5"
],
"@type": [
"GrantRole",
"PrincipalInvestigatorRole"
],
"@id": "ark:/87287/d7mh2m/14591712",
"is-visible": true
},
{
"inheres_in": "expert/Qn8V0Aj5",
"relates": [
"ark:/87287/d7c08j/grant/K373D50",
"expert/Qn8V0Aj5"
],
"@type": [
"GrantRole",
"ResearcherRole"
],
"@id": "ark:/87287/d7mh2m/6183460",
"is-visible": true
} The researcher role was added by dimensions, not by us. These can't be combined, because they have different visibilities potentially. @Vensberg decide (w/ Kimmy?) if you want all roles or you somehow want to prioritize them, add to this and reassign me, and I'll assign to @UcDust after we have a plan |
The existing grant roles per issue 309 are CoPrincipalInvestigator, PrincipalInvestigator, LeaderRole, ResearcherRole. Separately, we have Admin Role. |
Expert /Qn8V0Aj5 is listed as a researcher on his profile for this grant UC DAVIS CLINICAL AND TRANSLATIONAL SCIENCE CENTER, 2021-2026, but he is the PI according to Elements. The grant landing page correctly identifies him as the PI, so the only issue is how the data gets translated to the profile.
The text was updated successfully, but these errors were encountered: