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')); ?>
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) { ?>
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) { ?>