Council of Science Editors (CSE) style
Hi,
I've installed the Council of Science Editors (CSE) style for submitting a manuscript. The instructions for authors stated that references in the text are given in square brackets: []
However, in my manuscript, all references are without any brackets andleveled up (don't know the exact term for it in english). Can anybody help me or correct this style?
I've installed the Council of Science Editors (CSE) style for submitting a manuscript. The instructions for authors stated that references in the text are given in square brackets: []
However, in my manuscript, all references are without any brackets andleveled up (don't know the exact term for it in english). Can anybody help me or correct this style?
This says CSE should be superscripted:
http://bcs.bedfordstmartins.com/resdoc5e/RES5e_ch11_s1-0002.html
and I just had someone quote in a different thread from the actual _Scientific Style and Format_ manual that they require superscript.
If you do need brackets, this isn't terribly hard to do:
Read this
http://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
then, in the style, change
<layout delimiter="," vertical-align="sup">
<text variable="citation-number"/>
<group prefix="(" suffix=")">
<label variable="locator" form="short" strip-periods="true"/>
<text variable="locator"/>
</group>
</layout>
to
<layout delimiter="," prefix="[" suffix="]">
<text variable="citation-number"/>
<group prefix="(" suffix=")">
<label variable="locator" form="short" strip-periods="true"/>
<text variable="locator"/>
</group>
</layout>
Thank you very much anyway! :-)
Edit: do you have a link to the author instructions for the journal?
I will try to change it myself, but I'm not en expert with this stuff.