Created
June 17, 2014 13:44
-
-
Save sergey-alekseev/29ee7c495033dd3b726f to your computer and use it in GitHub Desktop.
https://github.com/sergey-alekseev/cr-search response for /funders/100000015/dois
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// response from http://search.chorusaccess.org/funders/100000015/dois (cr-search app) | |
{ | |
"totalResults": 8906, | |
"startIndex": 0, | |
"itemsPerPage": 20, | |
"query": { | |
"searchTerms": "100000015", | |
"startPage": 1 | |
}, | |
"items": [ | |
{ | |
"doi": "http://dx.doi.org/10.1021/cm500511d", | |
"deposited": "2014-06-13", | |
"published": "2014-06-13" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/cs500466j", | |
"deposited": "2014-06-13", | |
"published": "2014-06-13" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/jp503701k", | |
"deposited": "2014-06-13", | |
"published": "2014-06-13" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/mz5002977", | |
"deposited": "2014-06-13", | |
"published": "2014-06-13" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1002/bit.25235", | |
"deposited": "2014-06-13", | |
"published": "2014-05-01" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/jz500693k", | |
"deposited": "2014-06-12", | |
"published": "2014-06-05" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/jm500389b", | |
"deposited": "2014-06-12", | |
"published": "2014-06-12" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/jp503056u", | |
"deposited": "2014-06-12", | |
"published": "2014-06-12" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/ct5000956", | |
"deposited": "2014-06-12", | |
"published": "2014-06-12" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/jp502123n", | |
"deposited": "2014-06-12", | |
"published": "2014-06-12" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/nn502284y", | |
"deposited": "2014-06-12", | |
"published": "2014-06-12" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/ef500850y", | |
"deposited": "2014-06-11", | |
"published": "2014-06-11" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/nl500704r", | |
"deposited": "2014-06-11", | |
"published": "2014-06-11" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/ja504020t", | |
"deposited": "2014-06-11", | |
"published": "2014-06-11" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/jp501165k", | |
"deposited": "2014-06-11", | |
"published": "2014-06-11" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/nl5003729", | |
"deposited": "2014-06-11", | |
"published": "2014-06-11" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/ja501749b", | |
"deposited": "2014-06-11", | |
"published": "2014-06-11" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/ja412064c", | |
"deposited": "2014-06-11", | |
"published": "2014-06-11" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/ja5006465", | |
"deposited": "2014-06-11", | |
"published": "2014-06-11" | |
}, | |
{ | |
"doi": "http://dx.doi.org/10.1021/ja501228c", | |
"deposited": "2014-06-11", | |
"published": "2014-06-11" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment