Zotero

Connect Zotero To Cloud

Zotero is a free, easy-to-use tool tohelp you collect, organize, cite and share research.
The data and file are separated in Zotero. The data system contains the library items, notes, links, tags etc. - everythin except attachment files.
The file system contains the attached files(PDFs, audo and video files) and this is the most hevy part of our library.
However, the Zotero storage only support 300M free space. So we can use the Zotero account for data syncing and use othercloud space for file syncing.
The BaiDuYun synchronization space is an ideal platform for sharing.

1
2
3
4
5
6
7
~~~~~Windows~~~~~~
mklink \d C:\Users\Administrator\Zotero\storage D:\BaiduSyncdisk\storage
~~~~~~~~~~~~~~~~~~

~~~~~~Mac~~~~~~~~~
ln -s /pathto/BaiduSyncdisk/Zotero/storage /pathto/Zotero/storage
~~~~~~~~~~~~~~~~~