Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
202 changes: 202 additions & 0 deletions taylor-and-francis-council-of-science-editors-numeric.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<info>
<title>Taylor &amp; Francis - Council of Science Editors (numeric)</title>
<title-short>TF-CSE</title-short>
<id>http://www.zotero.org/styles/taylor-and-francis-council-of-science-editors-numeric</id>
<link href="http://www.zotero.org/styles/taylor-and-francis-council-of-science-editors-numeric" rel="self"/>
<link href="http://www.zotero.org/styles/taylor-and-francis-council-of-science-editors-numeric" rel="template"/>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the actual template you used?

<link href="https://files.taylorandfrancis.com/tf_USCSEA.pdf" rel="documentation"/>
<author>
<name>Sebastian Karcher</name>
</author>
<category citation-format="numeric"/>
<category field="science"/>
<summary>The Council of Science Editors style for T&amp;F journals as per guidelines (2018).</summary>
<updated>2022-01-04T08:55:48+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">
<names variable="editor translator" delimiter="; ">
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
<label form="long" prefix=", "/>
</names>
</macro>
<macro name="author">
<group suffix=".">
<names variable="author">
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
<label form="long" prefix=", "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="title" form="short"/>
</substitute>
</names>
</group>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" delimiter=", " initialize-with="." and="text"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="title" form="short"/>
</substitute>
</names>
</macro>
<macro name="access">
<choose>
<if match="any" variable="DOI">
<text variable="DOI" prefix="https://doi.org/"/>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd stick with doi: I think, since that's what they want in the guide

</if>
<else>
<text variable="URL"/>
</else>
</choose>
</macro>
<macro name="title">
<group delimiter=" ">
<text variable="title"/>
<choose>
<if type="thesis" match="any">
<text variable="genre" form="long" prefix="[" suffix="]"/>
</if>
</choose>
<choose>
<if variable="container-title" match="none">
<choose>
<if variable="URL">
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</if>
</choose>
</group>
</macro>
<macro name="publisher-place">
<choose>
<if variable="publisher-place" match="none">
<text value="[place unknown]"/>
</if>
<else>
<text variable="publisher-place"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter="; ">
<group delimiter=": ">
<text macro="publisher-place"/>
<text variable="publisher"/>
</group>
<text macro="cited"/>
</group>
</macro>
<macro name="cited">
<choose>
<if variable="URL">
<group delimiter=" " prefix=" [" suffix="]">
<text term="accessed"/>
<date variable="accessed">
<date-part name="year"/>
<date-part name="month" form="short" strip-periods="true" prefix=" "/>
<date-part name="day" prefix=" "/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="pages">
<label plural="never" suffix=" " variable="page" form="short"/>
<text variable="page"/>
</macro>
<macro name="year-date">
<date variable="issued">
<date-part name="year"/>
</date>
</macro>
<macro name="container">
<text variable="container-title" form="short" strip-periods="true"/>
<choose>
<if variable="URL">
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" givenname-disambiguation-rule="by-cite">
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the author-date options

<sort>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should sort by citation-number

<key variable="issued"/>
<key macro="author-short"/>
</sort>
<layout vertical-align="sup" delimiter=",">
<text variable="citation-number" vertical-align="baseline"/>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this shouldn't actually be baseline aligned

</layout>
</citation>
<bibliography et-al-min="12" et-al-use-first="10" second-field-align="flush">
<sort>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove sort section (so it sorts consecutively)

<key macro="author"/>
<key macro="year-date"/>
</sort>
<layout>
<text variable="citation-number" suffix="."/>
<group suffix="." delimiter=". ">
<text macro="author"/>
<text macro="year-date"/>
<text macro="title"/>
</group>
<group suffix=".">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<group prefix=" " suffix="." delimiter=" ">
<text macro="edition"/>
<text macro="editor-translator"/>
</group>
<text prefix=" " macro="publisher"/>
</if>
<else-if type="chapter paper-conference" match="any">
<text term="in" text-case="capitalize-first" suffix=":" prefix=" "/>
<group prefix=" " delimiter=". ">
<text macro="editor-translator"/>
<text macro="container"/>
<text variable="volume" prefix="Vol. "/>
<text macro="edition"/>
<group suffix="." delimiter="; ">
<text macro="publisher"/>
<text macro="pages"/>
</group>
</group>
</else-if>
<else>
<text macro="editor-translator" suffix="."/>
<group prefix=" " suffix=".">
<text macro="container" suffix="."/>
<group delimiter=" ">
<text macro="cited"/>
<group>
<text variable="volume" prefix=" "/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
</group>
<text variable="page" prefix=":"/>
</group>
</else>
</choose>
</group>
<text prefix=" " macro="access"/>
</layout>
</bibliography>
</style>