Skip to content
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
254 lines (253 sloc) 8.54 KB
<?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" page-range-format="minimal" default-locale="en-US">
<info>
<title>Journal of Applied Pharmaceutical Research</title>
<title-short>JOAPR</title-short>
<id>http://www.zotero.org/styles/journal-of-applied-pharmaceutical-research</id>
<link href="http://www.zotero.org/styles/journal-of-applied-pharmaceutical-research" rel="self"/>
<link href="http://www.zotero.org/styles/vancouver" rel="template"/>
<link href="http://www.japtronline.com/index.php/JOAPR/about/submissions#authorGuidelines" rel="documentation"/>
<author>
<name>BABA Web Design</name>
<email>babawebdesign@gmail.com</email>
</author>
<contributor>
<name>Sanjib Bahadur</name>
</contributor>
<category citation-format="numeric"/>
<category field="medicine"/>
<eissn>2348-0335</eissn>
<summary>A Style for Journal of Applied Pharmaceutical Research based on Vancouver style as outlined by International Committee of Medical Journal Editors Uniform Requirements for Manuscripts Submitted to Biomedical Journals: Sample References</summary>
<updated>2017-03-04T08:17:07+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>
<locale xml:lang="en">
<style-options punctuation-in-quote="false"/>
</locale>
<macro name="author">
<names variable="author">
<name initialize-with="" name-as-sort-order="all" sort-separator=" "/>
</names>
</macro>
<macro name="container-title">
<choose>
<if type="article-journal" match="any">
<text variable="container-title" form="short" font-style="italic"/>
</if>
<else-if type="chapter" match="any">
<text variable="container-title" font-style="italic"/>
</else-if>
<else>
<text variable="container-title" font-style="normal"/>
</else>
</choose>
</macro>
<macro name="edition">
<number suffix=" " variable="edition" form="ordinal"/>
<label plural="never" variable="edition" form="short"/>
</macro>
<macro name="event">
<group delimiter=", ">
<text variable="event-place"/>
<group>
<text value="on" suffix=" "/>
<date variable="event-date">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</group>
</macro>
<macro name="title">
<choose>
<if type="book" match="any">
<text variable="title" quotes="false" font-style="italic"/>
</if>
<else-if type="webpage" match="any">
<text variable="title" quotes="true"/>
</else-if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="issued">
<choose>
<if type="article-journal patent" match="any">
<date date-parts="year" form="numeric" variable="issued" font-weight="normal" prefix="(" suffix=")">
<date-part name="year" font-weight="normal"/>
</date>
</if>
<else-if type="paper-conference" match="any">
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=", "/>
<date-part name="year"/>
</date>
</else-if>
<else-if type="webpage" match="any">
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=", "/>
<date-part name="year"/>
</date>
</else-if>
<else>
<date date-parts="year" form="numeric" variable="issued">
<date-part name="year"/>
</date>
</else>
</choose>
</macro>
<macro name="editor">
<names variable="editor" prefix="(" suffix=")">
<name suffix=" " initialize="false" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<label form="short" plural="never"/>
</names>
</macro>
<macro name="locators">
<choose>
<if type="article-journal" match="any">
<text variable="volume" font-style="normal" font-weight="bold"/>
</if>
<else-if type="book chapter" match="any">
<group delimiter=", ">
<group>
<text term="volume" form="short" text-case="capitalize-first" font-style="normal" suffix=" "/>
<text variable="volume"/>
</group>
<group>
<text term="chapter" form="short" text-case="capitalize-first" suffix=" "/>
<text variable="chapter-number"/>
</group>
</group>
</else-if>
</choose>
</macro>
<macro name="page">
<choose>
<if type="book chapter paper-conference" match="any">
<label variable="page" form="short"/>
<text variable="page"/>
</if>
<else>
<text variable="page"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout vertical-align="baseline" delimiter="," prefix="[" suffix="]">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography entry-spacing="0" second-field-align="flush">
<sort>
<key variable="citation-number"/>
</sort>
<layout suffix=".">
<text variable="citation-number" prefix="[" suffix="]"/>
<text macro="author" suffix=". "/>
<choose>
<if type="article-journal">
<group delimiter=". ">
<text macro="title"/>
<group delimiter=", ">
<text macro="container-title"/>
<text macro="locators"/>
<group delimiter=" ">
<text macro="page"/>
<text macro="issued"/>
</group>
</group>
</group>
</if>
<else-if type="book" match="any">
<group delimiter=". ">
<text macro="title"/>
<group delimiter=", ">
<group delimiter=" ">
<text macro="edition"/>
<text macro="locators"/>
</group>
<text macro="publisher"/>
<group delimiter=" ">
<text macro="issued" prefix="(" suffix=")"/>
</group>
</group>
</group>
</else-if>
<else-if type="chapter" match="any">
<group delimiter=". ">
<text variable="title"/>
<text macro="container-title"/>
<group delimiter=", ">
<group delimiter=" ">
<text macro="edition"/>
<text macro="editor"/>
<text macro="locators"/>
</group>
<text macro="publisher"/>
<group delimiter=" ">
<text macro="page"/>
<text macro="issued" prefix="(" suffix=")"/>
</group>
</group>
</group>
</else-if>
<else-if type="paper-conference" match="any">
<group delimiter=", ">
<text variable="title"/>
<text macro="container-title"/>
<text macro="event"/>
<text macro="editor"/>
<text macro="issued"/>
<text macro="publisher"/>
<text macro="page"/>
</group>
</else-if>
<else-if type="patent">
<group delimiter=" ">
<text variable="number"/>
<text macro="issued"/>
</group>
</else-if>
<else-if type="thesis" match="any">
<group delimiter=", ">
<text variable="genre"/>
<text macro="publisher"/>
<text macro="issued"/>
</group>
</else-if>
<else-if type="webpage" match="any">
<group delimiter=".">
<text macro="title"/>
<group delimiter=", ">
<text variable="URL" prefix=": &lt;" suffix="&gt;"/>
<group delimiter=" ">
<text term="cited" suffix=" "/>
<text macro="issued"/>
</group>
</group>
</group>
</else-if>
<else>
<group delimiter=", ">
<text macro="title"/>
<text macro="publisher"/>
<text macro="issued"/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>
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.