You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
It seems from my limited experimentation that I one asks the COCI API for citations, that an unlimited number is returned and written into a note. However, limits are imposed on the import from CrossRef on these DOIs returned from COCI. These limits are set in the preference pane.
I ran the COCI query on a resource in Zotero with the default value of 3. three resources showed up in my folder on the left side.
I ran the COCI query on a resource in Zotero with a custom value of 7. the three original resources showed up in a new folder with an additional 4 resources.
two folders, one for each query.
I think it makes sense to do two things:
don't create a new folder if it already exists.
don't download the citations again, because every time the plugin is run on a batch of resources it will import the previously imported ones again.
It seems from my limited experimentation that I one asks the COCI API for citations, that an unlimited number is returned and written into a note. However, limits are imposed on the import from CrossRef on these DOIs returned from COCI. These limits are set in the preference pane.
I ran the COCI query on a resource in Zotero with the default value of 3. three resources showed up in my folder on the left side.


I ran the COCI query on a resource in Zotero with a custom value of 7. the three original resources showed up in a new folder with an additional 4 resources.
two folders, one for each query.

I think it makes sense to do two things: