Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Strip periods from Env. Health Persp. (#3277)

  • Loading branch information
adam3smith committed Jan 19, 2018
1 parent 41dc429 commit b47660b3cc381acc1f3eec932830e217ba8f07c3
Showing with 4 additions and 7 deletions.
  1. +4 −7 environmental-health-perspectives.csl
@@ -74,12 +74,9 @@
</macro>
<macro name="title">
<choose>
<if type="thesis">
<text variable="title"/>
</if>
<else-if type="book">
<if type="book">
<text variable="title" font-style="italic"/>
</else-if>
</if>
<else>
<text variable="title"/>
</else>
@@ -198,7 +195,7 @@
<text macro="editor" prefix=" "/>
</group>
<group prefix=" " delimiter=" ">
<text variable="container-title" form="short"/>
<text variable="container-title" form="short" strip-periods="true"/>
<group delimiter=":">
<text variable="volume"/>
<text variable="page"/>
@@ -212,7 +209,7 @@
<text macro="editor" prefix=" "/>
</group>
<group prefix=" " suffix="." delimiter=" ">
<text variable="container-title" form="short"/>
<text variable="container-title" form="short" strip-periods="true"/>
<group delimiter=": ">
<text variable="volume"/>
<text variable="page"/>

0 comments on commit b47660b

Please sign in to comment.
You can’t perform that action at this time.