Skip to content

Instantly share code, notes, and snippets.

@mdshw5
Created July 7, 2012 14:31
Show Gist options
  • Save mdshw5/3066667 to your computer and use it in GitHub Desktop.
Save mdshw5/3066667 to your computer and use it in GitHub Desktop.
Style definition for Human Mutation journal
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-US">
<info>
<title>Human Mutation</title>
<link href="http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)1098-1004/homepage/ForAuthors.html" rel="documentation"/>
<id>http://www.zotero.org/styles/human-mutation</id>
<link href="http://www.zotero.org/styles/human-mutation" rel="self"/>
<updated>2012-07-06T16:31:32+00:00</updated>
<author>
<name>Matthew Shirley</name>
<uri>http://www.mattshirley.com/</uri>
</author>
<category field="medicine"/>
<category citation-format="author-date"/>
<issn>1098-1004</issn>
<rights>This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
</info>
<macro name="author-short">
<names variable="author">
<name form="short" delimiter="" et-al-use-first="1" et-al-min="3" and="text"/>
</names>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" sort-separator=" " delimiter="" initialize-with="" et-al-min="12" and="text"/>
<et-al term="and others"/>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<name name-as-sort-order="all" sort-separator=" " delimiter="" initialize-with="" et-al-min="12" and="text"/>
</names>
</macro>
<macro name="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</macro>
<citation disambiguate-add-year-suffix="true">
<sort>
<key macro="issued"/>
<key macro="author-short"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<text macro="author-short"/>
<text macro="issued" prefix=" "/>
</layout>
</citation>
<bibliography>
<sort>
<key macro="author"/>
<key macro="issued"/>
</sort>
<layout suffix=".">
<group delimiter=" ">
<text macro="author" suffix="."/>
<text macro="issued" suffix="."/>
<choose>
<if type="book">
<text variable="title" suffix="."/>
<text variable="publisher-place" suffix=":"/>
<text variable="publisher" suffix="."/>
<text variable="page"/>
</if>
</choose>
<choose>
<if type="chapter">
<text macro="editor" prefix="In: " suffix=", editors."/>
<text variable="title" suffix="."/>
<text variable="publisher-place" suffix=":"/>
<text variable="publisher" suffix="."/>
<text variable="page"/>
</if>
</choose>
<choose>
<if type="article-journal">
<text variable="title" suffix="."/>
<text variable="container-title"/>
<text variable="volume" suffix=":"/>
<text variable="page"/>
</if>
</choose>
</group>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment