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

Chicago Manual of Style, 18th edition #7424

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

Conversation

adunning
Copy link
Contributor

@adunning adunning commented Feb 4, 2025

Update the Chicago Manual of Style (CMOS) definitions to the 18th edition, restructuring the styles for greater consistency and supporting additional CSL variables to render more citation types as specified.

Changes in the 18th edition

These are the most prominent areas of focus from What’s New in the 18th Edition:

  • 13.23, 13.107: Up to six authors are now listed in a bibliography or reference list entry; if more than six, only the first three are listed, followed by “et al.” In a shortened note or an author-date text citation, up to two authors are now listed; if more than two, only the first is listed, followed by “et al.”
  • 13.26: A month or season can now usually be omitted in citations of journal articles.
  • 13.72, 13.113: Chicago now prefers repeating the name of the author(s) rather than using a 3-em dash to stand in for repeated names in bibliographies or reference lists.
  • 14.8: The page range for a cited chapter in an edited book is no longer required in a bibliography or reference list entry (though a page range is still required for most journal articles).
  • 14.30: A place of publication is no longer required in citations of books. (The CSL implementation is not complete, since for books published before 1900, the place of publication only is to be provided, but there is no way to achieve this in CSL 1.0.2.)
  • 14.89: Author-date reference list entries that include a month and day (as for a newspaper article) do not need to repeat the year with the month and day.
  • 14.75, 14.76: Updated and expanded guidance on citing ahead-of-print and forthcoming journal articles as well as preprints.
  • 14.157: Updated and expanded guidance on citing databases and datasets.

New CSL variants

CMOS provides options to modify certain approaches, which these styles distil into variants on the full-note, note, and author–date systems:

  • Classic variants, including options in 13.73 (3-em dashes with consecutive authors in the bibliography), 14.8 (including pages with chapters), and 14.30–31 (including the place of publication for all works)
  • Styles without URL, to allow for linking the title, as recommended in 13.6 for the final published version (Pandoc supports this functionality, but not yet Zotero)

Other enhancements

  • 13.69. Fix sources with no author displaying the container title first but sorting by item title; closes Chicago: CMOS17 Full Note bibliography sorting #6105.
  • 13.73. Provide 3-em dash for repeated names as an option in the 'classic' variants.
  • 13.101. Translated titles of cited works: Use original-title (with original-publisher and original-date) to provide a basic citation for the title in a work's original language.
  • 14.2/14.66/14.161. Elements to include: Rename the styles' internal macros around the terminology in these sections; refine the positioning of the edition and volume.
  • 14.5. Support compiler name type as a possible substitute for an author.
  • 14.6. Editor or translator in addition to author: allow container-author in combination with the book type to allow prioritization of the editor. Support the editorial-director and illustrator name types.
  • 14.7. Other contributors listed on the title page: Support the contributor name type.
  • 14.8. Chapter in a single-author book: Support the chapter-number variable to allow for the inclusion of chapter numbers in citations (or a phrase such as 'Appendix B').
  • 14.11. Book-length work within a book: Allow the addition of a container-title to a book item to allow for the inclusion of the title of the larger work.
  • 14.12. Support the genre variable to provide the name of untitled introductions, prefaces, afterwords, etc. without quotes.
  • 14.13. Letters in published collections: Support variables for the event-date and event-place of a letter's composition. Support variables to allow citation of a letter in a published collection (e.g. container-title, editor, number-of-volumes, volume, page, publisher-place, publisher).
  • 14.15. Editions other than the first: Update edition placement.
  • 14.16. Reprint editions and modern editions: Allow use of the edition variable alongside original-date, original-publisher-place, and original-publisher to specify a phrase describing a republished work other than 'reprint'.
  • 14.17. Support medium variable for the name of a microform format.
  • 14.18. Combine volume numbers and page numbers in more cases.
  • 14.21. Consistently render the titles of multivolume works using volume-title; closes Chicago: Incorrect rendering of a volume of a multivolume work #7413.
  • 14.24. Authors and editors of multivolume works: Support use of the collection-editor variable for the editors of a multivolume work.
  • 14.25. Support collection-editor for series editors (assumed to be the purpose of collection-editor if the item is not a multivolume work).
  • 14.31. Provide the place of publication only if the publisher is not provided. This does not match Chicago guidance, which specifies that the place and date only should be given for all books published before 1900; this is expected to be fixed in a future CSL release. The classic variants continue to provide both place and publisher, which the manual discourages but nonetheless allows.
  • 14.36. Self-published or privately published books: Allow use of medium for specifying information on the format such as 'Kindle' or 'printed by the author'.
  • 14.44. No date of publication: Consistently handle uncertain publication dates (enabled by using ISO 8601 with issued or original-date, such as issued: 1750?).
  • 14.45. Forthcoming publications: Handle the status variable consistently for works not yet published.
  • 14.58. Use medium variable for the name of an ebook/audiobook format. Support narrator name type.
  • 14.59. Page numbers in ebooks: Do not describe a work with a medium (which will probably be electronic) as 'reprinted'.
  • 14.60. Books consulted online: Use archive variable for the potential name of a database.
  • 14.70. Journal volume, issue, and date: Follow the logic for restricting journal dates to the year only more closely. There remain some cases where the space is not removed between a volume and page number in author–date citations.
  • 14.75. Ahead-of-print and forthcoming articles: Use the status variable to specify that an article is 'accepted', 'ahead of print', or similar.
  • 14.76. Correctly render journal article preprints.
  • 14.77–78. Support volume-title for a special issues or supplement title and periodical type.
  • 14.79. Articles published in installments: Support part-number and part-title variables.
  • 14.81. Place where journal is published: Use publisher-place or event-place for the location of the journal's publisher.
  • 14.82. Translated or edited article: Correct punctuation with contributors.
  • 14.104. Substitute the website title in author–date citations when no author is given. Fix repeated date.
  • 14.105. Citing blog posts and blogs: Allow localization using CSL terms.
  • 14.100. Book reviews: Use reviewed-title to allow a review with its own title.
  • 14.110. Published or broadcast interviews: Add support for using container-title (programme title), dimensions (duration), medium, and publisher (broadcaster) to obtain a full citation.
  • 14.111. Personal communications: Rearrange and support genre variable for specifying the type of personal communication (e.g. text message). Exclude personal communications from the bibliography that are not published or available in an archive.
  • 14.113. Theses and dissertations: Consistently exclude event-place from the citation (previously this had only been done for bibliographies).
  • 14.114. Unpublished manuscripts: Set off publication facts using commas rather than brackets.
  • 14.117. Pamphlets, reports, and the like: Support pamphlet type; closes Pamphlet/brochure in Chicago styles #7120.
  • 14.130–131. Reference works: Exclude unsigned dictionary and encyclopedia entries from the bibliography and open the citation with the title of the reference work. Render sub-verbo term using new recommendation of 'under'.
  • 14.132. Citing individual reference entries by author: Treat identically to book sections.
  • 14.133. Citing paintings, photographs, and sculpture: Support archive, archive-place, archive_collection and archive_location variables. Avoid repeated date.
  • 14.169. Video games and other apps: Provide version; subsitute publisher for the title in the bibliography if there are no named programmers; set software name in italics.
  • 14.183. Laws and statutes: Support authority variable; closes Chicago: Bills should not be prefaced with "Public Law No." #4343.

