This commit is contained in:
2025-08-05 09:02:33 +08:00
parent c40787927c
commit 8061704355
14 changed files with 8845 additions and 641 deletions

View File

@@ -8,392 +8,15 @@
<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/commonArticle_v3.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>
.article__ {
background-color: #f4fafd;
padding: 0 15px;
margin-top: -15px;
}
.act_chajian {
padding: 10px 15px;
}
.pos_ter {
padding: 0 0 20px 0
}
.pos_ter>div:nth-child(1) {
width: 275px;
height: 105px;
}
.pos_ter>div:nth-child(3) {
width: 235px;
height: 68px;
padding: 25px 12px 12px 12px;
}
.pos_ter>div:nth-child(4) {
width: 242px;
height: 90px;
padding: 15px 0 0 0;
margin-right: 0;
}
.pos_ter>div:nth-child(4) img {
width: 100%;
}
.pos_ter>div {
float: left;
margin-right: 10px;
background-color: #fff;
}
.pos_ter>a {
float: left;
width: 240px;
text-align: center;
display: block;
padding: 25px 12px 12px 12px;
margin-right: 10px;
background-color: #fff;
height: 68px;
}
.conthtmn p {
line-height: 22px;
margin-bottom: 10px;
color: #333;
text-align: justify;
}
.conthtmn>p {
min-height: 20px;
}
.conthtmn .imgHnkl {
text-align: center;
margin-top: 20px;
}
.conthtmn .imgHnkl p {
color: #006699;
font-weight: bold;
}
/* 相关引用次数 */
.article-quote-box {
width: 24%;
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;
}
.font {
display: block;
margin: 0 auto;
font-size: 14px;
/* color: #006699; */
font-weight: bold;
line-height: 22px;
text-align: center;
}
@keyframes fadeInAndGrow {
0% {
opacity: 0;
transform: scale(0);
}
50% {
opacity: 1;
transform: scale(1.1);
}
100% {
opacity: 1;
transform: scale(1);
}
}
.wordTableHtml b span {
font-weight: bold !important;
}
.wordTableHtml i span {
font-style: italic !important;
}
.wordTableHtml sub span {
vertical-align: sub;
}
.wordTableHtml sup span {
vertical-align: super;
}
.wordTableHtml sub {
vertical-align: sub !important;
}
.wordTableHtml sup {
vertical-align: super !important;
}
.wordTableHtml span[style*='vertical-align: super'] {
vertical-align: super !important;
}
.wordTableHtml span[style*='vertical-align: sub'] {
vertical-align: sub !important;
}
.wordTableHtml table {
border: 0px !important;
border-bottom: 1px solid #000!important;
border-collapse: collapse;
/* 去除单元格间隙 */
width: 100%;
margin: 0 auto !important;
table-layout: auto;
/* 自动调整列宽 */
text-align: left;
font-family: 'Charis SIL' !important;
font-size: 7.5pt !important;
mso-font-kerning: 1pt !important;
line-height: 10pt !important;
mos-line-height: 10pt !important;
}
.wordTableHtml table td,
.wordTableHtml table th {
padding: 5px;
text-align: left !important;
word-wrap: break-word;
/* 长单词自动换行 */
word-break: break-word;
font-family: 'Charis SIL' !important;
font-size: 7.5pt !important;
mso-font-kerning: 1pt !important;
line-height: 10pt !important;
mos-line-height: 10pt !important;
}
.wordTableHtml table tbody tr td {
text-align: center !important;
border-left: none !important;
mso-border-left-alt: none !important;
border-right: none !important;
mso-border-right-alt: none !important;
border-top: none;
mso-border-top-alt: none !important;
border-bottom: none !important;
mso-border-bottom-alt: none !important;
/* border: 1px dashed #dcdfe6 !important;
border-left: 1px dashed #dcdfe6 !important;
border-right: 1px dashed #dcdfe6 !important; */
word-break: keep-all !important;
/* text-align: justify !important; */
}
.wordTableHtml table tr td p {
display: flex;
text-align: left !important;
align-items: center;
margin: 0;
font-family: 'Charis SIL' !important;
font-size: 7.5pt !important;
mso-font-kerning: 1pt !important;
line-height: 10pt !important;
mos-line-height: 10pt !important;
}
.wordTableHtml table span {
color: #000000;
text-align: left !important;
font-family: 'Charis SIL' !important;
font-size: 7.5pt !important;
mso-font-kerning: 1pt !important;
line-height: 10pt !important;
mos-line-height: 10pt !important;
white-space: pre-wrap !important;
}
.wordTableHtml table .color-highlight {
color: rgb(0, 130, 170) !important;
font-family: 'Charis SIL' !important;
font-size: 7.5pt !important;
mso-font-kerning: 1pt !important;
line-height: 10pt !important;
mos-line-height: 10pt !important;
}
.wordTableHtml table blue {
color: rgb(0, 130, 170) !important;
font-family: 'Charis SIL' !important;
font-size: 7.5pt !important;
mso-font-kerning: 1pt !important;
line-height: 10pt !important;
mos-line-height: 10pt !important;
}
.wordTableHtml table tr:first-child td {
border-top: 1px solid #000 !important;
border-bottom: 1px solid #000 !important;
}
.wordTableHtml table tr:last-of-type td {
border-bottom: 1px solid #000 !important;
}
.wordTableHtml table tr.table-header-row:nth-of-type(2) td {
border-bottom: 1px solid #000 !important;
}
.pMain blue {
color: rgb(0, 130, 170) !important;
}
/* 相关引用次数 */
</style>
</head> </head>
<body> <body>
@@ -403,7 +26,7 @@
<!--头部--> <!--头部-->
</div> </div>
<div class="article wenzhang"> <div class="article wenzhang" id="article_base_info_box">
<div class="wen_jian"> <div class="wen_jian">
<div class="left"> <div class="left">
<span> <span>
@@ -412,7 +35,7 @@
<!-- &nbsp; >> &nbsp;I ssue (3): 118-130 DOI:10.12032/TMR20190225105--> <!-- &nbsp; >> &nbsp;I ssue (3): 118-130 DOI:10.12032/TMR20190225105-->
</span> </span>
<h4></h4> <h4></h4>
<div class="sharethis-inline-share-buttons" style="margin-left: 0;margin-top: -10px"></div>
<div style="line-height: 22px" class="zuo_zhe"> <div style="line-height: 22px" class="zuo_zhe">
<!-- Roshanak Ghods1,2 ,Mojtaba Abdi3 ,Matineh Pourrahimi4,* () , Fataneh Hashem Dabaghian1,2<br/>--> <!-- 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/>--> <!-- 1Research Institute for Islamic and Complementary Medicine, Iran University of Medical Sciences, Tehran, Iran;<br/>-->
@@ -420,277 +43,101 @@
<!-- 3 School of Nursing and Midwifery Branch, 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/>--> <!-- 4 Faculty of Allied Medicine Branch, Iran University of Medical Sciences, Tehran, Iran.<br/>-->
</div> </div>
<a href="javascript:void(0)" class="toggle-btn">Show Author Information ▼</a>
</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>&nbsp;&nbsp;-->
<!-- <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> </div>
<div class="article__ wenzhang"> <div class="article__ wenzhang">
<div class="wen_rong"> <div class="wen_rong">
<div class="left"> <div class="left">
<div class="rong_box"> <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-box">
<div class="content contercon contentin"> <div class="conthtmn" id="html88">
<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>Keywords: </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 选项卡二--> <!--Tradition 选项卡二-->
</div> </div>
<!--<div class="content conterad">-->
<!--&lt;!&ndash;Tradition 选项卡二&ndash;&gt;-->
<!--<h1></h1>-->
<!--<p></p>-->
<!--</div>-->
<!-- <div class="content contfdf">-->
<!-- <ul>-->
<!-- &lt;!&ndash;pdf 选项卡三&ndash;&gt;-->
<!-- </ul>-->
<!-- </div>-->
<!-- <div class="content contfhml">-->
<!-- <ul>-->
<!-- &lt;!&ndash;pdf 选项卡四&ndash;&gt;-->
<!-- </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>
<div style="background-color: #f4fafd;height: 20px"></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 Wos">
<p class="quote-source "></p>
<div class="quote-content quote-content1">
</div>
</li>
<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 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="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="corr_late">
<h3>Related articles</h3>
<ul >
<!-- 相关文章-->
</ul>
</div>
<div class="act_chajian">
<div id="trendmd-suggestions"></div>
</div>
<!-- <ul>-->
<!-- <h3>Service</h3>-->
<!-- <li>»&nbsp;<a href="">E-mail Alert</a></li>-->
<!-- <li>»&nbsp;<a href="">RSS</a></li>-->
<!-- </ul>-->
<!-- <ul>-->
<!-- <h3>Articles by authors</h3>-->
<!-- <li>»&nbsp;<a href="">Fataneh Hashem Dabaghian</a></li>-->
<!-- <li>»&nbsp;<a href="">Fataneh Hashem Dabaghian</a></li>-->
<!-- <li>»&nbsp;<a href="">Fataneh Hashem Dabaghian</a></li>-->
<!-- <li>»&nbsp;<a href="">Fataneh Hashem Dabaghian</a></li>-->
<!-- <li>»&nbsp;<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>
<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 class="article_bottom">
<div class="mb_aform">
<div class="search_for">
<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 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>
</div>
</div>
<div class="PicPreview"> <div class="PicPreview">
<img src="#" alt=""> <img src="#" alt="">
</div> </div>
@@ -709,8 +156,9 @@
<script src="js/js.js"></script> <script src="js/js.js"></script>
<script src="js/side.js"></script> <script src="js/side.js"></script>
<script src="js/not_map.js"></script> <script src="js/not_map.js"></script>
<script src="js/article.js"></script> <script src="js/article_v2.js"></script>
<script src="js/articleJS/index.js"></script> <!-- <script src="js/articleJS/index.js"></script> -->
<script src="js/articleJS/index_v1.js"></script>
<script src="js/articleJS/article_y.js"></script> <script src="js/articleJS/article_y.js"></script>
<script src="js/layui.js"></script> <script src="js/layui.js"></script>

796
article_old.html Normal file
View File

@@ -0,0 +1,796 @@
<!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></title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/style.css" />
<link rel="stylesheet" type="text/css" href="style/layui.css" />
<script type='text/javascript'
src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons'
async='async'></script>
<style>
.article__ {
background-color: #f4fafd;
padding: 0 15px;
margin-top: -15px;
}
.act_chajian {
padding: 10px 15px;
}
.pos_ter {
padding: 0 0 20px 0
}
.pos_ter>div:nth-child(1) {
width: 275px;
height: 105px;
}
.pos_ter>div:nth-child(3) {
width: 235px;
height: 68px;
padding: 25px 12px 12px 12px;
}
.pos_ter>div:nth-child(4) {
width: 242px;
height: 90px;
padding: 15px 0 0 0;
margin-right: 0;
}
.pos_ter>div:nth-child(4) img {
width: 100%;
}
.pos_ter>div {
float: left;
margin-right: 10px;
background-color: #fff;
}
.pos_ter>a {
float: left;
width: 240px;
text-align: center;
display: block;
padding: 25px 12px 12px 12px;
margin-right: 10px;
background-color: #fff;
height: 68px;
}
.conthtmn p {
line-height: 22px;
margin-bottom: 10px;
color: #333;
text-align: justify;
}
.conthtmn>p {
min-height: 20px;
}
.conthtmn .imgHnkl {
text-align: center;
margin-top: 20px;
}
.conthtmn .imgHnkl p {
color: #006699;
font-weight: bold;
}
/* 相关引用次数 */
.article-quote-box {
width: 24%;
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;
}
.font {
display: block;
margin: 0 auto;
font-size: 14px;
/* color: #006699; */
font-weight: bold;
line-height: 22px;
text-align: center;
}
@keyframes fadeInAndGrow {
0% {
opacity: 0;
transform: scale(0);
}
50% {
opacity: 1;
transform: scale(1.1);
}
100% {
opacity: 1;
transform: scale(1);
}
}
.wordTableHtml b span {
font-weight: bold !important;
}
.wordTableHtml i span {
font-style: italic !important;
}
.wordTableHtml sub span {
vertical-align: sub;
}
.wordTableHtml sup span {
vertical-align: super;
}
.wordTableHtml sub {
vertical-align: sub !important;
}
.wordTableHtml sup {
vertical-align: super !important;
}
.wordTableHtml span[style*='vertical-align: super'] {
vertical-align: super !important;
}
.wordTableHtml span[style*='vertical-align: sub'] {
vertical-align: sub !important;
}
.wordTableHtml table {
border: 0px !important;
border-bottom: 1px solid #000!important;
border-collapse: collapse;
/* 去除单元格间隙 */
width: 100%;
margin: 0 auto !important;
table-layout: auto;
/* 自动调整列宽 */
text-align: left;
font-family: 'Charis SIL' !important;
font-size: 7.5pt !important;
mso-font-kerning: 1pt !important;
line-height: 10pt !important;
mos-line-height: 10pt !important;
}
.wordTableHtml table td,
.wordTableHtml table th {
padding: 5px;
text-align: left !important;
word-wrap: break-word;
/* 长单词自动换行 */
word-break: break-word;
font-family: 'Charis SIL' !important;
font-size: 7.5pt !important;
mso-font-kerning: 1pt !important;
line-height: 10pt !important;
mos-line-height: 10pt !important;
}
.wordTableHtml table tbody tr td {
text-align: center !important;
border-left: none !important;
mso-border-left-alt: none !important;
border-right: none !important;
mso-border-right-alt: none !important;
border-top: none;
mso-border-top-alt: none !important;
border-bottom: none !important;
mso-border-bottom-alt: none !important;
/* border: 1px dashed #dcdfe6 !important;
border-left: 1px dashed #dcdfe6 !important;
border-right: 1px dashed #dcdfe6 !important; */
word-break: keep-all !important;
/* text-align: justify !important; */
}
.wordTableHtml table tr td p {
display: flex;
text-align: left !important;
align-items: center;
margin: 0;
font-family: 'Charis SIL' !important;
font-size: 7.5pt !important;
mso-font-kerning: 1pt !important;
line-height: 10pt !important;
mos-line-height: 10pt !important;
}
.wordTableHtml table span {
color: #000000;
text-align: left !important;
font-family: 'Charis SIL' !important;
font-size: 7.5pt !important;
mso-font-kerning: 1pt !important;
line-height: 10pt !important;
mos-line-height: 10pt !important;
white-space: pre-wrap !important;
}
.wordTableHtml table .color-highlight {
color: rgb(0, 130, 170) !important;
font-family: 'Charis SIL' !important;
font-size: 7.5pt !important;
mso-font-kerning: 1pt !important;
line-height: 10pt !important;
mos-line-height: 10pt !important;
}
.wordTableHtml table blue {
color: rgb(0, 130, 170) !important;
font-family: 'Charis SIL' !important;
font-size: 7.5pt !important;
mso-font-kerning: 1pt !important;
line-height: 10pt !important;
mos-line-height: 10pt !important;
}
.wordTableHtml table tr:first-child td {
border-top: 1px solid #000 !important;
border-bottom: 1px solid #000 !important;
}
.wordTableHtml table tr:last-of-type td {
border-bottom: 1px solid #000 !important;
}
.wordTableHtml table tr.table-header-row:nth-of-type(2) td {
border-bottom: 1px solid #000 !important;
}
.pMain blue {
color: rgb(0, 130, 170) !important;
}
/* 相关引用次数 */
</style>
</head>
<body>
<div class="newBox">
<div id="col-content">
<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>
<!-- &nbsp; >> &nbsp; 2019, Vol. 4-->
<!-- &nbsp; >> &nbsp;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="right">
<h5>Cite this article:</h5>
<p>
<!-- Cite this article -->
</p>
<div class="links_">
<!-- pdf html下载-->
</div>
<div class="Note_TeX">
</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>Keywords: </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">-->
<!--&lt;!&ndash;Tradition 选项卡二&ndash;&gt;-->
<!--<h1></h1>-->
<!--<p></p>-->
<!--</div>-->
<!-- <div class="content contfdf">-->
<!-- <ul>-->
<!-- &lt;!&ndash;pdf 选项卡三&ndash;&gt;-->
<!-- </ul>-->
<!-- </div>-->
<!-- <div class="content contfhml">-->
<!-- <ul>-->
<!-- &lt;!&ndash;pdf 选项卡四&ndash;&gt;-->
<!-- </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 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 Wos">
<p class="quote-source "></p>
<div class="quote-content quote-content1">
</div>
</li>
<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 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="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="corr_late">
<h3>Related articles</h3>
<ul >
<!-- 相关文章-->
</ul>
</div>
<div class="act_chajian">
<div id="trendmd-suggestions"></div>
</div>
<!-- <ul>-->
<!-- <h3>Service</h3>-->
<!-- <li>»&nbsp;<a href="">E-mail Alert</a></li>-->
<!-- <li>»&nbsp;<a href="">RSS</a></li>-->
<!-- </ul>-->
<!-- <ul>-->
<!-- <h3>Articles by authors</h3>-->
<!-- <li>»&nbsp;<a href="">Fataneh Hashem Dabaghian</a></li>-->
<!-- <li>»&nbsp;<a href="">Fataneh Hashem Dabaghian</a></li>-->
<!-- <li>»&nbsp;<a href="">Fataneh Hashem Dabaghian</a></li>-->
<!-- <li>»&nbsp;<a href="">Fataneh Hashem Dabaghian</a></li>-->
<!-- <li>»&nbsp;<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 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 class="PicPreview">
<img src="#" alt="">
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</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>
<script src="js/layui.js"></script>
<script>
$(function () {
var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.src = '//js.trendmd.com/trendmd.min.js';
if (localStorage.Journals_title == 'Biomedical Engineering Communications') {
script.dataset['trendmdconfig'] = "{'journal_id':'87461', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Food and Health') {
script.dataset['trendmdconfig'] = "{'journal_id':'79603', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Medical Theory and Hypothesis') {
script.dataset['trendmdconfig'] = "{'journal_id':'79601', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'TMR Non-Drug Therapy') {
script.dataset['trendmdconfig'] = "{'journal_id':'79600', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'TMR Modern Herbal Medicine') {
script.dataset['trendmdconfig'] = "{'journal_id':'79599', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Nursing Communications') {
script.dataset['trendmdconfig'] = "{'journal_id':'79598', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Integrative Medicine Discovery') {
script.dataset['trendmdconfig'] = "{'journal_id':'79597', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Clinical Research Communications') {
script.dataset['trendmdconfig'] = "{'journal_id':'79596', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Psychosomatic Medicine Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79595', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Life Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79594', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Gastroenterology & Hepatology Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79593', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Medical Data Mining') {
script.dataset['trendmdconfig'] = "{'journal_id':'79592', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Toxicology Advances') {
script.dataset['trendmdconfig'] = "{'journal_id':'79591', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Tumor Microenvironment Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79590', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'History and Philosophy of Medicine') {
script.dataset['trendmdconfig'] = "{'journal_id':'79589', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Precision Medicine Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79588', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Drug Combination Therapy') {
script.dataset['trendmdconfig'] = "{'journal_id':'79587', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'tmRxiv') {
script.dataset['trendmdconfig'] = "{'journal_id':'79586', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Infectious Diseases Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79585', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Aging Communications') {
script.dataset['trendmdconfig'] = "{'journal_id':'79584', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Cancer Advances') {
script.dataset['trendmdconfig'] = "{'journal_id':'79583', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Traditional Medicine Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79582', 'element':'#trendmd-suggestions'}";
}
head.appendChild(script);
side_list();
article_con();
});
</script>
</html>

