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

Remove [Internet] from Current Opinion styes

  • Loading branch information
adam3smith committed Aug 19, 2017
1 parent acf31e4 commit 0b8a12775019ff88853da76dff51741ce0723d9f
Showing with 6 additions and 14 deletions.
  1. +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

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