Skip to content

Commit 3911696

Browse files
authored
Update journal-of-forensic-sciences.csl (JabRef#4554)
1 parent 059ea33 commit 3911696

File tree

1 file changed

+37
-48
lines changed

1 file changed

+37
-48
lines changed

Diff for: journal-of-forensic-sciences.csl

+37-48
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<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">
33
<info>
44
<title>Journal of Forensic Sciences</title>
5+
<title-short>JFS</title-short>
56
<id>http://www.zotero.org/styles/journal-of-forensic-sciences</id>
67
<link href="http://www.zotero.org/styles/journal-of-forensic-sciences" rel="self"/>
78
<link href="http://onlinelibrary.wiley.com/journal/10.1111/%28ISSN%291556-4029/homepage/ForAuthors.html" rel="documentation"/>
@@ -14,7 +15,7 @@
1415
<issn>0022-1198</issn>
1516
<eissn>1556-4029</eissn>
1617
<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>
1819
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1920
</info>
2021
<macro name="author">
@@ -27,51 +28,47 @@
2728
</names>
2829
</macro>
2930
<macro name="editor">
30-
<names variable="editor" suffix=". ">
31+
<names variable="editor">
3132
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
3233
<label form="long" prefix=", "/>
3334
</names>
3435
</macro>
3536
<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>
3942
<date variable="issued">
4043
<date-part name="year"/>
4144
</date>
42-
<text macro="accessed-date" prefix=" "/>
4345
</group>
4446
</macro>
4547
<macro name="access">
46-
<group>
47-
<text value="Available from: "/>
48-
<text variable="URL"/>
49-
</group>
50-
</macro>
51-
<macro name="accessed-date">
5248
<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>
6255
</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>
6365
</choose>
6466
</macro>
6567
<macro name="journal-title">
6668
<choose>
6769
<if type="article-journal article-magazine" match="any">
6870
<group suffix=" ">
6971
<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>
7572
</group>
7673
</if>
7774
<else>
@@ -80,18 +77,7 @@
8077
</choose>
8178
</macro>
8279
<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"/>
9581
</macro>
9682
<macro name="edition">
9783
<choose>
@@ -110,38 +96,41 @@
11096
<sort>
11197
<key variable="citation-number"/>
11298
</sort>
113-
<layout delimiter="," vertical-align="sup">
99+
<layout delimiter="," prefix="(" suffix=")">
114100
<text variable="citation-number"/>
115101
</layout>
116102
</citation>
117103
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
118-
<layout>
104+
<layout suffix=".">
119105
<text variable="citation-number" suffix=". "/>
120106
<text macro="author"/>
121-
<text macro="title" suffix=". "/>
107+
<text macro="title" suffix=". "/>
122108
<choose>
123109
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
124-
<group prefix=" " delimiter=" ">
110+
<group delimiter=" ">
125111
<text macro="edition"/>
126112
<text macro="publisher"/>
127113
</group>
128114
</if>
129115
<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>
133121
<text variable="container-title"/>
122+
<group delimiter=";">
123+
<text macro="publisher" prefix=" "/>
124+
<text variable="page"/>
125+
</group>
134126
</group>
135-
<text macro="publisher" prefix=" "/>
136-
<text variable="page" suffix="."/>
137127
</else-if>
138128
<else>
139129
<text macro="journal-title"/>
140130
<group suffix=";">
141131
<date variable="issued">
142132
<date-part name="year"/>
143133
</date>
144-
<text macro="accessed-date" prefix=" "/>
145134
</group>
146135
<group suffix=". ">
147136
<text variable="volume"/>

0 commit comments

Comments
 (0)