Skip to content

Commit 82f9aec

Browse files
authored
fix et-al & add DOI thyroid.csl (#4937)
1 parent 4af169f commit 82f9aec

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

thyroid.csl

+9-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category field="biology"/>
1515
<issn>1050-7256</issn>
1616
<eissn>1557-9077</eissn>
17-
<updated>2017-09-26T14:41:06+00:00</updated>
17+
<updated>2020-07-21T14:41:51+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<macro name="author">
@@ -117,6 +117,13 @@
117117
</group>
118118
</group>
119119
</if>
120+
<else-if type="article-journal" match="any">
121+
<choose>
122+
<if match="none" variable="page volume">
123+
<text variable="DOI" prefix=" https://doi.org/"/>
124+
</if>
125+
</choose>
126+
</else-if>
120127
</choose>
121128
</macro>
122129
<citation collapse="citation-number">
@@ -127,7 +134,7 @@
127134
<text variable="citation-number"/>
128135
</layout>
129136
</citation>
130-
<bibliography entry-spacing="1" line-spacing="2" second-field-align="flush">
137+
<bibliography et-al-min="4" et-al-use-first="3" second-field-align="flush" line-spacing="2">
131138
<layout suffix=".">
132139
<text variable="citation-number" suffix=". "/>
133140
<text macro="author"/>

0 commit comments

Comments
 (0)