|
18 | 18 | <category field="medicine"/> |
19 | 19 | <issn>0195-9131</issn> |
20 | 20 | <eissn>1530-0315</eissn> |
21 | | - <updated>2017-12-13T13:21:47+00:00</updated> |
| 21 | + <updated>2020-08-23T15:13:28+00:00</updated> |
22 | 22 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
23 | 23 | </info> |
24 | 24 | <locale xml:lang="en"> |
|
62 | 62 | <if match="none" variable="page"> |
63 | 63 | <group prefix="[" suffix="]" delimiter=" "> |
64 | 64 | <text term="cited"/> |
65 | | - <date variable="accessed" suffix=" "> |
| 65 | + <date variable="accessed"> |
66 | 66 | <date-part name="year"/> |
67 | 67 | <date-part name="month" prefix=" " form="short" strip-periods="true"/> |
68 | 68 | <date-part name="day" prefix=" "/> |
|
91 | 91 | <if match="none" variable="page"> |
92 | 92 | <group delimiter=". "> |
93 | 93 | <group delimiter=": "> |
94 | | - <text term="available at"/> |
| 94 | + <text term="available at" text-case="capitalize-first"/> |
95 | 95 | <text variable="URL"/> |
96 | 96 | </group> |
97 | 97 | <text variable="DOI" prefix="doi:"/> |
|
120 | 120 | <macro name="title"> |
121 | 121 | <group delimiter=" "> |
122 | 122 | <text variable="title"/> |
123 | | - <choose> |
124 | | - <if type="article-journal" match="any"> |
125 | | - <choose> |
126 | | - <if variable="page" match="none"> |
127 | | - <text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/> |
128 | | - </if> |
129 | | - </choose> |
130 | | - </if> |
131 | | - </choose> |
132 | 123 | </group> |
133 | 124 | </macro> |
134 | 125 | <macro name="edition"> |
|
185 | 176 | </else-if> |
186 | 177 | <else> |
187 | 178 | <text macro="title" suffix=". "/> |
188 | | - <text variable="container-title" form="short" strip-periods="true" font-style="italic" suffix=". "/> |
| 179 | + <group delimiter=" " suffix=". "> |
| 180 | + <text variable="container-title" form="short" strip-periods="true" font-style="italic"/> |
| 181 | + <choose> |
| 182 | + <if type="article-journal" match="any"> |
| 183 | + <choose> |
| 184 | + <if variable="page" match="none"> |
| 185 | + <text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/> |
| 186 | + </if> |
| 187 | + </choose> |
| 188 | + </if> |
| 189 | + </choose> |
| 190 | + </group> |
189 | 191 | <text macro="date" suffix=";"/> |
190 | 192 | <text variable="volume"/> |
191 | 193 | <text variable="issue" prefix="(" suffix=")"/> |
|
0 commit comments