Commercialization Gap Fund (CGF)
The Commercialization Gap Fund (CGF) supports science and research-based innovations in Oregon by bridging early stage capital gaps, leading to private capital investments. The Fund targets companies in the advanced manufacturing, active lifestyle, bioscience, medical devices, and natural resource industries.
This report covers fiscal years 2020-2024
For more information, please visit https://www.oregon.gov/biz/programs/CGF/Pages/default.aspx
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"oregon-gov/commercialization-gap-fund-cgf-fwdf-2q39\".\"commercialization_gap_fund_cgf\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.