As a researcher, I mainly use Refnotes in TiddlyWiki and Zotero to manage my literature reading. It is not always easy to link different research/scholar platforms (e.g. publishers, Scopus and Google Scholar) with TiddlyWiki and Zotero when I search and read online.
I am developing a Chrome Extension pubconnector which mainly modify webpages in publisher website, scopus.com and scholar.google.com according information in TiddlyWiki and Zotero.
A banner at the top right corner with links to different platforms
Highlighted items existing in Tiddlywiki in scopus.com and scholar.google.com
With basic bibtex-doi
information, this extension will only show a few basic icons (i.e. TiddlyWiki, Search in scholar.google.com, search in scopus.com, open zotero item and pdf file).
Other icons will depend on injection of scopus eid
and scholar cid
into fields scopus-eid
and scholar-cid
, respectively, into TiddlyWiki. I have some R scripts for this purpose (GitHub - byzheng/rpubconnector).
Hope someone find this extension is useful for them.