Skip to content

Commit

Permalink
fix et-al & add DOI thyroid.csl (JabRef#4937)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Jul 22, 2020
1 parent 4af169f commit 82f9aec
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions thyroid.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category field="biology"/>
<issn>1050-7256</issn>
<eissn>1557-9077</eissn>
<updated>2017-09-26T14:41:06+00:00</updated>
<updated>2020-07-21T14:41:51+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="author">
Expand Down Expand Up @@ -117,6 +117,13 @@
</group>
</group>
</if>
<else-if type="article-journal" match="any">
<choose>
<if match="none" variable="page volume">
<text variable="DOI" prefix=" https://doi.org/"/>
</if>
</choose>
</else-if>
</choose>
</macro>
<citation collapse="citation-number">
Expand All @@ -127,7 +134,7 @@
<text variable="citation-number"/>
</layout>
</citation>
<bibliography entry-spacing="1" line-spacing="2" second-field-align="flush">
<bibliography et-al-min="4" et-al-use-first="3" second-field-align="flush" line-spacing="2">
<layout suffix=".">
<text variable="citation-number" suffix=". "/>
<text macro="author"/>
Expand Down

0 comments on commit 82f9aec

Please sign in to comment.