|
14 | 14 | <category field="humanities"/>
|
15 | 15 | <issn>0017-257X</issn>
|
16 | 16 | <eissn>1477-7053</eissn>
|
17 |
| - <updated>2018-08-27T15:55:20+00:00</updated> |
| 17 | + <updated>2020-02-13T16:43:07+00:00</updated> |
18 | 18 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
19 | 19 | </info>
|
20 | 20 | <locale xml:lang="en">
|
|
156 | 156 | </if>
|
157 | 157 | <else>
|
158 | 158 | <choose>
|
159 |
| - <if variable="DOI"> |
| 159 | + <if type="article-journal"> |
160 | 160 | <text variable="DOI" prefix="https://doi.org/"/>
|
161 | 161 | </if>
|
162 | 162 | <else>
|
|
188 | 188 | <if type="book dataset graphic manuscript motion_picture report song speech thesis" match="any">
|
189 | 189 | <choose>
|
190 | 190 | <if variable="version" type="book" match="all">
|
191 |
| - <text variable="title"/> |
| 191 | + <text variable="title" text-case="title"/> |
192 | 192 | </if>
|
193 | 193 | <else>
|
194 | 194 | <text variable="title" font-style="italic"/>
|
|
199 | 199 | <choose>
|
200 | 200 | <if variable="reviewed-title">
|
201 | 201 | <group delimiter=" ">
|
202 |
| - <text variable="title"/> |
| 202 | + <text variable="title" text-case="title"/> |
203 | 203 | <group delimiter=", " prefix="[" suffix="]">
|
204 | 204 | <text variable="reviewed-title" font-style="italic" prefix="Review of "/>
|
205 | 205 | <names variable="reviewed-author" delimiter=", ">
|
|
211 | 211 | </if>
|
212 | 212 | <else>
|
213 | 213 | <group delimiter=", " prefix="[" suffix="]">
|
214 |
| - <text variable="title" font-style="italic" prefix="Review of "/> |
| 214 | + <text variable="title" text-case="title" font-style="italic" prefix="Review of "/> |
215 | 215 | <names variable="reviewed-author" delimiter=", ">
|
216 | 216 | <label form="verb-short" suffix=" "/>
|
217 | 217 | <name and="text" initialize-with=". " delimiter=", "/>
|
|
224 | 224 | <text macro="patent-number" font-style="italic"/>
|
225 | 225 | </else-if>
|
226 | 226 | <else>
|
227 |
| - <text variable="title"/> |
| 227 | + <text variable="title" text-case="title"/> |
228 | 228 | </else>
|
229 | 229 | </choose>
|
230 | 230 | </macro>
|
|
618 | 618 | <text variable="container-title" font-style="italic" text-case="title"/>
|
619 | 619 | </if>
|
620 | 620 | <else-if type="bill legal_case legislation" match="none">
|
621 |
| - <text variable="container-title" font-style="italic"/> |
| 621 | + <text variable="container-title" text-case="title" font-style="italic"/> |
622 | 622 | </else-if>
|
623 | 623 | </choose>
|
624 | 624 | </macro>
|
|
706 | 706 | <text macro="issued" prefix=" (" suffix=")"/>
|
707 | 707 | </else>
|
708 | 708 | </choose>
|
709 |
| - <text macro="title-plus-extra"/> |
| 709 | + <text macro="title-plus-extra" suffix="."/> |
710 | 710 | <text macro="container"/>
|
711 | 711 | </group>
|
712 | 712 | <text macro="legal-cites"/>
|
|
0 commit comments