Skip to content

Commit

Permalink
Update taylor-and-francis-council-of-science-editors-author-date.csl (J…
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored and rmzelle committed Dec 16, 2019
1 parent 2b2786b commit 0d7f481
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions taylor-and-francis-council-of-science-editors-author-date.csl
Expand Up @@ -12,8 +12,8 @@
</author>
<category citation-format="author-date"/>
<category field="science"/>
<summary>The Council of Science Editors style.</summary>
<updated>2012-09-09T21:58:08+00:00</updated>
<summary>The Council of Science Editors style for T&amp;F journals as per guidelines (version 2.0, 18 Jan 2018).</summary>
<updated>2019-10-30T11:30:54+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="editor-translator">
Expand Down Expand Up @@ -46,10 +46,7 @@
</names>
</macro>
<macro name="access">
<group>
<text value="Available from:" suffix=" "/>
<text variable="URL"/>
</group>
<text variable="URL"/>
</macro>
<macro name="title">
<group delimiter=" ">
Expand Down Expand Up @@ -92,11 +89,11 @@
<macro name="cited">
<choose>
<if variable="URL">
<group prefix=" [" suffix="]" delimiter=" ">
<text term="cited"/>
<group delimiter=" " prefix=" [" suffix="]">
<text term="accessed"/>
<date variable="accessed">
<date-part name="year"/>
<date-part name="month" prefix=" " form="short" strip-periods="true"/>
<date-part name="month" form="short" strip-periods="true" prefix=" "/>
<date-part name="day" prefix=" "/>
</date>
</group>
Expand Down Expand Up @@ -188,9 +185,12 @@
<text macro="editor-translator" suffix="."/>
<group prefix=" " suffix=".">
<text macro="container" suffix="."/>
<group delimiter=";">
<group delimiter=" ">
<text macro="cited"/>
<text variable="volume" prefix=" "/>
<group>
<text variable="volume" prefix=" "/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
</group>
<text variable="page" prefix=":"/>
</group>
Expand Down

0 comments on commit 0d7f481

Please sign in to comment.