Skip to content

Commit 0af101d

Browse files
authored
Create american-journal-of-sociology.csl (#5591)
1 parent b24e1f5 commit 0af101d

File tree

1 file changed

+224
-0
lines changed

1 file changed

+224
-0
lines changed

american-journal-of-sociology.csl

+224
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,224 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="chicago" demote-non-dropping-particle="sort-only" default-locale="en-US">
3+
<info>
4+
<title>American Journal of Sociology</title>
5+
<title-short>AJS</title-short>
6+
<id>http://www.zotero.org/styles/american-journal-of-sociology</id>
7+
<link href="http://www.zotero.org/styles/american-journal-of-sociology" rel="self"/>
8+
<link href="http://www.zotero.org/styles/conservation-and-society" rel="template"/>
9+
<link href="https://www.journals.uchicago.edu/journals/ajs/instruct" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="sociology"/>
15+
<issn>0002-9602</issn>
16+
<eissn>1537-5390</eissn>
17+
<updated>2021-08-10T10:27:52+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+
<locale xml:lang="en">
21+
<terms>
22+
<term name="accessed">accessed on</term>
23+
</terms>
24+
</locale>
25+
<macro name="secondary-contributors">
26+
<choose>
27+
<if type="chapter paper-conference" match="none">
28+
<names variable="editor translator" delimiter=", ">
29+
<label/>
30+
<name prefix=". " and="text" initialize-with=". "/>
31+
</names>
32+
</if>
33+
</choose>
34+
</macro>
35+
<macro name="author">
36+
<names variable="author">
37+
<name and="text" delimiter-precedes-last="always" name-as-sort-order="first"/>
38+
<label form="short" prefix=" (" suffix=")"/>
39+
<substitute>
40+
<names variable="editor"/>
41+
<names variable="translator"/>
42+
<text variable="title"/>
43+
</substitute>
44+
</names>
45+
</macro>
46+
<macro name="author-short">
47+
<names variable="author">
48+
<name form="short" and="text" delimiter=", " initialize-with=". "/>
49+
<substitute>
50+
<names variable="editor"/>
51+
<names variable="translator"/>
52+
<text macro="title"/>
53+
</substitute>
54+
</names>
55+
</macro>
56+
<macro name="title">
57+
<choose>
58+
<if type="book report" match="any">
59+
<text variable="title" font-style="italic"/>
60+
</if>
61+
<else>
62+
<text variable="title" quotes="true"/>
63+
</else>
64+
</choose>
65+
</macro>
66+
<macro name="access">
67+
<choose>
68+
<if type="webpage post post-weblog" match="any">
69+
<group delimiter=". ">
70+
<text variable="URL"/>
71+
<group delimiter=" ">
72+
<text term="accessed" text-case="capitalize-first"/>
73+
<date form="text" variable="accessed"/>
74+
</group>
75+
</group>
76+
</if>
77+
</choose>
78+
</macro>
79+
<macro name="publisher">
80+
<group delimiter=", ">
81+
<choose>
82+
<if type="article-journal article-magazine" match="none">
83+
<group delimiter=". ">
84+
<text variable="genre"/>
85+
<group delimiter=": ">
86+
<text variable="publisher-place"/>
87+
<text variable="publisher"/>
88+
</group>
89+
</group>
90+
</if>
91+
</choose>
92+
</group>
93+
</macro>
94+
<macro name="issued">
95+
<choose>
96+
<if variable="issued">
97+
<group prefix=" " suffix=".">
98+
<date variable="issued">
99+
<date-part name="year"/>
100+
</date>
101+
<choose>
102+
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
103+
<date variable="issued">
104+
<date-part prefix=", " name="month"/>
105+
<date-part prefix=" " name="day"/>
106+
</date>
107+
</if>
108+
</choose>
109+
</group>
110+
</if>
111+
<else>
112+
<text prefix=" (" term="no date" suffix=")." form="short"/>
113+
</else>
114+
</choose>
115+
</macro>
116+
<macro name="issued-year">
117+
<choose>
118+
<if variable="issued">
119+
<date variable="issued">
120+
<date-part name="year"/>
121+
</date>
122+
</if>
123+
<else>
124+
<text term="no date" form="short"/>
125+
</else>
126+
</choose>
127+
</macro>
128+
<macro name="edition">
129+
<choose>
130+
<if is-numeric="edition">
131+
<number variable="edition" form="long-ordinal" text-case="capitalize-first"/>
132+
<text term="edition" form="long" prefix=" " suffix="."/>
133+
</if>
134+
<else>
135+
<text variable="edition" suffix="."/>
136+
</else>
137+
</choose>
138+
</macro>
139+
<macro name="locators">
140+
<choose>
141+
<if type="article-journal article-magazine article-newspaper" match="any">
142+
<group delimiter=" " prefix=". ">
143+
<text variable="container-title" font-style="italic"/>
144+
<group delimiter=": ">
145+
<group>
146+
<text variable="volume" prefix=" "/>
147+
<text variable="issue" prefix="(" suffix=")"/>
148+
</group>
149+
<text variable="page"/>
150+
</group>
151+
</group>
152+
</if>
153+
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
154+
<group delimiter=". " prefix=". ">
155+
<text macro="secondary-contributors"/>
156+
<text macro="edition"/>
157+
</group>
158+
</else-if>
159+
<else-if type="chapter paper-conference" match="any">
160+
<group delimiter=". " prefix=". ">
161+
<group delimiter=" ">
162+
<group delimiter=": ">
163+
<text term="in" text-case="capitalize-first" font-style="normal"/>
164+
<text variable="container-title" font-style="italic"/>
165+
</group>
166+
<text macro="editors" prefix="(" suffix=")"/>
167+
</group>
168+
<text macro="edition"/>
169+
<group delimiter=" ">
170+
<label text-case="capitalize-first" variable="page" form="short"/>
171+
<text variable="page"/>
172+
</group>
173+
</group>
174+
</else-if>
175+
<else-if type="webpage post post-weblog" match="any">
176+
<text variable="container-title"/>
177+
</else-if>
178+
</choose>
179+
</macro>
180+
<macro name="citation-locator">
181+
<group>
182+
<label variable="locator" form="short"/>
183+
<text variable="locator" prefix=" "/>
184+
</group>
185+
</macro>
186+
<macro name="editors">
187+
<names variable="editor translator" delimiter=", ">
188+
<label form="short"/>
189+
<name prefix=" " and="text" name-as-sort-order="first"/>
190+
</names>
191+
</macro>
192+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
193+
<sort>
194+
<key variable="issued"/>
195+
<key macro="author"/>
196+
</sort>
197+
<layout delimiter="; " prefix="(" suffix=")">
198+
<group delimiter=", ">
199+
<group delimiter=" ">
200+
<text macro="author-short"/>
201+
<text macro="issued-year"/>
202+
</group>
203+
<text macro="citation-locator"/>
204+
</group>
205+
</layout>
206+
</citation>
207+
<bibliography et-al-min="4" et-al-use-first="1" subsequent-author-substitute="&#8212;&#8212;&#8212;" entry-spacing="0" hanging-indent="true">
208+
<sort>
209+
<key macro="author"/>
210+
<key variable="issued"/>
211+
</sort>
212+
<layout suffix=".">
213+
<text macro="author" suffix="."/>
214+
<text macro="issued" suffix=" "/>
215+
<text macro="title"/>
216+
<text macro="locators"/>
217+
<group delimiter=". " prefix=". ">
218+
<text macro="edition"/>
219+
<text macro="publisher"/>
220+
<text macro="access"/>
221+
</group>
222+
</layout>
223+
</bibliography>
224+
</style>

0 commit comments

Comments
 (0)