Skip to content

Commit 9caf926

Browse files
authored
Create interdisziplinare-anthropologie.csl (JabRef#4818)
1 parent 00210e1 commit 9caf926

File tree

1 file changed

+222
-0
lines changed

1 file changed

+222
-0
lines changed

interdisziplinare-anthropologie.csl

+222
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,222 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="expanded" demote-non-dropping-particle="never" default-locale="de-DE">
3+
<info>
4+
<title>Interdisziplinäre Anthropologie (German)</title>
5+
<title-short>IA</title-short>
6+
<id>http://www.zotero.org/styles/interdisziplinare-anthropologie</id>
7+
<link href="http://www.zotero.org/styles/interdisziplinare-anthropologie" rel="self"/>
8+
<link href="http://www.zotero.org/styles/societe-archeologique-de-bordeaux" rel="template"/>
9+
<link href="https://jbia.weebly.com/uploads/1/0/1/1/101122/hinweise_f%C3%BCr_autoren_2020.pdf" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="note"/>
14+
<category field="anthropology"/>
15+
<issn>2198-8277</issn>
16+
<eissn>2198-8285</eissn>
17+
<updated>2020-05-21T08:40:56+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="author">
21+
<names variable="author" delimiter=", ">
22+
<name delimiter=" / " delimiter-precedes-last="never" name-as-sort-order="all"/>
23+
<substitute>
24+
<text macro="editor"/>
25+
</substitute>
26+
</names>
27+
</macro>
28+
<macro name="editor">
29+
<names variable="editor">
30+
<name and="text" name-as-sort-order="all" sort-separator=", " delimiter-precedes-last="never" delimiter=", "/>
31+
<label form="short" text-case="lowercase" prefix=" (" suffix=")"/>
32+
</names>
33+
</macro>
34+
<macro name="author-short">
35+
<names variable="author" delimiter=", ">
36+
<name form="short" delimiter=" / "/>
37+
<substitute>
38+
<text macro="editor-short"/>
39+
<text variable="title" form="short"/>
40+
</substitute>
41+
</names>
42+
</macro>
43+
<macro name="editor-short">
44+
<names variable="editor">
45+
<name form="short" delimiter=", " and="text"/>
46+
<label form="short" text-case="lowercase" prefix=" (" suffix=")"/>
47+
</names>
48+
</macro>
49+
<macro name="editor-short-bib">
50+
<names variable="editor">
51+
<label form="verb" text-case="lowercase"/>
52+
<name prefix=" " and="text" sort-separator=" "/>
53+
</names>
54+
</macro>
55+
<macro name="access">
56+
<date form="numeric" variable="accessed"/>
57+
</macro>
58+
<macro name="collection">
59+
<group delimiter=" ">
60+
<text variable="collection-title"/>
61+
<text variable="collection-number"/>
62+
</group>
63+
</macro>
64+
<macro name="title">
65+
<text variable="title"/>
66+
</macro>
67+
<macro name="year-date">
68+
<choose>
69+
<if variable="issued">
70+
<date variable="issued">
71+
<date-part name="year"/>
72+
</date>
73+
</if>
74+
<else>
75+
<text term="no date" form="short"/>
76+
</else>
77+
</choose>
78+
</macro>
79+
<macro name="edition">
80+
<choose>
81+
<if is-numeric="edition">
82+
<group delimiter=" ">
83+
<number variable="edition" form="ordinal"/>
84+
<text term="edition" form="short" suffix="., " text-case="lowercase" strip-periods="true"/>
85+
</group>
86+
</if>
87+
<else>
88+
<text variable="edition"/>
89+
</else>
90+
</choose>
91+
</macro>
92+
<macro name="pages">
93+
<group delimiter=" ">
94+
<label text-case="capitalize-first" variable="page" form="short"/>
95+
<text variable="page"/>
96+
</group>
97+
</macro>
98+
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true">
99+
<sort>
100+
<key variable="issued"/>
101+
</sort>
102+
<layout delimiter=" ; ">
103+
<text macro="author-short" suffix=" "/>
104+
<text macro="year-date"/>
105+
<choose>
106+
<if locator="page">
107+
<text variable="locator" prefix=", "/>
108+
</if>
109+
<else-if locator="paragraph">
110+
<text variable="locator" prefix=", §"/>
111+
</else-if>
112+
<else>
113+
<group prefix=", ">
114+
<label variable="locator" form="short" suffix=". "/>
115+
<text variable="locator"/>
116+
</group>
117+
</else>
118+
</choose>
119+
</layout>
120+
</citation>
121+
<bibliography et-al-min="4" et-al-use-first="1" subsequent-author-substitute="&#8212;" hanging-indent="true">
122+
<sort>
123+
<key macro="author"/>
124+
<key variable="issued"/>
125+
<key variable="title"/>
126+
<key variable="page-first"/>
127+
</sort>
128+
<layout suffix=".">
129+
<group delimiter=", ">
130+
<group delimiter=": ">
131+
<text macro="author"/>
132+
<text macro="title"/>
133+
</group>
134+
<choose>
135+
<if type="thesis">
136+
<group delimiter=", " suffix=".">
137+
<text variable="genre"/>
138+
<text variable="publisher"/>
139+
<text variable="publisher-place"/>
140+
<text macro="year-date"/>
141+
</group>
142+
</if>
143+
<else-if type="webpage post post-weblog" match="any">
144+
<group delimiter=" ">
145+
<text term="online"/>
146+
<text term="available at" suffix=":"/>
147+
<text variable="URL"/>
148+
<text prefix="[" macro="access" suffix="]"/>
149+
</group>
150+
</else-if>
151+
<else-if type="article-journal article-magazine article-newspaper paper-conference" match="any">
152+
<group delimiter=", ">
153+
<group delimiter=" ">
154+
<group delimiter=": ">
155+
<text term="in"/>
156+
<text variable="container-title"/>
157+
</group>
158+
<text variable="volume"/>
159+
<text macro="year-date" prefix="(" suffix=")"/>
160+
</group>
161+
<text macro="pages"/>
162+
</group>
163+
</else-if>
164+
<else-if type="book" match="any">
165+
<group delimiter=", ">
166+
<text macro="edition"/>
167+
<text macro="collection"/>
168+
<group delimiter=" ">
169+
<text variable="publisher-place"/>
170+
<text macro="year-date"/>
171+
</group>
172+
</group>
173+
</else-if>
174+
<else-if type="chapter entry-dictionary" match="any">
175+
<group delimiter=", ">
176+
<group delimiter=": ">
177+
<text term="in"/>
178+
<text variable="container-title"/>
179+
</group>
180+
<text macro="editor-short-bib"/>
181+
<group>
182+
<text variable="publisher-place"/>
183+
<text macro="year-date"/>
184+
</group>
185+
<text macro="pages"/>
186+
</group>
187+
</else-if>
188+
<else-if type="report" match="any">
189+
<group>
190+
<text variable="genre" prefix=", " font-style="italic"/>
191+
<text variable="publisher-place" prefix=", " suffix=", "/>
192+
<text variable="publisher"/>
193+
<text macro="year-date" prefix=", "/>
194+
<text variable="page" prefix=", " suffix=" p."/>
195+
</group>
196+
</else-if>
197+
<else-if type="entry-encyclopedia" match="any">
198+
<group>
199+
<text macro="year-date" prefix=" (" suffix=") : "/>
200+
</group>
201+
<group delimiter=", ">
202+
<choose>
203+
<if variable="title-short" match="any">
204+
<text variable="title-short" font-style="italic"/>
205+
</if>
206+
<else>
207+
<text variable="container-title" font-style="italic"/>
208+
</else>
209+
</choose>
210+
<text variable="volume"/>
211+
<group delimiter=" ">
212+
<text term="sub verbo" font-style="italic"/>
213+
<text macro="title"/>
214+
</group>
215+
<text variable="page"/>
216+
</group>
217+
</else-if>
218+
</choose>
219+
</group>
220+
</layout>
221+
</bibliography>
222+
</style>

0 commit comments

Comments
 (0)