更新网站apc

This commit is contained in:
2026-07-24 16:13:38 +08:00
parent 18c7bececf
commit e8c270d2fa
13 changed files with 820 additions and 81 deletions

View File

@@ -2455,6 +2455,7 @@ function initJournalBaseInfo(result) {
case 1:
ImpactFactor = "1.3";
CiteScore = "2.5";
apcUrl = `https://www.tmrjournals.com/tmr/free-application`;
break;
//bmec
case 25:
@@ -2464,11 +2465,11 @@ function initJournalBaseInfo(result) {
//mdm
case 11:
CiteScore = "0.7";
CiteScore = "0.8";
apcUrl = `https://www.tmrjournals.com/mdm/apc`;
break;
case 14:
CiteScore = "1.1";
CiteScore = "1.2";
apcUrl = `https://www.tmrjournals.com/lr/apc`;
break;
case 2:
@@ -2559,7 +2560,7 @@ function initJournalBaseInfo(result) {
}
var apcStr = ``;
if ([1, 25, 11,14].includes(Number(Jour_num))) {
if ([1, 25, 11,14,18].includes(Number(Jour_num))) {
if (arr_jour.apc == "$600") {
apcStr = `<span style="color: ${arr_jour.system_color};"> ${arr_jour.apc}</span>`;
} else {
@@ -2641,7 +2642,7 @@ function initJournalBaseInfo(result) {
}</span></p>
<p><span>APC:</span> <span class="mes_APC">
${
Jour_num == 25 || Jour_num == 11|| Jour_num == 14
Jour_num == 25 || Jour_num == 11|| Jour_num == 14||Jour_num == 1
? `<a href="${apcUrl}" target="_blank" class="apc-link"><span>${apcStr}</span></a>`
: apcStr
}