mc2-center / mc2-center-dcc

Data coordination resources for CCKP (and MC2 in general)
0 stars 0 forks source link

RePORTER query scripts #66

Closed Bankso closed 2 months ago

Bankso commented 4 months ago

This PR adds two scripts that can be used for collecting grant information from the NIH RePORTER API:

While the scripts were designed for the specific purpose of collecting subproject_id values, the input arguments and JSON payload content in reporter_project_query.py can be modified to capture other information available from the RePORTER API. The extractions and filtering criteria in clean_reporter_results.py can also be adjusted, if needed. As such, I imagine these scripts can be extended to capture most or all of the GrantView and ProjectView metadata we record.

Bankso commented 2 months ago

@aclayton555 @aditigopalan @vpchung This PR isn't urgent - I just forgot to request a review when I put it together.

Bankso commented 2 months ago

Thank you for your comments, @vpchung!