Skip to content
Permalink
Browse files

Create eurointervention.csl (#3162)

  • Loading branch information...
naritatsu authored and rmzelle committed Dec 2, 2017
1 parent a9346e4 commit f8a78d920e53aea05913666de241ccbcf73faeee
Showing with 165 additions and 0 deletions.
  1. +165 −0 eurointervention.csl
@@ -0,0 +1,165 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" page-range-format="minimal" demote-non-dropping-particle="sort-only" version="1.0" default-locale="en-GB">
<info>
<title>EuroIntervention</title>
<title-short>EuroIntervention</title-short>
<id>http://www.zotero.org/styles/eurointervention</id>
<link href="http://www.zotero.org/styles/eurointervention" rel="self"/>
<link href="http://www.zotero.org/styles/elsevier-vancouver" rel="template"/>
<link href="https://www.pcronline.com/eurointervention/pages/authors-centre/instructions-to-authors/" rel="documentation"/>
<author>
<name>Naritatsu Saito</name>
<email>naritatsu@gmail.com</email>
<uri>http://www.mendeley.com/profiles/naritatsu-saito/</uri>
</author>
<category citation-format="numeric"/>
<category field="medicine"/>
<issn>1774-024X</issn>
<eissn>1969-6213</eissn>
<summary>Official journal of EuroPCR and the European Association of Percutaneous Cardiovascular Interventions (EAPCI).</summary>
<updated>2017-12-01T08:48:00+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>
<macro name="author">
<names variable="author">
<name initialize-with="" delimiter=", " delimiter-precedes-last="always" name-as-sort-order="all" sort-separator=" "/>
<label form="long" prefix=", "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<name initialize-with="" delimiter=", " delimiter-precedes-last="always" name-as-sort-order="all" sort-separator=" "/>
<label form="long" prefix=", " suffix="."/>
</names>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text form="short" term="no date"/>
</else>
</choose>
</macro>
<macro name="publisher">
<text variable="publisher-place" suffix=": " text-case="title"/>
<text variable="publisher" suffix="; " font-style="italic"/>
<text macro="year-date"/>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text form="short" term="edition"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="access">
<choose>
<if variable="DOI"/>
<else-if match="any" type="webpage post-weblog">
<choose>
<if variable="URL">
<text variable="URL"/>
<group delimiter=" " prefix=" (" suffix=")">
<text term="accessed"/>
<date variable="accessed" form="text"/>
</group>
</if>
</choose>
</else-if>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter="," prefix="[" suffix="]">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography entry-spacing="0" second-field-align="flush">
<layout suffix=".">
<text variable="citation-number" suffix="."/>
<text suffix=". " macro="author"/>
<choose>
<if match="any" type="bill book graphic legal_case legislation motion_picture report song">
<group delimiter=". ">
<text variable="title"/>
<text variable="volume" prefix="vol. "/>
<text macro="edition"/>
<text macro="publisher"/>
</group>
</if>
<else-if match="any" type="chapter paper-conference">
<group delimiter=", ">
<group delimiter=". ">
<text variable="title"/>
<group>
<text suffix=": " term="in" text-case="sentence"/>
<text macro="editor"/>
</group>
<group delimiter=", ">
<text variable="container-title" form="short"/>
<text variable="volume" prefix="vol. "/>
</group>
<text macro="edition"/>
</group>
<text macro="publisher"/>
<group delimiter=" ">
<label variable="page" form="short" plural="never"/>
<text variable="page"/>
</group>
</group>
</else-if>
<else-if type="patent">
<group delimiter=", ">
<group delimiter=". ">
<text variable="title"/>
<text variable="number"/>
</group>
<text macro="year-date"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=". ">
<text variable="title"/>
<text variable="genre"/>
<group delimiter=", ">
<text variable="publisher"/>
<text macro="year-date"/>
</group>
</group>
</else-if>
<else>
<group delimiter=":">
<group delimiter=" ">
<group delimiter=". ">
<text variable="title"/>
<text variable="container-title" form="short" suffix="." text-case="title" font-style="italic" strip-periods="true"/>
</group>
<group delimiter=";">
<text macro="year-date"/>
<text variable="volume"/>
</group>
</group>
<text variable="page" form="short"/>
</group>
</else>
</choose>
<text prefix=". " macro="access"/>
</layout>
</bibliography>
</style>

0 comments on commit f8a78d9

Please sign in to comment.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.