Skip to content

Commit

Permalink
fix JWD: commas for in-text citations, double space bibliography, use…
Browse files Browse the repository at this point in the history
… proper author substitute
  • Loading branch information
adam3smith committed Jan 22, 2013
1 parent 984a1ba commit d8f5967
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions journal-of-wildlife-diseases.csl
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<title>Journal of Wildlife Diseases</title>
<id>http://www.zotero.org/styles/journal-of-wildlife-diseases</id>
<link href="http://www.zotero.org/styles/journal-of-wildlife-diseases" rel="self"/>
<link href="http://www.wildlifedisease.org/document/jwd/JWD_updatedApril2011.pdf" rel="documentation"/>
<link href="http://wildlifedisease.org/wda/Portals/0/JWD_ITAR_6-10-2012.pdf" rel="documentation"/>
<author>
<name>Sebastian Karcher</name>
</author>
<category citation-format="author-date"/>
<category field="biology"/>
<issn>0090-3558</issn>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2012-09-28T02:06:38+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="container-contributors">
Expand Down Expand Up @@ -171,15 +171,15 @@
<key variable="issued"/>
<key macro="author"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", ">
<group delimiter=" ">
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="issued-year"/>
<text macro="citation-locator"/>
</group>
</layout>
</citation>
<bibliography hanging-indent="true" entry-spacing="0" subsequent-author-substitute="&#8212;&#8212;&#8212;">
<bibliography hanging-indent="true" entry-spacing="0" line-spacing="2" subsequent-author-substitute="&#8212;&#8212;&#8212;" subsequent-author-substitute-rule="complete-each">
<sort>
<key macro="author"/>
<key variable="issued"/>
Expand Down

0 comments on commit d8f5967

Please sign in to comment.