Exporting Notes to BibIX
Does anyone know of a way to export the Notes when you export to the BibIX format?
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
http://lucy.ukc.ac.uk/makhzan/refer.html (%Z is sometimes used for this, but I don't think Zotero should use this (it isn't in the spec and multiple notes or separate notes are not possible in Refer).
I have already written a conversion to go from BibIX to XML and do a few other things to the file. (This is a Word 2007 macro.) My macro is set to use %Z, so if the Notes were exported they would be converted. (Maybe it is not part of the Refer, but couldn't I select to use it anyway knowing what the consequences might be. It would definitely be a plus for me right now!) I don't currently allow for multiple notes, don't think we would have them, but I have accounted for multiple Authors and Editors, which do occur.
The XML file is then imported into Access and used/kept for various purposes. Then we use MailMerge to create an annotated bibliography, which is a Word Document.
If there is any better way to get the data into Access, keep it there and then create the Annotated bibliography, I would love to hear about it.
I did look for and try a few conversions found on the web but nothing I found worked.
However we need the data in Access. It is being queried, manipulated, and stored in Access, which is where the client wants it to be for use and archiving. So it is necessary to get it into Access.
Since it is in Access, doing a MailMerge with Word to create the Annotated bibliographies is quite simple. We also can have the Annotated Bibliography formatted the way we want when it is created. Not sure if xlst or whatever allows us to have the Bibliography formatted when it is created or if we would need to format all of the text.
I don't see anything in the preferences on customizing Zotero's Refer translator. Is there a place that explains this?
Reminder that all is currently working quite well (Export BibIX, Conversion to XML, To Access, MailMerge) with the exception of the notes not being exported via BibIX.
And thanks for all the help you have provided.
To edit the Refer translators, take a look at the translator documentation (http://www.zotero.org/support/dev/translators) and at the actual translator, which you can find in the file "ReferBibIX.js" in the translators directory of your Zotero data directory (http://www.zotero.org/support/zotero_data).
In the code I see portions like "item.creators[j].lastName" which I presume means get the last name from the jth (1st, 2nd, 3rd, etc.) creators in item. But how do I access the notes or better yet how do I find the library that shows how to access them?
Thanks for the info. However I think your second link is not correct. It takes me to the Table of contents fo rthe Nagoya Univeristy Graduate School of Law, with the following message; "Page not found The information you seek may have been moved. Please check the sitemap below." If this is correct, I need to know which item in the Table of contents I would go into.
That worked!
I change the ReferBibIX translator by modifying the code in the ReferBibIX.js file. What needs to be done to make this new code active?
Will just saving the file work? (I have tried this and it does not seem to use the new code.)
Do I need to quit and restart Firefox? ( I have tried this and it did not work either.)
I think my problem was that I had copied and renamed the original ReferBibIX.js to ReferBibIX(Old).js and that file for whatever reason, probably the Translator ID, was being read causing this "Old" file to being used rather than the changed one. Once I remove this "Old" file from the translator folder the changes started to take effect.
So now this works for you?
Thanks everyone for your ideas and help!
Any ideas why the file would work on one machine but not another?
I checked and the filename and translator ID are the same for both the old and new ReferBibIX.js files.
Zipping files and sending them through email should not cause file corruption should it?
"minVersion":"1.0.0b4.r5",
Thus I don't think the version of Zotero is a problem.