diff --git a/js/article.js b/js/article.js
index c595022..c8ff10c 100644
--- a/js/article.js
+++ b/js/article.js
@@ -7301,7 +7301,7 @@ function article_con() {
">
Impact Factor
- 0.9
+ 1.3
`)
}
diff --git a/js/journal.js b/js/journal.js
index d860ebd..c7978f1 100644
--- a/js/journal.js
+++ b/js/journal.js
@@ -331,7 +331,9 @@ function bf_list() {
}
var ArchivingStr=`Archiving`
- 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' + time_ + ''+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) { // 合并期刊
$('.current_list>h4').html('Latest Issue' + time_ + '');
diff --git a/jstmr/journal.js b/jstmr/journal.js
index 15d77c2..ee36d9e 100644
--- a/jstmr/journal.js
+++ b/jstmr/journal.js
@@ -312,12 +312,18 @@ function bf_list() {
}
- var ArchivingStr=`Archiving`
-
- $('.current_list>h4 span').html(time_);
- $('.current_list>h4').append(ArchivingStr);
+ var ArchivingStr = `Archiving`
+ ArchivingStr += `Special Issues`
+ $('.current_list>h4').html(`
Current Issue${time_}
${ArchivingStr}`);
+
+ $('.current_list>h4').css({
+ 'display': 'flex',
+ 'align-items': 'center',
+ 'justify-content': 'space-between'
+ });
+
$('.current_list>ul').html(str);
$('.links_ .txt_copy').css('background', localStorage.Journals_color);
diff --git a/jstmr/side.js b/jstmr/side.js
index e4ea027..584240e 100644
--- a/jstmr/side.js
+++ b/jstmr/side.js
@@ -151,7 +151,7 @@ function side_list() {
$('.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').after('CiteScore (Scopus): 1.8
');
- $('.edit_board_tmr').after('Impact Factor (Clarivate): 0.9
');
+ $('.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);