Skip to content

Commit 70dd87a

Browse files
authored
1 parent d272998 commit 70dd87a

File tree

1 file changed

+280
-0
lines changed

1 file changed

+280
-0
lines changed

open-gender-journal.csl

+280
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,280 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" name-delimiter="/" demote-non-dropping-particle="never" default-locale="de-AT">
3+
<info>
4+
<title>Open Gender Journal</title>
5+
<id>http://www.zotero.org/styles/open-gender-journal</id>
6+
<link href="http://www.zotero.org/styles/open-gender-journal" rel="self"/>
7+
<link href="http://www.zotero.org/styles/wirtschaftsuniversitat-wien-handel-und-marketing" rel="template"/>
8+
<link href="https://opengenderjournal.de/styleguide" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="author-date"/>
13+
<category field="social_science"/>
14+
<issn>2512-5192</issn>
15+
<updated>2021-01-04T11:47:09+00:00</updated>
16+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
17+
</info>
18+
<locale xml:lang="de">
19+
<terms>
20+
<term name="accessed">Abfrage</term>
21+
<term name="et-al">et al.</term>
22+
<term name="presented at">Paper präsentiert bei der</term>
23+
<term name="anonymous" form="long">Ohne Verfasser</term>
24+
<term name="anonymous" form="short">O.V.</term>
25+
<term name="editor" form="short">Hg.</term>
26+
</terms>
27+
</locale>
28+
<macro name="container">
29+
<choose>
30+
<if type="chapter paper-conference" match="any">
31+
<text term="in" text-case="capitalize-first" suffix=": "/>
32+
<names variable="editor translator" delimiter=", " suffix=": ">
33+
<name delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/>
34+
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
35+
</names>
36+
<group delimiter=", ">
37+
<text variable="container-title" text-case="title"/>
38+
<text variable="collection-title" text-case="title"/>
39+
</group>
40+
</if>
41+
<else-if type="book graphic legal_case motion_picture report song" match="any">
42+
<group delimiter=", ">
43+
<text variable="container-title"/>
44+
<text variable="collection-title"/>
45+
</group>
46+
</else-if>
47+
<else-if type="article-journal article-magazine article-newspaper article" match="any">
48+
<group delimiter=", ">
49+
<group delimiter=" ">
50+
<group delimiter=": ">
51+
<text term="in" text-case="capitalize-first"/>
52+
<group delimiter=", ">
53+
<text variable="container-title"/>
54+
<text variable="collection-title"/>
55+
</group>
56+
</group>
57+
<text variable="volume"/>
58+
<text variable="issue" prefix="(" suffix=")"/>
59+
</group>
60+
<text variable="page"/>
61+
</group>
62+
</else-if>
63+
<else-if type="bill legislation" match="any">
64+
<group delimiter=" ">
65+
<group delimiter=", ">
66+
<group delimiter=" ">
67+
<text variable="container-title"/>
68+
<text variable="volume"/>
69+
<group delimiter="/">
70+
<text variable="number"/>
71+
<date date-parts="year" form="numeric" variable="issued"/>
72+
</group>
73+
</group>
74+
<text variable="page"/>
75+
</group>
76+
<group delimiter=" ">
77+
<text value="in der Fassung"/>
78+
<text variable="references"/>
79+
</group>
80+
</group>
81+
</else-if>
82+
<else>
83+
<group delimiter=", ">
84+
<text variable="container-title"/>
85+
<text variable="collection-title"/>
86+
</group>
87+
</else>
88+
</choose>
89+
</macro>
90+
<macro name="author">
91+
<names variable="author">
92+
<name delimiter-precedes-last="always" initialize="false" initialize-with="." name-as-sort-order="all"/>
93+
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
94+
<substitute>
95+
<names variable="editor"/>
96+
<names variable="translator"/>
97+
<text variable="title"/>
98+
<group>
99+
<text term="anonymous" form="short"/>
100+
</group>
101+
</substitute>
102+
</names>
103+
</macro>
104+
<macro name="author-short">
105+
<names variable="author">
106+
<name form="short" initialize-with=". "/>
107+
<substitute>
108+
<names variable="editor"/>
109+
<names variable="translator"/>
110+
<text variable="title" form="short"/>
111+
<group>
112+
<text term="anonymous" form="short"/>
113+
</group>
114+
</substitute>
115+
</names>
116+
</macro>
117+
<macro name="access">
118+
<choose>
119+
<if variable="DOI">
120+
<text variable="DOI" prefix="doi: "/>
121+
</if>
122+
<else-if type="webpage post post-weblog" match="any">
123+
<group delimiter=" ">
124+
<text variable="URL"/>
125+
<date form="text" variable="accessed" prefix="(" suffix=")"/>
126+
</group>
127+
</else-if>
128+
</choose>
129+
</macro>
130+
<macro name="title">
131+
<choose>
132+
<if type="report" match="any">
133+
<text variable="title"/>
134+
<group prefix=" (" suffix=")" delimiter=" ">
135+
<text variable="genre"/>
136+
<text variable="number" prefix="No. "/>
137+
</group>
138+
</if>
139+
<else-if type="bill book graphic legal_case legislation motion_picture report song speech" match="any">
140+
<group delimiter=". ">
141+
<text variable="title"/>
142+
<text variable="medium"/>
143+
<text macro="edition"/>
144+
</group>
145+
</else-if>
146+
<else-if type="webpage">
147+
<text variable="title"/>
148+
</else-if>
149+
<else>
150+
<text variable="title"/>
151+
</else>
152+
</choose>
153+
</macro>
154+
<macro name="publisher">
155+
<group delimiter=": ">
156+
<text variable="publisher-place"/>
157+
<text variable="publisher"/>
158+
</group>
159+
</macro>
160+
<macro name="event">
161+
<choose>
162+
<if variable="event">
163+
<text term="presented at" text-case="capitalize-first" suffix=" "/>
164+
<text variable="event"/>
165+
</if>
166+
</choose>
167+
</macro>
168+
<macro name="issued">
169+
<choose>
170+
<if variable="issued">
171+
<date date-parts="year" form="numeric" variable="issued"/>
172+
</if>
173+
<else>
174+
<text term="no date" form="short"/>
175+
</else>
176+
</choose>
177+
</macro>
178+
<macro name="edition">
179+
<group delimiter=" ">
180+
<choose>
181+
<if is-numeric="edition">
182+
<number variable="edition" form="ordinal"/>
183+
<text term="edition"/>
184+
</if>
185+
<else>
186+
<text variable="edition"/>
187+
</else>
188+
</choose>
189+
</group>
190+
</macro>
191+
<macro name="locators">
192+
<choose>
193+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
194+
<group delimiter=", ">
195+
<text macro="event"/>
196+
<text macro="publisher"/>
197+
</group>
198+
</if>
199+
<else-if type="chapter paper-conference" match="any">
200+
<group delimiter=", ">
201+
<text macro="event"/>
202+
<text macro="publisher"/>
203+
<text macro="pages"/>
204+
</group>
205+
</else-if>
206+
<else-if type="patent">
207+
<text variable="number"/>
208+
</else-if>
209+
<else-if type="thesis" match="any">
210+
<group delimiter=". ">
211+
<text macro="publisher"/>
212+
<text variable="genre"/>
213+
</group>
214+
</else-if>
215+
</choose>
216+
</macro>
217+
<macro name="pages">
218+
<text variable="page"/>
219+
</macro>
220+
<macro name="author-year-title">
221+
<group delimiter=": ">
222+
<group>
223+
<choose>
224+
<if type="bill" match="any">
225+
<choose>
226+
<if match="none" variable="author editor">
227+
<text variable="title-short"/>
228+
</if>
229+
<else>
230+
<text macro="author"/>
231+
</else>
232+
</choose>
233+
</if>
234+
<else>
235+
<text macro="author"/>
236+
</else>
237+
</choose>
238+
<text macro="issued" prefix=" (" suffix=")"/>
239+
</group>
240+
<text macro="title"/>
241+
</group>
242+
</macro>
243+
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year">
244+
<sort>
245+
<key macro="author"/>
246+
<key macro="issued" sort="descending"/>
247+
</sort>
248+
<layout prefix="(" suffix=")" delimiter="; ">
249+
<group delimiter=", ">
250+
<group delimiter=" ">
251+
<choose>
252+
<if type="legislation" match="any">
253+
<text variable="title-short"/>
254+
</if>
255+
<else>
256+
<text macro="author-short"/>
257+
</else>
258+
</choose>
259+
<text macro="issued"/>
260+
</group>
261+
<text variable="locator"/>
262+
</group>
263+
</layout>
264+
</citation>
265+
<bibliography initialize="false" entry-spacing="0" hanging-indent="true">
266+
<sort>
267+
<key macro="author"/>
268+
<key macro="issued" sort="descending"/>
269+
<key macro="title"/>
270+
</sort>
271+
<layout suffix=".">
272+
<group delimiter=". ">
273+
<text macro="author-year-title"/>
274+
<text macro="container"/>
275+
<text macro="locators"/>
276+
</group>
277+
<text macro="access" prefix=". "/>
278+
</layout>
279+
</bibliography>
280+
</style>

0 commit comments

Comments
 (0)