latex update
This commit is contained in:
@@ -85,6 +85,9 @@ function choiseJabbr($article_id, $jabbr)
|
||||
if ($article_id < 3200 && $jabbr == "Nat Ther Adv") {
|
||||
return "TMR Modern Herb Med";
|
||||
}
|
||||
if ($article_id< 3816 && $jabbr == "Infect Adv"){
|
||||
return "Infect Dis Res";
|
||||
}
|
||||
|
||||
return $jabbr;
|
||||
}
|
||||
@@ -455,6 +458,9 @@ function choiseti($v)
|
||||
if ($v["article_id"] < 3200 && $v['journal_title'] == "Natural Therapy Advances") {
|
||||
return "TMR Modern Herbal Medicine";
|
||||
}
|
||||
if ($v["article_id"] < 3816 && $v['journal_title'] == "Infection Advances") {
|
||||
return "Infectious Diseases Research";
|
||||
}
|
||||
return $v['journal_title'];
|
||||
}
|
||||
|
||||
@@ -499,6 +505,9 @@ function choiseti1($article_id, $journal_title)
|
||||
if ($article_id < 3200 && $journal_title == "Natural Therapy Advances") {
|
||||
return "TMR Modern Herbal Medicine";
|
||||
}
|
||||
if ($article_id < 3816 && $journal_title == "Infection Advances") {
|
||||
return "Infectious Diseases Research";
|
||||
}
|
||||
return $journal_title;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user