Skip to content

Commit 827b986

Browse files
authored
add DOI preprint to american-society-for-microbiology.csl (JabRef#4946)
1 parent 7cab2f7 commit 827b986

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

american-society-for-microbiology.csl

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<category citation-format="numeric"/>
2828
<category field="biology"/>
2929
<summary>Style for all American Society for Microbiology journals.</summary>
30-
<updated>2015-03-13T23:14:05+00:00</updated>
30+
<updated>2020-07-27T18:54:54+00:00</updated>
3131
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
3232
</info>
3333
<macro name="author">
@@ -105,10 +105,17 @@
105105
<macro name="locators">
106106
<choose>
107107
<if type="article-journal">
108-
<group prefix=" " delimiter=":">
109-
<text variable="volume"/>
110-
<text variable="page"/>
111-
</group>
108+
<choose>
109+
<if match="none" variable="volume page">
110+
<text variable="DOI" prefix=" https://doi.org/"/>
111+
</if>
112+
<else>
113+
<group prefix=" " delimiter=":">
114+
<text variable="volume"/>
115+
<text variable="page"/>
116+
</group>
117+
</else>
118+
</choose>
112119
</if>
113120
</choose>
114121
</macro>

0 commit comments

Comments
 (0)