Skip to content

Commit

Permalink
Update future-medicine.csl (#4843)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Jun 4, 2020
1 parent ceb56fa commit b9fbfa3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions future-medicine.csl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="minimal" demote-non-dropping-particle="sort-only" default-locale="en-GB">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB">
<info>
<title>Future Medicine journals</title>
<id>http://www.zotero.org/styles/future-medicine</id>
Expand All @@ -13,7 +13,7 @@
<category citation-format="numeric"/>
<category field="medicine"/>
<category field="biology"/>
<updated>2020-05-28T14:49:56+00:00</updated>
<updated>2020-06-03T12:27:46+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 All @@ -23,7 +23,8 @@
</locale>
<macro name="author">
<names variable="author">
<name initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<name delimiter-precedes-et-al="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
<et-al font-style="italic"/>
<substitute>
<names variable="editor"/>
Expand All @@ -45,7 +46,7 @@
</macro>
<macro name="edition">
<number suffix=" " variable="edition" form="ordinal"/>
<label plural="never" variable="edition" form="short"/>
<label plural="never" text-case="capitalize-first" variable="edition"/>
</macro>
<macro name="title">
<choose>
Expand Down Expand Up @@ -144,7 +145,6 @@
<else-if type="book" match="any">
<group delimiter=". ">
<text macro="title"/>
<text macro="edition"/>
<text macro="locators"/>
<group delimiter=" ">
<text macro="publisher"/>
Expand Down Expand Up @@ -199,7 +199,7 @@
</group>
</else-if>
<else-if type="webpage post post-weblog" match="any">
<group delimiter=".">
<group delimiter=". ">
<group delimiter=" ">
<text macro="title"/>
<text macro="issued"/>
Expand Down

0 comments on commit b9fbfa3

Please sign in to comment.