Method

This uses the full-note style as a template and generates the variants using a script, https://github.com/adunning/csl-builder. This includes the author–date style, resolving a number of inconsistencies in behaviour with the full-note style. The -note macros now consistently follow the same structure as their counterparts for the bibliography, with differences only in capitalization and punctuation (with the exception of those for rendering the author, which for some types use different elements to open the note and bibliography). The macros are reordered to implement consistently the organizational scheme of providing macros in their order of occurrence in the citations and bibliography, with dependent macros placed above the macro that first refers to them. Affixes are replaced with delimiters wherever possible.

Test items from the Chicago Manual are available in the Zotero Test Items Library. See the Rights field for the relevant CMOS section, and sort by this field in Zotero to find related items.

Closes #7389.

Copy link

github-actions bot commented Feb 4, 2025

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

github-actions bot commented Feb 4, 2025

😟 There are some issues with your submission.

8 tests failed

bibliothek-forschung-und-praxis: "template" link must point to an existing independent style

expected ["academy-of-management-review", "accident-analysis-and-prevention", "aci-materials-journal", "acm-si...chaftlichen-arbeiten", "zoological-journal-of-the-linnean-society", "zootaxa", "zwitscher-maschine"] to include "chicago-fullnote-bibliography-16th-edition"

chaucer-review: "template" link must point to an existing independent style

expected ["academy-of-management-review", "accident-analysis-and-prevention", "aci-materials-journal", "acm-si...chaftlichen-arbeiten", "zoological-journal-of-the-linnean-society", "zootaxa", "zwitscher-maschine"] to include "chicago-fullnote-bibliography-16th-edition"

chicago-author-date-17th-edition: may not have any unused macros

expected: []
     got: ["editor", "translator"]

(compared using ==)

chicago-note-bibliography-17th-edition: 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 ==)

gender-and-society: "template" link must point to an existing independent style

expected ["academy-of-management-review", "accident-analysis-and-prevention", "aci-materials-journal", "acm-si...chaftlichen-arbeiten", "zoological-journal-of-the-linnean-society", "zootaxa", "zwitscher-maschine"] to include "chicago-author-date-16th-edition"

ilahiyat-studies: "template" link must point to an existing independent style

expected ["academy-of-management-review", "accident-analysis-and-prevention", "aci-materials-journal", "acm-si...chaftlichen-arbeiten", "zoological-journal-of-the-linnean-society", "zootaxa", "zwitscher-maschine"] to include "chicago-fullnote-bibliography-16th-edition"

university-for-the-creative-arts-figures: "template" link must point to an existing independent style

expected ["academy-of-management-review", "accident-analysis-and-prevention", "aci-materials-journal", "acm-si...chaftlichen-arbeiten", "zoological-journal-of-the-linnean-society", "zootaxa", "zwitscher-maschine"] to include "chicago-figures"

university-of-york-chicago: "template" link must point to an existing independent style

expected ["academy-of-management-review", "accident-analysis-and-prevention", "aci-materials-journal", "acm-si...chaftlichen-arbeiten", "zoological-journal-of-the-linnean-society", "zootaxa", "zwitscher-maschine"] to include "chicago-fullnote-bibliography-16th-edition"

Please check the test report for details.

Copy link

github-actions bot commented Feb 4, 2025

😟 There are some issues with your submission.

3 tests failed

chicago-author-date-17th-edition: may not have any unused macros

expected: []
     got: ["editor", "translator"]

(compared using ==)

chicago-note-bibliography-17th-edition: 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 ==)

university-for-the-creative-arts-figures: "template" link must point to an existing independent style

expected ["academy-of-management-review", "accident-analysis-and-prevention", "aci-materials-journal", "acm-si...chaftlichen-arbeiten", "zoological-journal-of-the-linnean-society", "zootaxa", "zwitscher-maschine"] to include "chicago-figures"

Please check the test report for details.

Copy link

github-actions bot commented Feb 4, 2025

😟 There are some issues with your submission.

2 tests failed

chicago-author-date-17th-edition: may not have any unused macros

expected: []
     got: ["editor", "translator"]

(compared using ==)

chicago-note-bibliography-17th-edition: 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.

Copy link

github-actions bot commented Feb 4, 2025

😟 There are some issues with your submission.

2 tests failed

chicago-author-date-17th-edition: may not have any unused macros

expected: []
     got: ["editor", "translator"]

(compared using ==)

chicago-note-bibliography-17th-edition: 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.

Copy link

github-actions bot commented Feb 4, 2025

😟 There are some issues with your submission.

2 tests failed

chicago-author-date-17th-edition: may not have any unused macros

expected: []
     got: ["editor", "translator"]

(compared using ==)

chicago-note-bibliography-17th-edition: 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.

Copy link

github-actions bot commented Feb 4, 2025

😟 There are some issues with your submission.

2 tests failed

chicago-author-date-17th-edition: may not have any unused macros

expected: []
     got: ["editor", "translator"]

(compared using ==)

chicago-note-bibliography-17th-edition: 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.

See examples in 14.23: One volume in two or more books
Copy link

github-actions bot commented Feb 4, 2025

😟 There are some issues with your submission.

2 tests failed

chicago-author-date-17th-edition: may not have any unused macros

expected: []
     got: ["editor", "translator"]

(compared using ==)

chicago-note-bibliography-17th-edition: 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.

Copy link

github-actions bot commented Feb 4, 2025

😟 There are some issues with your submission.

2 tests failed

chicago-author-date-17th-edition: may not have any unused macros

expected: []
     got: ["editor", "translator"]

(compared using ==)

chicago-note-bibliography-17th-edition: 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.

Support `periodical` type for journal special issues and supplements and using `volume-title` for the title.
Copy link

😃 Your submission passed all our automated tests.

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

21 styles changed, showing 10

chicago-annotated-bibliography.csl (modified style)
Bob Hancké et al., eds., Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy (Oxford University Press, 2007); “CSL Search by Example,” Citation Style Editor, 2012, http://editor.citationstyles.org/searchByExample/.
Isabela Mares, “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 , ed. Peter A. Hall and David Soskice (Oxford University Press, 2001); Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” Scientific Data April 10, 2019: 28, https://doi.org/10.1038/s41597-019-0031-8.

Citation Style Editor. “CSL Search by Example.” 2012. http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 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 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. Oxford University Press, 2001.
-Hancké, Rhodes, and Thatcher, <i>Beyond Varieties of Capitalism</i>; “CSL Search by Example.”<br/>
-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.”<br/>
+Bob Hancké et al., eds., <i>Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy</i> (Oxford University Press, 2007); “CSL Search by Example,” Citation Style Editor, 2012, http://editor.citationstyles.org/searchByExample/.<br/>
+Isabela Mares, “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?,” in <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i> , ed. Peter A. Hall and David Soskice (Oxford University Press, 2001); Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” <i>Scientific Data</i> April 10, 2019: 28, https://doi.org/10.1038/s41597-019-0031-8.<br/>
 <hr/>
-Citation Style Editor. “CSL Search by Example,” 2012. http://editor.citationstyles.org/searchByExample/.<br/>
-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.” <i>Scientific Data</i> 6, no. 1 (April 10, 2019): 28. https://doi.org/10.1038/s41597-019-0031-8.<br/>
-Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. <i>Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy</i>. Oxford and New York: Oxford University Press, 2007.<br/>
-Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” In <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i>, , edited by Peter A. Hall and David Soskice, 184–213. New York: Oxford University Press, 2001.<br/>
+Citation Style Editor. “CSL Search by Example.” 2012. http://editor.citationstyles.org/searchByExample/.<br/>
+Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” <i>Scientific Data</i> April 10, 2019: 28. https://doi.org/10.1038/s41597-019-0031-8.<br/>
+Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. <i>Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy</i>. Oxford University Press, 2007.<br/>
+Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” In <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i> , edited by Peter A. Hall and David Soskice. Oxford University Press, 2001.<br/>
chicago-author-date-16th-edition.csl (modified style; unchanged output for sample items)
(Hancké, Rhodes, and Thatcher 2007; “CSL Search by Example” 2012)
(Mares 2001; Fenner et al. 2019)

“CSL Search by Example.” 2012. Citation Style Editor. http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, David Kennedy, Henning Hermjakob, Phillippe Rocca-Serra, Gustavo Durand, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6 (1): 28. doi:10.1038/s41597-019-0031-8.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press.
Mares, Isabela. 2001. “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.
chicago-author-date-17th-edition.csl (modified style; unchanged output for sample items)
(Hancké, Rhodes, and Thatcher 2007; “CSL Search by Example” 2012)
(Mares 2001; Fenner et al. 2019)

“CSL Search by Example.” 2012. Citation Style Editor. 2012. http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, David Kennedy, Henning Hermjakob, Phillippe Rocca-Serra, Gustavo Durand, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6 (1): 28. https://doi.org/10.1038/s41597-019-0031-8.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press.
Mares, Isabela. 2001. “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.
chicago-author-date-classic-no-url.csl (new)
(Hancké et al. 2007; Citation Style Editor 2012)
(Mares 2001; Fenner et al. 2019)

Citation Style Editor. 2012. “CSL Search by Example.”
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data April 10: 28.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press, .
Mares, Isabela. 2001. “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, .
chicago-author-date-classic.csl (new)
(Hancké et al. 2007; Citation Style Editor 2012)
(Mares 2001; Fenner et al. 2019)

Citation Style Editor. 2012. “CSL Search by Example.” http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data April 10: 28. https://doi.org/10.1038/s41597-019-0031-8.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press, .
Mares, Isabela. 2001. “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, .
chicago-author-date-no-url.csl (new)
(Hancké et al. 2007; Citation Style Editor 2012)
(Mares 2001; Fenner et al. 2019)

Citation Style Editor. 2012. “CSL Search by Example.”
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data April 10: 28.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford University Press, .
Mares, Isabela. 2001. “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. Oxford University Press, .
chicago-author-date.csl (modified style)
(Hancké et al. 2007; Citation Style Editor 2012)
(Mares 2001; Fenner et al. 2019)

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

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. doi: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.
chicago-fullnote-bibliography-17th-edition.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/.
Isabela Mares, “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, ed. Peter A. Hall and David Soskice (New York: Oxford University Press, 2001), 184–213; Martin Fenner 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.

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.
chicago-fullnote-bibliography-classic-no-url.csl (new)
Bob Hancké et al., 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.
Isabela Mares, “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 , ed. Peter A. Hall and David Soskice (New York: Oxford University Press, 2001), 184–213; Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” Scientific Data April 10, 2019: 28.

Citation Style Editor. “CSL Search by Example.” 2012.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data April 10, 2019: 28.
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.

Copy link

😃 Your submission passed all our automated tests.

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

21 styles changed, showing 10

