We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e106215 commit 899d302Copy full SHA for 899d302
journal-of-neolithic-archaeology.csl
@@ -151,16 +151,9 @@
151
<macro name="contributors-short-biblio">
152
<choose>
153
<if variable="author">
154
- <choose>
155
- <if match="any" variable="title-short">
156
- <text variable="title-short"/>
157
- </if>
158
- <else>
159
- <names variable="author">
160
- <name form="short" delimiter="/" et-al-min="3" et-al-use-first="1"/>
161
- </names>
162
- </else>
163
- </choose>
+ <names variable="author">
+ <name form="short" delimiter="/" et-al-min="3" et-al-use-first="1"/>
+ </names>
164
</if>
165
<else-if variable="editor">
166
<names variable="editor">
0 commit comments