tijiao
This commit is contained in:
2
Apc.html
2
Apc.html
@@ -346,7 +346,7 @@
|
||||
|
||||
.footer {
|
||||
width: 100%;
|
||||
background-color: #428ae2;
|
||||
background-color:#012169;
|
||||
}
|
||||
|
||||
.footer .bianma {
|
||||
|
||||
@@ -35,7 +35,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p style="padding-bottom: 20px;">E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p>
|
||||
<p style="padding-bottom: 20px;" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
|
||||
|
||||
</div>
|
||||
|
||||
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
|
||||
@@ -249,4 +250,5 @@
|
||||
});
|
||||
|
||||
|
||||
</script>
|
||||
</script>
|
||||
<script src="./js/footer.js"></script>
|
||||
@@ -83,7 +83,9 @@
|
||||
<!-- <!– <li><a href="z_f13-1.html" target="_blank">Conferences</a></li>–>-->
|
||||
<!-- </ul>-->
|
||||
<!-- <br clear="both">-->
|
||||
|
||||
</div>
|
||||
<div class="daohang_bottom_line"></div>
|
||||
<div class="bianma">
|
||||
<div>
|
||||
Copyright © <b class="time_year"></b> TMR Publishing Group Limited.
|
||||
@@ -92,16 +94,19 @@
|
||||
<div class="delog_tc">
|
||||
<p>
|
||||
Disclaimer: All publications' positions, perspectives, and data are solely those of the authors and
|
||||
contributors. TMR Publishing Group disclaims no liability for any injury to any person or property resulting
|
||||
from any position, idea, method, description, or product mentioned in the publication. In addition, TMR
|
||||
Publishing Group stays neutral with regard to jurisdictional claims in published maps, online maps, and
|
||||
contributors. TMR Publishing Group disclaims no liability for any injury to any person or property
|
||||
resulting
|
||||
from any position, idea, method, description, or product mentioned in the publication. In addition,
|
||||
TMR
|
||||
Publishing Group stays neutral with regard to jurisdictional claims in published maps, online maps,
|
||||
and
|
||||
institutional affiliations.
|
||||
</p>
|
||||
<div class="triacoud"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p style="padding-bottom: 20px;">E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p>
|
||||
<p style="padding-bottom: 20px;" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
|
||||
</div>
|
||||
|
||||
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
|
||||
@@ -124,18 +129,18 @@
|
||||
str += '<li><a href="afoor_text.html?&footer_id=' + arr[i][j].footer_id + '" target="_blank">' + arr[i][j].footer_title + '</a></li>'
|
||||
}
|
||||
str += '</ul>'
|
||||
}else if (i == 'Publisher Information') {
|
||||
} else if (i == 'Publisher Information') {
|
||||
str += '<ul style="width: 310px"><h3>' + i + '</h3>'
|
||||
for (var j = 0; j < arr[i].length; j++) {
|
||||
str += '<li><a href="afoor_text.html?&footer_id=' + arr[i][j].footer_id + '" target="_blank">' + arr[i][j].footer_title + '</a></li>'
|
||||
}
|
||||
str += '</ul>'
|
||||
}else if (i == 'Products') {
|
||||
} else if (i == 'Products') {
|
||||
str += '<ul style="width: 340px"><h3>' + i + '</h3>'
|
||||
str += '<li><a href="atr_wisdom.html?&wis_dom=0" target="_blank">Journals</a></li>' +
|
||||
'<li><a href="booker_list.html?bo_id=0" target="_blank">Books</a></li>' +
|
||||
'<li><a href="https://submission.tmrjournals.com" target="_blank">TMR submission and tracking system</a></li>' +
|
||||
'<li><a href="atr_wisdom.html?&wis_dom=0" target="_blank">Intelligent journal selection system</a></li>'+
|
||||
'<li><a href="atr_wisdom.html?&wis_dom=0" target="_blank">Intelligent journal selection system</a></li>' +
|
||||
'<li><a href="rev_ver.html" target="_blank">Scientist community</a></li>' +
|
||||
'<li><a href="/tmrde" target="_blank">TMRDE</a></li>'
|
||||
for (var j = 0; j < arr[i].length; j++) {
|
||||
@@ -156,47 +161,49 @@
|
||||
|
||||
$('.daohang').html(str + '<br clear="both">');
|
||||
|
||||
var data= new Date
|
||||
|
||||
|
||||
var data = new Date
|
||||
$('.time_year').html(data.getFullYear())
|
||||
|
||||
// 获取地址判断国家跳转
|
||||
$.ajax({
|
||||
type: 'post', url: apiUrl + 'api/Main/getIpLocation',
|
||||
data: {
|
||||
"ip": returnCitySN["cip"]
|
||||
},
|
||||
success: function (result) {
|
||||
if (result.code == 0) {
|
||||
// console.log(returnCitySN["cip"]+','+returnCitySN["cname"])
|
||||
// console.log(returnCitySN["cip"].split('.')[0])
|
||||
// console.log(returnCitySN["cname"])
|
||||
$.ajax({
|
||||
type: 'post', url: apiUrl + 'api/Main/getIpLocation',
|
||||
data: {
|
||||
"ip": returnCitySN["cip"]
|
||||
},
|
||||
success: function (result) {
|
||||
if (result.code == 0) {
|
||||
// console.log(returnCitySN["cip"]+','+returnCitySN["cname"])
|
||||
// console.log(returnCitySN["cip"].split('.')[0])
|
||||
// console.log(returnCitySN["cname"])
|
||||
|
||||
var loca_ip = window.location.href.split('/')[2].match(/www.tmrjournals.(.*)/)[1]
|
||||
var loca_ip = window.location.href.split('/')[2].match(/www.tmrjournals.(.*)/)[1]
|
||||
|
||||
if (result.data.country == 'gn') {
|
||||
if (loca_ip != 'cn') {
|
||||
var loca_zd = window.location.href.match(/https:\/\/www.tmrjournals.com(.*)/)[1]
|
||||
window.parent.location.href = "https://www.tmrjournals.cn" + loca_zd
|
||||
}
|
||||
}
|
||||
if (result.data.country == 'gw') {
|
||||
if (loca_ip != 'com') {
|
||||
var loca_zd = window.location.href.match(/https:\/\/www.tmrjournals.cn(.*)/)[1]
|
||||
window.parent.location.href = "https://www.tmrjournals.com" + loca_zd
|
||||
}
|
||||
}
|
||||
if (result.data.country == 'jyw') {
|
||||
if (result.data.country == 'gn') {
|
||||
if (loca_ip != 'cn') {
|
||||
var loca_zd = window.location.href.match(/https:\/\/www.tmrjournals.com(.*)/)[1]
|
||||
window.parent.location.href = "https://www.tmrjournals.cn" + loca_zd
|
||||
}
|
||||
}
|
||||
if (result.data.country == 'gw') {
|
||||
if (loca_ip != 'com') {
|
||||
var loca_zd = window.location.href.match(/https:\/\/www.tmrjournals.cn(.*)/)[1]
|
||||
window.parent.location.href = "https://www.tmrjournals.com" + loca_zd
|
||||
}
|
||||
}
|
||||
if (result.data.country == 'jyw') {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
// ShowDanger("请求失败!");
|
||||
}
|
||||
},
|
||||
error: function () {
|
||||
ShowDanger("error!");
|
||||
}
|
||||
})
|
||||
} else {
|
||||
// ShowDanger("请求失败!");
|
||||
}
|
||||
},
|
||||
error: function () {
|
||||
ShowDanger("error!");
|
||||
}
|
||||
})
|
||||
|
||||
} else {
|
||||
// ShowDanger("请求失败!");
|
||||
@@ -211,4 +218,5 @@
|
||||
});
|
||||
|
||||
|
||||
</script>
|
||||
</script>
|
||||
<script src="./js/footer.js"></script>
|
||||
@@ -305,7 +305,8 @@
|
||||
<br clear="both">
|
||||
<div class="bianma">
|
||||
<p>Copyright © TMR Publishing Group Limited. </p>
|
||||
<p style="padding-bottom:2px;">E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p>
|
||||
<p style="padding-bottom: 2px;" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -300,7 +300,8 @@
|
||||
</div>
|
||||
<div class="bianma">
|
||||
<p>Copyright © TMR Publishing Group Limited. </p>
|
||||
<p>E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p>
|
||||
<p style="" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -8524,6 +8524,7 @@ function shouldColor(rowIndex, cellIndex, row) {
|
||||
return false;
|
||||
}
|
||||
function addRowIdToData(data) {
|
||||
console.log('data at line 8526:', data)
|
||||
let idCounter = 0; // Initialize an ID counter
|
||||
|
||||
// Iterate through each row
|
||||
@@ -8537,11 +8538,13 @@ function addRowIdToData(data) {
|
||||
const cell = data[i][j];
|
||||
|
||||
// If the cell has a rowspan attribute, propagate the same ID across all affected rows
|
||||
if (cell.rowspan && cell.rowspan > 1) {
|
||||
if (cell&&cell.text&&cell.rowspan && cell.rowspan > 1) {
|
||||
for (let k = 0; k < cell.rowspan; k++) {
|
||||
if (data[i + k]) {
|
||||
|
||||
// Ensure that all cells in the same column and across the rows have the same rowId
|
||||
data[i + k][j].rowId = `row-${idCounter - 1}`;
|
||||
data[i + k][j] ={...data[i + k][j],rowId:`row-${idCounter - 1}`} ;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
37
js/footer.js
Normal file
37
js/footer.js
Normal file
@@ -0,0 +1,37 @@
|
||||
function initFooter() {
|
||||
// const $daohang = $('.footer .daohang');
|
||||
// $daohang.nextUntil('.daohang_bottom_line').remove(); // 删除中间所有元素,直到 .busuna 前的所有兄弟
|
||||
|
||||
console.log(11)
|
||||
$('.footer .daohang').css({
|
||||
'border-bottom':'none',
|
||||
})
|
||||
$('.daohang_bottom_line').css({
|
||||
'background': 'red',
|
||||
'height': '6px',
|
||||
'border-top': '0.5px solid #fff',
|
||||
'border-bottom': '0.5px solid #fff',
|
||||
'width': '1300px',
|
||||
'margin': '0 auto',
|
||||
})
|
||||
$('.footer-bottom-email').css({
|
||||
'display': 'flex',
|
||||
'align-items': 'center',
|
||||
'justify-content': 'center',
|
||||
})
|
||||
$('.footer-bottom-email-line').css({
|
||||
'font-weight': '700',
|
||||
/* width: 3px; */
|
||||
/* display: inline-block; */
|
||||
'border': '2px solid #fff',
|
||||
/* height: 16px; */
|
||||
'line-height': '14px',
|
||||
'margin': '0px 10px',
|
||||
'height': '12px',
|
||||
'display': 'inline-block',
|
||||
})
|
||||
|
||||
|
||||
|
||||
}
|
||||
initFooter()
|
||||
466
js/form.css
466
js/form.css
File diff suppressed because it is too large
Load Diff
@@ -7,12 +7,12 @@ $('.footer').load('footer_in.html')
|
||||
|
||||
// 首页内容
|
||||
function scien_list() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
// 首页中侧内容
|
||||
function sy_index() {
|
||||
function sy_index() {
|
||||
Jour_num = '1';
|
||||
localStorage.setItem("Journals_title", 'Traditional Medicine Research.');
|
||||
|
||||
@@ -736,14 +736,14 @@ function sy_index() {
|
||||
arr[i].jabbr + '</a> | ' + arr[i].stage_year + '</span>' +
|
||||
'<a target="_blank" href="article.html?J_num=' + arr[i].journal_id + '&a_id=' + arr[i].article_id + '"><p>'
|
||||
+ arr[i].title + '</p></a></div>'
|
||||
} else if (arr[i].stage_year && str2_num_2 < 1) {
|
||||
} else if (arr[i].stage_year && str2_num_2 < 1) {
|
||||
str2_num_2 = str2_num_2 + 1
|
||||
str2_2 += '<div><img src="' + imgarticleUrl + arr[i].icon + '" alt="">' +
|
||||
'<span>' + arr[i].abbr + '. | <a style="color: #006699" target="_blank" href="/' + arr[i].usx + '">' +
|
||||
arr[i].jabbr + '</a> | ' + arr[i].stage_year + '</span>' +
|
||||
'<a target="_blank" href="article.html?J_num=' + arr[i].journal_id + '&a_id=' + arr[i].article_id + '"><p>'
|
||||
+ arr[i].title + '</p></a></div>'
|
||||
} else if (arr[i].stage_year && str3_num < 3) {
|
||||
} else if (arr[i].stage_year && str3_num < 3) {
|
||||
str3_num = str3_num + 1
|
||||
str3 += '<div><span>' + arr[i].abbr + '. | <a style="color: #006699" target="_blank" href="/' + arr[i].usx + '">' +
|
||||
arr[i].jabbr + '</a> | ' + arr[i].stage_year + '</span>' +
|
||||
@@ -7840,7 +7840,7 @@ function art_wisdom() {
|
||||
if (arr[i].journal_id == 2 || arr[i].journal_id == 17 || arr[i].journal_id == 18) {
|
||||
arr[i].cycle_ = 'Continuities'
|
||||
}
|
||||
|
||||
|
||||
if (i < 4) {
|
||||
str_1 += '<li><a href="' + arr[i].usx + '" target="_blank"><img src="' + imgjourUrl + arr[i].icon + '" alt=""></a><div>' +
|
||||
// '<a target="_blank" href="/' + arr[i].usx + '">' + arr[i].title + '</a>' +
|
||||
@@ -8759,4 +8759,4 @@ function afooter_text() { // 获取地址栏信息
|
||||
|
||||
})
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -419,6 +419,7 @@ $.ajax({
|
||||
|
||||
|
||||
$('.footer .daohang').html(str);
|
||||
|
||||
|
||||
} else {
|
||||
// ShowDanger("请求失败!");
|
||||
|
||||
629
lr/index_.html
629
lr/index_.html
@@ -1,356 +1,362 @@
|
||||
<!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>Life Research</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/>
|
||||
<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="js/type.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="js/type.css" />
|
||||
<script type='text/javascript'
|
||||
src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons'
|
||||
async='async'></script>
|
||||
src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons'
|
||||
async='async'></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="col-content">
|
||||
<div id="top_bar">
|
||||
<!--头部-->
|
||||
<div class="top">
|
||||
<div id="col-content">
|
||||
<div id="top_bar">
|
||||
<!--头部-->
|
||||
<div class="top">
|
||||
|
||||
<!-- 订阅弹出-->
|
||||
<div id="mask" class="mask" style="height: 5367px; width: 1903px; display: none;"></div>
|
||||
<div class="dingyue" style="display: none;">
|
||||
<div class="mainbox">
|
||||
<div class="mb_close">X</div>
|
||||
<div class="mb_form">
|
||||
<p>Subscribe to receive latest research and news from <b>Life Research</b></p>
|
||||
<div style="margin-left: 10px">
|
||||
<label>E-mail </label><b>*</b>
|
||||
<input type="text" id="emapl" value=""
|
||||
placeholder="Please enter a valid E-mail address">
|
||||
<br><span class="spa spa1"></span>
|
||||
</div>
|
||||
<div style="text-align: right;margin-right: 16px;">
|
||||
<label></label>
|
||||
<input type="submit" value="Cancel" class="yue_close">
|
||||
<input type="submit" value="Subscribe" class="yue_add"
|
||||
style="background-color: rgb(16, 81, 162);">
|
||||
<!-- 订阅弹出-->
|
||||
<div id="mask" class="mask" style="height: 5367px; width: 1903px; display: none;"></div>
|
||||
<div class="dingyue" style="display: none;">
|
||||
<div class="mainbox">
|
||||
<div class="mb_close">X</div>
|
||||
<div class="mb_form">
|
||||
<p>Subscribe to receive latest research and news from <b>Life Research</b></p>
|
||||
<div style="margin-left: 10px">
|
||||
<label>E-mail </label><b>*</b>
|
||||
<input type="text" id="emapl" value=""
|
||||
placeholder="Please enter a valid E-mail address">
|
||||
<br><span class="spa spa1"></span>
|
||||
</div>
|
||||
<div style="text-align: right;margin-right: 16px;">
|
||||
<label></label>
|
||||
<input type="submit" value="Cancel" class="yue_close">
|
||||
<input type="submit" value="Subscribe" class="yue_add"
|
||||
style="background-color: rgb(16, 81, 162);">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="jour_ts">
|
||||
<div class="mainbox">
|
||||
<h2>Successful</h2>
|
||||
<br>Thank you for subscribing.
|
||||
<br><br>A confirmation email has been sent to you.
|
||||
<br>
|
||||
<input type="submit" value="OK!" class="tishi_author"
|
||||
style="background-color: rgb(16, 81, 162);">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="jour_ts">
|
||||
<div class="mainbox">
|
||||
<h2>Successful</h2>
|
||||
<br>Thank you for subscribing.
|
||||
<br><br>A confirmation email has been sent to you.
|
||||
<br>
|
||||
<input type="submit" value="OK!" class="tishi_author"
|
||||
style="background-color: rgb(16, 81, 162);">
|
||||
<div class="nav_ban rgb_color_background">
|
||||
<div>
|
||||
<div style="height: 6px"></div>
|
||||
<div class="top_logo">
|
||||
<a class="home_logo" onclick="window.parent.location.href='https://www.tmrjournals.cn'">
|
||||
<img src="img/tmr.png" alt="" style="width: 70px">
|
||||
<span style="font-size: 14px; margin-left: 10px;">Browse Journals</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="search_for">
|
||||
<input type="text" placeholder="Search for Articles" value="" class="sfor_inp">
|
||||
<input class="sfor_btn" type="button" value="Search">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="biaot_dh">
|
||||
<h1>
|
||||
<a href="/lr">Life Research</a>
|
||||
<div class="top_sea">
|
||||
<b style="margin-right: 10px">
|
||||
<a href="../draw_up.html?issn=2624-0548" target="_blank">
|
||||
<i class="fa fa-envelope" style="margin-right: 5px"></i>Subscribe
|
||||
</a>
|
||||
</b>
|
||||
<b style="margin-right: 10px">
|
||||
<a href="https://submission.tmrjournals.com/submission?journal=128" target="_blank">
|
||||
<i class="fa fa-pencil-square" style="margin-right: 5px"></i>Submission System
|
||||
</a>
|
||||
</b>
|
||||
<b>
|
||||
<a href="../gue_edit.html?J_num=14" target="_blank" class="top_edit">
|
||||
<i class="fa fa-address-card" style="margin-right: 5px"></i>Edit a Special Issue
|
||||
</a>
|
||||
</b>
|
||||
</div>
|
||||
</h1>
|
||||
</div>
|
||||
<div style="height: 35px;line-height: 35px;">
|
||||
<p style="font-size: 16px;font-weight: 600;color: #000">A Journal of Bio-Psycho-Social Medicine</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="nav_ban rgb_color_background">
|
||||
|
||||
<!-- 轮播-->
|
||||
<div class="banner">
|
||||
<div class="ex_fem">
|
||||
<img src=" " alt="">
|
||||
<a href="../article_list.html?J_num=14&n_id=14" target="_blank">More</a>
|
||||
</div>
|
||||
<div class="swiper-container">
|
||||
<div class="swiper-wrapper">
|
||||
<!--期刊图片-->
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="swiper-pagination"></div>-->
|
||||
<!-- <div class="swiper-button-prev" style="left:0;top: 280px;">-->
|
||||
<!-- <img src="img/prev.png" alt="">-->
|
||||
<!-- </div>-->
|
||||
<!-- <div class="swiper-button-next" style="right:18px;top: 280px;">-->
|
||||
<!-- <img src="img/next.png" alt="">-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="among top_ics">
|
||||
<!--话题-->
|
||||
<div>
|
||||
<div style="height: 6px"></div>
|
||||
<div class="top_logo">
|
||||
<a class="home_logo" onclick="window.parent.location.href='https://www.tmrjournals.cn'">
|
||||
<img src="img/tmr.png" alt="" style="width: 70px">
|
||||
<span style="font-size: 14px; margin-left: 10px;">Browse Journals</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="search_for">
|
||||
<input type="text" placeholder="Search for Articles" value="" class="sfor_inp">
|
||||
<input class="sfor_btn" type="button" value="Search">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="biaot_dh">
|
||||
<h1>
|
||||
<a href="/lr">Life Research</a>
|
||||
<div class="top_sea">
|
||||
<b style="margin-right: 10px">
|
||||
<a href="../draw_up.html?issn=2624-0548" target="_blank">
|
||||
<i class="fa fa-envelope" style="margin-right: 5px"></i>Subscribe
|
||||
</a>
|
||||
</b>
|
||||
<b style="margin-right: 10px">
|
||||
<a href="https://submission.tmrjournals.com/submission?journal=128" target="_blank">
|
||||
<i class="fa fa-pencil-square" style="margin-right: 5px"></i>Submission System
|
||||
</a>
|
||||
</b>
|
||||
<b>
|
||||
<a href="../gue_edit.html?J_num=14" target="_blank" class="top_edit">
|
||||
<i class="fa fa-address-card" style="margin-right: 5px"></i>Edit a Special Issue
|
||||
</a>
|
||||
</b>
|
||||
</div>
|
||||
</h1>
|
||||
</div>
|
||||
<div style="height: 35px;line-height: 35px;">
|
||||
<p style="font-size: 16px;font-weight: 600;color: #000">A Journal of Bio-Psycho-Social Medicine</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 轮播-->
|
||||
<div class="banner">
|
||||
<div class="ex_fem">
|
||||
<img src=" " alt="">
|
||||
<a href="../article_list.html?J_num=14&n_id=14" target="_blank">More</a>
|
||||
</div>
|
||||
<div class="swiper-container">
|
||||
<div class="swiper-wrapper">
|
||||
<!--期刊图片-->
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="swiper-pagination"></div>-->
|
||||
<!-- <div class="swiper-button-prev" style="left:0;top: 280px;">-->
|
||||
<!-- <img src="img/prev.png" alt="">-->
|
||||
<!-- </div>-->
|
||||
<!-- <div class="swiper-button-next" style="right:18px;top: 280px;">-->
|
||||
<!-- <img src="img/next.png" alt="">-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="among top_ics">
|
||||
<!--话题-->
|
||||
<div>
|
||||
<h2>
|
||||
Topics
|
||||
</h2>
|
||||
<ul class="clear">
|
||||
<!--topics文章-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="among crd_top">
|
||||
<!--3 Top-->
|
||||
<div>
|
||||
<h2>
|
||||
Highlights
|
||||
<a href="../article_list.html?J_num=14&top_id=14" class="more" target="_blank"
|
||||
style="margin-top: 10px;">
|
||||
<i class="fa fa-chevron-circle-right"></i>
|
||||
</a>
|
||||
</h2>
|
||||
<ul class="clear">
|
||||
<!--3top文章-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="among cur_ent">
|
||||
<!--Current Issue-->
|
||||
<div>
|
||||
<h2>
|
||||
Current Issue
|
||||
<span></span>
|
||||
</h2>
|
||||
<ul class="clear">
|
||||
<!--Current Issue文章-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="among onl_fir">
|
||||
<!--Online First-->
|
||||
<div>
|
||||
<h2>
|
||||
Online First
|
||||
<a href="../article_list.html?J_num=14&o_id=14" class="more" target="_blank" style="margin-top: 10px;">
|
||||
<i class="fa fa-chevron-circle-right"></i>
|
||||
</a>
|
||||
</h2>
|
||||
<ul class="clear">
|
||||
<!--Online First文章-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="among exp_lore">
|
||||
<!--Explore more-->
|
||||
<div>
|
||||
<h2>
|
||||
Explore More
|
||||
<a href="../notice_list.html?J_num=14&paper_id=14" class="more" target="_blank"
|
||||
style="margin-top: 10px;">
|
||||
<i class="fa fa-chevron-circle-right"></i>
|
||||
</a>
|
||||
</h2>
|
||||
<ul class="clear">
|
||||
<!--Explore more文章-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="among exp_and">
|
||||
<!--期刊介绍-->
|
||||
<div class="clear">
|
||||
<h2>Issues by Present Year
|
||||
<a href="../stages.html?J_num=14" class="more" target="_blank" style="margin-top: 10px;">
|
||||
<i class="fa fa-chevron-circle-right"></i>
|
||||
</a>
|
||||
</h2>
|
||||
<div class="exp_issues">
|
||||
<h2>
|
||||
Topics
|
||||
</h2>
|
||||
<ul class="clear">
|
||||
<!--分期列表-->
|
||||
<li>
|
||||
<a href="../article_list.html?J_num=14&y_id=257" target="_blank">
|
||||
<img src="img/fengm/2021-04.png" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../article_list.html?J_num=14&y_id=141" target="_blank">
|
||||
<img src="img/fengm/2020-10.png" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../article_list.html?J_num=14&y_id=140" target="_blank">
|
||||
<img src="img/fengm/2020-07.png" alt="">
|
||||
</a>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<a href="../article_list.html?J_num=14&y_id=138" target="_blank">
|
||||
<img src="img/fengm/2020-01.png" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<!--topics文章-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="exp_journal clear">
|
||||
<!-- <img src="" alt="">-->
|
||||
<div>
|
||||
<!--期刊信息列表-->
|
||||
<p><b>ISSN:</b> <span class="mes_issn"></span></p>
|
||||
<p><b>Editor-in-Chief:</b> <br><span class="mes_edit"></span></p>
|
||||
<p><b>Acceptance:</b> <span class="mes_accep"></span></p>
|
||||
<p><b>Final Decision:</b> <span class="mes_final"></span></p>
|
||||
<p><b>APC:</b> <span class="mes_APC"></span></p>
|
||||
<p><b>Frequency:</b> <span class="mes_cycle"></span></p>
|
||||
<div style="margin-top: 12px;">
|
||||
<b style="float: left;">Share:</b>
|
||||
<div class="sharethis-inline-share-buttons"
|
||||
style="float: left;width: 120px;margin: -6px 0 0 0;text-align: center;"></div>
|
||||
<div class="among crd_top">
|
||||
<!--3 Top-->
|
||||
<div>
|
||||
<h2>
|
||||
Highlights
|
||||
<a href="../article_list.html?J_num=14&top_id=14" class="more" target="_blank"
|
||||
style="margin-top: 10px;">
|
||||
<i class="fa fa-chevron-circle-right"></i>
|
||||
</a>
|
||||
</h2>
|
||||
<ul class="clear">
|
||||
<!--3top文章-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="among cur_ent">
|
||||
<!--Current Issue-->
|
||||
<div>
|
||||
<h2>
|
||||
Current Issue
|
||||
<span></span>
|
||||
</h2>
|
||||
<ul class="clear">
|
||||
<!--Current Issue文章-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="among onl_fir">
|
||||
<!--Online First-->
|
||||
<div>
|
||||
<h2>
|
||||
Online First
|
||||
<a href="../article_list.html?J_num=14&o_id=14" class="more" target="_blank"
|
||||
style="margin-top: 10px;">
|
||||
<i class="fa fa-chevron-circle-right"></i>
|
||||
</a>
|
||||
</h2>
|
||||
<ul class="clear">
|
||||
<!--Online First文章-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="among exp_lore">
|
||||
<!--Explore more-->
|
||||
<div>
|
||||
<h2>
|
||||
Explore More
|
||||
<a href="../notice_list.html?J_num=14&paper_id=14" class="more" target="_blank"
|
||||
style="margin-top: 10px;">
|
||||
<i class="fa fa-chevron-circle-right"></i>
|
||||
</a>
|
||||
</h2>
|
||||
<ul class="clear">
|
||||
<!--Explore more文章-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="among exp_and">
|
||||
<!--期刊介绍-->
|
||||
<div class="clear">
|
||||
<h2>Issues by Present Year
|
||||
<a href="../stages.html?J_num=14" class="more" target="_blank" style="margin-top: 10px;">
|
||||
<i class="fa fa-chevron-circle-right"></i>
|
||||
</a>
|
||||
</h2>
|
||||
<div class="exp_issues">
|
||||
<ul class="clear">
|
||||
<!--分期列表-->
|
||||
<li>
|
||||
<a href="../article_list.html?J_num=14&y_id=257" target="_blank">
|
||||
<img src="img/fengm/2021-04.png" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../article_list.html?J_num=14&y_id=141" target="_blank">
|
||||
<img src="img/fengm/2020-10.png" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../article_list.html?J_num=14&y_id=140" target="_blank">
|
||||
<img src="img/fengm/2020-07.png" alt="">
|
||||
</a>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<a href="../article_list.html?J_num=14&y_id=138" target="_blank">
|
||||
<img src="img/fengm/2020-01.png" alt="">
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="exp_journal clear">
|
||||
<!-- <img src="" alt="">-->
|
||||
<div>
|
||||
<!--期刊信息列表-->
|
||||
<p><b>ISSN:</b> <span class="mes_issn"></span></p>
|
||||
<p><b>Editor-in-Chief:</b> <br><span class="mes_edit"></span></p>
|
||||
<p><b>Acceptance:</b> <span class="mes_accep"></span></p>
|
||||
<p><b>Final Decision:</b> <span class="mes_final"></span></p>
|
||||
<p><b>APC:</b> <span class="mes_APC"></span></p>
|
||||
<p><b>Frequency:</b> <span class="mes_cycle"></span></p>
|
||||
<div style="margin-top: 12px;">
|
||||
<b style="float: left;">Share:</b>
|
||||
<div class="sharethis-inline-share-buttons"
|
||||
style="float: left;width: 120px;margin: -6px 0 0 0;text-align: center;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="indexing">
|
||||
<!--Abstracting & Indexing-->
|
||||
<i style="width: 10px;height: 15px; display: inline-block" class="rgb_ground"></i>
|
||||
<h6 style="display: inline-block;font-weight: 600;margin-left: 5px;" class="rgb_color">Abstracting &
|
||||
Indexing</h6>
|
||||
<ul>
|
||||
<!--Abstracting & Indexing文章-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="indexing">
|
||||
<!--Abstracting & Indexing-->
|
||||
<i style="width: 10px;height: 15px; display: inline-block" class="rgb_ground"></i>
|
||||
<h6 style="display: inline-block;font-weight: 600;margin-left: 5px;" class="rgb_color">Abstracting &
|
||||
Indexing</h6>
|
||||
<ul>
|
||||
<!--Abstracting & Indexing文章-->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="among rel_ated">
|
||||
<!--Related Journals-->
|
||||
<!-- <div class="clear">-->
|
||||
<!-- <h2>-->
|
||||
<!-- Related Journals-->
|
||||
<!-- </h2>-->
|
||||
<!-- <ul class="clear related">-->
|
||||
<!-- <!–Related Journals文章–>-->
|
||||
<!-- </ul>-->
|
||||
<!-- <div class="exp_share">-->
|
||||
<!-- <h3>Share</h3>-->
|
||||
<!-- <div class="sharethis-inline-share-buttons" style="display: inline-block;-->
|
||||
<!-- width: 100%;-->
|
||||
<!-- margin-left: 0;-->
|
||||
<!-- text-align: center;"></div>-->
|
||||
<div class="among rel_ated">
|
||||
<!--Related Journals-->
|
||||
<!-- <div class="clear">-->
|
||||
<!-- <h2>-->
|
||||
<!-- Related Journals-->
|
||||
<!-- </h2>-->
|
||||
<!-- <ul class="clear related">-->
|
||||
<!-- <!–Related Journals文章–>-->
|
||||
<!-- </ul>-->
|
||||
<!-- <div class="exp_share">-->
|
||||
<!-- <h3>Share</h3>-->
|
||||
<!-- <div class="sharethis-inline-share-buttons" style="display: inline-block;-->
|
||||
<!-- width: 100%;-->
|
||||
<!-- margin-left: 0;-->
|
||||
<!-- text-align: center;"></div>-->
|
||||
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<div class="she_SCom">
|
||||
<div>
|
||||
<!--<img src="img/unity_1.png" alt="" style="width: 150px;margin: -15px 0 0 50px">-->
|
||||
<!--<a href="rev_ver.html" target="_blank" class="rgb_color">Scientist<br>Community</a>-->
|
||||
<a href="" class="rgb_color_background Subm_System" target="_blank">Submission System</a>
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<div class="she_SCom">
|
||||
<div>
|
||||
<a href="" class="rgb_color_background About_Journal" target="_blank">About<br>Journal</a>
|
||||
<a href="" class="rgb_color_background Ins_authors" target="_blank">For<br>Authors</a>
|
||||
<!-- <a href="https://submission.tmrjournals.com/reviewer" class="rgb_color_background Join_Team" target="_blank">Join<br>Reviewers Team</a>
|
||||
<!--<img src="img/unity_1.png" alt="" style="width: 150px;margin: -15px 0 0 50px">-->
|
||||
<!--<a href="rev_ver.html" target="_blank" class="rgb_color">Scientist<br>Community</a>-->
|
||||
<a href="" class="rgb_color_background Subm_System" target="_blank">Submission System</a>
|
||||
<div>
|
||||
<a href="" class="rgb_color_background About_Journal" target="_blank">About<br>Journal</a>
|
||||
<a href="" class="rgb_color_background Ins_authors" target="_blank">For<br>Authors</a>
|
||||
<!-- <a href="https://submission.tmrjournals.com/reviewer" class="rgb_color_background Join_Team" target="_blank">Join<br>Reviewers Team</a>
|
||||
<a href="" class="rgb_color_background Join_Bord" target="_blank">Join<br>Editorial Board</a> -->
|
||||
<br clear="both">
|
||||
<br clear="both">
|
||||
</div>
|
||||
<div class="bor_sty_col" style="left: 302px"></div>
|
||||
<div class="bor_sty_col" style="left: 612px"></div>
|
||||
<div class="bor_sty_col" style="left: 922px"></div>
|
||||
</div>
|
||||
<div class="bor_sty_col" style="left: 302px"></div>
|
||||
<div class="bor_sty_col" style="left: 612px"></div>
|
||||
<div class="bor_sty_col" style="left: 922px"></div>
|
||||
</div>
|
||||
<div>
|
||||
<p class="rgb_color">
|
||||
Too many journals to choose?<br>
|
||||
Select the topic of manuscript.
|
||||
</p>
|
||||
<div id="com_index" name="name"></div>
|
||||
<a target="_blank" class="es_serch_btn rgb_color">
|
||||
<i class="fa fa-hand-o-right" aria-hidden="true" style="margin-right: 5px"></i>Search
|
||||
</a>
|
||||
<span class="es_serch_span"
|
||||
style="display: none;font-size: 12px;color: #e91c1c;margin-left: 5px;">Please choose topics!</span>
|
||||
</div>
|
||||
<div>
|
||||
<a href="../tmrde" target="_blank">
|
||||
<img src="../img/rev_pic.png" alt="" style="width: 150px;margin: 10px 0 0 50px">
|
||||
</a>
|
||||
<br>
|
||||
<p class="rgb_color">Traditional Medicine Research <br> Data Expanded</p>
|
||||
</div>
|
||||
<div>
|
||||
<!-- <div class="suity_for">-->
|
||||
<!-- <input type="text" placeholder="Please enter a valid email address" value="" class="uity_inp">-->
|
||||
<!-- <span class="spa spa_su"></span>-->
|
||||
<!-- </div>-->
|
||||
<!-- <a class="uity_Sub rgb_color">-->
|
||||
<!-- <i class="fa fa-envelope" style="margin-right: 5px"></i>Subscribe-->
|
||||
<!-- </a>-->
|
||||
<!-- <p class="rgb_color">Subscribe to receive latest research and news from <b></b></p>-->
|
||||
<div class="hunt_for">
|
||||
<input type="text" placeholder="Search for Articles" value="" class="hunt_inp"
|
||||
style="border: 1px solid #ccc;border-radius: 5px;line-height: 24px;padding-left: 10px;width: 230px;margin: 40px 0 20px 0">
|
||||
<a target="_blank" class="hunt_btn rgb_color">
|
||||
<b>
|
||||
<i class="fa fa-hand-o-right" aria-hidden="true" style="margin-right: 5px"></i>Search
|
||||
</b>
|
||||
<div>
|
||||
<p class="rgb_color">
|
||||
Too many journals to choose?<br>
|
||||
Select the topic of manuscript.
|
||||
</p>
|
||||
<div id="com_index" name="name"></div>
|
||||
<a target="_blank" class="es_serch_btn rgb_color">
|
||||
<i class="fa fa-hand-o-right" aria-hidden="true" style="margin-right: 5px"></i>Search
|
||||
</a>
|
||||
<span class="es_serch_span"
|
||||
style="display: none;font-size: 12px;color: #e91c1c;margin-left: 5px;">Please choose
|
||||
topics!</span>
|
||||
</div>
|
||||
<div>
|
||||
<a href="../tmrde" target="_blank">
|
||||
<img src="../img/rev_pic.png" alt="" style="width: 150px;margin: 10px 0 0 50px">
|
||||
</a>
|
||||
<br>
|
||||
<p class="rgb_color">Traditional Medicine Research <br> Data Expanded</p>
|
||||
</div>
|
||||
<div>
|
||||
<!-- <div class="suity_for">-->
|
||||
<!-- <input type="text" placeholder="Please enter a valid email address" value="" class="uity_inp">-->
|
||||
<!-- <span class="spa spa_su"></span>-->
|
||||
<!-- </div>-->
|
||||
<!-- <a class="uity_Sub rgb_color">-->
|
||||
<!-- <i class="fa fa-envelope" style="margin-right: 5px"></i>Subscribe-->
|
||||
<!-- </a>-->
|
||||
<!-- <p class="rgb_color">Subscribe to receive latest research and news from <b></b></p>-->
|
||||
<div class="hunt_for">
|
||||
<input type="text" placeholder="Search for Articles" value="" class="hunt_inp"
|
||||
style="border: 1px solid #ccc;border-radius: 5px;line-height: 24px;padding-left: 10px;width: 230px;margin: 40px 0 20px 0">
|
||||
<a target="_blank" class="hunt_btn rgb_color">
|
||||
<b>
|
||||
<i class="fa fa-hand-o-right" aria-hidden="true" style="margin-right: 5px"></i>Search
|
||||
</b>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<br clear="both">
|
||||
</div>
|
||||
<br clear="both">
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<!--底部菜单栏-->
|
||||
<div class="daohang clear">
|
||||
<!--底部列表-->
|
||||
</div>
|
||||
<div class="bianma">
|
||||
<p>Copyright © TMR Publishing Group Limited. </p>
|
||||
<p style="" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span
|
||||
class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
|
||||
|
||||
<p style="padding-bottom:10px;">津ICP备15006701号-13</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<!--底部菜单栏-->
|
||||
<div class="daohang clear">
|
||||
<!--底部列表-->
|
||||
</div>
|
||||
<div class="bianma">
|
||||
<p>Copyright © TMR Publishing Group Limited. </p>
|
||||
<p>E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p>
|
||||
<p style="padding-bottom:10px;">津ICP备15006701号-13</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
<script src="../js/jquery.min.js"></script>
|
||||
<script src="../js/return-top.js"></script>
|
||||
@@ -372,4 +378,5 @@
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
</html>
|
||||
@@ -1437,7 +1437,7 @@ input.disable {
|
||||
|
||||
/*****************footer****************/
|
||||
.footer {
|
||||
background-color: #428ae2;
|
||||
background-color: #012169;
|
||||
background-size: 100% auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user