Punctuation inside quotation marks
I'm currently having a problem with some of my citations.
Zotero Standalone 3.0b2.1
Style: chicago-fullnote-bibliography-no-ibid.csl
When I cite multiple manuscripts in a single citation, it displays:
Author, "Title", Date, Location-In-Archive, Archive; . . .
After the initial citation it uses the short form:
Author, "Title"; Author2, "Title2."
I have tried everything I can think of to get the punctuation inside the quotation marks and I cannot make it work. Ideas?
Which punctuation are you referring to? The comma between title and date in the long form of the citation should definitely be in the quotation marks.
The semicolon should follow the closing quotation mark, i.e just as in your example (see CMoS 6.9 and 6.10 respectively).
My locale for Firefox, Zotero, and my MacBook are all set as en-US and I went into about:config in Zotero Standalone, searched for locale and made sure everything was set to en-US, too. As far as I know it has always worked like this. I just finally got to a point where I decided I needed to try to fix it and encountered much more trouble than I thought I would.
then check how this looks in the test pane (csledit), accessible from the advanced tab of the preferences.
This is a specific problem in your install. In general Zotero and the CMoS styles do this correctly.
Again, thanks for your help. Now running ZSA - 3.0b3.2. No change.
Articles display correctly. For instance:
George Tays, “The Surrender of Monterey by Governor Nicolas Gutierrez November 5, 1836: An Account from Unpublished Correspondence,” California Historical Society Quarterly 15, no. 4 (December 1, 1936): 338.
However, things listed as manuscripts still do not work correctly:
Thomas Savage, “Report of Labors in Archives and Procuring Material for History of California: And Related Material”, 1879, MSS C-E 191, Bancroft Library, University of California at Berkeley
I have experimented with changing an offending entry to other types of documents and from what I can tell it won't work if I use one where the date directly follows the title. So if I change it to a magazine article it continues to display ", 1879 unless I add something (like a magazine title) between the title and the date.
http://citationstyles.org/downloads/specification.html#locale-options
It looks like the style harvard1-unisa-gbfe.csl (Harvard Reference format (Unisa / GBFE) (Author-Date) (de)) has it set to "true", so you could look there for an example of how to set it up.
(Edit: just in case, http://www.zotero.org/styles/harvard1-unisa-gbfe)
(Edit #2: my bad, sorry. The English locale has this set to true, doesn't it. I'll check into the issue with this style.)
The processor already does some refactoring of affix punctuation (introduced to cope with the Chicago styles in the first instance), but there are limits. I looked at the code again, and concluded that it's all too delicate to risk touching it further. The styles will eventually need to be fixed.
I've started working on one of the Chicago styles now (note with bibliography, I think). When it passes the test that's been failing, I'll put up the code so you can take a look at the scope of the changes.
Apart from that, the revised version should not throw up extraneous punctuation with any combination of input.
Once everything is flagged, it's just a matter of working through the style, moving punctuation to groups, adding groups where necessary, and adding filter macros (the new "*-join-with-* macros) so that the existing Chicago macros can be repurposed in the new layout. I put in 3-4 hours on this first style, I guess; others might go a bit faster now that we've figured out the pattern of changes. Monotonous work, though, and the sort of thing that could be sped along with an economic incentive or two.
In any case, let's hope it works!
https://gist.github.com/1623317
This is meant to behave exactly the same as the current CMOS Fullnote w/Bib, but there are a lot of changes in the code. Please test it and post back to this thread on your experiences. If this does indeed produce better results, the same refactoring strategy can be applied to other styles in the Chicago family.
1See Garth Mervin Rosell, “Charles Grandison Finney and the Rise of the Benevolence Empire” (PhD diss., University of Minnesota, 1971), 66–69 for the best analysis,; and William Charles Walzer, “Charles Grandison Finney and the Presbyterian Revivals of Central and Western New York” (PhD diss., University of Chicago, 1949), 77 for a close second. But that’s not all you should consult. See also James E. Johnson, “The Life of Charles Grandison Finney” (PhD diss., Syracuse University, 1959), 88; And even further, Allen C. Guelzo, “An Heir or a Rebel? Charles Grandison Finney and the New England Theology,” Journal of the Early Republic 17 (1997): 11; Marianne Perciaccante, Calling Down Fire: Charles Grandison Finney and Revivalism in Jefferson County, New York, 1800-1840 (Albany, N.Y.: State University of New York Press, 2003), 22; David L. Turner, “A Critique of Charles G. Finney’s Theology” (presented at the Theology Night, Baptist Bible College, Clarks Summit, Pa., 1977), 186; Jerald C. Brauer, “Editor’s Preface,” in Regeneration and Morality: A Study of Charles Finney, Charles Hodge, John W. Nevin, and Horace Bushnell, Chicago Studies in the History of American Religion 7 (Brooklyn, N.Y.: Carlson Pub., 1991), xii.
Let me clarify about the bib. When I clicked to create it, I was informed that the style did not contain capabilities for bib generation, or something to that effect. Using latest LibreOffice under Ubuntu 11.10.
<style-options punctuation-in-quote="false"/>
but keep getting the comma within the quotes.
It works fine inside
http://steveridout.com/csl/visualEditor/
but with Zotero "Create Bib from selected item.." or Word-Extension I get the commas.
I have Zotero 3.0m291 with Multilingual Addon (MLZ).
I would post the altered style, but do not grasp how to do it.
Thanks
Stefan
You can post your style on http://gist.github.com (save it as a public gist and post the link here).
https://gist.github.com/4109885
Found the following: The "punctuation-in-quote=false" option is overridden by the UI-Language setting in Zotero-Preferences-Language.
In case of UI-language=English, the "punctuation-in-quote=false" is not applied. In case of UI-language=German, it becomes valid.
CSL-Language was set to "English-US" with both trials.
Bug or feature - I don't know?
In any case, I'll take a look at the CSL language bug in MLZ soon -- it certainly should be possible to set the UI and bibliography languages separately.