Skip to content

Commit

Permalink
add doi for article-journal for ASA.csl (JabRef#5031)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Sep 20, 2020
1 parent d537025 commit ae6d0e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions american-sociological-association.csl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<category citation-format="author-date"/>
<category field="sociology"/>
<summary>The ASA style following the 6th edition of the Style Guide</summary>
<updated>2018-04-20T10:42:41+00:00</updated>
<updated>2020-09-18T10:38: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="editor">
Expand Down Expand Up @@ -62,13 +62,16 @@
<macro name="access">
<group>
<choose>
<if type="webpage post-weblog">
<if type="webpage post-weblog post" match="any">
<group delimiter=" ">
<text term="retrieved" text-case="capitalize-first"/>
<date variable="accessed" form="text"/>
<text prefix="(" suffix=")" variable="URL"/>
</group>
</if>
<else-if type="article-journal" match="any">
<text variable="DOI" prefix="doi: "/>
</else-if>
</choose>
</group>
</macro>
Expand Down

0 comments on commit ae6d0e2

Please sign in to comment.