Skip to content

Instantly share code, notes, and snippets.

@sergey-alekseev
Created June 17, 2014 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergey-alekseev/26e72058eddc56347a05 to your computer and use it in GitHub Desktop.
Save sergey-alekseev/26e72058eddc56347a05 to your computer and use it in GitHub Desktop.
// aligned/shortened/restructures response from http://api.crossref.org/funders/100000015
{
"status":"ok",
"message-type":"work-list",
"message-version":"1.0.0",
"message": {
"total-results":9332,
"query":{"search-terms":null,"start-index":0},
"items-per-page":20,
"items": [
{
"subtitle":[],
"issued": {"date-parts":[[2013,9,1]]},
"score":1.0,
"prefix": "http:\/\/id.crossref.org\/prefix\/10.1364",
"author":[
{"family":"Lin","given": "Pao Tai"},{"family":"Singh","given":"Vivek"}
],
"container-title":["Optical Materials Express","Opt. Mater. Express"],"
reference-count":31,
"page":"1474",
"deposited":{"date-parts":[[2013,8,26]],"timestamp":1377475200000},
"issue":"9",
"funder":[
{
"DOI":"10.13039\/100000015"
}
],
"title":["Si-CMOS compatible materials and devices for mid-IR microphotonics"],
"type":"journal-article",
"DOI":"10.1364\/ome.3.001474",
"ISSN":["2159-3930"],
"URL":"http:\/\/dx.doi.org\/10.1364\/ome.3.001474",
"source":"CrossRef",
"publisher":"Optical Society of America (OSA)",
"indexed":{"date-parts":[[2014,5,22]],
"timestamp":1400797863630},
"volume":"3"
},
{
"subtitle":[],
"issued":{"date-parts":[[null]]},
"score":1.0,
"prefix":"none",
"author":[
{"family":"Nakamura","given":"Satoshi X."},
{"family":"Singh","given":"S. K."},
{"family":"Morfin","given":"J. G."},
{"family":"Sakuda","given":"Makoto"},
{"family":"Purohit","given":"K. D."}
],
"container-title":[],
"reference-count":0,
"deposited":{"date-parts":[[2014,3,6]],"timestamp":1394064000000},
"funder":[{"DOI":"10.13039\/100000015"}],
"title":["Dynamical Model for Meson Production off Nucleon and Application to Neutrino-Nucleus Reactions"],
"type":"proceedings-article",
"DOI":"10.1063\/1.3661575",
"URL":"http:\/\/dx.doi.org\/10.1063\/1.3661575",
"source":"CrossRef",
"publisher":"AIP",
"indexed":{"date-parts":[[2014,5,19]],"timestamp":1400475703310}
}
// ...
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment