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

fix Heart Rhythm

  • Loading branch information
adam3smith committed Jun 23, 2014
1 parent 474df0a commit 94891a0d433bcbc00fec1f01043528c3ab1cd9bd
Showing with 5 additions and 5 deletions.
  1. +5 −5 heart-rhythm.csl
@@ -113,7 +113,7 @@
<choose>
<if type="article-journal article-magazine paper-conference article-newspaper" match="any">
<group suffix=" " delimiter=" ">
<text variable="container-title" form="short"/>
<text variable="container-title" form="short" strip-periods="true"/>
<choose>
<if variable="URL">
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
@@ -122,9 +122,9 @@
</group>
<text macro="edition" prefix=" "/>
</if>
<else-if type="chapter">
<else-if type="chapter paper-conference" match="any">
<group suffix="." delimiter=" ">
<text variable="container-title" form="short"/>
<text variable="container-title"/>
<choose>
<if variable="URL">
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
@@ -255,11 +255,11 @@
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="(" suffix=")" delimiter=",">
<layout vertical-align="sup" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush">
<bibliography et-al-min="13" et-al-use-first="3" second-field-align="flush">
<layout>
<text variable="citation-number" suffix=". "/>
<group delimiter=": " suffix=". ">

0 comments on commit 94891a0

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