NTIS - Number of new public-private projects (or Government-Industry projects) entered into under the Joint Venture Authority per year
The indicator measures the number of new projects between NTIS' Joint Venture Partners (JVPs) and Federal, State, and Local Agencies that were facilitated by NTIS in a given year. These public-private projects show the trend of both investments in technology development and building new connections throughout the supply chain. NTIS delivers benefit to the public by advancing Federal data priorities, promoting economic growth, and enabling operational excellence.
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 \"performance-commerce-gov/ntis-number-of-new-publicprivate-projects-or-mh2e-ghb2\".\"ntis_number_of_new_publicprivate_projects_or\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.