Professorship lists
The lists of professorships are generated on the basis of the cost centre and structure directory. Change requests
- Complete list of professorships
- Professorships cluster
- Professorships list with individual web URLs
- Research group output
Complete list of professorships
$this->getProfessorships();
Outputs a list of all professorships of a structural unit.
Query and output an automatically generated list of all professorships: Professorships list of the Faculty of Computer Science
Professorships cluster
$this->getProfessorships(string $heading, array $costcentres);
Query and output of an automatically generated list of selected professorships, sorted by professorship name
Parameters
$heading
- Output of a subheading, if not desired:
''
$costcentres
- Array of strings of cost centres, e. g.
array('261031', '261032', '261033');
Query and output the
Junior Professorships of the Faculty of Computer Science
Professorships list with individual web URLs
$this->getProfessorships(string $heading, array $cc_url);
- Query and output an automatically generated list of selected professorships
- If the URLs for multilingual pages differ from the standard scheme, the desired pages must be specified separately.
Parameters
$heading
- Output of a subheading, if not desired:
''
$cc_url
- Array of arrays with URLs per cost centre, e. g.
array('cc1' => array('de' => 'url', 'en' => 'url'), 'cc2' => array('de' => 'url', 'en' => 'url')));
Query and output the
Junior professorships of the Faculty of Computer Science with other URL
Research group output
$this->getResearchGroups(string $heading, array $cc_url);
- analogous to the list of professorships, this function outputs research groups