NIST - Relative citation impact of NIST-authored publications.
This indicator demonstrates that NIST consistently produces useful and relevant scientific and technical publications and is outcome-oriented. The "relative citation impact" indicator is the ratio of the average number of citations per publication (citation rata) for all NIST publications in a year to the average expected citation rate for similar publications in a large group of peer institutions in the world. Publications typically lag by a minimum of two years due to the time needed for research, writing, journal peer review, and publication processes. The average for U.S. institutions is about 1.3.
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/nist-relative-citation-impact-of-nistauthored-sh5s-k597\".\"nist_relative_citation_impact_of_nistauthored\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.