Sentence Casing and 'quotation' Marks
I have a journal article with quotation marks in the title. I've entered it in Zotero in sentence casing, as indicated (i.e. https://www.zotero.org/support/kb/sentence_casing). However, when I use it in a footnote, the word(s) within the quotation retain lower-case, even though the style calls for upper-case letters. I'm using Chicago Manual of Style 16th Edition (note) style.
Here's an example. Let's say these are the details, as I've entered them in Zotero (and note that the title is entered in "sentence case" in Zotero):
Title: Nobody really 'wins', Charlie Brown
Author: Charles Shulz
Publication: Science
Volume: 57
Issue: 23
Pages: 1232-1243
You would expect the note to read as follows:
Shulz, "Nobody Really 'Wins', Charlie Brown", 1239.
But, what I get is
Shulz, "Nobody Really 'wins', Charlie Brown", 1239.
The short note retains the lower-case 'wins', because it is in quotations in the title.
Is that the expected behavior? Thanks.
Here's an example. Let's say these are the details, as I've entered them in Zotero (and note that the title is entered in "sentence case" in Zotero):
Title: Nobody really 'wins', Charlie Brown
Author: Charles Shulz
Publication: Science
Volume: 57
Issue: 23
Pages: 1232-1243
You would expect the note to read as follows:
Shulz, "Nobody Really 'Wins', Charlie Brown", 1239.
But, what I get is
Shulz, "Nobody Really 'wins', Charlie Brown", 1239.
The short note retains the lower-case 'wins', because it is in quotations in the title.
Is that the expected behavior? Thanks.
Rintze, Sebastian, any thoughts?
I’m in favour of title casing words in quotations, too, in particular because without this there is no way to get the correct behaviour automatically whereas you can always protect any strings that should not undergo case conversion by enclosing them in
<span class="nocase">...</span>
BTW, for pandoc “nocase” is documented (http://pandoc.org/README.html), but is it for citeproc-js? http://gsl-nagoya-u.net/http/pub/citeproc-doc.html seems to be down.