Google Scholar Citations for Zotero
Hello,
Since Zotero 6.0, the column containing the counter on google scholar citations is no longer working.
I have seen in the Add-ons Manager that the Google Scholar Citations plugin is no longer compatible with Zotero 6.
Does anyone know if there is an addon similar to Google Scholar Citations for Zotero 6? If not, I am looking forward to it! If not maybe I will switch back to Zotero 5.
Kind regards,
David.
Since Zotero 6.0, the column containing the counter on google scholar citations is no longer working.
I have seen in the Add-ons Manager that the Google Scholar Citations plugin is no longer compatible with Zotero 6.
Does anyone know if there is an addon similar to Google Scholar Citations for Zotero 6? If not, I am looking forward to it! If not maybe I will switch back to Zotero 5.
Kind regards,
David.
If technically at all possible, it would be great to give users the option to run deprecated plugins (at our own risk) in newer versions of Zotero (6.x). Thank you.
Zotero is the best!
Markus
but as I say there -- this is a bad idea if you want to do this for longer than a couple of weeks to finish a project. Things will stop gradually stop working & break left and right.
For most add-ons, just updating the max version in the install.rdf file and re-zipping is all you need.
Cheers,
Markus
I actively maintain a fork of eschnett's repo that also combines the google scholar citation plugin. You can see it here: https://github.com/welpdx/zotero-citationcounts, or download the the latest release.
I'm not a good programmer but the plugin gets the job done quick with no big problems.
It can only do google scholar, crossref, inspire, and semantic right now. Information goes into the
Extra
field and the citation count goes in theCall Number
column for filtering. You can read other features and info in the readme.Issue reports and suggestions are welcomed.
Welp
Alternatively, to modify a past plugin to work in the new Zotero version, all you have to do is unpack the .xpi and change two files: install.rdf and update.rdf, so that it reads:
<em:maxVersion>6.*</em:maxVersion>
.As mentioned before, do this at your own risk. (I did do this for eschnett's 1.2.0 version and there are no big issues other than that some functions don't work.)
Edit: Disclaimer about the diy
https://github.com/scitedotai/scite-zotero-plugin
I thought that scite will automatically have those columns displayed after I installed it lol.
mb, I see it when I rightclick to display those columns. Thanks.
https://github.com/justinribeiro/zotero-google-scholar-citation-count
[Here is URL] https://github.com/ryul1206/zotero-gscc-background-worker
There is no good solution for reCAPTCHA yet. But I'm sharing it in case it might be helpful to someone. I intended to make this background worker competible with justinribeiro's plugin(https://github.com/justinribeiro/zotero-google-scholar-citation-count).