Skip to content

Commit

Permalink
strip periods from journal abbreviations for AMA styles
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Jun 3, 2013
1 parent 051f20f commit e7c8f7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion american-medical-association-alphabetical.csl
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<else>
<text macro="editor" prefix=" " suffix="."/>
<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
2 changes: 1 addition & 1 deletion american-medical-association-no-et-al.csl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<else>
<text macro="editor" prefix=" " suffix="."/>
<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
2 changes: 1 addition & 1 deletion american-medical-association-no-url.csl
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<else>
<text macro="editor" prefix=" " suffix="."/>
<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
2 changes: 1 addition & 1 deletion american-medical-association.csl
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<else>
<text macro="editor" prefix=" " suffix="."/>
<group prefix=" " suffix=".">
<text variable="container-title" font-style="italic" form="short" suffix="."/>
<text variable="container-title" font-style="italic" strip-periods="true" form="short" suffix="."/>
<group delimiter=";" prefix=" ">
<date variable="issued">
<date-part name="year"/>
Expand Down

0 comments on commit e7c8f7d

Please sign in to comment.