innovation-growth-lab / alphafold-impact

0 stars 0 forks source link

30 data scope funded research nsf #32

Closed ampudia19 closed 4 months ago

ampudia19 commented 5 months ago

NSF data fetching and ZIP dataset integration

Description

Introduces a pipeline for retrieving NSF award data and a ZipDataset class for handling ZIP archives. The pipeline fetches award data using the NSF API, while ZipDataset enables accessing ZIP files in S3 and fetch all filenames there. These filenames correspond to award IDs and are used to call the API.

Key Points