Skip to content

Commit

Permalink
Update australasian-journal-of-philosophy.csl (#6344)
Browse files Browse the repository at this point in the history
Added material to deal with series and series numbers for books and reports, including the `collection-number` variable. A couple of other minor tweaks.
  • Loading branch information
antonyeagle authored Dec 30, 2022
1 parent df6af86 commit 724cb12
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions australasian-journal-of-philosophy.csl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
<single>eqn.</single>
<multiple>eqns.</multiple>
</term>
<term name="collection-number" form="short">
<single>no.</single>
<multiple>nos.</multiple>
</term>
</terms>
</locale>
<macro name="author">
Expand Down Expand Up @@ -252,7 +256,7 @@
</group>
</layout>
</citation>
<bibliography et-al-min="7" et-al-use-first="5" subsequent-author-substitute-rule="partial-each" hanging-indent="true">
<bibliography et-al-min="7" et-al-use-first="5" subsequent-author-substitute-rule="partial-each" hanging-indent="true" entry-spacing="1">
<sort>
<key macro="author"/>
<key macro="year-date"/>
Expand All @@ -270,7 +274,8 @@
<if is-numeric="volume">
<group delimiter=" " prefix=", ">
<text term="volume" form="short"/>
<text variable="volume"/>
<number variable="volume"/>
<text variable="volume-title" text-case="title" prefix=": "/>
</group>
</if>
</choose>
Expand All @@ -282,6 +287,13 @@
</group>
</if>
</choose>
<group delimiter=", " prefix=", ">
<text variable="collection-title" text-case="title"/>
<group delimiter=" " prefix=", ">
<label variable="collection-number" form="short"/>
<number variable="collection-number"/>
</group>
</group>
</if>
</choose>
</group>
Expand Down

0 comments on commit 724cb12

Please sign in to comment.