-
Notifications
You must be signed in to change notification settings - Fork 1
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
Export Metadata Subfield Funding References #805
Comments
Started looking at this since it seemed like it might be a little complicated compared to formats which I had initially started looking at. From what I can tell there is a field for grants and funding on the GenericFile model (GenericFile#grants_and_funding), but I'm having trouble actually accessing the field on the model within the console. I also tried to find it on production and stage DigitalHub, but I wasn't able to. |
Alright, I'm going to look into this again. I think I figured out the problems I was having with the console so hopefully I can get some examples. |
Below are all the values from the grants_and_funding field on production DigitalHub. There's definitely a way to programmatically find the values we need for some of these, but we'll need to do another mapping similar to what was done in #812 with the known_organizations module..
Supported schemes with links to how the schemes are structured
|
I'm going to take a break from this. I'm getting the impression that some of the numbers listed in funding are not actually in the formats listed above, but rather in some other format. Through the NIH reporting tool I was able to match some of the numbers to projects. Unfortunately I don't see any numbers that are obviously in a format we can use for invenio within that search result. |
The grants.gov search tool may be helpful too. I have not had much luck with it yet myself, but never hurts to have more resources. |
I'm going to generate a CSV for @carsonicator who has offered to help out with figuring out the necessary information for these files (thanks!). It will take a bit to run, but I've got the process down at this point. |
Add script to convert CSV of funding data into ruby hash stored within text file. Use function to read file and extract funding data.
Add script to convert CSV of funding data into ruby hash stored within text file. Use function to read file and extract funding data.
Export the Metadata subfield Funding References
The text was updated successfully, but these errors were encountered: