forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
132 additions
and
0 deletions.
There are no files selected for viewing
132 changes: 132 additions & 0 deletions
132
karabuk-university-graduate-school-of-natural-and-applied-sciences.csl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB"> | ||
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) --> | ||
<info> | ||
<title>Karabuk University - Graduate School of Natural and Applied Sciences</title> | ||
<title-short>KBU</title-short> | ||
<id>http://www.zotero.org/styles/karabuk-university-graduate-school-of-natural-and-applied-sciences</id> | ||
<link href="http://www.zotero.org/styles/karabuk-university-graduate-school-of-natural-and-applied-sciences" rel="self"/> | ||
<link href="http://www.zotero.org/styles/springer-mathphys-brackets" rel="template"/> | ||
<link href="http://fbe.karabuk.edu.tr/yuklenen/files/Ornek-Tez-dr.docx" rel="documentation"/> | ||
<author> | ||
<name>Yusuf Yargı Baydilli</name> | ||
<email>yrgbydll@gmail.com</email> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="engineering"/> | ||
<category field="science"/> | ||
<updated>2019-12-12T12:24:41+00:00</updated> | ||
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> | ||
</info> | ||
<macro name="edition"> | ||
<choose> | ||
<if type="chapter book" match="any"> | ||
<text variable="edition" text-case="capitalize-first" suffix=". "/> | ||
<text term="edition" form="short" text-case="capitalize-first" suffix=", "/> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="author"> | ||
<choose> | ||
<if type="webpage" match="any"> | ||
<names variable="author" prefix="Internet: "> | ||
<name and="text" initialize-with=". " name-as-sort-order="all"/> | ||
<label form="short" text-case="capitalize-first" prefix=", "/> | ||
</names> | ||
</if> | ||
<else> | ||
<names variable="author"> | ||
<name and="text" initialize-with=". " name-as-sort-order="all"/> | ||
<label form="short" prefix=", " text-case="capitalize-first"/> | ||
</names> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="locators"> | ||
<group delimiter=" "> | ||
<number variable="volume" form="numeric"/> | ||
<number prefix="(" suffix="): " variable="issue"/> | ||
</group> | ||
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if type="article-journal chapter patent paper-conference report speech thesis" match="any"> | ||
<text variable="title" text-case="capitalize-first" quotes="true"/> | ||
</if> | ||
<else-if type="book webpage" match="any"> | ||
<text variable="title" text-case="title" quotes="true"/> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="event"> | ||
<group> | ||
<text variable="event" text-case="title" font-style="italic" font-weight="bold" suffix=", "/> | ||
<text variable="event-place" text-case="capitalize-all" suffix=", "/> | ||
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/> | ||
</group> | ||
</macro> | ||
<citation collapse="citation-number"> | ||
<sort> | ||
<key variable="citation-number"/> | ||
</sort> | ||
<layout delimiter="," prefix="[" suffix="]"> | ||
<text variable="citation-number"/> | ||
</layout> | ||
</citation> | ||
<bibliography second-field-align="flush"> | ||
<layout suffix="."> | ||
<text variable="citation-number" suffix="."/> | ||
<text macro="author" suffix=", "/> | ||
<group> | ||
<text macro="title" suffix=", "/> | ||
<choose> | ||
<if type="report thesis patent" match="any"> | ||
<group> | ||
<text variable="genre" text-case="capitalize-all" suffix=", "/> | ||
<text variable="publisher" text-case="title" font-style="italic" font-weight="bold" suffix=", "/> | ||
<text variable="publisher-place" text-case="capitalize-all" suffix=", "/> | ||
<text variable="page" suffix=" "/> | ||
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/> | ||
</group> | ||
</if> | ||
<else-if type="article-journal" match="any"> | ||
<group> | ||
<text variable="container-title" text-case="capitalize-all" font-style="italic" font-weight="bold" suffix=", "/> | ||
<choose> | ||
<if match="none" variable="issue"> | ||
<group suffix=": "> | ||
<number variable="volume"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text macro="locators"/> | ||
</else> | ||
</choose> | ||
<text variable="page" suffix=" "/> | ||
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/> | ||
</group> | ||
</else-if> | ||
<else-if type="chapter book" match="any"> | ||
<group> | ||
<text variable="container-title" text-case="title" suffix=", "/> | ||
<text macro="edition"/> | ||
<text variable="publisher" text-case="capitalize-all" font-style="italic" font-weight="bold" suffix=", "/> | ||
<text variable="publisher-place" text-case="capitalize-all" suffix=", "/> | ||
<text variable="page" suffix=" "/> | ||
<text variable="number-of-pages" suffix=" "/> | ||
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/> | ||
</group> | ||
</else-if> | ||
<else-if type="webpage" match="any"> | ||
<text variable="URL" font-weight="bold" suffix=" "/> | ||
<date date-parts="year" form="text" variable="accessed" prefix="(" suffix=")"/> | ||
</else-if> | ||
<else-if type="paper-conference speech" match="any"> | ||
<text macro="event"/> | ||
</else-if> | ||
</choose> | ||
</group> | ||
</layout> | ||
</bibliography> | ||
<locale xml:lang="en"/> | ||
</style> |