Skip to content

Commit 99c19c3

Browse files
authored
Update anthropologie-et-societes.csl (JabRef#4952)
1 parent ee17423 commit 99c19c3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

anthropologie-et-societes.csl

+13-13
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
<link href="http://www.anthropologie-societes.ant.ulaval.ca/regles-de-publication/normes-editoriales" rel="documentation"/>
99
<author>
1010
<name>Patrick O'Brien, PhD</name>
11-
<email>obrienpat86@gmail.com</email>
1211
</author>
1312
<category citation-format="author-date"/>
1413
<category field="biology"/>
1514
<issn>0702-8997</issn>
1615
<eissn>1703-7921</eissn>
17-
<updated>2018-09-05T13:51:00+00:00</updated>
16+
<updated>2020-07-31T08:06:37+00:00</updated>
1817
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1918
</info>
2019
<locale xml:lang="fr">
@@ -115,14 +114,15 @@
115114
<macro name="year-date">
116115
<choose>
117116
<if variable="issued">
118-
<group>
117+
<group delimiter=" ">
119118
<date variable="issued">
120119
<date-part name="year"/>
121120
</date>
121+
<date date-parts="year" form="text" variable="original-date" prefix="[" suffix="]"/>
122122
</group>
123123
</if>
124124
<else>
125-
<text term="no date" form="short" suffix=")"/>
125+
<text term="no date" form="short"/>
126126
</else>
127127
</choose>
128128
</macro>
@@ -167,24 +167,24 @@
167167
</group>
168168
</layout>
169169
</citation>
170-
<bibliography et-al-min="99" et-al-use-first="98" hanging-indent="true" subsequent-author-substitute="&#8212;&#8212;&#8212;">
170+
<bibliography hanging-indent="true" subsequent-author-substitute="&#8212;&#8212;&#8212;">
171171
<sort>
172172
<key macro="author"/>
173173
<key macro="year-date"/>
174174
<key variable="title"/>
175175
</sort>
176176
<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"/>
181179
<choose>
182180
<if type="book" match="any">
183181
<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>
188188
<text macro="publisher"/>
189189
</group>
190190
</if>

0 commit comments

Comments
 (0)