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

Update ieee.csl to use non-breaking space in author initials #7390

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eltos
Copy link

@eltos eltos commented Jan 16, 2025

Avoids unfortunate breaking, i.e. produces

A. Author, B. Author and
C. Author, "A paper", ...

instead of

A. Author, B. Author and C.
Author, "A paper", ...


PS: Currently, only about 1% of the styles use non-breaking space and as such will suffer from the issue above.

Copy link

Awesome! You just created a pull request to the Citation Styles Language styles repository. One of our human volunteers will try to get in touch soon (usually within a week). In the meantime, I will run some automated checks. You should be notified of the results in a few minutes.

If you haven't done so yet, please make sure your style validates and follows all our other Style Requirements.

To update this pull request, visit the "Files changed" tab above, click on the ellipsis button in the top-right corner of your style, and then select "Edit file" to start editing:

If you have any questions, please leave a comment and we'll get back to you. While we usually respond in English, feel free to write in whatever language you're most comfortable.

Copy link

😃 Your submission passed all our automated tests.

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

ieee.csl (modified style)
[1], [2]
[3], [4]

[1]B.  Hancké, M.  Rhodes, and M.  Thatcher, Eds., Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy. Oxford and New York: Oxford University Press, 2007.
[2]“CSL search by example,” Citation Style Editor. Accessed: Dec. 15, 2012. [Online]. Available: http://editor.citationstyles.org/searchByExample/
[3]I.  Mares, “Firms and the welfare state: When, why, and how does social policy matter to employers?,” in Varieties of capitalism. The institutional foundations of comparative advantage, P. A.  Hall and D.  Soskice, Eds., New York: Oxford University Press, 2001, pp. 184–213.
[4]M.  Fenner et al., “A data citation roadmap for scholarly data repositories,” Sci. Data, vol. 6, no. 1, p. 28, Apr. 2019, doi: 10.1038/s41597-019-0031-8.
 [1], [2]<br/>
 [3], [4]<br/>
 <hr/>
-[1]B. Hancké, M. Rhodes, and M. Thatcher, Eds., <i>Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy</i>. Oxford and New York: Oxford University Press, 2007.<br/>
+[1]B.  Hancké, M.  Rhodes, and M.  Thatcher, Eds., <i>Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy</i>. Oxford and New York: Oxford University Press, 2007.<br/>
 [2]“CSL search by example,” Citation Style Editor. Accessed: Dec. 15, 2012. [Online]. Available: http://editor.citationstyles.org/searchByExample/<br/>
-[3]I. Mares, “Firms and the welfare state: When, why, and how does social policy matter to employers?,” in <i>Varieties of capitalism. The institutional foundations of comparative advantage</i>, P. A. Hall and D. Soskice, Eds., New York: Oxford University Press, 2001, pp. 184–213.<br/>
-[4]M. Fenner <i>et al.</i>, “A data citation roadmap for scholarly data repositories,” <i>Sci. Data</i>, vol. 6, no. 1, p. 28, Apr. 2019, doi: 10.1038/s41597-019-0031-8.<br/>
+[3]I.  Mares, “Firms and the welfare state: When, why, and how does social policy matter to employers?,” in <i>Varieties of capitalism. The institutional foundations of comparative advantage</i>, P. A.  Hall and D.  Soskice, Eds., New York: Oxford University Press, 2001, pp. 184–213.<br/>
+[4]M.  Fenner <i>et al.</i>, “A data citation roadmap for scholarly data repositories,” <i>Sci. Data</i>, vol. 6, no. 1, p. 28, Apr. 2019, doi: 10.1038/s41597-019-0031-8.<br/>

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.

1 participant