-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Create taylor-and-francis-council-of-science-editors-numeric.csl #5824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
111b384
ff1d8d8
4cc9ca4
66044da
30e5839
76a7cad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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 & 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"/> | ||
| <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&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/"/> | ||
|
||
| </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"> | ||
|
||
| <sort> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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"/> | ||
|
||
| </layout> | ||
| </citation> | ||
| <bibliography et-al-min="12" et-al-use-first="10" second-field-align="flush"> | ||
| <sort> | ||
|
||
| <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> | ||
There was a problem hiding this comment.
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?