DOI removal from Elsevier Vancouver Style

Hi.
Would anyone know how to edit the .csl file to remove from the doi onwards, in the reference below?

[23] Huebner GM, McMichael M, Shipworth D, Shipworth M, Durand-Daubin M, Summerfield A. The reality of English living rooms – A comparison of internal temperatures against common model assumptions. Energy Build 2013;66:688–96. doi:10.1016/j.enbuild.2013.07.025.

For all journal articles, I only require the following:

[23] Huebner GM, McMichael M, Shipworth D, Shipworth M, Durand-Daubin M, Summerfield A. The reality of English living rooms – A comparison of internal temperatures against common model assumptions. Energy Build 2013;66:688–96.

The above is the Elsevier Vancouver style, which has the following section of code (which may be of help..:

</macro>
<macro name="access">
<choose>
<if variable="DOI">
<text variable="DOI" prefix="doi:"/>
</if>
<else-if type="webpage post-weblog" match="any">
<choose>
<if variable="URL">
<text variable="URL"/>
<group prefix=" (" suffix=")" delimiter=" ">
<text term="accessed"/>
<date variable="accessed" form="text"/>
</group>
</if>
</choose>
</else-if>
</choose>
</macro>
<citation collapse="citation-number">
  • Hi again. Just spotted this discussion:
    https://forums.zotero.org/discussion/48534/reporting-style-error-radiotherapy-and-oncology/?Focus=222665#Comment_222665

    in which Elsevier are happy to have the doi left in situ, which will be removed at the type-setting stage. I might just contact the conference organiser/journal authorities to clear this up. No doi was given in the example references I received.
  • yes, I'd recommend to leave the DOI for all Elsevier journals, but just in case
    <macro name="access">
    <choose>
    <if type="webpage post-weblog" match="any">
    <choose>
    <if variable="URL">
    <text variable="URL"/>
    <group prefix=" (" suffix=")" delimiter=" ">
    <text term="accessed"/>
    <date variable="accessed" form="text"/>
    </group>
    </if>
    </choose>
    </if>
    </choose>
    </macro>
  • Thank you. If I need to use the code, I will let you know if successful.
Sign In or Register to comment.