tijiao
@@ -702,10 +702,13 @@
|
||||
</div>
|
||||
</body>
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="echarts-master/echarts.min.js"></script>
|
||||
<script src="echarts-master/world.js"></script>
|
||||
<script src="js/return-top.js"></script>
|
||||
<script src="js/layer/layer.js"></script>
|
||||
<script src="js/js.js"></script>
|
||||
<script src="js/side.js"></script>
|
||||
<script src="js/not_map.js"></script>
|
||||
<script src="js/article.js"></script>
|
||||
<script src="js/articleJS/index.js"></script>
|
||||
<script src="js/articleJS/article_y.js"></script>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<title>Traditional Medicine Research</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals_tmr_v21.html?J_num=14" scrolling="auto" noresize>
|
||||
<frame name="main" src="../journals_tmr_v28.html?J_num=25" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
@@ -5,7 +5,7 @@
|
||||
<title>Biomedical Engineering Communications</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/>
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals.html?J_num=25" scrolling="auto" noresize>
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=25" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<title>Cancer Advances</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/>
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals.html?J_num=2" scrolling="auto" noresize>
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=2" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
@@ -140,6 +140,7 @@
|
||||
|
||||
|
||||
initForAuthor(Jour_num,arr_jour)//临时改的 合刊在删 放开
|
||||
initForAuthorHtml(Jour_num)
|
||||
// $('.for_mess div .fr_APC').html(apcStr);
|
||||
$('.for_mess div .fr_board').attr('href', arr_jour.board_url); // 编委会
|
||||
$('.for_mess div a.fr_subtem').attr('href', arr_jour.submission_url);//投稿
|
||||
@@ -191,40 +192,40 @@
|
||||
});
|
||||
|
||||
|
||||
$.ajax({
|
||||
type: 'post', url: apiUrl + 'api/Journal/getForAuthors',
|
||||
data: { 'journal_id': getQueryString('J_num') },
|
||||
success: function (result) {
|
||||
if (result.code == 0) {
|
||||
var arr = result.data.forAuthors;
|
||||
var str = "";
|
||||
var sgl = "";
|
||||
for (var i in arr) {
|
||||
str += '<li><a href="javascript:;" class="snf-nav"><b>' + arr[i].jfa_title + '</b></a></li>'
|
||||
sgl += '<div class="snf-page"><h3 class="big">' + arr[i].jfa_title + '</h3></div>'
|
||||
for (var j = 0; j < arr[i].children.length; j++) {
|
||||
str += '<li><a href="javascript:;" class="snf-nav"><b>·</b>' + arr[i].children[j].jfa_title + '</a></li>'
|
||||
sgl += '<div class="snf-page"><h3><b>·</b>' + arr[i].children[j].jfa_title + '</h3>' + arr[i].children[j].content + '</div>'
|
||||
}
|
||||
}
|
||||
// $.ajax({
|
||||
// type: 'post', url: apiUrl + 'api/Journal/getForAuthors',
|
||||
// data: { 'journal_id': getQueryString('J_num') },
|
||||
// success: function (result) {
|
||||
// if (result.code == 0) {
|
||||
// var arr = result.data.forAuthors;
|
||||
// var str = "";
|
||||
// var sgl = "";
|
||||
// for (var i in arr) {
|
||||
// str += '<li><a href="javascript:;" class="snf-nav"><b>' + arr[i].jfa_title + '</b></a></li>'
|
||||
// sgl += '<div class="snf-page"><h3 class="big">' + arr[i].jfa_title + '</h3></div>'
|
||||
// for (var j = 0; j < arr[i].children.length; j++) {
|
||||
// str += '<li><a href="javascript:;" class="snf-nav"><b>·</b>' + arr[i].children[j].jfa_title + '</a></li>'
|
||||
// sgl += '<div class="snf-page"><h3><b>·</b>' + arr[i].children[j].jfa_title + '</h3>' + arr[i].children[j].content + '</div>'
|
||||
// }
|
||||
// }
|
||||
|
||||
$('#for_nag').html(str);
|
||||
$('#for_nag li:nth-child(1) a').addClass('active');
|
||||
$('#for_main').html(sgl);
|
||||
// $('#for_nag').html(str);
|
||||
// $('#for_nag li:nth-child(1) a').addClass('active');
|
||||
// $('#for_main').html(sgl);
|
||||
|
||||
//以window为顶,设置离顶和回调
|
||||
var snf = simpleNavFollow({
|
||||
leaveTop: 10,
|
||||
});
|
||||
// //以window为顶,设置离顶和回调
|
||||
// var snf = simpleNavFollow({
|
||||
// leaveTop: 10,
|
||||
// });
|
||||
|
||||
} else {
|
||||
ShowDanger(result.msg);
|
||||
}
|
||||
},
|
||||
error: function () {
|
||||
ShowDanger("error!");
|
||||
}
|
||||
})
|
||||
// } else {
|
||||
// ShowDanger(result.msg);
|
||||
// }
|
||||
// },
|
||||
// error: function () {
|
||||
// ShowDanger("error!");
|
||||
// }
|
||||
// })
|
||||
|
||||
// var snf = simpleNavFollow({
|
||||
// parentElement: "#main",//内容类的父元素
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<title>History and Philosophy of Medicine</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/>
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals.html?J_num=8" scrolling="auto" noresize>
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=8" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<title>Infectious Diseases Research</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/>
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals.html?J_num=4" scrolling="auto" noresize>
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=4" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<title>Integrative Medicine Discovery</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/>
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals.html?J_num=17" scrolling="auto" noresize>
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=17" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
BIN
img/h2bmec2.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
img/h2bmec3.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
img/h2cancer.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
img/h2cancer2.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
img/h2cancer3.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
img/h2mdm.png
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
img/h2mdm3.png
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
img/h2open.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
img/h2tmr5.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
img/h2tmr6.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
@@ -5,7 +5,7 @@
|
||||
<title>Nursing Communications</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/>
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals.html?J_num=18" scrolling="auto" noresize>
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=18" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
16
journalIndex/bmec3.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Traditional Medicine Research</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=25" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -5,7 +5,7 @@
|
||||
<title>Traditional Medicine Research</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals_tmr_v21.html" scrolling="auto" noresize>
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=2" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
16
journalIndex/hpm3.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Traditional Medicine Research</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=8" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
16
journalIndex/idr3.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Traditional Medicine Research</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=4" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
16
journalIndex/im3.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Traditional Medicine Research</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=17" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
16
journalIndex/in3.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Traditional Medicine Research</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=18" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -94,7 +94,7 @@ function side_list() {
|
||||
// $('.Tmr_lian_jie').css('display', 'block');
|
||||
|
||||
// tmr单独
|
||||
$('.nav_ban h2').html('<img src="../img/h2_tit.png" style="margin-top: 26px;"/>');
|
||||
|
||||
const pathname = window.location.pathname.split("/").pop();
|
||||
|
||||
// 2. 判断是否为 for_author.html
|
||||
@@ -500,9 +500,9 @@ function side_list() {
|
||||
// })
|
||||
|
||||
}
|
||||
function initNotices(){
|
||||
var Journals_color=localStorage.getItem('Journals_color')
|
||||
$.ajax({
|
||||
function initNotices() {
|
||||
var Journals_color = localStorage.getItem('Journals_color')
|
||||
$.ajax({
|
||||
type: 'post', url: apiUrl + 'api/Journal/getNotices',
|
||||
data: {
|
||||
"journal_id": Jour_num
|
||||
@@ -517,7 +517,7 @@ function initNotices(){
|
||||
for (var i = 0; i < arr.length; i++) {
|
||||
if (i == 2) break;
|
||||
str += `<li><font style="color:${Journals_color} ">» ${formatTimeToDate4(arr[i].ctime * 1000)}</font><br/>
|
||||
<a target="_blank" href="notice.html?J_num=${Jour_num }¬ice_id=${arr[i].journal_notices_id}">${arr[i].title}</a></li>`
|
||||
<a target="_blank" href="notice.html?J_num=${Jour_num}¬ice_id=${arr[i].journal_notices_id}">${arr[i].title}</a></li>`
|
||||
}
|
||||
var jourNoticeStr = `
|
||||
<div class="jour_notice">
|
||||
@@ -535,7 +535,7 @@ function initNotices(){
|
||||
`
|
||||
if (result.data.notices.length > 0) {
|
||||
$('.ncon_SCom .Scientist_Community_box').html(jourNoticeStr);
|
||||
}else{
|
||||
} else {
|
||||
$('.ncon_SCom .Scientist_Community_box').html(`<img src="/img/unity_1.png" alt="" style="width: 150px;margin: -15px 0 0 40px">
|
||||
<a href="/rev_ver.html" target="_blank" class="rgb_color">Scientist<br>Community</a>
|
||||
<div class="bor_sty_col" style="left: 272px"></div>
|
||||
|
||||
16
journalIndex/lr3.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Traditional Medicine Research</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=14" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
16
journalIndex/mdm3.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Traditional Medicine Research</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=11" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -468,7 +468,7 @@ input.disable {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(0,0,0,0.5);
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
display: none;
|
||||
z-index: 100;
|
||||
}
|
||||
@@ -487,7 +487,7 @@ input.disable {
|
||||
z-index: -1;
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s;
|
||||
box-shadow: 0 0 20px rgba(0,0,0,0.2);
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
/* 关闭按钮 */
|
||||
@@ -854,9 +854,6 @@ input.disable {
|
||||
.ncon_hl>ul {
|
||||
background-color: #fff;
|
||||
}
|
||||
.Special_Issues_box>ul {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.online_fr>ul {
|
||||
background-color: #fff;
|
||||
@@ -1054,11 +1051,15 @@ input.disable {
|
||||
.art_main .tradition-box .tradition-text {
|
||||
line-height: 24px;
|
||||
margin-top: 10px;
|
||||
height: 120px; /* 限制高度 */
|
||||
overflow: hidden; /* 隐藏超出部分 */
|
||||
text-overflow: ellipsis; /* 显示省略号 */
|
||||
height: 120px;
|
||||
/* 限制高度 */
|
||||
overflow: hidden;
|
||||
/* 隐藏超出部分 */
|
||||
text-overflow: ellipsis;
|
||||
/* 显示省略号 */
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 6; /* 显示前5行 */
|
||||
-webkit-line-clamp: 6;
|
||||
/* 显示前5行 */
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
@@ -2144,12 +2145,14 @@ ul li .ab_tad {
|
||||
width: 128px !important;
|
||||
height: 175px !important;
|
||||
}
|
||||
.ncon_SCom{
|
||||
padding-top: 0px !important;
|
||||
|
||||
.ncon_SCom {
|
||||
padding-top: 0px !important;
|
||||
}
|
||||
|
||||
.ncon_SCom>div {
|
||||
padding: 15px 0;
|
||||
padding-top:0 ;
|
||||
padding-top: 0;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -2546,11 +2549,26 @@ padding-top: 0px !important;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.sharethis-inline-share-buttons {
|
||||
margin-left: 0 !important;
|
||||
display: inline-block !important;
|
||||
|
||||
}
|
||||
|
||||
.sharethis-inline-share-buttons .st-btn {
|
||||
border: 0 !important;
|
||||
|
||||
}
|
||||
|
||||
.sharethis-inline-share-buttons .st-btn {
|
||||
padding: 1px !important;
|
||||
|
||||
}
|
||||
|
||||
#st-1 .st-btn>img {
|
||||
top: 0 !important;
|
||||
}
|
||||
|
||||
.share_tmrtb {
|
||||
/* padding-top: 5px; */
|
||||
|
||||
@@ -2854,7 +2872,7 @@ padding-top: 0px !important;
|
||||
|
||||
.overall_tmr .ncon_fr_tmr ul li,
|
||||
.overall_tmr .ncon_aper ul li {
|
||||
box-shadow: 0 0 10px #bdbdbd;
|
||||
box-shadow: 0 0 10px #bdbdbd3d;
|
||||
}
|
||||
|
||||
.overall_tmr .online_fr h4,
|
||||
@@ -3364,6 +3382,86 @@ padding-top: 0px !important;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.Special_Issues_box>ul {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.Special_Issues_box ul li .specials_hover_box {
|
||||
display: none;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
background-color: #00669980;
|
||||
color: #fff;
|
||||
top: 0px;
|
||||
bottom: 14px;
|
||||
left: 1px;
|
||||
right: -1px;
|
||||
}
|
||||
|
||||
.Special_Issues_box ul li:hover .specials_hover_box {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.Special_Issues_div_box {
|
||||
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.Special_Issues_div_box ul {
|
||||
display: flex !important;
|
||||
overflow-x: auto;
|
||||
transform: scaleY(-1);
|
||||
}
|
||||
|
||||
.Special_Issues_div_box ul li {
|
||||
transform: scaleY(-1);
|
||||
}
|
||||
|
||||
.Special_Issues_div_box ul li a img {
|
||||
width: 253px !important;
|
||||
margin-top: 25px !important;
|
||||
}
|
||||
|
||||
.Special_Issues_div_box ul li:not(:last-of-type) {
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.Special_Issues_div_box ul li h6 a {
|
||||
word-wrap: break-word;
|
||||
/* 保证文字能换行 */
|
||||
word-break: break-word;
|
||||
/* 确保长单词能换行 */
|
||||
white-space: normal;
|
||||
/* 允许换行 */
|
||||
}
|
||||
|
||||
.Special_Issues_div_box ul::-webkit-scrollbar {
|
||||
/*滚动条整体样式*/
|
||||
/*width : 1px; !*高宽分别对应横竖滚动条的尺寸*!*/
|
||||
height: 10px;
|
||||
|
||||
}
|
||||
|
||||
.Special_Issues_div_box ul::-webkit-scrollbar-thumb {
|
||||
/*滚动条里面小方块*/
|
||||
border-radius: 0;
|
||||
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
||||
background: #aec0c9;
|
||||
}
|
||||
|
||||
.Special_Issues_div_box ul::-webkit-scrollbar-track {
|
||||
/*滚动条里面轨道*/
|
||||
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
||||
border-radius: 0;
|
||||
background: #ededed;
|
||||
}
|
||||
|
||||
.jour_awaite {
|
||||
margin-top: -5px !important;
|
||||
}
|
||||
@@ -3500,3 +3598,7 @@ padding-top: 0px !important;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.sharethis-inline-share-buttons .st-btn>img {
|
||||
top: 0 !important;
|
||||
}
|
||||
16
journalIndex/tmr3.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Traditional Medicine Research</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=1" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -8,10 +8,15 @@
|
||||
<title></title>
|
||||
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon" />
|
||||
<link rel="stylesheet" href="js/line-switch/css/reset.css">
|
||||
<script type='text/javascript'
|
||||
src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons'
|
||||
async='async'></script>
|
||||
|
||||
<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/line-switch/time.css" />
|
||||
<link rel="stylesheet" type="text/css" href="journalIndex/style/commonJournalCSS_v12.css" />
|
||||
<link rel="stylesheet" type="text/css" href="journalIndex/style/commonJournalCSS.css" />
|
||||
|
||||
<style>
|
||||
.onlineFirstBox i {
|
||||
font-weight: bold;
|
||||
@@ -163,6 +168,7 @@
|
||||
<div class="topics"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bng_topic_bei">
|
||||
<div class="art_main_con_topic">
|
||||
<!--话题上方-->
|
||||
@@ -178,7 +184,16 @@
|
||||
|
||||
|
||||
</div>
|
||||
<div class="news_ment ncon_aper" style="display: none;">
|
||||
<h4 class="rgb_color border_title rgb_color_h4 Topic_rgb_color rgb_color_show_more"
|
||||
style="color: rgb(0, 102, 153); display: flex; align-items: center; justify-content: space-between;">
|
||||
<div style="font-weight: bold;">Explore More</div>
|
||||
</h4><a href="" class="more" target="_blank" style="top: 30px;">More</a>
|
||||
|
||||
<ul class="call_paper">
|
||||
<!--Call for Paper文章-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="news_ment ncon_SCom" style="margin-top: 0 !important;">
|
||||
<div>
|
||||
<div class="Scientist_Community_box">
|
||||
191
js/article.js
@@ -23,6 +23,16 @@ function loadMathJax(callback) {
|
||||
}
|
||||
loadMathJax()
|
||||
|
||||
var script = document.createElement('script');
|
||||
script.src = '/js/not_map.js';
|
||||
var script1 = document.createElement('script');
|
||||
script1.src = '/echarts-master/echarts.min.js';
|
||||
var script2 = document.createElement('script');
|
||||
script2.src = '/echarts-master/world.js';
|
||||
|
||||
document.head.appendChild(script1);
|
||||
document.head.appendChild(script2);
|
||||
document.head.appendChild(script);
|
||||
// 列表
|
||||
function at_list() {
|
||||
|
||||
@@ -7239,6 +7249,23 @@ function getCitations(doi, a_ID) {
|
||||
function article_con() {
|
||||
|
||||
|
||||
var newBox = document.querySelector('.newBox');
|
||||
var commonPopupStr = `
|
||||
<div id="common-overlay"></div>
|
||||
<div id="common-popup">
|
||||
<span class="common-close-btn" onclick="closePopup()">×</span>
|
||||
<div style="padding: 30px 30px 20px 30px" class="common-popup-box">
|
||||
<h2 class="common-popup-title"></h2>
|
||||
<div class="common-popup-content">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
// 将弹窗插入到页面中
|
||||
newBox.insertAdjacentHTML('beforeend', commonPopupStr);
|
||||
|
||||
console.log('js at line 7241:', '是否走了详情js')
|
||||
console.log('详情js', localStorage.Journals_title);
|
||||
// 获取地址栏信息
|
||||
@@ -7252,21 +7279,21 @@ function article_con() {
|
||||
var a_ID = getQueryString('a_id'); //文章
|
||||
var htm_ID = getQueryString('s_htm'); //目前显示html
|
||||
const isPre = getQueryString('preview');
|
||||
|
||||
initArticleNavList(a_ID)
|
||||
// 增加访问次数
|
||||
|
||||
if (Jour_num == 1 || Jour_num == 11 || Jour_num == 25) {
|
||||
var CiteScoreStr = ''
|
||||
var marginLeft = 20
|
||||
if (Jour_num == 1) {
|
||||
CiteScoreStr = '1.8';
|
||||
CiteScoreStr = '1.9';
|
||||
marginLeft = 10
|
||||
} else
|
||||
if (Jour_num == 11) {
|
||||
CiteScoreStr = '0.1';
|
||||
CiteScoreStr = '0.3';
|
||||
}
|
||||
else if (Jour_num == 25) {
|
||||
CiteScoreStr = '1.3';
|
||||
CiteScoreStr = '1.5';
|
||||
}
|
||||
if (Jour_num == 1) {
|
||||
// $('#top_bar .nav_ban h2 img').css('zoom','0.75')
|
||||
@@ -7560,6 +7587,7 @@ function article_con() {
|
||||
|
||||
|
||||
success: function (result) {
|
||||
// initArticleNavList(a_ID)
|
||||
console.log('result at line 7575:', result)
|
||||
|
||||
|
||||
@@ -8388,10 +8416,10 @@ function article_con() {
|
||||
ShowDanger("请求失败!");
|
||||
}
|
||||
},
|
||||
error: function(jqXHR, textStatus, errorThrown) {
|
||||
error: function (jqXHR, textStatus, errorThrown) {
|
||||
ShowDanger("error!");
|
||||
console.log('文章详情error!')
|
||||
console.log('AJAX error:',jqXHR, textStatus, errorThrown); // 输出详细的错误信息
|
||||
console.log('AJAX error:', jqXHR, textStatus, errorThrown); // 输出详细的错误信息
|
||||
}
|
||||
|
||||
})
|
||||
@@ -9308,3 +9336,154 @@ function getCiteList(a_ID) {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
function initArticleNavList(a_ID) {
|
||||
var Journals_color = localStorage.getItem('Journals_color')
|
||||
var journalStageID = localStorage.getItem('journalStageID')
|
||||
//是否显示地图
|
||||
var isShowAuthorship = 0;
|
||||
if ([1, 14, 8].includes(Number(Jour_num))) {
|
||||
isShowAuthorship = 1
|
||||
}
|
||||
// if (a_ID == 4477) {
|
||||
const style = document.createElement('style');
|
||||
style.innerHTML = `/* 遮罩层 */
|
||||
.article_dropbtn:hover {
|
||||
color: ${Journals_color};
|
||||
|
||||
}
|
||||
.article_dropdown-list a:hover {
|
||||
|
||||
border-bottom:2px solid ${Journals_color};
|
||||
font-weight:bold;
|
||||
color:#333;
|
||||
}
|
||||
|
||||
`;
|
||||
document.head.appendChild(style);
|
||||
|
||||
|
||||
// 获取 id 为 top_bar 的元素
|
||||
var topBar = document.getElementById("top_bar");
|
||||
var otherStr1 = `
|
||||
|
||||
<p class=""><a href="/article_list.html?J_num=${Jour_num}&y_id=${journalStageID}" target="_blank">Current Issue</a></p>
|
||||
<p class="mes_all_section_other_online"><a href="/article_list.html?J_num=${Jour_num}&o_id=${Jour_num}" target="_blank">Online First</a></p>
|
||||
<p><a href="/stages.html?J_num=${Jour_num}" target="_blank">Archiving</a></p>
|
||||
<p style="${Jour_num == 1 ? 'display:block' : 'display:none'}"><a href="/guest.html?J_num=${Jour_num}" target="_blank">Special Issues</a></p>
|
||||
|
||||
<p><a href="/article_list.html?J_num=${Jour_num}&top_id=${Jour_num}" target="_blank">Highlights</a></p>
|
||||
|
||||
`
|
||||
var otherStr2 = `<p><a href="/tmr" target="_blank">Journal Information</a></p>
|
||||
|
||||
<p><a href="/for_author.html?J_num=${Jour_num}" target="_blank">Guide for Authors</a></p>
|
||||
<p><a href="javascript:;" onclick="openAbstracting(${Jour_num},'${Journals_color}')">Abstracting & Indexing</a></p>
|
||||
|
||||
|
||||
`
|
||||
// Abstracting & Indexing
|
||||
var otherStr3 = `
|
||||
<p ><a href="/afoor_text.html?footer_id=37" target="_blank">Peer-review process</a></p>
|
||||
<p><a href="${localStorage.getItem('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>
|
||||
<!--地图弹窗-->
|
||||
<div class="Authorship" style="position: relative;z-index:10;cursor: pointer;${isShowAuthorship ? 'display:block' : 'display:none'}">
|
||||
|
||||
<p class="Authorship_text"><a href="javascript:;" onclick="openAuthorship(${Jour_num},'${Journals_color}')">Authorship</a></p>
|
||||
|
||||
`
|
||||
var str = ` <div class="article_navbar-container">
|
||||
<div class="article_dropdown-menu">
|
||||
<div class="article_dropbtn">Articles & Issues <i class="fa fa-chevron-down" style="font-size: 14px;margin-left: 6px;"></i></div>
|
||||
<div class="article_dropdown-list">
|
||||
${otherStr1}
|
||||
</div>
|
||||
</div>
|
||||
<div class="article_dropdown-menu">
|
||||
<div class="article_dropbtn">About Journal <i class="fa fa-chevron-down" style="font-size: 14px;margin-left: 6px;"></i></div>
|
||||
<div class="article_dropdown-list" style="min-width:180px">
|
||||
${otherStr2}
|
||||
</div>
|
||||
</div>
|
||||
<div class="article_dropdown-menu">
|
||||
<div class="article_dropbtn">Publish <i class="fa fa-chevron-down" style="font-size: 14px;margin-left: 6px;"></i></div>
|
||||
<div class="article_dropdown-list" style="min-width:250px">
|
||||
${otherStr3}
|
||||
</div>
|
||||
</div>
|
||||
</div>`
|
||||
// 使用 insertAdjacentHTML 在 top_bar 后插入新元素
|
||||
topBar.insertAdjacentHTML('afterend', str);
|
||||
|
||||
// JavaScript to handle dropdown toggle on button click
|
||||
|
||||
|
||||
|
||||
// }
|
||||
|
||||
|
||||
|
||||
}
|
||||
function openAbstracting(Jour_num, Journals_color) {
|
||||
var list = localStorage.getItem('journalAbs')
|
||||
var arr_Abc = JSON.parse(list).filter(e => e.is_show == 1);
|
||||
var Abstractingcontent = `<ul style="margin-top:10px;">
|
||||
${arr_Abc.map((item, i) => {
|
||||
return `<li style="font-weight:700;font-size:14px;"><span style="display:inline-block">» </span><a target="_blank" href="${item.url}" style="font-weight:700;display:inline-block">${item.title}</a></li>`;
|
||||
}).join('')}
|
||||
</ul>`
|
||||
document.querySelector('#common-popup .common-popup-content').classList.add('whitebg');
|
||||
showPopup(`<span style="font-weight:bold;color:${Journals_color}">Abstracting & Indexing</span>`, Abstractingcontent)
|
||||
|
||||
|
||||
|
||||
|
||||
// 5秒后自动关闭
|
||||
// setTimeout(closePopup, 5000);
|
||||
}
|
||||
function openAuthorship(Jour_num, Journals_color) {
|
||||
|
||||
var Abstractingcontent = `
|
||||
<div class="tmr_side_map AuthorshipInfo" style="
|
||||
width:300px;margin-top:20px">
|
||||
<div id="worldMap" style="width: 100%;height: 140px;margin: 0 auto 10px auto"></div>
|
||||
<ul class="map_paiming" style="padding: 0 20px 10px 20px;"></ul>
|
||||
</div>
|
||||
</div>
|
||||
`
|
||||
document.querySelector('#common-popup .common-popup-content').classList.add('whitebg');
|
||||
showPopup(`<span style="font-weight:bold;color:${Journals_color}">Abstracting & Indexing</span>`, Abstractingcontent, 'Authorship')
|
||||
|
||||
|
||||
|
||||
|
||||
// 5秒后自动关闭
|
||||
// setTimeout(closePopup, 5000);
|
||||
}
|
||||
function showPopup(title, content, type) {
|
||||
$('#common-popup .common-popup-title').html(title)
|
||||
$('#common-popup .common-popup-content').html(content)
|
||||
|
||||
document.getElementById('common-overlay').style.display = 'block';
|
||||
if (type == 'Authorship') {
|
||||
document.getElementById('common-popup').style.width = 'auto';
|
||||
renderMap(190)
|
||||
}
|
||||
|
||||
document.getElementById('common-popup').style.opacity = '1';
|
||||
document.getElementById('common-popup').style.zIndex = '101';
|
||||
|
||||
// 5秒后自动关闭
|
||||
// setTimeout(closePopup, 5000);
|
||||
}
|
||||
|
||||
function closePopup() {
|
||||
document.getElementById('common-popup').style.opacity = '0';
|
||||
document.getElementById('common-popup').style.zIndex = '-1';
|
||||
setTimeout(function () {
|
||||
document.getElementById('common-overlay').style.display = 'none';
|
||||
$('#common-popup .common-popup-title').html('')
|
||||
$('#common-popup .common-popup-content').html('')
|
||||
}, 50);
|
||||
}
|
||||
@@ -8,4 +8,45 @@ function initForAuthor(Jour_num, arr_jour) {
|
||||
}
|
||||
|
||||
$('.for_mess div .fr_APC').html(apcStr);
|
||||
|
||||
}
|
||||
function initForAuthorHtml(Jour_num, arr_jour) {
|
||||
|
||||
$.ajax({
|
||||
type: 'post', url: apiUrl + 'api/Journal/getForAuthors',
|
||||
data: { 'journal_id': Jour_num },
|
||||
success: function (result) {
|
||||
if (result.code == 0) {
|
||||
var arr = result.data.forAuthors;
|
||||
var str = "";
|
||||
var sgl = "";
|
||||
for (var i in arr) {
|
||||
str += '<li><a href="javascript:;" class="snf-nav" style="padding:6px 0 6px 27px;"><b>' + arr[i].jfa_title + '</b></a></li>'
|
||||
sgl += '<div class="snf-page"><h3 class="big" style="font-size: 22px;padding-top: 15px;color: rgb(0, 71, 178);">' + arr[i].jfa_title + '</h3></div>'
|
||||
for (var j = 0; j < arr[i].children.length; j++) {
|
||||
str += '<li><a href="javascript:;" class="snf-nav" style="padding:6px 0 6px 27px">' + arr[i].children[j].jfa_title + '</a></li>'
|
||||
|
||||
sgl += '<div class="snf-page"><h3 style="font-size:16px">' + arr[i].children[j].jfa_title + '</h3>' + arr[i].children[j].content + '</div>'
|
||||
}
|
||||
}
|
||||
|
||||
$('#for_nag').html(str);
|
||||
$('#for_nag li:nth-child(1) a').addClass('active');
|
||||
$('#for_main').html(sgl);
|
||||
|
||||
//以window为顶,设置离顶和回调
|
||||
var snf = simpleNavFollow({
|
||||
leaveTop: 10,
|
||||
});
|
||||
|
||||
} else {
|
||||
ShowDanger(result.msg);
|
||||
}
|
||||
},
|
||||
error: function () {
|
||||
ShowDanger("error!");
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
}
|
||||
@@ -257,6 +257,9 @@ function side_list() {
|
||||
}
|
||||
|
||||
localStorage.setItem("Journals_title", arr_jour.title);
|
||||
localStorage.setItem("submission_url", arr_jour.submission_url);
|
||||
localStorage.setItem("journalAbs", JSON.stringify(result.data.journalAbs));
|
||||
localStorage.setItem("journalStageID", result.data.journalStage[0].journal_stage_id);
|
||||
localStorage.setItem("Journals_issn", arr_jour.issn);
|
||||
localStorage.setItem("Journals_color", arr_jour.system_color);
|
||||
localStorage.setItem("Journals_usx", arr_jour.usx);
|
||||
|
||||
@@ -142,7 +142,11 @@ function side_list() {
|
||||
// $('.Join_Bord2').css('display', 'block')
|
||||
// }
|
||||
localStorage.setItem("Journals_title", arr_jour.title);
|
||||
localStorage.setItem("submission_url", arr_jour.submission_url);
|
||||
localStorage.setItem("journalAbs", JSON.stringify(result.data.journalAbs));
|
||||
localStorage.setItem("Journals_issn", arr_jour.issn);
|
||||
localStorage.setItem("journalStageID", result.data.journalStage[0].journal_stage_id);
|
||||
|
||||
localStorage.setItem("Journals_color", arr_jour.system_color);
|
||||
localStorage.setItem("Journals_usx", arr_jour.usx);
|
||||
$('.About_Journal').attr('href', 'about_journal.html?J_num=' + Jour_num);
|
||||
@@ -150,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>1.8</span></p>');
|
||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>1.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);
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<title>Life Research</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/>
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals.html?J_num=14" scrolling="auto" noresize>
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=14" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<title>Medical Data Mining</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/>
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals.html?J_num=11" scrolling="auto" noresize>
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=11" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
110
style/style.css
@@ -5317,3 +5317,113 @@ ul li .ab_tad {
|
||||
font-style: italic !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.article_navbar-container {
|
||||
display: flex;
|
||||
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
padding:0 10px;
|
||||
|
||||
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.article_dropdown-menu {
|
||||
position: relative;
|
||||
margin-right:20px;
|
||||
|
||||
}
|
||||
|
||||
.article_dropbtn {
|
||||
|
||||
color: #333;
|
||||
padding: 14px 10px;
|
||||
font-size: 16px;
|
||||
border: none;
|
||||
font-weight:bold;
|
||||
cursor: pointer;
|
||||
transition: background 0.3s ease, box-shadow 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
/* By default, the dropdown list is hidden */
|
||||
.article_dropdown-list {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: #ffffff;
|
||||
min-width: 160px;
|
||||
z-index: 1;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s ease-in-out;
|
||||
top:40px;
|
||||
}
|
||||
|
||||
.article_dropdown-list a {
|
||||
color: #333;
|
||||
margin: 12px 10px 0;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
|
||||
transition: background 0.3s ease;
|
||||
border-bottom:2px solid #fff;
|
||||
|
||||
}
|
||||
.article_dropdown-list {
|
||||
padding-bottom:12px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.article_dropdown-menu:hover .article_dropdown-list {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.article_navbar-container .article_dropdown-menu {
|
||||
margin-right: 40px;
|
||||
}
|
||||
#common-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
display: none;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
/* 弹窗主体 */
|
||||
#common-popup {
|
||||
width: 600px;
|
||||
min-height: 400px;
|
||||
height: auto;
|
||||
background: white;
|
||||
border-radius: 8px;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
z-index: -1;
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s;
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.common-popup-box .whitebg{
|
||||
border-bottom:none !important;
|
||||
}
|
||||
/* 关闭按钮 */
|
||||
.common-close-btn {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 10px;
|
||||
font-size: 24px;
|
||||
cursor: pointer;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.common-close-btn:hover {
|
||||
color: #333;
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
<title>Traditional Medicine Research</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/>
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals_tmr.html?J_num=1" scrolling="auto" noresize>
|
||||
<frame name="main" src="../journals_tmr_v1.html?J_num=1" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||