|
48 | 48 | <if type="article-newspaper" match="none">
|
49 | 49 | <choose>
|
50 | 50 | <if variable="URL">
|
51 |
| - <text value="Available at:" suffix=" "/> |
| 51 | + <text term="available at" text-case="capitalize-first" suffix=": "/> |
52 | 52 | <group delimiter=". ">
|
53 | 53 | <text variable="URL"/>
|
54 | 54 | <group>
|
|
119 | 119 | </group>
|
120 | 120 | </if>
|
121 | 121 | <else-if type="chapter paper-conference" match="any">
|
122 |
| - <group prefix=" "> |
123 |
| - <text term="in" text-case="capitalize-first" suffix=": "/> |
| 122 | + <group prefix=" " delimiter=" "> |
| 123 | + <text term="in" text-case="capitalize-first" suffix=":"/> |
124 | 124 | <text macro="editor"/>
|
125 |
| - <text variable="container-title" prefix=" " suffix="."/> |
| 125 | + <text variable="container-title" suffix="." font-style="italic"/> |
126 | 126 | <text variable="volume" prefix="Vol " suffix="."/>
|
127 |
| - <text macro="edition" prefix=" "/> |
128 |
| - <text variable="collection-title" prefix=" " suffix="."/> |
| 127 | + <text macro="edition"/> |
| 128 | + <text variable="collection-title" suffix="."/> |
129 | 129 | <group suffix=".">
|
130 |
| - <text macro="publisher" prefix=" "/> |
131 |
| - <group suffix="." prefix="; "> |
| 130 | + <text macro="publisher"/> |
| 131 | + <group suffix="." prefix=", " delimiter=";"> |
132 | 132 | <date variable="issued">
|
133 | 133 | <date-part name="year"/>
|
134 | 134 | </date>
|
135 |
| - <text variable="page" prefix=":"/> |
| 135 | + <text variable="page"/> |
136 | 136 | </group>
|
137 | 137 | </group>
|
138 | 138 | </group>
|
|
193 | 193 | <else>
|
194 | 194 | <text macro="editor" prefix=" " suffix="."/>
|
195 | 195 | <group prefix=" " suffix=".">
|
196 |
| - <text variable="container-title" form="short" strip-periods="true"/> |
| 196 | + <text variable="container-title" form="short" strip-periods="true" font-style="italic"/> |
197 | 197 | <group delimiter=";" prefix=" ">
|
198 | 198 | <date variable="issued">
|
199 | 199 | <date-part name="year"/>
|
|
0 commit comments