Skip to content

Commit 0560ca0

Browse files
authored
Update journal-of-the-american-college-of-surgeons.csl (#4858)
1 parent 9e16631 commit 0560ca0

File tree

1 file changed

+17
-32
lines changed

1 file changed

+17
-32
lines changed

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

+17-32
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
<category citation-format="numeric"/>
1515
<category field="medicine"/>
1616
<issn>1072-7515</issn>
17+
<eissn>1879-1190</eissn>
1718
<summary>Journal of the American College of surgeons</summary>
18-
<updated>2014-06-05T04:18:55+00:00</updated>
19+
<updated>2020-06-11T10:06:59+00:00</updated>
1920
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2021
</info>
2122
<macro name="editor">
@@ -41,7 +42,7 @@
4142
</macro>
4243
<macro name="access">
4344
<choose>
44-
<if variable="URL">
45+
<if type="webpage post post-weblog" match="any">
4546
<text value="Available at:" suffix=" "/>
4647
<text variable="URL" suffix="."/>
4748
<group prefix=" ">
@@ -56,33 +57,15 @@
5657
</choose>
5758
</macro>
5859
<macro name="title">
59-
<choose>
60-
<if type="article-journal article-magazine article-newspaper book" match="any">
61-
<text variable="title" suffix=". "/>
62-
<choose>
63-
<if variable="URL">
64-
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
65-
</if>
66-
</choose>
67-
<text macro="edition" prefix=". "/>
68-
</if>
69-
<else-if type="chapter">
70-
<text variable="title" suffix=", "/>
71-
</else-if>
72-
</choose>
60+
<text variable="title"/>
7361
</macro>
7462
<macro name="container-title">
7563
<choose>
7664
<if type="article-journal article-magazine chapter paper-conference article-newspaper" match="any">
77-
<group suffix="" delimiter=" ">
78-
<text variable="container-title" form="short"/>
79-
<choose>
80-
<if variable="URL">
81-
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
82-
</if>
83-
</choose>
65+
<group delimiter=". ">
66+
<text variable="container-title" form="short" strip-periods="true"/>
67+
<text macro="edition" prefix=" "/>
8468
</group>
85-
<text macro="edition" prefix=" "/>
8669
</if>
8770
<else>
8871
<text variable="container-title" suffix="" form="short"/>
@@ -122,13 +105,13 @@
122105
<text macro="author"/>
123106
<choose>
124107
<if type="article-journal article-magazine article-newspaper" match="any">
125-
<group suffix=".">
108+
<group delimiter=". ">
126109
<text macro="title" prefix=" " suffix="."/>
127110
<text macro="container-title"/>
128111
<text macro="edition" prefix=" "/>
129112
</group>
130113
<text prefix=" " macro="publisher"/>
131-
<group suffix="." prefix="; ">
114+
<group prefix=" " suffix=".">
132115
<date variable="issued">
133116
<date-part name="year"/>
134117
</date>
@@ -137,17 +120,19 @@
137120
</group>
138121
</if>
139122
<else-if type="chapter paper-conference book" match="any">
140-
<text macro="title" prefix=" " suffix="."/>
141-
<group prefix=" ">
142-
<text term="in" text-case="capitalize-first" suffix=": "/>
143-
<text macro="editor"/>
123+
<group delimiter=". ">
124+
<text macro="title" prefix=" "/>
125+
<group delimiter=": " prefix=" ">
126+
<text term="in" text-case="capitalize-first"/>
127+
<text macro="editor"/>
128+
</group>
144129
<text variable="container-title" prefix=" " suffix="."/>
145130
<text variable="volume" prefix="Vol " suffix="."/>
146131
<text macro="edition" prefix=" "/>
147132
<text variable="collection-title" prefix=" " suffix="."/>
148-
<group suffix=".">
133+
<group delimiter="; " suffix=".">
149134
<text macro="publisher" prefix=" "/>
150-
<group suffix="." prefix=", ">
135+
<group>
151136
<date variable="issued">
152137
<date-part name="year"/>
153138
</date>

0 commit comments

Comments
 (0)