Edit Style to include DOI

Hi everyone, I'm looking for a way to edit the style I need to use (that is Emerald - Harvard) in such a way that it will include DOI, which is requested by the journal. Is this possible to do? Thank you for any help! Paul
  • edited December 12, 2022
    Which journal is this specifically?

    You can do that by deleting the lines

    <choose>
    <if variable="page" match="none">

    (that's line 111-112 in the code) and

    Then about 20 lines down delete the corresponding
    </if>
    </choose>


    in this block, i.e. right *above* the else

    </if>
    </choose>
    </else>


    If this is for a particular journal (or a general Emerald requirement) we can also look at this from our end.
  • We'd want a correct style for all users, not just give one single person a fix.

    I've submitted a fix for the repository. You can already use this style:
    https://raw.githubusercontent.com/citation-style-language/styles/d8422e5b5ed0fe4cd956166bbc69f681def3981a/emerald-harvard.csl
  • edited December 13, 2022
    Hi adamsmith, damnation, thanks for your help! I used the fix and it works well.

    It was for the Journal of Product and Brand Management which requires using one of the recognised Harvard styles and refer to the Emerald - Harvard style for that.

    Thanks again, I appreciate it! Best, Paul
Sign In or Register to comment.