Skip to content

Commit

Permalink
add DOI preprint to american-society-for-microbiology.csl (#4946)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Jul 31, 2020
1 parent 7cab2f7 commit 827b986
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions american-society-for-microbiology.csl
Expand Up @@ -27,7 +27,7 @@
<category citation-format="numeric"/>
<category field="biology"/>
<summary>Style for all American Society for Microbiology journals.</summary>
<updated>2015-03-13T23:14:05+00:00</updated>
<updated>2020-07-27T18:54:54+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 @@ -105,10 +105,17 @@
<macro name="locators">
<choose>
<if type="article-journal">
<group prefix=" " delimiter=":">
<text variable="volume"/>
<text variable="page"/>
</group>
<choose>
<if match="none" variable="volume page">
<text variable="DOI" prefix=" https://doi.org/"/>
</if>
<else>
<group prefix=" " delimiter=":">
<text variable="volume"/>
<text variable="page"/>
</group>
</else>
</choose>
</if>
</choose>
</macro>
Expand Down

0 comments on commit 827b986

Please sign in to comment.