Skip to content

Commit 648765a

Browse files
authored
add DOI to aerosol-science-and-technology.csl (JabRef#4909)
1 parent bc1ebee commit 648765a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

aerosol-science-and-technology.csl

+8-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
<link href="http://www.tandfonline.com/action/authorSubmission?journalCode=uast20&amp;page=instructions" rel="documentation"/>
99
<author>
1010
<name>Patrick O'Brien</name>
11-
<email>[email protected]</email>
1211
</author>
1312
<category citation-format="author-date"/>
1413
<category field="chemistry"/>
1514
<issn>0278-6826</issn>
16-
<updated>2017-03-29T13:20:23+00:00</updated>
15+
<updated>2020-07-09T20:19:32+00:00</updated>
1716
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1817
</info>
1918
<macro name="author">
@@ -88,7 +87,7 @@
8887
<text variable="container-title" form="short"/>
8988
</else-if>
9089
<else>
91-
<group delimiter=", " prefix=" " suffix=",">
90+
<group delimiter=", " prefix=" ">
9291
<text variable="container-title" form="short"/>
9392
<text variable="collection-title"/>
9493
</group>
@@ -97,7 +96,7 @@
9796
</macro>
9897
<macro name="access">
9998
<choose>
100-
<if type="webpage">
99+
<if type="webpage post post-weblog" match="any">
101100
<group delimiter=" ">
102101
<text term="available at" text-case="capitalize-first"/>
103102
<text variable="URL"/>
@@ -111,6 +110,9 @@
111110
</group>
112111
</group>
113112
</if>
113+
<else-if type="article-journal" match="any">
114+
<text variable="DOI" prefix="doi:"/>
115+
</else-if>
114116
</choose>
115117
</macro>
116118
<macro name="publisher">
@@ -156,7 +158,7 @@
156158
<choose>
157159
<if type="article-journal article-magazine article-newspaper" match="any">
158160
<group delimiter=":" prefix=" ">
159-
<group>
161+
<group delimiter=" ">
160162
<text variable="volume"/>
161163
<text variable="issue" prefix="(" suffix=")"/>
162164
</group>
@@ -205,7 +207,7 @@
205207
<key macro="author"/>
206208
<key macro="issued" sort="descending"/>
207209
</sort>
208-
<layout>
210+
<layout suffix=".">
209211
<group suffix=".">
210212
<text macro="author" suffix=""/>
211213
<text macro="issued" prefix=" (" suffix=")"/>

0 commit comments

Comments
 (0)