Permalink
Please
sign in to comment.
Browse files
Create american-journal-of-translational-research.csl (#2427)
- Loading branch information...
Showing
with
121 additions
and 0 deletions.
@@ -0,0 +1,121 @@ | |||
<?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>American Journal of Translational Research</title> | |||
<title-short>AJTR</title-short> | |||
<id>http://www.zotero.org/styles/american-journal-of-translational-research</id> | |||
<link href="http://www.zotero.org/styles/american-journal-of-translational-research" rel="self"/> | |||
<link href="http://www.zotero.org/styles/free-radical-research" rel="template"/> | |||
<link href="http://www.ajtr.org/guidelines.html" rel="documentation"/> | |||
<author> | |||
<name>Patrick O'Brien, PhD</name> | |||
<email>obrienpat86@gmail.com</email> | |||
</author> | |||
<category citation-format="numeric"/> | |||
<category field="medicine"/> | |||
<category field="biology"/> | |||
<eissn>1943-8141</eissn> | |||
<summary>A style for the American Journal of Translational Research based on Elsevier Vancouver/Free Radical Research.</summary> | |||
<updated>2017-01-15T15:06:17+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" initialize-with="" name-as-sort-order="all" sort-separator=" "/> | |||
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/> | |||
<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=" "/> | |||
<text macro="year-date" prefix=" " suffix="; "/> | |||
<text variable="volume" suffix=":"/> | |||
<text variable="page"/> | |||
</group> | |||
</else> | |||
</choose> | |||
</layout> | |||
</bibliography> | |||
</style> |
0 comments on commit
a08de75