chicago-annotated-bibliography.csl (modified style)
Bob Hancké et al., eds., Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy (Oxford University Press, 2007); “CSL Search by Example,” , Citation Style Editor, 2012, http://editor.citationstyles.org/searchByExample/.
Isabela Mares, “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 , ed. Peter A. Hall and David Soskice (Oxford University Press, 2001); Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” , Scientific Data April 10, 2019: 28, https://doi.org/10.1038/s41597-019-0031-8.

Citation Style Editor. “CSL Search by Example.” , . 2012. http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” , Scientific Data 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 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. Oxford University Press, 2001.
-Hancké, Rhodes, and Thatcher, <i>Beyond Varieties of Capitalism</i>; “CSL Search by Example.”<br/>
-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.”<br/>
+Bob Hancké et al., eds., <i>Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy</i> (Oxford University Press, 2007); “CSL Search by Example,” , Citation Style Editor, 2012, http://editor.citationstyles.org/searchByExample/.<br/>
+Isabela Mares, “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?,” in <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i> , ed. Peter A. Hall and David Soskice (Oxford University Press, 2001); Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” , <i>Scientific Data</i> April 10, 2019: 28, https://doi.org/10.1038/s41597-019-0031-8.<br/>
 <hr/>
-Citation Style Editor. “CSL Search by Example,” 2012. http://editor.citationstyles.org/searchByExample/.<br/>
-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.” <i>Scientific Data</i> 6, no. 1 (April 10, 2019): 28. https://doi.org/10.1038/s41597-019-0031-8.<br/>
-Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. <i>Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy</i>. Oxford and New York: Oxford University Press, 2007.<br/>
-Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” In <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i>, , edited by Peter A. Hall and David Soskice, 184–213. New York: Oxford University Press, 2001.<br/>
+Citation Style Editor. “CSL Search by Example.” , . 2012. http://editor.citationstyles.org/searchByExample/.<br/>
+Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” , <i>Scientific Data</i> April 10, 2019: 28. https://doi.org/10.1038/s41597-019-0031-8.<br/>
+Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. <i>Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy</i>. Oxford University Press, 2007.<br/>
+Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” In <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i> , edited by Peter A. Hall and David Soskice. Oxford University Press, 2001.<br/>
chicago-author-date-16th-edition.csl (modified style; unchanged output for sample items)
(Hancké, Rhodes, and Thatcher 2007; “CSL Search by Example” 2012)
(Mares 2001; Fenner et al. 2019)

“CSL Search by Example.” 2012. Citation Style Editor. http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, David Kennedy, Henning Hermjakob, Phillippe Rocca-Serra, Gustavo Durand, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6 (1): 28. doi:10.1038/s41597-019-0031-8.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press.
Mares, Isabela. 2001. “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.
chicago-author-date-17th-edition.csl (modified style; unchanged output for sample items)
(Hancké, Rhodes, and Thatcher 2007; “CSL Search by Example” 2012)
(Mares 2001; Fenner et al. 2019)

“CSL Search by Example.” 2012. Citation Style Editor. 2012. http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, David Kennedy, Henning Hermjakob, Phillippe Rocca-Serra, Gustavo Durand, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6 (1): 28. https://doi.org/10.1038/s41597-019-0031-8.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press.
Mares, Isabela. 2001. “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.
chicago-author-date-classic-no-url.csl (new)
(Hancké et al. 2007; Citation Style Editor 2012)
(Mares 2001; Fenner et al. 2019)

Citation Style Editor. 2012. “CSL Search by Example.” , .
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” , Scientific Data April 10: 28.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press, .
Mares, Isabela. 2001. “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, .
chicago-author-date-classic.csl (new)
(Hancké et al. 2007; Citation Style Editor 2012)
(Mares 2001; Fenner et al. 2019)

Citation Style Editor. 2012. “CSL Search by Example.” , . http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” , Scientific Data April 10: 28. https://doi.org/10.1038/s41597-019-0031-8.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press, .
Mares, Isabela. 2001. “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, .
chicago-author-date-no-url.csl (new)
(Hancké et al. 2007; Citation Style Editor 2012)
(Mares 2001; Fenner et al. 2019)

Citation Style Editor. 2012. “CSL Search by Example.” , .
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” , Scientific Data April 10: 28.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford University Press, .
Mares, Isabela. 2001. “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. Oxford University Press, .
chicago-author-date.csl (modified style)
(Hancké et al. 2007; Citation Style Editor 2012)
(Mares 2001; Fenner et al. 2019)

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

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. doi: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.
chicago-fullnote-bibliography-17th-edition.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/.
Isabela Mares, “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, ed. Peter A. Hall and David Soskice (New York: Oxford University Press, 2001), 184–213; Martin Fenner 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.

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.
chicago-fullnote-bibliography-classic-no-url.csl (new)
Bob Hancké et al., 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.
Isabela Mares, “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 , ed. Peter A. Hall and David Soskice (New York: Oxford University Press, 2001), 184–213; Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” , Scientific Data April 10, 2019: 28.

Citation Style Editor. “CSL Search by Example.” , . 2012.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” , Scientific Data April 10, 2019: 28.
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.

Copy link

😃 Your submission passed all our automated tests.

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

21 styles changed, showing 10

chicago-annotated-bibliography.csl (modified style)
Bob Hancké et al., eds. , “Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy” (Oxford University Press, 2007); , “CSL Search by Example,” Citation Style Editor , 2012, http://editor.citationstyles.org/searchByExample/.
Isabela Mares, “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?,” Varieties of Capitalism. The Institutional Foundations of Comparative Advantage , ed. Peter A. Hall and David Soskice (Oxford University Press, 2001); Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” Scientific Data April 10, 2019, https://doi.org/10.1038/s41597-019-0031-8.

