-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chicago: Use title case for volume title #7344
base: master
Are you sure you want to change the base?
Conversation
Awesome! You just created a pull request to the Citation Styles Language styles repository. One of our human volunteers will try to get in touch soon (usually within a week). In the meantime, I will run some automated checks. You should be notified of the results in a few minutes. If you haven't done so yet, please make sure your style validates and follows all our other Style Requirements. To update this pull request, visit the "Files changed" tab above, click on the ellipsis button in the top-right corner of your style, and then select "Edit file" to start editing: If you have any questions, please leave a comment and we'll get back to you. While we usually respond in English, feel free to write in whatever language you're most comfortable. |
Casing is only applied to English titles. This is the expected behavior, as other languages have their own distinct casing rules and do not observe sentence/title casing conventions |
I am not seeing the expected behaviour you have described: with my proposed change, the volume title is being converted to title case even if the language is set to a non-English language code. Take this example:
Zotero is capitalizing 'und' with |
😃 Your submission passed all our automated tests. Below are some sample citations generated based on your proposed changes: 14 styles changed, showing 10 chicago-annotated-bibliography.csl (modified style; unchanged output for sample items)Hancké, Rhodes, and Thatcher, Beyond Varieties of Capitalism; “CSL Search by Example.” chicago-author-date-16th-edition.csl (modified style; unchanged output for sample items)(Hancké, Rhodes, and Thatcher 2007; “CSL Search by Example” 2012) chicago-author-date-basque.csl (modified style; unchanged output for sample items)(Hancké et al. 2007; Ezez. 2012) chicago-author-date-de.csl (modified style; unchanged output for sample items)(Hancké, Rhodes und Thatcher 2007; O A 2012) chicago-author-date-fr.csl (modified style; unchanged output for sample items)(Hancké, Rhodes, et Thatcher 2007; « CSL search by example » 2012) chicago-author-date-no-em-dash.csl (modified style; unchanged output for sample items)(Hancké, Rhodes, and Thatcher 2007; “CSL Search by Example” 2012) chicago-author-date.csl (modified style; unchanged output for sample items)(Hancké, Rhodes, and Thatcher 2007; “CSL Search by Example” 2012) chicago-fullnote-bibliography-no-em-dash.csl (modified style; unchanged output for sample items)Bob Hancké, Martin Rhodes, and Mark Thatcher, eds., Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy (Oxford and New York: Oxford University Press, 2007); “CSL Search by Example,” Citation Style Editor, 2012, http://editor.citationstyles.org/searchByExample/. chicago-fullnote-bibliography-short-title-subsequent.csl (modified style; unchanged output for sample items)Bob Hancké, Martin Rhodes, and Mark Thatcher, eds., Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy (Oxford and New York: Oxford University Press, 2007); “CSL Search by Example,” Citation Style Editor, 2012, http://editor.citationstyles.org/searchByExample/. chicago-fullnote-bibliography-with-ibid.csl (modified style; unchanged output for sample items)Bob Hancké, Martin Rhodes, and Mark Thatcher, eds., Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy (Oxford and New York: Oxford University Press, 2007); “CSL Search by Example,” Citation Style Editor, 2012, http://editor.citationstyles.org/searchByExample/. |
This ensures the correct capitalization of a volume title stored in sentence case, such as:
I observe when testing with Zotero that, if the language is not set to English, the volume title is not set to sentence case as I would expect. I cannot however seem to find a way to control this in the CSL file: is this a bug in citeproc-js?