20260304临时补救article_list

This commit is contained in:
2026-03-24 09:51:18 +08:00
parent 8da302f382
commit 9dd44cc165
34 changed files with 5827 additions and 2066 deletions

276
Apc_bmec.html Normal file
View File

@@ -0,0 +1,276 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon" />
</head>
<body>
<div class="wrap" style="overflow-y: auto;">
<div id="index_top">
<a class="home_logo" onclick="window.location.replace('https://www.tmrjournals.com/')">
<img src="img/tmr.png" />
</a>
<div class="suggest">
<h1 class="animated bounceIn">Trend of Medical Research</h1>
</div>
</div>
<div class="content">
<h3>Article Processing Charge (APC)</h3>
<p >All articles published in <i >Biomedical Engineering Communications</i> (<i >BMEC</i>) are made openly accessible, allowing readers worldwide to freely read and use the published content.
<br /> <br />In order to cover the costs of editorial handling, peer review, production, online publication, long-term archiving, and journal administration, an Article Processing Charge (APC) of USD <b style="font-weight: 700;">500</b> will apply to manuscripts accepted on or after <b style="font-weight: 700;">January 1, 2026</b>. Payments may be made in US Dollars (USD) or New Zealand Dollars (NZD).
<br /><br />Any applicable local VAT or other taxes will be charged in accordance with relevant regulations.
<br /><br />The APC is requested only after a manuscript has been formally accepted for publication. Please note that no refunds will be issued once acceptance has been confirmed, under any circumstances.
</p>
<br />
<h4>Fee Discount Application Form</h4>
<table class="table">
<thead>
<tr>
<th>Section</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>Full name</td>
<td></td>
</tr>
<tr>
<td>Date of Birth (DD/MM/YYYY)</td>
<td></td>
</tr>
<tr>
<td>Affiliation/Institution</td>
<td></td>
</tr>
<tr>
<td>Email Address</td>
<td></td>
</tr>
<tr>
<td>Justification for Discount</td>
<td>(Please briefly describe your funding situation and reasons for requesting a discount)</td>
</tr>
<tr>
<td>Statement of Limited Funding</td>
<td>☐ Included &nbsp;&nbsp; ☐ Not Included</td>
</tr>
<tr>
<td>Signature</td>
<td></td>
</tr>
<tr>
<td>Date</td>
<td></td>
</tr>
</tbody>
</table>
<p>a. Corresponding authors who have published papers in <i>Biomedical Engineering Communications</i> within the past three
years are eligible for a 15% discount on each subsequent article.
<br />b. As a reviewer for the <i>Biomedical Engineering Communications</i> journal, you are eligible for discounts
based on an earned point system. Upon completing a review, you will receive a 5% discount toward future
submissions. The corresponding points will be deducted from your account upon application of the
discount.
</p>
<h3>Please note:</h3>
<p>If there are several corresponding authors, it is advisable to designate one as the responsible
corresponding author.</p>
<p>If a corresponding author qualifies for more than one discount, the most advantageous discount will be
applied, as combining discounts is not permitted.</p>
<p>Authors submitting manuscripts may choose only one most beneficial discount, and combining discounts is
not permitted.</p>
</div>
</div>
<div class="footer">
<div class="bianma">
<div>
Copyright © <b class="time_year" style="font-weight: bold;"></b> TMR Publishing Group Limited.
<div class="mianZe">
Disclaimer
</div>
</div>
<p>E-mail: publisher@tmrjournals.com | 津ICP备2022007148号</p>
</div>
</div>
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-weight: 300;
outline: none;
}
#index_top {
height: 480px;
background: url(img/banner_.png) center;
background-size: cover;
color: #fff;
text-align: center;
position: relative;
}
.wrap {
min-height: 800px;
overflow-y: scroll;
}
.home_logo {
display: block;
cursor: pointer;
width: 1300px;
margin: 0px auto;
}
.home_logo img {
display: block;
width: 140px;
padding-top: 34px;
}
.suggest {
width: 1300px;
margin: 185px auto 0;
color: #3274cb;
}
.suggest h1 {
font-size: 52px;
font-weight: 800;
font-family: Gabriola;
letter-spacing: 3px;
text-align: left;
}
.content {
width: 1300px;
margin: 0 auto;
padding: 50px 0;
}
.content h3 {
margin-top: 20px;
margin-bottom: 20px;
font-weight: 600;
color: #012169;
font-size: 20px;
}
.content h4 {
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
font-weight: 600;
color: #012169;
font-size: 18px;
}
.content p {
font-family: Calibri;
margin-top: 10px;
font-size: 18px;
line-height: 28px;
color: #444;
}
.footer {
width: 100%;
background-color:#012169;
}
.footer .bianma {
text-align: center;
line-height: 22px;
padding-top: 30px;
}
.footer .bianma>div {
font-weight: 600;
font-size: 14px;
color: #fff;
}
.footer .bianma .mianZe {
display: inline-block;
position: relative;
font-weight: 600;
margin-left: 10px;
}
.footer .bianma p {
font-weight: 600;
font-size: 14px;
color: #fff;
padding-bottom: 20px;
}
.table {
width: 100%;
border-collapse: collapse;
}
.table th {
font-weight: bold;
}
.table th,
.table td {
border: 1px solid #999;
padding: 10px;
text-align: left;
font-size: 16px;
}
.table th {
background-color: #f2f2f2;
}
.table input {
border: 1px solid #ccc;
padding: 5px;
}
.table textarea {
border: 1px solid #ccc;
width: 100%;
padding: 5px;
box-sizing: border-box;
}
.checkboxes label {
display: block;
margin: 5px 0;
}
.signature {
height: 100px;
border: 1px dashed #ccc;
margin-top: 10px;
}
</style>
</body>
<script src="js/jquery.min.js"></script>
<script>
$(function () {
var data = new Date;
$('.time_year').html(data.getFullYear())
})
</script>
</html>