Files
journal_com/ManuscriptProduce.html
2025-05-19 13:38:12 +08:00

588 lines
18 KiB
HTML

<!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>