240
article_v15.html Normal file
View File

@@ -0,0 +1,240 @@
<!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></title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/style.css" />
<link rel="stylesheet" type="text/css" href="style/commonArticle_v3.css" />
<link rel="stylesheet" type="text/css" href="style/layui.css" />
<script type='text/javascript'
src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons'
async='async'></script>
</head>
<body>
<div class="newBox">
<div id="col-content">
<div id="top_bar">
<!--头部-->
</div>
<div class="article wenzhang" id="article_base_info_box">
<div class="wen_jian">
<div class="left">
<span class="wen_jian_span">
<a href="" class="txt_zhaiyao" target="_blank"> </a>
</span>
<h4></h4>
<div style="line-height: 22px" class="zuo_zhe">
</div>
<a href="javascript:void(0)" class="toggle-btn">Show Author Information ▼</a>
</div>
</div>
</div>
<div class="article__ wenzhang">
<div class="wen_rong">
<div class="left">
<div class="rong_box">
<div class="content-box">
<div class="conthtmn" id="html88">
<!--Tradition 选项卡二-->
</div>
</div>
</div>
<!-- 相关引用次数-->
<!-- 相关引用次数-->
</div>
</div>
</div>
<div class="article_bottom">
<div class="mb_aform">
<div class="search_for">
<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 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>
</div>
</div>
<div class="PicPreview">
<img src="#" alt="">
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</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_v1.js"></script>
<!-- <script src="js/articleJS/index.js"></script> -->
<script src="js/articleJS/index_v1.js"></script>
<script src="js/articleJS/article_y.js"></script>
<script src="js/layui.js"></script>
<script>
$(function () {
var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.src = '//js.trendmd.com/trendmd.min.js';
if (localStorage.Journals_title == 'Biomedical Engineering Communications') {
script.dataset['trendmdconfig'] = "{'journal_id':'87461', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Food and Health') {
script.dataset['trendmdconfig'] = "{'journal_id':'79603', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Medical Theory and Hypothesis') {
script.dataset['trendmdconfig'] = "{'journal_id':'79601', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'TMR Non-Drug Therapy') {
script.dataset['trendmdconfig'] = "{'journal_id':'79600', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'TMR Modern Herbal Medicine') {
script.dataset['trendmdconfig'] = "{'journal_id':'79599', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Nursing Communications') {
script.dataset['trendmdconfig'] = "{'journal_id':'79598', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Integrative Medicine Discovery') {
script.dataset['trendmdconfig'] = "{'journal_id':'79597', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Clinical Research Communications') {
script.dataset['trendmdconfig'] = "{'journal_id':'79596', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Psychosomatic Medicine Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79595', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Life Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79594', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Gastroenterology & Hepatology Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79593', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Medical Data Mining') {
script.dataset['trendmdconfig'] = "{'journal_id':'79592', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Toxicology Advances') {
script.dataset['trendmdconfig'] = "{'journal_id':'79591', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Tumor Microenvironment Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79590', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'History and Philosophy of Medicine') {
script.dataset['trendmdconfig'] = "{'journal_id':'79589', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Precision Medicine Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79588', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Drug Combination Therapy') {
script.dataset['trendmdconfig'] = "{'journal_id':'79587', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'tmRxiv') {
script.dataset['trendmdconfig'] = "{'journal_id':'79586', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Infectious Diseases Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79585', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Aging Communications') {
script.dataset['trendmdconfig'] = "{'journal_id':'79584', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Cancer Advances') {
script.dataset['trendmdconfig'] = "{'journal_id':'79583', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Traditional Medicine Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79582', 'element':'#trendmd-suggestions'}";
}
head.appendChild(script);
side_list();
article_con();
});
</script>
</html>

