Skip to content

Commit

Permalink
Update modern-humanities-research-association.csl (#7299)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Oct 30, 2024
1 parent 1931353 commit f720e36
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions modern-humanities-research-association.csl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<category citation-format="note"/>
<category field="generic-base"/>
<summary>MHRA format with full notes and bibliography</summary>
<updated>2024-04-08T08:14:12+00:00</updated>
<updated>2024-10-30T15:33:25+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 @@ -102,21 +102,17 @@
</else>
</choose>
</macro>
<macro name="disambiguate">
<macro name="title-subsequent">
<choose>
<if disambiguate="true">
<choose>
<if variable="title" match="none">
<text macro="issued"/>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic" text-case="title" form="short"/>
</else-if>
<else>
<text variable="title" quotes="true" text-case="title" form="short"/>
</else>
</choose>
<if variable="title" match="none">
<text macro="issued"/>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic" text-case="title" form="short"/>
</else-if>
<else>
<text variable="title" quotes="true" text-case="title" form="short"/>
</else>
</choose>
</macro>
<macro name="title-sort-substitute">
Expand Down Expand Up @@ -449,7 +445,7 @@
<if position="subsequent">
<group delimiter=", ">
<text macro="contributors-short"/>
<text macro="disambiguate"/>
<text macro="title-subsequent"/>
<text macro="locators-specific-note"/>
</group>
<text macro="point-locators-subsequent"/>
Expand Down

0 comments on commit f720e36

Please sign in to comment.