itemId;
for ($i = 0; ($i < count($this -> keywords)) && ($i < count($this -> fields)) && ($i < count($this -> constraints)); $i++)
$baseUrl .= '&keyword%5B%5D=' . $this -> keywords[$i] . '&field%5B%5D=' . $this -> fields[$i] . '&constraint%5B%5D=' . $this -> constraints[$i];
foreach ($this -> types as $type)
$baseUrl .= '&type%5B%5D=' . urlencode($type);
foreach ($this -> languages as $language)
$baseUrl .= '&languageSearch%5B%5D=' . urlencode($language);
foreach ($this -> funders as $funder)
$baseUrl .= '&funder%5B%5D=' . urlencode($funder);
foreach ($this -> fundingStreams as $fundingStream)
$baseUrl .= '&fundingStream%5B%5D=' . urlencode($fundingStream);
foreach ($this -> scientificAreas as $scientificArea)
$baseUrl .= '&scientificArea%5B%5D=' . urlencode($scientificArea);
$baseUrl .= '&date=' . $this -> date . '&fromMonth=' . $this -> fromMonth . '&fromYear=' . $this -> fromYear . '&toMonth=' . $this -> toMonth . '&toYear=' . $this -> toYear;
foreach ($this -> accessModes as $accessMode)
$baseUrl .= '&accessMode%5B%5D=' . urlencode($accessMode);
foreach ($this -> datasources as $datasource)
$baseUrl .= '&datasource%5B%5D=' . urlencode($datasource);
$baseUrl .= '&page=1&size=' . $this -> size . '&noscroll=true';
echo(FilterHelper :: formatFilters($this -> filters, $this -> result -> statistics, $baseUrl, '#publtab'));
echo(StatisticHelper :: formatStatistics($this -> result -> statistics, $this -> filters, $baseUrl, '#publtab')); ?>
loadTemplate('form'));
if ((($this -> keywords != NULL) && ($this -> fields != NULL) && ($this -> constraints != NULL)) || ($this -> types != NULL) || ($this -> languages != NULL) || ($this -> funders != NULL) || ($this -> fundingStreams != NULL) || ($this -> scientificAreas != NULL) || ($this -> date != -1) || ($this -> accessModes != NULL) || ($this -> datasources != NULL)) {
echo($this -> loadTemplate('publications'));
} ?>