Adding doi to Taylor & Francis Harvard x
Hello forums,
I'm would like to add the doi field to the Taylor & Francis Harvard X style found here: https://github.com/citation-style-language/styles/blob/master/taylor-and-francis-harvard-x.csl
The content should be included at the very end of the reference and as an example it should read (without quotation marks, obviously) "doi: 10.1016/j.enpol.2008.12.003".
Any guidance on how to edit the .csl file would be appreciated.
Thanks!
I'm would like to add the doi field to the Taylor & Francis Harvard X style found here: https://github.com/citation-style-language/styles/blob/master/taylor-and-francis-harvard-x.csl
The content should be included at the very end of the reference and as an example it should read (without quotation marks, obviously) "doi: 10.1016/j.enpol.2008.12.003".
Any guidance on how to edit the .csl file would be appreciated.
Thanks!
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
at the tend of the bibliography section. Might be you need to add another space in the prefix depending on what you need.
<text variable="DOI" prefix="doi:" >
instead of the blank line.Thanks for clarifying what Adamsmith was writing. And thank you for the source code. That really was a simple fix. I was attempting to add a macro... totally unnecessary!