forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add DOI to aerosol-science-and-technology.csl (JabRef#4909)
- Loading branch information
1 parent
bc1ebee
commit 648765a
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,11 @@ | |
<link href="http://www.tandfonline.com/action/authorSubmission?journalCode=uast20&page=instructions" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
<email>[email protected]</email> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="chemistry"/> | ||
<issn>0278-6826</issn> | ||
<updated>2017-03-29T13:20:23+00:00</updated> | ||
<updated>2020-07-09T20:19:32+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"> | ||
|
@@ -88,7 +87,7 @@ | |
<text variable="container-title" form="short"/> | ||
</else-if> | ||
<else> | ||
<group delimiter=", " prefix=" " suffix=","> | ||
<group delimiter=", " prefix=" "> | ||
<text variable="container-title" form="short"/> | ||
<text variable="collection-title"/> | ||
</group> | ||
|
@@ -97,7 +96,7 @@ | |
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if type="webpage"> | ||
<if type="webpage post post-weblog" match="any"> | ||
<group delimiter=" "> | ||
<text term="available at" text-case="capitalize-first"/> | ||
<text variable="URL"/> | ||
|
@@ -111,6 +110,9 @@ | |
</group> | ||
</group> | ||
</if> | ||
<else-if type="article-journal" match="any"> | ||
<text variable="DOI" prefix="doi:"/> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
|
@@ -156,7 +158,7 @@ | |
<choose> | ||
<if type="article-journal article-magazine article-newspaper" match="any"> | ||
<group delimiter=":" prefix=" "> | ||
<group> | ||
<group delimiter=" "> | ||
<text variable="volume"/> | ||
<text variable="issue" prefix="(" suffix=")"/> | ||
</group> | ||
|
@@ -205,7 +207,7 @@ | |
<key macro="author"/> | ||
<key macro="issued" sort="descending"/> | ||
</sort> | ||
<layout> | ||
<layout suffix="."> | ||
<group suffix="."> | ||
<text macro="author" suffix=""/> | ||
<text macro="issued" prefix=" (" suffix=")"/> | ||
|