-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update journal-of-forensic-sciences.csl (#7088)
- Loading branch information
1 parent
5a9e869
commit 3f6ef65
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,15 @@ | |
<name>Amelia Boaks</name> | ||
<email>[email protected]</email> | ||
</author> | ||
<contributor> | ||
<name>Patrick O'Brien</name> | ||
</contributor> | ||
<category citation-format="numeric"/> | ||
<category field="science"/> | ||
<issn>0022-1198</issn> | ||
<eissn>1556-4029</eissn> | ||
<summary>JFS style - Vancouver superscript with old et-al rules and slightly different punctuation</summary> | ||
<updated>2021-01-08T08:43:12+00:00</updated> | ||
<summary>JFS style - Vancouver in brackets with old et-al rules and slightly different punctuation</summary> | ||
<updated>2024-06-18T08:56:06+00:00</updated> | ||
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> | ||
</info> | ||
<macro name="author"> | ||
|
@@ -34,7 +37,7 @@ | |
</names> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=", "> | ||
<group delimiter="; "> | ||
<group delimiter=": "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
|
@@ -83,7 +86,7 @@ | |
<sort> | ||
<key variable="citation-number"/> | ||
</sort> | ||
<layout delimiter="," prefix="(" suffix=")"> | ||
<layout delimiter="," prefix="[" suffix="]"> | ||
<text variable="citation-number"/> | ||
</layout> | ||
</citation> | ||
|
@@ -107,14 +110,17 @@ | |
<text macro="editor"/> | ||
</group> | ||
<text variable="container-title"/> | ||
<group delimiter=";"> | ||
<group delimiter=". "> | ||
<text macro="publisher" prefix=" "/> | ||
<text variable="page"/> | ||
<group delimiter=" "> | ||
<label plural="never" variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="article-magazine article-journal" match="any"> | ||
<group delimiter=" "> | ||
<group delimiter=". "> | ||
<text variable="container-title" form="short" strip-periods="true"/> | ||
<group delimiter=";"> | ||
<text macro="year-date"/> | ||
|