Skip to content

Commit

Permalink
Update isnad-dipnotlu.csl (#6081)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Jun 4, 2022
1 parent 02fdb9b commit 2c0e1f1
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions isnad-dipnotlu.csl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<category field="humanities"/>
<category field="social_science"/>
<summary>ISNAD Citation Style full notes and bibliography format.</summary>
<updated>2020-04-08T12:59:16+00:00</updated>
<updated>2022-05-31T12:59:16+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>
<!--
Expand Down Expand Up @@ -763,11 +763,9 @@
<macro name="locators-note">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<group delimiter=", ">
<group>
<number suffix="/" variable="volume"/>
<number variable="issue"/>
</group>
<group delimiter="/">
<number variable="volume"/>
<number variable="issue"/>
</group>
</if>
<else-if type="bill legislation legal_case" match="any">
Expand Down Expand Up @@ -869,11 +867,9 @@
<macro name="locators">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<group delimiter=", ">
<group>
<number suffix="/" variable="volume"/>
<number variable="issue"/>
</group>
<group delimiter="/">
<number variable="volume"/>
<number variable="issue"/>
</group>
</if>
<else-if type="bill legislation legal_case" match="any">
Expand Down

0 comments on commit 2c0e1f1

Please sign in to comment.