Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Update currents-in-biblical-research.csl

  • Loading branch information
zuphilip committed Jan 18, 2015
1 parent 595e526 commit 32eb2cdbd3128ed9fb9bea3ffb7c6e9aa125b105
Showing with 23 additions and 21 deletions.
  1. +23 −21 currents-in-biblical-research.csl
@@ -288,38 +288,40 @@
<macro name="publisher">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group prefix=" ">
<group suffix="; ">
<group delimiter="; ">
<group delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number" prefix=" "/>
<text variable="collection-number"/>
</group>
<group suffix="; ">
<text term="volume" form="short" suffix=" "/>
<group delimiter=" ">
<text term="volume" form="short"/>
<number variable="volume" form="numeric"/>
</group>
<group delimiter=" " suffix=" ; ">
<group delimiter=" ">
<number variable="number-of-volumes" form="numeric"/>
<text term="volume" form="short" plural="true"/>
</group>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group suffix="; ">
<text variable="collection-title"/>
<text variable="collection-number" prefix=" "/>
</group>
<group delimiter=" " suffix=" ; ">
<number variable="number-of-volumes" form="numeric"/>
<text term="volume" form="short" plural="true"/>
<group delimiter="; ">
<group delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
<group delimiter=" ">
<number variable="number-of-volumes" form="numeric"/>
<text term="volume" form="short" plural="true"/>
</group>
<choose>
<if variable="page" match="none">
<group delimiter=" ">
<text term="volume" form="short" text-case="capitalize-first"/>
<number variable="volume" form="numeric"/>
</group>
</if>
</choose>
</group>
<choose>
<if variable="page" match="none">
<group prefix=". ">
<text term="volume" form="short" text-case="capitalize-first" suffix=" "/>
<number variable="volume" form="numeric"/>
</group>
</if>
</choose>
</else-if>
</choose>
<group delimiter=": ">

0 comments on commit 32eb2cd

Please sign in to comment.
You can’t perform that action at this time.