Hyperlinks to bibliography
Hi,
in my company (engineering consulting and technical reports, several hundred employees) we are looking into introducing zotero.
So far, the feedback (by the test-group) is quite positive. However, people really want the citation to be hyperlinks pointing to the bibliography (and back).
So far, we are using (hand written) numbered lists as bibliography. This way the "citations" are automatically hyperlinks. Alt+left jumps back from the bibliography to the citation.
Is there any way to introduce a feature like this into zotero?
Who do I need to talk to?
thanks a lot in advance
Philipp
in my company (engineering consulting and technical reports, several hundred employees) we are looking into introducing zotero.
So far, the feedback (by the test-group) is quite positive. However, people really want the citation to be hyperlinks pointing to the bibliography (and back).
So far, we are using (hand written) numbered lists as bibliography. This way the "citations" are automatically hyperlinks. Alt+left jumps back from the bibliography to the citation.
Is there any way to introduce a feature like this into zotero?
Who do I need to talk to?
thanks a lot in advance
Philipp
Is there a chance for progress in the direction of hyperlinks to bibliography (and back)?
I think, this would be a real benefit for the user.
Would a bounty (https://www.bountysource.com/) help?
Thanks
Philipp
For the hyperlink functionality, would a well-working Word Macro work, or do you need this fully integrated in Zotero and also working for LibreOffice?
I cannot say how the alt+left thingy works technically. As long as it brings me back to that part of the document, I came from, I am happy. ;-)
We do not use LibreOffice.
However, our costumers do not get our word-reports but generated pdf-versions. Would a Word Macro make it into the pdf?
thanks
Philipp
I think it'd be nice to build this into the word processor add-on itself, but I at least don't have the skills to do that.
I am not 100% sure what you mean with regards to pdf: With the macro-approach, will there be links in the pdf?
I agree, inegration into the add-on would be super-nice. However, placing a file somewhere (as long as it does not have to be updated on a weekly basis) sounds also like a working solution.
Who would I need to talk to for this?
Thanks
Philipp
I am back from vacation and highly motivated to work with Zotero :-)
Has there been progress on the link-to-bibliography-issue?
What can I do / Who can I talk to in order to find a solution?
(We would like the bibliography markers, say [42], to be hyperlinks pointing to the bibliography. By pressing ALT+Left, we would like to jump back from the bibliography to the original position in the document)
thanks in advance
Philipp
As for your question above -- yes, the macro approach will transfer to and work in PDFs, too.
Also interesting: Is there someone out there who would do this for money?
numerical is totally fine for us! No flexibility at all is needed from our side in that respect.
Thanks.
me again ;-)
is there news on the hyperlink-to-bibliography issue?
thanks
Philipp
I’ve developed a VBA script called ZoteroLinkCitation, inspired by discussions on this forum about linking in-text citations directly to their bibliography entries in Word documents when using Zotero.
Features:
- Currently 15 citation styles are tested in my thesis (>130 references), including APA, IEEE, ACS, Chicago, etc.
- Detects the citation style used in the document automatically.
- Maintains Zotero field integrity post-linking.
- Allows customization of link appearance (color, size, font) in Word.
- Correctly handles multiple references in the Author-Date style where the first author is the same.
Project and details here: https://github.com/altairwei/ZoteroLinkCitation
In this repo I have written a detailed step-by-step guide on how to use Word macros. Requests for supporting other citation styles can be made in the repo issue. I'll be happy to maintain the VBA script on an ongoing basis, as well as answer any questions about its use in repo issues (not in Zotero forum).