修改期刊 cite 分数
This commit is contained in:
@@ -7394,10 +7394,13 @@ function article_con() {
|
||||
marginLeft = 10
|
||||
} else
|
||||
if (Jour_num == 11) {
|
||||
CiteScoreStr = '0.4';
|
||||
CiteScoreStr = '0.7';
|
||||
}
|
||||
else if (Jour_num == 25) {
|
||||
CiteScoreStr = '1.8';
|
||||
CiteScoreStr = '2.4';
|
||||
}
|
||||
else if (Jour_num == 14) {
|
||||
CiteScoreStr = '1.0';
|
||||
}
|
||||
if (Jour_num == 1) {
|
||||
// $('#top_bar .nav_ban h2 img').css('zoom','0.75')
|
||||
|
||||
@@ -121,7 +121,7 @@ function commonHomePage() {
|
||||
}
|
||||
|
||||
.nav ul a:nth-child(3) li {
|
||||
width: 195px !important;
|
||||
width: 110px !important;
|
||||
}
|
||||
|
||||
.nav ul a:nth-child(4) li {
|
||||
@@ -194,12 +194,12 @@ function commonHomePage() {
|
||||
//bmec
|
||||
case 25:
|
||||
Published = '2022'
|
||||
CiteScore = '1.8'
|
||||
CiteScore = '2.4'
|
||||
apcUrl = `https://www.tmrjournals.com/bmec/apc`
|
||||
break;
|
||||
//mdm
|
||||
case 11:
|
||||
CiteScore = '0.4'
|
||||
CiteScore = '0.7'
|
||||
apcUrl = `https://www.tmrjournals.com/mdm/apc`
|
||||
break;
|
||||
case 2:
|
||||
@@ -220,7 +220,7 @@ function commonHomePage() {
|
||||
break;
|
||||
|
||||
case 14:
|
||||
CiteScore = '0.9'
|
||||
CiteScore = '1.0'
|
||||
Published = '2018'
|
||||
apcUrl = `https://www.tmrjournals.com/lr/apc`
|
||||
break;
|
||||
|
||||
2
js/js.js
2
js/js.js
@@ -59,7 +59,7 @@ $(document).ready(function () {
|
||||
width: 110px !important;
|
||||
}
|
||||
|
||||
#index_top .nav ul a:nth-child(3) li {
|
||||
#index_top .nav ul a:nth-child(2) li {
|
||||
width: 195px !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -292,11 +292,14 @@ 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.4</span></p>');
|
||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>0.7</span></p>');
|
||||
}
|
||||
if (Jour_num == 14) {
|
||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>1.0</span></p>');
|
||||
}
|
||||
//bmec
|
||||
if (Jour_num == 25) {
|
||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>1.8</span></p>');
|
||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>2.4</span></p>');
|
||||
}
|
||||
|
||||
//$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url);
|
||||
|
||||
Reference in New Issue
Block a user