Skip to content

Commit

Permalink
Create nejm-catalyst.csl (JabRef#4943)
Browse files Browse the repository at this point in the history
  • Loading branch information
badgettrg committed Jul 27, 2020
1 parent bd769b9 commit cacc4ee
Showing 1 changed file with 176 additions and 0 deletions.
176 changes: 176 additions & 0 deletions nejm-catalyst-innovations-in-care-delivery.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="https://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="minimal" default-locale="en-US">
<info>
<title>NEJM Catalyst Innovations in Care Delivery</title>
<title-short>NEJM Catalyst</title-short>
<id>https://www.zotero.org/styles/nejm-catalyst-innovations-in-care-delivery</id>
<link href="https://www.zotero.org/styles/nejm-catalyst-innovations-in-care-delivery" rel="self"/>
<link href="https://www.zotero.org/styles/the-new-england-journal-of-medicine" rel="template"/>
<link href="https://catalyst.nejm.org/author-center/article-types" rel="documentation"/>
<author>
<name>Robert Badgett</name>
<email>[email protected]</email>
</author>
<category citation-format="numeric"/>
<category field="medicine"/>
<issn>2642-0007</issn>
<updated>2020-07-23T17:31:53+00:00</updated>
<rights license="https://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">
<names variable="author" suffix=". ">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="long" prefix=", "/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor" suffix=". ">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="long" prefix=", "/>
</names>
</macro>
<macro name="publisher">
<text variable="publisher-place" suffix=": "/>
<text variable="publisher" suffix="; "/>
<group suffix=". ">
<date variable="issued">
<date-part name="year"/>
</date>
<text macro="accessed-date" prefix=" "/>
</group>
</macro>
<macro name="DOI">
<choose>
<if variable="DOI">
<group prefix=" " suffix=" ">
<text variable="DOI"/>
</group>
</if>
</choose>
<text value=""/>
</macro>
<macro name="access">
<choose>
<if variable="URL">
<group prefix=" " suffix=". ">
<text variable="URL"/>
</group>
</if>
</choose>
</macro>
<macro name="accessed-date">
<choose>
<if variable="URL">
<group prefix=" " suffix=". " delimiter=" ">
<text term="accessed" text-case="capitalize-first" suffix=" "/>
<date variable="accessed">
<date-part name="month" prefix=" " form="short" strip-periods="true"/>
<date-part name="day" prefix=" " suffix=", "/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="journal-title">
<choose>
<if type="article-journal article-magazine" match="any">
<group suffix=" ">
<text variable="container-title" form="short" strip-periods="true"/>
</group>
</if>
<else>
<text variable="container-title" suffix=". " form="short"/>
</else>
</choose>
</macro>
<macro name="title">
<group delimiter=" ">
<text variable="title"/>
</group>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter="," vertical-align="sup">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush">
<layout>
<text variable="citation-number" suffix=". "/>
<text macro="author"/>
<text macro="title" suffix=". "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group prefix=" " delimiter=" ">
<text macro="edition"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group prefix=" " suffix=". ">
<text term="in" suffix=": " text-case="capitalize-first"/>
<text macro="editor"/>
<text variable="container-title"/>
</group>
<text macro="publisher" prefix=" "/>
<text variable="page" prefix=" p. " suffix="."/>
</else-if>
<else-if type="article-journal article-magazine" match="any">
<text macro="journal-title"/>
<group suffix=";">
<date variable="issued">
<date-part name="year"/>
</date>
</group>
<group suffix=". ">
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
<text variable="page" prefix=":"/>
</group>
</else-if>
<else>
<text macro="journal-title"/>
<group suffix=";">
<date variable="issued">
<date-part name="year"/>
</date>
</group>
<group suffix=". ">
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
<text variable="page" prefix=":"/>
</group>
<group suffix=" ">
<text macro="accessed-date" prefix=" "/>
</group>
</else>
</choose>
<group suffix=" ">
<text macro="access"/>
</group>
<group suffix=" ">
<text macro="DOI"/>
</group>
<text value=""/>
</layout>
</bibliography>
</style>

0 comments on commit cacc4ee

Please sign in to comment.