Skip to content
Permalink
Browse files

Create annals-of-bahavioral-medicine.csl (#2534)

  • Loading branch information...
POBrien333 authored and rmzelle committed Feb 26, 2017
1 parent 0ab2971 commit b2f4901f0363a1175518ce5c166b5e676ab1c068
Showing with 120 additions and 0 deletions.
  1. +120 −0 annals-of-behavioral-medicine.csl
@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-US" demote-non-dropping-particle="sort-only">
<info>
<title>Annals of Behavioral Medicine</title>
<id>http://www.zotero.org/styles/annals-of-behavioral-medicine</id>
<link href="http://www.zotero.org/styles/annals-of-behavioral-medicine" rel="self"/>
<link href="http://www.zotero.org/styles/american-journal-of-translational-research" rel="template"/>
<link href="http://www.springer.com/medicine/journal/12160#" rel="documentation"/>
<author>
<name>Patrick O'Brien, PhD</name>
<email>obrienpat86@gmail.com</email>
</author>
<category citation-format="numeric"/>
<category field="medicine"/>
<category field="psychology"/>
<issn>0883-6612</issn>
<eissn>1532-4796</eissn>
<updated>2017-02-26T22:01:46+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-last="always" et-al-min="7" et-al-use-first="3" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<label form="long" prefix=", "/>
</names>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date"/>
</else>
</choose>
</macro>
<macro name="publisher">
<text variable="publisher-place" suffix=": "/>
<text variable="publisher" suffix=", "/>
<text macro="year-date"/>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="."/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number" sort="ascending"/>
</sort>
<layout prefix="[" suffix="]" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography second-field-align="flush" line-spacing="2">
<layout suffix=".">
<text variable="citation-number" suffix="."/>
<text macro="author" suffix=": "/>
<choose>
<if type="book">
<group delimiter=". ">
<text variable="title"/>
<text macro="edition"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter">
<text variable="title" suffix=". "/>
<text term="in" text-case="capitalize-first" suffix=": "/>
<text macro="editor" suffix=". "/>
<text variable="container-title" text-case="capitalize-first" suffix=". "/>
<text macro="edition" suffix=". "/>
<text macro="publisher" suffix=". "/>
<group delimiter=" ">
<label plural="never" variable="page" form="short"/>
<text variable="page"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=". ">
<text variable="title"/>
<text variable="genre"/>
<text variable="publisher"/>
<text macro="year-date"/>
</group>
</else-if>
<else>
<group>
<text variable="title" suffix="."/>
<text variable="container-title" form="short" text-case="title" strip-periods="true" prefix=" " suffix="."/>
<text macro="year-date" prefix=" " suffix="; "/>
<text variable="volume" suffix=":"/>
<text variable="page"/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>

0 comments on commit b2f4901

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.