|
| 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-US"> |
| 3 | + <info> |
| 4 | + <title>System Dynamics Review</title> |
| 5 | + <title-short>SDR</title-short> |
| 6 | + <id>http://www.zotero.org/styles/system-dynamics-review</id> |
| 7 | + <link href="http://www.zotero.org/styles/system-dynamics-review" rel="self"/> |
| 8 | + <link href="http://www.zotero.org/styles/aquatic-conservation" rel="template"/> |
| 9 | + <link href="https://onlinelibrary.wiley.com/page/journal/10991727/homepage/forauthors.html" rel="documentation"/> |
| 10 | + <author> |
| 11 | + <name>Patrick O'Brien</name> |
| 12 | + </author> |
| 13 | + <category citation-format="author-date"/> |
| 14 | + <category field="social_science"/> |
| 15 | + <issn>0883-7066</issn> |
| 16 | + <eissn>1099-1727</eissn> |
| 17 | + <updated>2021-07-30T12:42:58+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 | + <macro name="editor-translator"> |
| 21 | + <names variable="editor translator" prefix="(" suffix=")." delimiter=", "> |
| 22 | + <name and="text" initialize-with="" delimiter=", "/> |
| 23 | + <label form="short" prefix=", "/> |
| 24 | + </names> |
| 25 | + </macro> |
| 26 | + <macro name="author"> |
| 27 | + <names variable="author"> |
| 28 | + <name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always" et-al-min="11" et-al-use-first="10"/> |
| 29 | + <label form="short" prefix=" (" suffix=")"/> |
| 30 | + <substitute> |
| 31 | + <names variable="editor"/> |
| 32 | + <names variable="translator"/> |
| 33 | + <text macro="title"/> |
| 34 | + </substitute> |
| 35 | + </names> |
| 36 | + </macro> |
| 37 | + <macro name="author-short"> |
| 38 | + <names variable="author"> |
| 39 | + <name form="short" and="text" delimiter=", " initialize-with="" et-al-min="3" et-al-use-first="1"/> |
| 40 | + <et-al font-style="italic"/> |
| 41 | + <substitute> |
| 42 | + <names variable="editor"/> |
| 43 | + <names variable="translator"/> |
| 44 | + <choose> |
| 45 | + <if type="bill book graphic legal_case motion_picture report song" match="any"> |
| 46 | + <text variable="title" form="short" font-style="italic"/> |
| 47 | + </if> |
| 48 | + <else> |
| 49 | + <text variable="title" form="short" quotes="true"/> |
| 50 | + </else> |
| 51 | + </choose> |
| 52 | + </substitute> |
| 53 | + </names> |
| 54 | + </macro> |
| 55 | + <macro name="author-count"> |
| 56 | + <names variable="author"> |
| 57 | + <name form="count"/> |
| 58 | + <substitute> |
| 59 | + <names variable="editor"/> |
| 60 | + <names variable="translator"/> |
| 61 | + <choose> |
| 62 | + <if type="bill book graphic legal_case motion_picture report song" match="any"> |
| 63 | + <text variable="title" form="short" font-style="italic"/> |
| 64 | + </if> |
| 65 | + <else> |
| 66 | + <text variable="title" form="short" quotes="true"/> |
| 67 | + </else> |
| 68 | + </choose> |
| 69 | + </substitute> |
| 70 | + </names> |
| 71 | + </macro> |
| 72 | + <macro name="title"> |
| 73 | + <choose> |
| 74 | + <if variable="version" match="any"> |
| 75 | + <text variable="title"/> |
| 76 | + </if> |
| 77 | + <else-if type="bill book graphic legal_case motion_picture song" match="any"> |
| 78 | + <text variable="title" font-style="italic"/> |
| 79 | + </else-if> |
| 80 | + <else> |
| 81 | + <text variable="title"/> |
| 82 | + </else> |
| 83 | + </choose> |
| 84 | + </macro> |
| 85 | + <macro name="issued"> |
| 86 | + <date variable="issued"> |
| 87 | + <date-part name="year"/> |
| 88 | + </date> |
| 89 | + </macro> |
| 90 | + <macro name="publisher"> |
| 91 | + <group delimiter=", "> |
| 92 | + <text variable="publisher"/> |
| 93 | + <text variable="publisher-place"/> |
| 94 | + </group> |
| 95 | + </macro> |
| 96 | + <macro name="access"> |
| 97 | + <choose> |
| 98 | + <if type="article-journal" match="any"> |
| 99 | + <text variable="DOI" prefix="https://doi.org/"/> |
| 100 | + </if> |
| 101 | + <else-if type="webpage post post-weblog" match="any"> |
| 102 | + <group delimiter=", " suffix="."> |
| 103 | + <group delimiter=" "> |
| 104 | + <text term="retrieved" text-case="capitalize-first"/> |
| 105 | + <date form="text" variable="accessed"/> |
| 106 | + </group> |
| 107 | + <group delimiter=" "> |
| 108 | + <text term="from"/> |
| 109 | + <text variable="URL"/> |
| 110 | + </group> |
| 111 | + </group> |
| 112 | + </else-if> |
| 113 | + </choose> |
| 114 | + </macro> |
| 115 | + <macro name="locator"> |
| 116 | + <group> |
| 117 | + <label variable="locator" form="short"/> |
| 118 | + <text variable="locator"/> |
| 119 | + </group> |
| 120 | + </macro> |
| 121 | + <citation disambiguate-add-year-suffix="true" collapse="year"> |
| 122 | + <sort> |
| 123 | + <key macro="issued"/> |
| 124 | + <key macro="author"/> |
| 125 | + </sort> |
| 126 | + <layout prefix="(" suffix=")" delimiter="; "> |
| 127 | + <group delimiter=", "> |
| 128 | + <text macro="author-short"/> |
| 129 | + <text macro="issued"/> |
| 130 | + <text macro="locator"/> |
| 131 | + </group> |
| 132 | + </layout> |
| 133 | + </citation> |
| 134 | + <bibliography hanging-indent="true" entry-spacing="0" line-spacing="2"> |
| 135 | + <sort> |
| 136 | + <key macro="author" names-min="1" names-use-first="1"/> |
| 137 | + <key macro="author-count" names-min="3" names-use-first="3"/> |
| 138 | + <key macro="author-short"/> |
| 139 | + <key macro="issued"/> |
| 140 | + <key macro="author"/> |
| 141 | + </sort> |
| 142 | + <layout> |
| 143 | + <group delimiter=". " suffix="."> |
| 144 | + <text macro="author"/> |
| 145 | + <date variable="issued" suffix="."> |
| 146 | + <date-part name="year"/> |
| 147 | + </date> |
| 148 | + <choose> |
| 149 | + <if type="bill book graphic legal_case motion_picture song" match="any"> |
| 150 | + <group delimiter=". "> |
| 151 | + <text macro="title" prefix=" "/> |
| 152 | + <text macro="editor-translator" prefix=" "/> |
| 153 | + <text prefix=" " suffix="." macro="publisher"/> |
| 154 | + </group> |
| 155 | + </if> |
| 156 | + <else-if type="report" match="any"> |
| 157 | + <group delimiter=". "> |
| 158 | + <text macro="title" prefix=" "/> |
| 159 | + <group suffix="."> |
| 160 | + <text variable="genre" prefix=" "/> |
| 161 | + <text variable="number" prefix=" No. "/> |
| 162 | + </group> |
| 163 | + <text macro="publisher" prefix=" "/> |
| 164 | + </group> |
| 165 | + </else-if> |
| 166 | + <else-if type="thesis" match="any"> |
| 167 | + <group delimiter=". " prefix=" "> |
| 168 | + <text macro="title" prefix=" "/> |
| 169 | + <group delimiter=", "> |
| 170 | + <text variable="genre"/> |
| 171 | + <text macro="publisher"/> |
| 172 | + </group> |
| 173 | + </group> |
| 174 | + </else-if> |
| 175 | + <else-if type="chapter paper-conference" match="any"> |
| 176 | + <group delimiter=". "> |
| 177 | + <text macro="title" prefix=" "/> |
| 178 | + <group delimiter=" "> |
| 179 | + <text term="in" text-case="capitalize-first"/> |
| 180 | + <names variable="editor"> |
| 181 | + <name delimiter-precedes-last="always" et-al-min="8" et-al-use-first="3" initialize-with="" name-as-sort-order="all" sort-separator=" "/> |
| 182 | + <label form="short" prefix=" (" suffix=")"/> |
| 183 | + </names> |
| 184 | + <text variable="container-title" font-style="italic"/> |
| 185 | + </group> |
| 186 | + <group delimiter=", "> |
| 187 | + <text macro="publisher"/> |
| 188 | + <text variable="page" prefix=" " suffix="."/> |
| 189 | + </group> |
| 190 | + </group> |
| 191 | + </else-if> |
| 192 | + <else> |
| 193 | + <group suffix="."> |
| 194 | + <text macro="title" prefix=" "/> |
| 195 | + <text macro="editor-translator" prefix=" "/> |
| 196 | + </group> |
| 197 | + <group prefix=" " suffix="."> |
| 198 | + <text variable="container-title" font-style="italic"/> |
| 199 | + <group prefix=" "> |
| 200 | + <text variable="volume" font-weight="bold"/> |
| 201 | + <text variable="issue" prefix="(" suffix=")"/> |
| 202 | + </group> |
| 203 | + <text variable="page" prefix=": "/> |
| 204 | + </group> |
| 205 | + </else> |
| 206 | + </choose> |
| 207 | + </group> |
| 208 | + <text macro="access" prefix=" "/> |
| 209 | + </layout> |
| 210 | + </bibliography> |
| 211 | +</style> |
0 commit comments