Skip to content

Add journal tags to articles to make it easier to quickly find the journals you need #440

Answered by Sinoftj
Sinoftj asked this question in Q&A
Discussion options

You must be logged in to vote

修复通过zotero浏览器插件时,无法添加期刊标签的bug:

/**
 * Add tags to target journals for easy filtering of journals
 * @sinoftj
 */

if (!item) {
    return "[Abbreviation Tag] item is empty";
}

// 定义期刊全称与缩写的映射
const titleToAbbreviation = {
    "academy of management journal": "AMJ",
    "journal of advertising": "JA",
    "journal of marketing": "JMar",
    "journal of consumer psychology": "JCP",
    "information systems research": "ISR",
    "journal of consumer research": "JCR",
    "journal of management": "JMan",
    "journal of marketing research": "JMR",
    "journal of the academy of marketing science": "JAMS",
    "management science": "ManS",
    "marketing science": "MarS",
    "annual review o…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Sinoftj
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Sinoftj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant