forked from yangkky/Machine-learning-for-proteins
-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.csl
79 lines (79 loc) · 2.79 KB
/
style.csl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?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>[email protected]</email>
</author>
<author>
<name>Anthony Gitter</name>
</author>
<updated>2020-10-29T5:19:23+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="flush">
<layout>
<group delimiter=" ">
<group>
<text variable="title" font-weight="bold"/>
</group>
<group display="block">
<text macro="author"/>
</group>
<group delimiter=", ">
<text macro="venue" font-style="italic"/>
<date variable="issued">
<date-part name="month" form="long" suffix=" "/>
<date-part name="year"/>
</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>
</group>
</layout>
</bibliography>
</style>