Skip to content

Commit 7c82406

Browse files
authored
always show DOI in aps.csl (JabRef#4820)
1 parent 1eb531d commit 7c82406

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

american-physiological-society.csl

+6-20
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<id>http://www.zotero.org/styles/american-physiological-society</id>
77
<link href="http://www.zotero.org/styles/american-physiological-society" rel="self"/>
88
<link href="http://www.zotero.org/styles/vancouver" rel="template"/>
9-
<link href="http://www.the-aps.org/mm/Publications/Info-For-Authors/Composition#references" rel="documentation"/>
9+
<link href="https://journals.physiology.org/author-info.manuscript-composition#EXAMPLE%20REFERENCES" rel="documentation"/>
1010
<author>
1111
<name>Michael Berkowitz</name>
1212
<email>mberkowi@gmu.edu</email>
@@ -19,10 +19,13 @@
1919
<email>karnesky+zotero@gmail.com</email>
2020
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri>
2121
</contributor>
22+
<contributor>
23+
<name>Patrick O'Brien</name>
24+
</contributor>
2225
<category citation-format="numeric"/>
2326
<category field="medicine"/>
2427
<summary>A style for many APS journals</summary>
25-
<updated>2014-07-29T22:06:38+00:00</updated>
28+
<updated>2020-05-21T09:18:04+00:00</updated>
2629
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2730
</info>
2831
<locale xml:lang="en">
@@ -190,25 +193,8 @@
190193
<text variable="volume"/>
191194
<text variable="page" prefix=": "/>
192195
<text macro="date" prefix=", " suffix="."/>
196+
<text variable="DOI" prefix=" doi: "/>
193197
</if>
194-
<else>
195-
<choose>
196-
<if variable="DOI">
197-
<text variable="container-title" suffix=" " form="short" font-style="italic"/>
198-
<group prefix="(" suffix=").">
199-
<date variable="issued">
200-
<date-part name="month" prefix=" " suffix=" "/>
201-
<date-part name="day" suffix=", "/>
202-
<date-part name="year"/>
203-
</date>
204-
</group>
205-
<text variable="DOI" prefix=" doi: "/>
206-
</if>
207-
<else>
208-
<text variable="container-title" suffix=". " form="short" font-style="italic"/>
209-
</else>
210-
</choose>
211-
</else>
212198
</choose>
213199
</else-if>
214200
<else>

0 commit comments

Comments
 (0)