1、Highlights 修改分页
2、article 增加 doi 引用 3、将 mains 和 refers 新的接口获取
This commit is contained in:
710
article.html
710
article.html
@@ -1,53 +1,62 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="Content-Type" content="text/html; 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">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<title></title>
|
<title></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="style/font-awesome/css/font-awesome.min.css">
|
||||||
<link rel="stylesheet" type="text/css" href="style/style.css"/>
|
<link rel="stylesheet" type="text/css" href="style/style.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="style/layui.css"/>
|
<link rel="stylesheet" type="text/css" href="style/layui.css" />
|
||||||
<script type='text/javascript'
|
<script type='text/javascript'
|
||||||
src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons'
|
src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons'
|
||||||
async='async'></script>
|
async='async'></script>
|
||||||
<style>
|
<style>
|
||||||
.article__{
|
.article__ {
|
||||||
background-color: #f4fafd;
|
background-color: #f4fafd;
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
margin-top: -15px;
|
margin-top: -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.act_chajian {
|
.act_chajian {
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
}
|
}
|
||||||
.pos_ter{
|
|
||||||
padding:0 0 20px 0
|
.pos_ter {
|
||||||
|
padding: 0 0 20px 0
|
||||||
}
|
}
|
||||||
.pos_ter>div:nth-child(1){
|
|
||||||
|
.pos_ter>div:nth-child(1) {
|
||||||
width: 275px;
|
width: 275px;
|
||||||
height: 105px;
|
height: 105px;
|
||||||
}
|
}
|
||||||
.pos_ter>div:nth-child(3){
|
|
||||||
|
.pos_ter>div:nth-child(3) {
|
||||||
width: 235px;
|
width: 235px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
padding: 25px 12px 12px 12px;
|
padding: 25px 12px 12px 12px;
|
||||||
}
|
}
|
||||||
.pos_ter>div:nth-child(4){
|
|
||||||
|
.pos_ter>div:nth-child(4) {
|
||||||
width: 242px;
|
width: 242px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
padding: 15px 0 0 0;
|
padding: 15px 0 0 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
.pos_ter>div:nth-child(4) img{
|
|
||||||
|
.pos_ter>div:nth-child(4) img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.pos_ter>div{
|
|
||||||
|
.pos_ter>div {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.pos_ter>a{
|
|
||||||
|
.pos_ter>a {
|
||||||
float: left;
|
float: left;
|
||||||
width: 240px;
|
width: 240px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -63,273 +72,467 @@
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.conthtmn>p {
|
.conthtmn>p {
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
}
|
}
|
||||||
.conthtmn .imgHnkl{
|
|
||||||
|
.conthtmn .imgHnkl {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
.conthtmn .imgHnkl p{
|
|
||||||
|
.conthtmn .imgHnkl p {
|
||||||
color: #006699;
|
color: #006699;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 相关引用次数 */
|
||||||
|
.article-quote-box {
|
||||||
|
width: 32%;
|
||||||
|
padding: 20px 20px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin-right: 1%;
|
||||||
|
|
||||||
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.02);
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.SciteBadge {}
|
||||||
|
|
||||||
|
.article-quote-box {
|
||||||
|
background-color: #fff;
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-quote-box a {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-quote-box .quote-source {
|
||||||
|
width: 100%;
|
||||||
|
font-size: 13px;
|
||||||
|
padding: 0px 10px 20px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
text-align: center;
|
||||||
|
color: #333;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-quote-box .quote-content {
|
||||||
|
font-size: 12px;
|
||||||
|
padding: 10px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-quote-box .quote-content .quote-item {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-quote-box .quote-content .quote-item img {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-quote-box .quote-content .quote-item .count {
|
||||||
|
min-width: 50px;
|
||||||
|
text-align: center;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-quote-box a {
|
||||||
|
display: inline-block;
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-quote-box a .link {
|
||||||
|
text-decoration: underline !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.quoteNumber {
|
||||||
|
color: #006699;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quoteNumber:hover {
|
||||||
|
text-decoration: underline !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#framed_div .quote-content a {
|
||||||
|
color: #006699;
|
||||||
|
}
|
||||||
|
|
||||||
|
#framed_div .quote-content a:hover {
|
||||||
|
text-decoration: underline !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-box {
|
||||||
|
padding: 10px;
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
position: relative;
|
||||||
|
color: #333 !important
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-box:before {
|
||||||
|
position: absolute;
|
||||||
|
left: 10px;
|
||||||
|
top: 5px;
|
||||||
|
font-size: 18px;
|
||||||
|
|
||||||
|
color: #333
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-box__copyright:before {
|
||||||
|
content: "copyright";
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-box__highlight {
|
||||||
|
background-color: #ffb800
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-box a {
|
||||||
|
font-weight: 700;
|
||||||
|
color: #006699 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-box__container {
|
||||||
|
margin-top: 16px;
|
||||||
|
margin-left: 8px;
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.in-tab {
|
||||||
|
display: none;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.openCrossref {
|
||||||
|
display: block;
|
||||||
|
opacity: 1;
|
||||||
|
transform: scale(0);
|
||||||
|
animation: fadeInAndGrow 0.5s forwards;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes fadeInAndGrow {
|
||||||
|
0% {
|
||||||
|
opacity: 0;
|
||||||
|
transform: scale(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
50% {
|
||||||
|
opacity: 1;
|
||||||
|
transform: scale(1.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
transform: scale(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 相关引用次数 */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="newBox">
|
<div class="newBox">
|
||||||
<div id="col-content">
|
<div id="col-content">
|
||||||
<div id="top_bar">
|
<div id="top_bar">
|
||||||
<!--头部-->
|
<!--头部-->
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="article wenzhang">
|
|
||||||
<div class="wen_jian">
|
|
||||||
<div class="left">
|
|
||||||
<span>
|
|
||||||
<a href="" class="txt_zhaiyao" target="_blank"> </a>
|
|
||||||
<!-- >> 2019, Vol. 4-->
|
|
||||||
<!-- >> I ssue (3): 118-130 DOI:10.12032/TMR20190225105-->
|
|
||||||
</span>
|
|
||||||
<h4></h4>
|
|
||||||
<div class="sharethis-inline-share-buttons" style="margin-left: 0;margin-top: -10px"></div>
|
|
||||||
<div style="line-height: 22px" class="zuo_zhe">
|
|
||||||
<!-- Roshanak Ghods1,2 ,Mojtaba Abdi3 ,Matineh Pourrahimi4,* () , Fataneh Hashem Dabaghian1,2<br/>-->
|
|
||||||
<!-- 1Research Institute for Islamic and Complementary Medicine, Iran University of Medical Sciences, Tehran, Iran;<br/>-->
|
|
||||||
<!-- 2 School of Persian Medicine, Iran University of Medical Sciences, Tehran, Iran;<br/>-->
|
|
||||||
<!-- 3 School of Nursing and Midwifery Branch, Iran University of Medical Sciences, Tehran, Iran;<br/>-->
|
|
||||||
<!-- 4 Faculty of Allied Medicine Branch, Iran University of Medical Sciences, Tehran, Iran.<br/>-->
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
|
||||||
<h5>Cite this article:</h5>
|
|
||||||
<p>
|
|
||||||
<!-- Cite this article -->
|
|
||||||
</p>
|
|
||||||
<div class="links_">
|
|
||||||
<!-- pdf html下载-->
|
|
||||||
</div>
|
|
||||||
<div class="Note_TeX">
|
|
||||||
<!-- <a href="" style="color: #7a2702;">EndNote-->
|
|
||||||
<!-- <span style="color: #666;">(RIS)</span>-->
|
|
||||||
<!-- </a> -->
|
|
||||||
<!-- <a href="" style="color: #7a2702;">BibTeX</a>-->
|
|
||||||
</div>
|
|
||||||
<ul class="export">
|
|
||||||
<li class="Exc_2"><i class="fa fa-download"></i> Export citation to EndNote</li>
|
|
||||||
<li class="Exc_3"><i class="fa fa-download"></i> Export citation to RIS</li>
|
|
||||||
<li class="Exc_4"><i class="fa fa-download"></i> Export citation to BibTex</li>
|
|
||||||
<li class="Exc_5"><i class="fa fa-download"></i> Export citation to txt</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<br clear="both">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="article__ wenzhang">
|
|
||||||
<div class="wen_rong">
|
|
||||||
<div class="left">
|
|
||||||
<div class="rong_box">
|
|
||||||
<ul id="tablist">
|
|
||||||
<li class="tabin">Abstract</li>
|
|
||||||
<li class="tarmho">Medical history of objective</li>
|
|
||||||
<li class="tarhtmn">HTML</li>
|
|
||||||
<div class="tarfipdf">PDF</div>
|
|
||||||
<div class="tarfihml">HTML</div>
|
|
||||||
<li class="tarpdf">Supplementary material</li>
|
|
||||||
<li class="tarrecord">Manuscript processing</li>
|
|
||||||
<li class="Original">Original data</li>
|
|
||||||
</ul>
|
|
||||||
<div class="content-box">
|
|
||||||
<div class="content contercon contentin">
|
|
||||||
<div class="abst"
|
|
||||||
style="margin: 20px 0 40px 0;text-align: justify;word-wrap: break-word;color:#444;font-size: 15px"></div>
|
|
||||||
<div class="keyw">
|
|
||||||
<b>Key words: </b><span class="ur_red"></span>
|
|
||||||
</div>
|
|
||||||
<!-- <div class="fund">-->
|
|
||||||
<!-- <b>Fund: </b><span></span>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- <div class="coau">-->
|
|
||||||
<!-- <b>Corresponding author: </b><span></span>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- <div class="emai">-->
|
|
||||||
<!-- <b>E-mail: </b><span></span>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- <div class="cite">-->
|
|
||||||
<!-- <b>Cite this article: </b><br/><span></span>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- <div class="time">-->
|
|
||||||
<!-- <b>Published date: </b><span></span>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<div class="url">
|
|
||||||
<b>DOI URL: </b><span class="ur_red"></span>
|
|
||||||
</div>
|
|
||||||
<div class="udr">
|
|
||||||
<b>Original DOI URL: </b><span class="ur_red"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="content contemho">
|
|
||||||
<ul>
|
|
||||||
<!--pdf 选项卡六-->
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="content conthtmn" id="html88">
|
|
||||||
<!--Tradition 选项卡二-->
|
|
||||||
|
|
||||||
|
<div class="article wenzhang">
|
||||||
|
<div class="wen_jian">
|
||||||
|
<div class="left">
|
||||||
|
<span>
|
||||||
|
<a href="" class="txt_zhaiyao" target="_blank"> </a>
|
||||||
|
<!-- >> 2019, Vol. 4-->
|
||||||
|
<!-- >> I ssue (3): 118-130 DOI:10.12032/TMR20190225105-->
|
||||||
|
</span>
|
||||||
|
<h4></h4>
|
||||||
|
<div class="sharethis-inline-share-buttons" style="margin-left: 0;margin-top: -10px"></div>
|
||||||
|
<div style="line-height: 22px" class="zuo_zhe">
|
||||||
|
<!-- Roshanak Ghods1,2 ,Mojtaba Abdi3 ,Matineh Pourrahimi4,* () , Fataneh Hashem Dabaghian1,2<br/>-->
|
||||||
|
<!-- 1Research Institute for Islamic and Complementary Medicine, Iran University of Medical Sciences, Tehran, Iran;<br/>-->
|
||||||
|
<!-- 2 School of Persian Medicine, Iran University of Medical Sciences, Tehran, Iran;<br/>-->
|
||||||
|
<!-- 3 School of Nursing and Midwifery Branch, Iran University of Medical Sciences, Tehran, Iran;<br/>-->
|
||||||
|
<!-- 4 Faculty of Allied Medicine Branch, Iran University of Medical Sciences, Tehran, Iran.<br/>-->
|
||||||
</div>
|
</div>
|
||||||
<!--<div class="content conterad">-->
|
|
||||||
<!--<!–Tradition 选项卡二–>-->
|
|
||||||
<!--<h1></h1>-->
|
|
||||||
<!--<p></p>-->
|
|
||||||
<!--</div>-->
|
|
||||||
<!-- <div class="content contfdf">-->
|
|
||||||
<!-- <ul>-->
|
|
||||||
<!-- <!–pdf 选项卡三–>-->
|
|
||||||
<!-- </ul>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- <div class="content contfhml">-->
|
|
||||||
<!-- <ul>-->
|
|
||||||
<!-- <!–pdf 选项卡四–>-->
|
|
||||||
<!-- </ul>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<div class="content contepdf">
|
|
||||||
<ul>
|
|
||||||
<!--pdf 选项卡五-->
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="content conterecord"></div>
|
|
||||||
<div class="content OriginalData" id="OriginalData"></div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="right">
|
||||||
<div style="background-color: #f4fafd;height: 20px"></div>
|
<h5>Cite this article:</h5>
|
||||||
<div class="mb_aform">
|
<p>
|
||||||
<div class="search_for">
|
<!-- Cite this article -->
|
||||||
<!-- <select name="cut">-->
|
</p>
|
||||||
<!-- <option value="1">Title</option>-->
|
<div class="links_">
|
||||||
<!-- <option value="2">Full Text</option>-->
|
<!-- pdf html下载-->
|
||||||
<!-- <option value="3">Author</option>-->
|
</div>
|
||||||
<!-- </select>-->
|
<div class="Note_TeX">
|
||||||
<input type="text" placeholder="Search for Articles" value="" class="sfor_inpw">
|
<!-- <a href="" style="color: #7a2702;">EndNote-->
|
||||||
<input class="sfor_btnw" type="button" value="Search">
|
<!-- <span style="color: #666;">(RIS)</span>-->
|
||||||
|
<!-- </a> -->
|
||||||
|
<!-- <a href="" style="color: #7a2702;">BibTeX</a>-->
|
||||||
|
</div>
|
||||||
|
<ul class="export">
|
||||||
|
<li class="Exc_2"><i class="fa fa-download"></i> Export citation to EndNote</li>
|
||||||
|
<li class="Exc_3"><i class="fa fa-download"></i> Export citation to RIS</li>
|
||||||
|
<li class="Exc_4"><i class="fa fa-download"></i> Export citation to BibTex</li>
|
||||||
|
<li class="Exc_5"><i class="fa fa-download"></i> Export citation to txt</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<br clear="both">
|
<br clear="both">
|
||||||
<img src="img/em_ile.png" alt="">
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="article__ wenzhang">
|
||||||
|
<div class="wen_rong">
|
||||||
|
<div class="left">
|
||||||
|
<div class="rong_box">
|
||||||
|
<ul id="tablist">
|
||||||
|
<li class="tabin">Abstract</li>
|
||||||
|
<li class="tarmho">Medical history of objective</li>
|
||||||
|
<li class="tarhtmn">HTML</li>
|
||||||
|
<div class="tarfipdf">PDF</div>
|
||||||
|
<div class="tarfihml">HTML</div>
|
||||||
|
<li class="tarpdf">Supplementary material</li>
|
||||||
|
<li class="tarrecord">Manuscript processing</li>
|
||||||
|
<li class="Original">Original data</li>
|
||||||
|
</ul>
|
||||||
|
<div class="content-box">
|
||||||
|
<div class="content contercon contentin">
|
||||||
|
<div class="abst"
|
||||||
|
style="margin: 20px 0 40px 0;text-align: justify;word-wrap: break-word;color:#444;font-size: 15px">
|
||||||
|
</div>
|
||||||
|
<div class="keyw">
|
||||||
|
<b>Key words: </b><span class="ur_red"></span>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="fund">-->
|
||||||
|
<!-- <b>Fund: </b><span></span>-->
|
||||||
|
<!-- </div>-->
|
||||||
|
<!-- <div class="coau">-->
|
||||||
|
<!-- <b>Corresponding author: </b><span></span>-->
|
||||||
|
<!-- </div>-->
|
||||||
|
<!-- <div class="emai">-->
|
||||||
|
<!-- <b>E-mail: </b><span></span>-->
|
||||||
|
<!-- </div>-->
|
||||||
|
<!-- <div class="cite">-->
|
||||||
|
<!-- <b>Cite this article: </b><br/><span></span>-->
|
||||||
|
<!-- </div>-->
|
||||||
|
<!-- <div class="time">-->
|
||||||
|
<!-- <b>Published date: </b><span></span>-->
|
||||||
|
<!-- </div>-->
|
||||||
|
<div class="url">
|
||||||
|
<b>DOI URL: </b><span class="ur_red"></span>
|
||||||
|
</div>
|
||||||
|
<div class="udr">
|
||||||
|
<b>Original DOI URL: </b><span class="ur_red"></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content contemho">
|
||||||
|
<ul>
|
||||||
|
<!--pdf 选项卡六-->
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="content conthtmn" id="html88">
|
||||||
|
<!--Tradition 选项卡二-->
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!--<div class="content conterad">-->
|
||||||
|
<!--<!–Tradition 选项卡二–>-->
|
||||||
|
<!--<h1></h1>-->
|
||||||
|
<!--<p></p>-->
|
||||||
|
<!--</div>-->
|
||||||
|
<!-- <div class="content contfdf">-->
|
||||||
|
<!-- <ul>-->
|
||||||
|
<!-- <!–pdf 选项卡三–>-->
|
||||||
|
<!-- </ul>-->
|
||||||
|
<!-- </div>-->
|
||||||
|
<!-- <div class="content contfhml">-->
|
||||||
|
<!-- <ul>-->
|
||||||
|
<!-- <!–pdf 选项卡四–>-->
|
||||||
|
<!-- </ul>-->
|
||||||
|
<!-- </div>-->
|
||||||
|
<div class="content contepdf">
|
||||||
|
<ul>
|
||||||
|
<!--pdf 选项卡五-->
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="content conterecord"></div>
|
||||||
|
<div class="content OriginalData" id="OriginalData"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div style="background-color: #f4fafd;height: 20px"></div>
|
||||||
|
<div class="mb_aform">
|
||||||
|
<div class="search_for">
|
||||||
|
<!-- <select name="cut">-->
|
||||||
|
<!-- <option value="1">Title</option>-->
|
||||||
|
<!-- <option value="2">Full Text</option>-->
|
||||||
|
<!-- <option value="3">Author</option>-->
|
||||||
|
<!-- </select>-->
|
||||||
|
<input type="text" placeholder="Search for Articles" value="" class="sfor_inpw">
|
||||||
|
<input class="sfor_btnw" type="button" value="Search">
|
||||||
|
</div>
|
||||||
|
<br clear="both">
|
||||||
|
<img src="img/em_ile.png" alt="">
|
||||||
|
<div>
|
||||||
|
<p>Latest Research and News</p>
|
||||||
|
<input id="combox4" autocomplete="off" placeholder="Please choose topics"
|
||||||
|
style="width: 250px;height: 29px">
|
||||||
|
<input type="text" id="emaplm" value=""
|
||||||
|
placeholder="Please enter a valid email address" />
|
||||||
|
<br><span class="spa spa111"></span>
|
||||||
|
<input type="submit" value="Subscribe" class="yue_addm" />
|
||||||
|
<i class="icon"></i>
|
||||||
|
</div>
|
||||||
|
<br clear="both">
|
||||||
|
</div>
|
||||||
|
<!-- 相关引用次数-->
|
||||||
|
<div style="background-color: #f4fafd;height: 20px" class=""></div>
|
||||||
|
<div class=" article-quote" style="background-color: #f4fafd;">
|
||||||
|
<h3 style="font-size: 32px;text-align: center;padding:20px;">Article Citations
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<ul style="overflow: hidden;padding: 10px 0;border: none;">
|
||||||
|
<li class="article-quote-box DimensionsBadge">
|
||||||
|
<a href="" target="_blank">
|
||||||
|
<p class="quote-source "></p>
|
||||||
|
<div class="quote-content "></div>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="article-quote-box SciteBadge">
|
||||||
|
<a href="" target="_blank">
|
||||||
|
<p class="quote-source "></p>
|
||||||
|
<div class="quote-content quote-content1">
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="article-quote-box Crossref" style="margin-right: 0;">
|
||||||
|
<p class="quote-source "></p>
|
||||||
|
<div class="quote-content quote-content1">
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="framed_div" class="in-tab " style="margin-top: 10px; background-color: #fff;">
|
||||||
|
<div class="info-box"></div>
|
||||||
|
<div style="padding: 10px;" class="quote-content"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- 相关引用次数-->
|
||||||
|
<div style="background-color: #f4fafd;height: 20px" class="corr_late_bg"></div>
|
||||||
|
<div class="corr_late">
|
||||||
|
<h3>Related articles</h3>
|
||||||
|
<ul>
|
||||||
|
<!-- 相关文章-->
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<ul class="pos_topic">
|
||||||
|
<!-- 话题-->
|
||||||
|
</ul>
|
||||||
|
<div class="act_chajian">
|
||||||
|
<div id="trendmd-suggestions"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- <ul>-->
|
||||||
|
<!-- <h3>Service</h3>-->
|
||||||
|
<!-- <li>» <a href="">E-mail Alert</a></li>-->
|
||||||
|
<!-- <li>» <a href="">RSS</a></li>-->
|
||||||
|
<!-- </ul>-->
|
||||||
|
<!-- <ul>-->
|
||||||
|
<!-- <h3>Articles by authors</h3>-->
|
||||||
|
<!-- <li>» <a href="">Fataneh Hashem Dabaghian</a></li>-->
|
||||||
|
<!-- <li>» <a href="">Fataneh Hashem Dabaghian</a></li>-->
|
||||||
|
<!-- <li>» <a href="">Fataneh Hashem Dabaghian</a></li>-->
|
||||||
|
<!-- <li>» <a href="">Fataneh Hashem Dabaghian</a></li>-->
|
||||||
|
<!-- <li>» <a href="">Fataneh Hashem Dabaghian</a></li>-->
|
||||||
|
<!-- </ul>-->
|
||||||
|
<!-- <ul>-->
|
||||||
|
<!-- <h3>Related Articles</h3>-->
|
||||||
|
<!-- <li>-->
|
||||||
|
<!-- <a href="">Treatment of diabetic foot ulcer with medicinal leech therapy and honey curcumin dressing: a case report</a>-->
|
||||||
|
<!-- <p>[Traditional Medicine Research. 2019, 4(6):338-344]</p>-->
|
||||||
|
<!-- </li>-->
|
||||||
|
<!-- <li>-->
|
||||||
|
<!-- <a href="">Treatment of diabetic foot ulcer with medicinal leech therapy and honey curcumin dressing: a case report</a>-->
|
||||||
|
<!-- <p>[Traditional Medicine Research. 2019, 4(6):338-344]</p>-->
|
||||||
|
<!-- </li>-->
|
||||||
|
<!-- </ul>-->
|
||||||
|
<!-- <div class="rig_yin">-->
|
||||||
|
<!-- <h3>We recommend</h3>-->
|
||||||
|
<!-- <div>-->
|
||||||
|
<!-- <h4><a href="">Leech therapy indications: a scoping review</a></h4>-->
|
||||||
|
<!-- <p>Roshanak Ghods1 et al., Traditional Medicine Research, 2020</p>-->
|
||||||
|
<!-- </div>-->
|
||||||
|
<!-- <div>-->
|
||||||
|
<!-- <h4><a href="">Leech therapy indications: a scoping review</a></h4>-->
|
||||||
|
<!-- <p>Roshanak Ghods1 et al., Traditional Medicine Research, 2020</p>-->
|
||||||
|
<!-- </div>-->
|
||||||
|
<!-- <div>-->
|
||||||
|
<!-- <h4><a href="">Leech therapy indications: a scoping review</a></h4>-->
|
||||||
|
<!-- <p>Roshanak Ghods1 et al., Traditional Medicine Research, 2020</p>-->
|
||||||
|
<!-- </div>-->
|
||||||
|
<!-- </div>-->
|
||||||
|
<!-- <div class="rig_img">-->
|
||||||
|
|
||||||
|
<!-- </div>-->
|
||||||
|
</div>
|
||||||
|
<br clear="both">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="pos_ter">
|
||||||
<div>
|
<div>
|
||||||
<p>Latest Research and News</p>
|
<div style="float: left;width: 190px;margin-left: 10px">
|
||||||
<input id="combox4" autocomplete="off" placeholder="Please choose topics"
|
<a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">
|
||||||
style="width: 250px;height: 29px">
|
<img src="img/fasdf.png" alt="" style="padding: 15px 0 0 0">
|
||||||
<input type="text" id="emaplm" value="" placeholder="Please enter a valid email address"/>
|
</a>
|
||||||
<br><span class="spa spa111"></span>
|
<p>This work is licensed under a Creative Commons Attribution 4.0 International License.</p>
|
||||||
<input type="submit" value="Subscribe" class="yue_addm"/>
|
</div>
|
||||||
<i class="icon"></i>
|
<div style="float: left;width: 65px;text-align: center">
|
||||||
|
<a href="https://en.wikipedia.org/wiki/Open_access"
|
||||||
|
style="text-align: center;display: block" target="_blank">
|
||||||
|
<img src="img/open.png" alt="" style="width: 85%;margin-top: 28px">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<br clear="both">
|
||||||
|
</div>
|
||||||
|
<a href="https://www.crossref.org/" target="_blank">
|
||||||
|
<img src="img/doi.png" alt="" style="width: 100%;">
|
||||||
|
</a>
|
||||||
|
<div>
|
||||||
|
<a href="https://orcid.org/" target="_blank" style="float: left;display: block">
|
||||||
|
<img src="img/orcid.svg" style="width: 160px">
|
||||||
|
</a>
|
||||||
|
<a href="https://orcid.org/" target="_blank"
|
||||||
|
style="float: left;display: block;margin-left: 20px;">
|
||||||
|
<img src="img/or_id.png" alt="" style="width: 55px;height: 55px;">
|
||||||
|
</a>
|
||||||
|
<br clear="both">
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<img src="img/libary.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
<br clear="both">
|
<br clear="both">
|
||||||
</div>
|
</div>
|
||||||
<div style="background-color: #f4fafd;height: 20px" class="corr_late_bg"></div>
|
|
||||||
<div class="corr_late">
|
|
||||||
<h3>Related articles</h3>
|
|
||||||
<ul>
|
|
||||||
<!-- 相关文章-->
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="PicPreview">
|
||||||
<ul class="pos_topic">
|
<img src="#" alt="">
|
||||||
<!-- 话题-->
|
</div>
|
||||||
</ul>
|
|
||||||
<div class="act_chajian">
|
|
||||||
<div id="trendmd-suggestions"></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- <ul>-->
|
<div class="footer">
|
||||||
<!-- <h3>Service</h3>-->
|
<!--底部菜单栏-->
|
||||||
<!-- <li>» <a href="">E-mail Alert</a></li>-->
|
|
||||||
<!-- <li>» <a href="">RSS</a></li>-->
|
|
||||||
<!-- </ul>-->
|
|
||||||
<!-- <ul>-->
|
|
||||||
<!-- <h3>Articles by authors</h3>-->
|
|
||||||
<!-- <li>» <a href="">Fataneh Hashem Dabaghian</a></li>-->
|
|
||||||
<!-- <li>» <a href="">Fataneh Hashem Dabaghian</a></li>-->
|
|
||||||
<!-- <li>» <a href="">Fataneh Hashem Dabaghian</a></li>-->
|
|
||||||
<!-- <li>» <a href="">Fataneh Hashem Dabaghian</a></li>-->
|
|
||||||
<!-- <li>» <a href="">Fataneh Hashem Dabaghian</a></li>-->
|
|
||||||
<!-- </ul>-->
|
|
||||||
<!-- <ul>-->
|
|
||||||
<!-- <h3>Related Articles</h3>-->
|
|
||||||
<!-- <li>-->
|
|
||||||
<!-- <a href="">Treatment of diabetic foot ulcer with medicinal leech therapy and honey curcumin dressing: a case report</a>-->
|
|
||||||
<!-- <p>[Traditional Medicine Research. 2019, 4(6):338-344]</p>-->
|
|
||||||
<!-- </li>-->
|
|
||||||
<!-- <li>-->
|
|
||||||
<!-- <a href="">Treatment of diabetic foot ulcer with medicinal leech therapy and honey curcumin dressing: a case report</a>-->
|
|
||||||
<!-- <p>[Traditional Medicine Research. 2019, 4(6):338-344]</p>-->
|
|
||||||
<!-- </li>-->
|
|
||||||
<!-- </ul>-->
|
|
||||||
<!-- <div class="rig_yin">-->
|
|
||||||
<!-- <h3>We recommend</h3>-->
|
|
||||||
<!-- <div>-->
|
|
||||||
<!-- <h4><a href="">Leech therapy indications: a scoping review</a></h4>-->
|
|
||||||
<!-- <p>Roshanak Ghods1 et al., Traditional Medicine Research, 2020</p>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- <div>-->
|
|
||||||
<!-- <h4><a href="">Leech therapy indications: a scoping review</a></h4>-->
|
|
||||||
<!-- <p>Roshanak Ghods1 et al., Traditional Medicine Research, 2020</p>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- <div>-->
|
|
||||||
<!-- <h4><a href="">Leech therapy indications: a scoping review</a></h4>-->
|
|
||||||
<!-- <p>Roshanak Ghods1 et al., Traditional Medicine Research, 2020</p>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- <div class="rig_img">-->
|
|
||||||
|
|
||||||
<!-- </div>-->
|
|
||||||
</div>
|
</div>
|
||||||
<br clear="both">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="pos_ter">
|
|
||||||
<div>
|
|
||||||
<div style="float: left;width: 190px;margin-left: 10px">
|
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">
|
|
||||||
<img src="img/fasdf.png" alt="" style="padding: 15px 0 0 0">
|
|
||||||
</a>
|
|
||||||
<p>This work is licensed under a Creative Commons Attribution 4.0 International License.</p>
|
|
||||||
</div>
|
|
||||||
<div style="float: left;width: 65px;text-align: center">
|
|
||||||
<a href="https://en.wikipedia.org/wiki/Open_access" style="text-align: center;display: block"
|
|
||||||
target="_blank">
|
|
||||||
<img src="img/open.png" alt="" style="width: 85%;margin-top: 28px">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<br clear="both">
|
|
||||||
</div>
|
|
||||||
<a href="https://www.crossref.org/" target="_blank">
|
|
||||||
<img src="img/doi.png" alt="" style="width: 100%;">
|
|
||||||
</a>
|
|
||||||
<div>
|
|
||||||
<a href="https://orcid.org/" target="_blank" style="float: left;display: block">
|
|
||||||
<img src="img/orcid.svg" style="width: 160px">
|
|
||||||
</a>
|
|
||||||
<a href="https://orcid.org/" target="_blank" style="float: left;display: block;margin-left: 20px;">
|
|
||||||
<img src="img/or_id.png" alt="" style="width: 55px;height: 55px;">
|
|
||||||
</a>
|
|
||||||
<br clear="both">
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<img src="img/libary.png" alt="">
|
|
||||||
</div>
|
|
||||||
<br clear="both">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="PicPreview">
|
|
||||||
<img src="#" alt="">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="footer">
|
|
||||||
<!--底部菜单栏-->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
<script src="js/jquery.min.js"></script>
|
<script src="js/jquery.min.js"></script>
|
||||||
<script src="js/return-top.js"></script>
|
<script src="js/return-top.js"></script>
|
||||||
@@ -419,4 +622,5 @@
|
|||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
1088
js/article.js
1088
js/article.js
File diff suppressed because it is too large
Load Diff
@@ -726,7 +726,7 @@ function bf_list() {
|
|||||||
data: {
|
data: {
|
||||||
"journal_id": Jour_num,
|
"journal_id": Jour_num,
|
||||||
"pageIndex": '1',
|
"pageIndex": '1',
|
||||||
"pageSize": '30'
|
"pageSize": '4'
|
||||||
},
|
},
|
||||||
success: function (result) {
|
success: function (result) {
|
||||||
if (result.code == 0) {
|
if (result.code == 0) {
|
||||||
@@ -765,50 +765,50 @@ function bf_list() {
|
|||||||
|
|
||||||
|
|
||||||
// 中下侧Top cited / Top read / Top download文章
|
// 中下侧Top cited / Top read / Top download文章
|
||||||
$.ajax({
|
// $.ajax({
|
||||||
type: 'post', url: apiUrl + 'api/Journal/getTopArticle',
|
// type: 'post', url: apiUrl + 'api/Journal/getTopArticle',
|
||||||
data: {
|
// data: {
|
||||||
"journal_id": Jour_num,
|
// "journal_id": Jour_num,
|
||||||
"pageIndex": '1',
|
// "pageIndex": '1',
|
||||||
"pageSize": '4'
|
// "pageSize": '4'
|
||||||
},
|
// },
|
||||||
success: function (result) {
|
// success: function (result) {
|
||||||
if (result.code == 0) {
|
// if (result.code == 0) {
|
||||||
|
|
||||||
var arr = result.data.articles;
|
// var arr = result.data.articles;
|
||||||
var str = "";
|
// var str = "";
|
||||||
|
|
||||||
for (var i = 0; i < arr.length; i++) {
|
// for (var i = 0; i < arr.length; i++) {
|
||||||
if (i == 4) break;
|
// if (i == 4) break;
|
||||||
if (arr[i].icon == '') {
|
// if (arr[i].icon == '') {
|
||||||
var img_i = ''
|
// var img_i = ''
|
||||||
} else {
|
// } else {
|
||||||
var img_i = '<a target="_blank" href="article.html?J_num=' + Jour_num + '&a_id=' + arr[i].article_id + '"><img src="' + imgarticleUrl + arr[i].icon + '" alt=""></a>'
|
// var img_i = '<a target="_blank" href="article.html?J_num=' + Jour_num + '&a_id=' + arr[i].article_id + '"><img src="' + imgarticleUrl + arr[i].icon + '" alt=""></a>'
|
||||||
}
|
// }
|
||||||
str += '<li>' + img_i +
|
// str += '<li>' + img_i +
|
||||||
'<h6><a target="_blank" href="article.html?J_num=' + Jour_num + '&a_id=' + arr[i].article_id + '">' + arr[i].title + '</a></h6>' +
|
// '<h6><a target="_blank" href="article.html?J_num=' + Jour_num + '&a_id=' + arr[i].article_id + '">' + arr[i].title + '</a></h6>' +
|
||||||
'<div class="fo_fam">' + arr[i].abbr + '. | ' + arr[i].stage_year + '</div></li>'
|
// '<div class="fo_fam">' + arr[i].abbr + '. | ' + arr[i].stage_year + '</div></li>'
|
||||||
|
|
||||||
|
|
||||||
}
|
// }
|
||||||
|
|
||||||
$('.ncon_tcrd>a').attr('href', 'article_list.html?J_num=' + Jour_num + '&top_id=' + Jour_num);
|
// $('.ncon_tcrd>a').attr('href', 'article_list.html?J_num=' + Jour_num + '&top_id=' + Jour_num);
|
||||||
$('.ncon_tcrd>ul').html(str + '<br clear="both">');
|
// $('.ncon_tcrd>ul').html(str + '<br clear="both">');
|
||||||
|
|
||||||
if (arr == '') {
|
// if (arr == '') {
|
||||||
$('.ncon_tcrd').css('display', 'none')
|
// $('.ncon_tcrd').css('display', 'none')
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
} else {
|
// } else {
|
||||||
// ShowDanger("请求失败!");
|
// // ShowDanger("请求失败!");
|
||||||
$('.ncon_tcrd').css('display', 'none')
|
// $('.ncon_tcrd').css('display', 'none')
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
error: function () {
|
// error: function () {
|
||||||
ShowDanger("error!");
|
// ShowDanger("error!");
|
||||||
}
|
// }
|
||||||
})
|
// })
|
||||||
|
|
||||||
|
|
||||||
// TMR 中下侧Top cited / Top read / Top download文章切换
|
// TMR 中下侧Top cited / Top read / Top download文章切换
|
||||||
|
|||||||
Reference in New Issue
Block a user