Skip to content

Commit

Permalink
Merge pull request #1455 from zuphilip/patch-2
Browse files Browse the repository at this point in the history
Update society-for-general-microbiology.csl
  • Loading branch information
adam3smith committed Mar 16, 2015
2 parents 437f8c0 + ef3e6bf commit 999b122
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions society-for-general-microbiology.csl
Expand Up @@ -172,13 +172,17 @@
</group>
</macro>
<macro name="container-title">
<choose>
<if type="chapter paper-conference" match="any">
<text term="in" text-case="capitalize-first" suffix=" "/>
</if>
</choose>
<text variable="container-title" font-style="italic" form="short" strip-periods="true"/>
<text variable="collection-title" prefix=", "/>
<group>
<choose>
<if type="chapter paper-conference" match="any">
<text term="in" text-case="capitalize-first" suffix=" "/>
</if>
</choose>
<group delimiter=", ">
<text variable="container-title" font-style="italic" form="short" strip-periods="true"/>
<text variable="collection-title"/>
</group>
</group>
</macro>
<macro name="key-creators">
<names variable="author">
Expand Down

0 comments on commit 999b122

Please sign in to comment.