Style Error:[the-journal-of-physical-chemistry-letters]

edited October 9, 2020
The JCPL Editor informed me of the following errors:

In Manuscript, for references with more than 10 authors, list first 10 authors
followed by "et al."


In Manuscript, remove urls from reference list

I was able to edit the american-chemical-society.csl by replacing the "author" macro with one from another CSL. This et al. format seems to be a new requirement for JPCL, only just appearing in some of the newly accepted papers online.

<macro name="author">
<names variable="author">
<name and="text" et-al-min="11" et-al-use-first="10" initialize-with=". "/>
<label form="short" prefix=", " text-case="capitalize-first"/>
<!--names variable="author" suffix="."-->
<!--name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter="; " delimiter-precedes-last="always"/-->
<et-al font-style="italic"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>



Also I commented out the "DOI" text-variable.

<!--text variable="DOI" prefix=". https://doi.org/"/-->;


This was an error. Only the "http://doi.org/" prefix should be removed:

<text variable="DOI" prefix=". "/>
Sign In or Register to comment.