lr 开始收费 400¥

This commit is contained in:
2026-06-02 15:02:30 +08:00
parent 27057e0fef
commit 558d840981
6 changed files with 305 additions and 6 deletions

276
Apc_lr.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 >Life Research</i> (<i >LR</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;">400</b> will apply to manuscripts accepted on or after <b style="font-weight: 700;">July 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>Life Research</i> within the past three
years are eligible for a 15% discount on each subsequent article.
<br />b. As a reviewer for the <i>Life Research</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>

View File

@@ -2469,6 +2469,7 @@ function initJournalBaseInfo(result) {
break;
case 14:
CiteScore = "0.9";
apcUrl = `https://www.tmrjournals.com/lr/apc`;
break;
case 2:
case 17:
@@ -2558,7 +2559,7 @@ function initJournalBaseInfo(result) {
}
var apcStr = ``;
if ([1, 25, 11].includes(Number(Jour_num))) {
if ([1, 25, 11,14].includes(Number(Jour_num))) {
if (arr_jour.apc == "$600") {
apcStr = `<span style="color: ${arr_jour.system_color};"> ${arr_jour.apc}</span>`;
} else {
@@ -2640,7 +2641,7 @@ function initJournalBaseInfo(result) {
}</span></p>
<p><span>APC:</span> <span class="mes_APC">
${
Jour_num == 25 || Jour_num == 11
Jour_num == 25 || Jour_num == 11|| Jour_num == 14
? `<a href="${apcUrl}" target="_blank" class="apc-link"><span>${apcStr}</span></a>`
: apcStr
}

View File

@@ -173,7 +173,7 @@ function commonHomePage() {
for (let i = 0; i < arr.length; i++) {
var apcStr = ``;
var apcUrl = ``
if ([1, 25, 11, 17].includes(Number(arr[i].journal_id))) {
if ([1, 25, 11,14, 17].includes(Number(arr[i].journal_id))) {
apcStr = arr[i].apc
}
else {
@@ -222,6 +222,7 @@ function commonHomePage() {
case 14:
CiteScore = '0.9'
Published = '2018'
apcUrl = `https://www.tmrjournals.com/lr/apc`
break;
case 11:
@@ -277,7 +278,7 @@ if (arr[i].title != 'tmRxiv') {
<p style="${ImpactFactor ? '' : 'display:none'};margin-top: 4px;font-size: 11px;"><b>Impact Factor: </b> <span style="color: #006699">${ImpactFactor}</span></p>
<p style="${apcStr ? '' : 'display:none'};margin-top: 4px;font-size: 11px;"><b>APC: </b>
<span class="mes_APC">
${arr[i].journal_id == 25 || arr[i].journal_id == 11 ?
${arr[i].journal_id == 25 || arr[i].journal_id == 11 || arr[i].journal_id == 14?
`<a href="${apcUrl}" target="_blank" class="apc-link" ><span>${apcStr}</span></a>` : apcStr
}
</span>

View File

@@ -296,13 +296,17 @@ function initForAuthor(Jour_num, arr_jour) {
case 11:
apcUrl = `https://www.tmrjournals.com/mdm/apc`
break;
//mdm
case 14:
apcUrl = `https://www.tmrjournals.com/lr/apc`
break;
}
if ([1].includes(Number(Jour_num))) {
apcStr = arr_jour.apc
}
else if ([25, 11].includes(Number(Jour_num))) {
else if ([25, 11,14].includes(Number(Jour_num))) {
//bmec mdm
apcStr = `<a class="apc-link" href="${apcUrl}" target="_blank" ><span>${arr_jour.apc}</span></a>`
}

View File

@@ -123,7 +123,7 @@ targetImgs.forEach(img => {
$('.jour_message div .mes_final').html(arr_jour.finaldecision);
var apcStr = ``;
if ([1, 25, 11].includes(Number(Jour_num))) {
if ([1, 25, 11,14].includes(Number(Jour_num))) {
apcStr = arr_jour.apc
} else {
apcStr = arr_jour.apc + `<span style="color: ${arr_jour.system_color};font-weight: bold;margin-left:6px;">( 20252026 )</span>`;

17
lr/apc/index.html Normal file
View File

@@ -0,0 +1,17 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Life Research</title>
<link rel="shortcut icon" href="../../img/tmr3.png" type="image/x-icon"/>
<frameset framespacing="0" border="0" rows="0" frameborder="0">
<frame name="main" src="../../Apc_lr.html" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>