Skip to content

Instantly share code, notes, and snippets.

@adunning
Created August 17, 2014 03:15
Show Gist options
  • Save adunning/0a809d1bf5508fbe5bce to your computer and use it in GitHub Desktop.
Save adunning/0a809d1bf5508fbe5bce to your computer and use it in GitHub Desktop.
Test for undetected small caps in citeproc JSON
[
{
"publisher": "Broadview Press",
"ISBN": "9781551117188",
"publisher-place": "Peterborough, <span style=\"font-variant:small-caps;\">on</span>",
"shortTitle": "The Story of a Great Medieval Book",
"title": "The Story of a Great Medieval Book: Peter Lombard's Sentences",
"call-number": "BX1749 .P4 R673 2007",
"author": [
{
"given": "Philipp W.",
"family": "Rosemann"
}
],
"source": "toroprod.library.utoronto.ca Library Catalog",
"event-place": "Peterborough, <span style=\"font-variant:small-caps;\">on</span>",
"issued": {
"date-parts": [
[
"2007"
]
]
},
"type": "book",
"id": "rosemann:2007story"
}
]

bibliography: sc-test.json ...

@rosemann:2007story

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment