Skip to content

Commit

Permalink
Create taylor-and-francis-council-of-science-editors-numeric.csl (#5824)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Jan 5, 2022
1 parent 0033383 commit cd7b72b
Showing 1 changed file with 187 additions and 0 deletions.
187 changes: 187 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,187 @@
<?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-author-date" rel="template"/>
<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="access">
<choose>
<if match="any" variable="DOI">
<text variable="DOI" prefix="doi:"/>
</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">
<sort>
<key variable="citation-number"/>
</sort>
<layout vertical-align="sup" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography et-al-min="12" et-al-use-first="10" second-field-align="flush">
<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>

0 comments on commit cd7b72b

Please sign in to comment.