setMimeEncoding('text/html'); ?> Publications of Project <?php echo(htmlspecialchars($this -> project)); ?>

Publications of Project project)); ?>

result != NULL) { ?>

result)); ?> publications

result as $document) { $title = ''; $author = ''; $publisher = ''; $publicationDate = ''; $permanentId = ''; $accessMode = ''; $embargoEndDate = ''; foreach ($document as $field) { foreach ($field['values'] as $value) { if (($field['name'] == '${title}') && ($title == '') && ($permanentId == '')) { $title = htmlentities($value['displayValue']); $permanentId = htmlentities($value['href']); } else if (($field['name'] == 'Author(s)') && ($author == '')) $author = htmlentities($value['displayValue']); else if (($field['name'] == 'Publisher(s)') && ($publisher == '')) $publisher = htmlentities($value['displayValue']); else if (($field['name'] == 'Publication Date(s)') && ($publicationDate == '')) $publicationDate = htmlentities($value['displayValue']); else if (($field['name'] == 'Access Mode') && ($accessMode == '')) $accessMode = htmlentities($value['displayValue']); else if (($field['name'] == 'Embargo End Date') && ($embargoEndDate == '')) $embargoEndDate = htmlentities($value['displayValue']); } } ?>
Title Author Publisher Publication Date Permanent Identifier Access Mode Embargo End Date

No publications found