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+'
'}