|
12 | 12 | <category citation-format="author-date"/> |
13 | 13 | <category field="social_science"/> |
14 | 14 | <eissn>1961-9162</eissn> |
15 | | - <updated>2021-05-28T07:12:35+00:00</updated> |
| 15 | + <updated>2021-06-01T16:10:30+00:00</updated> |
16 | 16 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
17 | 17 | </info> |
18 | 18 | <locale xml:lang="fr"> |
|
39 | 39 | </names> |
40 | 40 | </macro> |
41 | 41 | <macro name="author-cite"> |
42 | | - <choose> |
43 | | - <if variable="author"> |
44 | | - <names variable="author"> |
45 | | - <name form="short" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal"/> |
46 | | - <et-al font-style="italic"/> |
47 | | - </names> |
48 | | - </if> |
49 | | - <else-if variable="editor"> |
50 | | - <names variable="editor"> |
51 | | - <name form="short" and="text" name-as-sort-order="all" delimiter-precedes-last="never" sort-separator=" " font-style="normal"/> |
52 | | - <et-al font-style="italic"/> |
53 | | - </names> |
54 | | - </else-if> |
55 | | - </choose> |
| 42 | + <names variable="author"> |
| 43 | + <name form="short" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal"/> |
| 44 | + <et-al font-style="italic"/> |
| 45 | + <substitute> |
| 46 | + <names variable="editor translator"/> |
| 47 | + <text variable="title"/> |
| 48 | + </substitute> |
| 49 | + </names> |
56 | 50 | </macro> |
57 | 51 | <macro name="editor"> |
58 | 52 | <names variable="editor"> |
|
163 | 157 | </choose> |
164 | 158 | </if> |
165 | 159 | <else-if type="article-journal article-magazine" match="any"> |
166 | | - <group font-style="normal" delimiter=" "> |
| 160 | + <group font-style="normal" delimiter=" " suffix=", "> |
167 | 161 | <text macro="volume"/> |
168 | | - <text macro="issue" prefix="(" suffix=")"/> |
| 162 | + <text macro="issue"/> |
169 | 163 | </group> |
170 | 164 | </else-if> |
171 | 165 | </choose> |
|
182 | 176 | </macro> |
183 | 177 | <macro name="issue"> |
184 | 178 | <choose> |
185 | | - <if is-numeric="issue"> |
186 | | - <text variable="issue"/> |
| 179 | + <if is-numeric="volume"> |
| 180 | + <text variable="issue" prefix="(" suffix=")"/> |
187 | 181 | </if> |
188 | 182 | <else> |
189 | 183 | <text variable="issue"/> |
|
0 commit comments