lcovaci

About

Username
lcovaci
Joined
Roles
Member

Comments

  • I did the following in translators/crossref.js, works for APS, Nature Comm, Sci reports. line 163 added the reportnumber: + item.reportNumber = ZU.xpathText(refXML, 'c:publisher_item/c:item_number', ns); item.publicationTitle = ZU.xpathText(metadat…
  • Sleework, the code needs to be changed if one has multiple citations. Here are my modifications: function doExport() { //Zotero.write("% BibTeX export generated by Zotero "+Zotero.Utilities.getVersion()); // to make sure the BOM gets igno…