weecology / ogrants

Open grants list
https://www.ogrants.org/
Other
125 stars 46 forks source link

Generate a tabular format for data export #118

Closed nuest closed 3 years ago

nuest commented 4 years ago

Not sure if this is out of scope, but you could provide a CSV file format for all grants, in case someone wants to download the whole dataset and do some analysis.

Granted, many can probably put that together in 10 lines of script based on the YAML files, but making the data more accessible would still be nice.

ethanwhite commented 4 years ago

I think this would be a great addition. We already have Travis running link checks, so we could have it assemble this and push it back. Or we could assemble it as part of the Jekyll build.

nuest commented 3 years ago

I think it makes sense to have this as part of the Jekyll build. I would try to create a page template that effectively creates a CSV file... links to get started:

nuest commented 3 years ago

I have a first working version as part of the eLife Sprint, see PR to the sprint repo at https://github.com/expanding-open-grants/ogrants/pull/1