Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update journal-of-applied-pharmaceutical-research.csl #7231

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 28 additions & 12 deletions journal-of-applied-pharmaceutical-research.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@
<contributor>
<name>Sanjib Bahadur</name>
</contributor>
<contributor>
<name>Patrick O'Brien</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>
<updated>2024-09-30T12:22:21+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">
Expand Down Expand Up @@ -86,7 +89,7 @@
<date-part name="year"/>
</date>
</else-if>
<else-if type="webpage" match="any">
<else-if type="webpage post post-weblog" match="any">
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=", "/>
Expand Down Expand Up @@ -128,8 +131,10 @@
<macro name="page">
<choose>
<if type="book chapter paper-conference" match="any">
<label variable="page" form="short"/>
<text variable="page"/>
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</if>
<else>
<text variable="page"/>
Expand All @@ -142,6 +147,22 @@
<text variable="publisher-place"/>
</group>
</macro>
<macro name="access">
<choose>
<if type="article-journal" match="any">
<text variable="DOI" prefix="https://doi.org/" suffix="."/>
</if>
<else-if type="webpage post post-weblog" match="any">
<group delimiter=", ">
<text variable="URL" prefix=": &lt;" suffix="&gt;"/>
<group delimiter=" ">
<text term="cited" suffix=" "/>
<text macro="issued"/>
</group>
</group>
</else-if>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
Expand All @@ -167,6 +188,7 @@
<group delimiter=" ">
<text macro="page"/>
<text macro="issued"/>
<text macro="access"/>
</group>
</group>
</group>
Expand Down Expand Up @@ -228,16 +250,10 @@
<text macro="issued"/>
</group>
</else-if>
<else-if type="webpage" match="any">
<else-if type="webpage post post-weblog" 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>
<text macro="access"/>
</group>
</else-if>
<else>
Expand Down