-
-
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
Merged
adam3smith
merged 6 commits into
citation-style-language:master
from
POBrien333:patch-994
Jan 5, 2022
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
111b384
Create taylor-and-francis-council-of-science-editors-numeric.csl
POBrien333 ff1d8d8
Update taylor-and-francis-council-of-science-editors-numeric.csl
retorquere 4cc9ca4
Re-indent CSL styles
retorquere 66044da
Update taylor-and-francis-council-of-science-editors-numeric.csl
POBrien333 30e5839
Update taylor-and-francis-council-of-science-editors-numeric.csl
POBrien333 76a7cad
remove unused macro
POBrien333 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
187 changes: 187 additions & 0 deletions
187
taylor-and-francis-council-of-science-editors-numeric.csl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 & 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&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> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
this should sort by citation-number