The Journal of Neuroscience
I spotted an error in the format for book chapters. Page number symbol pp must be followed by a space instead of a period sign.
I revised the CSL file for the journal. Could someone update the style in the repository?
https://gist.github.com/1570141
Correction:
<text variable="page" prefix=", pp."/>
should be
<text variable="page" prefix=", pp "/>
I revised the CSL file for the journal. Could someone update the style in the repository?
https://gist.github.com/1570141
Correction:
<text variable="page" prefix=", pp."/>
should be
<text variable="page" prefix=", pp "/>
Thanks!
I just spotted another issue with the J Neurosci style.
In a bibliography, a reference by Le Van Quyen et al. is listed among authors starting with 'V' instead of those with 'L'.
The following change will do, won't it?
<macro name="author-bib">
<names variable="author">
.....
<name demote-non-dropping-particle="never"/>
<macro name="author-cit">
<names variable="author">
.....
<name demote-non-dropping-particle="never"/>
http://citationstyles.org/downloads/specification.html#name-part-order
Changed accordingly. I checked a couple of recent papers on the journal and I think the sort order should be demote-non-dropping-particle="never" (at least, Le XXXX and De XXXX are concerned).
https://gist.github.com/1597161
Could you update the repository?
<else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" " suffix="."/>
<group prefix=" ">
<text variable="container-title" font-style="normal" prefix=": "/>
<text macro="edition" prefix=", "/>
https://gist.github.com/1605756
Could someone update the repository, please?
By the way, it seems that the journal has changed their style recently without the author guideline unchanged/un-updated. So this style will have to be updated later anyway...