Skip to content

Commit ae39d97

Browse files
authored
1 parent d61f56c commit ae39d97

File tree

1 file changed

+239
-0
lines changed

1 file changed

+239
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,239 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="expanded" default-locale="en-US">
3+
<info>
4+
<title>The American Journal of Geriatric Psychiatry</title>
5+
<title-short>AJGP</title-short>
6+
<id>http://www.zotero.org/styles/the-american-journal-of-geriatric-psychiatry</id>
7+
<link href="http://www.zotero.org/styles/the-american-journal-of-geriatric-psychiatry" rel="self"/>
8+
<link href="http://www.zotero.org/styles/diabetes-technology-and-therapeutics" rel="template"/>
9+
<link href="https://www.editorialmanager.com/jgp/default.aspx" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien, PhD</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<issn>1064-7481</issn>
16+
<eissn>1545-7214</eissn>
17+
<updated>2020-03-10T10:24:10+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<macro name="editor">
21+
<names variable="editor">
22+
<label form="verb" text-case="capitalize-first"/>
23+
<name prefix=" " delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
24+
</names>
25+
</macro>
26+
<macro name="author">
27+
<group>
28+
<names variable="author">
29+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
30+
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
31+
<substitute>
32+
<names variable="editor"/>
33+
<text macro="title"/>
34+
</substitute>
35+
</names>
36+
</group>
37+
</macro>
38+
<macro name="access">
39+
<choose>
40+
<if type="article-newspaper article-journal" match="none">
41+
<choose>
42+
<if variable="URL">
43+
<group delimiter=". ">
44+
<choose>
45+
<if type="webpage post post-weblog" match="any">
46+
<date form="text" variable="issued"/>
47+
</if>
48+
</choose>
49+
<group delimiter=" ">
50+
<text term="available at" text-case="capitalize-first"/>
51+
<text variable="URL"/>
52+
</group>
53+
<group>
54+
<text term="accessed" text-case="capitalize-first" suffix=" "/>
55+
<date variable="accessed">
56+
<date-part name="month" suffix=" "/>
57+
<date-part name="day" suffix=", "/>
58+
<date-part name="year"/>
59+
</date>
60+
</group>
61+
</group>
62+
</if>
63+
</choose>
64+
</if>
65+
</choose>
66+
</macro>
67+
<macro name="title">
68+
<choose>
69+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
70+
<text variable="title" text-case="title" font-style="normal"/>
71+
</if>
72+
<else>
73+
<text variable="title"/>
74+
</else>
75+
</choose>
76+
</macro>
77+
<macro name="publisher">
78+
<group delimiter=", ">
79+
<text variable="publisher-place"/>
80+
<text variable="publisher"/>
81+
</group>
82+
</macro>
83+
<macro name="edition">
84+
<choose>
85+
<if is-numeric="edition">
86+
<group delimiter=" ">
87+
<number variable="edition" form="ordinal"/>
88+
<text term="edition" form="short"/>
89+
</group>
90+
</if>
91+
<else>
92+
<text variable="edition" suffix="."/>
93+
</else>
94+
</choose>
95+
</macro>
96+
<citation collapse="citation-number">
97+
<sort>
98+
<key variable="citation-number"/>
99+
</sort>
100+
<layout delimiter="," vertical-align="sup">
101+
<text variable="citation-number"/>
102+
<group prefix="(" suffix=")">
103+
<label variable="locator" form="short" strip-periods="true"/>
104+
<text variable="locator"/>
105+
</group>
106+
</layout>
107+
</citation>
108+
<bibliography et-al-min="4" et-al-use-first="3" second-field-align="flush">
109+
<layout>
110+
<text variable="citation-number" suffix=". "/>
111+
<text macro="author"/>
112+
<text macro="title" prefix=": "/>
113+
<choose>
114+
<if type="bill book graphic legislation motion_picture report song" match="any">
115+
<group suffix="." prefix=". " delimiter=" ">
116+
<group delimiter=" ">
117+
<text term="volume" form="short" text-case="capitalize-first" strip-periods="true"/>
118+
<text variable="volume" suffix="."/>
119+
</group>
120+
<text macro="edition"/>
121+
<text macro="editor" prefix="(" suffix=")"/>
122+
</group>
123+
<text macro="publisher" prefix=" "/>
124+
<group prefix=", " suffix=".">
125+
<date variable="issued">
126+
<date-part name="year"/>
127+
</date>
128+
<text variable="page" prefix=":"/>
129+
</group>
130+
</if>
131+
<else-if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
132+
<group prefix=", " delimiter=" ">
133+
<text term="in"/>
134+
<text variable="container-title" text-case="title" font-style="normal" suffix="."/>
135+
<text macro="editor" suffix=","/>
136+
<group delimiter=" ">
137+
<text term="volume" form="short" text-case="capitalize-first" strip-periods="true"/>
138+
<text variable="volume" suffix="."/>
139+
</group>
140+
<text macro="edition"/>
141+
<text variable="collection-title" suffix="."/>
142+
<group suffix=".">
143+
<text macro="publisher"/>
144+
<group delimiter=", " prefix=", " suffix=".">
145+
<date variable="issued">
146+
<date-part name="year"/>
147+
</date>
148+
<group delimiter=" ">
149+
<label variable="page" form="short"/>
150+
<text variable="page"/>
151+
</group>
152+
</group>
153+
</group>
154+
</group>
155+
</else-if>
156+
<else-if type="article-newspaper">
157+
<text variable="container-title" prefix=". " suffix=". "/>
158+
<choose>
159+
<if variable="URL">
160+
<group delimiter=". " suffix=".">
161+
<text variable="URL"/>
162+
<group prefix="Published ">
163+
<date variable="issued">
164+
<date-part name="month" suffix=" "/>
165+
<date-part name="day" suffix=", "/>
166+
<date-part name="year"/>
167+
</date>
168+
</group>
169+
<group>
170+
<text term="accessed" text-case="capitalize-first" suffix=" "/>
171+
<date variable="accessed">
172+
<date-part name="month" suffix=" "/>
173+
<date-part name="day" suffix=", "/>
174+
<date-part name="year"/>
175+
</date>
176+
</group>
177+
</group>
178+
</if>
179+
<else>
180+
<group delimiter=":" suffix=".">
181+
<group>
182+
<date variable="issued">
183+
<date-part name="month" suffix=" "/>
184+
<date-part name="day" suffix=", "/>
185+
<date-part name="year"/>
186+
</date>
187+
</group>
188+
<text variable="page"/>
189+
</group>
190+
</else>
191+
</choose>
192+
</else-if>
193+
<else-if type="legal_case">
194+
<group suffix="," prefix=". " delimiter=" ">
195+
<text macro="editor" prefix="(" suffix=")"/>
196+
</group>
197+
<group prefix=" " delimiter=" ">
198+
<text variable="container-title"/>
199+
<text variable="volume"/>
200+
</group>
201+
<text variable="page" prefix=", " suffix=" "/>
202+
<group prefix="(" suffix=")." delimiter=" ">
203+
<text variable="authority"/>
204+
<date variable="issued">
205+
<date-part name="year"/>
206+
</date>
207+
</group>
208+
</else-if>
209+
<else-if type="webpage">
210+
<text variable="container-title" prefix=". " suffix="."/>
211+
</else-if>
212+
<else>
213+
<text macro="editor" prefix=". " suffix="."/>
214+
<group prefix=" " suffix=".">
215+
<text variable="container-title" form="short" strip-periods="true"/>
216+
<group delimiter="; " prefix=" ">
217+
<choose>
218+
<if variable="issue volume" match="any">
219+
<date variable="issued">
220+
<date-part name="year"/>
221+
</date>
222+
</if>
223+
<else>
224+
<date variable="issued">
225+
<date-part name="month" suffix=" "/>
226+
<date-part name="year"/>
227+
</date>
228+
</else>
229+
</choose>
230+
<text variable="volume"/>
231+
</group>
232+
<text variable="page" prefix=":"/>
233+
</group>
234+
</else>
235+
</choose>
236+
<text prefix=" " macro="access" suffix="."/>
237+
</layout>
238+
</bibliography>
239+
</style>

0 commit comments

Comments
 (0)