From 23366f0b1be31c938389d49a7b4393bdac1aae61 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: Fri, 10 Oct 2025 09:28:09 +0800 Subject: [PATCH] 20251010 --- journalIndex/js/journal.js | 24 ++- js/article.js | 2 +- js/article_v1.js | 2 + js/article_v2.js | 7 +- js/commonHomePage.js | 10 +- js/index.html | 309 +++++++++++++++++++++++++++++++++++++ jstmr/side.js | 2 +- 7 files changed, 339 insertions(+), 17 deletions(-) create mode 100644 js/index.html diff --git a/journalIndex/js/journal.js b/journalIndex/js/journal.js index f2e54ee..5388edd 100644 --- a/journalIndex/js/journal.js +++ b/journalIndex/js/journal.js @@ -80,6 +80,7 @@ margin-top:15px; } .article_ .bgv_san .Special_Issues_box{ + display:none !important; padding-top:25px !important; padding-bottom:0px !important; margin-top:-4px !important; @@ -1800,7 +1801,7 @@ function initJournalBaseInfo(result) { //tmr case 1: ImpactFactor = '1.3' - CiteScore = '2.0' + CiteScore = '2.1' break; //bmec case 25: @@ -1881,7 +1882,14 @@ function initJournalBaseInfo(result) { var apcStr = ``; if ([1, 25, 11].includes(Number(Jour_num))) { - apcStr = arr_jour.apc + + if (arr_jour.apc =='$600'){ + apcStr = ` ${arr_jour.apc}` + } else{ + apcStr = arr_jour.apc + } + + } else { apcStr = arr_jour.apc + `( 2025–2026 )`; } @@ -1937,13 +1945,13 @@ function initJournalBaseInfo(result) {
- Editor-in-Chief + Editor-in-Chief
${arr_jour.editorinchief}
- Editorial Board
+ Editorial Board
@@ -1957,8 +1965,8 @@ function initJournalBaseInfo(result) {
class="Freeapplication" style="
margin-left: 4px;
position: relative;
- top: -4px;
- color: #006699f0;
+
+ color: #444;
border-radius: 4px;
box-sizing: border-box;
font-size: 12px;
@@ -2005,10 +2013,10 @@ function initJournalBaseInfo(result) {
Acceptance: ${arr[i].acceptance}
Final Decision: ${arr[i].finaldecision}
- - + +Indexing
diff --git a/js/index.html b/js/index.html new file mode 100644 index 0000000..6e7301f --- /dev/null +++ b/js/index.html @@ -0,0 +1,309 @@ + + + + + + +
+ ScientistToo many journals to choose? Please select the topic of your manuscript.
++ We will exclusively utilize your email address to inform you about the release of new articles. You have the freedom to unsubscribe at any given moment. +
+CiteScore (Scopus): 2.0
'); + $('.edit_board_tmr').after('CiteScore (Scopus): 2.1
'); $('.edit_board_tmr').after('Impact Factor (Clarivate): 1.3
'); //$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url);