Skip to content
Permalink
Browse files

Fix suffix use in biological-psychiatry.csl (#4254)

Fix
  • Loading branch information...
bwiernik authored and rmzelle committed Aug 17, 2019
1 parent 2ba14db commit 4899f92f3079f2a3572fa6fe36f7459ed1c310c3
Showing with 41 additions and 39 deletions.
  1. +41 −39 biological-psychiatry.csl
@@ -184,49 +184,51 @@
<text variable="citation-number" suffix=". "/>
<text macro="author"/>
<text macro="issued" prefix=" (" suffix="): "/>
<group delimiter=". " suffix=". ">
<text macro="title"/>
<group delimiter=" ">
<text macro="container-contributors" suffix="."/>
<text macro="secondary-contributors" prefix="(" suffix=")"/>
<group delimiter=", ">
<text variable="container-title" font-style="italic" form="short" strip-periods="true"/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="none">
<text macro="edition"/>
</if>
</choose>
<text variable="collection-title"/>
<group delimiter=". ">
<group delimiter=". ">
<text macro="title"/>
<group delimiter=" ">
<text macro="container-contributors" suffix="."/>
<text macro="secondary-contributors" prefix="(" suffix=")"/>
<group delimiter=", ">
<text variable="container-title" font-style="italic" form="short" strip-periods="true"/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="none">
<text macro="edition"/>
</if>
</choose>
<text variable="collection-title"/>
</group>
</group>
</group>
</group>
<choose>
<if type="article article-journal article-magazine article-newspaper" match="any">
<group delimiter=": " prefix=" ">
<text variable="volume"/>
<text macro="pages"/>
</group>
</if>
<else>
<group delimiter=", " prefix=" ">
<group delimiter=", " prefix="(" suffix=")">
<group>
<text term="volume" form="short" plural="true" text-case="capitalize-first" suffix=" "/>
<number variable="number-of-volumes" form="numeric" prefix="1-"/>
</group>
<group>
<text term="volume" form="short" text-case="capitalize-first" suffix=" "/>
<number variable="volume" form="numeric"/>
<choose>
<if type="article article-journal article-magazine article-newspaper" match="any">
<group delimiter=": " prefix=" ">
<text variable="volume"/>
<text macro="pages"/>
</group>
</if>
<else>
<group delimiter=", " prefix=" ">
<group delimiter=", " prefix="(" suffix=")">
<group>
<text term="volume" form="short" plural="true" text-case="capitalize-first" suffix=" "/>
<number variable="number-of-volumes" form="numeric" prefix="1-"/>
</group>
<group>
<text term="volume" form="short" text-case="capitalize-first" suffix=" "/>
<number variable="volume" form="numeric"/>
</group>
</group>
<text macro="event"/>
<text variable="genre"/>
<text macro="publisher"/>
<text macro="pages"/>
</group>
<text macro="event"/>
<text variable="genre"/>
<text macro="publisher"/>
<text macro="pages"/>
</group>
</else>
</choose>
<text macro="access" prefix=". "/>
</else>
</choose>
<text macro="access"/>
</group>
</layout>
</bibliography>
</style>

0 comments on commit 4899f92

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