. “CSL Search by Example.” Citation Style Editor . 2012. http://editor.citationstyles.org/searchByExample/.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . “Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy.” Oxford University Press, 2007.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data . https://doi.org/10.1038/s41597-019-0031-8.
Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” Varieties of Capitalism. The Institutional Foundations of Comparative Advantage , edited by Peter A. Hall and David Soskice. Oxford University Press, 2001.
-Hancké, Rhodes, and Thatcher, <i>Beyond Varieties of Capitalism</i>; “CSL Search by Example.”<br/>
-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.”<br/>
+ Bob Hancké et al., eds. , “Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy” (Oxford University Press, 2007); , “CSL Search by Example,” <i>Citation Style Editor</i> , 2012, http://editor.citationstyles.org/searchByExample/.<br/>
+Isabela Mares, “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?,” <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i> , ed. Peter A. Hall and David Soskice (Oxford University Press, 2001); Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” <i>Scientific Data</i> April 10, 2019, https://doi.org/10.1038/s41597-019-0031-8.<br/>
 <hr/>
-Citation Style Editor. “CSL Search by Example,” 2012. http://editor.citationstyles.org/searchByExample/.<br/>
-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.” <i>Scientific Data</i> 6, no. 1 (April 10, 2019): 28. https://doi.org/10.1038/s41597-019-0031-8.<br/>
-Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. <i>Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy</i>. Oxford and New York: Oxford University Press, 2007.<br/>
-Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” In <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i>, , edited by Peter A. Hall and David Soskice, 184–213. New York: Oxford University Press, 2001.<br/>
+ . “CSL Search by Example.” <i>Citation Style Editor</i> . 2012. http://editor.citationstyles.org/searchByExample/.<br/>
+ Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . “Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy.” Oxford University Press, 2007.<br/>
+Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” <i>Scientific Data</i> . https://doi.org/10.1038/s41597-019-0031-8.<br/>
+Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i> , edited by Peter A. Hall and David Soskice. Oxford University Press, 2001.<br/>
chicago-author-date-16th-edition.csl (modified style; unchanged output for sample items)
(Hancké, Rhodes, and Thatcher 2007; “CSL Search by Example” 2012)
(Mares 2001; Fenner et al. 2019)

“CSL Search by Example.” 2012. Citation Style Editor. http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, David Kennedy, Henning Hermjakob, Phillippe Rocca-Serra, Gustavo Durand, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6 (1): 28. doi:10.1038/s41597-019-0031-8.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press.
Mares, Isabela. 2001. “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.
chicago-author-date-17th-edition.csl (modified style; unchanged output for sample items)
(Hancké, Rhodes, and Thatcher 2007; “CSL Search by Example” 2012)
(Mares 2001; Fenner et al. 2019)

“CSL Search by Example.” 2012. Citation Style Editor. 2012. http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, David Kennedy, Henning Hermjakob, Phillippe Rocca-Serra, Gustavo Durand, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6 (1): 28. https://doi.org/10.1038/s41597-019-0031-8.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press.
Mares, Isabela. 2001. “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.
chicago-author-date-classic-no-url.csl (new)
( Hancké et al. 2007; 2012)
(Mares 2001; Fenner et al. 2019)

. 2012. “CSL Search by Example.” Citation Style Editor .
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . 2007. “Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy.” Oxford and New York: Oxford University Press, .
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data .
Mares, Isabela. 2001. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” Varieties of Capitalism. The Institutional Foundations of Comparative Advantage , edited by Peter A. Hall and David Soskice, 184–213. New York: Oxford University Press, .
chicago-author-date-classic.csl (new)
( Hancké et al. 2007; 2012)
(Mares 2001; Fenner et al. 2019)

. 2012. “CSL Search by Example.” Citation Style Editor . http://editor.citationstyles.org/searchByExample/.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . 2007. “Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy.” Oxford and New York: Oxford University Press, .
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data . https://doi.org/10.1038/s41597-019-0031-8.
Mares, Isabela. 2001. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” Varieties of Capitalism. The Institutional Foundations of Comparative Advantage , edited by Peter A. Hall and David Soskice, 184–213. New York: Oxford University Press, .
chicago-author-date-no-url.csl (new)
( Hancké et al. 2007; 2012)
(Mares 2001; Fenner et al. 2019)

. 2012. “CSL Search by Example.” Citation Style Editor .
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . 2007. “Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy.” Oxford University Press, .
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data .
Mares, Isabela. 2001. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” Varieties of Capitalism. The Institutional Foundations of Comparative Advantage , edited by Peter A. Hall and David Soskice. Oxford University Press, .
chicago-author-date.csl (modified style)
( Hancké et al. 2007; 2012)
(Mares 2001; Fenner et al. 2019)

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

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. doi: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.
chicago-fullnote-bibliography-17th-edition.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/.
Isabela Mares, “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, ed. Peter A. Hall and David Soskice (New York: Oxford University Press, 2001), 184–213; Martin Fenner 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.

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.
chicago-fullnote-bibliography-classic-no-url.csl (new)
Bob Hancké et al., 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.
Isabela Mares, “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?,” Varieties of Capitalism. The Institutional Foundations of Comparative Advantage , ed. Peter A. Hall and David Soskice (New York: Oxford University Press, 2001), 184–213; Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” Scientific Data April 10, 2019.

. “CSL Search by Example.” Citation Style Editor . 2012.
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.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data .
Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” 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.

In a work with no bibliography, list up to six authors in the first, full citation in a note—as in a bibliography entry.
@bwiernik
Copy link
Member

Something is wrong with the author substitution for the website item

@github-actions github-actions bot added the waiting-for-response-from-contributor The ticket/pull request is awaiting input from the contributor/depositor label Mar 30, 2025
@adunning
Copy link
Contributor Author

@bwiernik Could you give an example of what you are seeing? Note in CMOS 14.104 that the note and bibliography forms weirdly do not mirror one another.

@github-actions github-actions bot removed the waiting-for-response-from-contributor The ticket/pull request is awaiting input from the contributor/depositor label Mar 31, 2025
Copy link

😟 There are some issues with your submission.

17 tests failed

chicago-annotated-bibliography: must define all macros that are called by <text/> and <key/> elements

