From d83e8659ba6f71e763b7a1143f58c167bf16d42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Thu, 23 Apr 2026 13:55:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=84=9F=E6=9F=93ia=E6=9C=9F?= =?UTF-8?q?=E5=88=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ia/index.html | 2 +- journals_ia.html | 235 +++++++++++++++++++++++++++++++++++++++++++ js/commonHomePage.js | 82 +++++++++------ js/journal.js | 4 +- 4 files changed, 290 insertions(+), 33 deletions(-) create mode 100644 journals_ia.html diff --git a/ia/index.html b/ia/index.html index b0eddcc..56c145f 100644 --- a/ia/index.html +++ b/ia/index.html @@ -5,7 +5,7 @@ Infection Advances - + diff --git a/journals_ia.html b/journals_ia.html new file mode 100644 index 0000000..3a39b28 --- /dev/null +++ b/journals_ia.html @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+
+
+ + + + +
+
Notice of Suspension of Publication

+
Dear Authors, Reviewers, and Readers,

+
We would like to express our sincere gratitude for your continued support and interest in Infection Advances. + After careful consideration and internal discussion, we regret to inform you that Infection Advances will suspend publication effective May 1, 2026.

+ +
This decision has been made in light of operational considerations and ongoing restructuring within the publishing group. We understand that this announcement may cause inconvenience, and we sincerely apologise to all authors, reviewers, editorial board members, and readers who have supported the journal.

+ +
Regarding Submitted and Upcoming Manuscripts

+
+
    +
  • + 1. Manuscripts under consideration + + For manuscripts that have been submitted but not yet published, we will contact the corresponding authors before May 1 to assist with transferring the manuscripts to suitable alternative journals. The handling process will be managed to ensure continuity and minimal disruption. + +
  • +
  • + 2. New submissions + + For manuscripts not yet submitted, we kindly recommend that authors consider other appropriate journals for their work. + +
  • +
  • + 3. Accepted manuscripts + + All accepted manuscripts will be processed and published as scheduled. Articles that are in pre-publication stages will be made available online before May 1, 2026. + +
  • +
+
+
+ +
Data Archiving and Accessibility

+
+ All articles published in Infection Advances will remain permanently accessible via their DOIs and the journal's official website. These publications will continue to be indexed and available for citation. +
+
+ +
+

We would like to once again express our heartfelt appreciation for your trust and support. We hope to have the opportunity to collaborate with you again in future initiatives. +

+
+

Sincerely,


+

Infection Advances


+

April 22, 2026


+

TMR Publishing Group

+
+
+
+
+
+ +
+
+ + + + +
+
+ + + +
+

+ Archiving

+ +
+
    + +
+
+
+
+
+ + +
+ +
+ + +
+
+

Subscribe to receive latest research and news from 

+

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.

+
+
+

Email address

+
+ + +
+ + +
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/js/commonHomePage.js b/js/commonHomePage.js index f574fdb..10d199c 100644 --- a/js/commonHomePage.js +++ b/js/commonHomePage.js @@ -53,7 +53,7 @@ function commonHomePage() { width: 24%; } .jour_base_info_center:nth-child(5){ - width: 27%; + // width: 27%; } .jour_base_info_center:nth-child(7){ width: 25%; @@ -234,42 +234,64 @@ function commonHomePage() { } - if (arr[i].title != 'tmRxiv') { - str += ` -
-
- - - -
-
-
-

${arr[i].title}

-

+ // 注意:以下代码需放在 for 循环内部 +if (arr[i].title != 'tmRxiv') { + + // --- 修改点 1: 在第一项(i=0)开始前,先拼接父容器的开头 --- + if (i === 0) { + str += `

`; + } + + // --- 修改点 2: 针对前三个元素设置不同的 inline-style --- + let specificStyle = ""; + if (i === 0) { + specificStyle = "width: 30%;"; + } else if (i === 1) { + specificStyle = "width: 34%; margin-left: 16px;"; + } else if (i === 2) { + specificStyle = "width: 26%; margin-left: 24px;"; + } + + str += ` +
+
+ + + +
+
+
+

${arr[i].title}

+

Editor-in-Chief: - ${arr[i].editorinchief} + ${arr[i].editorinchief}

-

- Acceptance: ${arr[i].acceptance}

-

Final Decision: ${arr[i].finaldecision}

+

Acceptance: ${arr[i].acceptance}

+

Final Decision: ${arr[i].finaldecision}

CiteScore: ${CiteScore}

Impact Factor: ${ImpactFactor}

-

APC: - ${arr[i].journal_id == 25 || arr[i].journal_id == 11 ? +

APC: + + ${arr[i].journal_id == 25 || arr[i].journal_id == 11 ? `${apcStr}` : apcStr } -

+ +

Indexing

- -
-
-
- - ` - } +
+
+
`; + + // --- 修改点 3: 在第三项(i=2)渲染完成后,闭合父容器 --- + if (i === 2) { + str += `
`; + } +} } $('.es_jour').html(`
${str} diff --git a/js/journal.js b/js/journal.js index 490e523..ab6dbc7 100644 --- a/js/journal.js +++ b/js/journal.js @@ -335,7 +335,7 @@ var ArchivingStr=`h4').html('Current Volume' + time_ + ''+ArchivingStr); - } else if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22|| Jour_num == 19 ||Jour_num == 12||Jour_num == 17) { // 合并期刊 + } else if (Jour_num == 4 ||Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22|| Jour_num == 19 ||Jour_num == 12||Jour_num == 17) { // 合并期刊 $('.current_list>h4').html('Latest Issue' + time_ + ''); } else { $('.current_list>h4').html('Current Issue' + time_ + ''+ArchivingStr); @@ -1058,7 +1058,7 @@ if(Jour_num != 13){ var str = ""; for (var i = 0; i < result.data.journalStage.length; i++) { // 暂时条件中添加一个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|| Jour_num == 19||Jour_num == 12||Jour_num == 17) { + if (Jour_num == 4 ||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||Jour_num == 12||Jour_num == 17) { // 合并(替换)期刊 if (i == 0) { str += '' + arr_stage[i].stage_year + '
' }