From 9f71a2ab59c154877beffc4aba0a2be0922870f8 Mon Sep 17 00:00:00 2001 From: Yu_Yuemin Date: Sun, 10 Nov 2024 16:55:45 +0800 Subject: [PATCH] modified: src/modules/getPaperInfo.ts --- src/modules/getPaperInfo.ts | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/modules/getPaperInfo.ts b/src/modules/getPaperInfo.ts index 3e9dfd2..6a900cf 100644 --- a/src/modules/getPaperInfo.ts +++ b/src/modules/getPaperInfo.ts @@ -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",