WenyanLiu / CCFrank4dblp

Displays the China Computer Federation (CCF) recommended rank of international conferences and journals in the dblp, Google Scholar, Connected Papers and and Web of Science search results.
MIT License
612 stars 46 forks source link

关于 dataGen.js 里 ccfRankList 的问题 #67

Open lovelxc opened 1 year ago

lovelxc commented 1 year ago

为什么 ccfRankList 要使用字符串类型而不是二维数组?二维数组不是更不容易出错吗? 参见以下格式

const ccfRankList = [
    ["A", "TOCS", "ACM Transactions on Computer Systems", "/journals/tocs", "/journals/tocs/tocs"],
    ["C“, "", "IEEE International Conference on Cloud Computing", "/conf/IEEEcloud", "/conf/IEEEcloud/IEEEcloud"],
];