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);