Skip to content

Commit

Permalink
modified: src/modules/getPaperInfo.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
YuyueminAustin committed Nov 10, 2024
1 parent d96056d commit 9f71a2a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/modules/getPaperInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -801,12 +801,19 @@ const ccfRankList: { [key: string]: RankInfo } = {
url: "/journals/winet",
dblp: "/journals/winet/winet",
},
"/journals/iot": {
"/journals/iotj": {
rank: "C",
abbr: "IOT",
abbr: "IOTJ",
full: "IEEE Internet of Things Journal",
url: "/journals/iot",
dblp: "/journals/iot/iot",
url: "/journals/iotj",
dblp: "/journals/iotj/iotj",
},
"/journals/imwut": {
rank: "A",
abbr: "IMWUT",
full: "Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies",
url: "/journals/imwut",
dblp: "/journals/imwut/imwut",
},
"/conf/sigcomm": {
rank: "A",
Expand Down

0 comments on commit 9f71a2a

Please sign in to comment.