diff --git a/Apc_lr.html b/Apc_lr.html new file mode 100644 index 0000000..c257cee --- /dev/null +++ b/Apc_lr.html @@ -0,0 +1,276 @@ + + + + + + + + + + + + +
+
+ +
+

Trend of Medical Research

+
+
+
+

Article Processing Charge (APC)

+

All articles published in Life Research (LR) are made openly accessible, allowing readers worldwide to freely read and use the published content. + +

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 400 will apply to manuscripts accepted on or after July 1, 2026. Payments may be made in US Dollars (USD) or New Zealand Dollars (NZD). +

Any applicable local VAT or other taxes will be charged in accordance with relevant regulations. +

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. +

+
+ +

Fee Discount Application Form

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SectionDetails
Full name
Date of Birth (DD/MM/YYYY)
Affiliation/Institution
Email Address
Justification for Discount(Please briefly describe your funding situation and reasons for requesting a discount)
Statement of Limited Funding☐ Included    ☐ Not Included
Signature
Date
+ + + +

a. Corresponding authors who have published papers in Life Research within the past three + years are eligible for a 15% discount on each subsequent article. +
b. As a reviewer for the Life Research 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. +

+ +

Please note:

+

If there are several corresponding authors, it is advisable to designate one as the responsible + corresponding author.

+

If a corresponding author qualifies for more than one discount, the most advantageous discount will be + applied, as combining discounts is not permitted.

+

Authors submitting manuscripts may choose only one most beneficial discount, and combining discounts is + not permitted.

+
+ +
+ + + + + + + \ No newline at end of file diff --git a/journalIndex/js/journal.js b/journalIndex/js/journal.js index 7094c09..c850134 100644 --- a/journalIndex/js/journal.js +++ b/journalIndex/js/journal.js @@ -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 = ` ${arr_jour.apc}`; } else { @@ -2640,7 +2641,7 @@ function initJournalBaseInfo(result) { }

APC: ${ - Jour_num == 25 || Jour_num == 11 + Jour_num == 25 || Jour_num == 11|| Jour_num == 14 ? `${apcStr}` : apcStr } diff --git a/js/commonHomePage.js b/js/commonHomePage.js index 10d199c..bf6ee80 100644 --- a/js/commonHomePage.js +++ b/js/commonHomePage.js @@ -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') {

Impact Factor: ${ImpactFactor}

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? `${apcStr}` : apcStr } diff --git a/js/forAuthor.js b/js/forAuthor.js index 6b3fa00..11b3c12 100644 --- a/js/forAuthor.js +++ b/js/forAuthor.js @@ -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 = `${arr_jour.apc}` } diff --git a/js/side.js b/js/side.js index 642af97..17c8d71 100644 --- a/js/side.js +++ b/js/side.js @@ -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 + `( 2025–2026 )`; diff --git a/lr/apc/index.html b/lr/apc/index.html new file mode 100644 index 0000000..9ce8621 --- /dev/null +++ b/lr/apc/index.html @@ -0,0 +1,17 @@ + + + + + Life Research + + + + + + + + + + + + \ No newline at end of file