|
4 | 4 | <title>Yozgat Bozok Üniversitesi - Fen Bilimleri Enstitüsü (Türkçe)</title> |
5 | 5 | <id>http://www.zotero.org/styles/yozgat-bozok-universitesi-fen-bilimleri-enstitusu</id> |
6 | 6 | <link href="http://www.zotero.org/styles/yozgat-bozok-universitesi-fen-bilimleri-enstitusu" rel="self"/> |
7 | | - <link href="http://www.zotero.org/styles/elsevier-with-titles" rel="template"/> |
8 | | - <link href="https://fenbilimleri.bozok.edu.tr/Dosya/861e4263-f3f6-4dee-8bb2-4e9129015b88.doc" rel="documentation"/> |
| 7 | + <link href="http://www.zotero.org/styles/harvard-university-of-greenwich" rel="template"/> |
| 8 | + <link href="https://bozok.edu.tr/" rel="documentation"/> |
9 | 9 | <author> |
| 10 | + <name>Sebastian Karcher</name> |
| 11 | + </author> |
| 12 | + <contributor> |
10 | 13 | <name>burak izgi</name> |
11 | 14 | |
12 | | - </author> |
13 | | - <category citation-format="numeric"/> |
| 15 | + </contributor> |
| 16 | + <category citation-format="author-date"/> |
14 | 17 | <category field="science"/> |
15 | | - <updated>2019-06-28T21:20:00+00:00</updated> |
| 18 | + <updated>2020-12-17T20:24:19+00:00</updated> |
16 | 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> |
17 | 20 | </info> |
| 21 | + <locale xml:lang="tr-TR"> |
| 22 | + <terms> |
| 23 | + <term name="editor" form="short"> |
| 24 | + <single>ed.</single> |
| 25 | + <multiple>eds</multiple> |
| 26 | + </term> |
| 27 | + <term name="editortranslator" form="verb">edited and translated by</term> |
| 28 | + <term name="edition">Baskı</term> |
| 29 | + <term name="et-al">ve ark.</term> |
| 30 | + <term name="accessed">Erişim</term> |
| 31 | + <term name="in"/> |
| 32 | + </terms> |
| 33 | + </locale> |
| 34 | + <macro name="editor"> |
| 35 | + <choose> |
| 36 | + <if type="chapter paper-conference" match="any"> |
| 37 | + <names variable="container-author" delimiter=", " suffix=", "> |
| 38 | + <name and="text" initialize-with=". " delimiter=", " sort-separator=", " name-as-sort-order="all"/> |
| 39 | + </names> |
| 40 | + <choose> |
| 41 | + <if variable="container-author" match="none"> |
| 42 | + <names variable="editor translator" delimiter=", "> |
| 43 | + <name and="text" initialize-with=". " delimiter=", " sort-separator=", " name-as-sort-order="all"/> |
| 44 | + <label form="short" prefix=" (" suffix=")"/> |
| 45 | + </names> |
| 46 | + </if> |
| 47 | + </choose> |
| 48 | + </if> |
| 49 | + </choose> |
| 50 | + </macro> |
| 51 | + <macro name="secondary-contributors"> |
| 52 | + <choose> |
| 53 | + <if type="chapter paper-conference" match="none"> |
| 54 | + <names variable="editor translator" delimiter=". "> |
| 55 | + <label form="verb" text-case="capitalize-first" suffix=" "/> |
| 56 | + <name and="text" initialize-with=". " delimiter=", "/> |
| 57 | + </names> |
| 58 | + </if> |
| 59 | + <else-if variable="container-author" match="any"> |
| 60 | + <names variable="editor translator" delimiter=". "> |
| 61 | + <label form="verb" text-case="capitalize-first" suffix=" "/> |
| 62 | + <name and="text" initialize-with=". " delimiter=", "/> |
| 63 | + </names> |
| 64 | + </else-if> |
| 65 | + </choose> |
| 66 | + </macro> |
18 | 67 | <macro name="author"> |
19 | 68 | <names variable="author"> |
20 | | - <name sort-separator=", " delimiter=", " initialize-with=". " delimiter-precedes-last="never" name-as-sort-order="all"/> |
21 | | - <label form="short" prefix=", "/> |
22 | | - <et-al font-style="italic"/> |
| 69 | + <name and="text" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/> |
| 70 | + <label form="short" prefix=" (" suffix=")"/> |
| 71 | + <substitute> |
| 72 | + <names variable="editor"/> |
| 73 | + <names variable="translator"/> |
| 74 | + <choose> |
| 75 | + <if type="article-newspaper article-magazine" match="any"> |
| 76 | + <text variable="container-title" text-case="title" font-style="italic"/> |
| 77 | + </if> |
| 78 | + <else> |
| 79 | + <text macro="title"/> |
| 80 | + </else> |
| 81 | + </choose> |
| 82 | + </substitute> |
23 | 83 | </names> |
24 | 84 | </macro> |
25 | | - <macro name="author-webpage"> |
| 85 | + <macro name="author-short"> |
26 | 86 | <names variable="author"> |
27 | | - <label form="short" prefix=", "/> |
| 87 | + <name form="short" and="text" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/> |
| 88 | + <substitute> |
| 89 | + <names variable="editor"/> |
| 90 | + <names variable="translator"/> |
| 91 | + <choose> |
| 92 | + <if type="article-newspaper article-magazine" match="any"> |
| 93 | + <text variable="container-title" text-case="title" font-style="italic"/> |
| 94 | + </if> |
| 95 | + <else> |
| 96 | + <text macro="title"/> |
| 97 | + </else> |
| 98 | + </choose> |
| 99 | + </substitute> |
28 | 100 | </names> |
29 | 101 | </macro> |
30 | | - <macro name="editor"> |
31 | | - <names variable="editor"> |
32 | | - <name initialize-with="." delimiter=", " delimiter-precedes-last="always"/> |
33 | | - <label form="short" prefix=" (" text-case="capitalize-first" suffix=")"/> |
34 | | - </names> |
| 102 | + <macro name="access"> |
| 103 | + <choose> |
| 104 | + <if type="webpage"> |
| 105 | + <text variable="URL"/> |
| 106 | + <group prefix=" (" delimiter=": " suffix=")"> |
| 107 | + <text term="accessed" text-case="capitalize-first"/> |
| 108 | + <date form="text" variable="accessed"> |
| 109 | + <date-part name="day"/> |
| 110 | + <date-part name="month"/> |
| 111 | + <date-part name="year"/> |
| 112 | + </date> |
| 113 | + </group> |
| 114 | + </if> |
| 115 | + </choose> |
| 116 | + </macro> |
| 117 | + <macro name="number-volumes"> |
| 118 | + <choose> |
| 119 | + <if variable="volume" match="none"> |
| 120 | + <group delimiter=" " prefix="(" suffix=")"> |
| 121 | + <text variable="number-of-volumes"/> |
| 122 | + <label variable="volume" form="short" strip-periods="true"/> |
| 123 | + </group> |
| 124 | + </if> |
| 125 | + </choose> |
| 126 | + </macro> |
| 127 | + <macro name="title"> |
| 128 | + <choose> |
| 129 | + <if type="bill book graphic legal_case legislation motion_picture report song thesis webpage" match="any"> |
| 130 | + <group delimiter=". "> |
| 131 | + <group delimiter=" "> |
| 132 | + <text variable="title" font-style="italic"/> |
| 133 | + <text macro="number-volumes"/> |
| 134 | + </group> |
| 135 | + </group> |
| 136 | + </if> |
| 137 | + <else> |
| 138 | + <text variable="title" form="long" quotes="true"/> |
| 139 | + </else> |
| 140 | + </choose> |
| 141 | + </macro> |
| 142 | + <macro name="publisher"> |
| 143 | + <choose> |
| 144 | + <if type="thesis"> |
| 145 | + <group delimiter=". "> |
| 146 | + <text variable="genre"/> |
| 147 | + <text variable="publisher"/> |
| 148 | + </group> |
| 149 | + </if> |
| 150 | + <else-if type="report"> |
| 151 | + <group delimiter=". "> |
| 152 | + <group delimiter=" "> |
| 153 | + <text variable="genre"/> |
| 154 | + <text variable="number"/> |
| 155 | + </group> |
| 156 | + <group delimiter=". "> |
| 157 | + <text variable="publisher-place"/> |
| 158 | + </group> |
| 159 | + </group> |
| 160 | + </else-if> |
| 161 | + <else-if type="article-newspaper article-magazine" match="none"> |
| 162 | + <group delimiter=" "> |
| 163 | + <group delimiter=", "> |
| 164 | + <choose> |
| 165 | + <if type="speech" variable="event" match="any"> |
| 166 | + <text variable="event" font-style="italic"/> |
| 167 | + </if> |
| 168 | + </choose> |
| 169 | + <group delimiter=": "> |
| 170 | + <text variable="publisher-place"/> |
| 171 | + </group> |
| 172 | + </group> |
| 173 | + <group prefix="(" suffix=")" delimiter=", "> |
| 174 | + <text variable="collection-title"/> |
| 175 | + <text variable="collection-number"/> |
| 176 | + </group> |
| 177 | + </group> |
| 178 | + </else-if> |
| 179 | + </choose> |
35 | 180 | </macro> |
36 | 181 | <macro name="year-date"> |
37 | 182 | <choose> |
38 | 183 | <if variable="issued"> |
39 | 184 | <date variable="issued"> |
40 | | - <date-part name="year" suffix="."/> |
| 185 | + <date-part name="year"/> |
41 | 186 | </date> |
| 187 | + <text variable="year-suffix"/> |
42 | 188 | </if> |
43 | 189 | <else> |
44 | | - <text term="no date" form="short"/> |
| 190 | + <text term="no date"/> |
| 191 | + <text variable="year-suffix" prefix=" "/> |
45 | 192 | </else> |
46 | 193 | </choose> |
47 | 194 | </macro> |
48 | | - <macro name="publisher"> |
49 | | - <text variable="genre"/> |
50 | | - <text variable="publisher" suffix=", "/> |
51 | | - <text variable="publisher-place" suffix=", "/> |
52 | | - <text macro="year-date"/> |
| 195 | + <macro name="locator"> |
| 196 | + <choose> |
| 197 | + <if type="article-journal"> |
| 198 | + <text variable="volume"/> |
| 199 | + <text variable="issue" prefix="(" suffix=")"/> |
| 200 | + </if> |
| 201 | + </choose> |
| 202 | + </macro> |
| 203 | + <macro name="published-date"> |
| 204 | + <choose> |
| 205 | + <if type="article-newspaper article-magazine post-weblog speech" match="any"> |
| 206 | + <date variable="issued"> |
| 207 | + <date-part name="day" suffix=" "/> |
| 208 | + <date-part name="month" form="long"/> |
| 209 | + </date> |
| 210 | + </if> |
| 211 | + </choose> |
| 212 | + </macro> |
| 213 | + <macro name="pages"> |
| 214 | + <choose> |
| 215 | + <if type="chapter paper-conference article-journal article article-magazine article-newspaper book review review-book report" match="any"> |
| 216 | + <group delimiter=" "> |
| 217 | + <text variable="page"/> |
| 218 | + </group> |
| 219 | + </if> |
| 220 | + </choose> |
| 221 | + </macro> |
| 222 | + <macro name="container-title"> |
| 223 | + <choose> |
| 224 | + <if variable="container-title"> |
| 225 | + <group delimiter=". "> |
| 226 | + <text variable="container-title" font-style="italic"/> |
| 227 | + <text macro="edition"/> |
| 228 | + </group> |
| 229 | + </if> |
| 230 | + </choose> |
53 | 231 | </macro> |
54 | 232 | <macro name="edition"> |
55 | | - <!--TODO: CSL should have low numeric be text (e.g. '3'->'third')--> |
56 | 233 | <choose> |
57 | 234 | <if is-numeric="edition"> |
58 | 235 | <group delimiter=" "> |
59 | 236 | <number variable="edition" form="ordinal"/> |
60 | | - <text term="edition" form="short"/> |
| 237 | + <text term="edition" form="short" strip-periods="true"/> |
61 | 238 | </group> |
62 | 239 | </if> |
63 | 240 | <else> |
64 | 241 | <text variable="edition"/> |
65 | 242 | </else> |
66 | 243 | </choose> |
67 | 244 | </macro> |
68 | | - <macro name="access"> |
| 245 | + <macro name="container-prefix"> |
69 | 246 | <choose> |
70 | | - <if variable="URL"> |
71 | | - <text variable="URL"/> |
72 | | - <group prefix=", " suffix="." delimiter=" "> |
73 | | - <date variable="accessed" form="text"/> |
74 | | - </group> |
| 247 | + <if type="chapter paper-conference" match="any"> |
| 248 | + <text term="in"/> |
75 | 249 | </if> |
76 | 250 | </choose> |
77 | 251 | </macro> |
78 | | - <citation collapse="citation-number"> |
| 252 | + <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year"> |
79 | 253 | <sort> |
80 | | - <key variable="citation-number"/> |
| 254 | + <key macro="year-date"/> |
81 | 255 | </sort> |
82 | | - <layout prefix="[" suffix="]" delimiter=", "> |
83 | | - <text variable="citation-number"/> |
| 256 | + <layout prefix="(" suffix=")" delimiter="; "> |
| 257 | + <group delimiter=", "> |
| 258 | + <group delimiter=", "> |
| 259 | + <text macro="author-short"/> |
| 260 | + <text macro="year-date"/> |
| 261 | + </group> |
| 262 | + <group> |
| 263 | + <label variable="locator" form="short" suffix=" "/> |
| 264 | + <text variable="locator"/> |
| 265 | + </group> |
| 266 | + </group> |
84 | 267 | </layout> |
85 | 268 | </citation> |
86 | | - <bibliography et-al-min="10" et-al-use-first="1" second-field-align="flush" entry-spacing="0" line-spacing="2"> |
87 | | - <layout> |
88 | | - <text variable="citation-number" suffix="."/> |
89 | | - <choose> |
90 | | - <if type="webpage"> |
91 | | - <text macro="author-webpage"/> |
92 | | - </if> |
93 | | - <else> |
94 | | - <text macro="author" suffix="."/> |
95 | | - </else> |
96 | | - </choose> |
97 | | - <choose> |
98 | | - <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
99 | | - <group delimiter=", "> |
100 | | - <text variable="title" prefix=", "/> |
101 | | - <text macro="edition"/> |
102 | | - <text macro="publisher"/> |
103 | | - </group> |
104 | | - </if> |
105 | | - <else-if type="chapter paper-conference" match="any"> |
106 | | - <text variable="title" suffix=", " prefix=", "/> |
107 | | - <text macro="editor" suffix=", "/> |
108 | | - <text variable="container-title" form="short" text-case="title" suffix=", "/> |
109 | | - <text macro="edition" suffix=", "/> |
110 | | - <text variable="page" suffix=", "/> |
111 | | - <text macro="publisher"/> |
112 | | - </else-if> |
113 | | - <else-if type="patent"> |
114 | | - <group delimiter=", "> |
115 | | - <text variable="title"/> |
116 | | - <text variable="number"/> |
117 | | - <text macro="year-date"/> |
118 | | - </group> |
119 | | - </else-if> |
120 | | - <else-if type="thesis"> |
121 | | - <group delimiter=", "> |
122 | | - <text variable="title" prefix=", "/> |
123 | | - <text macro="publisher"/> |
124 | | - </group> |
125 | | - </else-if> |
126 | | - <else-if type="webpage"> |
127 | | - <group delimiter=", "> |
128 | | - <text variable="title" prefix=", "/> |
129 | | - <text macro="access"/> |
130 | | - </group> |
131 | | - </else-if> |
132 | | - <else> |
| 269 | + <bibliography and="text" hanging-indent="true" line-spacing="1"> |
| 270 | + <sort> |
| 271 | + <key macro="author"/> |
| 272 | + <key macro="year-date"/> |
| 273 | + <key variable="title"/> |
| 274 | + </sort> |
| 275 | + <layout suffix="."> |
| 276 | + <group delimiter=". "> |
| 277 | + <group delimiter=" "> |
| 278 | + <text macro="author"/> |
| 279 | + <text macro="year-date" prefix="(" suffix=")"/> |
133 | 280 | <group delimiter=", "> |
134 | | - <text variable="title" prefix=", "/> |
135 | | - <text variable="container-title" form="short" text-case="title" suffix="."/> |
136 | | - <text variable="volume"/> |
137 | | - <text variable="page" form="short"/> |
138 | | - <text macro="year-date"/> |
| 281 | + <text macro="title"/> |
| 282 | + <group delimiter=" "> |
| 283 | + <text macro="container-prefix"/> |
| 284 | + <text macro="editor"/> |
| 285 | + <text macro="container-title"/> |
| 286 | + </group> |
139 | 287 | </group> |
140 | | - </else> |
141 | | - </choose> |
| 288 | + </group> |
| 289 | + <text macro="secondary-contributors"/> |
| 290 | + <text macro="publisher"/> |
| 291 | + </group> |
| 292 | + <group delimiter=", " prefix=", "> |
| 293 | + <text macro="locator"/> |
| 294 | + <text macro="published-date"/> |
| 295 | + <text macro="pages"/> |
| 296 | + </group> |
| 297 | + <text macro="access" prefix=". "/> |
142 | 298 | </layout> |
143 | 299 | </bibliography> |
144 | 300 | </style> |
0 commit comments