This is a plugin for easily obtaining the ccf rating of a paper, the corresponding conference/journal and the number of citations in Zotero.
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.
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.
- TimeTrapzz: Zotero 7 Plugin Rewrite and Adaptation
- tojunfeng: Plugin Core Logic Implementation