public function __construct()
 {
     parent::__construct();
     $this->moduleModel = $this->labModel->getChildModel('staffs');
     $this->map = array_merge($this->map, array('name' => 'name', 'title' => 'title', 'position' => 'position', 'contact' => 'contact', 'mail' => 'mail', 'portrait' => 'portrait', 'cv' => 'cv', 'researchAreas' => 'researchArea', 'researchAchievements' => 'researchAchievements', 'organization' => 'organization', 'type' => 'type'));
 }
 public function __construct()
 {
     parent::__construct();
     $this->moduleModel = $this->labModel->getChildModel('trends');
     $this->map = array_merge($this->map, array('title' => 'title', 'date' => 'date', 'detail' => 'detail'));
 }
 public function __construct()
 {
     parent::__construct();
     $this->moduleModel = $this->labModel->getChildModel('awards');
     $this->map = array_merge($this->map, array('name' => 'name', 'winner' => 'winner', 'date' => 'date'));
 }
 public function __construct()
 {
     parent::__construct();
     $this->moduleModel = $this->labModel->getChildModel('lectures');
     $this->map = array_merge($this->map, array('title' => 'title', 'date' => 'date', 'speaker' => 'speaker', 'position' => 'position', 'detail' => 'detail'));
 }
 public function __construct()
 {
     parent::__construct();
     $this->moduleModel = $this->labModel->getChildModel('patents');
     $this->map = array_merge($this->map, array('name' => 'name', 'author' => 'author', 'applyDate' => 'applyDate', 'authorizationDate' => 'authorizationDate', 'country' => 'country', 'state' => 'state', 'category' => 'category', 'applicationNum' => 'applicationNum', 'authorizationNum' => 'authorizationNum', 'intro' => 'intro'));
 }
 public function __construct()
 {
     parent::__construct();
     $this->moduleModel = $this->labModel->getChildModel('papers');
     $this->map = array_merge($this->map, array('title' => 'title', 'publication' => 'publication', 'date' => 'date', 'category' => ' category', 'author' => 'author', 'abstract' => 'abstract'));
 }
 public function __construct()
 {
     parent::__construct();
     $this->moduleModel = $this->labModel->getChildModel('services');
     $this->map = array_merge($this->map, array('name' => 'name', 'principal' => 'principal', 'contact' => 'contact', 'scope' => 'scope', 'intro' => 'intro'));
 }
 public function __construct()
 {
     parent::__construct();
     $this->moduleModel = $this->labModel->getChildModel('students');
     $this->map = array_merge($this->map, array('name' => 'name', 'education' => 'education', 'direction' => 'direction', 'project' => 'project', 'contact' => 'contact'));
 }
 public function __construct()
 {
     parent::__construct();
     $this->map = array_merge($this->map, array('name' => 'name', 'url' => 'url', 'master' => 'master', 'summary' => 'summary', 'representativeResearch' => 'representativeResearch', 'teachingCourses' => 'teachingCourses', 'researchArea' => 'researchArea', 'milestone' => 'milestone'));
 }