From ee787251515a53c82886c0340df40b62a26b66a3 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: Thu, 4 Jun 2026 14:56:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=9F=E5=88=8A=20cite=20?= =?UTF-8?q?=E5=88=86=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- header_in.html | 4 ++-- journalIndex/js/journal.js | 6 +++--- js/article.js | 7 +++++-- js/commonHomePage.js | 8 ++++---- js/js.js | 2 +- js/side.js | 7 +++++-- 6 files changed, 20 insertions(+), 14 deletions(-) diff --git a/header_in.html b/header_in.html index 61bc179..339d884 100644 --- a/header_in.html +++ b/header_in.html @@ -5,9 +5,9 @@
  • Submission System
  • - +
  • Scientist Community
  • diff --git a/journalIndex/js/journal.js b/journalIndex/js/journal.js index c850134..5e0db6d 100644 --- a/journalIndex/js/journal.js +++ b/journalIndex/js/journal.js @@ -2458,17 +2458,17 @@ function initJournalBaseInfo(result) { break; //bmec case 25: - CiteScore = "1.8"; + CiteScore = "2.4"; apcUrl = `https://www.tmrjournals.com/bmec/apc`; break; //mdm case 11: - CiteScore = "0.4"; + CiteScore = "0.7"; apcUrl = `https://www.tmrjournals.com/mdm/apc`; break; case 14: - CiteScore = "0.9"; + CiteScore = "1.0"; apcUrl = `https://www.tmrjournals.com/lr/apc`; break; case 2: diff --git a/js/article.js b/js/article.js index 46b6cbe..cbb3a7f 100644 --- a/js/article.js +++ b/js/article.js @@ -7394,10 +7394,13 @@ function article_con() { marginLeft = 10 } else if (Jour_num == 11) { - CiteScoreStr = '0.4'; + CiteScoreStr = '0.7'; } else if (Jour_num == 25) { - CiteScoreStr = '1.8'; + CiteScoreStr = '2.4'; + } + else if (Jour_num == 14) { + CiteScoreStr = '1.0'; } 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 635c77e..371b2f4 100644 --- a/js/commonHomePage.js +++ b/js/commonHomePage.js @@ -121,7 +121,7 @@ function commonHomePage() { } .nav ul a:nth-child(3) li { - width: 195px !important; + width: 110px !important; } .nav ul a:nth-child(4) li { @@ -194,12 +194,12 @@ function commonHomePage() { //bmec case 25: Published = '2022' - CiteScore = '1.8' + CiteScore = '2.4' apcUrl = `https://www.tmrjournals.com/bmec/apc` break; //mdm case 11: - CiteScore = '0.4' + CiteScore = '0.7' apcUrl = `https://www.tmrjournals.com/mdm/apc` break; case 2: @@ -220,7 +220,7 @@ function commonHomePage() { break; case 14: - CiteScore = '0.9' + CiteScore = '1.0' Published = '2018' apcUrl = `https://www.tmrjournals.com/lr/apc` break; diff --git a/js/js.js b/js/js.js index f016459..0619b9e 100644 --- a/js/js.js +++ b/js/js.js @@ -59,7 +59,7 @@ $(document).ready(function () { width: 110px !important; } -#index_top .nav ul a:nth-child(3) li { +#index_top .nav ul a:nth-child(2) li { width: 195px !important; } diff --git a/js/side.js b/js/side.js index 17c8d71..7b322da 100644 --- a/js/side.js +++ b/js/side.js @@ -292,11 +292,14 @@ targetImgs.forEach(img => { $('.edit_board_tmr>a').attr('href', arr_jour.board_url); if (Jour_num == 11) { - $('.edit_board_tmr').after('

    CiteScore (Scopus): 0.4

    '); + $('.edit_board_tmr').after('

    CiteScore (Scopus): 0.7

    '); + } + if (Jour_num == 14) { + $('.edit_board_tmr').after('

    CiteScore (Scopus): 1.0

    '); } //bmec if (Jour_num == 25) { - $('.edit_board_tmr').after('

    CiteScore (Scopus): 1.8

    '); + $('.edit_board_tmr').after('

    CiteScore (Scopus): 2.4

    '); } //$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url);