Permalink
Browse files
Remove [Internet] from Current Opinion styes
- Loading branch information...
Showing
with
6 additions
and
14 deletions.
-
+6
−14
current-opinion.csl
|
@@ -36,8 +36,10 @@ |
|
|
|
</names> |
|
|
|
</macro> |
|
|
|
<macro name="publisher"> |
|
|
|
<text variable="publisher" suffix="; "/> |
|
|
|
<text macro="date"/> |
|
|
|
<group delimiter="; "> |
|
|
|
<text variable="publisher"/> |
|
|
|
<text macro="date"/> |
|
|
|
</group> |
|
|
|
</macro> |
|
|
|
<macro name="date"> |
|
|
|
<choose> |
|
@@ -61,14 +63,7 @@ |
|
|
|
</choose> |
|
|
|
</macro> |
|
|
|
<macro name="title"> |
|
|
|
<group delimiter=" "> |
|
|
|
<text variable="title"/> |
|
|
|
<choose> |
|
|
|
<if variable="URL"> |
|
|
|
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/> |
|
|
|
</if> |
|
|
|
</choose> |
|
|
|
</group> |
|
|
|
<text variable="title"/> |
|
|
|
</macro> |
|
|
|
<macro name="volume-page"> |
|
|
|
<choose> |
|
@@ -79,9 +74,6 @@ |
|
|
|
<else-if variable="DOI"> |
|
|
|
<text variable="DOI" prefix="doi:"/> |
|
|
|
</else-if> |
|
|
|
<else> |
|
|
|
<text value="no volume" prefix="[" suffix="]"/> |
|
|
|
</else> |
|
|
|
</choose> |
|
|
|
</macro> |
|
|
|
<citation collapse="citation-number"> |
|
@@ -115,7 +107,7 @@ |
|
|
|
</else-if> |
|
|
|
<else> |
|
|
|
<text macro="title" suffix=". " font-weight="bold"/> |
|
|
|
<text variable="container-title" suffix=" " form="short" font-style="italic"/> |
|
|
|
<text variable="container-title" suffix=" " form="short" font-style="italic" strip-periods="true"/> |
|
|
|
<text macro="date" suffix=", "/> |
|
|
|
<text macro="volume-page" suffix="."/> |
|
|
|
</else> |
|
|
0 comments on commit
0b8a127