diff --git a/article.html b/article.html index 9638278..33edc2f 100644 --- a/article.html +++ b/article.html @@ -353,7 +353,7 @@ if (localStorage.Journals_title == 'Nursing Communications') { script.dataset['trendmdconfig'] = "{'journal_id':'79598', 'element':'#trendmd-suggestions'}"; } - if (localStorage.Journals_title == 'TMR Integrative Medicine') { + if (localStorage.Journals_title == 'Integrative Medicine Discovery') { script.dataset['trendmdconfig'] = "{'journal_id':'79597', 'element':'#trendmd-suggestions'}"; } if (localStorage.Journals_title == 'Clinical Research Communications') { diff --git a/footer_in.html b/footer_in.html index 6574c70..870b29d 100644 --- a/footer_in.html +++ b/footer_in.html @@ -22,7 +22,7 @@ - + diff --git a/header_in.html b/header_in.html index 7a51b97..ac6c0b5 100644 --- a/header_in.html +++ b/header_in.html @@ -44,7 +44,7 @@
-

Talent of Magical Research

+

Trend of Medical Research

diff --git a/im/index.html b/im/index.html index 0f0b495..215a765 100644 --- a/im/index.html +++ b/im/index.html @@ -2,7 +2,7 @@ - TMR Integrative Medicine + Integrative Medicine Discovery diff --git a/img/tha_nk.png b/img/tha_nk.png index 1913eac..f6196ca 100644 Binary files a/img/tha_nk.png and b/img/tha_nk.png differ diff --git a/img/thank_1.png b/img/thank_1.png index 13b6169..70a0407 100644 Binary files a/img/thank_1.png and b/img/thank_1.png differ diff --git a/js/article.js b/js/article.js index fb37d25..021c0ef 100644 --- a/js/article.js +++ b/js/article.js @@ -6964,7 +6964,7 @@ function article_con() { // if(result.data.journalInfo.title=='Nursing Communications'){ // document.getElementsByTagName('script')[1].setAttribute("data-trendmdconfig","{'website_id':'79598', 'element':'#trendmd-suggestions'}") // } - // if(result.data.journalInfo.title=='TMR Integrative Medicine'){ + // if(result.data.journalInfo.title=='Integrative Medicine Discovery'){ // document.getElementsByTagName('script')[1].setAttribute("data-trendmdconfig","{'website_id':'79597', 'element':'#trendmd-suggestions'}") // } // if(result.data.journalInfo.title=='Clinical Research Communications'){ diff --git a/js/journal.js b/js/journal.js index 838069c..a50d958 100644 --- a/js/journal.js +++ b/js/journal.js @@ -224,7 +224,7 @@ function bf_list() { // Cancer Advances // Nursing Communications - // TMR Integrative Medicine + // Integrative Medicine Discovery // 连续出刊 diff --git a/style/form.css b/style/form.css index f3bd694..6dece2c 100644 --- a/style/form.css +++ b/style/form.css @@ -154,14 +154,14 @@ input.disable { font-size: 12px; } -.top .top_switch>div:nth-child(1) { +.top .top_switch>div:nth-child(2) { background-color: #568c7d; color: #fff; } -.top .top_switch>div:nth-child(2) { +.top .top_switch>div:nth-child(1) { color: #568c7d; } -.top .top_switch>div:nth-child(2):hover { +.top .top_switch>div:nth-child(1):hover { cursor: pointer; text-decoration: underline; }