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

[BUG] Prioritize or aggregate researcher roles for grants #641

Open
qjhart opened this issue Oct 26, 2024 · 3 comments
Open

[BUG] Prioritize or aggregate researcher roles for grants #641

qjhart opened this issue Oct 26, 2024 · 3 comments
Assignees

Comments

@qjhart
Copy link
Collaborator

qjhart commented Oct 26, 2024

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.

@qjhart
Copy link
Collaborator Author

qjhart commented Oct 26, 2024

@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.

image
image

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

@Vensberg
Copy link
Collaborator

Vensberg commented Nov 5, 2024

The existing grant roles per issue 309 are CoPrincipalInvestigator, PrincipalInvestigator, LeaderRole, ResearcherRole. Separately, we have Admin Role.
I thought the appearance in more than role happen in situations when a grant is renewed, and roles changed between renewals, but this is not the case in this example.
I propose the following prioritization: 1. PrincipalInvestigator 2. LeaderRole 3. CoPrincipalInvestigator 4. ResearcherRole where the top role only is shown.
@wrenaria , your thoughts?

@Vensberg Vensberg assigned wrenaria and UcDust and unassigned Vensberg Nov 6, 2024
@qjhart
Copy link
Collaborator Author

qjhart commented Nov 6, 2024

@UcDust can you see the above example of when there are mulitple relationships for the same user. Can you update the UI to show only one, in the order that @Vensberg has suggested. Be aware, this might change, but I'm pretty sure there will be only one entry for an expert reagrdless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants