From 08bf0cf7c933016aacfab4eebde9f2ea165e0723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Wed, 10 Jun 2026 14:07:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0bmec=E5=92=8Clr=20cite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- journalIndex/js/journal.js | 4 ++-- js/article.js | 4 ++-- js/commonHomePage.js | 4 ++-- js/side.js | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/journalIndex/js/journal.js b/journalIndex/js/journal.js index 5e0db6d..f99fcd5 100644 --- a/journalIndex/js/journal.js +++ b/journalIndex/js/journal.js @@ -2458,7 +2458,7 @@ function initJournalBaseInfo(result) { break; //bmec case 25: - CiteScore = "2.4"; + CiteScore = "2.5"; apcUrl = `https://www.tmrjournals.com/bmec/apc`; break; //mdm @@ -2468,7 +2468,7 @@ function initJournalBaseInfo(result) { apcUrl = `https://www.tmrjournals.com/mdm/apc`; break; case 14: - CiteScore = "1.0"; + CiteScore = "1.1"; apcUrl = `https://www.tmrjournals.com/lr/apc`; break; case 2: diff --git a/js/article.js b/js/article.js index cbb3a7f..4917579 100644 --- a/js/article.js +++ b/js/article.js @@ -7397,10 +7397,10 @@ function article_con() { CiteScoreStr = '0.7'; } else if (Jour_num == 25) { - CiteScoreStr = '2.4'; + CiteScoreStr = '2.5'; } else if (Jour_num == 14) { - CiteScoreStr = '1.0'; + CiteScoreStr = '1.1'; } if (Jour_num == 1) { // $('#top_bar .nav_ban h2 img').css('zoom','0.75') diff --git a/js/commonHomePage.js b/js/commonHomePage.js index 371b2f4..714935c 100644 --- a/js/commonHomePage.js +++ b/js/commonHomePage.js @@ -194,7 +194,7 @@ function commonHomePage() { //bmec case 25: Published = '2022' - CiteScore = '2.4' + CiteScore = '2.5' apcUrl = `https://www.tmrjournals.com/bmec/apc` break; //mdm @@ -220,7 +220,7 @@ function commonHomePage() { break; case 14: - CiteScore = '1.0' + CiteScore = '1.1' Published = '2018' apcUrl = `https://www.tmrjournals.com/lr/apc` break; diff --git a/js/side.js b/js/side.js index 7b322da..5759c5e 100644 --- a/js/side.js +++ b/js/side.js @@ -295,11 +295,11 @@ targetImgs.forEach(img => { $('.edit_board_tmr').after('
CiteScore (Scopus): 0.7
'); } if (Jour_num == 14) { - $('.edit_board_tmr').after('CiteScore (Scopus): 1.0
'); + $('.edit_board_tmr').after('CiteScore (Scopus): 1.1
'); } //bmec if (Jour_num == 25) { - $('.edit_board_tmr').after('CiteScore (Scopus): 2.4
'); + $('.edit_board_tmr').after('CiteScore (Scopus): 2.5
'); } //$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url);