Skip to content

Instantly share code, notes, and snippets.

@touv
Last active June 22, 2016 14:52
Show Gist options
  • Save touv/18725a44fcdb3f2f702a05af6c063020 to your computer and use it in GitHub Desktop.
Save touv/18725a44fcdb3f2f702a05af6c063020 to your computer and use it in GitHub Desktop.
{
"get" : "doi",
"first" : true,
"resolveDOI" : true,
"$title" : {
"get" : "doi-publication-title",
"first" : true
},
"$issn" : {
"get" : "doi-ISSN",
"first" : true
},
"$type" : {
"get" : "doi-type"
},
"mask": "type,issn,title",
"csv": "\t"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment