Skip to content

Commit f50e6f0

Browse files
yrg23rmzelle
authored andcommitted
Add files via upload (JabRef#4519)
1 parent c728658 commit f50e6f0

File tree

1 file changed

+132
-0
lines changed

1 file changed

+132
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
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-GB">
3+
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
4+
<info>
5+
<title>Karabuk University - Graduate School of Natural and Applied Sciences</title>
6+
<title-short>KBU</title-short>
7+
<id>http://www.zotero.org/styles/karabuk-university-graduate-school-of-natural-and-applied-sciences</id>
8+
<link href="http://www.zotero.org/styles/karabuk-university-graduate-school-of-natural-and-applied-sciences" rel="self"/>
9+
<link href="http://www.zotero.org/styles/springer-mathphys-brackets" rel="template"/>
10+
<link href="http://fbe.karabuk.edu.tr/yuklenen/files/Ornek-Tez-dr.docx" rel="documentation"/>
11+
<author>
12+
<name>Yusuf Yargı Baydilli</name>
13+
<email>[email protected]</email>
14+
</author>
15+
<category citation-format="numeric"/>
16+
<category field="engineering"/>
17+
<category field="science"/>
18+
<updated>2019-12-12T12:24:41+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+
<macro name="edition">
22+
<choose>
23+
<if type="chapter book" match="any">
24+
<text variable="edition" text-case="capitalize-first" suffix=". "/>
25+
<text term="edition" form="short" text-case="capitalize-first" suffix=", "/>
26+
</if>
27+
</choose>
28+
</macro>
29+
<macro name="author">
30+
<choose>
31+
<if type="webpage" match="any">
32+
<names variable="author" prefix="Internet: ">
33+
<name and="text" initialize-with=". " name-as-sort-order="all"/>
34+
<label form="short" text-case="capitalize-first" prefix=", "/>
35+
</names>
36+
</if>
37+
<else>
38+
<names variable="author">
39+
<name and="text" initialize-with=". " name-as-sort-order="all"/>
40+
<label form="short" prefix=", " text-case="capitalize-first"/>
41+
</names>
42+
</else>
43+
</choose>
44+
</macro>
45+
<macro name="locators">
46+
<group delimiter=" ">
47+
<number variable="volume" form="numeric"/>
48+
<number prefix="(" suffix="): " variable="issue"/>
49+
</group>
50+
</macro>
51+
<macro name="title">
52+
<choose>
53+
<if type="article-journal chapter patent paper-conference report speech thesis" match="any">
54+
<text variable="title" text-case="capitalize-first" quotes="true"/>
55+
</if>
56+
<else-if type="book webpage" match="any">
57+
<text variable="title" text-case="title" quotes="true"/>
58+
</else-if>
59+
</choose>
60+
</macro>
61+
<macro name="event">
62+
<group>
63+
<text variable="event" text-case="title" font-style="italic" font-weight="bold" suffix=", "/>
64+
<text variable="event-place" text-case="capitalize-all" suffix=", "/>
65+
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/>
66+
</group>
67+
</macro>
68+
<citation collapse="citation-number">
69+
<sort>
70+
<key variable="citation-number"/>
71+
</sort>
72+
<layout delimiter="," prefix="[" suffix="]">
73+
<text variable="citation-number"/>
74+
</layout>
75+
</citation>
76+
<bibliography second-field-align="flush">
77+
<layout suffix=".">
78+
<text variable="citation-number" suffix="."/>
79+
<text macro="author" suffix=", "/>
80+
<group>
81+
<text macro="title" suffix=", "/>
82+
<choose>
83+
<if type="report thesis patent" match="any">
84+
<group>
85+
<text variable="genre" text-case="capitalize-all" suffix=", "/>
86+
<text variable="publisher" text-case="title" font-style="italic" font-weight="bold" suffix=", "/>
87+
<text variable="publisher-place" text-case="capitalize-all" suffix=", "/>
88+
<text variable="page" suffix=" "/>
89+
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/>
90+
</group>
91+
</if>
92+
<else-if type="article-journal" match="any">
93+
<group>
94+
<text variable="container-title" text-case="capitalize-all" font-style="italic" font-weight="bold" suffix=", "/>
95+
<choose>
96+
<if match="none" variable="issue">
97+
<group suffix=": ">
98+
<number variable="volume"/>
99+
</group>
100+
</if>
101+
<else>
102+
<text macro="locators"/>
103+
</else>
104+
</choose>
105+
<text variable="page" suffix=" "/>
106+
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/>
107+
</group>
108+
</else-if>
109+
<else-if type="chapter book" match="any">
110+
<group>
111+
<text variable="container-title" text-case="title" suffix=", "/>
112+
<text macro="edition"/>
113+
<text variable="publisher" text-case="capitalize-all" font-style="italic" font-weight="bold" suffix=", "/>
114+
<text variable="publisher-place" text-case="capitalize-all" suffix=", "/>
115+
<text variable="page" suffix=" "/>
116+
<text variable="number-of-pages" suffix=" "/>
117+
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/>
118+
</group>
119+
</else-if>
120+
<else-if type="webpage" match="any">
121+
<text variable="URL" font-weight="bold" suffix=" "/>
122+
<date date-parts="year" form="text" variable="accessed" prefix="(" suffix=")"/>
123+
</else-if>
124+
<else-if type="paper-conference speech" match="any">
125+
<text macro="event"/>
126+
</else-if>
127+
</choose>
128+
</group>
129+
</layout>
130+
</bibliography>
131+
<locale xml:lang="en"/>
132+
</style>

0 commit comments

Comments
 (0)