BIN
img/article_cite.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
img/article_share2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
img/articlehtml.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
img/articlepdf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -8697,6 +8697,11 @@ function addRowIdToData(content) {
function initArticleHtmlFun(arr, result, html_type) { function initArticleHtmlFun(arr, result, html_type) {
// .wordTableHtml table tr.table-header-row td {
// border-bottom: 1px solid #000 !important;
// }
var str = ''; var str = '';
var htmlContent = '' var htmlContent = ''
htmlContent += arr.map((item, index) => { htmlContent += arr.map((item, index) => {
@@ -8823,7 +8828,8 @@ text-align:left;color:#333;" >${item.table.note ? item.table.note : ''
}).join(''); }).join('');
htmlContent = `<div class="newHtml2" style="margin-left:300px;">${htmlContent}</div>` htmlContent = `<div class="newHtml2" style="margin-left:300px;">${htmlContent}</div>`
$('.wen_rong .content-box .conthtmn').html(htmlContent); $('.wen_rong .content-box .conthtmn').html(htmlContent);
if (result.data.refers.length > 0) { // 如果有引用数据 if (result.data.refers.length > 0) { // 如果有引用数据
var refs = ''; var refs = '';
var xuhao = 0; var xuhao = 0;
@@ -9231,6 +9237,10 @@ function initArticleHtml(htmlData, refs, type) {
} }
}); });
}); });
$('.wordTableHtml table tr.table-header-row td').each(function () {
this.style.setProperty('border-bottom', '1px solid #000', 'important');
});
}); });

339
js/articleJS/index_v1.js Normal file
View File

@@ -0,0 +1,339 @@
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
if (r != null) return unescape(r[2]);
return null;
}
function commonGetAxiosData(url, type, data) {
var resultData;
$.ajax({
type: type,
url: apiUrl + url,
data: data,
}).then((result) => {
if (result.code == 0) {
resultData = result.data
} else {
ShowDanger("请求失败!");
resultData = null
}
})
return resultData;
}
function commonInit() {
$('.art_side').css('display', 'none');
$('.art_main_con').css('width', '1070px');
$('.new_art > h4').css('padding', ' 0 4px 16px 6px');
}
function commonGetItemHtml(doc) {
var data = doc.data;
var i = doc.i;
var img_i = doc.img_i;
var c_t_a = doc.c_t_a;
var tong_geogle = doc.tong_geogle;
console.log('img_i at line 31:', img_i)
var baseInfo = {
doi_: !data.doi ? '' : `https://doi.org/${data.doi}`,
npp_: data.npp == '' || data.npp == ' ' ? '' : `:&nbsp;${data.npp}.&nbsp;&nbsp;`,
html_: '',
otStat: '',
pub_date: '',
mp4_: data.article_id != '172' ? '' : `<a href="https://youtu.be/3eDbnHRkFKQ" target="_blank"><img src="img/link_5.png" width="50" height="16" style="margin-left: 10px"></a>`,
c_t_a: '',
trad_tion: '',
lr_top: '',
person_img: '',
tong_geogle: tong_geogle ? tong_geogle : '',
pdf_: !data.file_pdf || data.file_pdf == '' ? '' : `<img src="img/link_3.jpg" width="14" height="16"><a href="${imgFileUrl}articlePDF/${data.file_pdf}" target="_blank" class="txt_pdf" alt="${data.article_id}">PDF</a>&nbsp;(&nbsp;<span style="color: red">${data.pdf_num}</span>&nbsp;)`,
cite_: !data.cite_num || data.cite_num == 0 ? '' :
`&nbsp;<span article_id="${data.article_id}" class="cite_box" style="color: #7a2702;">
<img src="img/link_6.jpg" width="14" height="16">
WOS Citations&nbsp;(&nbsp;<span style="color: red">${data.cite_num}</span>&nbsp;)
<ul class="export_cite "> </ul>
</span>`,
abstract: data.abstract?data.abstract.replace(new RegExp("0, 102, 204", "g"), "0,102,153"):'',
link_: '',
stage_: '',
}
if (data.has_html == 0) {
if (data.file_html == '') {
baseInfo.html_ = ''
} else {
baseInfo.html_ = '<img src="img/link_2.png" width="14" height="16"><a href="' + imgFileUrl + 'articleHTML/' + data.file_html + '" target="_blank" class="txt_html" alt="' + data.article_id + '">HTML</a>&nbsp;(&nbsp;<span style="color: red">' + data.html_num + '</span>&nbsp;)&nbsp;&nbsp;'
}
} else {
baseInfo.html_ = '<img src="img/link_2.png" width="14" height="16"><a href="article.html?J_num=' + Jour_num + '&a_id=' + data.article_id + '&s_htm=1" target="_blank" class="txt_html" alt="' + data.article_id + '">HTML</a>&nbsp;(&nbsp;<span style="color: red">' + data.html_num + '</span>&nbsp;)&nbsp;&nbsp;'
}
if (data.stage_no == '0') {
baseInfo.stage_ = ''
} else {
baseInfo.stage_ = '&nbsp;(' + data.stage_no + ')'
}
if (data.other_state == 0) {
baseInfo.otStat = ''
} else if (data.other_state == 1) {
baseInfo.otStat = '<span class="otStat">Editorial Expression of Concern</span>'
} else if (data.other_state == 2) {
baseInfo.otStat = '<span class="otStat">Retracted</span>'
}
if (data.isShowOtime == 1) {
if (data.pub_date && data.pub_date != '') {
baseInfo.pub_date = `<div class="url_data">Published Date: ${data.pub_date}</div>`
}
}
if (data.article_id == '86' || data.article_id == '176' || data.article_id == '455' || data.article_id == '400' || data.article_id == '145' || data.article_id == '116' || data.article_id == '717' || data.article_id == '632' || data.article_id == '24') {
baseInfo.person_img = '<img src="' + img_i + '" alt="" style="width: 120px">'
} else {
baseInfo.person_img = '<img src="' + img_i + '" alt="">'
}
if (c_t_a == 'different') {
if (data.journal_id == 22) {
baseInfo.c_t_a = '<button class="txt_copy cite_txt_button" >&nbsp;<img src="img/link_7.jpg" width="14" height="16">引用这篇文章<ul class="export" style="z-index:10;"><li id="txt_copy_' + i + '" class="Exc_1">>> 复制引用信息</li><li class="Exc_2"><i class="fa fa-download"></i> 下载EndNote格式</li><li class="Exc_3"><i class="fa fa-download"></i> 下载RIS格式</li><li class="Exc_4"><i class="fa fa-download"></i> 下载BibTex格式</li><li class="Exc_5"><i class="fa fa-download"></i> 下载text格式</li><div class="triangle"></div></ul></button>'
} else {
baseInfo.c_t_a = '<button class="txt_copy cite_txt_button">&nbsp;<img src="img/link_7.jpg" width="14" height="16">Cite this article<ul class="export" style="z-index:10;"><li id="txt_copy_' + i + '" class="Exc_1">>> Copy citation information</li><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><div class="triangle"></div></ul></button>'
}
} else {
baseInfo.c_t_a = '<button class="txt_copy cite_txt_button">&nbsp;<img src="img/link_7.jpg" width="14" height="16">Cite this article<ul class="export" style="z-index:10;"><li id="txt_copy_' + i + '" class="Exc_1">>> Copy citation information</li><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><div class="triangle"></div></ul></button>'
}
baseInfo.link_ = `<img src="img/link_1.png" width="14" height="16"><a class="txt_zhaiyao" alt="${data.article_id}">Abstract</a>&nbsp;(&nbsp;<span style="color: red">${data.abs_num}</span>&nbsp;)&nbsp;&nbsp;&nbsp;${baseInfo.html_}${baseInfo.pdf_}${baseInfo.mp4_}${baseInfo.c_t_a}${baseInfo.cite_}${baseInfo.tong_geogle}
<p class="txt_content">${data.cite}</p><div>${data.abstract}</div>`;
if (data.tradition_tag == '' || data.tradition_tag == null) {
var maxwidth = 500;//显示多少字符
if (data.abstract&&data.abstract.length > maxwidth) {
var abstNew = data.abstract.replace(/<.*?>/ig, "")
abstNew = abstNew.substring(0, maxwidth)
abstNew = abstNew.substring(0, maxwidth - abstNew.split(" ").pop().length)
baseInfo.trad_tion = '<div>' + abstNew + '...</div>'
} else {
baseInfo.trad_tion = '<div>' + data.abstract?data.abstract:'' + '</div>'
}
} else {
baseInfo.trad_tion = '<div><h3>' + data.tradition_tag + '</h3><p>' + data.tradition + '</p></div>'
}
if (data.topic && data.topic.length > 0) {
for (var t = 0; t < data.topic.length; t++) {
baseInfo.lr_top += '<a href="topic_list.html?J_num=' + Jour_num + '&t_id=' + data.topic[t].journal_topic_id + '" target="_blank">' + data.topic[t].title + '</a>'
}
}
return baseInfo
}
function commonHandleClickHtml() {
// 点击Abstract显示隐藏
$('.txt_zhaiyao').click(function () {
$(this).nextAll('div').toggle();
if ($(this).nextAll('div').css("display") == 'block') {
var num = $(this).next().html();
$.ajax({
type: 'post', url: apiUrl + 'yuan/Article/addArticleNum', async: false,
data: { "article_id": $(this).attr('alt'), "type": 'abs' },
success: function (result) {
if (result.code == 0) {
num = num * 1 + 1 * 1
}
}
})
$.ajax({
type: 'post', url: apiUrl + 'super/Publish/addVisitNum',
data: { 'type': Jour_num, 'is_detail': '1' },
success: function (result) {
}
});
$(this).next().html(num);
}
})
$('.txt_html').click(function () {
var num = $(this).next().html();
$.ajax({
type: 'post', url: apiUrl + 'yuan/Article/addArticleNum', async: false,
data: { "article_id": $(this).attr('alt'), "type": 'html' },
success: function (result) {
if (result.code == 0) {
num = num * 1 + 1 * 1
}
}
})
$.ajax({
type: 'post', url: apiUrl + 'super/Publish/addVisitNum',
data: { 'type': Jour_num, 'is_detail': '1' },
success: function (result) {
}
});
$(this).next().html(num);
})
$('.txt_pdf').click(function () {
var num = $(this).next().html();
$.ajax({
type: 'post', url: apiUrl + 'yuan/Article/addArticleNum', async: false,
data: { "article_id": $(this).attr('alt'), "type": 'pdf' },
success: function (result) {
if (result.code == 0) {
num = num * 1 + 1 * 1
}
}
})
$.ajax({
type: 'post', url: apiUrl + 'super/Publish/addVisitNum',
data: { 'type': Jour_num, 'is_detail': '1' },
success: function (result) {
}
});
$(this).next().html(num);
})
$('.export_cite').css('display', 'none');
$(document).click(function (e) {
if (!$(e.target).is('.export_cite') && !$(e.target).is('.cite_box')) {
$('.export_cite').hide();
}
})
$('.cite_box').click(function () {
$('.export_cite').css('display', 'none');
commonGetCiteList($(this).attr('article_id'))
$(this).find('.export_cite').fadeIn(200);
})
$('.export_cite').click(function (e) { e.stopPropagation() })
// 点击弹窗出现 复制和下载
$('.txt_content').css('display', 'none');
$('.export').css('display', 'none');
$(document).click(function (e) {
if (!$(e.target).is('.export') && !$(e.target).is('.txt_copy')) {
$('.export').hide();
}
})
$('.txt_copy').click(function () {
$('.export').css('display', 'none');
$(this).find('.export').fadeIn(200);
})
$('.Exc_1').click(function () {
var content_ = $(this).parents('.txt_copy').nextAll('.txt_content').text();
var clipboard = new Clipboard('#' + $(this).attr('id'), {
text: function () {
return content_;
}
})
clipboard.on('success', function (e) {
ShowSuccess("Citation information has been copied!");
});
})
$('.Exc_2').click(function () {
var ecx_id = $(this).parents('.links_').siblings('.txt_biaoti').attr('id')
$.ajax({
type: 'post', url: apiUrl + 'api/Article/getArticleenw', async: false,
data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
a.download = ''
a.click();
}
})
})
$('.Exc_3').click(function () {
var ecx_id = $(this).parents('.links_').siblings('.txt_biaoti').attr('id')
$.ajax({
type: 'post', url: apiUrl + 'api/Article/getArticleRis', async: false,
data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
a.download = ''
a.click();
}
})
})
$('.Exc_4').click(function () {
var ecx_id = $(this).parents('.links_').siblings('.txt_biaoti').attr('id')
$.ajax({
type: 'post', url: apiUrl + 'api/Article/getArticlebib', async: false,
data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
a.download = ''
a.click();
}
})
})
$('.Exc_5').click(function () {
var ecx_id = $(this).parents('.links_').siblings('.txt_biaoti').attr('id')
$.ajax({
type: 'post', url: apiUrl + 'api/Article/getArticletext', async: false,
data: { "article_id": ecx_id },
success: function (result) {
var a = document.createElement('a');
a.href = result.data.url;
a.download = ''
a.click();
}
})
})
}
//获取 cite 并添加 html
function commonGetCiteList(a_ID) {
$('.cite_box .export_cite').html('<div class="loader-01"></div>');
var journalCiteStr = ''
$.ajax({
type: 'post', url: apiUrl + 'api/Article/getArticleCites',
data: {
"article_id": a_ID
},
success: function (result) {
if (result.code == 0) {
var arr = result.data.list
for (let i in arr) {
journalCiteStr += `
<div class='cite_list_item' style="margin-bottom:10px;podding:10px 0;display:flex;border-bottom: ${i != arr.length - 1 ? '1px solid #ccc' : 'none'};}"><p style="margin-right:10px;">${Number(i) + 1}.</p>
<div>
<p style="display: block; line-height: 20px;
font-size: 13px;
margin-bottom: 3px;"> <a style="color:#205493 !important;"
target="_blank"
href="${arr[i].doi ? 'https://doi.org/' + arr[i].doi : ''}">
${arr[i].article_name}
</a></p>
<p style="line-height: 14px;margin-bottom: 10px;">
<span style="color: #a2b1b6;
font-size: 13px;">${arr[i].author ? `${arr[i].author},` : ''} ${arr[i].journal_name}${arr[i].vol ? `${arr[i].vol},` : ''}
</span>
<span style="margin-left:5px;color:#205493 !important;">
</span></p></div>
</div> `
}
journalCiteStr += ` <div class="cite_triangle"></div>`
$('.cite_box .export_cite').html(journalCiteStr);
}
}
})
}

3392
js/article_v1.js Normal file

File diff suppressed because it is too large Load Diff

2951
js/article_v2.js Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -133,7 +133,14 @@ function sy_index() {
data: {}, data: {},
success: function (result) { success: function (result) {
if (result.code == 0) { if (result.code == 0) {
// .sy_npar div.tpoce_con2 > div img
const style = document.createElement('style');
style.innerHTML = `{
}`
document.head.appendChild(style);
var arr = result.data.articles; var arr = result.data.articles;
var str1 = ""; var str1 = "";
var str2_1 = ""; var str2_1 = "";
@@ -149,23 +156,42 @@ function sy_index() {
'<div><span>' + arr[i].abbr + '. | <a style="color: #fff" target="_blank" href="/' + arr[i].usx + '">' + arr[i].journal_short + '</a></span>' + '<div><span>' + arr[i].abbr + '. | <a style="color: #fff" target="_blank" href="/' + arr[i].usx + '">' + arr[i].journal_short + '</a></span>' +
'<a target="_blank" href="article.html?J_num=' + arr[i].journal_id + '&a_id=' + arr[i].article_id + '">' + '<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>' '<p>' + arr[i].title + '</p></a></div>'
} else if (i == 1 || i == 2) { } else if (i <= 6) {
str2_num_1 = str2_num_1 + 1 str2_num_1 = str2_num_1 + 1
str2_1 += '<div><img src="' + imgarticleUrl + arr[i].icon + '" alt="">' + str2_1 += '<div><img src="' + imgarticleUrl + arr[i].icon + '" alt="">' +
'<span>' + arr[i].abbr + '. | <a style="color: #006699" target="_blank" href="/' + arr[i].usx + '">' + arr[i].journal_short + '</a></span>' + '<span>' + arr[i].abbr + '. | <a style="color: #006699" target="_blank" href="/' + arr[i].usx + '">' + arr[i].journal_short + '</a></span>' +
'<a target="_blank" href="article.html?J_num=' + arr[i].journal_id + '&a_id=' + arr[i].article_id + '"><p>' '<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>' + arr[i].title + '</p></a></div>'
} else if (i <= 5) { }
str3_num = str3_num + 1 // else if (i <= 5) {
str3 += '<div><span>' + arr[i].abbr + ' | <a style="color: #006699" target="_blank" href="/' + arr[i].usx + '">' + arr[i].journal_short + '</a></span><a target="_blank" href="article.html?J_num=' + arr[i].journal_id + '&a_id=' + arr[i].article_id + '"><p>' // str3_num = str3_num + 1
+ arr[i].title + '</p></a></div>' // str3 += '<div><span>' + arr[i].abbr + ' | <a style="color: #006699" target="_blank" href="/' + arr[i].usx + '">' + arr[i].journal_short + '</a></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>'
// }
} }
$('.sy_npar div.tpoce_con3').css({
'margin-top':'10px'
})
$('.npar_one .tpoce_con2').css({
'margin':'30px 0px 0 15px',
'width':'755px',
'height':'580px',
'display':'grid',
'grid-template-columns':'repeat(3, 1fr)',
'gap':'15px',
})
$('.sy_npar>div>a').attr('href', 'artihom_list_pid.html?J_num=' + Jour_num + '&p_id=' + Jour_num); $('.sy_npar>div>a').attr('href', 'artihom_list_pid.html?J_num=' + Jour_num + '&p_id=' + Jour_num);
$('.sy_npar .tpoce_con1').html(str1); $('.sy_npar .tpoce_con1').html(str1);
$('.sy_npar .tpoce_con2').html(str2_1 + str2_2 + '<br clear="both">'); $('.sy_npar .tpoce_con2').html(str2_1 + str2_2 + '<br clear="both">');
$('.sy_npar .tpoce_con3').html(str3); $('.sy_npar div.tpoce_con2 > div').css({
'width':'100%'
})
$('.sy_npar div.tpoce_con2 > div img').css({
'height':'140px'
})
// $('.sy_npar .tpoce_con3').html(str3);
if (arr == '') { if (arr == '') {
$('.sy_npar').css('display', 'none') $('.sy_npar').css('display', 'none')
} }

1001
style/commonArticle_v3.css Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -5042,6 +5042,7 @@ ul li .ab_tad {
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4); box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
} }
.reviewerBox { .reviewerBox {
font-size: 14px; font-size: 14px;
position: relative; position: relative;