From 19b8f0a5b30fd12eaeecf558a1290f3919a1ee68 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: Wed, 17 Apr 2024 15:54:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6atr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- atr/index.html | 2 +- index.html | 2 +- journals_aging.html | 7 +- journals_atr.html | 353 ++++++++++++++++++++++++++++++++++++++++++++ js/journal.js | 4 +- 5 files changed, 358 insertions(+), 10 deletions(-) create mode 100644 journals_atr.html diff --git a/atr/index.html b/atr/index.html index 3a3876c..39dd726 100644 --- a/atr/index.html +++ b/atr/index.html @@ -5,7 +5,7 @@ Toxicology Advances - + diff --git a/index.html b/index.html index 632b11c..c13437c 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,7 @@ -
+

Too many journals to choose? Please select the topic of your manuscript.

diff --git a/journals_aging.html b/journals_aging.html index 680ad06..1162801 100644 --- a/journals_aging.html +++ b/journals_aging.html @@ -138,12 +138,7 @@
-
- -
+
diff --git a/journals_atr.html b/journals_atr.html new file mode 100644 index 0000000..68ef5a8 --- /dev/null +++ b/journals_atr.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+
+
+
+ + +
+
+
+
+
+ + + + + + + + Toxicology Advances was merged into Pharmacology Discovery (ISSN 3021-1913). This + strategic decision aims to enhance the scope of our platform for research in + Pharmacology Discovery. Pharmacology Discovery is a peer-reviewed, open + access (OA) + academic journal managed by TMR Publishing Group. It is dedicated to reporting the + research progress in clinical efficacy, action mechanism, and theoretical research + in the fields of pharmacology. It covers the many disciplines involved such as + pharmacology, pharmacy, toxicology, pharmacokinetics, molecular biology, cell + biology, and clinical medicine. For the latest published articles, please visit + + Pharmacology Discovery + . + + + + + +
+
+
+ +
+
+ + + + +
+
+
+

Online First

+ +
    + +
+
+ + + +
+

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/journal.js b/js/journal.js index 3575181..cc21ed3 100644 --- a/js/journal.js +++ b/js/journal.js @@ -994,8 +994,8 @@ function bf_list() { var arr_stage = result.data.journalStage; var str = ""; for (var i = 0; i < result.data.journalStage.length; i++) { - // 暂时条件中添加一个3 15 - 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) { + // 暂时条件中添加一个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) { // 合并(替换)期刊 if (i == 0) { str += '' + arr_stage[i].stage_year + '
' }