Skip to content

Commit

Permalink
Tweaks to the style for 'Journal of Clinical Endocrinology and Metabo…
Browse files Browse the repository at this point in the history
…lism'.
  • Loading branch information
cparnot committed Jul 28, 2012
1 parent 27ba518 commit 33ba66e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions journal-of-clinical-endocrinology-and-metabolism.csl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<macro name="container-title">
<choose>
<if type="article-journal article-magazine chapter paper-conference article-newspaper" match="any">
<group suffix="." delimiter=" ">
<group delimiter=" ">
<text variable="container-title" form="short"/>
<choose>
<if variable="URL">
Expand Down Expand Up @@ -157,7 +157,7 @@
<macro name="date">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<group suffix=";" delimiter=" ">
<group delimiter=" ">
<date variable="issued" delimiter=" ">
<date-part name="year"/>
</date>
Expand All @@ -182,7 +182,7 @@
</date>
</else-if>
<else>
<group suffix=".">
<group>
<date variable="issued">
<date-part name="year"/>
</date>
Expand All @@ -205,7 +205,6 @@
<choose>
<if type="article-journal article-magazine" match="any">
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
</if>
</choose>
</macro>
Expand All @@ -232,7 +231,7 @@
<text macro="date"/>
<text macro="title"/>
</group>
<group delimiter=" " suffix=". ">
<group delimiter=" ">
<text macro="editor"/>
<text macro="container-title"/>
<text macro="publisher"/>
Expand Down

0 comments on commit 33ba66e

Please sign in to comment.