Skip to content

Instantly share code, notes, and snippets.

@rmzelle
Created June 8, 2020 18:22
Show Gist options
  • Save rmzelle/a3f1fab95a4b136962fce5b1b7cdeaf8 to your computer and use it in GitHub Desktop.
Save rmzelle/a3f1fab95a4b136962fce5b1b7cdeaf8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="en-US">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Manubot</title>
<id>http://www.zotero.org/styles/manubot</id>
<link href="http://www.zotero.org/styles/manubot" rel="self"/>
<link href="https://github.com/manubot/rootstock" rel="documentation"/>
<author>
<name>Daniel Himmelstein</name>
<email>daniel.himmelstein@gmail.com</email>
</author>
<updated>2018-08-22T19:08:46+00:00</updated>
<rights license="https://creativecommons.org/publicdomain/zero/1.0/legalcode">This work is dedicated to the public domain via CC0 1.0</rights>
</info>
<macro name="author">
<names variable="author">
<name initialize="false" initialize-with="" et-al-min="12" et-al-use-first="10" et-al-use-last="true"/>
<label form="long" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<text macro="venue"/>
</substitute>
</names>
</macro>
<macro name="venue">
<choose>
<if match="any" variable="container-title">
<text variable="container-title"/>
</if>
<else-if match="any" variable="container-title-short">
<text variable="container-title-short"/>
</else-if>
<else-if match="any" variable="publisher">
<text variable="publisher"/>
</else-if>
<else-if match="any" variable="collection-title">
<text variable="collection-title"/>
</else-if>
</choose>
</macro>
<citation>
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" suffix="]" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography hanging-indent="true" second-field-align="margin">
<layout>
<group display="block" delimiter=" ">
<text variable="citation-number" suffix="."/>
<text variable="title" font-weight="bold"/>
</group>
<group display="block">
<text macro="author"/>
</group>
<group display="block" delimiter=" ">
<text macro="venue" font-style="italic"/>
<date variable="issued" prefix="(" suffix=")">
<date-part name="year"/>
<date-part name="month" form="numeric-leading-zeros" prefix="-"/>
<date-part name="day" form="numeric-leading-zeros" prefix="-"/>
</date>
<text variable="URL"/>
</group>
<group display="block" delimiter=" · ">
<text variable="DOI" text-case="lowercase" prefix="DOI: "/>
<text variable="PMID" prefix="PMID: "/>
<text variable="PMCID" prefix="PMCID: "/>
<text variable="ISBN" prefix="ISBN: "/>
</group>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment