WGLab / PhenCards

Development of phencards.org web server for one stop shop of phenotype information
5 stars 1 forks source link

Add NIH FOA to grants/companies section. #68

Closed jimhavrilla closed 4 years ago

jimhavrilla commented 4 years ago

Can use public domain NIH FOA data for cleft palate like: https://grants.nih.gov/grants/guide/search_results.htm?text_curr=cleft+palate&Search.x=0&Search.y=0&scope=pa&year=active&sort=&text_prev= Actually there is a grant FOA with this term.

jimhavrilla commented 4 years ago

Could be hard to parse, can check for API.

jimhavrilla commented 4 years ago

Can also add funded grants/projects with Federal Reporter API https://api.federalreporter.nih.gov/v1/projects/search?query=text:cleft+palate.

jimhavrilla commented 4 years ago

This seems like an easier thing to parse for FOAs. Finally I got the JSON for FOAs. https://search.grants.nih.gov/guide/api/data?query=cleft+palate

Will do it. Docnum has the PAR-whatever number.

Can start with adding the results from the table at : https://grants.nih.gov/funding/SearchGuide/index.html?query=cleft+palate&x=0&y=0#/

But really, more results exist in the JSON like the full description.

jimhavrilla commented 4 years ago

Have now added FOAs to site. Looks pretty good. You can get a ton of data not obvious on the site too. They also use Elasticsearch to sort grant results...

jimhavrilla commented 4 years ago

I want to add Federal Reporter for funded applications as well but the API is currently down

jimhavrilla commented 4 years ago

Closed with PR #87