Permalink
Browse files
Strip periods from Env. Health Persp. (#3277)
- Loading branch information...
Showing
with
4 additions
and
7 deletions.
-
+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