|
| 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="never" default-locale="en-US"> |
| 3 | + <info> |
| 4 | + <title>Springer - Basic (author-date, no "et al.", with issue numbers)</title> |
| 5 | + <id>http://www.zotero.org/styles/springer-basic-author-date-no-et-al-with-issue</id> |
| 6 | + <link href="http://www.zotero.org/styles/springer-basic-author-date-no-et-al-with-issue" rel="self"/> |
| 7 | + <link href="http://www.zotero.org/styles/springer-basic-author-date" rel="template"/> |
| 8 | + <link href="http://www.springer.com/cda/content/document/cda_downloaddocument/instruct-authors-e.pdf" rel="documentation"/> |
| 9 | + <link href="http://www.springer.com/cda/content/document/cda_downloaddocument/manuscript-guidelines-1.0.pdf" rel="documentation"/> |
| 10 | + <!-- This style corresponds to 'Springer Basic' in the pdf document 'Key Style Points' at this url --> |
| 11 | + <link href="http://www.springer.com/cda/content/document/cda_downloaddocument/Key_Style_Points_1.0.pdf" rel="documentation"/> |
| 12 | + <category citation-format="author-date"/> |
| 13 | + <category field="generic-base"/> |
| 14 | + <updated>2020-09-15T12:00:00+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> |
| 18 | + <terms> |
| 19 | + <term name="edition" form="short">edn.</term> |
| 20 | + </terms> |
| 21 | + </locale> |
| 22 | + <macro name="author-short"> |
| 23 | + <names variable="author"> |
| 24 | + <name form="short" and="text"/> |
| 25 | + <substitute> |
| 26 | + <names variable="editor"/> |
| 27 | + <names variable="translator"/> |
| 28 | + </substitute> |
| 29 | + </names> |
| 30 | + </macro> |
| 31 | + <macro name="author"> |
| 32 | + <names variable="author"> |
| 33 | + <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/> |
| 34 | + <label form="short" strip-periods="true" prefix=" (" suffix=")"/> |
| 35 | + <substitute> |
| 36 | + <names variable="editor"/> |
| 37 | + <names variable="translator"/> |
| 38 | + </substitute> |
| 39 | + </names> |
| 40 | + </macro> |
| 41 | + <macro name="edition"> |
| 42 | + <choose> |
| 43 | + <if is-numeric="edition"> |
| 44 | + <group delimiter=" "> |
| 45 | + <number variable="edition" form="ordinal"/> |
| 46 | + <text term="edition" form="short"/> |
| 47 | + </group> |
| 48 | + </if> |
| 49 | + <else> |
| 50 | + <text variable="edition"/> |
| 51 | + </else> |
| 52 | + </choose> |
| 53 | + </macro> |
| 54 | + <macro name="year"> |
| 55 | + <date variable="issued"> |
| 56 | + <date-part name="year"/> |
| 57 | + </date> |
| 58 | + </macro> |
| 59 | + <macro name="title"> |
| 60 | + <choose> |
| 61 | + <if type="book"> |
| 62 | + <group delimiter=", "> |
| 63 | + <text variable="title"/> |
| 64 | + <text macro="edition"/> |
| 65 | + </group> |
| 66 | + </if> |
| 67 | + <else> |
| 68 | + <text variable="title"/> |
| 69 | + </else> |
| 70 | + </choose> |
| 71 | + </macro> |
| 72 | + <macro name="year-parenth"> |
| 73 | + <date prefix="(" suffix=")" variable="issued"> |
| 74 | + <date-part name="year"/> |
| 75 | + </date> |
| 76 | + </macro> |
| 77 | + <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true"> |
| 78 | + <sort> |
| 79 | + <key variable="issued"/> |
| 80 | + <key macro="author"/> |
| 81 | + </sort> |
| 82 | + <layout prefix="(" suffix=")" delimiter="; "> |
| 83 | + <group delimiter=" "> |
| 84 | + <text macro="author-short"/> |
| 85 | + <text macro="year"/> |
| 86 | + </group> |
| 87 | + </layout> |
| 88 | + </citation> |
| 89 | + <bibliography hanging-indent="true"> |
| 90 | + <sort> |
| 91 | + <key macro="author"/> |
| 92 | + <key variable="author" sort="ascending"/> |
| 93 | + </sort> |
| 94 | + <layout> |
| 95 | + <group delimiter=" "> |
| 96 | + <text macro="author"/> |
| 97 | + <text macro="year-parenth"/> |
| 98 | + <text macro="title"/> |
| 99 | + </group> |
| 100 | + <choose> |
| 101 | + <!-- Book chapter |
| 102 | + Brown B, Aaron M (2001) The politics of nature. |
| 103 | + In: Smith J (ed) The rise of modern genomics, 3rd edn. |
| 104 | + Wiley, New York, pp 230-257 --> |
| 105 | + <if type="chapter paper-conference" match="any"> |
| 106 | + <group delimiter=" " prefix=". "> |
| 107 | + <text term="in" text-case="capitalize-first" suffix=":"/> |
| 108 | + <names variable="editor"> |
| 109 | + <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/> |
| 110 | + <label form="short" strip-periods="true" prefix=" (" suffix=")"/> |
| 111 | + </names> |
| 112 | + <group delimiter=", "> |
| 113 | + <text variable="container-title"/> |
| 114 | + <text macro="edition"/> |
| 115 | + </group> |
| 116 | + </group> |
| 117 | + <group prefix=". " delimiter=", "> |
| 118 | + <text variable="publisher"/> |
| 119 | + <text variable="publisher-place"/> |
| 120 | + <group delimiter=" "> |
| 121 | + <label variable="page" form="short" strip-periods="true"/> |
| 122 | + <text variable="page"/> |
| 123 | + </group> |
| 124 | + </group> |
| 125 | + </if> |
| 126 | + <else-if type="article-journal"> |
| 127 | + <choose> |
| 128 | + <if variable="page volume" match="any"> |
| 129 | + <!-- Journal article |
| 130 | + Gamelin FX, Baquet G, Berthoin S, Thevenet D, Nourry C, Nottin S, Bosquet L (2009) |
| 131 | + Effect of high intensity intermittent training on heart rate variability in prepubescent children. |
| 132 | + Eur J Appl Physiol 105:731-738. doi: 10.1007/s00421-008-0955-8 |
| 133 | + Ideally, the names of all authors should be provided, but the usage of "et al" |
| 134 | + in long author lists will also be accepted: |
| 135 | + Smith J, Jones M Jr, Houghton L et al (1999) |
| 136 | + Future of health insurance. N Engl J Med 965:325-329 --> |
| 137 | + <group prefix=". "> |
| 138 | + <group delimiter=""> |
| 139 | + <text variable="container-title" form="short" strip-periods="true"/> |
| 140 | + <group delimiter="" prefix=" "> |
| 141 | + <text variable="volume"/> |
| 142 | + <text variable="issue" prefix="(" suffix=")"/> |
| 143 | + <text variable="page" prefix=":"/> |
| 144 | + </group> |
| 145 | + <text prefix=". https://doi.org/" variable="DOI"/> |
| 146 | + </group> |
| 147 | + </group> |
| 148 | + </if> |
| 149 | + <else> |
| 150 | + <!-- Article by DOI |
| 151 | + Slifka MK, Whitton JL (2000) Clinical implications of dysregulated cytokine production. |
| 152 | + J Mol Med. doi:10.1007/s001090000086 --> |
| 153 | + <group prefix=". " delimiter=". "> |
| 154 | + <text variable="container-title" form="short" strip-periods="true"/> |
| 155 | + <text prefix="https://doi.org/" variable="DOI"/> |
| 156 | + </group> |
| 157 | + </else> |
| 158 | + </choose> |
| 159 | + </else-if> |
| 160 | + <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
| 161 | + <!-- Book |
| 162 | + South J, Blass B (2001) The future of modern genomics. Blackwell, London --> |
| 163 | + <group prefix=". " delimiter=", "> |
| 164 | + <text variable="publisher"/> |
| 165 | + <text variable="publisher-place"/> |
| 166 | + </group> |
| 167 | + </else-if> |
| 168 | + <else-if type="webpage post-weblog" match="any"> |
| 169 | + <!-- Online document |
| 170 | + Doe J (1999) Title of subordinate document. In: The dictionary of substances and their effects. |
| 171 | + Royal Society of Chemistry. Available via DIALOG. |
| 172 | + http://www.rsc.org/dose/title of subordinate document. Accessed 15 Jan 1999 |
| 173 | + Unfortunately, "Royal Society of Chemistry. Available via DIALOG." cannot seem to be mapped here --> |
| 174 | + <group prefix=". " delimiter=". "> |
| 175 | + <text prefix="In: " variable="container-title" form="short"/> |
| 176 | + <text variable="URL"/> |
| 177 | + <date variable="accessed"> |
| 178 | + <date-part prefix="Accessed " name="day" suffix=" "/> |
| 179 | + <date-part name="month" form="short" suffix=" " strip-periods="true"/> |
| 180 | + <date-part name="year"/> |
| 181 | + </date> |
| 182 | + </group> |
| 183 | + </else-if> |
| 184 | + <else-if type="thesis"> |
| 185 | + <!-- Dissertation |
| 186 | + Trent JW (1975) Experimental acute renal failure. Dissertation, University of California --> |
| 187 | + <group prefix=". " delimiter=", "> |
| 188 | + <text variable="genre" text-case="capitalize-first"/> |
| 189 | + <text variable="publisher"/> |
| 190 | + </group> |
| 191 | + </else-if> |
| 192 | + <else> |
| 193 | + <!-- None of the provided formats need to add manually (some data provided) --> |
| 194 | + <group prefix=". " delimiter=" "> |
| 195 | + <text variable="container-title" form="short"/> |
| 196 | + <group delimiter=":"> |
| 197 | + <text variable="volume"/> |
| 198 | + <text variable="page"/> |
| 199 | + </group> |
| 200 | + </group> |
| 201 | + </else> |
| 202 | + </choose> |
| 203 | + </layout> |
| 204 | + </bibliography> |
| 205 | +</style> |
0 commit comments