Publications from Roswell Park Comprehensive Cancer Center: Beginning 2022
List of existing publications from Roswell Park Comprehensive Cancer Center. Data set includes year published, publication type, journal name, publication title, author list, journal volume, journal issue number, journal page range, ISSN, and PMID.
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 \"ny-gov/publications-from-roswell-park-comprehensive-ihas-zz8c\".\"publications_from_roswell_park_comprehensive\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.