Skip to content

Commit

Permalink
Update journal-of-forensic-sciences.csl (JabRef#4554)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Feb 13, 2020
1 parent 059ea33 commit 3911696
Showing 1 changed file with 37 additions and 48 deletions.
85 changes: 37 additions & 48 deletions journal-of-forensic-sciences.csl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<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">
<info>
<title>Journal of Forensic Sciences</title>
<title-short>JFS</title-short>
<id>http://www.zotero.org/styles/journal-of-forensic-sciences</id>
<link href="http://www.zotero.org/styles/journal-of-forensic-sciences" rel="self"/>
<link href="http://onlinelibrary.wiley.com/journal/10.1111/%28ISSN%291556-4029/homepage/ForAuthors.html" rel="documentation"/>
Expand All @@ -14,7 +15,7 @@
<issn>0022-1198</issn>
<eissn>1556-4029</eissn>
<summary>JFS style - Vancouver superscript with old et-al rules and slightly different punctuation</summary>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2020-02-10T11:15:10+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">
Expand All @@ -27,51 +28,47 @@
</names>
</macro>
<macro name="editor">
<names variable="editor" suffix=". ">
<names variable="editor">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="long" prefix=", "/>
</names>
</macro>
<macro name="publisher">
<text variable="publisher-place" suffix=": "/>
<text variable="publisher" suffix=", "/>
<group suffix="; ">
<group delimiter=", ">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
<date variable="issued">
<date-part name="year"/>
</date>
<text macro="accessed-date" prefix=" "/>
</group>
</macro>
<macro name="access">
<group>
<text value="Available from: "/>
<text variable="URL"/>
</group>
</macro>
<macro name="accessed-date">
<choose>
<if variable="URL">
<group prefix="[" suffix="]" delimiter=" ">
<text term="cited"/>
<date variable="accessed">
<date-part name="year"/>
<date-part name="month" prefix=" " form="short" strip-periods="true"/>
<date-part name="day" prefix=" "/>
</date>
</group>
<if type="article-journal" match="any">
<choose>
<if variable="volume page" match="none">
<text variable="DOI" prefix="doi: "/>
</if>
</choose>
</if>
<else-if type="webpage post post-weblog" match="any">
<group delimiter=" ">
<text variable="URL"/>
<group delimiter=" " prefix="(" suffix=")">
<text term="accessed"/>
<date form="text" variable="accessed"/>
</group>
</group>
</else-if>
</choose>
</macro>
<macro name="journal-title">
<choose>
<if type="article-journal article-magazine" match="any">
<group suffix=" ">
<text variable="container-title" form="short" strip-periods="true"/>
<choose>
<if variable="URL">
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</group>
</if>
<else>
Expand All @@ -80,18 +77,7 @@
</choose>
</macro>
<macro name="title">
<group delimiter=" ">
<text variable="title"/>
<choose>
<if type="article-journal article-magazine" match="none">
<choose>
<if variable="URL">
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</if>
</choose>
</group>
<text variable="title"/>
</macro>
<macro name="edition">
<choose>
Expand All @@ -110,38 +96,41 @@
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter="," vertical-align="sup">
<layout delimiter="," prefix="(" suffix=")">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
<layout>
<layout suffix=".">
<text variable="citation-number" suffix=". "/>
<text macro="author"/>
<text macro="title" suffix=". "/>
<text macro="title" suffix=". "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group prefix=" " delimiter=" ">
<group delimiter=" ">
<text macro="edition"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group prefix=" " suffix=". ">
<text term="in" suffix=": " text-case="capitalize-first"/>
<text macro="editor"/>
<group delimiter=". ">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<text macro="editor"/>
</group>
<text variable="container-title"/>
<group delimiter=";">
<text macro="publisher" prefix=" "/>
<text variable="page"/>
</group>
</group>
<text macro="publisher" prefix=" "/>
<text variable="page" suffix="."/>
</else-if>
<else>
<text macro="journal-title"/>
<group suffix=";">
<date variable="issued">
<date-part name="year"/>
</date>
<text macro="accessed-date" prefix=" "/>
</group>
<group suffix=". ">
<text variable="volume"/>
Expand Down

0 comments on commit 3911696

Please sign in to comment.