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

Update american-journal-of-sociology.csl #7374

Merged
merged 4 commits into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions american-journal-of-sociology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
<link href="http://www.zotero.org/styles/american-journal-of-sociology" rel="self"/>
<link href="http://www.zotero.org/styles/conservation-and-society" rel="template"/>
<link href="https://www.journals.uchicago.edu/journals/ajs/instruct" rel="documentation"/>
<link href="https://www.journals.uchicago.edu/pb-assets/docs/journals/ajs-accepted-publication-formatting-1692887363133.pdf" rel="documentation"/>
<author>
<name>Patrick O'Brien</name>
</author>
<category citation-format="author-date"/>
<category field="sociology"/>
<issn>0002-9602</issn>
<eissn>1537-5390</eissn>
<updated>2021-08-21T15:46:13+00:00</updated>
<updated>2025-01-12T09:53:56+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
Expand Down Expand Up @@ -74,6 +75,9 @@
</group>
</group>
</if>
<else-if type="article-journal" match="any">
<text variable="DOI" prefix="DOI: "/>
</else-if>
</choose>
</macro>
<macro name="publisher">
Expand All @@ -92,6 +96,7 @@
</group>
</macro>
<macro name="issued">
<date date-parts="year" form="text" variable="original-date" prefix="(" suffix=") "/>
<choose>
<if variable="issued">
<group prefix=" " suffix=".">
Expand All @@ -114,6 +119,7 @@
</choose>
</macro>
<macro name="issued-year">
<date date-parts="year" form="text" variable="original-date" prefix="(" suffix=") "/>
<choose>
<if variable="issued">
<date variable="issued">
Expand Down Expand Up @@ -142,7 +148,7 @@
<group delimiter=" " prefix=". ">
<text variable="container-title" font-style="italic"/>
<group delimiter=": ">
<group>
<group delimiter=" ">
<text variable="volume" prefix=" "/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
Expand All @@ -153,7 +159,6 @@
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=". " prefix=". ">
<text macro="secondary-contributors"/>
<text macro="edition"/>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
Expand Down