Add "Rights" to Bibliography
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):
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?
<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?
So, you need to put something into that macro to actually render information.
However, it's not clear what field of what item type you want to display?
To see what's available see this: https://aurimasv.github.io/z2csl/typeMap.xml
Also, make sure to use the latest CSL spec, not 0.8 from 10yrs ago.
https://docs.citationstyles.org/en/stable/specification.html