there is slow, then there is slow
Hi All,
I have a fast computer and no problems I am aware of.
I have a large Word doc (pp. 600) with 900 citations - it is now taking 1 to 5 minutes for each new citation to go through and be added.
Any suggestions for speeding this up, other than chopping the doc in half? Thanks for any tips.
I have a fast computer and no problems I am aware of.
I have a large Word doc (pp. 600) with 900 citations - it is now taking 1 to 5 minutes for each new citation to go through and be added.
Any suggestions for speeding this up, other than chopping the doc in half? Thanks for any tips.
Some styles are faster than others -- I think author date is probably the fastest option -- and some word processor/OS combinations are faster than others (in particular, Word for Mac, at least up to 2011, not sure about the latest version, is slow),
but that'll only do so much. I'd say actually using the citation feature in documents >300 pages with common numbers of citations isn't really feasible at this time. The only viable advice is to work in chapters or the equivalent.
I don't have the faintest clue about the technical side of this, but I really wish this would become a feature in Zotero for Word.
https://github.com/zotero/
The code that calls them is in the integration.js source file of Zotero:
https://github.com/zotero/zotero/blob/4.0/chrome/content/zotero/xpcom/integration.js
Communication patterns between Zotero and the plugins are definitely not for the faint-hearted. There would be a steep learning curve for anyone digging into it.
https://github.com/zotero/zotero-word-for-windows-integration
https://github.com/zotero/zotero-word-for-mac-integration
https://github.com/zotero/zotero-libreoffice-integration
respectively.
If I recall correctly, I concluded that the API to the plugins doesn't offer a means of updating a single field - but I wouldn't take my own word for it, I may have been mistaken.