|
| 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 | + <!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) --> |
| 4 | + <info> |
| 5 | + <title>Arcadia Science</title> |
| 6 | + <id>http://www.zotero.org/styles/arcadia-science</id> |
| 7 | + <link rel="self" href="http://www.zotero.org/styles/arcadia-science"/> |
| 8 | + <link rel="template" href="http://www.zotero.org/styles/elife"/> |
| 9 | + <link rel="documentation" href="https://research.arcadiascience.com/pub/perspective-publishing-round-one"/> |
| 10 | + <author> |
| 11 | + <name>Feridun Mert Celebi</name> |
| 12 | + <email>mert.celebi@arcadiascience.com</email> |
| 13 | + </author> |
| 14 | + <author> |
| 15 | + <name>Megan Hochstrasser</name> |
| 16 | + <email>megan.hochstrasser@arcadiascience.com </email> |
| 17 | + </author> |
| 18 | + <category citation-format="author-date"/> |
| 19 | + <summary>Arcadia's CSL style is a simplified version of the eLife CSL style that can be found on https://github.com/citation-style-language/styles/blob/master/elife.csl and https://citationstyles.org/</summary> |
| 20 | + <updated>2022-06-27T17:41:25+00:00</updated> |
| 21 | + <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
| 22 | + </info> |
| 23 | + <macro name="author"> |
| 24 | + <names variable="author"> |
| 25 | + <name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/> |
| 26 | + <label prefix=", "/> |
| 27 | + <substitute> |
| 28 | + <names variable="editor"/> |
| 29 | + <names variable="translator"/> |
| 30 | + <text macro="title"/> |
| 31 | + </substitute> |
| 32 | + </names> |
| 33 | + </macro> |
| 34 | + <macro name="author-short"> |
| 35 | + <names variable="author"> |
| 36 | + <name form="short" and="text" delimiter=", " initialize-with=". "/> |
| 37 | + <substitute> |
| 38 | + <names variable="editor"/> |
| 39 | + <names variable="translator"/> |
| 40 | + <choose> |
| 41 | + <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
| 42 | + <text variable="title" form="short" font-style="italic"/> |
| 43 | + </if> |
| 44 | + <else> |
| 45 | + <text variable="title" form="short" quotes="true"/> |
| 46 | + </else> |
| 47 | + </choose> |
| 48 | + </substitute> |
| 49 | + </names> |
| 50 | + </macro> |
| 51 | + <macro name="access"> |
| 52 | + <choose> |
| 53 | + <if variable="DOI"> |
| 54 | + <text variable="DOI" prefix="https://doi.org/"/> |
| 55 | + </if> |
| 56 | + <else-if variable="URL"> |
| 57 | + <text variable="URL"/> |
| 58 | + </else-if> |
| 59 | + </choose> |
| 60 | + </macro> |
| 61 | + <macro name="title"> |
| 62 | + <choose> |
| 63 | + <if type="report thesis" match="any"> |
| 64 | + <text variable="title"/> |
| 65 | + <group prefix=" (" suffix=")" delimiter=" "> |
| 66 | + <text variable="genre"/> |
| 67 | + <text variable="number" prefix="No. "/> |
| 68 | + </group> |
| 69 | + </if> |
| 70 | + <else-if type="bill book graphic legal_case legislation motion_picture report song speech" match="any"> |
| 71 | + <text variable="title"/> |
| 72 | + <text macro="edition" prefix=", "/> |
| 73 | + </else-if> |
| 74 | + <else-if type="webpage"> |
| 75 | + <text variable="title"/> |
| 76 | + </else-if> |
| 77 | + <else> |
| 78 | + <text variable="title"/> |
| 79 | + </else> |
| 80 | + </choose> |
| 81 | + </macro> |
| 82 | + <macro name="issued"> |
| 83 | + <choose> |
| 84 | + <if variable="issued"> |
| 85 | + <date variable="issued"> |
| 86 | + <date-part name="year"/> |
| 87 | + </date> |
| 88 | + </if> |
| 89 | + <else> |
| 90 | + <text term="no date" form="short"/> |
| 91 | + </else> |
| 92 | + </choose> |
| 93 | + </macro> |
| 94 | + <macro name="edition"> |
| 95 | + <group delimiter=" "> |
| 96 | + <choose> |
| 97 | + <if is-numeric="edition"> |
| 98 | + <number variable="edition" form="ordinal"/> |
| 99 | + </if> |
| 100 | + <else> |
| 101 | + <text variable="edition" suffix="."/> |
| 102 | + </else> |
| 103 | + </choose> |
| 104 | + <text value="ed"/> |
| 105 | + </group> |
| 106 | + </macro> |
| 107 | + <citation et-al-min="3" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year" cite-group-delimiter=", "> |
| 108 | + <sort> |
| 109 | + <key macro="author"/> |
| 110 | + <key macro="issued" sort="descending"/> |
| 111 | + </sort> |
| 112 | + <layout prefix="(" suffix=")" delimiter="; "> |
| 113 | + <group delimiter=", "> |
| 114 | + <text macro="author-short"/> |
| 115 | + <text macro="issued"/> |
| 116 | + <group delimiter=" "> |
| 117 | + <label variable="locator" form="short"/> |
| 118 | + <text variable="locator"/> |
| 119 | + </group> |
| 120 | + </group> |
| 121 | + </layout> |
| 122 | + </citation> |
| 123 | + <bibliography hanging-indent="true" entry-spacing="0" line-spacing="1"> |
| 124 | + <sort> |
| 125 | + <key macro="author"/> |
| 126 | + <key macro="issued" sort="descending"/> |
| 127 | + </sort> |
| 128 | + <layout> |
| 129 | + <group> |
| 130 | + <text macro="author" suffix="."/> |
| 131 | + <text macro="issued" strip-periods="false" prefix=" (" suffix=")"/> |
| 132 | + <group prefix=". "> |
| 133 | + <text macro="title"/> |
| 134 | + </group> |
| 135 | + </group> |
| 136 | + <text macro="access" prefix=". "/> |
| 137 | + </layout> |
| 138 | + </bibliography> |
| 139 | +</style> |
0 commit comments