Skip to content

Commit

Permalink
Human Mutation: added comma for in-text citation (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored and adam3smith committed Dec 28, 2016
1 parent 5158425 commit f29cb07
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions human-mutation.csl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<category field="medicine"/>
<issn>1059-7794</issn>
<eissn>1098-1004</eissn>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2016-12-27T20:07:23+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-short">
Expand Down Expand Up @@ -52,8 +52,10 @@
<key macro="author-short"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<text macro="author-short"/>
<text macro="issued" prefix=" "/>
<group delimiter=", ">
<text macro="author-short"/>
<text macro="issued"/>
</group>
</layout>
</citation>
<bibliography et-al-min="13" et-al-use-first="12">
Expand Down

0 comments on commit f29cb07

Please sign in to comment.