Skip to content

Commit

Permalink
add original-date also to in-text
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Jan 12, 2025
1 parent 0dbb095 commit 644c18f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions american-journal-of-sociology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<category field="sociology"/>
<issn>0002-9602</issn>
<eissn>1537-5390</eissn>
<updated>2025-01-07T08:23:49+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 @@ -96,9 +96,9 @@
</group>
</macro>
<macro name="issued">
<date date-parts="year" form="text" variable="original-date" prefix="(" suffix=") "/>
<choose>
<if variable="issued">
<date date-parts="year" form="text" variable="original-date" prefix="(" suffix=") "/>
<group prefix=" " suffix=".">
<date variable="issued">
<date-part name="year"/>
Expand All @@ -119,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 @@ -208,7 +209,7 @@
</group>
</layout>
</citation>
<bibliography et-al-subsequent-min="4" et-al-subsequent-use-first="1" subsequent-author-substitute="&#8212;&#8212;&#8212;" entry-spacing="0" hanging-indent="true">
<bibliography et-al-subsequent-min="4" et-al-subsequent-use-first="1" subsequent-author-substitute="———" entry-spacing="0" hanging-indent="true">
<sort>
<key macro="author"/>
<key variable="issued"/>
Expand Down

0 comments on commit 644c18f

Please sign in to comment.