Skip to content

Commit

Permalink
Create developmental-medicine-and-child-neurology.csl (#5644)
Browse files Browse the repository at this point in the history
  • Loading branch information
izjarvin committed Oct 2, 2021
1 parent f7bc32c commit e22b8a5
Showing 1 changed file with 176 additions and 0 deletions.
176 changes: 176 additions & 0 deletions developmental-medicine-and-child-neurology.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
<?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">
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Developmental Medicine &amp; Child Neurology</title>
<title-short>DMCN</title-short>
<id>http://www.zotero.org/styles/developmental-medicine-and-child-neurology</id>
<link href="http://www.zotero.org/styles/developmental-medicine-and-child-neurology" rel="self"/>
<link href="http://www.zotero.org/styles/the-lancet" rel="template"/>
<link href="https://onlinelibrary.wiley.com/page/journal/14698749/homepage/forauthors.html" rel="documentation"/>
<author>
<name>Ilkka Järvinen</name>
<email>ilkka.jarvinen@helsinki.fi</email>
</author>
<category citation-format="numeric"/>
<category field="medicine"/>
<issn>0012-1622</issn>
<eissn>1469-8749</eissn>
<summary>Vancouver style adapted for Developmental Medicine &amp; Child Neurology</summary>
<updated>2021-09-29T14:33:03+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>
<date form="text">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" " form="short" strip-periods="true"/>
<date-part name="year"/>
</date>
<terms>
<term name="edition" form="short">edn.</term>
<term name="month-01" form="short">Jan.</term>
<term name="month-02" form="short">Feb.</term>
<term name="month-03" form="short">March</term>
<term name="month-04" form="short">April</term>
<term name="month-05" form="short">May</term>
<term name="month-06" form="short">June</term>
<term name="month-07" form="short">July</term>
<term name="month-08" form="short">Aug.</term>
<term name="month-09" form="short">Sept.</term>
<term name="month-10" form="short">Oct.</term>
<term name="month-11" form="short">Nov.</term>
<term name="month-12" form="short">Dec.</term>
</terms>
</locale>
<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=", "/>
<et-al font-style="normal"/>
<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 prefix=", "/>
<et-al font-style="normal"/>
</names>
</macro>
<macro name="publisher">
<group delimiter=", ">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</macro>
<macro name="access">
<choose>
<if variable="page" match="none">
<choose>
<if variable="DOI">
<text variable="DOI" prefix=" DOI:"/>
</if>
<else-if variable="URL">
<text variable="URL"/>
<group prefix=" (" suffix=")." delimiter=" ">
<text term="accessed"/>
<date variable="accessed" form="text"/>
</group>
</else-if>
</choose>
</if>
</choose>
</macro>
<macro name="journal-title">
<choose>
<if type="article-journal article-magazine" match="any">
<text variable="container-title" form="short" font-style="italic" strip-periods="true"/>
</if>
<else>
<text variable="container-title" suffix=". " form="short"/>
</else>
</choose>
</macro>
<macro name="title">
<choose>
<if type="book">
<group delimiter=", ">
<text variable="title"/>
<text macro="edition"/>
</group>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition"/>
</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 suffix=".">
<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="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"/>
<group delimiter=", ">
<text variable="container-title"/>
<text macro="edition"/>
</group>
</group>
<group delimiter=": " suffix="." prefix=" ">
<text macro="publisher"/>
<text variable="page" suffix="."/>
</group>
</else-if>
<else>
<text macro="journal-title"/>
<group suffix=".">
<date variable="issued" prefix=" ">
<date-part name="year"/>
</date>
<group prefix="; ">
<text variable="volume" font-weight="bold"/>
<text variable="page" prefix=": "/>
</group>
</group>
</else>
</choose>
<text macro="access" prefix=" "/>
</layout>
</bibliography>
</style>

0 comments on commit e22b8a5

Please sign in to comment.