-
Notifications
You must be signed in to change notification settings - Fork 69
/
systematic-review-tables.csl
110 lines (110 loc) · 3.94 KB
/
systematic-review-tables.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?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">
<info>
<title>Systematic Review Tables</title>
<title-short>Systematic Review Tables</title-short>
<summary>A minimal style for citing studies in systematic review tables</summary>
<id>http://www.zotero.org/styles/systematic-review-tables</id>
<link href="https://raw.githubusercontent.com/bwiernik/zotero-tools/master/systematic-review-tables.csl" rel="self"/>
<link href="http://www.zotero.org/styles/apa" rel="template"/>
<author>
<name> Brenton M. Wiernik</name>
<email>[email protected]</email>
</author>
<category citation-format="author-date"/>
<updated>2016-09-28T13:09:49+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="author-short">
<names variable="author">
<name form="short" and="symbol" delimiter=", " initialize-with=". "/>
<substitute>
<names variable="editor"/>
<choose>
<else-if type="book graphic legal_case motion_picture report song" match="any">
<text variable="title" form="short" font-style="italic"/>
</else-if>
<else-if type="bill legislation" match="any">
<text variable="title" form="short"/>
</else-if>
<else-if variable="reviewed-author">
<choose>
<if variable="reviewed-title" match="none">
<text variable="title" form="short" font-style="italic" prefix="Review of "/>
</if>
<else>
<text variable="title" form="short" quotes="true"/>
</else>
</choose>
</else-if>
<else>
<text variable="title" form="short" quotes="true"/>
</else>
</choose>
</substitute>
</names>
</macro>
<macro name="issued-sort">
<choose>
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
<date variable="issued">
<date-part name="year"/>
<date-part name="month"/>
<date-part name="day"/>
</date>
</if>
<else>
<date variable="issued">
<date-part name="year"/>
</date>
</else>
</choose>
</macro>
<macro name="issued-year">
<choose>
<if variable="issued">
<group delimiter="/">
<date variable="original-date" form="text"/>
<group>
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="year-suffix"/>
</group>
</group>
</if>
<else-if variable="status">
<text variable="status"/>
<text variable="year-suffix" prefix="-"/>
</else-if>
<else>
<text term="no date" form="short"/>
<text variable="year-suffix" prefix="-"/>
</else>
</choose>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true">
<sort>
<key macro="author-short"/>
<key macro="issued-sort" sort="ascending"/>
</sort>
<layout delimiter="; ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="issued-year" prefix="(" suffix=")"/>
</group>
</layout>
</citation>
<bibliography et-al-min="3" et-al-use-first="1" entry-spacing="0">
<sort>
<key macro="author-short"/>
<key macro="issued-sort" sort="ascending"/>
</sort>
<layout>
<group delimiter=" ">
<text macro="author-short"/>
<text macro="issued-year" prefix="(" suffix=")"/>
</group>
</layout>
</bibliography>
</style>