getPublicationsWith("fisher Center"); function returnYearFromDate($date) { $array = explode("-", $date); $year = $array[0]; echo $year; } function displayPublication($publication) { ?>

getLink() != NULL) { ?> getAuthors() != NULL) { echo $publication->getAuthors(); echo "  "; } elseif($publication->getEditors() != NULL) { echo ""; echo $publication->getEditors(); echo "  "; } if ($publication->getYear() != NULL) { echo returnYearFromDate($publication->getYear()); echo ".  "; } if ($publication->getLink() != NULL) { ?> getTitle()?>   getTitle(); echo "  "; } if ($publication->getSource() != NULL) { echo $publication->getSource(); echo "  "; } echo ""; if ($publication->getNote() != NULL) { echo "
Please Note: "; echo $publication->getNote(); echo ""; } ?>

Lester E. Fisher Center for the Study and Conservation of Apes