Skip to content

Commit

Permalink
Update biomed-central.csl (#5701)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Nov 2, 2021
1 parent 1efce81 commit f590dc1
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions biomed-central.csl
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@
<contributor>
<name>Sebastian Karcher</name>
</contributor>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="numeric"/>
<category field="medicine"/>
<category field="biology"/>
<updated>2017-03-15T17:11:28+00:00</updated>
<updated>2021-11-02T17:11:28+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>
<locale xml:lang="en">
Expand Down Expand Up @@ -87,22 +90,22 @@
</macro>
<macro name="access">
<choose>
<if variable="URL">
<if type="article-journal">
<choose>
<if variable="DOI">
<text variable="DOI" prefix="doi:"/>
<if match="none" variable="page volume">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else>
<group delimiter=". ">
<text variable="URL"/>
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed" form="text"/>
</group>
</group>
</else>
</choose>
</if>
<else-if type="webpage post-weblog post" match="any">
<group delimiter=". ">
<text variable="URL"/>
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed" form="text"/>
</group>
</group>
</else-if>
</choose>
</macro>
<citation collapse="citation-number">
Expand Down

0 comments on commit f590dc1

Please sign in to comment.