Skip to content
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

Create taylor-and-francis-council-of-science-editors-numeric.csl #5824

Merged
merged 6 commits into from
Jan 5, 2022

Conversation

@github-actions
Copy link

github-actions bot commented Jan 4, 2022

😃 Your submission passed all our automated tests.

Below are some sample citations generated based on your proposed changes:

taylor-and-francis-council-of-science-editors-numeric.csl (new)
1,2
3,4

1.CSL search by example. 2012. Citation Style Editor [Internet]. [accessed 2012 Dec 15]. http://editor.citationstyles.org/searchByExample/
2.Fenner M, Crosas M, Grethe JS, Kennedy D, Hermjakob H, Rocca-Serra P, Durand G, Berjon R, Karcher S, Martone M, Clark T. 2019. A data citation roadmap for scholarly data repositories. Sci Data [Internet]. [accessed 2019 Apr 27] 6(1):28. https://doi.org/10.1038/s41597-019-0031-8
3.Hancké B, Rhodes M, Thatcher M, editors. 2007. Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy. Oxford and New York: Oxford University Press.
4.Mares I. 2001. Firms and the welfare state: When, why, and how does social policy matter to employers? In: Hall PA, Soskice D, editors. Varieties of capitalism The institutional foundations of comparative advantage. New York: Oxford University Press; p. 184–213.

<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
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?

Copy link
Member

@adam3smith adam3smith left a comment

Choose a reason for hiding this comment

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

Some clean-up from the author-date version left

</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
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

</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>
Copy link
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 macro="author-short"/>
</sort>
<layout vertical-align="sup" delimiter=",">
<text variable="citation-number" vertical-align="baseline"/>
Copy link
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
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)

<macro name="access">
<choose>
<if match="any" variable="DOI">
<text variable="DOI" prefix="https://doi.org/"/>
Copy link
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

@github-actions
Copy link

github-actions bot commented Jan 5, 2022

😃 Your submission passed all our automated tests.

Below are some sample citations generated based on your proposed changes:

taylor-and-francis-council-of-science-editors-numeric.csl (new)
1,2
3,4

1.CSL search by example. 2012. Citation Style Editor [Internet]. [accessed 2012 Dec 15]. http://editor.citationstyles.org/searchByExample/
2.Fenner M, Crosas M, Grethe JS, Kennedy D, Hermjakob H, Rocca-Serra P, Durand G, Berjon R, Karcher S, Martone M, Clark T. 2019. A data citation roadmap for scholarly data repositories. Sci Data [Internet]. [accessed 2019 Apr 27] 6(1):28. https://doi.org/10.1038/s41597-019-0031-8
3.Hancké B, Rhodes M, Thatcher M, editors. 2007. Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy. Oxford and New York: Oxford University Press.
4.Mares I. 2001. Firms and the welfare state: When, why, and how does social policy matter to employers? In: Hall PA, Soskice D, editors. Varieties of capitalism The institutional foundations of comparative advantage. New York: Oxford University Press; p. 184–213.

@github-actions
Copy link

github-actions bot commented Jan 5, 2022

😟 There are some issues with your submission.

1 test failed

taylor-and-francis-council-of-science-editors-numeric: may not have any unused macros

expected: []
     got: ["author-short"]

(compared using ==)

Please check the test report for details.

@github-actions
Copy link

github-actions bot commented Jan 5, 2022

😃 Your submission passed all our automated tests.

Below are some sample citations generated based on your proposed changes:

taylor-and-francis-council-of-science-editors-numeric.csl (new)
1,2
3,4

1.Hancké B, Rhodes M, Thatcher M, editors. 2007. Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy. Oxford and New York: Oxford University Press.
2.CSL search by example. 2012. Citation Style Editor [Internet]. [accessed 2012 Dec 15]. http://editor.citationstyles.org/searchByExample/
3.Mares I. 2001. Firms and the welfare state: When, why, and how does social policy matter to employers? In: Hall PA, Soskice D, editors. Varieties of capitalism The institutional foundations of comparative advantage. New York: Oxford University Press; p. 184–213.
4.Fenner M, Crosas M, Grethe JS, Kennedy D, Hermjakob H, Rocca-Serra P, Durand G, Berjon R, Karcher S, Martone M, Clark T. 2019. A data citation roadmap for scholarly data repositories. Sci Data [Internet]. [accessed 2019 Apr 27] 6(1):28. doi:10.1038/s41597-019-0031-8

@adam3smith adam3smith merged commit cd7b72b into citation-style-language:master Jan 5, 2022
@adam3smith
Copy link
Member

Thanks! I think there is a dependent change (or addition?) that's good with this?

@POBrien333
Copy link
Contributor Author

Yes, just created this: citation-style-language/journals#124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants