|
| 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>The Bovine Practitioner</title> |
| 5 | + <id>http://www.zotero.org/styles/the-bovine-practitioner</id> |
| 6 | + <link href="http://www.zotero.org/styles/the-bovine-practitioner" rel="self"/> |
| 7 | + <link href="http://www.zotero.org/styles/american-veterinary-medical-association" rel="template"/> |
| 8 | + <link href="http://aabp.org/members/publications/AuthorGuidelines.pdf" rel="documentation"/> |
| 9 | + <author> |
| 10 | + <name>Patrick O'Brien</name> |
| 11 | + </author> |
| 12 | + <category citation-format="numeric"/> |
| 13 | + <category field="medicine"/> |
| 14 | + <category field="biology"/> |
| 15 | + <issn>0524-1685</issn> |
| 16 | + <updated>2021-04-20T15:06:43+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 | + <macro name="editor"> |
| 20 | + <names variable="editor"> |
| 21 | + <name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/> |
| 22 | + <label form="short" prefix=", "/> |
| 23 | + </names> |
| 24 | + </macro> |
| 25 | + <macro name="anon"> |
| 26 | + <text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/> |
| 27 | + </macro> |
| 28 | + <macro name="author"> |
| 29 | + <group suffix="."> |
| 30 | + <names variable="author"> |
| 31 | + <name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/> |
| 32 | + <label form="short" prefix=" " strip-periods="true"/> |
| 33 | + <substitute> |
| 34 | + <names variable="editor"/> |
| 35 | + <text macro="anon"/> |
| 36 | + </substitute> |
| 37 | + </names> |
| 38 | + </group> |
| 39 | + </macro> |
| 40 | + <macro name="access"> |
| 41 | + <choose> |
| 42 | + <if type="article-newspaper" match="none"> |
| 43 | + <choose> |
| 44 | + <if variable="URL"> |
| 45 | + <text term="available at" text-case="capitalize-first" suffix=": "/> |
| 46 | + <group delimiter=". "> |
| 47 | + <text variable="URL"/> |
| 48 | + <group> |
| 49 | + <text term="accessed" text-case="capitalize-first" suffix=" "/> |
| 50 | + <date variable="accessed"> |
| 51 | + <date-part name="month" suffix=" "/> |
| 52 | + <date-part name="day" suffix=", "/> |
| 53 | + <date-part name="year"/> |
| 54 | + </date> |
| 55 | + </group> |
| 56 | + </group> |
| 57 | + </if> |
| 58 | + </choose> |
| 59 | + </if> |
| 60 | + </choose> |
| 61 | + </macro> |
| 62 | + <macro name="title"> |
| 63 | + <text variable="title"/> |
| 64 | + </macro> |
| 65 | + <macro name="publisher"> |
| 66 | + <group delimiter=": "> |
| 67 | + <text variable="publisher-place"/> |
| 68 | + <text variable="publisher"/> |
| 69 | + </group> |
| 70 | + </macro> |
| 71 | + <macro name="edition"> |
| 72 | + <choose> |
| 73 | + <if is-numeric="edition"> |
| 74 | + <group delimiter=" "> |
| 75 | + <number variable="edition" form="ordinal"/> |
| 76 | + <text term="edition" form="short"/> |
| 77 | + </group> |
| 78 | + </if> |
| 79 | + <else> |
| 80 | + <text variable="edition" suffix="."/> |
| 81 | + </else> |
| 82 | + </choose> |
| 83 | + </macro> |
| 84 | + <citation collapse="citation-number"> |
| 85 | + <sort> |
| 86 | + <key variable="citation-number"/> |
| 87 | + </sort> |
| 88 | + <layout delimiter="," vertical-align="sup"> |
| 89 | + <text variable="citation-number"/> |
| 90 | + <group prefix="(" suffix=")"> |
| 91 | + <label variable="locator" form="short" strip-periods="true"/> |
| 92 | + <text variable="locator"/> |
| 93 | + </group> |
| 94 | + </layout> |
| 95 | + </citation> |
| 96 | + <bibliography et-al-min="4" et-al-use-first="3"> |
| 97 | + <sort> |
| 98 | + <key macro="author"/> |
| 99 | + <key macro="title"/> |
| 100 | + </sort> |
| 101 | + <layout> |
| 102 | + <text variable="citation-number" suffix=". "/> |
| 103 | + <text macro="author"/> |
| 104 | + <text macro="title" prefix=" " suffix="."/> |
| 105 | + <choose> |
| 106 | + <if type="bill book graphic legislation motion_picture report song" match="any"> |
| 107 | + <group suffix="." prefix=" " delimiter=" "> |
| 108 | + <text macro="edition"/> |
| 109 | + <text macro="editor" prefix="(" suffix=")"/> |
| 110 | + </group> |
| 111 | + <text prefix=" " macro="publisher"/> |
| 112 | + <group suffix="." prefix="; "> |
| 113 | + <date variable="issued"> |
| 114 | + <date-part name="year"/> |
| 115 | + </date> |
| 116 | + <text variable="page" prefix=":"/> |
| 117 | + </group> |
| 118 | + </if> |
| 119 | + <else-if type="chapter paper-conference" match="any"> |
| 120 | + <group prefix=" " delimiter=" "> |
| 121 | + <text term="in" text-case="capitalize-first" suffix=":"/> |
| 122 | + <text macro="editor"/> |
| 123 | + <text variable="container-title" suffix="." font-style="italic"/> |
| 124 | + <text variable="volume" prefix="Vol " suffix="."/> |
| 125 | + <text macro="edition"/> |
| 126 | + <text variable="collection-title" suffix="."/> |
| 127 | + <group suffix="."> |
| 128 | + <text macro="publisher"/> |
| 129 | + <group suffix="." prefix=", " delimiter=";"> |
| 130 | + <date variable="issued"> |
| 131 | + <date-part name="year"/> |
| 132 | + </date> |
| 133 | + <text variable="page"/> |
| 134 | + </group> |
| 135 | + </group> |
| 136 | + </group> |
| 137 | + </else-if> |
| 138 | + <else-if type="article-newspaper"> |
| 139 | + <text variable="container-title" prefix=" " suffix=". "/> |
| 140 | + <choose> |
| 141 | + <if variable="URL"> |
| 142 | + <group delimiter=". " suffix="."> |
| 143 | + <text variable="URL"/> |
| 144 | + <group prefix="Published "> |
| 145 | + <date variable="issued"> |
| 146 | + <date-part name="month" suffix=" "/> |
| 147 | + <date-part name="day" suffix=", "/> |
| 148 | + <date-part name="year"/> |
| 149 | + </date> |
| 150 | + </group> |
| 151 | + <group> |
| 152 | + <text term="accessed" text-case="capitalize-first" suffix=" "/> |
| 153 | + <date variable="accessed"> |
| 154 | + <date-part name="month" suffix=" "/> |
| 155 | + <date-part name="day" suffix=", "/> |
| 156 | + <date-part name="year"/> |
| 157 | + </date> |
| 158 | + </group> |
| 159 | + </group> |
| 160 | + </if> |
| 161 | + <else> |
| 162 | + <group delimiter=":" suffix="."> |
| 163 | + <group> |
| 164 | + <date variable="issued"> |
| 165 | + <date-part name="month" suffix=" "/> |
| 166 | + <date-part name="day" suffix=", "/> |
| 167 | + <date-part name="year"/> |
| 168 | + </date> |
| 169 | + </group> |
| 170 | + <text variable="page"/> |
| 171 | + </group> |
| 172 | + </else> |
| 173 | + </choose> |
| 174 | + </else-if> |
| 175 | + <else-if type="legal_case"> |
| 176 | + <group suffix="," prefix=" " delimiter=" "> |
| 177 | + <text macro="editor" prefix="(" suffix=")"/> |
| 178 | + </group> |
| 179 | + <group prefix=" " suffix=" " delimiter=" "> |
| 180 | + <text variable="container-title"/> |
| 181 | + <text variable="volume"/> |
| 182 | + </group> |
| 183 | + <text variable="page" prefix=", " suffix=" "/> |
| 184 | + <group prefix="(" suffix=")." delimiter=" "> |
| 185 | + <text variable="authority"/> |
| 186 | + <date variable="issued"> |
| 187 | + <date-part name="year"/> |
| 188 | + </date> |
| 189 | + </group> |
| 190 | + </else-if> |
| 191 | + <else> |
| 192 | + <text macro="editor" prefix=" " suffix="."/> |
| 193 | + <group prefix=" " suffix="."> |
| 194 | + <text variable="container-title" form="short" strip-periods="true" font-style="italic"/> |
| 195 | + <group delimiter=";" prefix=" "> |
| 196 | + <date variable="issued"> |
| 197 | + <date-part name="year"/> |
| 198 | + </date> |
| 199 | + <group> |
| 200 | + <text variable="volume"/> |
| 201 | + </group> |
| 202 | + </group> |
| 203 | + <text variable="page" prefix=":"/> |
| 204 | + </group> |
| 205 | + </else> |
| 206 | + </choose> |
| 207 | + <text prefix=" " macro="access" suffix="."/> |
| 208 | + </layout> |
| 209 | + </bibliography> |
| 210 | +</style> |
0 commit comments