Style Request -Chicago Manual of Style 17th edition (full note, short title subsequent) adaptation

Hi,

This is probably an easy fix but I don't know CSL well enough to make sure I do this right and I'm not sure if my edits in the visual editor are just hot glue fixes. I'm not sure if this style exists and I didn't know how to find it.

I need the CMS 17th (full note, short title subsequent) style but with changes to the notes part only (no changes to the bibliography):
1. [First name] [Last name] to [Lastname], [Initial].
2. Add date in round brackets to the end of the short title in subsequent citations.

1. Campbell, J. L. and Pedersen, O. K., “The Varieties of Capitalism and Hybrid Success: Denmark in the Global Economy,” Comparative Political Studies 40, no. 3 (March 1, 2007): 307–32, https://doi.org/10.1177/0010414006286542
2. Mares, I. “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), 0, https://doi.org/10.1093/0199247757.003.0005;
3. Mishra, C., et al., “Increasing Risks for Emerging Infectious Diseases within a Rapidly Changing High Asia,” Ambio 51, no. 3 (March 1, 2022): 494–507, https://doi.org/10.1007/s13280-021-01599-7.

Short titles
1. Mares, “Firms and the Welfare State,” (2007).
2. Campbell and Pedersen, “The Varieties of Capitalism and Hybrid Success,” (2001).
3. Mishra et al., “Increasing Risks for Emerging Infectious Diseases within a Rapidly Changing High Asia,” (2022).

A higher up initially wanted a similar Harvard style but with footnotes and bibliography but I tried to convince them it doesn't exist since Harvard style is an author-date style by definition. This is the compromise. Any help or alternative suggestions are appreciated!
  • 1. Change the contributors-note macro to this:
    <macro name="contributors-note">
    <group delimiter=" ">
    <names variable="author">
    <name and="text" initialize-with=". " name-as-sort-order="all"/>
    <label form="short" prefix=", "/>
    <substitute>
    <names variable="editor"/>
    <names variable="translator"/>
    </substitute>
    </names>
    <text macro="recipient-note"/>
    </group>
    </macro>


    2. Change line 1352 to:

    <text macro="date-disambiguate" prefix="(" suffix=")"/>


    Also, change ID etc. as explained here:
    https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
  • edited September 29, 2023
    Sorry for the late reply! I tried it out and it worked for (1) but it didn't work for (2) for some reason.
    It just appears as:
    Mishra et al., “Increasing Risks for Emerging Infectious Diseases within a Rapidly Changing High Asia."
  • Here is the code as it appears now in case anyone is able to help:
    https://pastebin.com/kaBhqJNx
Sign In or Register to comment.