This commit is contained in:
wangjinlei
2023-12-04 16:04:52 +08:00
parent 4bdde29120
commit 8184a724a5
2 changed files with 10 additions and 1 deletions

View File

@@ -71,6 +71,9 @@ function choiseJabbr($article_id,$jabbr){
if($article_id<2520&&$jabbr=="Chin Quintessence Res"){
return "经典中医研究";
}
if($article_id<2980&&$jabbr=="Integr Med Discov"){
return "TMR Integr Med";
}
return $jabbr;
}
@@ -156,6 +159,9 @@ function choiseti($v){
return "经典中医研究";
// return "CCMR";
}
if($v['article_id']<2980&&$v['journal_title']=="Integrative Medicine Discovery"){
return "TMR Integrative Medicine";
}
return $v['journal_title'];
}
@@ -190,6 +196,9 @@ function choiseti1($article_id,$journal_title){
if($article_id<2520&&$journal_title=="Chinese Quintessence Research"){
return "Classical Chinese Medicine Research";
}
if($article_id<2980&&$journal_title=="Integrative Medicine Discovery"){
return "TMR Integrative Medicine";
}
return $journal_title;
}