Skip to content

Commit 3650206

Browse files
authored
Update ethnographiques-org.csl (#5480)
via https://forums.zotero.org/discussion/comment/384411/#Comment_384411 * Also fix in-text authors
1 parent e06cc90 commit 3650206

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

ethnographiques-org.csl

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<category citation-format="author-date"/>
1313
<category field="social_science"/>
1414
<eissn>1961-9162</eissn>
15-
<updated>2021-05-28T07:12:35+00:00</updated>
15+
<updated>2021-06-01T16:10:30+00:00</updated>
1616
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1717
</info>
1818
<locale xml:lang="fr">
@@ -39,20 +39,14 @@
3939
</names>
4040
</macro>
4141
<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>
5650
</macro>
5751
<macro name="editor">
5852
<names variable="editor">
@@ -163,9 +157,9 @@
163157
</choose>
164158
</if>
165159
<else-if type="article-journal article-magazine" match="any">
166-
<group font-style="normal" delimiter=" ">
160+
<group font-style="normal" delimiter=" " suffix=", ">
167161
<text macro="volume"/>
168-
<text macro="issue" prefix="(" suffix=")"/>
162+
<text macro="issue"/>
169163
</group>
170164
</else-if>
171165
</choose>
@@ -182,8 +176,8 @@
182176
</macro>
183177
<macro name="issue">
184178
<choose>
185-
<if is-numeric="issue">
186-
<text variable="issue"/>
179+
<if is-numeric="volume">
180+
<text variable="issue" prefix="(" suffix=")"/>
187181
</if>
188182
<else>
189183
<text variable="issue"/>

0 commit comments

Comments
 (0)