Skip to content

Commit

Permalink
Create current-neurology-aktualnosci-neurologiczne.csl (#5858)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Jan 21, 2022
1 parent 78d771d commit 05e7071
Showing 1 changed file with 196 additions and 0 deletions.
196 changes: 196 additions & 0 deletions current-neurology-aktualnosci-neurologiczne.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,196 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<info>
<title>Current Neurology - Aktualności Neurologiczne</title>
<id>http://www.zotero.org/styles/current-neurology-aktualnosci-neurologiczne</id>
<link href="http://www.zotero.org/styles/current-neurology-aktualnosci-neurologiczne" rel="self"/>
<link href="http://www.zotero.org/styles/health-sports-and-rehabilitation-medicine" rel="template"/>
<link href="http://neurologia.com.pl/index.php/instructions-for-authors" rel="documentation"/>
<author>
<name>Patrick O'Brien</name>
</author>
<category citation-format="author-date"/>
<category field="medicine"/>
<issn>2451-0696</issn>
<updated>2022-01-18T11:24:26+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 delimiter-precedes-et-al="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with=". "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="title" form="short"/>
</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="short" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=" ">
<group delimiter=", ">
<text variable="publisher-place" text-case="title"/>
<text variable="publisher"/>
</group>
<text macro="year-date"/>
</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"/>
</else>
</choose>
</macro>
<macro name="access">
<choose>
<if variable="DOI">
<choose>
<if match="none" variable="page volume">
<text variable="DOI" prefix="DOI: "/>
</if>
</choose>
</if>
<else-if type="webpage post-weblog" match="any">
<choose>
<if variable="URL">
<text variable="URL"/>
<group prefix=" (" suffix=")" delimiter=" ">
<text term="accessed"/>
<date variable="accessed" form="text"/>
</group>
</if>
</choose>
</else-if>
</choose>
</macro>
<macro name="volume">
<group delimiter=" ">
<label text-case="capitalize-first" variable="volume" form="short"/>
<text variable="volume"/>
</group>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year" cite-group-delimiter=", ">
<sort>
<key macro="author"/>
<key macro="year-date" sort="descending"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="year-date"/>
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</group>
</layout>
</citation>
<bibliography et-al-min="7" et-al-use-first="3" entry-spacing="0">
<sort>
<key macro="author"/>
<key macro="year-date" sort="descending"/>
</sort>
<layout suffix=".">
<group delimiter=": ">
<text macro="author"/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=". ">
<text variable="title"/>
<text macro="volume"/>
<group delimiter=", ">
<text macro="edition"/>
<text macro="publisher"/>
</group>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=". ">
<text variable="title"/>
<group delimiter=": ">
<group>
<text term="in" text-case="sentence" suffix=": "/>
<text macro="editor"/>
</group>
<text variable="container-title" form="short"/>
</group>
<text macro="edition"/>
<text macro="volume" prefix="vol. "/>
<text macro="publisher"/>
</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" text-case="title" strip-periods="true"/>
</group>
<group delimiter="; ">
<text macro="year-date"/>
<text variable="volume"/>
</group>
</group>
<text variable="page" form="short"/>
</group>
</else>
</choose>
</group>
<text macro="access" prefix=". "/>
</layout>
</bibliography>
</style>

0 comments on commit 05e7071

Please sign in to comment.