Skip to content

Commit

Permalink
Update american-society-for-microbiology.csl (#5842)
Browse files Browse the repository at this point in the history
* Update american-society-for-microbiology.csl

via https://forums.zotero.org/discussion/93909/style-error-american-society-for-microbiology#latest

* Update american-society-for-microbiology.csl

* Update american-society-for-microbiology.csl
  • Loading branch information
POBrien333 authored Jan 14, 2022
1 parent 19ab80f commit 5563ccc
Showing 1 changed file with 39 additions and 11 deletions.
50 changes: 39 additions & 11 deletions american-society-for-microbiology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@
<uri>http://twitter.com/cparnot</uri>
<email>charles.parnot@gmail.com</email>
</contributor>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="numeric"/>
<category field="biology"/>
<summary>Style for all American Society for Microbiology journals.</summary>
<updated>2020-07-27T18:54:54+00:00</updated>
<updated>2022-01-13T16:47:12+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="author">
Expand Down Expand Up @@ -92,15 +95,21 @@
</choose>
</macro>
<macro name="publisher">
<group delimiter=", " prefix=". ">
<choose>
<if type="article-journal article-magazine" match="none">
<text variable="genre"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
</if>
</choose>
</group>
<choose>
<if type="article-journal article-magazine" match="none">
<group delimiter=". " prefix=". ">
<choose>
<if type="book" match="none">
<text variable="genre"/>
</if>
</choose>
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</group>
</if>
</choose>
</macro>
<macro name="locators">
<choose>
Expand All @@ -117,8 +126,27 @@
</else>
</choose>
</if>
<else-if type="book webpage post post-weblog" match="any">
<group delimiter=". " prefix=". ">
<text variable="URL"/>
<group delimiter=" ">
<text term="retrieved" text-case="capitalize-first"/>
<date variable="accessed">
<date-part name="day"/>
<date-part name="month" prefix=" "/>
<date-part name="year" prefix=" "/>
</date>
</group>
</group>
</else-if>
</choose>
</macro>
<macro name="title">
<group delimiter=" ">
<text variable="title"/>
<text variable="version" prefix="(" suffix=")"/>
</group>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
Expand All @@ -132,7 +160,7 @@
<text variable="citation-number" suffix=". "/>
<text macro="author"/>
<text macro="issued"/>
<text variable="title" prefix=" "/>
<text macro="title" prefix=" "/>
<text macro="chapter-specifics"/>
<text macro="patent-specifics"/>
<text macro="container-title"/>
Expand Down

0 comments on commit 5563ccc

Please sign in to comment.