20201112
This commit is contained in:
@@ -334,7 +334,6 @@ class Journal extends Controller {
|
||||
->order('j_article.sort desc')
|
||||
->limit($limit_start,$data['pageSize'])
|
||||
->select();
|
||||
|
||||
$count = $this->article_obj
|
||||
->join('j_journal_stage', 'j_article.journal_stage_id = j_journal_stage.journal_stage_id', 'LEFT')
|
||||
->where('j_article.journal_stage_id', 'in', $stages)
|
||||
@@ -671,6 +670,7 @@ class Journal extends Controller {
|
||||
->join('j_board_group','j_board.board_group_id = j_board_group.board_group_id','left')
|
||||
->where('j_board.journal_id',$data['journal_id'])
|
||||
->where('j_board.state',0)
|
||||
->order('j_board_group.board_group_id,j_board.name')
|
||||
->select();
|
||||
$frag = [];
|
||||
foreach ($list as $k => $v){
|
||||
@@ -734,9 +734,7 @@ class Journal extends Controller {
|
||||
$insert['email'] = $data['email'];
|
||||
$id = $this->subscribe_journal_obj->insertGetId($insert);
|
||||
//发送邮件感谢
|
||||
$tt = 'Dear Researcher,<br>';
|
||||
$tt .= 'Aims & Scope<br>Traditional Medicine Research (TMR) (ISSN 2413-3973 CODEN TMRRCP) is a peer-reviewed open access journal managed by TMR Publishing Group. TMR is dedicated to protecting and developing all types of traditional medicines, including traditional Chinese medicine, Persian medicine, Ayurveda, Siddha, minority medicine, etc., using the latest achievements in modern science. TMR emphasizes the historical origin and developmental pipeline of the research objective and encourages authors to analyze the theoretical significance underlying a study and the application of traditional medicine in clinical practice. In addition to editorial, review, article and letter, the following topics are welcome. News column follows important current medical, policy, and archaeological events in the field of traditional medicine, and the comment column discusses the progress of latest and salient research.<br>';
|
||||
$tt .= 'Abstracting and Indexing<br>Traditional Medicine Research has been included in Emerging Sources Citation Index (ESCI), Embase, DOAJ, ProQuest, J-Gate, EuroPub, WHO-COVID-19 Database, Google Scholar, EBSCO, ISC, ICI, MIAR, MIT Barton Catalog, OAJI, BASE, Cosmos, ESJI, Universiteitsbibliotheek Gent, ResearchBib, Argentina.gob.ar, GoOA Database, Research4Life (AGORA), National Science Library-Chinese Academy of Sciences, Ingenta Connect, CNKI Scholar, Baidu Scholar, CSTJ, VIP, Superstar Journals Database and Wanfang Data.<br>';
|
||||
$tt = 'Dear Researcher,<br><br>';
|
||||
$tt .= 'Welcome you to the email alert for the latest research and more. Thank you for your interest in our publications and topics.<br>';
|
||||
$tt .= '<a href="http://journalapi.tmrjournals.com/public/index.php/api/Journal/UnsubscribeJournal/snum/'.$id.'">Unsubscribe</a><br>';
|
||||
$tt .= 'This service is provided by TMR Publishing Group | New Zealand<br>';
|
||||
|
||||
Reference in New Issue
Block a user