|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="en-GB" version="1.0" demote-non-dropping-particle="sort-only"> |
| 3 | + <info> |
| 4 | + <title>United Nations Development Programme ICCA Legal Review</title> |
| 5 | + <id>http://www.zotero.org/styles/united-nations-development-programme-icca-legal-review</id> |
| 6 | + <link href="http://www.zotero.org/styles/united-nations-development-programme-icca-legal-review" rel="self"/> |
| 7 | + <link href="http://www.zotero.org/styles/style-manual-australian-government-note" rel="template"/> |
| 8 | + <link href="https://github.com/citation-style-language/styles/issues/4541" rel="documentation"/> |
| 9 | + <author> |
| 10 | + <name>Patrick O'Brien, PhD</name> |
| 11 | + </author> |
| 12 | + <category citation-format="note"/> |
| 13 | + <category field="law"/> |
| 14 | + <updated>2020-02-13T12:24:32+00:00</updated> |
| 15 | + <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
| 16 | + </info> |
| 17 | + <locale xml:lang="en"> |
| 18 | + <terms> |
| 19 | + <term name="translator" form="short"> |
| 20 | + <single>trans.</single> |
| 21 | + <multiple>trans</multiple> |
| 22 | + </term> |
| 23 | + <term name="director" form="short"> |
| 24 | + <single>dir.</single> |
| 25 | + <multiple>dirs</multiple> |
| 26 | + </term> |
| 27 | + <term name="edition" form="short">edn</term> |
| 28 | + <term name="volume" form="short">vol.</term> |
| 29 | + <term name="issue" form="short">no.</term> |
| 30 | + <term name="accessed" form="long">accessed</term> |
| 31 | + <term name="retrieved" form="long">viewed</term> |
| 32 | + </terms> |
| 33 | + </locale> |
| 34 | + <macro name="editor"> |
| 35 | + <choose> |
| 36 | + <if variable="editor container-title" match="all"> |
| 37 | + <text term="in" text-case="capitalize-first" suffix=" "/> |
| 38 | + </if> |
| 39 | + </choose> |
| 40 | + <names variable="editor" delimiter=", "> |
| 41 | + <name and="symbol" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/> |
| 42 | + <label form="short" strip-periods="false" prefix=" (" suffix=")"/> |
| 43 | + </names> |
| 44 | + </macro> |
| 45 | + <macro name="translator"> |
| 46 | + <names variable="translator" delimiter=", "> |
| 47 | + <label form="short" suffix=" "/> |
| 48 | + <name and="symbol" delimiter-precedes-last="never"/> |
| 49 | + </names> |
| 50 | + </macro> |
| 51 | + <macro name="noauthor_title"> |
| 52 | + <choose> |
| 53 | + <if type="article-newspaper"> |
| 54 | + <names variable="author"> |
| 55 | + <name/> |
| 56 | + <substitute> |
| 57 | + <text variable="container-title" font-style="italic"/> |
| 58 | + </substitute> |
| 59 | + </names> |
| 60 | + </if> |
| 61 | + <else> |
| 62 | + <names variable="author"> |
| 63 | + <name/> |
| 64 | + <substitute> |
| 65 | + <text macro="title"/> |
| 66 | + </substitute> |
| 67 | + </names> |
| 68 | + </else> |
| 69 | + </choose> |
| 70 | + </macro> |
| 71 | + <macro name="author-note"> |
| 72 | + <names variable="author"> |
| 73 | + <name and="symbol" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/> |
| 74 | + <label form="short" prefix=" (" suffix=")"/> |
| 75 | + <substitute> |
| 76 | + <names variable="editor"/> |
| 77 | + <text macro="noauthor_title"/> |
| 78 | + </substitute> |
| 79 | + </names> |
| 80 | + <choose> |
| 81 | + <if type="motion_picture"> |
| 82 | + <choose> |
| 83 | + <if variable="author"> |
| 84 | + <text term="director" form="short" prefix=" (" suffix=")"/> |
| 85 | + </if> |
| 86 | + </choose> |
| 87 | + </if> |
| 88 | + </choose> |
| 89 | + </macro> |
| 90 | + <macro name="author-short"> |
| 91 | + <names variable="author"> |
| 92 | + <label form="short" suffix=" " strip-periods="true"/> |
| 93 | + <name form="short" name-as-sort-order="all" and="symbol" sort-separator=", " delimiter=", " delimiter-precedes-last="never" initialize-with=""/> |
| 94 | + <substitute> |
| 95 | + <names variable="editor"/> |
| 96 | + <text macro="noauthor_title"/> |
| 97 | + </substitute> |
| 98 | + </names> |
| 99 | + </macro> |
| 100 | + <macro name="title"> |
| 101 | + <choose> |
| 102 | + <if type="chapter paper-conference article-journal article-magazine article-newspaper broadcast interview manuscript map personal_communication speech thesis map post post-weblog" match="none"> |
| 103 | + <text variable="title" font-style="italic"/> |
| 104 | + </if> |
| 105 | + <else> |
| 106 | + <text variable="title" quotes="false"/> |
| 107 | + </else> |
| 108 | + </choose> |
| 109 | + </macro> |
| 110 | + <macro name="title-short"> |
| 111 | + <choose> |
| 112 | + <if type="chapter paper-conference article-journal article-magazine article-newspaper broadcast interview manuscript map personal_communication speech thesis map post post-weblog" match="none"> |
| 113 | + <text variable="title" font-style="italic" form="short"/> |
| 114 | + </if> |
| 115 | + <else> |
| 116 | + <text variable="title" quotes="true" form="short"/> |
| 117 | + </else> |
| 118 | + </choose> |
| 119 | + </macro> |
| 120 | + <macro name="publisher-place"> |
| 121 | + <choose> |
| 122 | + <if variable="container-title"> |
| 123 | + <text variable="publisher-place"/> |
| 124 | + </if> |
| 125 | + <else-if variable="event" match="none"> |
| 126 | + <text variable="publisher-place"/> |
| 127 | + </else-if> |
| 128 | + </choose> |
| 129 | + </macro> |
| 130 | + <macro name="year-date"> |
| 131 | + <choose> |
| 132 | + <if variable="issued"> |
| 133 | + <date variable="issued"> |
| 134 | + <date-part name="year"/> |
| 135 | + </date> |
| 136 | + </if> |
| 137 | + <else> |
| 138 | + <text term="no date" form="short"/> |
| 139 | + </else> |
| 140 | + </choose> |
| 141 | + </macro> |
| 142 | + <macro name="date-note"> |
| 143 | + <choose> |
| 144 | + <if variable="issued"> |
| 145 | + <choose> |
| 146 | + <if type="article-newspaper report paper-conference post post-weblog song" match="any"> |
| 147 | + <date variable="issued" form="text"/> |
| 148 | + </if> |
| 149 | + <else> |
| 150 | + <date variable="issued"> |
| 151 | + <date-part name="year"/> |
| 152 | + </date> |
| 153 | + </else> |
| 154 | + </choose> |
| 155 | + </if> |
| 156 | + <else> |
| 157 | + <text term="no date" form="short"/> |
| 158 | + </else> |
| 159 | + </choose> |
| 160 | + </macro> |
| 161 | + <macro name="case-date"> |
| 162 | + <choose> |
| 163 | + <if variable="volume"> |
| 164 | + <date variable="issued" date-parts="year" form="text" prefix="(" suffix=")"/> |
| 165 | + </if> |
| 166 | + <else> |
| 167 | + <date variable="issued" date-parts="year" form="text" prefix="[" suffix="]"/> |
| 168 | + </else> |
| 169 | + </choose> |
| 170 | + </macro> |
| 171 | + <macro name="edition"> |
| 172 | + <choose> |
| 173 | + <if is-numeric="edition"> |
| 174 | + <group delimiter=" "> |
| 175 | + <number variable="edition" form="ordinal"/> |
| 176 | + <text term="edition" form="short" strip-periods="true"/> |
| 177 | + </group> |
| 178 | + </if> |
| 179 | + <else> |
| 180 | + <text variable="edition"/> |
| 181 | + </else> |
| 182 | + </choose> |
| 183 | + </macro> |
| 184 | + <macro name="format"> |
| 185 | + <choose> |
| 186 | + <if type="song motion_picture" match="any"> |
| 187 | + <text variable="medium"/> |
| 188 | + </if> |
| 189 | + <else> |
| 190 | + <text variable="genre"/> |
| 191 | + </else> |
| 192 | + </choose> |
| 193 | + </macro> |
| 194 | + <macro name="container"> |
| 195 | + <choose> |
| 196 | + <if type="chapter paper-conference" match="any"> |
| 197 | + <choose> |
| 198 | + <if variable="container-title"> |
| 199 | + <choose> |
| 200 | + <if variable="editor author" match="all"/> |
| 201 | + <else> |
| 202 | + <text term="in" suffix=" "/> |
| 203 | + </else> |
| 204 | + </choose> |
| 205 | + <text variable="container-title" font-style="italic"/> |
| 206 | + </if> |
| 207 | + <else-if variable="event"> |
| 208 | + <text value="paper presented at "/> |
| 209 | + <text variable="event"/> |
| 210 | + <text variable="event-place" prefix=", "/> |
| 211 | + </else-if> |
| 212 | + </choose> |
| 213 | + </if> |
| 214 | + <else-if type="webpage"> |
| 215 | + <text variable="container-title"/> |
| 216 | + </else-if> |
| 217 | + <else> |
| 218 | + <text variable="container-title" font-style="italic"/> |
| 219 | + </else> |
| 220 | + </choose> |
| 221 | + </macro> |
| 222 | + <macro name="case"> |
| 223 | + <group delimiter=" "> |
| 224 | + <text variable="title" font-style="italic" strip-periods="true"/> |
| 225 | + <text macro="case-date"/> |
| 226 | + <text variable="volume"/> |
| 227 | + <text variable="container-title"/> |
| 228 | + <text variable="page-first"/> |
| 229 | + </group> |
| 230 | + </macro> |
| 231 | + <macro name="volume"> |
| 232 | + <group delimiter=" "> |
| 233 | + <text term="volume" form="short" text-case="capitalize-first"/> |
| 234 | + <text variable="volume"/> |
| 235 | + </group> |
| 236 | + </macro> |
| 237 | + <macro name="issue"> |
| 238 | + <group delimiter=" "> |
| 239 | + <text term="issue" form="short" text-case="capitalize-first"/> |
| 240 | + <text variable="issue"/> |
| 241 | + </group> |
| 242 | + </macro> |
| 243 | + <macro name="pages"> |
| 244 | + <label variable="page" form="short" suffix=" "/> |
| 245 | + <text variable="page"/> |
| 246 | + </macro> |
| 247 | + <macro name="access"> |
| 248 | + <choose> |
| 249 | + <if match="all" type="webpage post post-weblog"> |
| 250 | + <choose> |
| 251 | + <if type="song"> |
| 252 | + <text term="accessed"/> |
| 253 | + </if> |
| 254 | + <else> |
| 255 | + <text term="retrieved"/> |
| 256 | + </else> |
| 257 | + </choose> |
| 258 | + <date variable="accessed" prefix=" "> |
| 259 | + <date-part name="day" form="numeric" suffix=" "/> |
| 260 | + <date-part name="month" form="long" suffix=" "/> |
| 261 | + <date-part name="year" form="long"/> |
| 262 | + </date> |
| 263 | + <text variable="URL" prefix=", <" suffix=">"/> |
| 264 | + </if> |
| 265 | + </choose> |
| 266 | + </macro> |
| 267 | + <macro name="locator"> |
| 268 | + <group delimiter=" "> |
| 269 | + <choose> |
| 270 | + <if type="legal_case" match="none"> |
| 271 | + <label variable="locator" form="short"/> |
| 272 | + </if> |
| 273 | + </choose> |
| 274 | + <text variable="locator"/> |
| 275 | + </group> |
| 276 | + </macro> |
| 277 | + <citation et-al-min="99" et-al-use-first="98" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" collapse="year"> |
| 278 | + <sort> |
| 279 | + <key macro="author-short"/> |
| 280 | + <key macro="year-date"/> |
| 281 | + </sort> |
| 282 | + <layout delimiter="; " suffix="."> |
| 283 | + <choose> |
| 284 | + <if type="legal_case"> |
| 285 | + <group delimiter=", "> |
| 286 | + <text macro="case"/> |
| 287 | + <text macro="locator"/> |
| 288 | + </group> |
| 289 | + </if> |
| 290 | + <else-if position="subsequent"> |
| 291 | + <group delimiter=", "> |
| 292 | + <text macro="author-short"/> |
| 293 | + <text macro="title-short"/> |
| 294 | + <text macro="locator"/> |
| 295 | + </group> |
| 296 | + </else-if> |
| 297 | + <else> |
| 298 | + <group delimiter=". "> |
| 299 | + <text macro="author-note"/> |
| 300 | + <text macro="date-note"/> |
| 301 | + <text macro="title"/> |
| 302 | + <group delimiter=", "> |
| 303 | + <text macro="editor"/> |
| 304 | + <text macro="translator"/> |
| 305 | + <text macro="format"/> |
| 306 | + <text macro="container"/> |
| 307 | + <text macro="edition"/> |
| 308 | + <group delimiter=" "> |
| 309 | + <text macro="volume"/> |
| 310 | + <text macro="issue"/> |
| 311 | + </group> |
| 312 | + <text variable="collection-title"/> |
| 313 | + <text variable="number"/> |
| 314 | + <text variable="publisher"/> |
| 315 | + <text macro="publisher-place"/> |
| 316 | + <text macro="pages"/> |
| 317 | + <text macro="access"/> |
| 318 | + <text macro="locator"/> |
| 319 | + </group> |
| 320 | + </group> |
| 321 | + </else> |
| 322 | + </choose> |
| 323 | + </layout> |
| 324 | + </citation> |
| 325 | +</style> |
0 commit comments