Group Library syncing with My Library
Dear all,
I would appreciate any help with this question: Can I create a 'Group Library', then copy all my references from 'My Library' to my new Group Library; and then somehow find an easy way to keep the two synchronized?
So if I add a new reference in My Library, I would like it to be added to a selected Group Library.
If I modify the citation data of one reference which I shared from My Library to a Group Library, then the change I made in My Library should be reflected in the Group Library.
Is this possible? If there are Zotero people looking at these discussion, can you tell me if this is something Zotero is planning to develop?
Thanks a lot,
Bruno (bsenterre@gmail.com)
I would appreciate any help with this question: Can I create a 'Group Library', then copy all my references from 'My Library' to my new Group Library; and then somehow find an easy way to keep the two synchronized?
So if I add a new reference in My Library, I would like it to be added to a selected Group Library.
If I modify the citation data of one reference which I shared from My Library to a Group Library, then the change I made in My Library should be reflected in the Group Library.
Is this possible? If there are Zotero people looking at these discussion, can you tell me if this is something Zotero is planning to develop?
Thanks a lot,
Bruno (bsenterre@gmail.com)
One more question, pending development of the above: Currently, I created a Group Library which is intended to be a mirror of My entire Library. I thought that once in a while, I would just drag and drop again my hole library to that Group Library and it would simply add the new stuff. From your reply, I understand that it should work, but in fact it does not. I can select up to a certain number of items and drag them to the Group Library; but I cannot drag all items at once. Is there a limit in terms of number of items we can drag to a Group Library at once? I have 11000 items in my Library; pdf are only linked on my computer so I do not need to sync those.
Thanks a lot in advance for further advice
But you can also just drag in batches. Since Zotero won't duplicate items in the group, there's no harm even if you accidentally drag something more than once.
I'd be curious to see a Debug ID for an attempt to drag 11,000 items that didn't work, though. In principle it should work, and it's possible it's either just taking a long time with no progress indicator or something is timing out in the background. (One change we could make here would be to show a progress meter when dragging many items.)
I thought of using only a Group Library (to share it), but in that case Zotero does not allow to manage pdf as linked files and the free storage is very small. So I have no choice but to use my local Zotero library, and copy the references only to a Group Library.
I think also that I understood why the batch copy of many references to the Group Library did not work. It seems that this was because of series of references items interrupted by some linked files without defined parent item.
Thus, I moved the 11000 elements of my local library in batches as you suggested, being careful not to include linked files without parent item. It worked.
Thanks again.
Bruno
I just set up a group library for collaboration with a co-author. As I collect more references for our book, I thought I could maintain my own reference entries in my personal library and they would also update in the group library. Now I am not sure how to handle updating them in two places... Grateful for any tips!
Overleaf refuses to sync with group libraries, only syncing with "My Library". I do not even need a "My Library". They could all be the same class from the start, for all it matters to me.
To simplify this would be a great improvement for Zotero.
Some time ago there was another discussion on this (or a slightly related) topic, which could be helpful for this scenario, too: An implementation of a search function across MyLib and all group libs could help to find "shared" items and to keep track (manually) on it more easily.
A possible solution therefore could be to extend the Zotero GUI to allow the search function an inclusion of none, (selected) or all group libs. That seems to me a really simple way to start with.
The link to the mentioned discussion: https://forums.zotero.org/discussion/47107/searching-across-all-group-libraries
Meanwhile, could you maybe have several libraries for the project? That way you could have your references in "My_Library" and others could add their references in "Shared library". When you compile, references will be taken from either one of the bib.files.
For example with natbib (Biblatex would be better for this):
\usepackage[natbibapa]{apacite} % apa citation style with natbib like style (citep)
\usepackage{natbib} % might be redundant but getting all natbib options
% separators
%https://www.overleaf.com/learn/latex/Natbib_citation_styles
\bibliographystyle{apacite} % True APA-style
\documentclass{article}
\begin{document}
\citep{citekey1}
\citep{citekey2}
\bibliography{My_Shared_Library,My_Library}
\end{document}
You will have to share via google drive or the like. Overleaf does not work as of now as using BetterBibTex is currently difficult.https://tex.stackexchange.com/a/535935/244928