Skip to content

Instantly share code, notes, and snippets.

Created October 27, 2011 16:15
Show Gist options
  • Save anonymous/1320013 to your computer and use it in GitHub Desktop.
Save anonymous/1320013 to your computer and use it in GitHub Desktop.
Mol Micro Mendeley error
<?xml version="1.0" encoding="UTF-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0"
class="in-text">
<info>
<title>Mol Micro</title>
<id>Molecular Microbiology format</id>
<updated>2011-10-26T21:01:24+00:00</updated>
</info>
<macro name="author-short">
<names variable="author">
<name form="short"/>
<et-al font-style="italic" prefix=" "/>
</names>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" initialize-with=". "/>
</names>
</macro>
<macro name="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="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"/>
<text macro="issued" prefix="(" suffix=")"/>
<text variable="title" suffix="."/>
<text variable="container-title" font-style="italic"/>
</group>
<group prefix=" ">
<text variable="volume" suffix=":" font-weight="bold"/>
<text variable="page" prefix=" "/>
</group>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment