|
14 | 14 | <category field="humanities"/> |
15 | 15 | <issn>0261-1279</issn> |
16 | 16 | <eissn>1474-0559</eissn> |
17 | | - <updated>2021-10-25T13:43:56+00:00</updated> |
| 17 | + <updated>2022-12-01T08:32:54+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 | <macro name="author"> |
|
71 | 71 | </if> |
72 | 72 | <else-if type="book" match="any"> |
73 | 73 | <group delimiter=", " prefix="(" suffix=")"> |
74 | | - <text variable="publisher"/> |
| 74 | + <text variable="publisher-place"/> |
75 | 75 | <text macro="date"/> |
76 | 76 | </group> |
77 | 77 | </else-if> |
|
130 | 130 | </macro> |
131 | 131 | <macro name="editor"> |
132 | 132 | <names variable="editor translator"> |
133 | | - <name initialize-with=". "/> |
134 | | - <label form="short" prefix=" (" suffix=")"/> |
| 133 | + <name and="text" initialize-with=". "/> |
| 134 | + <label form="short" strip-periods="false" prefix=" (" suffix=")"/> |
135 | 135 | </names> |
136 | 136 | </macro> |
137 | 137 | <macro name="volumes"> |
|
164 | 164 | </else-if> |
165 | 165 | <else> |
166 | 166 | <group delimiter=", "> |
167 | | - <text macro="author"/> |
168 | | - <text macro="title"/> |
169 | 167 | <group> |
| 168 | + <group delimiter=", "> |
| 169 | + <text macro="author"/> |
| 170 | + <text macro="title"/> |
| 171 | + </group> |
170 | 172 | <choose> |
171 | 173 | <if type="article-journal" match="any"> |
172 | | - <group delimiter=", "> |
| 174 | + <group delimiter=", " prefix=", "> |
173 | 175 | <text macro="container"/> |
174 | 176 | <text macro="volref"/> |
175 | 177 | <text macro="pageno"/> |
176 | 178 | </group> |
177 | 179 | </if> |
178 | 180 | <else-if type="chapter paper-conference" match="any"> |
179 | | - <group delimiter=", " prefix=" "> |
180 | | - <text macro="container"/> |
181 | | - <text macro="publisher"/> |
| 181 | + <group delimiter=", " prefix=", "> |
| 182 | + <group delimiter=" "> |
| 183 | + <text macro="container"/> |
| 184 | + <text macro="publisher"/> |
| 185 | + </group> |
182 | 186 | <text macro="pageno"/> |
183 | 187 | </group> |
184 | 188 | </else-if> |
185 | 189 | <else-if type="book" match="any"> |
186 | | - <group delimiter=" "> |
| 190 | + <group delimiter=" " prefix=" "> |
187 | 191 | <group delimiter=", "> |
188 | 192 | <text macro="volumes"/> |
189 | 193 | <text macro="edition"/> |
|
195 | 199 | </group> |
196 | 200 | </else-if> |
197 | 201 | <else-if type="thesis" match="any"> |
198 | | - <group delimiter=", "> |
| 202 | + <group delimiter=", " prefix=", "> |
199 | 203 | <text variable="container-title"/> |
200 | 204 | <text variable="genre"/> |
201 | 205 | <group delimiter=" "> |
|
205 | 209 | </group> |
206 | 210 | </else-if> |
207 | 211 | <else> |
208 | | - <text macro="publisher"/> |
| 212 | + <text macro="publisher" prefix=", "/> |
209 | 213 | <text macro="date" prefix="(" suffix=")"/> |
210 | 214 | </else> |
211 | 215 | </choose> |
|
0 commit comments