Skip to content

justinribeiro/zotero-google-scholar-citation-count

Repository files navigation

Google Scholar Citation Count for Zotero

Add-on that fetches numbers of citations of your Zotero collection items from Google Scholar, adding the citation count to the extra column for reference and sorting.

Zotero +v5.0 License: MPL 2.0 Test Coverage - Statements Test Coverage - Branches Test Coverage - Functions Test Coverage - Lines

Download Latest Version

Zotero 7 Beta - v4.0.0

Zotero 6 - v3.2.2

New in v4.0.0

This release is specifically adding the initial support for the upcoming Zotero 7. The most significant feature addition is that there is now a custom data column available that allows seeing Citation Count. See the sample video for usage. If you find issues in Zotero 7 beta, please let me know so we can squash some bugs!

A Note About Citation Counts

A common reported issue in the tracker is "Justin, it doesn't report the correct number of citations". I understand the frustration. Many people offer varying solutions that often fit for very limited cases or papers, but I cannot on the whole edge case them all. However, if you're looking for a definitive number of citations for a given resource, Google Scholar is not the tool for that usage. GS has known issues with this (it'll report wildly in some cases, see https://fediscience.org/@ct_bergstrom/111303567826479298 for one such case).

This plugin does its best to try to use what Google Scholar returns as a guidepost and nothing more. There isn't much I can do plugin-wise to resolve this without using making it very very opinionated (which I have tried to keep in check, because that has it's own problems for maintenance and viability).

Feel free to report this issue as you see fit; I will always try to resolve as best I can!

Demo

updating-the-citation-count-in-zotero-with-plugin.mp4

Install / Update

Install via Tools > Add-Ons within Zotero and use the Install Add-On from file... from the settings icon menu as shown in the screenshot below:

image

Make sure to restart Zotero for the plug-in to take effect.

Using the Plugin

Right click on an item or collection and select Update Google Scholar citation count..., which will then update the item(s) field extra with a GSCC: NNNNNNN:

image

Advanced: Change the throttle

[New, v3.1.0] Internal to the plugin is a random throttle that is on be default to not hammer Google Scholar and attempt to limit temp-bans. If you're wanting to roll the dice and go as fast as possible (which I don't recommend), as of version 3.1.0, you can now change the timing or disable it completely via Edit > Preferences > Advanced > Config Editor and by searching for the extensions.gscc branch:

image

I offer no warranty if you flip that flag off and attempt thousands of requests.

The Robot Problem

Google Scholar is a pain in the neck. Google makes no API available, so sometimes you'll get a message asking you to confirm you're not a robot via a recaptcha:

the dreaded recaptcha

In this case, complete the recaptcha and close the resulting window and run your citation count update again.

I can't get past the recaptcha!

Depending on how many items you're trying to update, Google Scholar might temporarily block you from such requests (and the plugin will continue prompting). In this case, restart Zotero (usually resolves issues) or let it cool down (go get cup of coffee, try citation count update again later).

This is an imperfect science until I do...some other things. :-)

Brief Note From Justin

If you've stumbling here, you're probably in my Doctorate cohort at Case Western Reserve University and are using Zotero.

If you're not, the gist is this: there are a lot of versions of this plugin from various folks with specific patches. This is my fork, of a fork, of a fork, that originally was from Anton Beloglazov back in 2011.

Regardless of those various patchwork forks, I've decided to do a quick rewrite to clean up and resolve some oddness I had noticed in other variations. I'm basically mixing a lot of old knowledge (hello Firefox Add-On system...those were the days my old friend) and a lot of new knowledge (ECMAScript and the web platform, I can't quit you).