Skip to content

Commit 0d0cc1c

Browse files
POBrien333rmzelle
authored andcommitted
Create aging-and-disease.csl (#4321)
1 parent d2c27c3 commit 0d0cc1c

File tree

1 file changed

+175
-0
lines changed

1 file changed

+175
-0
lines changed

aging-and-disease.csl

+175
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" default-locale="en-US" version="1.0" demote-non-dropping-particle="sort-only">
3+
<info>
4+
<title>Aging and Disease</title>
5+
<id>http://www.zotero.org/styles/aging-and-disease</id>
6+
<link href="http://www.zotero.org/styles/aging-and-disease" rel="self"/>
7+
<link href="http://www.zotero.org/styles/international-microbiology" rel="template"/>
8+
<link href="http://www.aginganddisease.org/EN/column/column217.shtml" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="numeric"/>
13+
<category field="medicine"/>
14+
<category field="biology"/>
15+
<eissn>2152-5250</eissn>
16+
<updated>2019-09-26T09:18:08+00:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<macro name="author-short">
20+
<names variable="author">
21+
<name form="short" and="text"/>
22+
<substitute>
23+
<names variable="editor"/>
24+
<names variable="translator"/>
25+
</substitute>
26+
</names>
27+
</macro>
28+
<macro name="author">
29+
<names variable="author">
30+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
31+
<label strip-periods="false" prefix=", "/>
32+
<substitute>
33+
<names variable="editor"/>
34+
<names variable="translator"/>
35+
</substitute>
36+
</names>
37+
</macro>
38+
<macro name="editor">
39+
<text term="in" text-case="capitalize-first" suffix=": "/>
40+
<names variable="editor">
41+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
42+
<label strip-periods="true" prefix=", "/>
43+
</names>
44+
</macro>
45+
<macro name="edition">
46+
<choose>
47+
<if is-numeric="edition">
48+
<group delimiter=" ">
49+
<number variable="edition" form="ordinal"/>
50+
<text term="edition" form="short" strip-periods="true"/>
51+
</group>
52+
</if>
53+
<else>
54+
<text variable="edition"/>
55+
</else>
56+
</choose>
57+
</macro>
58+
<macro name="year">
59+
<date variable="issued">
60+
<date-part name="year"/>
61+
</date>
62+
</macro>
63+
<macro name="title">
64+
<choose>
65+
<if type="book">
66+
<group delimiter=", " suffix=". ">
67+
<text variable="title"/>
68+
<text macro="edition"/>
69+
</group>
70+
</if>
71+
<else>
72+
<text variable="title" suffix=". "/>
73+
</else>
74+
</choose>
75+
</macro>
76+
<macro name="year-parenth">
77+
<choose>
78+
<if type="book" match="none">
79+
<date variable="issued" prefix="(" suffix=").">
80+
<date-part name="year"/>
81+
</date>
82+
</if>
83+
</choose>
84+
</macro>
85+
<citation collapse="citation-number">
86+
<sort>
87+
<key variable="citation-number"/>
88+
</sort>
89+
<layout prefix="[" suffix="]" delimiter=", ">
90+
<text variable="citation-number"/>
91+
</layout>
92+
</citation>
93+
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
94+
<sort>
95+
<key macro="author-short"/>
96+
<key macro="year"/>
97+
</sort>
98+
<layout suffix=".">
99+
<text variable="citation-number" prefix="[" suffix="]"/>
100+
<group delimiter=" ">
101+
<text macro="author"/>
102+
<text macro="year-parenth"/>
103+
<text macro="title"/>
104+
</group>
105+
<choose>
106+
<if variable="page">
107+
<choose>
108+
<if type="chapter paper-conference" match="any">
109+
<text macro="editor"/>
110+
<group prefix=" " delimiter=", " suffix=". ">
111+
<text variable="container-title" form="short"/>
112+
<text macro="edition"/>
113+
</group>
114+
<group delimiter=", ">
115+
<group delimiter=": ">
116+
<text variable="publisher-place"/>
117+
<text variable="publisher"/>
118+
</group>
119+
<text variable="page"/>
120+
</group>
121+
</if>
122+
<else>
123+
<group delimiter=", ">
124+
<text variable="container-title" form="short" strip-periods="true"/>
125+
<group delimiter=":">
126+
<text variable="volume"/>
127+
<text variable="page"/>
128+
</group>
129+
</group>
130+
</else>
131+
</choose>
132+
</if>
133+
<else-if variable="DOI">
134+
<group delimiter=". ">
135+
<text variable="container-title" form="short" strip-periods="true"/>
136+
<text prefix="doi: " variable="DOI"/>
137+
</group>
138+
</else-if>
139+
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
140+
<group delimiter="; ">
141+
<group delimiter=": ">
142+
<text variable="publisher"/>
143+
<text variable="publisher-place"/>
144+
</group>
145+
<date date-parts="year" form="text" variable="issued"/>
146+
</group>
147+
</else-if>
148+
<else-if type="webpage post post-weblog" match="any">
149+
<group>
150+
<text prefix="In: " variable="container-title" suffix=". " form="short"/>
151+
<text variable="URL" suffix=". "/>
152+
<date variable="accessed">
153+
<date-part prefix="Accessed " name="day" suffix=" "/>
154+
<date-part name="month" form="short" suffix=" " strip-periods="true"/>
155+
<date-part name="year"/>
156+
</date>
157+
</group>
158+
</else-if>
159+
<else-if type="thesis">
160+
<group delimiter=", ">
161+
<text variable="genre"/>
162+
<text variable="publisher"/>
163+
</group>
164+
</else-if>
165+
<else>
166+
<group>
167+
<text variable="container-title" form="short" suffix=" "/>
168+
<text variable="volume" suffix=":"/>
169+
<text variable="page" suffix="."/>
170+
</group>
171+
</else>
172+
</choose>
173+
</layout>
174+
</bibliography>
175+
</style>

0 commit comments

Comments
 (0)