20251010
This commit is contained in:
@@ -80,6 +80,7 @@ margin-top:15px;
|
||||
}
|
||||
|
||||
.article_ .bgv_san .Special_Issues_box{
|
||||
display:none !important;
|
||||
padding-top:25px !important;
|
||||
padding-bottom:0px !important;
|
||||
margin-top:-4px !important;
|
||||
@@ -1800,7 +1801,7 @@ function initJournalBaseInfo(result) {
|
||||
//tmr
|
||||
case 1:
|
||||
ImpactFactor = '1.3'
|
||||
CiteScore = '2.0'
|
||||
CiteScore = '2.1'
|
||||
break;
|
||||
//bmec
|
||||
case 25:
|
||||
@@ -1881,7 +1882,14 @@ function initJournalBaseInfo(result) {
|
||||
|
||||
var apcStr = ``;
|
||||
if ([1, 25, 11].includes(Number(Jour_num))) {
|
||||
apcStr = arr_jour.apc
|
||||
|
||||
if (arr_jour.apc =='$600'){
|
||||
apcStr = `<span style="color: ${arr_jour.system_color};"> ${arr_jour.apc}</span>`
|
||||
} else{
|
||||
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>`;
|
||||
}
|
||||
@@ -1937,13 +1945,13 @@ function initJournalBaseInfo(result) {
|
||||
<li class="mes_all_section_other" style="">
|
||||
<div style="${[1,2,8,4,11,18].includes(Number(Jour_num))?'padding-top:10px':''}" class="">
|
||||
<p>
|
||||
<span style="font-size:16px;">Editor-in-Chief</span>
|
||||
<b style="font-size:16px;">Editor-in-Chief</b>
|
||||
<p class="mes_edit"
|
||||
style="display: inline-block;vertical-align: top;margin: 0px;">${arr_jour.editorinchief}</p>
|
||||
</p>
|
||||
|
||||
<p class="edit_board_tmr">
|
||||
<span style="font-size:16px;">Editorial Board</span>
|
||||
<b style="font-size:16px;">Editorial Board</b>
|
||||
<a href="${arr_jour.board_url}"
|
||||
target="_blank">
|
||||
<img src="/img/editor.png" style="width: 26px;height: 25px;margin: 0 0 0 4px;vertical-align: bottom;">
|
||||
@@ -1957,8 +1965,8 @@ function initJournalBaseInfo(result) {
|
||||
class="Freeapplication" style="
|
||||
margin-left: 4px;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
color: #006699f0;
|
||||
|
||||
color: #444;
|
||||
border-radius: 4px;
|
||||
box-sizing: border-box;
|
||||
font-size: 12px;
|
||||
@@ -2005,10 +2013,10 @@ function initJournalBaseInfo(result) {
|
||||
</div>
|
||||
<p><a href="/for_author.html?J_num=${Jour_num}" target="_blank">Guide for Authors</a></p>
|
||||
<p ><a href="/afoor_text.html?footer_id=37" target="_blank">Peer-review process</a></p>
|
||||
<p><a href="${arr_jour.submission_url}" target="_blank">Submission System</a></p>
|
||||
|
||||
<p><a href="/z_f11-1.html?J_num=${Jour_num}" target="_blank">Ethics and Malpractice Statement</a></p>
|
||||
<p style="${Jour_num == 1 || Jour_num == 25 ? '' : 'display:none'}" class="mes_all_section_Gue_special" ><a href="/gue_edit.html?J_num=${Jour_num}" target="_blank">Special Issue Proposal</a></p>
|
||||
<p > <a href="/afoor_text.html?footer_id=21" target="_blank">Contact us</a></p>
|
||||
<p > <a href="${arr_jour.submission_url}" target="_blank">Submission System</a></p>
|
||||
</div>
|
||||
</li>
|
||||
`
|
||||
|
||||
@@ -7289,7 +7289,7 @@ function article_con() {
|
||||
var CiteScoreStr = ''
|
||||
var marginLeft = 20
|
||||
if (Jour_num == 1) {
|
||||
CiteScoreStr = '2.0';
|
||||
CiteScoreStr = '2.1';
|
||||
marginLeft = 10
|
||||
} else
|
||||
if (Jour_num == 11) {
|
||||
|
||||
@@ -194,8 +194,10 @@ justify-content: space-between;
|
||||
|
||||
.pos_ter>div:nth-child(4) {
|
||||
width: 272px;
|
||||
|
||||
margin-right:0;
|
||||
}
|
||||
|
||||
.pos_ter>a {
|
||||
|
||||
width: 270px;
|
||||
|
||||
@@ -22,10 +22,13 @@ width: 23%;
|
||||
}
|
||||
|
||||
.pos_ter>div:nth-child(4) {
|
||||
width: 23%;
|
||||
width: 23%; overflow:hidden;
|
||||
|
||||
}
|
||||
|
||||
.pos_ter>div:nth-child(4) img{
|
||||
position: relative;
|
||||
top: -16px;
|
||||
}
|
||||
.footer .daohang ul{
|
||||
width: 26% !important;
|
||||
|
||||
|
||||
@@ -180,10 +180,10 @@ $.ajax({
|
||||
var str = "";
|
||||
for(let i=0;i<arr.length;i++){
|
||||
var apcStr = ``;
|
||||
if ([1, 25, 11].includes(Number(arr[i].journal_id))) {
|
||||
if ([1, 25, 11,17].includes(Number(arr[i].journal_id))) {
|
||||
apcStr = arr[i].apc
|
||||
} else {
|
||||
apcStr = arr[i].apc + `<span style="color: ${arr[i].system_color};font-weight: bold;margin-left:6px;">( 2025–2026 )</span>`;
|
||||
apcStr = arr[i].apc + `<span style="color:#006699;font-weight: bold;margin-left:6px">( 2025–2026 )</span>`;
|
||||
}
|
||||
// 获取当前期刊独有的journalAbs数据(假设通过journal_id关联)
|
||||
var arr_Abc =arr[i].journalAbs? arr[i].journalAbs.filter(e => e.is_show == 1) : [];
|
||||
@@ -195,7 +195,7 @@ $.ajax({
|
||||
case 1:
|
||||
ImpactFactor = '1.3'
|
||||
Published = '2016'
|
||||
CiteScore = '2.0'
|
||||
CiteScore = '2.1'
|
||||
break;
|
||||
//bmec
|
||||
case 25:
|
||||
@@ -267,8 +267,8 @@ $.ajax({
|
||||
<p style="margin-top: 4px;font-size: 13px;">
|
||||
<b>Acceptance: </b>${arr[i].acceptance}</p>
|
||||
<p style="margin-top: 4px;font-size: 13px;"> <b>Final Decision: </b>${arr[i].finaldecision}</p>
|
||||
<p style="${CiteScore ? '' : 'display:none'};margin-top: 4px;font-size: 13px;"><b>CiteScore: </b> <span style="color: ${arr[i].system_color}">${CiteScore}</span></p>
|
||||
<p style="${ImpactFactor ? '' : 'display:none'};margin-top: 4px;font-size: 13px;"><b>Impact Factor: </b> <span style="color: ${arr[i].system_color}">${ImpactFactor}</span></p>
|
||||
<p style="${CiteScore ? '' : 'display:none'};margin-top: 4px;font-size: 13px;"><b>CiteScore: </b> <span style="color: #006699">${CiteScore}</span></p>
|
||||
<p style="${ImpactFactor ? '' : 'display:none'};margin-top: 4px;font-size: 13px;"><b>Impact Factor: </b> <span style="color: #006699">${ImpactFactor}</span></p>
|
||||
<p style="${apcStr ? '' : 'display:none'};margin-top: 4px;font-size: 13px;"><b>APC: </b> <span class="mes_APC">${apcStr}</span></p>
|
||||
<p style="${arr_Abc&&arr_Abc.length>0 ? '' : ''}margin-top: 4px;font-size: 13px;"><b class="wl_click" style="cursor: pointer;">Indexing</b> </p>
|
||||
|
||||
|
||||
309
js/index.html
Normal file
309
js/index.html
Normal file
@@ -0,0 +1,309 @@
|
||||
<!doctype html>
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>TMR</title>
|
||||
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="js/selectivity/selectivity-jquery.css">
|
||||
<link rel="stylesheet" type="text/css" href="js/swiper/swiper.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="style/Animate/animate.css">
|
||||
<link rel="stylesheet" type="text/css" href="style/form.css"/>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="common-overlay"></div>
|
||||
|
||||
<!-- 弹窗内容 -->
|
||||
<div id="common-popup">
|
||||
<span class="common-close-btn" onclick="closePopup()">×</span>
|
||||
<div style="padding: 30px 20px 20px 30px" class="common-popup-box">
|
||||
<h2 class="common-popup-title"></h2>
|
||||
<div class="common-popup-content">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="index_top"><!--头部信息--></div>
|
||||
|
||||
<div id="col-content">
|
||||
|
||||
|
||||
|
||||
<div class="exten_sion">
|
||||
|
||||
|
||||
<ul class="es_jour clear">
|
||||
<!-- 所有期刊列表-->
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<br clear="both">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- <div style="height: 1px;background-color: #ddd;width: 1300px;margin: 5px auto 15px auto"></div>
|
||||
|
||||
<div class="news_ment sy_splis">
|
||||
<div>
|
||||
<h4 class="rgb_color">Open Special Issues</h4>
|
||||
<a href="" class="more" target="_blank" style="margin-top: 25px;">More</a>
|
||||
<ul class="sy_spls_list">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div> -->
|
||||
|
||||
<div class="news_ment sy_npar">
|
||||
<div>
|
||||
<h4 class="rgb_color">New Papers</h4>
|
||||
<a href="" class="more" target="_blank">
|
||||
More
|
||||
<!-- <i class="fa fa-chevron-circle-right"></i>-->
|
||||
</a>
|
||||
<ul class="npar_one clear">
|
||||
<div style="width: 530px" class="tpoce_con1">
|
||||
|
||||
</div>
|
||||
<div style="width: 436px" class="tpoce_con2">
|
||||
|
||||
</div>
|
||||
<div style="width: 300px" class="tpoce_con3">
|
||||
|
||||
</div>
|
||||
<br clear="both">
|
||||
</ul>
|
||||
<!-- <ul class="npar_two clear">-->
|
||||
<!-- <!– New Papers文章–>-->
|
||||
<!-- </ul>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="news_ment sy_fr">
|
||||
<div>
|
||||
<h4 class="rgb_color" style="padding-bottom: 0">Online First</h4>
|
||||
<a href="" class="more" target="_blank">
|
||||
More
|
||||
</a>
|
||||
<div style="background-color: #006699;height: 1px;width: 100%;margin-bottom: 15px;"></div>
|
||||
<ul class="clear">
|
||||
<!-- Online First文章-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="news_ment sy_tcrd">
|
||||
<div>
|
||||
<h4 class="rgb_color" style="padding-bottom: 0">
|
||||
<span>Top Cited</span>
|
||||
<font style="font-weight: normal;margin-left: 15px;font-size: 26px;">( Recent 3 years )</font>
|
||||
</h4>
|
||||
<a href="" class="more" target="_blank">
|
||||
More
|
||||
</a>
|
||||
<div style="background-color: #006699;height: 1px;width: 100%;margin-bottom: 15px;"></div>
|
||||
<ul class="clear">
|
||||
<!-- Top cited文章-->
|
||||
</ul>
|
||||
<!-- <h4 class="rgb_color"><span>Top cited</span> / <span>Top read</span> / <span>Top download</span><font-->
|
||||
<!-- style="font-weight: normal">(Recent 3 years)</font></h4>-->
|
||||
<!-- <a href="" class="more" target="_blank">-->
|
||||
<!-- <i class="fa fa-chevron-circle-right"></i>-->
|
||||
<!-- </a>-->
|
||||
<!-- <ul class="clear">-->
|
||||
<!-- <!–Top cited / Top read / Top download文章–>-->
|
||||
<!-- </ul>-->
|
||||
|
||||
<!-- <h4 class="rgb_color"><span>Top cited</span><font-->
|
||||
<!-- style="font-weight: normal">(Recent 3 years)</font></h4>-->
|
||||
<!-- <a href="" class="more" target="_blank">-->
|
||||
<!-- <i class="fa fa-chevron-circle-right"></i>-->
|
||||
<!-- </a>-->
|
||||
<!-- <ul class="tcrd_three clear">-->
|
||||
<!-- <div style="width: 530px" class="tcrd_con1">-->
|
||||
|
||||
<!-- </div>-->
|
||||
<!-- <div style="width: 755px" class="tcrd_con2">-->
|
||||
|
||||
<!-- </div>-->
|
||||
<!-- <br clear="both">-->
|
||||
<!-- </ul>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- <div class="news_ment sy_nct">-->
|
||||
<!-- <div>-->
|
||||
<!-- <div style="width: 49%;float: left">-->
|
||||
<!-- <h4 class="rgb_color" style="padding-bottom: 0">News</h4>-->
|
||||
<!-- <a href="" class="more" target="_blank">-->
|
||||
<!-- More-->
|
||||
<!-- </a>-->
|
||||
<!-- <div style="background-color: #006699;height: 1px;width: 100%;margin-bottom: 15px;"></div>-->
|
||||
<!-- <ul class="clear">-->
|
||||
<!-- <!– News & Comment文章–>-->
|
||||
<!-- </ul>-->
|
||||
<!-- </div>-->
|
||||
<!-- <div style="width: 49%;float: right">-->
|
||||
<!-- <h4 class="rgb_color" style="padding-bottom: 0">Comment</h4>-->
|
||||
<!-- <a href="" class="more" target="_blank">-->
|
||||
<!-- More-->
|
||||
<!-- </a>-->
|
||||
<!-- <div style="background-color: #006699;height: 1px;width: 100%;margin-bottom: 15px;"></div>-->
|
||||
<!-- <ul class="clear">-->
|
||||
<!-- <!– News & Comment文章–>-->
|
||||
<!-- </ul>-->
|
||||
<!-- </div>-->
|
||||
<!-- <br clear="both">-->
|
||||
<!-- </div>-->
|
||||
|
||||
<!-- </div>-->
|
||||
|
||||
|
||||
<!-- <div class="news_ment sy_nct">-->
|
||||
<!-- <div>-->
|
||||
<!-- <h4 class="rgb_color"><span>News</span> / <span>Comment</span></h4>-->
|
||||
<!-- <a href="" class="more" target="_blank">-->
|
||||
<!-- <i class="fa fa-chevron-circle-right"></i>-->
|
||||
<!-- </a>-->
|
||||
|
||||
|
||||
<!-- <div id="certify">-->
|
||||
<!-- <div class="swiper-container">-->
|
||||
<!-- <div class="swiper-wrapper">-->
|
||||
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<!-- <div class="swiper-pagination"></div>-->
|
||||
<!-- <div class="swiper-button-prev"></div>-->
|
||||
<!-- <div class="swiper-button-next"></div>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<!-- <div id="certify_">-->
|
||||
<!-- <div class="swiper-container">-->
|
||||
<!-- <div class="swiper-wrapper">-->
|
||||
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<!-- <div class="swiper-pagination"></div>-->
|
||||
<!-- <div class="swiper-button-prev"></div>-->
|
||||
<!-- <div class="swiper-button-next"></div>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<div class="news_ment sy_dmne">
|
||||
<div>
|
||||
<h4 class="rgb_color">
|
||||
Collection
|
||||
</h4>
|
||||
<p class="sy_tit_n">
|
||||
<span>Immunology</span>
|
||||
</p>
|
||||
<div class="sy_tit_all">
|
||||
<!-- 话题列表-->
|
||||
</div>
|
||||
<a href="artihom_list_baseid.html?J_num=1&base_id=5" class="more" target="_blank">
|
||||
More
|
||||
</a>
|
||||
<ul class="sy_dmne_talk">
|
||||
<div style="width: 540px" class="talk_con1">
|
||||
|
||||
</div>
|
||||
<div style="width: 420px" class="talk_con2">
|
||||
|
||||
</div>
|
||||
<div style="width: 300px" class="talk_con3">
|
||||
|
||||
</div>
|
||||
<br clear="both">
|
||||
</ul>
|
||||
<p style="height: 30px"></p>
|
||||
<!-- <ul class="sy_dmne_lies">-->
|
||||
|
||||
<!-- </ul>-->
|
||||
<!-- <div class="bor_sty_col" style="left: 214px"></div>-->
|
||||
<!-- <div class="bor_sty_col" style="left: 431px"></div>-->
|
||||
<!-- <div class="bor_sty_col" style="left: 648px"></div>-->
|
||||
<!-- <div class="bor_sty_col" style="left: 864px"></div>-->
|
||||
<!-- <div class="bor_sty_col" style="left: 1081px"></div>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="news_ment ncon_SCom">
|
||||
<div>
|
||||
<div>
|
||||
<img src="img/unity_1.png" alt="" style="width: 150px;margin:22px 0 0 85px;">
|
||||
<a href="rev_ver.html" target="_blank" class="rgb_color">Scientist<br>Community</a>
|
||||
<div class="bor_sty_col" style="left: 323px"></div>
|
||||
<div class="bor_sty_col" style="left: 649px"></div>
|
||||
<div class="bor_sty_col" style="left: 971px"></div>
|
||||
</div>
|
||||
<div>
|
||||
<a href="tmrde" target="_blank">
|
||||
<img src="img/rev_pic.png" alt="" style="width: 150px;margin: 45px 0 0 82px;">
|
||||
</a>
|
||||
<br>
|
||||
<p class="rgb_color">Traditional Medicine Research <br> Data Expanded</p>
|
||||
</div>
|
||||
<div style="position: relative" class="newManuscript">
|
||||
<p class="rgb_color">Too many journals to choose? Please select the topic of your manuscript.</p>
|
||||
<div class="es_serch" style="">
|
||||
<div id="com_index" name="name"></div>
|
||||
<span class="es_serch_span" style="display: none;font-size: 12px;color: #e91c1c;margin-left: 5px;">Please select a topic!</span>
|
||||
<a target="_blank" class="es_serch_btn"><i class="fa fa-hand-o-right" aria-hidden="true"></i>Search</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<input type="text" id="emapl_de" value="" placeholder="Please enter a valid email address"/>
|
||||
<div id="combox_box" name="name"></div>
|
||||
<br><span class="spa spa_de"></span>
|
||||
<input type="submit" value="Subscribe" class="yue_de"/>
|
||||
<p style="color: #006699;font-size: 12px;line-height: 15px;">
|
||||
We will exclusively utilize your email address to inform you about the release of new articles. You have the freedom to unsubscribe at any given moment.
|
||||
</p>
|
||||
</div>
|
||||
<br clear="both">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<!--底部菜单栏-->
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="js/jquery-cookie.js"></script>
|
||||
<script src="js/clipboard.js"></script>
|
||||
<script src="js/return-top.js"></script>
|
||||
<script src="js/jquery-ui.js"></script>
|
||||
<script src="jss/jcMarquee.js" type="text/javascript"></script>
|
||||
<script src="style/combobox/combobox.js"></script>
|
||||
<script type="text/javascript" src="js/selectivity/selectivity-jquery.js"></script>
|
||||
<!--<script src="js/lunbo.js"></script>-->
|
||||
<!--<script src="js/checkbox.js"></script>-->
|
||||
<script src="js/js.js"></script>
|
||||
<script src="js/scientist.js"></script>
|
||||
<script src="js/swiper/swiper.min.js"></script>
|
||||
<script src="js/search.js"></script>
|
||||
<script src="js/commonHomePage.js"></script>
|
||||
<script src="jsb/unslider.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
sy_index();
|
||||
scout_home();
|
||||
commonHomePage();
|
||||
});
|
||||
</script>
|
||||
</html>
|
||||
@@ -154,7 +154,7 @@ function side_list() {
|
||||
$('.Join_Bord').attr('href', 'z_f6-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').after('<p><b>CiteScore (Scopus):</b> <span>2.0</span></p>');
|
||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>2.1</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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user