|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB">
|
3 | 3 | <info>
|
4 |
| - <title>The EMBO Journal</title> |
5 |
| - <id>http://www.zotero.org/styles/the-embo-journal</id> |
6 |
| - <link href="http://www.zotero.org/styles/the-embo-journal" rel="self"/> |
7 |
| - <link href="http://www.nature.com/emboj/about/authors.html#a3.3.5" rel="documentation"/> |
| 4 | + <title>EMBO Press</title> |
| 5 | + <id>http://www.zotero.org/styles/embo-press</id> |
| 6 | + <link href="http://www.zotero.org/styles/embo-press" rel="self"/> |
| 7 | + <link href="https://www.embopress.org/page/journal/14602075/authorguide#referencesformat" rel="documentation"/> |
8 | 8 | <author>
|
9 | 9 | <name>Julian Onions</name>
|
10 | 10 |
|
|
14 | 14 | </contributor>
|
15 | 15 | <category citation-format="author-date"/>
|
16 | 16 | <category field="biology"/>
|
17 |
| - <issn>0261-4189</issn> |
18 |
| - <eissn>1460-2075</eissn> |
19 |
| - <summary>Style for EMBO Journal</summary> |
| 17 | + <summary>Style for EMBO Press journals and reports</summary> |
20 | 18 | <updated>2012-09-27T22:06:38+00:00</updated>
|
21 | 19 | <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 | 20 | </info>
|
|
35 | 33 | <names variable="author">
|
36 | 34 | <name name-as-sort-order="all" and="symbol" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="never"/>
|
37 | 35 | <label form="short" prefix=" "/>
|
| 36 | + <et-al font-style="italic"/> |
38 | 37 | <substitute>
|
39 | 38 | <names variable="editor"/>
|
40 | 39 | <text variable="title"/>
|
|
53 | 52 | </names>
|
54 | 53 | </macro>
|
55 | 54 | <macro name="access">
|
56 |
| - <choose> |
57 |
| - <if variable="URL"> |
58 |
| - <text value="Available at:" suffix=" "/> |
59 |
| - <text variable="URL"/> |
60 |
| - <group prefix=" [" suffix="]"> |
61 |
| - <text term="accessed" text-case="capitalize-first" suffix=" "/> |
62 |
| - <date variable="accessed"> |
63 |
| - <date-part name="month" suffix=" "/> |
64 |
| - <date-part name="day" suffix=", "/> |
65 |
| - <date-part name="year"/> |
66 |
| - </date> |
67 |
| - </group> |
68 |
| - </if> |
69 |
| - </choose> |
| 55 | + <group delimiter=" "> |
| 56 | + <choose> |
| 57 | + <if type="article dataset" match="any"> |
| 58 | + <choose> |
| 59 | + <if variable="DOI"> |
| 60 | + <text variable="DOI" prefix="doi:"/> |
| 61 | + </if> |
| 62 | + <else-if variable="URL"> |
| 63 | + <text variable="URL" prefix="(" suffix=")"/> |
| 64 | + </else-if> |
| 65 | + </choose> |
| 66 | + <choose> |
| 67 | + <if type="article"> |
| 68 | + <text value="[PREPRINT]"/> |
| 69 | + </if> |
| 70 | + <else> |
| 71 | + <text value="[DATASET]"/> |
| 72 | + </else> |
| 73 | + </choose> |
| 74 | + </if> |
| 75 | + </choose> |
| 76 | + </group> |
70 | 77 | </macro>
|
71 | 78 | <macro name="title">
|
72 | 79 | <text variable="title"/>
|
|
104 | 111 | </group>
|
105 | 112 | </layout>
|
106 | 113 | </citation>
|
107 |
| - <bibliography hanging-indent="true" et-al-min="21" et-al-use-first="20"> |
| 114 | + <bibliography hanging-indent="true" et-al-min="11" et-al-use-first="10"> |
108 | 115 | <sort>
|
109 | 116 | <key macro="author"/>
|
110 | 117 | <key variable="issued"/>
|
|
138 | 145 | </else-if>
|
139 | 146 | <else>
|
140 | 147 | <text macro="title" prefix=" " suffix="."/>
|
141 |
| - <group prefix=" "> |
| 148 | + <group prefix=" " delimiter=": "> |
142 | 149 | <group delimiter=" ">
|
143 |
| - <text variable="container-title" form="short" font-style="italic"/> |
144 |
| - <text variable="volume" font-weight="bold"/> |
| 150 | + <text variable="container-title" form="short" font-style="italic" strip-periods="true"/> |
| 151 | + <text variable="volume"/> |
145 | 152 | </group>
|
146 |
| - <choose> |
147 |
| - <if variable="page volume" match="any"> |
148 |
| - <text value=":" font-weight="bold"/> |
149 |
| - </if> |
150 |
| - </choose> |
151 |
| - <text variable="page" prefix=" "/> |
| 153 | + <text variable="page"/> |
152 | 154 | </group>
|
153 | 155 | </else>
|
154 | 156 | </choose>
|
|
0 commit comments