-
Notifications
You must be signed in to change notification settings - Fork 38
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
The CR Open Funder Registry is migrating to ROR #5596
Comments
previously we updated the "Add Funding Agency" functionality to include the Open Fuding Registry maintained by Crossref |
@MSDrao here is the class that will need migrations: And here is an example migration to use as a template for the new migration: And the django docs: |
@MSDrao adding some more notes here about the database migration of these entries. Let's take a look as an example. Before migrationHere is a resource that has a funder: We store the DOI for that funder in our HydroShare database: That DOI points at the crossref record: MigrationThere is a matching ROR record for this organization: We want to store the ROR link instead of the CR link in our HydroShare metadata. New fundersAdditionally, after this issue is completed, adding new Funders into Hydroshare will query the ROR API and create ROR links in our metadata (instead of querying crossref api and creating crossref links) |
@martinseul see my comments about this migration. It is worth noting that right now we only store agency name and agency url metadata for a funding agency in HS (along with award info). ROR has additional metadata that we could store and display if we wanted. Example: |
for now I'd say to not extend scope and leave it as is. |
Fielding a question on this issue, adding some info here
Typically for metadata elements, we create them like this (for example): In the case of the migrations, you will likely use resource.metadata.update_element(): Here is the function (within a Vue app) that does the current fetching from the Crossref API: |
https://www.crossref.org/blog/open-funder-registry-to-transition-into-research-organization-registry-ror/
https://ror.org/
Related to #5385
The text was updated successfully, but these errors were encountered: