更新网站apc
This commit is contained in:
@@ -123,7 +123,7 @@ targetImgs.forEach(img => {
|
||||
$('.jour_message div .mes_final').html(arr_jour.finaldecision);
|
||||
|
||||
var apcStr = ``;
|
||||
if ([1, 25, 11,14].includes(Number(Jour_num))) {
|
||||
if ([1, 25, 11,14,18].includes(Number(Jour_num))) {
|
||||
apcStr = arr_jour.apc
|
||||
} else {
|
||||
apcStr = arr_jour.apc + `<span style="color: ${arr_jour.system_color};font-weight: bold;margin-left:6px;">( 2025–2026 )</span>`;
|
||||
@@ -292,10 +292,10 @@ targetImgs.forEach(img => {
|
||||
|
||||
$('.edit_board_tmr>a').attr('href', arr_jour.board_url);
|
||||
if (Jour_num == 11) {
|
||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>0.7</span></p>');
|
||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>0.8</span></p>');
|
||||
}
|
||||
if (Jour_num == 14) {
|
||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>1.1</span></p>');
|
||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>1.2</span></p>');
|
||||
}
|
||||
//bmec
|
||||
if (Jour_num == 25) {
|
||||
|
||||
Reference in New Issue
Block a user