Seminars in Pediatric Neurology

Hello,

I am writing a paper for this journal and with my limited coding background have managed to make a citation style... Is there anyone who can double check this? If yes, perhaps we can add to the style repository...?

Here is guide for authors: http://www.elsevier.com/journals/seminars-in-pediatric-neurology/1071-9091/guide-for-authors

I have the .csl file saved on my comp.

All the Best,
CR
  • absolutely. See option C here:
    https://github.com/citation-style-language/styles/blob/master/CONTRIBUTING.md
  • Excellent!

    Thank you adamsmith! I noticed one bug in it that hopefully someone can help me remove once it is up... the in-text citations are supposed to be superscript - now, this works with the numbers, but if there is a "," or "-" in between the actual numbers, that is not appearing as superscript... Any suggestions? Will try to at least get this up somewhere where someone with more coding experience can have a crack at it!

    Thanks,
    CR
  • Here is the gist it made...

    https://gist.github.com/4551728

    Hope that works!

    Thanks for the quick response adamsmith!
  • I'll take a closer look, but for your problem:
    take this
    <layout font-style="normal" font-weight="normal" text-decoration="none" vertical-align="baseline" delimiter=", ">
    <text variable="citation-number" vertical-align="sup"/>
    </layout>

    and change it to

    <layout vertical-align="sup" delimiter=", ">
    <text variable="citation-number" />
    </layout>
  • Hi Adamsmith,

    Here is the new version of the gist - sorry it has taken a few days to get to you. What do you think of this? I have verified with journal and book citations, but other forms might need someone to take a 2nd look just in case. Otherwise, the style is here:

    https://gist.github.com/4601601

    How can we add it to the site when it is ready?
  • Thanks! I'll take care of uploading it - it'll just take a couple of days for me to review it - I'll let you know when it's up.
  • The style is now up. It will show up on the repository within 30mins. It may take up to 24hs for the preview to work.
    If you submit corrections or additions to the style in the future, please always work with the most recent copy from the style repository, as we frequently adjust the formatting of styles slightly.

    Thank you for contributing!
  • Thank you for all of your assistance! Amazing!

This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.

Sign In or Register to comment.