Add "Rights" to Bibliography

edited April 10, 2023
Hi All, I would like to add the Zotero field "Rights" to be displayed at the very end of the bibliography. So I added this after "access" in the .csl file (base Elsevier Harvard (with titles):

<bibliography hanging-indent="true" entry-spacing="0" line-spacing="1">
<sort>
<key macro="author"/>
<key macro="issued" sort="descending"/>
</sort>
<layout>
<group suffix=".">
<text macro="author" suffix=","/>
<text macro="issued" prefix=" "/>
<group prefix=". ">
<text macro="title"/>
<text macro="container"/>
<text macro="locators"/>
</group>
</group>
<text macro="access" prefix=". "/>
<text macro="rights"/>
</layout>
</bibliography>
</style>


Still, it is not displayed when I upload the style to Zotero. I looked for the correct tex macro name here: https://www.zotero.org/support/dev/citation_styles/csl_0.8.1_syntax, but here it does not list "Rights" at all. So I tried to use the field "Extras" instead, where it states: "note - maps to Extra". But neither using "note" nor using "extra" works. Could anyone help me out, please? Thanks!

P.s. I pasted the code I am using above, but somehow it is not displayed?
Sign In or Register to comment.