From eee93c7bdf69372308410b49f5e6e6e6efde0303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=93=BC=E5=94=A7L?= Date: Tue, 30 Jan 2024 16:56:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E6=9C=9F=E6=9C=9F=E5=88=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 10 +-- cqr/index.html | 2 +- journals_cqr.html | 147 ++++++++++++++++++++++++++++++++++++++++++++ journals_mmr.html | 144 +++++++++++++++++++++++++++++++++++++++++++ journals_th.html | 144 +++++++++++++++++++++++++++++++++++++++++++ js/journal.js | 4 +- 6 files changed, 443 insertions(+), 8 deletions(-) create mode 100644 journals_cqr.html create mode 100644 journals_mmr.html create mode 100644 journals_th.html diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 93e9da7..701cfd6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -20,10 +20,9 @@ - - - - + + + diff --git a/cqr/index.html b/cqr/index.html index 9f2e7ae..58a0ce0 100644 --- a/cqr/index.html +++ b/cqr/index.html @@ -5,7 +5,7 @@ Chinese Quintessence Research - + diff --git a/journals_cqr.html b/journals_cqr.html new file mode 100644 index 0000000..e49fad1 --- /dev/null +++ b/journals_cqr.html @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+
+
+
+ + Title discontinued as of 2024 + + +
+
+
+ +
+
+ + +
+
+
+ +
+ +
+
+ +
+

+
    + +
+
+ +
+

Coming soon!

+
+
+
+
+ + +
+
+

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/journals_mmr.html b/journals_mmr.html new file mode 100644 index 0000000..af1e26d --- /dev/null +++ b/journals_mmr.html @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+
+
+ + Incorporated into + + Life Research + + +
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+

+
    + +
+
+ +
+

Coming soon!

+
+ +
+
+
+ +
+
+

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/journals_th.html b/journals_th.html new file mode 100644 index 0000000..95a4bd0 --- /dev/null +++ b/journals_th.html @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+
+
+ + Title discontinued as of 2023 + + +
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+

+
    + +
+
+ +
+

Coming soon!

+
+ +
+
+
+ +
+
+

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 ffd72ee..4a3eb7f 100644 --- a/js/journal.js +++ b/js/journal.js @@ -287,7 +287,7 @@ function bf_list() { if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) { $('.current_list>h4').html('Current Volume' + time_ + ''); - } else if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21){ // 合并期刊 + } else if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22){ // 合并期刊 $('.current_list>h4').html('Latest Issue' + time_ + ''); } else { $('.current_list>h4').html('Current Issue' + time_ + ''); @@ -995,7 +995,7 @@ function bf_list() { var str = ""; for (var i = 0; i < result.data.journalStage.length; i++) { - if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21){ + if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22){ // 合并(替换)期刊 if(i==0){str +=''+arr_stage[i].stage_year+'
'}