expected `{"URI"=>#<CSL::Style::Macro name="URI" children=[1]>, "access"=>#<CSL::Style::Macro name="access" chi...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-author-date-classic-no-url: must define all macros that are called by <text/> and <key/> elements

expected `{"access"=>#<CSL::Style::Macro name="access" children=[1]>, "archive"=>#<CSL::Style::Macro name="arch...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-author-date-classic: must define all macros that are called by <text/> and <key/> elements

expected `{"URI"=>#<CSL::Style::Macro name="URI" children=[1]>, "access"=>#<CSL::Style::Macro name="access" chi...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-author-date-no-url: must define all macros that are called by <text/> and <key/> elements

expected `{"access"=>#<CSL::Style::Macro name="access" children=[1]>, "archive"=>#<CSL::Style::Macro name="arch...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-author-date: must define all macros that are called by <text/> and <key/> elements

expected `{"URI"=>#<CSL::Style::Macro name="URI" children=[1]>, "access"=>#<CSL::Style::Macro name="access" chi...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-fullnote-bibliography-classic-no-url: must define all macros that are called by <text/> and <key/> elements

expected `{"access"=>#<CSL::Style::Macro name="access" children=[1]>, "access-note"=>#<CSL::Style::Macro name="...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-fullnote-bibliography-classic: must define all macros that are called by <text/> and <key/> elements

expected `{"URI"=>#<CSL::Style::Macro name="URI" children=[1]>, "access"=>#<CSL::Style::Macro name="access" chi...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-fullnote-bibliography-no-url: must define all macros that are called by <text/> and <key/> elements

expected `{"access"=>#<CSL::Style::Macro name="access" children=[1]>, "access-note"=>#<CSL::Style::Macro name="...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-fullnote-bibliography-with-ibid: must define all macros that are called by <text/> and <key/> elements

expected `{"URI"=>#<CSL::Style::Macro name="URI" children=[1]>, "access"=>#<CSL::Style::Macro name="access" chi...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-fullnote-bibliography: must define all macros that are called by <text/> and <key/> elements

expected `{"URI"=>#<CSL::Style::Macro name="URI" children=[1]>, "access"=>#<CSL::Style::Macro name="access" chi...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-fullnote-no-url: must define all macros that are called by <text/> and <key/> elements

expected `{"access-note"=>#<CSL::Style::Macro name="access-note" children=[1]>, "archive"=>#<CSL::Style::Macro ...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-fullnote: must define all macros that are called by <text/> and <key/> elements

expected `{"URI"=>#<CSL::Style::Macro name="URI" children=[1]>, "access-note"=>#<CSL::Style::Macro name="access...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-note-bibliography-classic-no-url: must define all macros that are called by <text/> and <key/> elements

expected `{"access"=>#<CSL::Style::Macro name="access" children=[1]>, "archive"=>#<CSL::Style::Macro name="arch...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-note-bibliography-classic: must define all macros that are called by <text/> and <key/> elements

expected `{"URI"=>#<CSL::Style::Macro name="URI" children=[1]>, "access"=>#<CSL::Style::Macro name="access" chi...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-note-bibliography-no-url: must define all macros that are called by <text/> and <key/> elements

expected `{"access"=>#<CSL::Style::Macro name="access" children=[1]>, "archive"=>#<CSL::Style::Macro name="arch...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-note-bibliography-with-ibid: must define all macros that are called by <text/> and <key/> elements

expected `{"URI"=>#<CSL::Style::Macro name="URI" children=[1]>, "access"=>#<CSL::Style::Macro name="access" chi...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

chicago-note-bibliography: must define all macros that are called by <text/> and <key/> elements

expected `{"URI"=>#<CSL::Style::Macro name="URI" children=[1]>, "access"=>#<CSL::Style::Macro name="access" chi...hildren=[1]>, "volumes-number-label"=>#<CSL::Style::Macro name="volumes-number-label" children=[1]>}.has_key?("reviewed-genre")` to be truthy, got false

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:

23 styles changed, showing 10

chicago-annotated-bibliography.csl (modified style)
Bob Hancké et al., eds. , “Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy” (Oxford University Press, 2007); , “CSL Search by Example,” Citation Style Editor , 2012, http://editor.citationstyles.org/searchByExample/.
Isabela Mares, “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?,” Varieties of Capitalism. The Institutional Foundations of Comparative Advantage , ed. Peter A. Hall and David Soskice (Oxford University Press, 2001); Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” Scientific Data April 10, 2019, https://doi.org/10.1038/s41597-019-0031-8.

. “CSL Search by Example.” Citation Style Editor . 2012. http://editor.citationstyles.org/searchByExample/.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . “Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy.” Oxford University Press, 2007.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data . https://doi.org/10.1038/s41597-019-0031-8.
Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” Varieties of Capitalism. The Institutional Foundations of Comparative Advantage , edited by Peter A. Hall and David Soskice. Oxford University Press, 2001.
-Hancké, Rhodes, and Thatcher, <i>Beyond Varieties of Capitalism</i>; “CSL Search by Example.”<br/>
-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.”<br/>
+ Bob Hancké et al., eds. , “Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy” (Oxford University Press, 2007); , “CSL Search by Example,” <i>Citation Style Editor</i> , 2012, http://editor.citationstyles.org/searchByExample/.<br/>
+Isabela Mares, “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?,” <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i> , ed. Peter A. Hall and David Soskice (Oxford University Press, 2001); Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” <i>Scientific Data</i> April 10, 2019, https://doi.org/10.1038/s41597-019-0031-8.<br/>
 <hr/>
-Citation Style Editor. “CSL Search by Example,” 2012. http://editor.citationstyles.org/searchByExample/.<br/>
-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.” <i>Scientific Data</i> 6, no. 1 (April 10, 2019): 28. https://doi.org/10.1038/s41597-019-0031-8.<br/>
-Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. <i>Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy</i>. Oxford and New York: Oxford University Press, 2007.<br/>
-Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” In <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i>, , edited by Peter A. Hall and David Soskice, 184–213. New York: Oxford University Press, 2001.<br/>
+ . “CSL Search by Example.” <i>Citation Style Editor</i> . 2012. http://editor.citationstyles.org/searchByExample/.<br/>
+ Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . “Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy.” Oxford University Press, 2007.<br/>
+Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” <i>Scientific Data</i> . https://doi.org/10.1038/s41597-019-0031-8.<br/>
+Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i> , edited by Peter A. Hall and David Soskice. Oxford University Press, 2001.<br/>
chicago-author-date-16th-edition.csl (modified style; unchanged output for sample items)
(Hancké, Rhodes, and Thatcher 2007; “CSL Search by Example” 2012)
(Mares 2001; Fenner et al. 2019)

“CSL Search by Example.” 2012. Citation Style Editor. http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, David Kennedy, Henning Hermjakob, Phillippe Rocca-Serra, Gustavo Durand, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6 (1): 28. doi:10.1038/s41597-019-0031-8.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press.
Mares, Isabela. 2001. “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.
chicago-author-date-17th-edition.csl (modified style; unchanged output for sample items)
(Hancké, Rhodes, and Thatcher 2007; “CSL Search by Example” 2012)
(Mares 2001; Fenner et al. 2019)

“CSL Search by Example.” 2012. Citation Style Editor. 2012. http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, David Kennedy, Henning Hermjakob, Phillippe Rocca-Serra, Gustavo Durand, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6 (1): 28. https://doi.org/10.1038/s41597-019-0031-8.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press.
Mares, Isabela. 2001. “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.
chicago-author-date-classic-no-url.csl (new)
( Hancké et al. 2007; 2012)
(Mares 2001; Fenner et al. 2019)

. 2012. “CSL Search by Example.” Citation Style Editor .
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . 2007. “Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy.” Oxford and New York: Oxford University Press, .
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data .
Mares, Isabela. 2001. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” Varieties of Capitalism. The Institutional Foundations of Comparative Advantage , edited by Peter A. Hall and David Soskice, 184–213. New York: Oxford University Press, .
chicago-author-date-classic.csl (new)
( Hancké et al. 2007; 2012)
(Mares 2001; Fenner et al. 2019)

. 2012. “CSL Search by Example.” Citation Style Editor . http://editor.citationstyles.org/searchByExample/.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . 2007. “Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy.” Oxford and New York: Oxford University Press, .
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data . https://doi.org/10.1038/s41597-019-0031-8.
Mares, Isabela. 2001. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” Varieties of Capitalism. The Institutional Foundations of Comparative Advantage , edited by Peter A. Hall and David Soskice, 184–213. New York: Oxford University Press, .
chicago-author-date-no-url.csl (new)
( Hancké et al. 2007; 2012)
(Mares 2001; Fenner et al. 2019)

. 2012. “CSL Search by Example.” Citation Style Editor .
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . 2007. “Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy.” Oxford University Press, .
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data .
Mares, Isabela. 2001. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” Varieties of Capitalism. The Institutional Foundations of Comparative Advantage , edited by Peter A. Hall and David Soskice. Oxford University Press, .
chicago-author-date.csl (modified style)
( Hancké et al. 2007; 2012)
(Mares 2001; Fenner et al. 2019)

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

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. doi: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.
chicago-fullnote-bibliography-17th-edition.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/.
Isabela Mares, “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, ed. Peter A. Hall and David Soskice (New York: Oxford University Press, 2001), 184–213; Martin Fenner 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.

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.
chicago-fullnote-bibliography-classic-no-url.csl (new)
Bob Hancké et al., 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.
Isabela Mares, “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?,” Varieties of Capitalism. The Institutional Foundations of Comparative Advantage , ed. Peter A. Hall and David Soskice (New York: Oxford University Press, 2001), 184–213; Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” Scientific Data April 10, 2019.

. “CSL Search by Example.” Citation Style Editor . 2012.
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.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data .
Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” 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.

@adunning
Copy link
Contributor Author

@bwiernik Ah, I see what you mean – you're referring to the generated examples on GitHub. I've been ignoring these, since they do not reflect citeproc-js output. In this case, the online version is not following the normal behaviour of match="all", which should allow any type listed (since an item cannot be of more than one type). The culprit is the line <if type="article-magazine article-newspaper entry-dictionary entry-encyclopedia review review-book post-weblog webpage">, which with citeproc-js matches any of the types listed; but the processor used on GitHub is trying to achieve the logical impossibility of matching all these types.

@adam3smith
Copy link
Member

But while sensible in some way, this is off-spec behavior by citeproc-js and shouldn't be relied on (according to the specs, if defaults to match="all"). Just set match="any" explicitly

@github-actions github-actions bot added the waiting-for-response-from-contributor The ticket/pull request is awaiting input from the contributor/depositor label Mar 31, 2025
@adunning
Copy link
Contributor Author

@adam3smith Are you certain that this is off-spec? I have a number of conditionals similar to <if type="article-journal periodical" variable="volume"> which would be impossible to write with match="any".

@github-actions github-actions bot removed the waiting-for-response-from-contributor The ticket/pull request is awaiting input from the contributor/depositor label Mar 31, 2025
Copy link

😃 Your submission passed all our automated tests.

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

23 styles changed, showing 10

chicago-annotated-bibliography.csl (modified style)
Bob Hancké et al., eds. , Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy (Oxford University Press, 2007); , “CSL Search by Example,” Citation Style Editor, 2012, http://editor.citationstyles.org/searchByExample/.
Isabela Mares, “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 , ed. Peter A. Hall and David Soskice (Oxford University Press, 2001); Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” Scientific Data 6, no. 1 (2019): 28, https://doi.org/10.1038/s41597-019-0031-8.

. “CSL Search by Example.” Citation Style Editor. 2012. http://editor.citationstyles.org/searchByExample/.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford University Press, 2007.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6, no. 1 (2019): 28. https://doi.org/10.1038/s41597-019-0031-8.
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. Oxford University Press, 2001.
-Hancké, Rhodes, and Thatcher, <i>Beyond Varieties of Capitalism</i>; “CSL Search by Example.”<br/>
-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.”<br/>
+ Bob Hancké et al., eds. , <i>Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy</i> (Oxford University Press, 2007); , “CSL Search by Example,” Citation Style Editor, 2012, http://editor.citationstyles.org/searchByExample/.<br/>
+Isabela Mares, “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?,” in <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i> , ed. Peter A. Hall and David Soskice (Oxford University Press, 2001); Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” <i>Scientific Data</i> 6, no. 1 (2019): 28, https://doi.org/10.1038/s41597-019-0031-8.<br/>
 <hr/>
-Citation Style Editor. “CSL Search by Example,” 2012. http://editor.citationstyles.org/searchByExample/.<br/>
-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.” <i>Scientific Data</i> 6, no. 1 (April 10, 2019): 28. https://doi.org/10.1038/s41597-019-0031-8.<br/>
-Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. <i>Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy</i>. Oxford and New York: Oxford University Press, 2007.<br/>
-Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” In <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i>, , edited by Peter A. Hall and David Soskice, 184–213. New York: Oxford University Press, 2001.<br/>
+ . “CSL Search by Example.” Citation Style Editor. 2012. http://editor.citationstyles.org/searchByExample/.<br/>
+ Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . <i>Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy</i>. Oxford University Press, 2007.<br/>
+Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” <i>Scientific Data</i> 6, no. 1 (2019): 28. https://doi.org/10.1038/s41597-019-0031-8.<br/>
+Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” In <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i> , edited by Peter A. Hall and David Soskice. Oxford University Press, 2001.<br/>
chicago-author-date-16th-edition.csl (modified style; unchanged output for sample items)
(Hancké, Rhodes, and Thatcher 2007; “CSL Search by Example” 2012)
(Mares 2001; Fenner et al. 2019)

“CSL Search by Example.” 2012. Citation Style Editor. http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, David Kennedy, Henning Hermjakob, Phillippe Rocca-Serra, Gustavo Durand, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6 (1): 28. doi:10.1038/s41597-019-0031-8.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press.
Mares, Isabela. 2001. “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.
chicago-author-date-17th-edition.csl (modified style; unchanged output for sample items)
(Hancké, Rhodes, and Thatcher 2007; “CSL Search by Example” 2012)
(Mares 2001; Fenner et al. 2019)

“CSL Search by Example.” 2012. Citation Style Editor. 2012. http://editor.citationstyles.org/searchByExample/.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, David Kennedy, Henning Hermjakob, Phillippe Rocca-Serra, Gustavo Durand, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6 (1): 28. https://doi.org/10.1038/s41597-019-0031-8.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press.
Mares, Isabela. 2001. “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.
chicago-author-date-classic-no-url.csl (new)
( Hancké et al. 2007; 2012)
(Mares 2001; Fenner et al. 2019)

. 2012. “CSL Search by Example.” Citation Style Editor.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press, .
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6 (1): 28.
Mares, Isabela. 2001. “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, .
chicago-author-date-classic.csl (new)
( Hancké et al. 2007; 2012)
(Mares 2001; Fenner et al. 2019)

. 2012. “CSL Search by Example.” Citation Style Editor. http://editor.citationstyles.org/searchByExample/.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford and New York: Oxford University Press, .
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6 (1): 28. https://doi.org/10.1038/s41597-019-0031-8.
Mares, Isabela. 2001. “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, .
chicago-author-date-no-url.csl (new)
( Hancké et al. 2007; 2012)
(Mares 2001; Fenner et al. 2019)

. 2012. “CSL Search by Example.” Citation Style Editor.
Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. . 2007. Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy. Oxford University Press, .
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. 2019. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6 (1): 28.
Mares, Isabela. 2001. “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. Oxford University Press, .
chicago-author-date.csl (modified style)
( Hancké et al. 2007; 2012)
(Mares 2001; Fenner et al. 2019)

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

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. doi: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.
chicago-fullnote-bibliography-17th-edition.csl (modified style)
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/.
Isabela Mares, “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, ed. Peter A. Hall and David Soskice (New York: Oxford University Press, 2001), 184–213; Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” Scientific Data 6, no. 1 (April 10, 2019), https://doi.org/10.1038/s41597-019-0031-8.

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.
 Bob Hancké, Martin Rhodes, and Mark Thatcher, eds., <i>Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy</i> (Oxford and New York: Oxford University Press, 2007); “CSL Search by Example,” Citation Style Editor, 2012, http://editor.citationstyles.org/searchByExample/.<br/>
-Isabela Mares, “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?,” in <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i>, ed. Peter A. Hall and David Soskice (New York: Oxford University Press, 2001), 184–213; Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” <i>Scientific Data</i> 6, no. 1 (April 10, 2019): 28, https://doi.org/10.1038/s41597-019-0031-8.<br/>
+Isabela Mares, “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?,” in <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i>, ed. Peter A. Hall and David Soskice (New York: Oxford University Press, 2001), 184–213; Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” <i>Scientific Data</i> 6, no. 1 (April 10, 2019), https://doi.org/10.1038/s41597-019-0031-8.<br/>
 <hr/>
 Citation Style Editor. “CSL Search by Example,” 2012. http://editor.citationstyles.org/searchByExample/.<br/>
 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.” <i>Scientific Data</i> 6, no. 1 (April 10, 2019): 28. https://doi.org/10.1038/s41597-019-0031-8.<br/>
 Hancké, Bob, Martin Rhodes, and Mark Thatcher, eds. <i>Beyond Varieties of Capitalism: Conflict, Contradiction, and Complementarities in the European Economy</i>. Oxford and New York: Oxford University Press, 2007.<br/>
 Mares, Isabela. “Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?” In <i>Varieties of Capitalism. The Institutional Foundations of Comparative Advantage</i>, , edited by Peter A. Hall and David Soskice, 184–213. New York: Oxford University Press, 2001.<br/>
chicago-fullnote-bibliography-classic-no-url.csl (new)
Bob Hancké et al., 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.
Isabela Mares, “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 , ed. Peter A. Hall and David Soskice (New York: Oxford University Press, 2001), 184–213; Martin Fenner et al., “A Data Citation Roadmap for Scholarly Data Repositories,” Scientific Data 6, no. 1 (2019): 28.

. “CSL Search by Example.” Citation Style Editor. 2012.
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.
Fenner, Martin, Mercè Crosas, Jeffrey S. Grethe, et al. “A Data Citation Roadmap for Scholarly Data Repositories.” Scientific Data 6, no. 1 (2019): 28.
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants