Skip to content

Commit

Permalink
Fix CORR
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Oct 16, 2020
1 parent 853a804 commit c5c3531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clinical-orthopaedics-and-related-research.csl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic"/>
<text variable="title" font-style="italic" text-case="title"/>
</if>
<else>
<text variable="title"/>
Expand Down Expand Up @@ -119,7 +119,7 @@
<group prefix=" ">
<text term="in" text-case="capitalize-first" suffix=": "/>
<text macro="editor"/>
<text variable="container-title" font-style="italic" prefix=" " suffix="."/>
<text variable="container-title" font-style="italic" prefix=" " suffix="." text-case="title"/>
<text variable="volume" prefix="Vol " suffix="."/>
<text macro="edition" prefix=" "/>
<text variable="collection-title" prefix=" " suffix="."/>
Expand All @@ -140,7 +140,7 @@
<text macro="editor" prefix=" "/>
</group>
<group prefix=" " suffix=".">
<text variable="container-title" font-style="italic" form="short" suffix="."/>
<text variable="container-title" font-style="italic" form="short" strip-periods="true" suffix="."/>
<group delimiter=";" prefix=" ">
<date variable="issued">
<date-part name="year"/>
Expand Down

0 comments on commit c5c3531

Please sign in to comment.