Skip to content

Commit

Permalink
only abreviat journal titles for BMC
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Dec 9, 2014
1 parent a0fec2f commit 789d1b6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions biomed-central.csl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="http://www.zotero.org/styles/biomed-central" rel="self"/>
<link href="http://www.biomedcentral.com/bmcbioinformatics/authors/instructions/researcharticle#formatting-references" rel="documentation"/>
<!-- This documentation link contains incorrect information about the number of authors for supplemental info; it was confirmed directly by BMC that the correct max number of authors to list is 30, see also https://github.com/citation-style-language/styles/issues/190
<link href="http://www.biomedcentral.com/authors/instprepdoc#refs" rel="documentation"/>
<link href="http://www.biomedcentral.com/authors/instprepdoc#refs" rel="documentation"/>
-->
<author>
<name>Robert M Flight</name>
Expand Down Expand Up @@ -52,7 +52,14 @@
</group>
</macro>
<macro name="container-title">
<text variable="container-title" font-style="italic" form="short" strip-periods="true"/>
<choose>
<if type="article-journal" match="any">
<text variable="container-title" font-style="italic" form="short" strip-periods="true"/>
</if>
<else>
<text variable="container-title" font-style="italic"/>
</else>
</choose>
</macro>
<macro name="title">
<choose>
Expand Down Expand Up @@ -148,7 +155,7 @@
<!-- This will hopefully deal with supplements at least reasonably well -->
<choose>
<if is-numeric="issue">
</if>
</if>
<else>
<text variable="issue" prefix="(" suffix=")"/>
</else>
Expand Down

0 comments on commit 789d1b6

Please sign in to comment.