Skip to content

Commit b656885

Browse files
authored
Create zeitschrift-fur-papyrologie-und-epigraphik.csl (#5548)
1 parent 25e1eef commit b656885

File tree

1 file changed

+284
-0
lines changed

1 file changed

+284
-0
lines changed
Lines changed: 284 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,284 @@
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="never" default-locale="en-US">
3+
<info>
4+
<title>Zeitschrift für Papyrologie und Epigraphik</title>
5+
<title-short>ZPE</title-short>
6+
<id>http://www.zotero.org/styles/zeitschrift-fur-papyrologie-und-epigraphik</id>
7+
<link href="http://www.zotero.org/styles/zeitschrift-fur-papyrologie-und-epigraphik" rel="self"/>
8+
<link href="http://www.zotero.org/styles/politische-vierteljahresschrift" rel="template"/>
9+
<link href="https://ifa.phil-fak.uni-koeln.de/zeitschriften-reihen/zeitschrift-fuer-papyrologie-und-epigraphik-zpe/wie-sollen-die-manuskripte-eingereicht-werden" rel="documentation"/>
10+
<author>
11+
<name>John D. Muccigrosso</name>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="social_science"/>
15+
<issn>0084-5388</issn>
16+
<eissn>2747-6448</eissn>
17+
<summary>Style meeting the fairly minimal requirements of the journal</summary>
18+
<updated>2021-07-09T10:20:00+00:00</updated>
19+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
20+
</info>
21+
<locale>
22+
<date form="numeric">
23+
<date-part name="day" form="numeric" suffix="."/>
24+
<date-part name="month" form="numeric" suffix="."/>
25+
<date-part name="year"/>
26+
</date>
27+
<terms>
28+
<term name="page-range-delimiter">&#8211;</term>
29+
<term name="et-al">et al.</term>
30+
</terms>
31+
</locale>
32+
<macro name="editor">
33+
<names variable="editor" delimiter=", ">
34+
<name name-as-sort-order="all" sort-separator=", " delimiter-precedes-last="always" delimiter="; "/>
35+
<label form="short" prefix=" (" text-case="capitalize-first" suffix=")"/>
36+
</names>
37+
</macro>
38+
<macro name="author">
39+
<names variable="author">
40+
<name name-as-sort-order="all" sort-separator=", " delimiter-precedes-last="never" delimiter="; " delimiter-precedes-et-al="never" initialize="false" initialize-with=". "/>
41+
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
42+
<substitute>
43+
<names variable="editor"/>
44+
<text macro="title"/>
45+
</substitute>
46+
</names>
47+
</macro>
48+
<macro name="author-short">
49+
<names variable="author">
50+
<name form="short" delimiter="; " and="text" delimiter-precedes-last="never" initialize-with=". "/>
51+
<substitute>
52+
<names variable="editor"/>
53+
<names variable="translator"/>
54+
<text macro="title"/>
55+
</substitute>
56+
</names>
57+
</macro>
58+
<macro name="access">
59+
<choose>
60+
<if variable="URL">
61+
<group delimiter="; ">
62+
<group delimiter=": ">
63+
<text term="in"/>
64+
<text variable="URL"/>
65+
</group>
66+
<date variable="accessed" form="numeric"/>
67+
</group>
68+
</if>
69+
</choose>
70+
</macro>
71+
<macro name="title">
72+
<text variable="title" text-case="title" font-style="italic"/>
73+
</macro>
74+
<macro name="publisher">
75+
<group delimiter=", ">
76+
<choose>
77+
<if type="speech" match="none">
78+
<text variable="publisher-place"/>
79+
</if>
80+
</choose>
81+
<text macro="status"/>
82+
</group>
83+
</macro>
84+
<macro name="year-date">
85+
<group prefix="(" suffix=")">
86+
<choose>
87+
<if variable="issued">
88+
<date variable="issued">
89+
<date-part name="year"/>
90+
</date>
91+
</if>
92+
<else>
93+
<text term="no date" form="short"/>
94+
</else>
95+
</choose>
96+
</group>
97+
</macro>
98+
<macro name="series">
99+
<group prefix="(" suffix=")">
100+
<choose>
101+
<if type="book chapter paper-conference" match="any">
102+
<group delimiter=", ">
103+
<text variable="collection-title"/>
104+
<group delimiter=" ">
105+
<text term="volume"/>
106+
<text variable="collection-number"/>
107+
</group>
108+
</group>
109+
</if>
110+
<else-if type="thesis">
111+
<group delimiter=": ">
112+
<text variable="publisher"/>
113+
<text variable="genre"/>
114+
</group>
115+
</else-if>
116+
<else-if type="report">
117+
<choose>
118+
<if variable="genre">
119+
<group delimiter=" ">
120+
<text variable="genre"/>
121+
<text variable="number"/>
122+
</group>
123+
</if>
124+
<else>
125+
<group delimiter=" ">
126+
<text variable="collection-title"/>
127+
<text variable="collection-number"/>
128+
</group>
129+
</else>
130+
</choose>
131+
</else-if>
132+
<else-if type="speech">
133+
<group delimiter=", ">
134+
<group delimiter=" ">
135+
<text variable="genre"/>
136+
<text variable="event"/>
137+
</group>
138+
<text variable="event-place"/>
139+
<date variable="issued" form="numeric"/>
140+
</group>
141+
</else-if>
142+
</choose>
143+
</group>
144+
</macro>
145+
<macro name="status">
146+
<choose>
147+
<if type="manuscript">
148+
<text variable="genre"/>
149+
</if>
150+
<else>
151+
<text variable="status"/>
152+
</else>
153+
</choose>
154+
</macro>
155+
<macro name="locator">
156+
<choose>
157+
<if locator="page">
158+
<text variable="locator"/>
159+
</if>
160+
<else>
161+
<group delimiter=" ">
162+
<label variable="locator" form="short"/>
163+
<text variable="locator"/>
164+
</group>
165+
</else>
166+
</choose>
167+
</macro>
168+
<macro name="book-volume">
169+
<group delimiter=" ">
170+
<text term="volume"/>
171+
<text variable="volume"/>
172+
</group>
173+
</macro>
174+
<macro name="date-newspaper">
175+
<choose>
176+
<if type="article-newspaper article-magazine" match="any">
177+
<date variable="issued" form="numeric"/>
178+
</if>
179+
</choose>
180+
</macro>
181+
<macro name="edition">
182+
<choose>
183+
<if is-numeric="edition">
184+
<group delimiter=" ">
185+
<number variable="edition" form="ordinal"/>
186+
<text term="edition" form="short"/>
187+
</group>
188+
</if>
189+
<else>
190+
<text variable="edition" suffix="."/>
191+
</else>
192+
</choose>
193+
</macro>
194+
<macro name="pages">
195+
<choose>
196+
<if variable="issue" type="article-newspaper" match="any">
197+
<text variable="page" prefix=", "/>
198+
</if>
199+
<else>
200+
<text variable="page" prefix=", "/>
201+
</else>
202+
</choose>
203+
</macro>
204+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" givenname-disambiguation-rule="by-cite" disambiguate-add-givenname="true" collapse="year" cite-group-delimiter="; ">
205+
<layout delimiter="; ">
206+
<group delimiter=": ">
207+
<group delimiter=" ">
208+
<text macro="author-short"/>
209+
<text macro="year-date"/>
210+
</group>
211+
<group>
212+
<text macro="locator"/>
213+
</group>
214+
</group>
215+
</layout>
216+
</citation>
217+
<bibliography hanging-indent="true" entry-spacing="1" line-spacing="1" subsequent-author-substitute="&#8211;">
218+
<sort>
219+
<key macro="author"/>
220+
<key macro="year-date"/>
221+
<key variable="title"/>
222+
</sort>
223+
<layout suffix=".">
224+
<group delimiter=" " suffix=":">
225+
<text macro="author"/>
226+
<text macro="year-date"/>
227+
</group>
228+
<choose>
229+
<if type="bill book graphic legal_case legislation motion_picture report speech thesis song" match="any">
230+
<group prefix=" " delimiter=" ">
231+
<group delimiter=", ">
232+
<text macro="title"/>
233+
<text macro="book-volume"/>
234+
<text macro="edition"/>
235+
<text macro="editor"/>
236+
</group>
237+
<text macro="series"/>
238+
</group>
239+
<text prefix=", " macro="publisher"/>
240+
</if>
241+
<else-if type="chapter paper-conference" match="any">
242+
<text macro="title" prefix=" "/>
243+
<group prefix=", " delimiter=": ">
244+
<text term="in" text-case="lowercase"/>
245+
<text macro="editor"/>
246+
<group prefix=" " delimiter=", ">
247+
<text variable="container-title"/>
248+
<text macro="book-volume"/>
249+
<text macro="edition"/>
250+
<text variable="event"/>
251+
<text macro="publisher"/>
252+
<text variable="page"/>
253+
</group>
254+
</group>
255+
</else-if>
256+
<else-if type="webpage">
257+
<group delimiter=", " prefix=" ">
258+
<text macro="title"/>
259+
<text variable="container-title"/>
260+
<text prefix=", " macro="access"/>
261+
</group>
262+
</else-if>
263+
<else>
264+
<group delimiter=", ">
265+
<group prefix=" " delimiter=" ">
266+
<text macro="title"/>
267+
<text macro="editor"/>
268+
</group>
269+
<group delimiter=" ">
270+
<text term="in" text-case="lowercase" suffix=":"/>
271+
<text variable="container-title"/>
272+
<group delimiter=": ">
273+
<text variable="volume"/>
274+
<text variable="issue"/>
275+
</group>
276+
</group>
277+
<text macro="date-newspaper"/>
278+
</group>
279+
<text macro="pages"/>
280+
</else>
281+
</choose>
282+
</layout>
283+
</bibliography>
284+
</style>

0 commit comments

Comments
 (0)