Skip to content

Commit

Permalink
Update historical-materialism.csl (#4960)
Browse files Browse the repository at this point in the history
* Update historical-materialism.csl

via https://forums.zotero.org/discussion/comment/361808/#Comment_361808

* Update historical-materialism.csl

Co-authored-by: Rintze M. Zelle <rintze.zelle@gmail.com>
  • Loading branch information
rmzelle committed Aug 11, 2020
2 parents 1d1cf09 + 80456dc commit 8ca2ea1
Showing 1 changed file with 15 additions and 20 deletions.
35 changes: 15 additions & 20 deletions historical-materialism.csl
Expand Up @@ -13,7 +13,7 @@
<category field="social_science"/>
<issn>1465-4466</issn>
<eissn>1569-206X</eissn>
<updated>2020-08-03T08:43:23+00:00</updated>
<updated>2020-08-10T08:06:15+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 All @@ -30,15 +30,15 @@
<choose>
<if variable="author">
<names variable="editor">
<label form="verb-short" text-case="capitalize-first" suffix=". "/>
<label form="verb" suffix=" "/>
<name and="text" delimiter=", "/>
</names>
</if>
</choose>
<choose>
<if variable="author editor" match="any">
<names variable="translator">
<label form="verb-short" text-case="capitalize-first" suffix=". "/>
<label form="verb" suffix=" "/>
<name and="text" delimiter=", "/>
</names>
</if>
Expand Down Expand Up @@ -91,7 +91,7 @@
<macro name="editor">
<names variable="editor">
<name name-as-sort-order="first" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", " suffix="."/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="translator">
Expand Down Expand Up @@ -121,7 +121,7 @@
<macro name="contributors">
<names variable="author">
<name and="text" name-as-sort-order="first"/>
<label form="verb-short" prefix=", " suffix="."/>
<label form="verb-short" prefix=" (" suffix=")"/>
<substitute>
<text macro="editor"/>
<text macro="translator"/>
Expand All @@ -133,6 +133,7 @@
<macro name="contributors-short">
<names variable="author">
<name form="short" and="text" delimiter=", "/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
Expand All @@ -159,7 +160,13 @@
<text variable="title"/>
</else-if>
<else-if type="book">
<text variable="title" font-style="italic" text-case="title"/>
<group delimiter=" ">
<text variable="title" font-style="italic" text-case="title"/>
<group>
<text term="volume" form="short" text-case="capitalize-first" suffix=". "/>
<number variable="volume" form="numeric"/>
</group>
</group>
</else-if>
<else>
<text variable="title" quotes="true"/>
Expand Down Expand Up @@ -194,18 +201,6 @@
<text variable="container-title" prefix=" "/>
<text variable="page" prefix=" "/>
</else-if>
<else-if type="book">
<group delimiter=". ">
<group>
<text term="volume" form="short" text-case="capitalize-first" suffix=". "/>
<number variable="volume" form="numeric"/>
</group>
<group>
<number variable="number-of-volumes" form="numeric"/>
<text term="volume" form="short" prefix=" " suffix="." plural="true"/>
</group>
</group>
</else-if>
<else-if type="chapter">
<choose>
<if variable="page" match="none">
Expand Down Expand Up @@ -325,7 +320,7 @@
</choose>
</macro>
<citation et-al-min="4" et-al-use-first="1">
<layout delimiter="; ">
<layout delimiter="; " suffix=".">
<choose>
<if match="any" position="ibid-with-locator">
<group delimiter=", ">
Expand Down Expand Up @@ -364,8 +359,8 @@
<text macro="container-title"/>
<text macro="secondary-contributors"/>
<text macro="container-contributors"/>
<text macro="edition"/>
<text macro="locators"/>
<text macro="edition"/>
<text macro="collection-title" prefix=". "/>
<text macro="locators-article"/>
<text macro="publisher"/>
Expand Down

0 comments on commit 8ca2ea1

Please sign in to comment.