This commit is contained in:
2025-10-10 09:28:09 +08:00
parent 0cbcfe3409
commit 23366f0b1b
7 changed files with 339 additions and 17 deletions

View File

@@ -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 = `<span style="color: ${arr_jour.system_color};"> ${arr_jour.apc}</span>`
} else{
apcStr = arr_jour.apc
}
} else {
apcStr = arr_jour.apc + `<span style="color: ${arr_jour.system_color};font-weight: bold;margin-left:6px;">( 20252026 )</span>`;
}
@@ -1937,13 +1945,13 @@ function initJournalBaseInfo(result) {
<li class="mes_all_section_other" style="">
<div style="${[1,2,8,4,11,18].includes(Number(Jour_num))?'padding-top:10px':''}" class="">
<p>
<span style="font-size:16px;">Editor-in-Chief</span>
<b style="font-size:16px;">Editor-in-Chief</b>
<p class="mes_edit"
style="display: inline-block;vertical-align: top;margin: 0px;">${arr_jour.editorinchief}</p>
</p>
<p class="edit_board_tmr">
<span style="font-size:16px;">Editorial Board</span>
<b style="font-size:16px;">Editorial Board</b>
<a href="${arr_jour.board_url}"
target="_blank">
<img src="/img/editor.png" style="width: 26px;height: 25px;margin: 0 0 0 4px;vertical-align: bottom;">
@@ -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) {
</div>
<p><a href="/for_author.html?J_num=${Jour_num}" target="_blank">Guide for Authors</a></p>
<p ><a href="/afoor_text.html?footer_id=37" target="_blank">Peer-review process</a></p>
<p><a href="${arr_jour.submission_url}" target="_blank">Submission System</a></p>
<p><a href="/z_f11-1.html?J_num=${Jour_num}" target="_blank">Ethics and Malpractice Statement</a></p>
<p style="${Jour_num == 1 || Jour_num == 25 ? '' : 'display:none'}" class="mes_all_section_Gue_special" ><a href="/gue_edit.html?J_num=${Jour_num}" target="_blank">Special Issue Proposal</a></p>
<p > <a href="/afoor_text.html?footer_id=21" target="_blank">Contact us</a></p>
<p > <a href="${arr_jour.submission_url}" target="_blank">Submission System</a></p>
</div>
</li>
`