Skip to content

Commit 77bdb6f

Browse files
authored
Create eksploatacja-i-niezawodnosc (JabRef#4531)
1 parent 7858966 commit 77bdb6f

File tree

1 file changed

+130
-0
lines changed

1 file changed

+130
-0
lines changed

Diff for: eksploatacja-i-niezawodnosc.csl

+130
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
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="en-US">
3+
<info>
4+
<title>Eksploatacja i Niezawodność (Maintenance and Reliability) (English)</title>
5+
<id>http://www.zotero.org/styles/eksploatacja-i-niezawodnosc</id>
6+
<link href="http://www.zotero.org/styles/eksploatacja-i-niezawodnosc" rel="self"/>
7+
<link href="http://www.zotero.org/styles/annals-of-oncology" rel="template"/>
8+
<link href="http://www.ein.org.pl/en-information_for_authors" rel="documentation"/>
9+
<author>
10+
<name>Łukasz Breńkacz</name>
11+
<email>[email protected]</email>
12+
<uri>www.brenkacz.com</uri>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="science"/>
16+
<issn>1507-2711</issn>
17+
<updated>2020-01-28T12:47: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="en">
21+
<terms>
22+
<term name="editor" form="short">
23+
<single>ed</single>
24+
<multiple>eds</multiple>
25+
</term>
26+
</terms>
27+
</locale>
28+
<macro name="author">
29+
<names variable="author" suffix=". ">
30+
<name delimiter-precedes-last="always" initialize-with=" " name-as-sort-order="all" sort-separator=" "/>
31+
</names>
32+
</macro>
33+
<macro name="editor">
34+
<names variable="editor" prefix=" In " suffix=": ">
35+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always" et-al-min="5" et-al-use-first="3" delimiter-precedes-et-al="never"/>
36+
<label form="short" prefix=" (" suffix=")"/>
37+
<substitute>
38+
<names variable="editor"/>
39+
</substitute>
40+
</names>
41+
</macro>
42+
<macro name="publisher">
43+
<text variable="publisher-place" suffix=", "/>
44+
<text variable="publisher" suffix=": "/>
45+
</macro>
46+
<macro name="container-title">
47+
<text variable="container-title" vertical-align="baseline" form="short"/>
48+
</macro>
49+
<macro name="title">
50+
<choose>
51+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
52+
<text variable="title" suffix=". "/>
53+
</if>
54+
<else>
55+
<text variable="title" suffix=". "/>
56+
</else>
57+
</choose>
58+
</macro>
59+
<macro name="volume">
60+
<text variable="volume"/>
61+
<text variable="issue" prefix="(" suffix=")"/>
62+
</macro>
63+
<macro name="edition">
64+
<choose>
65+
<if is-numeric="edition">
66+
<group delimiter=" ">
67+
<number variable="edition" form="ordinal"/>
68+
<text term="edition" form="long" suffix="."/>
69+
</group>
70+
</if>
71+
<else>
72+
<text variable="edition" suffix="."/>
73+
</else>
74+
</choose>
75+
</macro>
76+
<citation collapse="citation-number">
77+
<sort>
78+
<key variable="citation-number"/>
79+
</sort>
80+
<layout prefix="[" suffix="]" delimiter=", ">
81+
<text variable="citation-number"/>
82+
</layout>
83+
</citation>
84+
<bibliography et-al-min="5" et-al-use-first="3" delimiter-precedes-et-al="never" second-field-align="flush">
85+
<layout suffix=".">
86+
<text variable="citation-number" suffix=". "/>
87+
<choose>
88+
<if type="webpage">
89+
<text macro="title"/>
90+
<text variable="URL" prefix=" [" suffix="]"/>
91+
</if>
92+
<else>
93+
<text macro="author"/>
94+
<text macro="title"/>
95+
<choose>
96+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
97+
<group delimiter=" ">
98+
<text macro="edition"/>
99+
<text macro="publisher"/>
100+
</group>
101+
</if>
102+
<else-if type="chapter paper-conference" match="any">
103+
<text macro="editor"/>
104+
<text macro="container-title" suffix=", "/>
105+
<group delimiter=" ">
106+
<text macro="edition" suffix="."/>
107+
<text macro="publisher"/>
108+
</group>
109+
</else-if>
110+
<else>
111+
<text macro="container-title" suffix=" "/>
112+
</else>
113+
</choose>
114+
<date variable="issued">
115+
<date-part name="year"/>
116+
</date>
117+
<choose>
118+
<if variable="page">
119+
<text macro="volume" prefix="; "/>
120+
<text variable="page" prefix=": "/>
121+
</if>
122+
<else>
123+
<text variable="DOI" prefix=". doi:"/>
124+
</else>
125+
</choose>
126+
</else>
127+
</choose>
128+
</layout>
129+
</bibliography>
130+
</style>

0 commit comments

Comments
 (0)