addScript(JRoute :: _(JUri :: base() . 'components/com_openaire/js/person.js')); $document -> addStyleSheet(JRoute :: _(JUri :: base() . 'components/com_openaire/css/tabcontent.css')); $document -> addScript(JRoute :: _(JUri :: base() . 'components/com_openaire/js/tabcontent.js')); $document->setTitle("OpenAIRE - Person"); $parameters = JComponentHelper :: getParams('com_openaire'); ?>
personId == NULL) || ($this -> person == NULL) || (($this -> person -> fullName == NULL) && ($this -> person -> lastName == NULL) && ($this -> person -> firstName == NULL))) { ?>

person -> fullName == NULL) ? ($this -> person -> lastName . ((($this -> person -> lastName == NULL) || ($this -> person -> firstName == NULL)) ? '' : ', ') . $this -> person -> firstName) : $this -> person -> fullName); ?>

person -> lastName == NULL) ? '-' : $this -> person -> lastName); ?>
person -> firstName == NULL) ? '-' : $this -> person -> firstName)?>
person -> country == NULL) ? '-' : $this -> person -> country); ?>
    publications!= null){ $totalPublications = $this -> publications -> totalPublications; } if($this -> datasets!= null){ $totalDatasets = $this -> datasets -> totalDatasets; } ?>
  • publications == NULL) { ?>
    publications -> publications == NULL) { ?>
    publications -> publications as $publication) { echo(PublicationHelper :: formatPublication($publication, $this -> itemId)); } if ($this -> publications -> totalPublications > OpenAireViewPerson :: SIZE) { ?>
  • datasets == NULL) { ?>
    datasets -> datasets == NULL) { ?>
    datasets -> datasets as $dataset) { echo(DatasetHelper :: formatDataset($dataset, $this -> itemId)); } if ($this -> datasets -> totalDatasets > OpenAireViewPerson :: SIZE) { ?>