|
| 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>Microcirculation</title> |
| 5 | + <id>http://www.zotero.org/styles/microcirculation</id> |
| 6 | + <link href="http://www.zotero.org/styles/microcirculation" rel="self"/> |
| 7 | + <link href="http://www.zotero.org/styles/haematologica" rel="template"/> |
| 8 | + <link href="https://onlinelibrary.wiley.com/page/journal/15498719/homepage/forauthors.html" rel="documentation"/> |
| 9 | + <author> |
| 10 | + <name>Patrick O'Brien</name> |
| 11 | + </author> |
| 12 | + <category citation-format="numeric"/> |
| 13 | + <category field="medicine"/> |
| 14 | + <issn>1073-9688</issn> |
| 15 | + <eissn>1549-8719</eissn> |
| 16 | + <updated>2021-07-30T13:24:04+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="author"> |
| 20 | + <names variable="author" suffix=". "> |
| 21 | + <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/> |
| 22 | + <label strip-periods="true" prefix=", "/> |
| 23 | + <substitute> |
| 24 | + <names variable="editor"/> |
| 25 | + </substitute> |
| 26 | + </names> |
| 27 | + </macro> |
| 28 | + <macro name="editor"> |
| 29 | + <names variable="editor"> |
| 30 | + <name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/> |
| 31 | + <label form="short" strip-periods="true" prefix=", " suffix="."/> |
| 32 | + </names> |
| 33 | + </macro> |
| 34 | + <macro name="date"> |
| 35 | + <choose> |
| 36 | + <if type="article-newspaper report" match="any"> |
| 37 | + <date variable="issued" form="text"/> |
| 38 | + </if> |
| 39 | + <else> |
| 40 | + <date variable="issued" form="text" date-parts="year"/> |
| 41 | + </else> |
| 42 | + </choose> |
| 43 | + </macro> |
| 44 | + <macro name="publisher"> |
| 45 | + <group> |
| 46 | + <group delimiter=" "> |
| 47 | + <text variable="genre" text-case="title"/> |
| 48 | + <text variable="number"/> |
| 49 | + </group> |
| 50 | + <group delimiter=": "> |
| 51 | + <choose> |
| 52 | + <if type="thesis" match="none"> |
| 53 | + <text variable="publisher-place"/> |
| 54 | + </if> |
| 55 | + </choose> |
| 56 | + <text variable="publisher" suffix=";"/> |
| 57 | + </group> |
| 58 | + <choose> |
| 59 | + <if variable="URL" match="none"> |
| 60 | + <text macro="date" prefix=" "/> |
| 61 | + </if> |
| 62 | + </choose> |
| 63 | + </group> |
| 64 | + </macro> |
| 65 | + <macro name="access"> |
| 66 | + <choose> |
| 67 | + <if type="article-journal" match="any"> |
| 68 | + <choose> |
| 69 | + <if variable="page volume" match="none"> |
| 70 | + <text value="epub ahead of print" text-case="capitalize-first" prefix=" [" suffix="]"/> |
| 71 | + </if> |
| 72 | + </choose> |
| 73 | + </if> |
| 74 | + <else-if type="webpage post-weblog post" match="any"> |
| 75 | + <group delimiter=". " prefix=". "> |
| 76 | + <text variable="URL"/> |
| 77 | + <text macro="accessed-date"/> |
| 78 | + </group> |
| 79 | + </else-if> |
| 80 | + </choose> |
| 81 | + </macro> |
| 82 | + <macro name="accessed-date"> |
| 83 | + <choose> |
| 84 | + <if variable="URL"> |
| 85 | + <group delimiter=" "> |
| 86 | + <group delimiter=" "> |
| 87 | + <text term="accessed" text-case="capitalize-first"/> |
| 88 | + <date variable="accessed" form="text"/> |
| 89 | + </group> |
| 90 | + </group> |
| 91 | + </if> |
| 92 | + </choose> |
| 93 | + </macro> |
| 94 | + <macro name="container-title"> |
| 95 | + <choose> |
| 96 | + <if type="article-journal" match="any"> |
| 97 | + <text variable="container-title" form="short" strip-periods="true"/> |
| 98 | + </if> |
| 99 | + <else> |
| 100 | + <text variable="container-title" font-style="normal" prefix="[" suffix="]"/> |
| 101 | + </else> |
| 102 | + </choose> |
| 103 | + </macro> |
| 104 | + <macro name="title"> |
| 105 | + <choose> |
| 106 | + <if type="book" match="any"> |
| 107 | + <text variable="title" font-style="italic"/> |
| 108 | + </if> |
| 109 | + <else> |
| 110 | + <text variable="title"/> |
| 111 | + </else> |
| 112 | + </choose> |
| 113 | + </macro> |
| 114 | + <macro name="edition"> |
| 115 | + <choose> |
| 116 | + <if is-numeric="edition"> |
| 117 | + <group delimiter=" "> |
| 118 | + <number variable="edition" form="ordinal"/> |
| 119 | + <text term="edition" form="short"/> |
| 120 | + </group> |
| 121 | + </if> |
| 122 | + <else> |
| 123 | + <text variable="edition" suffix="."/> |
| 124 | + </else> |
| 125 | + </choose> |
| 126 | + </macro> |
| 127 | + <citation collapse="citation-number"> |
| 128 | + <sort> |
| 129 | + <key variable="citation-number"/> |
| 130 | + </sort> |
| 131 | + <layout delimiter="," vertical-align="sup"> |
| 132 | + <text variable="citation-number"/> |
| 133 | + </layout> |
| 134 | + </citation> |
| 135 | + <bibliography delimiter-precedes-et-al="always" et-al-min="7" et-al-use-first="3" second-field-align="flush"> |
| 136 | + <layout suffix="."> |
| 137 | + <text variable="citation-number" suffix=". "/> |
| 138 | + <text macro="author"/> |
| 139 | + <text macro="title"/> |
| 140 | + <choose> |
| 141 | + <if type="bill book graphic legal_case legislation motion_picture patent report song thesis" match="any"> |
| 142 | + <group delimiter=". " prefix=". "> |
| 143 | + <text macro="edition"/> |
| 144 | + <text macro="publisher"/> |
| 145 | + </group> |
| 146 | + </if> |
| 147 | + <else-if type="chapter paper-conference" match="any"> |
| 148 | + <group delimiter=". "> |
| 149 | + <group delimiter=" "> |
| 150 | + <text term="in" suffix=":" text-case="capitalize-first"/> |
| 151 | + <text macro="editor"/> |
| 152 | + <text variable="container-title" font-style="italic"/> |
| 153 | + </group> |
| 154 | + <group delimiter=":"> |
| 155 | + <text macro="publisher"/> |
| 156 | + <text variable="page"/> |
| 157 | + </group> |
| 158 | + </group> |
| 159 | + </else-if> |
| 160 | + <else-if type="article-newspaper article-magazine" match="any"> |
| 161 | + <group delimiter=", " prefix=". "> |
| 162 | + <text macro="container-title"/> |
| 163 | + <text macro="date"/> |
| 164 | + <text variable="page"/> |
| 165 | + </group> |
| 166 | + </else-if> |
| 167 | + <else> |
| 168 | + <group delimiter=";" prefix=". "> |
| 169 | + <group delimiter=". "> |
| 170 | + <text macro="container-title"/> |
| 171 | + <choose> |
| 172 | + <if variable="page" match="any"> |
| 173 | + <text macro="date"/> |
| 174 | + </if> |
| 175 | + </choose> |
| 176 | + </group> |
| 177 | + <group> |
| 178 | + <text variable="volume"/> |
| 179 | + <text variable="issue" prefix="(" suffix="):"/> |
| 180 | + <text variable="page"/> |
| 181 | + </group> |
| 182 | + </group> |
| 183 | + </else> |
| 184 | + </choose> |
| 185 | + <text macro="access"/> |
| 186 | + </layout> |
| 187 | + </bibliography> |
| 188 | +</style> |
0 commit comments