|
| 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="never" default-locale="en-GB"> |
| 3 | + <info> |
| 4 | + <title>Berlin School of Economics and Law - International Marketing Management</title> |
| 5 | + <id>http://www.zotero.org/styles/berlin-school-of-economics-and-law-international-marketing-management</id> |
| 6 | + <link href="http://www.zotero.org/styles/berlin-school-of-economics-and-law-international-marketing-management" rel="self"/> |
| 7 | + <link href="http://www.zotero.org/styles/zeitschrift-fur-qualitative-forschung" rel="template"/> |
| 8 | + <link href="https://github.com/citation-style-language/styles/files/2571346/GuidelinesforThesisWriting-English-Okt.2017.pdf" rel="documentation"/> |
| 9 | + <author> |
| 10 | + <name>Patrick O'Brien</name> |
| 11 | + |
| 12 | + </author> |
| 13 | + <category citation-format="author-date"/> |
| 14 | + <category field="social_science"/> |
| 15 | + <category field="humanities"/> |
| 16 | + <summary>Style for theses for the Berlin School of Economics and Law - International Marketing Management, as per the 2017 Kreutzer guidelines.</summary> |
| 17 | + <updated>2018-11-09T09:30:45+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="available at">online at URL</term> |
| 23 | + </terms> |
| 24 | + </locale> |
| 25 | + <macro name="creator-year-long"> |
| 26 | + <group delimiter=" "> |
| 27 | + <names variable="author"> |
| 28 | + <name delimiter="/" initialize-with=". " name-as-sort-order="all"/> |
| 29 | + <substitute> |
| 30 | + <names variable="editor"/> |
| 31 | + <text variable="title"/> |
| 32 | + </substitute> |
| 33 | + </names> |
| 34 | + <group delimiter=", " prefix="(" suffix=")"> |
| 35 | + <text macro="year"/> |
| 36 | + <choose> |
| 37 | + <if variable="author" match="none"> |
| 38 | + <choose> |
| 39 | + <if variable="editor"> |
| 40 | + <text term="editor" form="short" text-case="capitalize-first" plural="true"/> |
| 41 | + </if> |
| 42 | + </choose> |
| 43 | + </if> |
| 44 | + </choose> |
| 45 | + </group> |
| 46 | + </group> |
| 47 | + </macro> |
| 48 | + <macro name="editor-container-title"> |
| 49 | + <group delimiter=": "> |
| 50 | + <text term="in"/> |
| 51 | + <group delimiter=", "> |
| 52 | + <names variable="editor"> |
| 53 | + <name delimiter="/" initialize-with=". " name-as-sort-order="all"/> |
| 54 | + </names> |
| 55 | + <group delimiter=", " prefix="(" suffix=")"> |
| 56 | + <text macro="year"/> |
| 57 | + <choose> |
| 58 | + <if variable="editor"> |
| 59 | + <text term="editor" form="short" text-case="capitalize-first" plural="true"/> |
| 60 | + </if> |
| 61 | + </choose> |
| 62 | + </group> |
| 63 | + <text variable="container-title"/> |
| 64 | + </group> |
| 65 | + </group> |
| 66 | + </macro> |
| 67 | + <macro name="publication-place-publisher"> |
| 68 | + <text variable="publisher-place"/> |
| 69 | + </macro> |
| 70 | + <macro name="creator-year-short"> |
| 71 | + <group delimiter=", "> |
| 72 | + <text macro="creator-short"/> |
| 73 | + <text macro="year"/> |
| 74 | + </group> |
| 75 | + </macro> |
| 76 | + <macro name="edition"> |
| 77 | + <choose> |
| 78 | + <if match="any" is-numeric="edition"> |
| 79 | + <group delimiter=" "> |
| 80 | + <number variable="edition" form="ordinal"/> |
| 81 | + <text term="edition" text-case="capitalize-first"/> |
| 82 | + </group> |
| 83 | + </if> |
| 84 | + <else> |
| 85 | + <text variable="edition"/> |
| 86 | + </else> |
| 87 | + </choose> |
| 88 | + </macro> |
| 89 | + <macro name="collection-title-number"> |
| 90 | + <group delimiter=" " prefix="(= " suffix=")"> |
| 91 | + <text variable="collection-title"/> |
| 92 | + <text variable="collection-number"/> |
| 93 | + </group> |
| 94 | + </macro> |
| 95 | + <macro name="page-range"> |
| 96 | + <group delimiter=" "> |
| 97 | + <label plural="never" variable="page" form="short"/> |
| 98 | + <text variable="page"/> |
| 99 | + </group> |
| 100 | + </macro> |
| 101 | + <macro name="online-url"> |
| 102 | + <group delimiter=": "> |
| 103 | + <text term="available at"/> |
| 104 | + <group delimiter=" "> |
| 105 | + <text variable="URL"/> |
| 106 | + <date form="text" variable="accessed" prefix="(" suffix=")"/> |
| 107 | + </group> |
| 108 | + </group> |
| 109 | + </macro> |
| 110 | + <macro name="container-title-volume"> |
| 111 | + <group delimiter=", "> |
| 112 | + <text variable="container-title"/> |
| 113 | + <group delimiter=" "> |
| 114 | + <number variable="volume" form="ordinal"/> |
| 115 | + <text term="volume"/> |
| 116 | + </group> |
| 117 | + <group delimiter="/"> |
| 118 | + <number variable="issue"/> |
| 119 | + <text macro="year"/> |
| 120 | + </group> |
| 121 | + </group> |
| 122 | + </macro> |
| 123 | + <macro name="creator-short"> |
| 124 | + <names variable="author"> |
| 125 | + <name form="short" delimiter="/" delimiter-precedes-last="always"/> |
| 126 | + <substitute> |
| 127 | + <names variable="editor"/> |
| 128 | + <text variable="title"/> |
| 129 | + </substitute> |
| 130 | + </names> |
| 131 | + </macro> |
| 132 | + <macro name="year"> |
| 133 | + <date date-parts="year" form="text" variable="issued"/> |
| 134 | + </macro> |
| 135 | + <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year-suffix"> |
| 136 | + <layout delimiter="; " prefix="(" suffix=")"> |
| 137 | + <group delimiter=", "> |
| 138 | + <text macro="creator-year-short"/> |
| 139 | + <group delimiter=" "> |
| 140 | + <label plural="never" variable="locator" form="short"/> |
| 141 | + <text variable="locator"/> |
| 142 | + </group> |
| 143 | + </group> |
| 144 | + </layout> |
| 145 | + </citation> |
| 146 | + <bibliography> |
| 147 | + <sort> |
| 148 | + <key macro="creator-short"/> |
| 149 | + <key macro="creator-year-short"/> |
| 150 | + </sort> |
| 151 | + <layout> |
| 152 | + <group delimiter=", "> |
| 153 | + <text macro="creator-year-long"/> |
| 154 | + <text variable="title"/> |
| 155 | + <choose> |
| 156 | + <if type="book" match="any"> |
| 157 | + <group delimiter=", "> |
| 158 | + <text macro="edition"/> |
| 159 | + <text macro="publication-place-publisher"/> |
| 160 | + <text macro="collection-title-number"/> |
| 161 | + </group> |
| 162 | + </if> |
| 163 | + <else-if type="article-journal article-magazine article-newspaper" match="any"> |
| 164 | + <group delimiter=", "> |
| 165 | + <group delimiter=": "> |
| 166 | + <text term="in"/> |
| 167 | + <text macro="container-title-volume"/> |
| 168 | + </group> |
| 169 | + <text macro="page-range"/> |
| 170 | + </group> |
| 171 | + </else-if> |
| 172 | + <else-if type="chapter" match="any"> |
| 173 | + <group delimiter=", "> |
| 174 | + <group delimiter=", "> |
| 175 | + <text macro="editor-container-title"/> |
| 176 | + <text macro="edition"/> |
| 177 | + <text macro="publication-place-publisher"/> |
| 178 | + <text macro="year"/> |
| 179 | + </group> |
| 180 | + <text macro="page-range"/> |
| 181 | + <text macro="collection-title-number"/> |
| 182 | + </group> |
| 183 | + </else-if> |
| 184 | + <else> |
| 185 | + <group delimiter=", "> |
| 186 | + <choose> |
| 187 | + <if match="any" variable="container-title"> |
| 188 | + <text macro="editor-container-title"/> |
| 189 | + </if> |
| 190 | + </choose> |
| 191 | + <text macro="publication-place-publisher"/> |
| 192 | + <text macro="page-range"/> |
| 193 | + <text macro="collection-title-number"/> |
| 194 | + <text macro="online-url"/> |
| 195 | + </group> |
| 196 | + </else> |
| 197 | + </choose> |
| 198 | + </group> |
| 199 | + </layout> |
| 200 | + </bibliography> |
| 201 | +</style> |
0 commit comments