Skip to content

Commit ccb1b0d

Browse files
authored
rebuild webpage and article-journal citations in journal-of-forensic-sciences.csl (#5203)
1 parent f02f4fb commit ccb1b0d

File tree

1 file changed

+48
-49
lines changed

1 file changed

+48
-49
lines changed

journal-of-forensic-sciences.csl

+48-49
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<issn>0022-1198</issn>
1616
<eissn>1556-4029</eissn>
1717
<summary>JFS style - Vancouver superscript with old et-al rules and slightly different punctuation</summary>
18-
<updated>2020-02-10T11:15:10+00:00</updated>
18+
<updated>2021-01-08T08:43:12+00:00</updated>
1919
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2020
</info>
2121
<macro name="author">
@@ -39,9 +39,7 @@
3939
<text variable="publisher-place"/>
4040
<text variable="publisher"/>
4141
</group>
42-
<date variable="issued">
43-
<date-part name="year"/>
44-
</date>
42+
<text macro="year-date"/>
4543
</group>
4644
</macro>
4745
<macro name="access">
@@ -60,18 +58,6 @@
6058
</else-if>
6159
</choose>
6260
</macro>
63-
<macro name="journal-title">
64-
<choose>
65-
<if type="article-journal article-magazine" match="any">
66-
<group suffix=" ">
67-
<text variable="container-title" form="short" strip-periods="true"/>
68-
</group>
69-
</if>
70-
<else>
71-
<text variable="container-title" suffix=". " form="short"/>
72-
</else>
73-
</choose>
74-
</macro>
7561
<macro name="title">
7662
<text variable="title"/>
7763
</macro>
@@ -88,6 +74,11 @@
8874
</else>
8975
</choose>
9076
</macro>
77+
<macro name="year-date">
78+
<date variable="issued">
79+
<date-part name="year"/>
80+
</date>
81+
</macro>
9182
<citation collapse="citation-number">
9283
<sort>
9384
<key variable="citation-number"/>
@@ -100,42 +91,50 @@
10091
<layout suffix=".">
10192
<text variable="citation-number" suffix=". "/>
10293
<text macro="author"/>
103-
<text macro="title" suffix=". "/>
104-
<choose>
105-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
106-
<group delimiter=" ">
107-
<text macro="edition"/>
108-
<text macro="publisher"/>
109-
</group>
110-
</if>
111-
<else-if type="chapter paper-conference" match="any">
112-
<group delimiter=". ">
113-
<group delimiter=": ">
114-
<text term="in" text-case="capitalize-first"/>
115-
<text macro="editor"/>
94+
<group delimiter=". ">
95+
<text macro="title"/>
96+
<choose>
97+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
98+
<group delimiter=" ">
99+
<text macro="edition"/>
100+
<text macro="publisher"/>
116101
</group>
117-
<text variable="container-title"/>
118-
<group delimiter=";">
119-
<text macro="publisher" prefix=" "/>
120-
<text variable="page"/>
102+
</if>
103+
<else-if type="chapter paper-conference" match="any">
104+
<group delimiter=". ">
105+
<group delimiter=": ">
106+
<text term="in" text-case="capitalize-first"/>
107+
<text macro="editor"/>
108+
</group>
109+
<text variable="container-title"/>
110+
<group delimiter=";">
111+
<text macro="publisher" prefix=" "/>
112+
<text variable="page"/>
113+
</group>
121114
</group>
122-
</group>
123-
</else-if>
124-
<else>
125-
<text macro="journal-title"/>
126-
<group delimiter=";">
127-
<date variable="issued">
128-
<date-part name="year"/>
129-
</date>
130-
<group>
131-
<text variable="volume"/>
132-
<text variable="issue" prefix="(" suffix=")"/>
133-
<text variable="page" prefix=":"/>
115+
</else-if>
116+
<else-if type="article-magazine article-journal" match="any">
117+
<group delimiter=" ">
118+
<text variable="container-title" form="short" strip-periods="true"/>
119+
<group delimiter=";">
120+
<text macro="year-date"/>
121+
<group>
122+
<text variable="volume"/>
123+
<text variable="issue" prefix="(" suffix=")"/>
124+
<text variable="page" prefix=":"/>
125+
</group>
126+
</group>
134127
</group>
135-
</group>
136-
</else>
137-
</choose>
138-
<text macro="access" prefix=". "/>
128+
</else-if>
129+
<else>
130+
<group delimiter=". ">
131+
<text variable="container-title"/>
132+
<text macro="year-date"/>
133+
</group>
134+
</else>
135+
</choose>
136+
<text macro="access"/>
137+
</group>
139138
</layout>
140139
</bibliography>
141140
</style>

0 commit comments

Comments
 (0)