|
| 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 | + <info> |
| 4 | + <title>South African Actuarial Journal</title> |
| 5 | + <title-short>SAAJ</title-short> |
| 6 | + <id>http://www.zotero.org/styles/south-african-actuarial-journal</id> |
| 7 | + <link href="http://www.zotero.org/styles/south-african-actuarial-journal" rel="self"/> |
| 8 | + <link href="http://www.zotero.org/styles/university-of-south-africa-harvard" rel="template"/> |
| 9 | + <link href="https://www.ajol.info/index.php/saaj/about/submissions" rel="documentation"/> |
| 10 | + <author> |
| 11 | + <name>Patrick O'Brien</name> |
| 12 | + </author> |
| 13 | + <category citation-format="author-date"/> |
| 14 | + <category field="humanities"/> |
| 15 | + <issn>1680-2179</issn> |
| 16 | + <updated>2020-01-28T14:46:23+00:00</updated> |
| 17 | + <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
| 18 | + </info> |
| 19 | + <locale xml:lang="en"> |
| 20 | + <terms> |
| 21 | + <term name="volume" form="short">v.</term> |
| 22 | + <term name="available at">available</term> |
| 23 | + <term name="open-quote">“</term> |
| 24 | + <term name="close-quote">”</term> |
| 25 | + <term name="open-inner-quote">‘</term> |
| 26 | + <term name="close-inner-quote">’</term> |
| 27 | + </terms> |
| 28 | + </locale> |
| 29 | + <macro name="editor-translator"> |
| 30 | + <choose> |
| 31 | + <if variable="editor"> |
| 32 | + <names variable="editor"> |
| 33 | + <name and="symbol" initialize-with="." delimiter=", "/> |
| 34 | + <label form="short" prefix=" (" suffix=")"/> |
| 35 | + </names> |
| 36 | + </if> |
| 37 | + </choose> |
| 38 | + <choose> |
| 39 | + <if variable="translator"> |
| 40 | + <names variable="translator"> |
| 41 | + <label form="verb" text-case="capitalize-first" suffix=" "/> |
| 42 | + <name and="symbol" delimiter=", "/> |
| 43 | + </names> |
| 44 | + </if> |
| 45 | + </choose> |
| 46 | + </macro> |
| 47 | + <macro name="author"> |
| 48 | + <names variable="author"> |
| 49 | + <name and="symbol" delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all"/> |
| 50 | + <label form="short" prefix=" (" suffix=")"/> |
| 51 | + <substitute> |
| 52 | + <names variable="editor"/> |
| 53 | + <names variable="translator"/> |
| 54 | + <choose> |
| 55 | + <if type="bill book graphic legal_case legislation motion_picture report song webpage" match="any"> |
| 56 | + <text variable="title" font-style="italic"/> |
| 57 | + </if> |
| 58 | + <else> |
| 59 | + <text variable="title" quotes="true" text-case="capitalize-first"/> |
| 60 | + </else> |
| 61 | + </choose> |
| 62 | + </substitute> |
| 63 | + </names> |
| 64 | + </macro> |
| 65 | + <macro name="author-short"> |
| 66 | + <names variable="author"> |
| 67 | + <name form="short" and="symbol" delimiter-precedes-last="never" initialize-with="."/> |
| 68 | + <substitute> |
| 69 | + <names variable="editor"/> |
| 70 | + <names variable="translator"/> |
| 71 | + <choose> |
| 72 | + <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
| 73 | + <text variable="title" form="short" font-style="italic"/> |
| 74 | + </if> |
| 75 | + <else> |
| 76 | + <text variable="title" form="short" quotes="true" text-case="capitalize-first"/> |
| 77 | + </else> |
| 78 | + </choose> |
| 79 | + </substitute> |
| 80 | + </names> |
| 81 | + </macro> |
| 82 | + <macro name="author-count"> |
| 83 | + <names variable="author"> |
| 84 | + <name form="count"/> |
| 85 | + </names> |
| 86 | + </macro> |
| 87 | + <macro name="date-issued"> |
| 88 | + <choose> |
| 89 | + <if type="article-journal" match="none"> |
| 90 | + <text macro="date-issued-year"/> |
| 91 | + </if> |
| 92 | + <else-if variable="page" match="none"> |
| 93 | + <text macro="date-issued-year"/> |
| 94 | + </else-if> |
| 95 | + <else-if is-numeric="page"> |
| 96 | + <text macro="date-issued-year"/> |
| 97 | + </else-if> |
| 98 | + <else> |
| 99 | + <text term="in press" prefix="(" suffix=")"/> |
| 100 | + </else> |
| 101 | + </choose> |
| 102 | + </macro> |
| 103 | + <macro name="date-issued-no-parentheses"> |
| 104 | + <choose> |
| 105 | + <if type="article-journal" match="none"> |
| 106 | + <text macro="date-issued-year"/> |
| 107 | + </if> |
| 108 | + <else-if variable="page" match="none"> |
| 109 | + <text macro="date-issued-year"/> |
| 110 | + </else-if> |
| 111 | + <else-if is-numeric="page"> |
| 112 | + <text macro="date-issued-year"/> |
| 113 | + </else-if> |
| 114 | + <else> |
| 115 | + <text term="in press"/> |
| 116 | + </else> |
| 117 | + </choose> |
| 118 | + </macro> |
| 119 | + <macro name="date-issued-year"> |
| 120 | + <choose> |
| 121 | + <if variable="issued"> |
| 122 | + <date variable="issued"> |
| 123 | + <date-part name="year"/> |
| 124 | + </date> |
| 125 | + </if> |
| 126 | + <else> |
| 127 | + <text term="no date" form="short"/> |
| 128 | + </else> |
| 129 | + </choose> |
| 130 | + </macro> |
| 131 | + <macro name="access"> |
| 132 | + <choose> |
| 133 | + <if variable="DOI"> |
| 134 | + <text variable="DOI" prefix="doi.org/"/> |
| 135 | + </if> |
| 136 | + <else-if variable="URL"> |
| 137 | + <group delimiter=" "> |
| 138 | + <group> |
| 139 | + <text term="available at" text-case="capitalize-first" suffix=" from: "/> |
| 140 | + <text variable="URL"/> |
| 141 | + </group> |
| 142 | + <text macro="date-access"/> |
| 143 | + </group> |
| 144 | + </else-if> |
| 145 | + <else-if variable="source accessed" match="all"> |
| 146 | + <group delimiter=" "> |
| 147 | + <text variable="source"/> |
| 148 | + <text macro="date-access"/> |
| 149 | + </group> |
| 150 | + </else-if> |
| 151 | + </choose> |
| 152 | + </macro> |
| 153 | + <macro name="date-access"> |
| 154 | + <date variable="accessed" prefix="[Accessed " suffix="]"> |
| 155 | + <date-part name="day" suffix=" "/> |
| 156 | + <date-part name="month"/> |
| 157 | + <date-part name="year" prefix=" "/> |
| 158 | + </date> |
| 159 | + </macro> |
| 160 | + <macro name="title"> |
| 161 | + <choose> |
| 162 | + <if type="bill book graphic legal_case legislation motion_picture report song webpage" match="any"> |
| 163 | + <text variable="title" font-style="italic"/> |
| 164 | + </if> |
| 165 | + <else> |
| 166 | + <text variable="title"/> |
| 167 | + </else> |
| 168 | + </choose> |
| 169 | + </macro> |
| 170 | + <macro name="book-details"> |
| 171 | + <group delimiter=". "> |
| 172 | + <group delimiter=" "> |
| 173 | + <number variable="edition" form="ordinal"/> |
| 174 | + <label variable="edition"/> |
| 175 | + </group> |
| 176 | + <group delimiter=" "> |
| 177 | + <label variable="volume" form="short" text-case="capitalize-first"/> |
| 178 | + <text variable="volume"/> |
| 179 | + </group> |
| 180 | + <text macro="editor-translator"/> |
| 181 | + <group delimiter=" " prefix="(" suffix=")"> |
| 182 | + <text variable="collection-title"/> |
| 183 | + <group delimiter=" "> |
| 184 | + <label variable="issue" form="short"/> |
| 185 | + <text variable="collection-number"/> |
| 186 | + </group> |
| 187 | + </group> |
| 188 | + <text macro="publisher"/> |
| 189 | + </group> |
| 190 | + </macro> |
| 191 | + <macro name="publisher"> |
| 192 | + <group delimiter=", "> |
| 193 | + <text variable="publisher-place"/> |
| 194 | + <text variable="publisher"/> |
| 195 | + </group> |
| 196 | + </macro> |
| 197 | + <citation et-al-min="6" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-names="true" disambiguate-add-year-suffix="true" collapse="year-suffix" year-suffix-delimiter=","> |
| 198 | + <sort> |
| 199 | + <key macro="date-issued-no-parentheses" sort="descending"/> |
| 200 | + <key macro="author"/> |
| 201 | + </sort> |
| 202 | + <layout prefix="(" suffix=")" delimiter="; "> |
| 203 | + <group delimiter=": "> |
| 204 | + <group delimiter=", "> |
| 205 | + <text macro="author-short"/> |
| 206 | + <text macro="date-issued-no-parentheses"/> |
| 207 | + </group> |
| 208 | + </group> |
| 209 | + </layout> |
| 210 | + </citation> |
| 211 | + <bibliography entry-spacing="0" et-al-min="9" et-al-use-first="8"> |
| 212 | + <sort> |
| 213 | + <key macro="author-short" names-min="1" names-use-first="1"/> |
| 214 | + <key macro="author-count" names-min="3" names-use-first="3"/> |
| 215 | + <key macro="author" names-min="3" names-use-first="1"/> |
| 216 | + <key macro="date-issued-no-parentheses"/> |
| 217 | + </sort> |
| 218 | + <layout> |
| 219 | + <group delimiter=" "> |
| 220 | + <text macro="author"/> |
| 221 | + <text macro="date-issued" prefix="(" suffix=")"/> |
| 222 | + <choose> |
| 223 | + <if type="bill book graphic legal_case legislation motion_picture post-weblog song webpage" match="any"> |
| 224 | + <text macro="title"/> |
| 225 | + <text macro="book-details"/> |
| 226 | + </if> |
| 227 | + <else-if type="article-journal article-magazine" match="any"> |
| 228 | + <text macro="title"/> |
| 229 | + <text variable="container-title" font-style="italic"/> |
| 230 | + <group delimiter=", "> |
| 231 | + <choose> |
| 232 | + <if variable="volume issue" match="any"> |
| 233 | + <group> |
| 234 | + <text variable="volume"/> |
| 235 | + </group> |
| 236 | + </if> |
| 237 | + <else> |
| 238 | + <date variable="issued" prefix="(" suffix=")"> |
| 239 | + <date-part name="month" form="long"/> |
| 240 | + <date-part name="day" prefix=", "/> |
| 241 | + </date> |
| 242 | + </else> |
| 243 | + </choose> |
| 244 | + <text variable="page"/> |
| 245 | + </group> |
| 246 | + </else-if> |
| 247 | + <else-if type="article-newspaper" match="any"> |
| 248 | + <text macro="title"/> |
| 249 | + <group delimiter=" "> |
| 250 | + <text variable="container-title" font-style="italic"/> |
| 251 | + <text variable="publisher-place" prefix="(" suffix=")"/> |
| 252 | + </group> |
| 253 | + <group delimiter=": "> |
| 254 | + <date variable="issued"> |
| 255 | + <date-part name="day" suffix=" "/> |
| 256 | + <date-part name="month" form="long"/> |
| 257 | + </date> |
| 258 | + <text variable="page"/> |
| 259 | + </group> |
| 260 | + </else-if> |
| 261 | + <else-if type="thesis" match="any"> |
| 262 | + <text macro="title"/> |
| 263 | + <text variable="genre"/> |
| 264 | + <text variable="publisher"/> |
| 265 | + </else-if> |
| 266 | + <else-if type="chapter paper-conference entry-encyclopedia entry-dictionary" match="any"> |
| 267 | + <group delimiter=". "> |
| 268 | + <text macro="title"/> |
| 269 | + <group delimiter=" "> |
| 270 | + <text term="in" text-case="capitalize-first"/> |
| 271 | + <text macro="editor-translator"/> |
| 272 | + <group delimiter=": " prefix="(" suffix=")"> |
| 273 | + <text macro="date-issued-year"/> |
| 274 | + <text variable="page"/> |
| 275 | + </group> |
| 276 | + </group> |
| 277 | + </group> |
| 278 | + </else-if> |
| 279 | + <else-if type="patent" match="any"> |
| 280 | + <group font-style="italic"> |
| 281 | + <text variable="number" prefix="Patent No. "/> |
| 282 | + </group> |
| 283 | + <group delimiter=": "> |
| 284 | + <text macro="publisher"/> |
| 285 | + <text variable="authority"/> |
| 286 | + </group> |
| 287 | + </else-if> |
| 288 | + <else-if type="report" match="any"> |
| 289 | + <text macro="title"/> |
| 290 | + <group delimiter=" " prefix="(" suffix=")"> |
| 291 | + <text variable="genre" text-case="capitalize-first"/> |
| 292 | + <text variable="number"/> |
| 293 | + </group> |
| 294 | + <text macro="publisher"/> |
| 295 | + </else-if> |
| 296 | + </choose> |
| 297 | + <text macro="access"/> |
| 298 | + </group> |
| 299 | + </layout> |
| 300 | + </bibliography> |
| 301 | +</style> |
0 commit comments