|
8 | 8 | <link href="http://www.anthropologie-societes.ant.ulaval.ca/regles-de-publication/normes-editoriales" rel="documentation"/> |
9 | 9 | <author> |
10 | 10 | <name>Patrick O'Brien, PhD</name> |
11 | | - |
12 | 11 | </author> |
13 | 12 | <category citation-format="author-date"/> |
14 | 13 | <category field="biology"/> |
15 | 14 | <issn>0702-8997</issn> |
16 | 15 | <eissn>1703-7921</eissn> |
17 | | - <updated>2018-09-05T13:51:00+00:00</updated> |
| 16 | + <updated>2020-07-31T08:06:37+00:00</updated> |
18 | 17 | <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 | 18 | </info> |
20 | 19 | <locale xml:lang="fr"> |
|
115 | 114 | <macro name="year-date"> |
116 | 115 | <choose> |
117 | 116 | <if variable="issued"> |
118 | | - <group> |
| 117 | + <group delimiter=" "> |
119 | 118 | <date variable="issued"> |
120 | 119 | <date-part name="year"/> |
121 | 120 | </date> |
| 121 | + <date date-parts="year" form="text" variable="original-date" prefix="[" suffix="]"/> |
122 | 122 | </group> |
123 | 123 | </if> |
124 | 124 | <else> |
125 | | - <text term="no date" form="short" suffix=")"/> |
| 125 | + <text term="no date" form="short"/> |
126 | 126 | </else> |
127 | 127 | </choose> |
128 | 128 | </macro> |
|
167 | 167 | </group> |
168 | 168 | </layout> |
169 | 169 | </citation> |
170 | | - <bibliography et-al-min="99" et-al-use-first="98" hanging-indent="true" subsequent-author-substitute="———"> |
| 170 | + <bibliography hanging-indent="true" subsequent-author-substitute="———"> |
171 | 171 | <sort> |
172 | 172 | <key macro="author"/> |
173 | 173 | <key macro="year-date"/> |
174 | 174 | <key variable="title"/> |
175 | 175 | </sort> |
176 | 176 | <layout suffix="."> |
177 | | - <text macro="author" text-case="uppercase" strip-periods="false" font-variant="normal" suffix=", "/> |
178 | | - <date variable="issued" suffix=","> |
179 | | - <date-part name="year"/> |
180 | | - </date> |
| 177 | + <text macro="author" text-case="uppercase" strip-periods="false" suffix=", "/> |
| 178 | + <text macro="year-date"/> |
181 | 179 | <choose> |
182 | 180 | <if type="book" match="any"> |
183 | 181 | <text macro="legal_case"/> |
184 | | - <group delimiter=", " prefix=" "> |
185 | | - <text macro="title"/> |
186 | | - <text macro="edition"/> |
187 | | - <text macro="editor"/> |
| 182 | + <group delimiter=". "> |
| 183 | + <group delimiter=", " prefix=" "> |
| 184 | + <text macro="title"/> |
| 185 | + <text macro="edition"/> |
| 186 | + <text macro="editor"/> |
| 187 | + </group> |
188 | 188 | <text macro="publisher"/> |
189 | 189 | </group> |
190 | 190 | </if> |
|
0 commit comments