Skip to content

Zotero plugin for quick access to paper CCF rating, conference/journal, and citation count.

License

Notifications You must be signed in to change notification settings

TimeTrapzz/zotero-ccf-info

Repository files navigation

Zotero CCF Info

zotero target version Using Zotero Plugin Template GitHub stars

This is a plugin for easily obtaining the ccf rating of a paper, the corresponding conference/journal and the number of citations in Zotero.

Usage

You can obtain the CCF information of the corresponding paper by selecting one or more entries and clicking "Get CCF Info" in the right-click menu.

image

Add missing journal/conference information

If the journal/conference information is missing, you can refer to src/modules/getPaperInfo.ts to add the missing information. The format is as follows:

{
  "/conf/icml": {
    "rank": "A",
    "abbr": "ICML",
    "full": "International Conference on Machine Learning",
    "url": "/conf/icml",
    "dblp": "/conf/icml/icml"
  }
}

Then, you can submit a PR to add the missing information.

Contributors

  • TimeTrapzz: Zotero 7 Plugin Rewrite and Adaptation
  • tojunfeng: Plugin Core Logic Implementation

About

Zotero plugin for quick access to paper CCF rating, conference/journal, and citation count.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages