Skip to content

Commit

Permalink
Create anatomical-sciences-education.csl (JabRef#4573)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Feb 21, 2020
1 parent 9454897 commit 5b2810c
Showing 1 changed file with 152 additions and 0 deletions.
152 changes: 152 additions & 0 deletions anatomical-sciences-education.csl
@@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-GB">
<info>
<title>Anatomical Sciences Education</title>
<title-short>ASE</title-short>
<id>http://www.zotero.org/styles/anatomical-sciences-education</id>
<link href="http://www.zotero.org/styles/anatomical-sciences-education" rel="self"/>
<link href="http://www.zotero.org/styles/clinical-anatomy" rel="template"/>
<link href="https://anatomypubs.onlinelibrary.wiley.com/hub/journal/19359780/homepage/forauthors.html#5" rel="documentation"/>
<author>
<name>Patrick O'Brien</name>
</author>
<category citation-format="author-date"/>
<category field="medicine"/>
<issn>1935-9772</issn>
<eissn>1935-9780</eissn>
<updated>2020-02-20T14:47:42+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-short">
<names variable="author">
<name form="short" and="text"/>
<substitute>
<names variable="editor"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=""/>
<label text-case="capitalize-first" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<name name-as-sort-order="all" sort-separator=" " initialize-with=""/>
<label text-case="capitalize-first" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</macro>
<macro name="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<label text-case="capitalize-first" variable="edition" form="short"/>
</group>
</macro>
<macro name="access">
<choose>
<if type="article-journal" match="any">
<choose>
<if match="none" variable="page volume">
<text variable="DOI" prefix="(in press; doi: " suffix=")"/>
</if>
</choose>
</if>
</choose>
</macro>
<citation disambiguate-add-year-suffix="true" et-al-min="3" et-al-use-first="1" collapse="year">
<sort>
<key macro="issued"/>
<key macro="author-short"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="issued"/>
</group>
</layout>
</citation>
<bibliography et-al-min="13" et-al-use-first="12">
<sort>
<key macro="author"/>
<key macro="issued"/>
</sort>
<layout suffix=".">
<group delimiter=" ">
<text macro="author" suffix="."/>
<text macro="issued" suffix="."/>
<choose>
<if type="book thesis" match="any">
<group delimiter=". ">
<text variable="title" text-case="title"/>
<text macro="edition"/>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
<text variable="genre"/>
<group delimiter=" ">
<text variable="number-of-pages"/>
<label plural="never" strip-periods="true" variable="number-of-pages" form="short"/>
</group>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=". ">
<text variable="title"/>
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<text macro="editor"/>
</group>
<text variable="container-title" text-case="title"/>
<text macro="edition"/>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
<group delimiter=" ">
<label plural="never" strip-periods="true" variable="page" form="short"/>
<text variable="page"/>
</group>
</group>
</else-if>
<else-if type="article article-journal" match="any">
<text variable="title" suffix="."/>
<text variable="container-title" form="short" strip-periods="true"/>
<group delimiter=":">
<text variable="volume"/>
<text variable="page"/>
</group>
</else-if>
<else-if type="webpage post-weblog post" match="any">
<group delimiter=". ">
<text variable="title"/>
<text variable="container-title"/>
<group delimiter=" ">
<text variable="URL" prefix="URL: "/>
<group delimiter=" " prefix="[" suffix="]">
<text term="accessed"/>
<date form="text" variable="accessed"/>
</group>
</group>
</group>
</else-if>
<else>
<text variable="container-title"/>
</else>
</choose>
</group>
<text macro="access" prefix=" "/>
</layout>
</bibliography>
</style>

0 comments on commit 5b2810c

Please sign in to comment.