Skip to content

Commit

Permalink
DOI fix in remaining AMA variants, based on #326
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed Dec 10, 2013
1 parent 9c186e6 commit c92504f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions american-medical-association-alphabetical.csl
Expand Up @@ -51,7 +51,11 @@
<choose>
<if type="article-newspaper" match="none">
<choose>
<if variable="URL">
<if variable="DOI">
<text value="doi:"/>
<text variable="DOI"/>
</if>
<else-if variable="URL">
<text value="Available at:" suffix=" "/>
<group delimiter=". ">
<text variable="URL"/>
Expand All @@ -64,7 +68,7 @@
</date>
</group>
</group>
</if>
</else-if>
</choose>
</if>
</choose>
Expand Down
8 changes: 6 additions & 2 deletions american-medical-association-no-et-al.csl
Expand Up @@ -51,7 +51,11 @@
<choose>
<if type="article-newspaper" match="none">
<choose>
<if variable="URL">
<if variable="DOI">
<text value="doi:"/>
<text variable="DOI"/>
</if>
<else-if variable="URL">
<text value="Available at:" suffix=" "/>
<group delimiter=". ">
<text variable="URL"/>
Expand All @@ -64,7 +68,7 @@
</date>
</group>
</group>
</if>
</else-if>
</choose>
</if>
</choose>
Expand Down

0 comments on commit c92504f

Please sign in to comment.