addScript(JRoute :: _(JURI :: base() . 'components/com_openaire/js/organization.js')); ?>
organizationId == NULL) || ($this -> organization == NULL) || (($this -> organization -> shortName == NULL) && ($this -> organization -> name == NULL))) { ?>
 

organization -> url == NULL) ? '' : ('')) . (($this -> organization -> shortName == NULL) ? $this -> organization -> name : $this -> organization -> shortName) . (($this -> organization -> url == NULL) ? '' : '')); ?>

organization -> name == NULL) ? '-' : $this -> organization -> name); ?>
organization -> country == NULL) ? '-' : $this -> organization -> country); ?>
itemId; ?>
organization -> projects == NULL) ? '-' : implode(', ', array_filter(array_map(function ($project) use ($itemId) {return (($project == NULL) || (($project -> acronym == NULL) && ($project -> title == NULL))) ? '' : ((($project -> id == NULL) ? '' : '') . (($project -> acronym == NULL) ? $project -> title : $project -> acronym) . (($project -> code == NULL) ? '' : (' (' . $project -> code . ')')) . (($project -> id == NULL) ? '' : ''));}, $this -> organization -> projects)))); ?>
result == NULL) { ?>
result -> datasources == NULL) { ?>

result -> datasources as $datasource) { echo(DatasourceHelper :: formatDatasource($datasource, $this -> itemId)); } if ($this -> result -> totalDatasources > OpenAireViewOrganization :: SIZE) { ?>