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

Work in Progress: Create journal-of-international-peacekeeping.csl #4286

Open
wants to merge 4 commits into
base: master
from

Conversation

@csl-bot

This comment has been minimized.

Copy link

commented Aug 29, 2019

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, and click on the pencil icon (see below) in the top-right corner of your style 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.

@POBrien333 POBrien333 changed the title Create journal-of-international-peacekeeping.csl Work in Progress: Create journal-of-international-peacekeeping.csl Aug 29, 2019

@csl-bot

This comment has been minimized.

Copy link

commented Aug 29, 2019

😃 Your submission passed all our automated tests.

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

journal-of-international-peacekeeping.csl (new)
Bob Hancké, Martin Rhodes, and Mark Thatcher (eds.), Beyond Varieties of Capitalism : Conflict, Contradiction, and Complementarities in the European Economy (Oxford and New York: Oxford University Press, 2007); ‘CSL Search by Example’, Citation Style Editor, http://editor.citationstyles.org/searchByExample/.
Isabela Mares, ‘Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?’, in Peter A. Hall and David Soskice (ed.), Varieties of Capitalism. The Institutional Foundations of Comparative Advantage (New York: Oxford University Press, 2001), pp. 184–213; Martin Fenner et al., ‘A Data Citation Roadmap for Scholarly Data Repositories’, Scientific Data, vol. 6, no. 1 2019, p. 28, doi:10.1038/s41597-019-0031-8.
@csl-bot

This comment has been minimized.

Copy link

commented Aug 30, 2019

😃 Your submission passed all our automated tests.

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

journal-of-international-peacekeeping.csl (new)
Bob Hancké, Martin Rhodes, and Mark Thatcher (eds.), Beyond Varieties of Capitalism : Conflict, Contradiction, and Complementarities in the European Economy (Oxford and New York: Oxford University Press, 2007); ‘CSL Search by Example’, Citation Style Editor, http://editor.citationstyles.org/searchByExample/.
Isabela Mares, ‘Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?’, in Peter A. Hall and David Soskice (ed.), Varieties of Capitalism. The Institutional Foundations of Comparative Advantage (New York: Oxford University Press, 2001), pp. 184–213; Martin Fenner et al., ‘A Data Citation Roadmap for Scholarly Data Repositories’, Scientific Data, vol. 6, no. 1 2019, p. 28, doi:10.1038/s41597-019-0031-8.
@POBrien333

This comment has been minimized.

Copy link
Contributor Author

commented Aug 30, 2019

A new edition of Patrick vs CMoS. I need your help, @rmzelle:
How do I remove the comma between title-note and container-contributors-note in without effing up the whole style?

Before:
Isabela Mares, ‘Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?’, in Peter A. Hall and David Soskice (ed.), Varieties of Capitalism. The Institutional Foundations of Comparative Advantage (New York: Oxford University Press, 2001), pp. 184–213.

After:
Isabela Mares, ‘Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?’ in Peter A. Hall and David Soskice (ed.), Varieties of Capitalism. The Institutional Foundations of Comparative Advantage (New York: Oxford University Press, 2001), pp. 184–213.

@POBrien333

This comment has been minimized.

Copy link
Contributor Author

commented Sep 9, 2019

@adam3smith Can you help me? :)

@adam3smith

This comment has been minimized.

Copy link
Member

commented Sep 9, 2019

I'd have to look at the code & requirements in detail, but the basics are to add another group, i.e. take

 <group delimiter=", ">
   <group delimiter=", ">
     <text macro="contributors-note"/>
     <text macro="title-note"/>
     <text macro="issue-map-graphic"/>
   </group>
   <text macro="description-note"/>
   <text macro="container-contributors-note"/>
   <text macro="secondary-contributors-note"/>
   <text macro="container-title-note"/>
  </group>

Turn into something like

<group delimiter=", ">
  <group delimiter=" ">
    <group delimiter=", ">
       <text macro="contributors-note"/>
       <text macro="title-note"/>
       <text macro="issue-map-graphic"/>
     </group>
    <text macro="container-contributors-note"/>
  </group>
  <text macro="description-note"/>
  <text macro="secondary-contributors-note"/>
  <text macro="container-title-note"/>
</group>
@csl-bot

This comment has been minimized.

Copy link

commented Sep 10, 2019

😃 Your submission passed all our automated tests.

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

journal-of-international-peacekeeping.csl (new)
Bob Hancké, Martin Rhodes, and Mark Thatcher (eds.), Beyond Varieties of Capitalism : Conflict, Contradiction, and Complementarities in the European Economy (Oxford and New York: Oxford University Press, 2007); ‘CSL Search by Example’, Citation Style Editor, http://editor.citationstyles.org/searchByExample/.
Isabela Mares, ‘Firms and the Welfare State: When, Why, and How Does Social Policy Matter to Employers?’ in Peter A. Hall and David Soskice (eds.), Varieties of Capitalism. The Institutional Foundations of Comparative Advantage (New York: Oxford University Press, 2001), pp. 184–213; Martin Fenner et al., ‘A Data Citation Roadmap for Scholarly Data Repositories’, Scientific Data, vol. 6, no. 1 2019, p. 28, doi:10.1038/s41597-019-0031-8.
@POBrien333

This comment has been minimized.

Copy link
Contributor Author

commented Sep 10, 2019

Thanks @adam3smith ! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.