|
14 | 14 | <category citation-format="numeric"/>
|
15 | 15 | <category field="medicine"/>
|
16 | 16 | <issn>1072-7515</issn>
|
| 17 | + <eissn>1879-1190</eissn> |
17 | 18 | <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> |
19 | 20 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
20 | 21 | </info>
|
21 | 22 | <macro name="editor">
|
|
41 | 42 | </macro>
|
42 | 43 | <macro name="access">
|
43 | 44 | <choose>
|
44 |
| - <if variable="URL"> |
| 45 | + <if type="webpage post post-weblog" match="any"> |
45 | 46 | <text value="Available at:" suffix=" "/>
|
46 | 47 | <text variable="URL" suffix="."/>
|
47 | 48 | <group prefix=" ">
|
|
56 | 57 | </choose>
|
57 | 58 | </macro>
|
58 | 59 | <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"/> |
73 | 61 | </macro>
|
74 | 62 | <macro name="container-title">
|
75 | 63 | <choose>
|
76 | 64 | <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=" "/> |
84 | 68 | </group>
|
85 |
| - <text macro="edition" prefix=" "/> |
86 | 69 | </if>
|
87 | 70 | <else>
|
88 | 71 | <text variable="container-title" suffix="" form="short"/>
|
|
122 | 105 | <text macro="author"/>
|
123 | 106 | <choose>
|
124 | 107 | <if type="article-journal article-magazine article-newspaper" match="any">
|
125 |
| - <group suffix="."> |
| 108 | + <group delimiter=". "> |
126 | 109 | <text macro="title" prefix=" " suffix="."/>
|
127 | 110 | <text macro="container-title"/>
|
128 | 111 | <text macro="edition" prefix=" "/>
|
129 | 112 | </group>
|
130 | 113 | <text prefix=" " macro="publisher"/>
|
131 |
| - <group suffix="." prefix="; "> |
| 114 | + <group prefix=" " suffix="."> |
132 | 115 | <date variable="issued">
|
133 | 116 | <date-part name="year"/>
|
134 | 117 | </date>
|
|
137 | 120 | </group>
|
138 | 121 | </if>
|
139 | 122 | <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> |
144 | 129 | <text variable="container-title" prefix=" " suffix="."/>
|
145 | 130 | <text variable="volume" prefix="Vol " suffix="."/>
|
146 | 131 | <text macro="edition" prefix=" "/>
|
147 | 132 | <text variable="collection-title" prefix=" " suffix="."/>
|
148 |
| - <group suffix="."> |
| 133 | + <group delimiter="; " suffix="."> |
149 | 134 | <text macro="publisher" prefix=" "/>
|
150 |
| - <group suffix="." prefix=", "> |
| 135 | + <group> |
151 | 136 | <date variable="issued">
|
152 | 137 | <date-part name="year"/>
|
153 | 138 | </date>
|
|
0 commit comments