|
2 | 2 | <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="minimal" default-locale="en-US">
|
3 | 3 | <info>
|
4 | 4 | <title>Journal of Forensic Sciences</title>
|
| 5 | + <title-short>JFS</title-short> |
5 | 6 | <id>http://www.zotero.org/styles/journal-of-forensic-sciences</id>
|
6 | 7 | <link href="http://www.zotero.org/styles/journal-of-forensic-sciences" rel="self"/>
|
7 | 8 | <link href="http://onlinelibrary.wiley.com/journal/10.1111/%28ISSN%291556-4029/homepage/ForAuthors.html" rel="documentation"/>
|
|
14 | 15 | <issn>0022-1198</issn>
|
15 | 16 | <eissn>1556-4029</eissn>
|
16 | 17 | <summary>JFS style - Vancouver superscript with old et-al rules and slightly different punctuation</summary>
|
17 |
| - <updated>2012-09-27T22:06:38+00:00</updated> |
| 18 | + <updated>2020-02-10T11:15:10+00:00</updated> |
18 | 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>
|
19 | 20 | </info>
|
20 | 21 | <macro name="author">
|
|
27 | 28 | </names>
|
28 | 29 | </macro>
|
29 | 30 | <macro name="editor">
|
30 |
| - <names variable="editor" suffix=". "> |
| 31 | + <names variable="editor"> |
31 | 32 | <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
|
32 | 33 | <label form="long" prefix=", "/>
|
33 | 34 | </names>
|
34 | 35 | </macro>
|
35 | 36 | <macro name="publisher">
|
36 |
| - <text variable="publisher-place" suffix=": "/> |
37 |
| - <text variable="publisher" suffix=", "/> |
38 |
| - <group suffix="; "> |
| 37 | + <group delimiter=", "> |
| 38 | + <group delimiter=": "> |
| 39 | + <text variable="publisher-place"/> |
| 40 | + <text variable="publisher"/> |
| 41 | + </group> |
39 | 42 | <date variable="issued">
|
40 | 43 | <date-part name="year"/>
|
41 | 44 | </date>
|
42 |
| - <text macro="accessed-date" prefix=" "/> |
43 | 45 | </group>
|
44 | 46 | </macro>
|
45 | 47 | <macro name="access">
|
46 |
| - <group> |
47 |
| - <text value="Available from: "/> |
48 |
| - <text variable="URL"/> |
49 |
| - </group> |
50 |
| - </macro> |
51 |
| - <macro name="accessed-date"> |
52 | 48 | <choose>
|
53 |
| - <if variable="URL"> |
54 |
| - <group prefix="[" suffix="]" delimiter=" "> |
55 |
| - <text term="cited"/> |
56 |
| - <date variable="accessed"> |
57 |
| - <date-part name="year"/> |
58 |
| - <date-part name="month" prefix=" " form="short" strip-periods="true"/> |
59 |
| - <date-part name="day" prefix=" "/> |
60 |
| - </date> |
61 |
| - </group> |
| 49 | + <if type="article-journal" match="any"> |
| 50 | + <choose> |
| 51 | + <if variable="volume page" match="none"> |
| 52 | + <text variable="DOI" prefix="doi: "/> |
| 53 | + </if> |
| 54 | + </choose> |
62 | 55 | </if>
|
| 56 | + <else-if type="webpage post post-weblog" match="any"> |
| 57 | + <group delimiter=" "> |
| 58 | + <text variable="URL"/> |
| 59 | + <group delimiter=" " prefix="(" suffix=")"> |
| 60 | + <text term="accessed"/> |
| 61 | + <date form="text" variable="accessed"/> |
| 62 | + </group> |
| 63 | + </group> |
| 64 | + </else-if> |
63 | 65 | </choose>
|
64 | 66 | </macro>
|
65 | 67 | <macro name="journal-title">
|
66 | 68 | <choose>
|
67 | 69 | <if type="article-journal article-magazine" match="any">
|
68 | 70 | <group suffix=" ">
|
69 | 71 | <text variable="container-title" form="short" strip-periods="true"/>
|
70 |
| - <choose> |
71 |
| - <if variable="URL"> |
72 |
| - <text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/> |
73 |
| - </if> |
74 |
| - </choose> |
75 | 72 | </group>
|
76 | 73 | </if>
|
77 | 74 | <else>
|
|
80 | 77 | </choose>
|
81 | 78 | </macro>
|
82 | 79 | <macro name="title">
|
83 |
| - <group delimiter=" "> |
84 |
| - <text variable="title"/> |
85 |
| - <choose> |
86 |
| - <if type="article-journal article-magazine" match="none"> |
87 |
| - <choose> |
88 |
| - <if variable="URL"> |
89 |
| - <text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/> |
90 |
| - </if> |
91 |
| - </choose> |
92 |
| - </if> |
93 |
| - </choose> |
94 |
| - </group> |
| 80 | + <text variable="title"/> |
95 | 81 | </macro>
|
96 | 82 | <macro name="edition">
|
97 | 83 | <choose>
|
|
110 | 96 | <sort>
|
111 | 97 | <key variable="citation-number"/>
|
112 | 98 | </sort>
|
113 |
| - <layout delimiter="," vertical-align="sup"> |
| 99 | + <layout delimiter="," prefix="(" suffix=")"> |
114 | 100 | <text variable="citation-number"/>
|
115 | 101 | </layout>
|
116 | 102 | </citation>
|
117 | 103 | <bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
|
118 |
| - <layout> |
| 104 | + <layout suffix="."> |
119 | 105 | <text variable="citation-number" suffix=". "/>
|
120 | 106 | <text macro="author"/>
|
121 |
| - <text macro="title" suffix=". "/> |
| 107 | + <text macro="title" suffix=". "/> |
122 | 108 | <choose>
|
123 | 109 | <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
|
124 |
| - <group prefix=" " delimiter=" "> |
| 110 | + <group delimiter=" "> |
125 | 111 | <text macro="edition"/>
|
126 | 112 | <text macro="publisher"/>
|
127 | 113 | </group>
|
128 | 114 | </if>
|
129 | 115 | <else-if type="chapter paper-conference" match="any">
|
130 |
| - <group prefix=" " suffix=". "> |
131 |
| - <text term="in" suffix=": " text-case="capitalize-first"/> |
132 |
| - <text macro="editor"/> |
| 116 | + <group delimiter=". "> |
| 117 | + <group delimiter=": "> |
| 118 | + <text term="in" text-case="capitalize-first"/> |
| 119 | + <text macro="editor"/> |
| 120 | + </group> |
133 | 121 | <text variable="container-title"/>
|
| 122 | + <group delimiter=";"> |
| 123 | + <text macro="publisher" prefix=" "/> |
| 124 | + <text variable="page"/> |
| 125 | + </group> |
134 | 126 | </group>
|
135 |
| - <text macro="publisher" prefix=" "/> |
136 |
| - <text variable="page" suffix="."/> |
137 | 127 | </else-if>
|
138 | 128 | <else>
|
139 | 129 | <text macro="journal-title"/>
|
140 | 130 | <group suffix=";">
|
141 | 131 | <date variable="issued">
|
142 | 132 | <date-part name="year"/>
|
143 | 133 | </date>
|
144 |
| - <text macro="accessed-date" prefix=" "/> |
145 | 134 | </group>
|
146 | 135 | <group suffix=". ">
|
147 | 136 | <text variable="volume"/>
|
|
0 commit comments