Skip to content

Commit eb2c977

Browse files
authored
Create zeitschrift-fur-zahnarztliche-implantologie.csl (JabRef#4925)
1 parent 4adb1ea commit eb2c977

File tree

1 file changed

+161
-0
lines changed

1 file changed

+161
-0
lines changed
Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
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" default-locale="de-DE">
3+
<info>
4+
<title>Zeitschrift für Zahnärztliche Implantologie (German)</title>
5+
<title-short>ZZI</title-short>
6+
<id>http://www.zotero.org/styles/zeitschrift-fur-zahnarztliche-implantologie</id>
7+
<link href="http://www.zotero.org/styles/zeitschrift-fur-zahnarztliche-implantologie" rel="self"/>
8+
<link href="http://www.zotero.org/styles/zeitschrift-fur-allgemeinmedizin" rel="template"/>
9+
<link href="https://www.online-zzi.de/autorengutachter/" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<issn>0177-3348</issn>
16+
<eissn>2190-8028</eissn>
17+
<updated>2020-07-15T09:23:00+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="de">
21+
<terms>
22+
<term name="accessed">letzter Zugriff am</term>
23+
<term name="et-al">et al.</term>
24+
<term name="editor" form="short">
25+
<single>ed.</single>
26+
<multiple>eds.</multiple>
27+
</term>
28+
</terms>
29+
</locale>
30+
<macro name="author">
31+
<names variable="author">
32+
<name delimiter-precedes-et-al="never" delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
33+
<label form="short" prefix=", "/>
34+
<et-al/>
35+
<substitute>
36+
<names variable="editor"/>
37+
</substitute>
38+
</names>
39+
</macro>
40+
<macro name="editor">
41+
<names variable="editor">
42+
<name name-as-sort-order="all" sort-separator=" " delimiter-precedes-last="always" initialize-with="" delimiter=", "/>
43+
<label form="short" prefix=" (" suffix=")"/>
44+
</names>
45+
</macro>
46+
<macro name="title">
47+
<text variable="title" quotes="false"/>
48+
</macro>
49+
<macro name="year">
50+
<date variable="issued">
51+
<date-part name="year"/>
52+
</date>
53+
</macro>
54+
<macro name="journal">
55+
<group delimiter=" ">
56+
<text variable="container-title" form="short" strip-periods="true"/>
57+
<text macro="year" suffix=";"/>
58+
<text variable="volume"/>
59+
</group>
60+
</macro>
61+
<macro name="conference">
62+
<group delimiter=", ">
63+
<text variable="container-title"/>
64+
<group delimiter=" ">
65+
<text variable="publisher"/>
66+
<text macro="year"/>
67+
</group>
68+
</group>
69+
</macro>
70+
<macro name="book-publisher">
71+
<group delimiter=", ">
72+
<group delimiter=": ">
73+
<text variable="publisher-place"/>
74+
<text variable="publisher"/>
75+
</group>
76+
<text macro="year"/>
77+
</group>
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" text-case="capitalize-first"/>
85+
</group>
86+
</if>
87+
<else>
88+
<text variable="edition"/>
89+
</else>
90+
</choose>
91+
</macro>
92+
<citation>
93+
<sort>
94+
<key variable="citation-number"/>
95+
</sort>
96+
<layout delimiter=", " prefix="[" suffix="]">
97+
<group delimiter=":">
98+
<text variable="citation-number"/>
99+
<text variable="locator"/>
100+
</group>
101+
</layout>
102+
</citation>
103+
<bibliography et-al-min="4" et-al-use-first="3" second-field-align="flush" entry-spacing="0">
104+
<layout>
105+
<text variable="citation-number" suffix=" _"/>
106+
<group delimiter=". ">
107+
<group delimiter=": ">
108+
<text macro="author"/>
109+
<text macro="title"/>
110+
</group>
111+
<choose>
112+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
113+
<text macro="edition" suffix=" "/>
114+
<text macro="book-publisher"/>
115+
</if>
116+
<else-if type="paper-conference">
117+
<group suffix="." delimiter=", ">
118+
<text macro="conference"/>
119+
<text variable="page"/>
120+
</group>
121+
</else-if>
122+
<else-if type="chapter paper-conference" match="any">
123+
<group delimiter=". ">
124+
<group delimiter=": ">
125+
<text term="in" text-case="capitalize-first"/>
126+
<text macro="editor"/>
127+
</group>
128+
<text variable="container-title"/>
129+
<text macro="edition" suffix=" "/>
130+
</group>
131+
<group delimiter=": ">
132+
<text macro="book-publisher"/>
133+
<text variable="page"/>
134+
</group>
135+
</else-if>
136+
<else-if type="article-journal">
137+
<group delimiter=": ">
138+
<text macro="journal"/>
139+
<text variable="page"/>
140+
</group>
141+
</else-if>
142+
<else>
143+
<group delimiter=" ">
144+
<group delimiter=" " suffix=".">
145+
<text variable="container-title"/>
146+
<text variable="volume"/>
147+
</group>
148+
<text macro="year" suffix="."/>
149+
<text variable="page"/>
150+
<text variable="URL" prefix=" "/>
151+
<group delimiter=" " prefix="(" suffix=")">
152+
<text term="accessed"/>
153+
<date form="numeric" variable="accessed"/>
154+
</group>
155+
</group>
156+
</else>
157+
</choose>
158+
</group>
159+
</layout>
160+
</bibliography>
161+
</style>

0 commit comments

Comments
 (0)