cell.csl (4260B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="en-US" demote-non-dropping-particle="sort-only" page-range-format="expanded"> 3 <info> 4 <title>Cell</title> 5 <id>http://www.zotero.org/styles/cell</id> 6 <link href="http://www.zotero.org/styles/cell" rel="self"/> 7 <link href="http://www.cell.com/authors" rel="documentation"/> 8 <author> 9 <name>Adam Mark</name> 10 <email>a.mark@uoguelph.ca</email> 11 </author> 12 <contributor> 13 <name>Julian Onions</name> 14 <email>julian.onions@gmail.com</email> 15 </contributor> 16 <contributor> 17 <name>Aurimas Vinckevicius</name> 18 <email>aurimas.dev@gmail.com</email> 19 </contributor> 20 <category citation-format="author-date"/> 21 <category field="biology"/> 22 <issn>0092-8674</issn> 23 <eissn>1097-4172</eissn> 24 <summary>The Cell journal style. Original by Julian Onions.</summary> 25 <updated>2014-09-06T22:02:33+00:00</updated> 26 <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> 27 </info> 28 <macro name="author-short"> 29 <names variable="author"> 30 <name form="short" and="text"/> 31 </names> 32 </macro> 33 <macro name="author-count"> 34 <names variable="author"> 35 <name form="count"/> 36 </names> 37 </macro> 38 <macro name="author"> 39 <names variable="author"> 40 <name name-as-sort-order="all" initialize-with="." and="text" delimiter-precedes-last="always"/> 41 </names> 42 </macro> 43 <macro name="issued"> 44 <date variable="issued"> 45 <date-part name="year"/> 46 </date> 47 </macro> 48 <macro name="publisher"> 49 <group prefix="(" delimiter=": " suffix=")"> 50 <text variable="publisher-place"/> 51 <text variable="publisher"/> 52 </group> 53 </macro> 54 <macro name="editor"> 55 <names variable="editor"> 56 <name initialize-with="." and="text" delimiter-precedes-last="always"/> 57 <label form="short" prefix=", "/> 58 </names> 59 </macro> 60 <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year"> 61 <sort> 62 <key macro="author-short" names-min="1" names-use-first="1"/> 63 <key macro="author-count" names-min="3" names-use-first="3"/> 64 <key macro="author" names-min="3" names-use-first="1"/> 65 <key macro="issued"/> 66 <key variable="title"/> 67 </sort> 68 <layout prefix="(" suffix=")" delimiter="; "> 69 <group delimiter=", "> 70 <text macro="author-short"/> 71 <text macro="issued"/> 72 </group> 73 </layout> 74 </citation> 75 <bibliography et-al-min="11" et-al-use-first="10"> 76 <sort> 77 <key macro="author-short" names-min="1" names-use-first="1"/> 78 <key macro="author-count" names-min="3" names-use-first="3"/> 79 <key macro="author" names-min="3" names-use-first="1"/> 80 <key macro="issued"/> 81 </sort> 82 <layout suffix="."> 83 <group delimiter=" "> 84 <text macro="author"/> 85 <text macro="issued" prefix="(" suffix=")."/> 86 <choose> 87 <if type="article article-magazine article-newspaper article-journal review" match="any"> 88 <text variable="title" suffix="."/> 89 <text variable="container-title" form="short" text-case="title"/> 90 <group delimiter=", "> 91 <text variable="volume" font-style="italic"/> 92 <text variable="page"/> 93 </group> 94 </if> 95 <else-if type="chapter paper-conference" match="any"> 96 <text variable="title" suffix="."/> 97 <text variable="container-title" prefix="In " suffix="," text-case="title"/> 98 <text macro="editor"/> 99 <text macro="publisher" suffix=","/> 100 <label variable="page" form="short"/> 101 <text variable="page"/> 102 </else-if> 103 <else-if type="thesis"> 104 <text variable="title" suffix="."/> 105 <text variable="genre" suffix="."/> 106 <text variable="publisher"/> 107 </else-if> 108 <else> 109 <text variable="title"/> 110 <text macro="publisher"/> 111 </else> 112 </choose> 113 </group> 114 </layout> 115 </bibliography> 116 </style>