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

Add support for organization information #26

Open
briri opened this issue Mar 10, 2020 · 0 comments
Open

Add support for organization information #26

briri opened this issue Mar 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@briri
Copy link

briri commented Mar 10, 2020

We are in the process of adding organization identifiers to the DMPRoadmap codebase, specifically ROR and FundRef. It would be useful to somehow incorporate these into the Common Standard schema.

Perhaps something like:

"affiliation": {
  "name": "University of Virginia",
  "abbreviation": "UVA",
  "url": "https://www.virginia.edu",
  "affiliation_id":  {
     "type": "ror", 
     "identifier": "https://ror.org/0153tk833" 
  }
}

This could then:

  • be added to the contact and contributors as affiliation
  • replace the current name and funder_id on the funding object as funder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants