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
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
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.
https://github.com/citation-style-language/styles/blob/master/CONTRIBUTING.md
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
https://gist.github.com/4551728
Hope that works!
Thanks for the quick response adamsmith!
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>
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?
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!