修改doi中默认的publisher
This commit is contained in:
parent
bbbb0b0f6e
commit
fe8c284728
|
@ -3582,9 +3582,9 @@ class Admin_DataController extends Zend_Controller_Action
|
|||
'title'=>$metadata['title'],
|
||||
'doi'=>$metadata['doi'],
|
||||
'url'=>"http://" . $_SERVER['HTTP_HOST'].'/data/'.$uuid,
|
||||
'publisher'=>view::User('realname'),
|
||||
'publisher'=>'寒区旱区科学数据中心',
|
||||
'title_en'=>$metadata['title_en'],
|
||||
'publisher_en'=>view::User('realname'),
|
||||
'publisher_en'=>'Cold and Arid Regions Science Data Center',
|
||||
);
|
||||
}else{
|
||||
$this->view->data['info'] = $doi->data_process_out($this->view->data);
|
||||
|
|
Loading…
Reference in New Issue