This commit is contained in:
2025-06-18 15:24:36 +08:00
parent a231e95997
commit 3d3f583f4b
4 changed files with 15 additions and 7 deletions

View File

@@ -7301,7 +7301,7 @@ function article_con() {
"> ">
<span class="cite-text" style="font-size: 11px;line-height: 16px;font-weight: 600;color: #f0f0f0;letter-spacing: -0.75px;"> <span class="cite-text" style="font-size: 11px;line-height: 16px;font-weight: 600;color: #f0f0f0;letter-spacing: -0.75px;">
<text style="margin-top: 7px;line-height: 19px;display: inline-block;">Impact Factor</text> <text style="margin-top: 7px;line-height: 19px;display: inline-block;">Impact Factor</text>
<strong style="font-size: 18px;color: #fff;">0.9</strong> <strong style="font-size: 18px;color: #fff;">1.3</strong>
</span> </span>
</div>`) </div>`)
} }

View File

@@ -331,7 +331,9 @@ function bf_list() {
} }
var ArchivingStr=`<a target="_blank" href="stages.html?J_num=${Jour_num}" style="font-size: 18px;font-weight: bold;margin-top: 0;color: ${localStorage.Journals_color};float: right;">Archiving</a>` var ArchivingStr=`<a target="_blank" href="stages.html?J_num=${Jour_num}" style="font-size: 18px;font-weight: bold;margin-top: 0;color: ${localStorage.Journals_color};float: right;">Archiving</a>`
if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) {
if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) {
$('.current_list>h4').html('Current Volume<span>' + time_ + '</span>'+ArchivingStr); $('.current_list>h4').html('Current Volume<span>' + time_ + '</span>'+ArchivingStr);
} else if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22|| Jour_num == 19 ||Jour_num == 12) { // 合并期刊 } else if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22|| Jour_num == 19 ||Jour_num == 12) { // 合并期刊
$('.current_list>h4').html('Latest Issue<span>' + time_ + '</span>'); $('.current_list>h4').html('Latest Issue<span>' + time_ + '</span>');

View File

@@ -312,11 +312,17 @@ function bf_list() {
} }
var ArchivingStr=`<a target="_blank" href="stages.html?J_num=${Jour_num}" style="font-size: 18px;font-weight: bold;margin-top: 0;color: ${localStorage.Journals_color};float: right;">Archiving</a>` var ArchivingStr = `<a target="_blank" href="stages.html?J_num=${Jour_num}" style="font-size: 18px;font-weight: bold;margin-top: 0;color: ${localStorage.Journals_color};padding-left:120px;">Archiving</a>`
ArchivingStr += `<a target="_blank" href="guest.html?J_num=${Jour_num}" style="font-size: 18px;font-weight: bold;margin-top: 0;color: ${localStorage.Journals_color};">Special Issues</a>`
$('.current_list>h4 span').html(time_);
$('.current_list>h4').append(ArchivingStr);
$('.current_list>h4').html(`<div style="font-weight: bold;">Current Issue<span>${time_}</span></div>${ArchivingStr}`);
$('.current_list>h4').css({
'display': 'flex',
'align-items': 'center',
'justify-content': 'space-between'
});
$('.current_list>ul').html(str); $('.current_list>ul').html(str);

View File

@@ -151,7 +151,7 @@ function side_list() {
$('.Join_Bord2').attr('href', 'z_f11-1.html?J_num=' + Jour_num); $('.Join_Bord2').attr('href', 'z_f11-1.html?J_num=' + Jour_num);
$('.edit_board_tmr>a').attr('href', arr_jour.board_url); $('.edit_board_tmr>a').attr('href', arr_jour.board_url);
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>1.8</span></p>'); $('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>1.8</span></p>');
$('.edit_board_tmr').after('<p><b>Impact Factor (Clarivate):</b> <span>0.9</span></p>'); $('.edit_board_tmr').after('<p><b>Impact Factor (Clarivate):</b> <span>1.3</span></p>');
//$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url); //$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url);