Skip to content

Commit

Permalink
Fishery&wildlife journals: Remove publishers for articles (#5868)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Jan 28, 2022
1 parent fbd9165 commit 9cb9cdb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
6 changes: 3 additions & 3 deletions american-fisheries-society.csl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" default-locale="en-US" version="1.0" demote-non-dropping-particle="sort-only">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<info>
<title>American Fisheries Society</title>
<id>http://www.zotero.org/styles/american-fisheries-society</id>
Expand Down Expand Up @@ -91,13 +91,13 @@
<text variable="publisher-place"/>
</group>
</else-if>
<else>
<else-if type="article-journal article-magazine article-newspaper" match="none">
<group delimiter=", ">
<text variable="genre"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</else>
</else-if>
</choose>
</macro>
<macro name="issued">
Expand Down
24 changes: 14 additions & 10 deletions the-journal-of-wildlife-management.csl
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,19 @@
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<group delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
<text variable="genre"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
<choose>
<if type="article-journal article-magazine article-newspaper" match="none">
<group delimiter=", ">
<group delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
<text variable="genre"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</if>
</choose>
</macro>
<macro name="edition">
<choose>
Expand Down Expand Up @@ -139,7 +143,7 @@
<choose>
<if variable="URL">
<group delimiter=". ">
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
<text variable="URL" prefix="&lt;" suffix=">"/>
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed" delimiter=" ">
Expand Down

0 comments on commit 9cb9cdb

Please sign in to comment.