Skip to content
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

Create chicago-note-bibliography-manuscript.csl #7165

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

annaassogba
Copy link

A variant of Chicago 17th Notes & Bibliography note style with changes to manuscript and letter item types that better match Chicago guidance.

The specific edits I made are detailed below, with my rationale following each bullet point:

Titles:

  • Removal of the quotation marks around manuscript and letter item types and manuscript collection titles. If you want an item to have quotation marks around the title, you can add curly quotation marks to the Zotero title field. This allows users to decide for themselves whether or not the item at hand requires quotation marks around the title.
  • Removal of default title casing for manuscript and letter titles in footnotes. Manuscript and letter titles will appear as entered in the Zotero field. Chicago guidance is nuanced; users can decide for themselves whether title or sentence casing is most appropriate for the item at hand.

Dates:

  • Removal of the parentheses around a date or “n.d.” in a manuscript item footnote. Chicago guidance does not contain parentheses around dates in manuscript citations.
  • Removal of the “n.d.” from manuscript collection bibliography entries. If dates are associated with a manuscript collection, they typically appear as part of the title. The indication of “no date” is not needed for the collection as a whole.
  • The date format for manuscript and letter citations has been changed from month-day-year to day-month-year. Chicago guidance accepts both formats, but their examples employ day-month-year.

Subsequent citations:

  • If a date is present in the Zotero date field, it will appear in subsequent shortened citations for manuscript and letter item types. If no date is present in Zotero, the “n.d.” will not appear in subsequent shortened citations. Chicago guidance indicates that more information than just the title may be useful in subsequent citations. Dates can be useful to distinguish between multiple similar documents.
  • If the user enters text into the Place field in manuscript item types, that text will appear at the end of the shortened citation. This can be used for names of manuscript collections or repositories, if needed (e.g., if you have documents with similar titles across multiple collections or repositories). It may be useful to distinguish multiple similar documents by the collection or holding repository.

A few notes about how to best use this edited citation style:

  • Use separate manuscript item and collection records: Create separate Zotero records for each individual manuscript item that you cite from the archival collection, plus another Zotero record for the collection as a whole. Use the individual manuscript item records to create footnote citations. Use the collection record for the bibliography. Note that when you put together the bibliography, you can use the functionality of the Zotero plugin in Word to edit the bibliography: specifically, you can remove the individual manuscript items from the bibliography and add in the collection record.

  • Additional editing needed for letters that are part of manuscript collections:

  • Instead of using the “Author”, “Contributor”, and “Recipient” options in Zotero’s creator field, write [sender’s name] to [recipient’s name] in the title field, as you’d like it to appear in the citation.

  • For shortened subsequent citations, enter the shortened version of the title into the “Short Title” field in Zotero (e.g., Smith to Williams).

A variant of Chicago 17th Notes & Bibliography note style with changes to manuscript and letter item types that better match Chicago guidance.
Copy link

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.

Copy link

😟 There are some issues with your submission.

1 test failed

chicago-note-bibliography-manuscript: may not have any unused macros

expected: []
     got: ["access-note", "container-contributors-note", "container-title-note", "contributors-note", "descript...ors-join-with-colon", "point-locators-join-with-comma", "secondary-contributors-note", "title-note"]

(compared using ==)

Please check the test report for details.

Removed unused macros from code.
Copy link

😟 There are some issues with your submission.

2 tests failed

chicago-note-bibliography-manuscript: may not have any unused macros

expected: []
     got: ["archive-note", "editor-translator", "issue-note-join-with-space"]

(compared using ==)

chicago-note-bibliography-manuscript: style ID must be of the form "http://www.zotero.org/styles/" + style file name (without ".csl" extension, e.g. "http://www.zotero.org/styles/apa")

expected: "http://www.zotero.org/styles/chicago-note-bibliography-manuscript"
     got: "http://www.zotero.org/styles/chicago-note-bibliography-with-ibid-manuscript"

(compared using ==)

Please check the test report for details.

Removed unused macros and pasted in correct code (had accidentally pasted in the ibid code previously).
Copy link

😟 There are some issues with your submission.

1 test failed

chicago-note-bibliography-manuscript: may not have any unused macros

expected: []
     got: ["archive-note", "editor-translator", "issue-note"]

(compared using ==)

Please check the test report for details.

Copy link

😟 There are some issues with your submission.

1 test failed

chicago-note-bibliography-manuscript: may not have any unused macros

expected: []
     got: ["event-note", "reprint-note"]

(compared using ==)

Please check the test report for details.

Copy link

😃 Your submission passed all our automated tests.

Below are some sample citations generated based on your proposed changes:

chicago-note-bibliography-manuscript.csl (new)
Hancké, Rhodes, and Thatcher, Beyond Varieties of Capitalism; “CSL Search by Example.”
Mares, “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?”; Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories.”

Citation Style Editor. “CSL Search by Example,” 2012. http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, David Kennedy, Henning Hermjakob, Phillippe Rocca-Serra, Gustavo Durand, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6, no. 1 (April 10, 2019): 28. https://doi.org/10.1038/s41597-019-0031-8.
Hancké, Bob, 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.
Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” In Varieties of Capitalism. The Institutional Foundations of Comparative Advantage, edited by Peter A. Hall and David Soskice, 184–213. New York: Oxford University Press, 2001.

@bwiernik
Copy link
Member

@adam3smith You know Chicago style best — should any of the edits for titles or dates here be incorporated into the main Chicago CSL styles?

@github-actions github-actions bot added the waiting-for-response-from-contributor The ticket/pull request is awaiting input from the contributor/depositor label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-for-response-from-contributor The ticket/pull request is awaiting input from the contributor/depositor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants