提交
This commit is contained in:
2
Apc.html
2
Apc.html
@@ -346,7 +346,7 @@
|
|||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #508576;
|
background-color: #428ae2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer .bianma {
|
.footer .bianma {
|
||||||
|
|||||||
588
ManuscriptProduce.html
Normal file
588
ManuscriptProduce.html
Normal file
@@ -0,0 +1,588 @@
|
|||||||
|
<!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;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.rong_box {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
border-bottom: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rong_box .content {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tablist {
|
||||||
|
height: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.newBox .wenzhang .wen_rong .left {
|
||||||
|
margin-right: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.newBox #col-content {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 相关引用次数 */
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="newBox">
|
||||||
|
<div id="col-content">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</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> -->
|
||||||
|
<!-- <div class="content contemho">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div> -->
|
||||||
|
<div class="content conthtmn" id="html88">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br clear="both">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
<script src="js/jquery.min.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/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();
|
||||||
|
|
||||||
|
|
||||||
|
// $('#top_bar a').removeAttr('href').css('cursor', 'default').on('click', function (e) {
|
||||||
|
// e.preventDefault();
|
||||||
|
// });
|
||||||
|
$('#home_logo').removeAttr('href').css('cursor', 'default').on('click', function (e) {
|
||||||
|
e.preventDefault();
|
||||||
|
});
|
||||||
|
$('.pos_topic a').removeAttr('href').css('cursor', 'default').on('click', function (e) {
|
||||||
|
e.preventDefault();
|
||||||
|
});
|
||||||
|
$('.txt_zhaiyao').removeAttr('href').css('cursor', 'default').on('click', function (e) {
|
||||||
|
e.preventDefault();
|
||||||
|
});
|
||||||
|
$('#top_bar .top').css('display', 'none')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
</html>
|
||||||
13
article.html
13
article.html
@@ -588,17 +588,24 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="background-color: #f4fafd;height: 20px" class="corr_late_bg"></div>
|
<div style="background-color: #f4fafd;height: 20px" class="corr_late_bg"></div>
|
||||||
<div class="corr_late">
|
<!-- 相关文章-->
|
||||||
|
<!-- <div class="corr_late">
|
||||||
<h3>Related articles</h3>
|
<h3>Related articles</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<!-- 相关文章-->
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<ul class="pos_topic">
|
<ul class="pos_topic">
|
||||||
<!-- 话题-->
|
<!-- 话题-->
|
||||||
</ul>
|
</ul>
|
||||||
|
<div class="corr_late">
|
||||||
|
<h3>Related articles</h3>
|
||||||
|
<ul >
|
||||||
|
<!-- 相关文章-->
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<div class="act_chajian">
|
<div class="act_chajian">
|
||||||
<div id="trendmd-suggestions"></div>
|
<div id="trendmd-suggestions"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
BIN
img/h3_tit.png
Normal file
BIN
img/h3_tit.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
img/h3_tit_new.png
Normal file
BIN
img/h3_tit_new.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
img/home_5.jpg
BIN
img/home_5.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 344 KiB After Width: | Height: | Size: 863 KiB |
BIN
img/home_5_1.jpg
Normal file
BIN
img/home_5_1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 344 KiB |
185
journals_nta.html
Normal file
185
journals_nta.html
Normal file
@@ -0,0 +1,185 @@
|
|||||||
|
<!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" href="js/line-switch/css/reset.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="js/selectivity/selectivity-jquery.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="js/line-switch/time.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="style/style.css" />
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="overall_caption">
|
||||||
|
<!-- 放大遮罩层 -->
|
||||||
|
<div id="bigimg" onclick="closeimg();"></div>
|
||||||
|
<div id="wide-content">
|
||||||
|
<div id="top_bar">
|
||||||
|
<!--头部-->
|
||||||
|
</div>
|
||||||
|
<div class="journal-about-section hebingTop newHebingTop">
|
||||||
|
<div class="about-section-background-area">
|
||||||
|
<div class="about-container">
|
||||||
|
<div class="text-s u-margin-xs-ver u-clr-grey7 js-title-evolutions">
|
||||||
|
<div class="js-title-evolution-group">
|
||||||
|
|
||||||
|
<!-- 暂时去掉 -->
|
||||||
|
<span class="js-title-evolution">
|
||||||
|
<!-- <span class="js-title-evolution-prefix">Incorporated into </span>
|
||||||
|
<a class="anchor anchor-default" href="/im/" target="_blank" usagezone="jrnl_info">
|
||||||
|
<span class="anchor-text">TMR Integrative Medicine</span>
|
||||||
|
</a> -->
|
||||||
|
|
||||||
|
<!-- 暂时去掉 -->
|
||||||
|
<span class="js-title-evolution-prefix ">
|
||||||
|
<span class="have-italic">Natural Therapy Advances</span> incorporated into <span
|
||||||
|
class="have-italic">Integrative Medicine Discovery</span>
|
||||||
|
(ISSN 3021-1670). This strategic decision aims to enhance the scope of our platform
|
||||||
|
for research in <span
|
||||||
|
class="have-italic">Integrative Medicine Discovery</span>. <span
|
||||||
|
class="have-italic">Integrative Medicine Discovery</span> is a
|
||||||
|
peer-reviewed, serialization open access (SOA) journal managed by TMR Publishing
|
||||||
|
Group. The aim of <span
|
||||||
|
class="have-italic">Integrative Medicine Discovery</span> is to supply a platform to explore
|
||||||
|
the scientific connotation and new findings of traditional Medicines around the
|
||||||
|
world based on a holistic view using multidisciplinary knowledge. Integrative
|
||||||
|
Medicine Discovery covers evidence-based medicine, integrative pharmacology,
|
||||||
|
integrative oncology, herbal formulae, non-drug therapy. For the latest published
|
||||||
|
articles, please visit <a class="anchor anchor-default" href="/im/" target="_blank"
|
||||||
|
usagezone="jrnl_info">
|
||||||
|
<span class="anchor-text ">Integrative Medicine Discovery</span>
|
||||||
|
</a>.
|
||||||
|
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="society-logo u-hide-from-md"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- 暂时去掉 start -->
|
||||||
|
<!-- <div class="article">
|
||||||
|
<div class="art_main art_main_con hebingMain" style="width:100% !important">
|
||||||
|
<div class="art_main_con_topic">
|
||||||
|
|
||||||
|
<div style="background-color: #fff;"></div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div style="height: 15px;background-color: #f8f8f8" class="wh_topicd"></div>
|
||||||
|
|
||||||
|
<div class="new_art current_list">
|
||||||
|
<h4 class="rgb_color"><span></span></h4>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="wait_hope">
|
||||||
|
<h3>Coming soon!</h3>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<br clear="both">
|
||||||
|
</div> -->
|
||||||
|
<!-- 暂时去掉 end -->
|
||||||
|
<div class="hebingTop" style="padding-top:0px;">
|
||||||
|
|
||||||
|
<div class="article_ about-container">
|
||||||
|
<div class="news_ment alls_issue">
|
||||||
|
<h4 class="rgb_color" style="padding-left: 15px;border: none;padding-bottom: 3px;padding: 0;">
|
||||||
|
Archiving</h4>
|
||||||
|
<!-- <a href="" class="more" target="_blank" style="margin-top: 16px;">More</a> -->
|
||||||
|
<div class="merdiv" style="overflow-x: hidden; transform: none !important;">
|
||||||
|
<ul class="stage_time stage_time_mer"
|
||||||
|
style="padding: 0; white-space:normal; transform:none !important">
|
||||||
|
<!--All Issues过期封面-->
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
<!--底部菜单栏-->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="footpanel">
|
||||||
|
<!-- 固定底栏-->
|
||||||
|
<i class="ftp_close fa fa-close"></i>
|
||||||
|
<div class="ftp_paper">
|
||||||
|
<div class="fpr_text">
|
||||||
|
<h3>Subscribe to receive latest research and news from <b></b></h3>
|
||||||
|
<p>We will exclusively utilize your email address to inform you about the release of new articles. You
|
||||||
|
have the freedom to unsubscribe at any given moment.</p>
|
||||||
|
</div>
|
||||||
|
<div class="fpr_from">
|
||||||
|
<p>Email address</p>
|
||||||
|
<div>
|
||||||
|
<input type="text" id="emapfp" value="" placeholder="Please enter a valid email address" />
|
||||||
|
<input type="submit" value="Subscribe" class="yue_addfp" />
|
||||||
|
<br>
|
||||||
|
<label>
|
||||||
|
<input type="checkbox" name="ment" value="0">
|
||||||
|
<p class="ff_text">I agree my information will be processed in accordance with TMR Publishing
|
||||||
|
Group
|
||||||
|
<a target="_blank" href="agree.html">Privacy Policy</a>.
|
||||||
|
</p>
|
||||||
|
<br clear="both">
|
||||||
|
</label>
|
||||||
|
<span class="spa spafp"></span>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br clear="both">
|
||||||
|
</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/clipboard.js"></script>
|
||||||
|
<script src="js/return-top.js"></script>
|
||||||
|
<script src="js/layer/layer.js"></script>
|
||||||
|
|
||||||
|
<script src="js/line-switch/js/modernizr.js"></script>
|
||||||
|
<script src="js/line-switch/js/jquery.mobile.custom.min.js"></script>
|
||||||
|
<script src="js/line-switch/js/main.js"></script>
|
||||||
|
|
||||||
|
<script src="jss/jcMarquee.js" type="text/javascript"></script>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="js/selectivity/selectivity-jquery.js"></script>
|
||||||
|
|
||||||
|
<script src="js/js.js"></script>
|
||||||
|
<script src="js/side.js"></script>
|
||||||
|
<script src="js/journal.js"></script>
|
||||||
|
|
||||||
|
<script src="js/not_map.js"></script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
$(function () {
|
||||||
|
side_list();
|
||||||
|
bf_list();
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -46,10 +46,10 @@
|
|||||||
<div>Notice of Suspension of Publication</div><br />
|
<div>Notice of Suspension of Publication</div><br />
|
||||||
<div>Dear Authors, Reviewers, and Readers,</div><br />
|
<div>Dear Authors, Reviewers, and Readers,</div><br />
|
||||||
<div>We would like to extend our sincere gratitude for your continued support and
|
<div>We would like to extend our sincere gratitude for your continued support and
|
||||||
attention to <span class="have-italic">Clinical Research Communications</span>.
|
attention to <span class="have-italic">Pharmacology Discovery</span>.
|
||||||
After
|
After
|
||||||
thorough consideration and discussion, we regret to inform you that <span
|
thorough consideration and discussion, we regret to inform you that <span
|
||||||
class="have-italic">Clinical Research Communications</span> will stop
|
class="have-italic">Pharmacology Discovery</span> will stop
|
||||||
publication on
|
publication on
|
||||||
May 1, 2025.</div><br />
|
May 1, 2025.</div><br />
|
||||||
<div>This decision was made after considering operational costs and the
|
<div>This decision was made after considering operational costs and the
|
||||||
@@ -83,13 +83,13 @@
|
|||||||
<br />
|
<br />
|
||||||
<div>
|
<div>
|
||||||
<p> Once again, we express our deepest gratitude for your ongoing support of
|
<p> Once again, we express our deepest gratitude for your ongoing support of
|
||||||
<span class="have-italic">Clinical Research Communications</span>, and we
|
<span class="have-italic">Pharmacology Discovery</span>, and we
|
||||||
hope to
|
hope to
|
||||||
collaborate again in the future on other platforms.
|
collaborate again in the future on other platforms.
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<p>Sincerely,</p><br />
|
<p>Sincerely,</p><br />
|
||||||
<p> <span class="have-italic">Clinical Research Communications</span></p><br />
|
<p> <span class="have-italic">Pharmacology Discovery</span></p><br />
|
||||||
<p>April 29, 2025</p><br />
|
<p>April 29, 2025</p><br />
|
||||||
<p>TMR Publishing Group</p>
|
<p>TMR Publishing Group</p>
|
||||||
|
|
||||||
|
|||||||
@@ -40,75 +40,62 @@
|
|||||||
<span class="anchor-text">Cancer Advances</span>
|
<span class="anchor-text">Cancer Advances</span>
|
||||||
</a> -->
|
</a> -->
|
||||||
<!-- 暂时去掉 -->
|
<!-- 暂时去掉 -->
|
||||||
<span class="js-title-evolution-prefix ">
|
<div class="js-title-evolution-prefix ">
|
||||||
|
|
||||||
<!-- <span class="have-italic">Aging Communications</span> was merged into <span
|
|
||||||
class="have-italic">Life Research</span> (ISSN 2624-0548). This strategic
|
|
||||||
decision aims to enhance the scope of our platform for research in <span
|
|
||||||
class="have-italic">Life Research</span>.
|
|
||||||
<span class="have-italic">Life Research</span> is a peer-reviewed, open access (OA)
|
|
||||||
academic journal managed by TMR
|
|
||||||
Publishing Group. The aim of <span class="have-italic">Life Research</span> is to
|
|
||||||
supply
|
|
||||||
a platform to explore the
|
|
||||||
scientific connotation and new finding of Animal, Plant, Microbial, etc. related to
|
|
||||||
life research based on a scholarly view. <span class="have-italic">Life
|
|
||||||
Research</span> covers molecular biology,
|
|
||||||
neurobiology, zoology, botany, aging, etc. For the latest published articles, please
|
|
||||||
visit <a class="anchor anchor-default" href="/lr/" target="_blank"
|
|
||||||
usagezone="jrnl_info">
|
|
||||||
<span class="anchor-text ">Life Research</span>
|
|
||||||
</a>. -->
|
|
||||||
|
|
||||||
<div >Notice of Suspension of Publication</div><br/>
|
<div>Notice of Suspension of Publication</div><br />
|
||||||
<div >
|
<div>Dear Authors, Reviewers, and Readers,</div><br />
|
||||||
Dear Authors, Reviewers, and Readers,<br/>
|
<div>We would like to extend our sincere gratitude for your continued support and
|
||||||
|
attention to <span class="have-italic">Clinical Research Communications</span>.
|
||||||
We would like to extend our sincere gratitude for your continued support and
|
After
|
||||||
attention to <span class="have-italic">Pharmacology Discovery</span>. After
|
|
||||||
thorough consideration and discussion, we regret to inform you that <span
|
thorough consideration and discussion, we regret to inform you that <span
|
||||||
class="have-italic">Pharmacology Discovery</span> will stop publication on
|
class="have-italic">Clinical Research Communications</span> will stop
|
||||||
May 1, 2025.<br/>
|
publication on
|
||||||
|
May 1, 2025.</div><br />
|
||||||
This decision was made after considering operational costs and the restructuring
|
<div>This decision was made after considering operational costs and the
|
||||||
|
restructuring
|
||||||
of the publication group. We understand that this news may cause inconvenience,
|
of the publication group. We understand that this news may cause inconvenience,
|
||||||
and we sincerely apologize to all authors, reviewers, editorial teams, and
|
and we sincerely apologize to all authors, reviewers, editorial teams, and
|
||||||
readers who have supported the journal over the years.<br/>
|
readers who have supported the journal over the years.</div><br />
|
||||||
</div>
|
|
||||||
|
|
||||||
<div ><b>Regarding Submitted and Upcoming Manuscripts:</b></div><br/>
|
|
||||||
<div >
|
<div><b>Regarding Submitted and Upcoming Manuscripts:</b></div><br />
|
||||||
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>1.For manuscripts that have already been submitted but not yet published,
|
<li>1.For manuscripts that have already been submitted but not yet
|
||||||
|
published,
|
||||||
we will contact the respective authors before May 1 to facilitate the
|
we will contact the respective authors before May 1 to facilitate the
|
||||||
transfer of the manuscripts to other relevant journals. The manuscript
|
transfer of the manuscripts to other relevant journals. The manuscript
|
||||||
handling process will not be affected by the transfer.</li><br/>
|
handling process will not be affected by the transfer.</li><br />
|
||||||
<li>2.For manuscripts that have not yet been submitted, we kindly suggest
|
<li>2.For manuscripts that have not yet been submitted, we kindly suggest
|
||||||
authors select other suitable journals for submission.</li><br/>
|
authors select other suitable journals for submission.</li><br />
|
||||||
<li>3.Accepted manuscripts will be published as originally planned, with all
|
<li>3.Accepted manuscripts will be published as originally planned, with all
|
||||||
articles that are pre-published to be made available before May 1.</li>
|
articles that are pre-published to be made available before May 1.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<br />
|
||||||
<div ><b>Data Archiving and Retrieval:</b></div><br/>
|
<div><b>Data Archiving and Retrieval:</b></div><br />
|
||||||
<div >
|
<div>
|
||||||
All published articles will remain in our database and will continue to be
|
All published articles will remain in our database and will continue to be
|
||||||
accessible through the provided Digital Object Identifiers (DOIs) and official
|
accessible through the provided Digital Object Identifiers (DOIs) and official
|
||||||
website. These articles will remain indexed and available for citation.<br/>
|
website. These articles will remain indexed and available for citation.
|
||||||
|
</div>
|
||||||
|
<br />
|
||||||
|
<div>
|
||||||
|
<p> Once again, we express our deepest gratitude for your ongoing support of
|
||||||
|
<span class="have-italic">Clinical Research Communications</span>, and we
|
||||||
|
hope to
|
||||||
|
collaborate again in the future on other platforms.
|
||||||
|
</p>
|
||||||
|
<br />
|
||||||
|
<p>Sincerely,</p><br />
|
||||||
|
<p> <span class="have-italic">Clinical Research Communications</span></p><br />
|
||||||
|
<p>April 29, 2025</p><br />
|
||||||
|
<p>TMR Publishing Group</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div >
|
|
||||||
Once again, we express our deepest gratitude for your ongoing support of <span
|
|
||||||
class="have-italic">Pharmacology Discovery</span>, and we hope to
|
|
||||||
collaborate again in the future on other platforms.<br/>
|
|
||||||
|
|
||||||
Sincerely,<br/>
|
|
||||||
<span class="have-italic">Pharmacology Discovery</span><br/>
|
|
||||||
April 29, 2025<br/>
|
|
||||||
TMR Publishing Group
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
802
js/article.js
802
js/article.js
@@ -1,4 +1,9 @@
|
|||||||
|
|
||||||
|
var commonSupColor = 'rgb(0,112,192)'//上角标颜色
|
||||||
|
var commonTableTitleColor = 'rgb(210,90,90)'//上角标颜色
|
||||||
|
var commonSupFontColor = 'color:rgb(0,112,192);'//上角标字体颜色
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 列表
|
// 列表
|
||||||
function at_list() {
|
function at_list() {
|
||||||
@@ -6,6 +11,7 @@ function at_list() {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function adjustNavHeight() {
|
function adjustNavHeight() {
|
||||||
var windowHeight = window.innerHeight; // 获取页面高度
|
var windowHeight = window.innerHeight; // 获取页面高度
|
||||||
$(".anchor-nav").css("height", windowHeight + "px"); // 设置导航栏高度为页面高度
|
$(".anchor-nav").css("height", windowHeight + "px"); // 设置导航栏高度为页面高度
|
||||||
@@ -7023,10 +7029,18 @@ function getzf(num) {
|
|||||||
|
|
||||||
/* 相关引用次数 */
|
/* 相关引用次数 */
|
||||||
function getCitations(doi, a_ID) {
|
function getCitations(doi, a_ID) {
|
||||||
|
|
||||||
|
|
||||||
// var doi = '10.53388/IMD202408001';
|
// var doi = '10.53388/IMD202408001';
|
||||||
|
$('.article-quote-box').css({
|
||||||
|
width: '25%',
|
||||||
|
'margin-right': '0px',
|
||||||
|
'border-right': '1px solid ' + localStorage.Journals_color,
|
||||||
|
})
|
||||||
$('.DimensionsBadge .quote-source').html('Dimensions Badge')
|
$('.DimensionsBadge .quote-source').html('Dimensions Badge')
|
||||||
$('.SciteBadge .quote-source').html('Scite Badge (Wiley)')
|
$('.SciteBadge .quote-source').html('Scite Badge (Wiley)')
|
||||||
$('.Crossref .quote-source').html('Crossref')
|
$('.Crossref .quote-source').html('Crossref')
|
||||||
|
$('.Crossref').css({ 'border-right': 'none' })
|
||||||
$('.Wos .quote-source').html('Wos')
|
$('.Wos .quote-source').html('Wos')
|
||||||
var list = [doi];
|
var list = [doi];
|
||||||
$.ajax({
|
$.ajax({
|
||||||
@@ -7208,6 +7222,9 @@ function getCitations(doi, a_ID) {
|
|||||||
|
|
||||||
// 文章内容
|
// 文章内容
|
||||||
function article_con() {
|
function article_con() {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 获取地址栏信息
|
// 获取地址栏信息
|
||||||
function getQueryString(name) {
|
function getQueryString(name) {
|
||||||
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
|
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
|
||||||
@@ -7218,6 +7235,7 @@ function article_con() {
|
|||||||
|
|
||||||
var a_ID = getQueryString('a_id'); //文章
|
var a_ID = getQueryString('a_id'); //文章
|
||||||
var htm_ID = getQueryString('s_htm'); //目前显示html
|
var htm_ID = getQueryString('s_htm'); //目前显示html
|
||||||
|
const isPre = getQueryString('preview');
|
||||||
|
|
||||||
// 增加访问次数
|
// 增加访问次数
|
||||||
$.ajax({
|
$.ajax({
|
||||||
@@ -7241,13 +7259,271 @@ function article_con() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if (isPre) {
|
||||||
|
$('#top_bar .top').css('display', 'none')
|
||||||
|
|
||||||
|
$('.wen_rong .content-box .conthtmn').html(`
|
||||||
|
<div class="" style="display: flex;align-items: center;justify-content: center;">接收到来自父页面的数据:
|
||||||
|
<div class="loader-01" style="display: flex;align-items: center;justify-content: space-around;"></div></div>`
|
||||||
|
);
|
||||||
|
$.ajax({
|
||||||
|
type: 'post', url: apiUrl + 'api/Article/getHtmlByPAID',
|
||||||
|
data: {
|
||||||
|
"p_article_id": a_ID
|
||||||
|
},
|
||||||
|
success: function (res) {
|
||||||
|
if (res.code == 0) {
|
||||||
|
var arr = res.data.list;
|
||||||
|
initArticleHtmlFun(arr, res, 2)
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
error: function () {
|
||||||
|
// ShowDanger("error!");
|
||||||
|
}
|
||||||
|
|
||||||
|
})
|
||||||
|
// window.addEventListener('message', function (event) {
|
||||||
|
// // if (event.origin !== 'https://submission.tmrjournals.com') return;
|
||||||
|
// const result = event.data;
|
||||||
|
// console.log('接收到来自父页面的数据:', result);
|
||||||
|
// if (result) {
|
||||||
|
// var j_artc = { ...result }
|
||||||
|
// // 文章路径基本信息
|
||||||
|
// var j_our =
|
||||||
|
// {
|
||||||
|
// title: result.journal_title,
|
||||||
|
// journal_id: result.journal_id,
|
||||||
|
// }
|
||||||
|
|
||||||
|
// var j_info = {};
|
||||||
|
// $('.wen_jian .left>span a').html(j_our.title);
|
||||||
|
|
||||||
|
// localStorage.setItem("Journals_num", j_our.journal_id);
|
||||||
|
// if (j_artc.doi == '') {
|
||||||
|
// var doi_ = ''
|
||||||
|
// } else {
|
||||||
|
// var doi_ = 'DOI:' + j_artc.doi
|
||||||
|
// }
|
||||||
|
|
||||||
|
// var stage_ = ''
|
||||||
|
|
||||||
|
// if (j_artc.npp == '' || j_artc.npp == ' ') {
|
||||||
|
// var npp_ = ''
|
||||||
|
// } else {
|
||||||
|
// // if (j_info.stage_pagename == 'pp.') {
|
||||||
|
// // var npp_ = j_artc.npp + ' '
|
||||||
|
// // } else {
|
||||||
|
// var npp_ = j_artc.npp + ' '
|
||||||
|
// // }
|
||||||
|
// }
|
||||||
|
|
||||||
|
// var our_time = ''
|
||||||
|
// $('.wen_jian .left>span').append(our_time);
|
||||||
|
// $('.wen_jian .left>h4').html(j_artc.title);
|
||||||
|
|
||||||
|
|
||||||
|
// // 文章基本作者机构
|
||||||
|
// var str = '';
|
||||||
|
// var j_authior = j_artc.authors;
|
||||||
|
// var stra = '';
|
||||||
|
// var Corr_Auth = '';
|
||||||
|
// var Corr_Emai = '';
|
||||||
|
// var rep = '';
|
||||||
|
// var rep_pd = '';
|
||||||
|
// var ORC_ID = '';
|
||||||
|
// var report_num = 0;
|
||||||
|
|
||||||
|
// for (var i = 0; i < j_authior.length; i++) {
|
||||||
|
// rep = '';
|
||||||
|
// var mes = '';
|
||||||
|
// if (j_authior[i].is_first == '1') {
|
||||||
|
// rep = '#'
|
||||||
|
// rep_pd += '#'
|
||||||
|
// }
|
||||||
|
// if (j_authior[i].is_report == '1') {
|
||||||
|
// rep += '*'
|
||||||
|
// mes = ' (<a href="mailto:' + j_authior[i].email + '."><img src="img/email.png"></a>) '
|
||||||
|
// Corr_Auth += ' ' + j_authior[i].author_name + ',';
|
||||||
|
// Corr_Emai += ' ' + j_authior[i].email + ',';
|
||||||
|
// report_num += 1;
|
||||||
|
// }
|
||||||
|
// if (j_authior[i].orcid == '') {
|
||||||
|
// ORC_ID = ''
|
||||||
|
// } else {
|
||||||
|
// ORC_ID = '<a href="https://orcid.org/' + j_authior[i].orcid + '" target="_blank"><img src="img/or_id.png" alt="" style="width: 15px;margin-left: 3px;"></a>'
|
||||||
|
// }
|
||||||
|
// if (i == j_authior.length - 1) {
|
||||||
|
// stra += j_authior[i].author_name + '<sup>' + j_authior[i].ors + rep + '</sup>' + ORC_ID + mes
|
||||||
|
// } else {
|
||||||
|
// stra += j_authior[i].author_name + '<sup>' + j_authior[i].ors + rep + '</sup>' + ORC_ID + mes + ', '
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
|
// str += stra + '<br/>';
|
||||||
|
|
||||||
|
// var j_organ = j_authior.filter((e) => e.organs);
|
||||||
|
// var strg = '';
|
||||||
|
// for (var i = 0; i < j_organ.length; i++) {
|
||||||
|
// strg += '<sup>' + j_organ[i].alias + '</sup> ' + j_organ[i].organ_name + '<br/>'
|
||||||
|
// }
|
||||||
|
// str += strg;
|
||||||
|
|
||||||
|
// $('.wen_jian .left>div.zuo_zhe').html(str);
|
||||||
|
|
||||||
|
// if (rep_pd == "#") {
|
||||||
|
// $('.wen_jian .left>div').each(function () {
|
||||||
|
// $(this).html($(this).html().split("#").join(""));
|
||||||
|
// });
|
||||||
|
// }
|
||||||
|
|
||||||
|
// if (report_num != 1) {
|
||||||
|
// $('.coau b').html('Corresponding authors:');
|
||||||
|
// }
|
||||||
|
|
||||||
|
// if (Jour_num == 1) {
|
||||||
|
// j_artc.abstract = j_artc.abstract.replace(new RegExp("0, 102, 204", "g"), "0,102,153")
|
||||||
|
// }
|
||||||
|
|
||||||
|
// // 文章内容
|
||||||
|
// Corr_Auth = Corr_Auth.replace(/,$/, "")
|
||||||
|
// Corr_Emai = Corr_Emai.replace(/,$/, "")
|
||||||
|
// $('.wen_rong .content-box .contercon .abst').html(j_artc.abstract);
|
||||||
|
// $('.wen_rong .content-box .contercon .keyw span').html(j_artc.keywords);
|
||||||
|
// $('.wen_rong .content-box .contercon .fund span').html(j_artc.fund);
|
||||||
|
// $('.wen_rong .content-box .contercon .coau span').html(Corr_Auth);
|
||||||
|
// $('.wen_rong .content-box .contercon .emai span').html(Corr_Emai);
|
||||||
|
// $('.wen_rong .content-box .contercon .cite span').html(result.data.cite);
|
||||||
|
// $('.wen_rong .content-box .contercon .time span').html(j_artc.pub_date);
|
||||||
|
// $('.wen_rong .content-box .contercon .url span').html('<a target="_blank" href="https://doi.org/' + j_artc.doi + '">https://doi.org/' + j_artc.doi + '</a>');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// if (j_artc.ordoi == '') {
|
||||||
|
// $('.wen_rong .content-box .contercon .udr').css('display', 'none')
|
||||||
|
// } else {
|
||||||
|
// $('.wen_rong .content-box .contercon .udr span').html('<a target="_blank" href="https://doi.org/' + j_artc.ordoi + '">https://doi.org/' + j_artc.ordoi + '</a>');
|
||||||
|
// }
|
||||||
|
|
||||||
|
// if (j_artc.abstract == '') {
|
||||||
|
// $('.wen_rong .content-box .contercon .abst').css('display', 'none')
|
||||||
|
// }
|
||||||
|
// if (j_artc.keywords == '') {
|
||||||
|
// $('.wen_rong .content-box .contercon .keyw').css('display', 'none')
|
||||||
|
// }
|
||||||
|
// if (j_artc.fund == '') {
|
||||||
|
// $('.wen_rong .content-box .contercon .fund').css('display', 'none')
|
||||||
|
// }
|
||||||
|
// if (Corr_Auth == '') {
|
||||||
|
// $('.wen_rong .content-box .contercon .coau').css('display', 'none')
|
||||||
|
// }
|
||||||
|
// if (Corr_Emai == '') {
|
||||||
|
// $('.wen_rong .content-box .contercon .emai').css('display', 'none')
|
||||||
|
// }
|
||||||
|
// if (j_artc.pub_date == '') {
|
||||||
|
// $('.wen_rong .content-box .contercon .time').css('display', 'none')
|
||||||
|
// }
|
||||||
|
// if (result.data.cite == '') {
|
||||||
|
// $('.wen_rong .content-box .contercon .cite').css('display', 'none')
|
||||||
|
// }
|
||||||
|
|
||||||
|
// //$('.wen_rong .content-box .conterad h1').html(j_artc.tradition_tag);
|
||||||
|
// //$('.wen_rong .content-box .conterad p').html(j_artc.tradition);
|
||||||
|
// //$('.wen_rong #tablist .tarad').html(j_artc.tradition_tag);
|
||||||
|
// $('.wen_rong .content-box .contemho').html(j_artc.mhoo);
|
||||||
|
|
||||||
|
|
||||||
|
// if (j_artc.mhoo == '' || j_artc.mhoo == null) {
|
||||||
|
// $('.wen_rong #tablist .tarmho').css('display', 'none');
|
||||||
|
// $('.wen_rong .content-box .contemho').css('display', 'none');
|
||||||
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
// // 首先显示html
|
||||||
|
// if (htm_ID != null) {
|
||||||
|
// $("#tablist li.tarhtmn").click()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// $('title').before('<meta name="citation_title" content="' + j_artc.old_title + '">' +
|
||||||
|
// '<meta name="citation_publication_date" content="' + j_artc.publication + '">' +
|
||||||
|
// '<meta name="citation_journal_title" content="' + j_our.title + '">' +
|
||||||
|
// '<meta name="citation_volume" content="' + j_info.stage_vol + '">' +
|
||||||
|
// '<meta name="citation_issue" content="' + j_info.stage_no + '">' +
|
||||||
|
// '<meta name="citation_pdf_url" content="' + 'https://www.tmrjournals.com' + imgFileUrl + 'articlePDF/' + j_artc.file_pdf + '">')
|
||||||
|
// for (var i = 0; i < j_authior.length; i++) {
|
||||||
|
// $('title').before('<meta name="citation_author" content="' + j_authior[i].author_name + '">')
|
||||||
|
// }
|
||||||
|
// if (j_artc.first_page != undefined) {
|
||||||
|
// $('title').before('<meta name="citation_firstpage" content="' + j_artc.first_page + '">')
|
||||||
|
// }
|
||||||
|
// if (j_artc.last_page != undefined) {
|
||||||
|
// $('title').before('<meta name="citation_lastpage" content="' + j_artc.last_page + '">')
|
||||||
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// if (Jour_num != '1') {
|
||||||
|
// $('.wen_rong .right .tmr_doaj').css('display', 'none')
|
||||||
|
// } else {
|
||||||
|
// $('.wen_rong .right .tmr_doaj').css('display', 'none')
|
||||||
|
// }
|
||||||
|
|
||||||
|
// if (Jour_num == '22') {
|
||||||
|
// $('.wen_jian .right h5').html('引用:');
|
||||||
|
// $('.wen_jian .right .export .Exc_2').html('<i class="fa fa-download"></i> 下载EndNote格式');
|
||||||
|
// $('.wen_jian .right .export .Exc_3').html('<i class="fa fa-download"></i> 下载RIS格式');
|
||||||
|
// $('.wen_jian .right .export .Exc_4').html('<i class="fa fa-download"></i> 下载BibTex格式');
|
||||||
|
// $('.wen_jian .right .export .Exc_5').html('<i class="fa fa-download"></i> 下载text格式');
|
||||||
|
// $('.wenzhang .wen_rong .right>p').html('本作品根据“知识共享”国际许可协议4.0进行授权。');
|
||||||
|
// $('.keyw b').html('关键字:')
|
||||||
|
// $('.fund b').html('基金项目:')
|
||||||
|
// $('.coau b').html('通讯作者:')
|
||||||
|
// $('.emai b').html('邮箱:')
|
||||||
|
// $('.cite b').html('引用:')
|
||||||
|
// $('.time b').html('出版时间:')
|
||||||
|
// $('.url b').html('链接:')
|
||||||
|
// $('#tablist li').html('')
|
||||||
|
// $('#tablist .tabin').html('摘要')
|
||||||
|
// $('.links_').css('font-size', '20px')
|
||||||
|
// $('.links_ img').css({ 'width': '20px', 'height': '22px' })
|
||||||
|
// $('.right p').css('font-family', 'Times New Roman')
|
||||||
|
// $('.cite span').css('font-family', 'Times New Roman')
|
||||||
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// });
|
||||||
|
|
||||||
|
// 新 HTML
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'post', url: apiUrl + 'api/Article/getArticleDetail',
|
type: 'post', url: apiUrl + 'api/Article/getArticleDetail',
|
||||||
data: {
|
data: {
|
||||||
"article_id": a_ID
|
"article_id": a_ID
|
||||||
},
|
},
|
||||||
success: function (result) {
|
success: function (result) {
|
||||||
|
$('.wenzhang .wen_rong .left').css({
|
||||||
|
'background-color': '#f4fafd'
|
||||||
|
})
|
||||||
|
$('.wenzhang .wen_rong .left .rong_box').css({
|
||||||
|
'background-color': '#fff',
|
||||||
|
'margin-top': '0px'
|
||||||
|
})
|
||||||
|
$('.wenzhang .wen_rong .left .mb_aform').css({
|
||||||
|
'background-color': '#fff'
|
||||||
|
})
|
||||||
if (result.code == 0) {
|
if (result.code == 0) {
|
||||||
var html_type = result.data.articleInfo.html_type
|
var html_type = result.data.articleInfo.html_type
|
||||||
var has_html = result.data.articleInfo.has_html
|
var has_html = result.data.articleInfo.has_html
|
||||||
@@ -7499,6 +7775,9 @@ function article_con() {
|
|||||||
str += strg;
|
str += strg;
|
||||||
|
|
||||||
$('.wen_jian .left>div.zuo_zhe').html(str);
|
$('.wen_jian .left>div.zuo_zhe').html(str);
|
||||||
|
$('.wen_jian .left>div.zuo_zhe>sup').css({
|
||||||
|
color: commonSupColor,
|
||||||
|
});
|
||||||
|
|
||||||
if (rep_pd == "#") {
|
if (rep_pd == "#") {
|
||||||
$('.wen_jian .left>div').each(function () {
|
$('.wen_jian .left>div').each(function () {
|
||||||
@@ -7517,7 +7796,20 @@ function article_con() {
|
|||||||
// 文章内容
|
// 文章内容
|
||||||
Corr_Auth = Corr_Auth.replace(/,$/, "")
|
Corr_Auth = Corr_Auth.replace(/,$/, "")
|
||||||
Corr_Emai = Corr_Emai.replace(/,$/, "")
|
Corr_Emai = Corr_Emai.replace(/,$/, "")
|
||||||
|
|
||||||
$('.wen_rong .content-box .contercon .abst').html(j_artc.abstract);
|
$('.wen_rong .content-box .contercon .abst').html(j_artc.abstract);
|
||||||
|
let strongElements = document.querySelectorAll('.wen_rong .content-box .contercon .abst strong');
|
||||||
|
|
||||||
|
// 遍历每个 <strong> 标签
|
||||||
|
strongElements.forEach(function (element) {
|
||||||
|
// 检查 <strong> 标签内的文本内容是否为 "Background:", "Methods:", "Results:", "Conclusion:"
|
||||||
|
|
||||||
|
if (element.textContent.includes("Background:") || element.textContent.includes("Methods:") ||
|
||||||
|
element.textContent.includes("Results:") || element.textContent.includes("Conclusion:") || element.textContent.includes("Conclusions:")) {
|
||||||
|
// 修改该 <strong> 标签的样式,改变颜色
|
||||||
|
element.style.color = commonSupColor; // 设置颜色为黑色(你可以修改为其他颜色)
|
||||||
|
}
|
||||||
|
});
|
||||||
$('.wen_rong .content-box .contercon .keyw span').html(j_artc.keywords);
|
$('.wen_rong .content-box .contercon .keyw span').html(j_artc.keywords);
|
||||||
$('.wen_rong .content-box .contercon .fund span').html(j_artc.fund);
|
$('.wen_rong .content-box .contercon .fund span').html(j_artc.fund);
|
||||||
$('.wen_rong .content-box .contercon .coau span').html(Corr_Auth);
|
$('.wen_rong .content-box .contercon .coau span').html(Corr_Auth);
|
||||||
@@ -7591,15 +7883,15 @@ function article_con() {
|
|||||||
if (arr[i].width == 0) {
|
if (arr[i].width == 0) {
|
||||||
if (arr[i].is_title == 1) {
|
if (arr[i].is_title == 1) {
|
||||||
if (arr[i].content.indexOf("<p>") >= 0) {
|
if (arr[i].content.indexOf("<p>") >= 0) {
|
||||||
str += `<div class="Ptitle" id="${sectionId}">${arr[i].content}</div>`
|
str += `<div class="Ptitle pMain" id="${sectionId}">${arr[i].content}</div>`
|
||||||
} else {
|
} else {
|
||||||
str += `<div class="Ptitle" id="${sectionId}"><p>${arr[i].content}</p></div>`
|
str += `<div class="Ptitle pMain" id="${sectionId}"><p>${arr[i].content}</p></div>`
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (arr[i].content.indexOf("<p>") >= 0) {
|
if (arr[i].content.indexOf("<p>") >= 0) {
|
||||||
str += arr[i].content.replace("<p>", `<p id="${sectionId}">`);
|
str += arr[i].content.replace("<p>", `<p id="${sectionId}" class="pMain">`);
|
||||||
} else {
|
} else {
|
||||||
str += `<p id="${sectionId}">${arr[i].content}</p>`
|
str += `<p id="${sectionId}" class="pMain">${arr[i].content}</p>`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -7607,12 +7899,13 @@ function article_con() {
|
|||||||
var fun = "picPreview('" + picsrc + "');"
|
var fun = "picPreview('" + picsrc + "');"
|
||||||
// console.log(fun)
|
// console.log(fun)
|
||||||
str += `<div class='imgHnkl' id="${sectionId}">` + "<img class='mainPicItem' onclick=" + fun + " src='https://submission.tmrjournals.com/public/mainimg/"
|
str += `<div class='imgHnkl' id="${sectionId}">` + "<img class='mainPicItem' onclick=" + fun + " src='https://submission.tmrjournals.com/public/mainimg/"
|
||||||
+ arr[i].content + "' width='" + arr[i].width + "'/><p style='font-size: 14px;font-family: 'Charis SIL';'>'" + arr[i].note + "</p></div>"
|
+ arr[i].content + "' width='" + arr[i].width + `"'/><p class='' style='font-size: 14px;font-family: 'Charis SIL';'>` + arr[i].note + "</p></div>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
str = `<div style="margin-left:300px;">${str}</div>`
|
str = `<div style="margin-left:300px;">${str}</div>`
|
||||||
$('.wen_rong .content-box .conthtmn').html(str);
|
$('.wen_rong .content-box .conthtmn').html(str);
|
||||||
|
|
||||||
|
|
||||||
// 引用
|
// 引用
|
||||||
if (result.data.refers.length > 0) { // 如果有引用数据
|
if (result.data.refers.length > 0) { // 如果有引用数据
|
||||||
var refs = '';
|
var refs = '';
|
||||||
@@ -7651,7 +7944,7 @@ function article_con() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 将生成的所有引用内容插入到页面中
|
// 将生成的所有引用内容插入到页面中
|
||||||
$('.wen_rong .content-box .conthtmn').append('<div id="ArticleRef" style="margin-left:300px;" class="ArticleRef"><p id="References"><b>References</b></p>' + refs + '</div>');
|
$('.wen_rong .content-box .conthtmn').append('<div id="ArticleRef" style="margin-left:300px;" class="ArticleRef"><p id="References" class="Ptitle "><b>References</b></p>' + refs + '</div>');
|
||||||
}
|
}
|
||||||
|
|
||||||
initArticleHtml(arr, result.data.refers, html_type)
|
initArticleHtml(arr, result.data.refers, html_type)
|
||||||
@@ -7682,133 +7975,7 @@ function article_con() {
|
|||||||
if (result.code == 0) {
|
if (result.code == 0) {
|
||||||
|
|
||||||
var arr = result.data.mains;
|
var arr = result.data.mains;
|
||||||
var str = '';
|
initArticleHtmlFun(arr, result, html_type)
|
||||||
|
|
||||||
|
|
||||||
var htmlContent = ''
|
|
||||||
|
|
||||||
|
|
||||||
htmlContent += arr.map((item, index) => {
|
|
||||||
//批注
|
|
||||||
let contentHtml = '';
|
|
||||||
let sectionId = 'section-' + index; // 生成唯一的 ID
|
|
||||||
// 判断是否是图片
|
|
||||||
if (item.type == 1) {
|
|
||||||
|
|
||||||
var picsrc = 'https://submission.tmrjournals.com/public/articleImage/' + item.image.url;
|
|
||||||
var fun = "picPreview('" + picsrc + "');"
|
|
||||||
|
|
||||||
contentHtml = `
|
|
||||||
<p contenteditable="false" main-state="${item.state}" style="display:flex;align-items: center;
|
|
||||||
justify-content: center;" class="MaxPicture pMain" data-id="${item.ami_id
|
|
||||||
}" main-id="${item.am_id}" id="${sectionId}">
|
|
||||||
|
|
||||||
<img src="${picsrc}" onclick="${fun}" style="width: ${item.width ? `${item.width}px` : '80%'
|
|
||||||
}" />
|
|
||||||
<p class="font" style="width: ${item.width ? `${item.width}px` : '100%'};
|
|
||||||
|
|
||||||
font-size: 14px;
|
|
||||||
font-family: 'Charis SIL';
|
|
||||||
font-weight:normal;
|
|
||||||
line-height: 22px;
|
|
||||||
text-align:center;color:#333;" >${item.image.note ? item.image.note : ''
|
|
||||||
}</p>
|
|
||||||
</p>
|
|
||||||
`;
|
|
||||||
} else if (item.type == 2) {
|
|
||||||
var tableList = JSON.parse(item.table.table_data);
|
|
||||||
|
|
||||||
contentHtml = `
|
|
||||||
<div contenteditable="false" data-id="${item.amt_id}" main-state="${item.state}" main-id="${item.am_id
|
|
||||||
}" class="thumbnailTableBox wordTableHtml table_Box pMain" style="width: 100%; padding: 8px 15px; box-sizing: border-box; border-radius: 4px; position: relative;" id="${sectionId}">
|
|
||||||
|
|
||||||
<font class="font tableTitle" style="width:100%;font-family: 'Charis SIL';color:#333;" >${item.table.title ? item.table.title : ''}</font>
|
|
||||||
<table border="1" style="width: 100%; border-collapse: collapse; text-align: center; ">
|
|
||||||
${tableList
|
|
||||||
.map((row, i) => {
|
|
||||||
return `
|
|
||||||
<tr class="${isHeaderRow(i, tableList) ? 'table-header-row' : ''}">
|
|
||||||
${row
|
|
||||||
.map((cell) => {
|
|
||||||
return `
|
|
||||||
<td colspan="${cell.colspan || 1}" rowspan="${cell.rowspan || 1}">
|
|
||||||
<span style="font-family: 'Charis SIL';">${cell.text || ''}</span>
|
|
||||||
</td>
|
|
||||||
`;
|
|
||||||
})
|
|
||||||
.join('')}
|
|
||||||
</tr>
|
|
||||||
`;
|
|
||||||
})
|
|
||||||
.join('')}
|
|
||||||
</table>
|
|
||||||
<p class="font" style="width: ${item.width ? `${item.width}px` : '100%'};
|
|
||||||
|
|
||||||
font-size: 14px;
|
|
||||||
font-family: 'Charis SIL';
|
|
||||||
font-weight: 500 !important;
|
|
||||||
line-height: 22px;
|
|
||||||
text-align:center;color:#333;" >${item.table.note ? item.table.note : ''
|
|
||||||
}</p>
|
|
||||||
</div>
|
|
||||||
`;
|
|
||||||
} else {
|
|
||||||
|
|
||||||
contentHtml = `<p class="${item.is_h1 ? 'Ptitle pMain' : 'pMain'} " style="font-family: 'Charis SIL';min-height:12px;" main-state="${item.state}" contenteditable="false" data-id="${item.am_id}" main-id="${item.am_id}" id="${sectionId}">${item.content}</p>`;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// 判断是否是表格类型
|
|
||||||
|
|
||||||
return contentHtml;
|
|
||||||
}).join('');
|
|
||||||
htmlContent = `<div class="newHtml2" style="margin-left:300px;">${htmlContent}</div>`
|
|
||||||
$('.wen_rong .content-box .conthtmn').html(htmlContent);
|
|
||||||
|
|
||||||
if (result.data.refers.length > 0) { // 如果有引用数据
|
|
||||||
var refs = '';
|
|
||||||
var xuhao = 0;
|
|
||||||
for (var rr = 0; rr < result.data.refers.length; rr++) {
|
|
||||||
// 如果格式不正确,或者信息不全
|
|
||||||
let item = '';
|
|
||||||
if (result.data.refers[rr].refer_type == 'journal' && result.data.refers[rr].doilink != '') {
|
|
||||||
// journal 类型
|
|
||||||
xuhao++;
|
|
||||||
item = "<div><p style='word-wrap: break-word;'>" + `<b style="color:#006699;">${xuhao}</b>. ` + result.data.refers[rr].author + ' ' + result.data.refers[rr].title + ". <i>" + result.data.refers[rr].joura + ". </i>" + result.data.refers[rr].dateno + ".";
|
|
||||||
// 在 "Available at:" 之前插入 <br/> 标签
|
|
||||||
item += "<br/><a class='refsLink' href='" + result.data.refers[rr].doilink + "' target='_blank' style='color:#006699; word-wrap:break-word;'>Available at: " + result.data.refers[rr].doilink + "</a> </p></div>";
|
|
||||||
refs += item;
|
|
||||||
} else if (result.data.refers[rr].refer_type == 'book' && result.data.refers[rr].isbn != '') {
|
|
||||||
// book 类型
|
|
||||||
xuhao++;
|
|
||||||
item = "<div><p style='word-wrap: break-word;'>" + `<b style="color:#006699;">${xuhao}</b>. ` + result.data.refers[rr].author + ' ' + result.data.refers[rr].title + ". " + result.data.refers[rr].dateno + ".";
|
|
||||||
// 在 "Available at:" 之前插入 <br/> 标签
|
|
||||||
item += "<br/><a target='_blank' style='color:#006699; word-wrap:break-word;' href='" + result.data.refers[rr].isbn + "'>ISBN: " + result.data.refers[rr].isbn + "</a></p></div>";
|
|
||||||
refs += item;
|
|
||||||
} else if (result.data.refers[rr].refer_type == 'other' && result.data.refers[rr].refer_frag != '' && result.data.refers[rr].refer_frag.length > 15) {
|
|
||||||
// other 类型,检查 refer_frag 中是否有 "Available at:" 链接
|
|
||||||
xuhao++;
|
|
||||||
item = "<div><p data-other='1' style='word-wrap: break-word;'>" + `<b style="color:#006699;">${xuhao}</b>. `
|
|
||||||
// 检查 refer_frag 中是否包含 "Available at:"
|
|
||||||
if (result.data.refers[rr].refer_frag.indexOf('Available at:') !== -1) {
|
|
||||||
// 如果包含 "Available at:",则在其前面插入 <br/> 标签
|
|
||||||
item += result.data.refers[rr].refer_frag.replace('Available at:', '<br/>Available at:');
|
|
||||||
} else {
|
|
||||||
item += result.data.refers[rr].refer_frag;
|
|
||||||
}
|
|
||||||
item += ". </p></div>";
|
|
||||||
refs += item;
|
|
||||||
} else {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// 将生成的所有引用内容插入到页面中
|
|
||||||
$('.wen_rong .content-box .conthtmn').append('<div id="ArticleRef" style="margin-left:300px;" class="ArticleRef"><p id="References"><b>References</b></p>' + refs + '</div>');
|
|
||||||
}
|
|
||||||
initArticleHtml(arr, result.data.refers, html_type)
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -8157,6 +8324,8 @@ function article_con() {
|
|||||||
ShowDanger("error!");
|
ShowDanger("error!");
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// 右侧话题
|
// 右侧话题
|
||||||
$.ajax({
|
$.ajax({
|
||||||
@@ -8178,7 +8347,7 @@ function article_con() {
|
|||||||
if (str != '') {
|
if (str != '') {
|
||||||
$('.wenzhang .wen_rong .right .pos_topic').html(str);
|
$('.wenzhang .wen_rong .right .pos_topic').html(str);
|
||||||
$('.wenzhang .wen_rong .right .pos_topic').css('border-bottom', '2px solid #dcdcdc')
|
$('.wenzhang .wen_rong .right .pos_topic').css('border-bottom', '2px solid #dcdcdc')
|
||||||
$('.wenzhang .wen_rong .right .pos_topic').after('<p style="background-color: #f4fafd;height: 10px;"></p>');
|
// $('.wenzhang .wen_rong .right .pos_topic').after('<p style="background-color: #f4fafd;height: 10px;"></p>');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -8304,6 +8473,9 @@ function article_con() {
|
|||||||
if (result.code == 0) {
|
if (result.code == 0) {
|
||||||
var arr = result.data;
|
var arr = result.data;
|
||||||
var str = "";
|
var str = "";
|
||||||
|
$('.corr_late>ul').css({ 'padding': '0', 'border-bottom': 'none' })
|
||||||
|
|
||||||
|
|
||||||
for (var i = 0; i < arr.length; i++) {
|
for (var i = 0; i < arr.length; i++) {
|
||||||
str += '<li><a href="article.html?J_num=' + arr[i].journal_id + '&a_id=' + arr[i].article_id + '" target="_blank">' + arr[i].title + '</a>' +
|
str += '<li><a href="article.html?J_num=' + arr[i].journal_id + '&a_id=' + arr[i].article_id + '" target="_blank">' + arr[i].title + '</a>' +
|
||||||
'<p>' + arr[i].abbr + ', ' + arr[i].journal.title + ', ' + arr[i].stage.stage_year + '</p></li>'
|
'<p>' + arr[i].abbr + ', ' + arr[i].journal.title + ', ' + arr[i].stage.stage_year + '</p></li>'
|
||||||
@@ -8315,12 +8487,351 @@ function article_con() {
|
|||||||
if (arr == '') {
|
if (arr == '') {
|
||||||
$('.corr_late_bg').css('display', 'none');
|
$('.corr_late_bg').css('display', 'none');
|
||||||
}
|
}
|
||||||
|
$('.wenzhang .wen_rong .right .corr_late p').css({ 'padding': '0 0 10px 0' })
|
||||||
|
$('.wenzhang .wen_rong .right').css('border-bottom', 'none');
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function shouldColor(rowIndex, cellIndex, row) {
|
||||||
|
// 判断是否是最左侧的单元格
|
||||||
|
if (cellIndex === 0 && row[0].rowspan) {
|
||||||
|
const rowspan = row[0].rowspan; // 获取最左侧单元格的 `rowspan`
|
||||||
|
const startRow = rowIndex; // 当前单元格所在的行
|
||||||
|
const endRow = startRow + rowspan - 1; // 跨越的最后一行
|
||||||
|
|
||||||
|
// 判断当前行是否在 `rowspan` 范围内,并且是奇数行
|
||||||
|
return rowIndex >= startRow && rowIndex <= endRow && (rowIndex + 1) % 2 !== 0; // 判断是否为奇数行
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
function addRowIdToData(data) {
|
||||||
|
let idCounter = 0; // Initialize an ID counter
|
||||||
|
|
||||||
|
// Iterate through each row
|
||||||
|
for (let i = 0; i < data.length; i++) {
|
||||||
|
// Assign an ID to the current row
|
||||||
|
data[i].rowId = `row-${idCounter}`;
|
||||||
|
idCounter++;
|
||||||
|
|
||||||
|
// Check for rowspan and propagate the same ID to merged cells
|
||||||
|
for (let j = 0; j < data[i].length; j++) {
|
||||||
|
const cell = data[i][j];
|
||||||
|
|
||||||
|
// If the cell has a rowspan attribute, propagate the same ID across all affected rows
|
||||||
|
if (cell.rowspan && cell.rowspan > 1) {
|
||||||
|
for (let k = 0; k < cell.rowspan; k++) {
|
||||||
|
if (data[i + k]) {
|
||||||
|
// Ensure that all cells in the same column and across the rows have the same rowId
|
||||||
|
data[i + k][j].rowId = `row-${idCounter - 1}`;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const seenIds = [];
|
||||||
|
data.map((row, rowIndex) => {
|
||||||
|
row.map((cell, cellIndex) => {
|
||||||
|
if (cell.rowId) {
|
||||||
|
row.rowId = cell.rowId
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
data.forEach(row => {
|
||||||
|
if (row.rowId && !seenIds.includes(row.rowId)) {
|
||||||
|
seenIds.push(row.rowId); // Mark this rowId as seen
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
console.log('data at line 最新8534:', seenIds, data)
|
||||||
|
const rowIds = seenIds.filter((_, index) => index % 2 === 0);
|
||||||
|
const rowData = data;
|
||||||
|
console.log(rowIds);
|
||||||
|
return { rowData, rowIds }
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
function initArticleHtmlFun(arr, result, html_type) {
|
||||||
|
var str = '';
|
||||||
|
var htmlContent = ''
|
||||||
|
htmlContent += arr.map((item, index) => {
|
||||||
|
//批注
|
||||||
|
let contentHtml = '';
|
||||||
|
let sectionId = 'section-' + index; // 生成唯一的 ID
|
||||||
|
// 判断是否是图片
|
||||||
|
if (item.type == 1) {
|
||||||
|
|
||||||
|
var picsrc = 'https://submission.tmrjournals.com/public/articleImage/' + item.image.url;
|
||||||
|
var fun = "picPreview('" + picsrc + "');"
|
||||||
|
|
||||||
|
contentHtml = `
|
||||||
|
<p contenteditable="false" main-state="${item.state}" style="display:flex;align-items: center;
|
||||||
|
justify-content: center;" class="MaxPicture pMain" data-id="${item.ami_id
|
||||||
|
}" main-id="${item.am_id}" id="${sectionId}">
|
||||||
|
|
||||||
|
<img src="${picsrc}" onclick="${fun}" style="width: ${item.width ? `${item.width}px` : '80%'
|
||||||
|
}" />
|
||||||
|
<p class="font htmlImageNote" style="width: ${item.width ? `${item.width}px` : '100%'};
|
||||||
|
|
||||||
|
font-size: 14px;
|
||||||
|
font-family: 'Charis SIL';
|
||||||
|
font-weight:normal;
|
||||||
|
line-height: 22px;
|
||||||
|
text-align:center;" >${item.image.note ? item.image.note : ''
|
||||||
|
}</p>
|
||||||
|
</p>
|
||||||
|
`;
|
||||||
|
} else if (item.type == 2) {
|
||||||
|
var tableList = JSON.parse(item.table.table_data);
|
||||||
|
|
||||||
|
|
||||||
|
const { header, content } = splitTable(tableList);
|
||||||
|
var { rowData, rowIds } = addRowIdToData(content)
|
||||||
|
console.log('content at line 8542:', rowIds, rowData)
|
||||||
|
// console.log('contentList at line 8571:', contentList)
|
||||||
|
|
||||||
|
contentHtml = `
|
||||||
|
<div contenteditable="false" data-id="${item.amt_id}" main-state="${item.state}" main-id="${item.am_id
|
||||||
|
}" class="thumbnailTableBox wordTableHtml table_Box pMain" style="width: 100%; padding: 8px 15px; box-sizing: border-box; border-radius: 4px; position: relative;" id="${sectionId}">
|
||||||
|
|
||||||
|
<font class="font tableTitle commonTableTitleColor " style="width:100%;font-family: 'Charis SIL';" >${item.table.title ? item.table.title : ''}</font>
|
||||||
|
<table border="1" style="width: 100%; border-collapse: collapse; text-align: center; ">
|
||||||
|
${header
|
||||||
|
.map((row, i) => {
|
||||||
|
return `
|
||||||
|
<tr class="table-header-row">
|
||||||
|
${row
|
||||||
|
.map((cell, cellIndex) => {
|
||||||
|
return `
|
||||||
|
<td colspan="${cell.colspan || 1}" rowspan="${cell.rowspan || 1}" >
|
||||||
|
<span style="font-family: 'Charis SIL';">${cell.text || ''}</span>
|
||||||
|
</td>
|
||||||
|
`;
|
||||||
|
})
|
||||||
|
.join('')}
|
||||||
|
</tr>
|
||||||
|
`;
|
||||||
|
})
|
||||||
|
.join('')}
|
||||||
|
${rowData
|
||||||
|
.map((row, i) => {
|
||||||
|
return `
|
||||||
|
<tr class="table-content-row ${row.rowId && rowIds.includes(row.rowId) ? 'oddColor' : ''}" >
|
||||||
|
${row
|
||||||
|
.map((cell, cellIndex) => {
|
||||||
|
return `
|
||||||
|
<td colspan="${cell.colspan || 1}" rowspan="${cell.rowspan || 1}" >
|
||||||
|
<span style="font-family: 'Charis SIL';">${cell.text || ''}</span>
|
||||||
|
</td>
|
||||||
|
`;
|
||||||
|
})
|
||||||
|
.join('')}
|
||||||
|
</tr>
|
||||||
|
`;
|
||||||
|
})
|
||||||
|
.join('')}
|
||||||
|
</table>
|
||||||
|
<p class="font" style="width: ${item.width ? `${item.width}px` : '100%'};
|
||||||
|
|
||||||
|
font-size: 14px;
|
||||||
|
font-family: 'Charis SIL';
|
||||||
|
font-weight: 500 !important;
|
||||||
|
line-height: 22px;
|
||||||
|
text-align:center;color:#333;" >${item.table.note ? item.table.note : ''
|
||||||
|
}</p>
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
} else {
|
||||||
|
|
||||||
|
contentHtml = `<p class="${item.is_h1 ? 'Ptitle pMain' : 'pMain'} " style="font-family: 'Charis SIL';min-height:12px;" main-state="${item.state}" contenteditable="false" data-id="${item.am_id}" main-id="${item.am_id}" id="${sectionId}">${item.content}</p>`;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
// 判断是否是表格类型
|
||||||
|
|
||||||
|
return contentHtml;
|
||||||
|
}).join('');
|
||||||
|
htmlContent = `<div class="newHtml2" style="margin-left:300px;">${htmlContent}</div>`
|
||||||
|
$('.wen_rong .content-box .conthtmn').html(htmlContent);
|
||||||
|
|
||||||
|
if (result.data.refers.length > 0) { // 如果有引用数据
|
||||||
|
var refs = '';
|
||||||
|
var xuhao = 0;
|
||||||
|
for (var rr = 0; rr < result.data.refers.length; rr++) {
|
||||||
|
// 如果格式不正确,或者信息不全
|
||||||
|
let item = '';
|
||||||
|
if (result.data.refers[rr].refer_type == 'journal' && result.data.refers[rr].doilink != '') {
|
||||||
|
// journal 类型
|
||||||
|
xuhao++;
|
||||||
|
item = "<div><p style='word-wrap: break-word;'>" + `<b style="color:#006699;">${xuhao}</b>. ` + result.data.refers[rr].author + ' ' + result.data.refers[rr].title + ". <i>" + result.data.refers[rr].joura + ". </i>" + result.data.refers[rr].dateno + ".";
|
||||||
|
// 在 "Available at:" 之前插入 <br/> 标签
|
||||||
|
item += "<br/><a class='refsLink' href='" + result.data.refers[rr].doilink + "' target='_blank' style='color:#006699; word-wrap:break-word;'>Available at: " + result.data.refers[rr].doilink + "</a> </p></div>";
|
||||||
|
refs += item;
|
||||||
|
} else if (result.data.refers[rr].refer_type == 'book' && result.data.refers[rr].isbn != '') {
|
||||||
|
// book 类型
|
||||||
|
xuhao++;
|
||||||
|
item = "<div><p style='word-wrap: break-word;'>" + `<b style="color:#006699;">${xuhao}</b>. ` + result.data.refers[rr].author + ' ' + result.data.refers[rr].title + ". " + result.data.refers[rr].dateno + ".";
|
||||||
|
// 在 "Available at:" 之前插入 <br/> 标签
|
||||||
|
item += "<br/><a target='_blank' style='color:#006699; word-wrap:break-word;' href='" + result.data.refers[rr].isbn + "'>ISBN: " + result.data.refers[rr].isbn + "</a></p></div>";
|
||||||
|
refs += item;
|
||||||
|
} else if (result.data.refers[rr].refer_type == 'other' && result.data.refers[rr].refer_frag != '' && result.data.refers[rr].refer_frag.length > 15) {
|
||||||
|
// other 类型,检查 refer_frag 中是否有 "Available at:" 链接
|
||||||
|
xuhao++;
|
||||||
|
item = "<div><p data-other='1' style='word-wrap: break-word;'>" + `<b style="color:#006699;">${xuhao}</b>. `
|
||||||
|
// 检查 refer_frag 中是否包含 "Available at:"
|
||||||
|
if (result.data.refers[rr].refer_frag.indexOf('Available at:') !== -1) {
|
||||||
|
// 如果包含 "Available at:",则在其前面插入 <br/> 标签
|
||||||
|
item += result.data.refers[rr].refer_frag.replace('Available at:', '<br/>Available at:');
|
||||||
|
} else {
|
||||||
|
item += result.data.refers[rr].refer_frag;
|
||||||
|
}
|
||||||
|
item += ". </p></div>";
|
||||||
|
refs += item;
|
||||||
|
} else {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// 将生成的所有引用内容插入到页面中
|
||||||
|
$('.wen_rong .content-box .conthtmn').append('<div id="ArticleRef" style="margin-left:300px;" class="ArticleRef"><p id="References" class="Ptitle "><b>References</b></p>' + refs + '</div>');
|
||||||
|
}
|
||||||
|
initArticleHtml(arr, result.data.refers, html_type)
|
||||||
|
}
|
||||||
function initArticleHtml(htmlData, refs, type) {
|
function initArticleHtml(htmlData, refs, type) {
|
||||||
|
|
||||||
|
$('.wen_rong .content-box .conthtmn .Ptitle').css({
|
||||||
|
background: 'rgb(222, 235, 247)',
|
||||||
|
'color': commonTableTitleColor, // No !important here
|
||||||
|
'text-align': 'center', // No !important here
|
||||||
|
'border': '1px solid rgba(222, 234, 247, 0.1)',
|
||||||
|
'border-radius': '10px',
|
||||||
|
'font-size': '16px',
|
||||||
|
'box-shadow': '0 4px 4px rgba(222, 234, 247, 0.6)',
|
||||||
|
});
|
||||||
|
$('.wen_rong .content-box .conthtmn .oddColor > td').css({
|
||||||
|
background: 'rgb(250, 231, 232)',
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
// Apply styles to <i> inside .Ptitle using setProperty with !important
|
||||||
|
$('.wen_rong .content-box .conthtmn .Ptitle > b').each(function () {
|
||||||
|
this.style.setProperty('font-weight', 'bold', 'important');
|
||||||
|
|
||||||
|
});
|
||||||
|
$('.wen_rong .content-box .conthtmn .Ptitle > i').each(function () {
|
||||||
|
this.style.setProperty('font-style', 'normal', 'important');
|
||||||
|
this.style.setProperty('color', commonTableTitleColor, 'important');
|
||||||
|
});
|
||||||
|
$('.wen_rong .content-box .conthtmn .Ptitle p > strong').each(function () {
|
||||||
|
this.style.setProperty('font-weight', 'bold', 'important');
|
||||||
|
|
||||||
|
});
|
||||||
|
$('.wen_rong .content-box .conthtmn .Ptitle p').each(function () {
|
||||||
|
this.style.setProperty('text-align', 'center', 'important');
|
||||||
|
|
||||||
|
});
|
||||||
|
$('.wen_rong .content-box .conthtmn .Ptitle em').each(function () {
|
||||||
|
this.style.setProperty('font-style', 'normal', 'important');
|
||||||
|
this.style.setProperty('color', commonTableTitleColor, 'important');
|
||||||
|
});
|
||||||
|
$('.wen_rong .content-box .conthtmn .commonTableTitleColor').each(function () {
|
||||||
|
|
||||||
|
this.style.setProperty('color', commonTableTitleColor, 'important');
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
// 获取所有段落
|
||||||
|
const allParagraphs = document.querySelectorAll('.pMain');
|
||||||
|
let abstractEndIndex = -1;
|
||||||
|
let citationEndIndex = -1;
|
||||||
|
|
||||||
|
// 查找包含“Abstract”文本的段落(无论被标签包裹多少层)
|
||||||
|
allParagraphs.forEach((p, index) => {
|
||||||
|
const text = p.innerText.trim().toLowerCase();
|
||||||
|
if (text === 'abstract') {
|
||||||
|
abstractEndIndex = index;
|
||||||
|
}
|
||||||
|
if (text === 'citation') {
|
||||||
|
citationEndIndex = index;
|
||||||
|
console.log('CitationEndIndex at line 8765:', citationEndIndex)
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// 从 Abstract 段落之后开始查找并高亮标题词
|
||||||
|
if (abstractEndIndex !== -1) {
|
||||||
|
for (let i = abstractEndIndex + 1; i < allParagraphs.length; i++) {
|
||||||
|
const elements = allParagraphs[i].querySelectorAll('strong, b');
|
||||||
|
elements.forEach((element) => {
|
||||||
|
const text = element.textContent.trim();
|
||||||
|
if (["Background:", "Methods:", "Results:", "Conclusion:", "Conclusions:"].includes(text)) {
|
||||||
|
element.style.color = commonSupColor;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (citationEndIndex !== -1 && citationEndIndex + 1 < allParagraphs.length) {
|
||||||
|
const nextParagraph = allParagraphs[citationEndIndex + 1];
|
||||||
|
nextParagraph.style.color = commonSupColor;
|
||||||
|
}
|
||||||
|
$('.wen_rong .content-box .conthtmn sup').each(function () {
|
||||||
|
var textContent = $(this).text().trim(); // 获取并清理文本内容
|
||||||
|
|
||||||
|
// 判断文本是否是纯数字
|
||||||
|
if (/^\d+$/.test(textContent)) {
|
||||||
|
this.style.setProperty('color', commonSupColor, 'important');
|
||||||
|
}
|
||||||
|
// 判断文本是否包含 "&"
|
||||||
|
else if (/&/.test(textContent)) {
|
||||||
|
this.style.setProperty('color', commonSupColor, 'important');
|
||||||
|
}
|
||||||
|
else if (/ỻ/.test(textContent)) {
|
||||||
|
this.style.setProperty('color', commonSupColor, 'important');
|
||||||
|
}
|
||||||
|
// 判断文本是否包含 "*"
|
||||||
|
else if (/\*/.test(textContent)) {
|
||||||
|
this.style.setProperty('color', commonSupColor, 'important');
|
||||||
|
}
|
||||||
|
// 判断文本是否包含 "#"
|
||||||
|
else if (/#/.test(textContent)) {
|
||||||
|
this.style.setProperty('color', commonSupColor, 'important');
|
||||||
|
}
|
||||||
|
// 判断文本是否为由数字和逗号组成的字符串(例如 "1,2,3")
|
||||||
|
// 判断文本是否为由数字和逗号组成,且逗号两边允许有空格(例如 "1, 2, 3")
|
||||||
|
else if (/^\d+(\s*,\s*\d+)*$/.test(textContent)) {
|
||||||
|
this.style.setProperty('color', commonSupColor, 'important');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
$('.wen_rong .content-box .conthtmn b i').each(function () {
|
||||||
|
|
||||||
|
this.style.setProperty('font-weight', 'bold', 'important');
|
||||||
|
});
|
||||||
|
// $('.wen_rong .content-box .conthtmn .thumbnailTableBox td sup').each(function () {
|
||||||
|
|
||||||
|
// this.style.setProperty('color', commonSupColor, 'important');
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
$('.wen_rong .content-box .conthtmn .Ptitle').each(function () {
|
||||||
|
this.style.setProperty('color', commonTableTitleColor, 'important');
|
||||||
|
this.style.setProperty('text-align', 'center', 'important');
|
||||||
|
});
|
||||||
|
$('.wen_rong .content-box .conthtmn p b i').each(function () {
|
||||||
|
this.style.setProperty('font-style', 'normal', 'important');
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
var navLinks = {
|
var navLinks = {
|
||||||
content: [], // 存放 content 类型的链接
|
content: [], // 存放 content 类型的链接
|
||||||
image: [], // 存放 image 类型的链接
|
image: [], // 存放 image 类型的链接
|
||||||
@@ -8564,6 +9075,29 @@ function isHeaderRow(rowIndex, table) {
|
|||||||
|
|
||||||
return rowIndex < head[0].rowspan; // 假设前两行是表头
|
return rowIndex < head[0].rowspan; // 假设前两行是表头
|
||||||
}
|
}
|
||||||
|
function splitTable(tableList) {
|
||||||
|
// 获取头部行数
|
||||||
|
const headerRowCount = tableList[0][0].rowspan || 1; // 默认第一行是头部行,获取该行的 rowspan
|
||||||
|
|
||||||
|
// 用 isHeaderRow 判断头部行
|
||||||
|
const header = [];
|
||||||
|
const content = [];
|
||||||
|
|
||||||
|
tableList.forEach((row, rowIndex) => {
|
||||||
|
if (isHeaderRow(rowIndex, tableList)) {
|
||||||
|
header.push(row); // 将头部行添加到 header 数组
|
||||||
|
} else {
|
||||||
|
|
||||||
|
|
||||||
|
content.push(row); // 将内容行添加到 table 数组
|
||||||
|
}
|
||||||
|
});
|
||||||
|
//
|
||||||
|
console.log('header:', header); // 打印头部行数据
|
||||||
|
console.log('table:', content); // 打印内容行数据
|
||||||
|
|
||||||
|
return { header, content };
|
||||||
|
}
|
||||||
// 图片预览
|
// 图片预览
|
||||||
function picPreview(src) {
|
function picPreview(src) {
|
||||||
console.log(src)
|
console.log(src)
|
||||||
|
|||||||
@@ -331,7 +331,7 @@ function bf_list() {
|
|||||||
|
|
||||||
if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) {
|
if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) {
|
||||||
$('.current_list>h4').html('Current Volume<span>' + time_ + '</span>');
|
$('.current_list>h4').html('Current Volume<span>' + time_ + '</span>');
|
||||||
} else if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22) { // 合并期刊
|
} else if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22|| Jour_num == 19) { // 合并期刊
|
||||||
$('.current_list>h4').html('Latest Issue<span>' + time_ + '</span>');
|
$('.current_list>h4').html('Latest Issue<span>' + time_ + '</span>');
|
||||||
} else {
|
} else {
|
||||||
$('.current_list>h4').html('Current Issue<span>' + time_ + '</span>');
|
$('.current_list>h4').html('Current Issue<span>' + time_ + '</span>');
|
||||||
@@ -1054,7 +1054,7 @@ function bf_list() {
|
|||||||
var str = "";
|
var str = "";
|
||||||
for (var i = 0; i < result.data.journalStage.length; i++) {
|
for (var i = 0; i < result.data.journalStage.length; i++) {
|
||||||
// 暂时条件中添加一个3 15 10
|
// 暂时条件中添加一个3 15 10
|
||||||
if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22 || Jour_num == 3 || Jour_num == 15 || Jour_num == 10|| Jour_num == 16|| Jour_num == 24) {
|
if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22 || Jour_num == 3 || Jour_num == 15 || Jour_num == 10|| Jour_num == 16|| Jour_num == 24|| Jour_num == 19) {
|
||||||
// 合并(替换)期刊
|
// 合并(替换)期刊
|
||||||
if (i == 0) { str += '<b>' + arr_stage[i].stage_year + '</b><br>' }
|
if (i == 0) { str += '<b>' + arr_stage[i].stage_year + '</b><br>' }
|
||||||
|
|
||||||
|
|||||||
24
js/js.js
24
js/js.js
@@ -50,6 +50,19 @@ var Jour_num = localStorage.Journals_num;
|
|||||||
|
|
||||||
// tab选项卡
|
// tab选项卡
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
// 检查 URL 是否包含参数 pre
|
||||||
|
const urlParams = new URLSearchParams(window.location.search);
|
||||||
|
const isPre = urlParams.has('preview');
|
||||||
|
|
||||||
|
if (isPre) {
|
||||||
|
// 页面带了 ?pre 参数,始终执行以下操作
|
||||||
|
$(".left").css("width", "100%");
|
||||||
|
$(".right").hide();
|
||||||
|
}
|
||||||
|
const element = document.querySelector('.act_chajian'); // 选择 .act_chajian 元素
|
||||||
|
if (element) {
|
||||||
|
element.remove(); // 删除该元素
|
||||||
|
}
|
||||||
$("#tablist li").each(function (index) {
|
$("#tablist li").each(function (index) {
|
||||||
$(this).click(function () {
|
$(this).click(function () {
|
||||||
console.log('this at line 54:', this);
|
console.log('this at line 54:', this);
|
||||||
@@ -62,15 +75,15 @@ $(document).ready(function () {
|
|||||||
$(".content-box>div").eq(index).addClass("contentin");
|
$(".content-box>div").eq(index).addClass("contentin");
|
||||||
$(this).addClass("tabin");
|
$(this).addClass("tabin");
|
||||||
|
|
||||||
// 判断当前点击的 <li> 是否具有 'tarhtmn' 类名
|
// 如果不包含 pre 参数,才根据点击项控制显示逻辑
|
||||||
|
if (!isPre) {
|
||||||
if ($(this).hasClass('tarhtmn')) {
|
if ($(this).hasClass('tarhtmn')) {
|
||||||
// 设置当前点击的 <li> 宽度为 100%
|
|
||||||
$(".left").css("width", "100%");
|
$(".left").css("width", "100%");
|
||||||
$(".right").hide(); // 隐藏 .right 标签
|
$(".right").hide();
|
||||||
} else {
|
} else {
|
||||||
// 移除当前点击的 <li> 宽度样式
|
|
||||||
$(".left").css("width", "");
|
$(".left").css("width", "");
|
||||||
$(".right").show(); // 恢复显示 .right 标签
|
$(".right").show();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@@ -79,6 +92,7 @@ $(document).ready(function () {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//返回顶部
|
//返回顶部
|
||||||
$.goup({
|
$.goup({
|
||||||
trigger: 100,
|
trigger: 100,
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ function initOid() {
|
|||||||
str += `
|
str += `
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<div class="dbt_header">${arr[i].type}${baseInfo.pub_date}</div><a id="${arr[i].article_id}" target="_blank"
|
<div class="dbt_header" style="height: 37px;line-height: 32px;">${arr[i].type}${baseInfo.pub_date}<div class="url_top">${baseInfo.lr_top}</div></div><a id="${arr[i].article_id}" target="_blank"
|
||||||
href="article.html?J_num=${arr[i].journal_id}&a_id=${arr[i].article_id}"
|
href="article.html?J_num=${arr[i].journal_id}&a_id=${arr[i].article_id}"
|
||||||
class="txt_biaoti">${baseInfo.otStat}${arr[i].title}</a>
|
class="txt_biaoti">${baseInfo.otStat}${arr[i].title}</a>
|
||||||
<div class="authorList">${arr[i].authortitle}<br>
|
<div class="authorList">${arr[i].authortitle}<br>
|
||||||
@@ -124,7 +124,47 @@ function initOid() {
|
|||||||
$('.wenz_list>ul').html(str);
|
$('.wenz_list>ul').html(str);
|
||||||
$('.links_ .txt_copy').css('background', localStorage.Journals_color);
|
$('.links_ .txt_copy').css('background', localStorage.Journals_color);
|
||||||
commonHandleClickHtml()
|
commonHandleClickHtml()
|
||||||
|
addStyleToElement();
|
||||||
}
|
}
|
||||||
|
function addStyleToElement() {
|
||||||
|
// 获取所有具有 .url_top 类的元素
|
||||||
|
var elements = document.querySelectorAll('.article .art_main .new_art > ul li .url_top');
|
||||||
|
|
||||||
|
elements.forEach(function(element) {
|
||||||
|
element.style.margin = '0 0 0 20px';
|
||||||
|
element.style.display = 'inline-block';
|
||||||
|
});
|
||||||
|
|
||||||
|
// 获取所有具有 .url_top a 类的元素
|
||||||
|
var links = document.querySelectorAll('.article .art_main .new_art > ul li .url_top a');
|
||||||
|
|
||||||
|
links.forEach(function(link) {
|
||||||
|
link.style.marginRight = '10px';
|
||||||
|
link.style.padding = '3px 0';
|
||||||
|
link.style.fontFamily = 'Calibri';
|
||||||
|
link.style.fontSize = '15px';
|
||||||
|
});
|
||||||
|
|
||||||
|
// 设置最后一个 a 元素的 margin-right 为 0
|
||||||
|
var lastLink = document.querySelector('.article .art_main .new_art > ul li .url_top a:last-child');
|
||||||
|
if (lastLink) {
|
||||||
|
lastLink.style.marginRight = '0';
|
||||||
|
}
|
||||||
|
|
||||||
|
// 为 a 元素添加 hover 效果
|
||||||
|
links.forEach(function(link) {
|
||||||
|
link.addEventListener('mouseenter', function() {
|
||||||
|
link.style.textDecoration = 'underline';
|
||||||
|
});
|
||||||
|
link.addEventListener('mouseleave', function() {
|
||||||
|
link.style.textDecoration = 'none';
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// 调用函数将样式应用到元素
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
15
js/side.js
15
js/side.js
@@ -125,13 +125,26 @@ function side_list() {
|
|||||||
$('.ncon_SCom > div > div:nth-child(4) > p> b').html(arr_jour.title)
|
$('.ncon_SCom > div > div:nth-child(4) > p> b').html(arr_jour.title)
|
||||||
|
|
||||||
if (arr_jour.title == 'Traditional Medicine Research') {
|
if (arr_jour.title == 'Traditional Medicine Research') {
|
||||||
$('.nav_ban h2').html('<img src="../img/h2_tit.png" style="margin-top: 26px;"/>');
|
$('.nav_ban h2').html('<img src="../img/h2_tit.png" style=""/>');
|
||||||
$('.sharethis_tmr').css('display', 'none');
|
$('.sharethis_tmr').css('display', 'none');
|
||||||
$('.art_top_topic').css('padding-top', '0');
|
$('.art_top_topic').css('padding-top', '0');
|
||||||
$('.line_sbil').css('display', 'block');
|
$('.line_sbil').css('display', 'block');
|
||||||
// $('.jour_message>div').append('<p style="margin-top: 5px;"><b>E-Mail Address:</b> <br/><span>tmr@tmrjournals.com</span></p>');
|
// $('.jour_message>div').append('<p style="margin-top: 5px;"><b>E-Mail Address:</b> <br/><span>tmr@tmrjournals.com</span></p>');
|
||||||
$('.topic_add').addClass('topic_add_tmr');
|
$('.topic_add').addClass('topic_add_tmr');
|
||||||
$('.share_tmrtb').css('display', 'block');
|
$('.share_tmrtb').css('display', 'block');
|
||||||
|
} else if (arr_jour.title == 'Cancer Advances') {
|
||||||
|
|
||||||
|
$('.nav_ban h2').html('<a href="http://www.caca.org.cn/qkzz/xlqk/index.shtml" target="_blank" style="height:100%;display:flex;align-items:center;justify-content:center;"><img src="../img/h3_tit_new.png" style="height:36px;"></a>');
|
||||||
|
$('.nav_ban h2').css({
|
||||||
|
'display': 'flex !important',
|
||||||
|
'align-items': 'center',
|
||||||
|
'justify-content': 'center',
|
||||||
|
'height': '62px'
|
||||||
|
});
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$('.tmr_side_book').css('display', 'none');
|
$('.tmr_side_book').css('display', 'none');
|
||||||
//2,125,186,108,177,64,88,391,
|
//2,125,186,108,177,64,88,391,
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
<title>Natural Therapy Advances</title>
|
<title>Natural Therapy Advances</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"/>
|
||||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||||
<frame name="main" src="../journals.html?J_num=19" scrolling="auto" noresize>
|
<!-- <frame name="main" src="../journals.html?J_num=19" scrolling="auto" noresize> -->
|
||||||
|
<frame name="main" src="../journals_nta.html?J_num=19" scrolling="auto" noresize>
|
||||||
</frameset>
|
</frameset>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user