Skip to content

Commit da88073

Browse files
authored
Update journal-of-the-american-college-of-cardiology.csl (#6334)
via https://forums.zotero.org/discussion/101649/changing-the-citation-style#latest
1 parent a520d8e commit da88073

File tree

1 file changed

+45
-29
lines changed

1 file changed

+45
-29
lines changed

journal-of-the-american-college-of-cardiology.csl

Lines changed: 45 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<id>http://www.zotero.org/styles/journal-of-the-american-college-of-cardiology</id>
77
<link href="http://www.zotero.org/styles/journal-of-the-american-college-of-cardiology" rel="self"/>
88
<link href="http://www.zotero.org/styles/american-medical-association" rel="template"/>
9-
<link href="http://content.onlinejacc.org/misc/ifora.dtl" rel="documentation"/>
9+
<link href="https://www.jacc.org/journal/jacc" rel="documentation"/>
10+
<link href="https://www.jacc.org/pb-assets/documents/author-instructions-jacc-1613751106523.pdf" rel="documentation"/>
1011
<author>
1112
<name>Julian Onions</name>
1213
<email>[email protected]</email>
@@ -19,9 +20,14 @@
1920
<issn>0735-1097</issn>
2021
<eissn>1558-3597</eissn>
2122
<summary>Journal of the American College of Cardiology</summary>
22-
<updated>2012-09-27T22:06:38+00:00</updated>
23+
<updated>2022-12-09T09:35:42+00:00</updated>
2324
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2425
</info>
26+
<locale xml:lang="en">
27+
<terms>
28+
<term name="online">published online</term>
29+
</terms>
30+
</locale>
2531
<macro name="editor">
2632
<names variable="editor">
2733
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
@@ -45,24 +51,34 @@
4551
</macro>
4652
<macro name="access">
4753
<choose>
48-
<if variable="URL">
49-
<text value="Available at:" suffix=" "/>
50-
<text variable="URL" suffix="."/>
51-
<group prefix=" ">
52-
<text term="accessed" text-case="capitalize-first" suffix=" "/>
53-
<date variable="accessed">
54-
<date-part name="month" suffix=" "/>
55-
<date-part name="day" suffix=", "/>
56-
<date-part name="year"/>
57-
</date>
54+
<if type="webpage post post-weblog" match="any">
55+
<group delimiter=". ">
56+
<group delimiter=" ">
57+
<text term="accessed" text-case="capitalize-first"/>
58+
<date form="text" variable="accessed"/>
59+
</group>
60+
<text variable="URL"/>
5861
</group>
5962
</if>
63+
<else-if type="article-journal" match="any">
64+
<choose>
65+
<if match="none" variable="page volume">
66+
<group delimiter=". ">
67+
<group>
68+
<text term="online" text-case="capitalize-first"/>
69+
<date form="text" variable="issued"/>
70+
</group>
71+
<text variable="DOI" prefix="https://doi.org/"/>
72+
</group>
73+
</if>
74+
</choose>
75+
</else-if>
6076
</choose>
6177
</macro>
6278
<macro name="title">
6379
<choose>
6480
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
65-
<text variable="title"/>
81+
<text variable="title" font-style="italic"/>
6682
</if>
6783
<else>
6884
<text variable="title"/>
@@ -92,11 +108,11 @@
92108
<sort>
93109
<key variable="citation-number"/>
94110
</sort>
95-
<layout prefix="(" suffix=")" delimiter=", ">
111+
<layout delimiter=", " vertical-align="sup">
96112
<text variable="citation-number"/>
97113
</layout>
98114
</citation>
99-
<bibliography hanging-indent="false" et-al-min="7" et-al-use-first="3">
115+
<bibliography et-al-min="7" et-al-use-first="3" line-spacing="2">
100116
<layout>
101117
<text variable="citation-number" suffix=". "/>
102118
<text macro="author"/>
@@ -108,7 +124,7 @@
108124
<text macro="editor" prefix=" (" suffix=")"/>
109125
</group>
110126
<text prefix=" " macro="publisher"/>
111-
<group suffix="." prefix="; ">
127+
<group prefix=", " suffix=".">
112128
<date variable="issued">
113129
<date-part name="year"/>
114130
</date>
@@ -120,7 +136,7 @@
120136
<group prefix=" ">
121137
<text term="in" text-case="capitalize-first" suffix=": "/>
122138
<text macro="editor"/>
123-
<text variable="container-title" prefix=" " suffix="."/>
139+
<text variable="container-title" font-style="italic" prefix=" " suffix="."/>
124140
<text variable="volume" prefix="Vol " suffix="."/>
125141
<text macro="edition" prefix=" "/>
126142
<text variable="collection-title" prefix=" " suffix="."/>
@@ -136,21 +152,21 @@
136152
</group>
137153
</else-if>
138154
<else>
139-
<group suffix=".">
140-
<text macro="title" prefix=" "/>
141-
<text macro="editor" prefix=" "/>
142-
</group>
143-
<group prefix=" " suffix=".">
144-
<text variable="container-title" form="short"/>
145-
<group delimiter=";" prefix=" ">
146-
<date variable="issued">
147-
<date-part name="year"/>
148-
</date>
149-
<group>
155+
<group delimiter=". ">
156+
<group>
157+
<text macro="title" prefix=" "/>
158+
<text macro="editor" prefix=" "/>
159+
</group>
160+
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/>
161+
<group delimiter=":" prefix=" " suffix=".">
162+
<group delimiter=";" prefix=" ">
163+
<date variable="issued">
164+
<date-part name="year"/>
165+
</date>
150166
<text variable="volume"/>
151167
</group>
168+
<text variable="page"/>
152169
</group>
153-
<text variable="page" prefix=":"/>
154170
</group>
155171
</else>
156172
</choose>

0 commit comments

Comments
 (0)