|
10 | 10 | <author>
|
11 | 11 | <name>Sebastian Karcher</name>
|
12 | 12 | </author>
|
| 13 | + <contributor> |
| 14 | + <name>Patrick O'Brien</name> |
| 15 | + </contributor> |
13 | 16 | <category citation-format="numeric"/>
|
14 | 17 | <category field="science"/>
|
15 | 18 | <summary>Vancouver for PLoS Journals as of January 2015</summary>
|
16 |
| - <updated>2019-07-12T08:11:53+00:00</updated> |
| 19 | + <updated>2019-09-29T19:19:07+00:00</updated> |
17 | 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>
|
18 | 21 | </info>
|
19 | 22 | <locale xml:lang="en">
|
|
110 | 113 | </macro>
|
111 | 114 | <macro name="container-title">
|
112 | 115 | <choose>
|
113 |
| - <if type="article-journal article-magazine chapter paper-conference article-newspaper post-weblog webpage" match="any"> |
| 116 | + <if type="article-journal article-magazine chapter paper-conference article-newspaper post-weblog webpage post report" match="any"> |
114 | 117 | <group suffix="." delimiter=" ">
|
115 | 118 | <choose>
|
116 |
| - <if type="article-journal"> |
| 119 | + <if type="article-journal report" match="any"> |
117 | 120 | <text variable="container-title" form="short" strip-periods="true"/>
|
118 | 121 | </if>
|
119 |
| - <else-if type="post-weblog webpage" match="any"> |
| 122 | + <else-if type="post-weblog webpage post" match="any"> |
120 | 123 | <group delimiter=" ">
|
121 | 124 | <text term="in" text-case="capitalize-first" suffix=":"/>
|
122 | 125 | <text variable="container-title"/>
|
|
134 | 137 | </group>
|
135 | 138 | <text macro="edition" prefix=" "/>
|
136 | 139 | </if>
|
137 |
| - <!--add event-name and event-place once they become available--> |
138 | 140 | <else-if type="bill legislation" match="any">
|
139 | 141 | <group delimiter=", ">
|
140 | 142 | <group delimiter=". ">
|
|
164 | 166 | <macro name="title">
|
165 | 167 | <text variable="title"/>
|
166 | 168 | <choose>
|
167 |
| - <if type="article-journal article-magazine chapter paper-conference article-newspaper post-weblog webpage" match="none"> |
168 |
| - <choose> |
169 |
| - <if variable="URL"> |
170 |
| - <text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/> |
171 |
| - </if> |
172 |
| - </choose> |
| 169 | + <if type="book chapter" match="any"> |
173 | 170 | <text macro="edition" prefix=". "/>
|
174 | 171 | </if>
|
175 |
| - <else-if type="post-weblog webpage" match="any"> |
176 |
| - <choose> |
177 |
| - <if variable="container-title" match="none"> |
178 |
| - <text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/> |
179 |
| - </if> |
180 |
| - </choose> |
181 |
| - </else-if> |
182 | 172 | </choose>
|
183 | 173 | <choose>
|
184 | 174 | <if type="song motion_picture" match="any">
|
|
202 | 192 | <macro name="date">
|
203 | 193 | <choose>
|
204 | 194 | <if type="article-journal" match="any">
|
205 |
| - <group suffix=";" delimiter=" "> |
206 |
| - <date variable="issued" form="text" date-parts="year"/> |
207 |
| - </group> |
| 195 | + <choose> |
| 196 | + <if match="none" variable="volume page"> |
| 197 | + <group delimiter=" "> |
| 198 | + <date date-parts="year" form="text" variable="issued"/> |
| 199 | + <text macro="accessed-date"/> |
| 200 | + </group> |
| 201 | + </if> |
| 202 | + <else> |
| 203 | + <date date-parts="year" form="text" variable="issued" suffix=";"/> |
| 204 | + </else> |
| 205 | + </choose> |
208 | 206 | </if>
|
209 | 207 | <else-if type="article-magazine article-newspaper" match="any">
|
210 | 208 | <date variable="issued" form="text"/>
|
|
0 commit comments