感谢图

This commit is contained in:
徐哼唧L
2024-01-17 09:25:24 +08:00
parent 4646183cd3
commit f18e5c8bdc
9 changed files with 9 additions and 9 deletions

View File

@@ -353,7 +353,7 @@
if (localStorage.Journals_title == 'Nursing Communications') { if (localStorage.Journals_title == 'Nursing Communications') {
script.dataset['trendmdconfig'] = "{'journal_id':'79598', 'element':'#trendmd-suggestions'}"; 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'}"; script.dataset['trendmdconfig'] = "{'journal_id':'79597', 'element':'#trendmd-suggestions'}";
} }
if (localStorage.Journals_title == 'Clinical Research Communications') { if (localStorage.Journals_title == 'Clinical Research Communications') {

View File

@@ -22,7 +22,7 @@
<!-- <ul>--> <!-- <ul>-->
<!-- <h3>Traditional Medicine</h3>--> <!-- <h3>Traditional Medicine</h3>-->
<!-- <li><a href="/tmr" target="_blank">Traditional Medicine Research</a></li>--> <!-- <li><a href="/tmr" target="_blank">Traditional Medicine Research</a></li>-->
<!-- <li><a href="/im" target="_blank">TMR Integrative Medicine</a></li>--> <!-- <li><a href="/im" target="_blank">Integrative Medicine Discovery</a></li>-->
<!-- <li><a href="/mhm" target="_blank">TMR Modern Herbal Medicine</a></li>--> <!-- <li><a href="/mhm" target="_blank">TMR Modern Herbal Medicine</a></li>-->
<!-- <li><a href="/ndt" target="_blank">TMR Non-Drug Therapy</a></li>--> <!-- <li><a href="/ndt" target="_blank">TMR Non-Drug Therapy</a></li>-->
<!-- <li><a href="/dct" target="_blank">Drug Combination Therapy</a></li>--> <!-- <li><a href="/dct" target="_blank">Drug Combination Therapy</a></li>-->

View File

@@ -44,7 +44,7 @@
<img src="img/DGl.png" alt="" class="de_imgt" style="display: none;cursor: pointer" onclick="location.reload()"> <img src="img/DGl.png" alt="" class="de_imgt" style="display: none;cursor: pointer" onclick="location.reload()">
<div class="suggest"> <div class="suggest">
<h1 class="animated bounceIn">Talent of Magical Research</h1> <h1 class="animated bounceIn">Trend of Medical Research</h1>
<!-- <h2>TMR (Talent of Medical Research) Publishing Group is a scholarly publishing group dedicated to providing platforms for the dissemination and communication of practices and research in the field of medicine and health. </h2>--> <!-- <h2>TMR (Talent of Medical Research) Publishing Group is a scholarly publishing group dedicated to providing platforms for the dissemination and communication of practices and research in the field of medicine and health. </h2>-->
</div> </div>
<!--<div class="scoutfor">--> <!--<div class="scoutfor">-->

View File

@@ -2,7 +2,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>TMR Integrative Medicine</title> <title>Integrative Medicine Discovery</title>
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/> <link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/>
<frameset framespacing="0" border="0" rows="0" frameborder="0"> <frameset framespacing="0" border="0" rows="0" frameborder="0">
<frame name="main" src="../journals.html?J_num=17" scrolling="auto" noresize> <frame name="main" src="../journals.html?J_num=17" scrolling="auto" noresize>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 10 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 716 KiB

After

Width:  |  Height:  |  Size: 383 KiB

View File

@@ -6964,7 +6964,7 @@ function article_con() {
// if(result.data.journalInfo.title=='Nursing Communications'){ // if(result.data.journalInfo.title=='Nursing Communications'){
// document.getElementsByTagName('script')[1].setAttribute("data-trendmdconfig","{'website_id':'79598', 'element':'#trendmd-suggestions'}") // 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'}") // document.getElementsByTagName('script')[1].setAttribute("data-trendmdconfig","{'website_id':'79597', 'element':'#trendmd-suggestions'}")
// } // }
// if(result.data.journalInfo.title=='Clinical Research Communications'){ // if(result.data.journalInfo.title=='Clinical Research Communications'){

View File

@@ -224,7 +224,7 @@ function bf_list() {
// Cancer Advances // Cancer Advances
// Nursing Communications // Nursing Communications
// TMR Integrative Medicine // Integrative Medicine Discovery
// 连续出刊 // 连续出刊

View File

@@ -154,14 +154,14 @@ input.disable {
font-size: 12px; font-size: 12px;
} }
.top .top_switch>div:nth-child(1) { .top .top_switch>div:nth-child(2) {
background-color: #568c7d; background-color: #568c7d;
color: #fff; color: #fff;
} }
.top .top_switch>div:nth-child(2) { .top .top_switch>div:nth-child(1) {
color: #568c7d; color: #568c7d;
} }
.top .top_switch>div:nth-child(2):hover { .top .top_switch>div:nth-child(1):hover {
cursor: pointer; cursor: pointer;
text-decoration: underline; text-decoration: underline;
} }