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