Skip to content

Commit

Permalink
reindent/sort
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed Jan 13, 2013
1 parent 67a1061 commit f68b95a
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 214 deletions.
88 changes: 44 additions & 44 deletions biomed-central.csl
Original file line number Diff line number Diff line change
Expand Up @@ -81,31 +81,31 @@
</if>
<else>
<!-- Now for everything else -->
<group suffix=".">
<text macro="author"/>
<text macro="title" suffix=". "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text macro="edition" prefix=" " suffix=" "/>
<text macro="publisher" prefix=" "/>
</if>
<else-if type="chapter paper-conference" match="any">
<text term="in" text-case="capitalize-first" suffix=" "/>
<text macro="container-title" suffix=". "/>
<text macro="edition" suffix=". "/>
<text macro="editor"/>
<text macro="publisher" prefix=" "/>
</else-if>
<else>
<text macro="container-title" suffix=" "/>
</else>
</choose>
<date variable="issued">
<date-part name="year"/>
</date>
<text macro="volume" prefix=", "/>
<!-- This was to deal with supplemental issues, but is-numeric evaluates to true if there is a number in there at all, so for right now, this is commented out RMF Dec 4, 2008 -->
<!--
<group suffix=".">
<text macro="author"/>
<text macro="title" suffix=". "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text macro="edition" prefix=" " suffix=" "/>
<text macro="publisher" prefix=" "/>
</if>
<else-if type="chapter paper-conference" match="any">
<text term="in" text-case="capitalize-first" suffix=" "/>
<text macro="container-title" suffix=". "/>
<text macro="edition" suffix=". "/>
<text macro="editor"/>
<text macro="publisher" prefix=" "/>
</else-if>
<else>
<text macro="container-title" suffix=" "/>
</else>
</choose>
<date variable="issued">
<date-part name="year"/>
</date>
<text macro="volume" prefix=", "/>
<!-- This was to deal with supplemental issues, but is-numeric evaluates to true if there is a number in there at all, so for right now, this is commented out RMF Dec 4, 2008 -->
<!--
<choose>
<if is-numeric="issue">
Expand All @@ -115,25 +115,25 @@
</else>
</choose>
-->
<text variable="page" prefix=":"/>
</group>
<group prefix =" [" suffix="]" delimiter=": ">
<names variable="collection-editor">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label prefix=" (" suffix=")" form="long"/>
</names>
<group delimiter=", ">
<text variable="collection-title" font-style="italic"/>
<choose>
<if is-numeric="collection-number">
<text variable="collection-number" prefix="vol. "/>
</if>
<else>
<text variable="collection-number"/>
</else>
</choose>
</group>
</group>
<text variable="page" prefix=":"/>
</group>
<group prefix=" [" suffix="]" delimiter=": ">
<names variable="collection-editor">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label prefix=" (" suffix=")" form="long"/>
</names>
<group delimiter=", ">
<text variable="collection-title" font-style="italic"/>
<choose>
<if is-numeric="collection-number">
<text variable="collection-number" prefix="vol. "/>
</if>
<else>
<text variable="collection-number"/>
</else>
</choose>
</group>
</group>
</else>
</choose>
</layout>
Expand Down
Loading

0 comments on commit f68b95a

Please sign in to comment.