Skip to content

Commit

Permalink
Merge pull request #511 from BioKIC/hotfix-20240717
Browse files Browse the repository at this point in the history
Adds links to the Google Scholar profile to homepage and dataset page
  • Loading branch information
kyule authored Jul 17, 2024
2 parents e609e44 + eb1138a commit 56a54c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions collections/datasets/publiclist.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
if ($IS_ADMIN) {
echo '<p><a href="index.php">Dataset Management</a></p>';
}

echo '<p>The datasets below link to samples and specimens associated with published research and special collections. Visit the <b><a href="https://scholar.google.com/citations?user=MGg_jIcAAAAJ&hl=en&oi=ao">NEON Biorepository Google Scholar Profile</a></b> for an up-to-date list of publications related to NEON samples and specimens.</p>';


if($dArr){
$catArr = array();
Expand Down
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
<h2 class="centered">Learn more</h2>
<p>This portal is offered through the <a href="https://symbiota.org/" target="_blank">Symbiota</a> software platform and is informationally synchronized with the <a href="https://neonscience.org/data/" target="_blank">main NEON Data Portal</a>, which serves the full spectrum of NEON data products.</p>
<p>To learn more about the features and capabilities available through Symbiota, visit the <a href="https://symbiota.org/docs/" target="_blank">Symbiota Docs site</a>.</p>
<p>Visit the <a href="https://scholar.google.com/citations?user=MGg_jIcAAAAJ&hl=en&oi=ao">NEON Biorepository Google Scholar Profile</a> for an up-to-date list of publications related to NEON samples and specimens.</p>
<p>Read more about NEON's history and experimental design on the <a href="https://www.neonscience.org/" target="_blank">NEON homepage</a>.</p>
<p>To explore sample collection and processing methods, visit the <a href="https://www.neonscience.org/data-collection/protocols-standardized-methods">NEON Protocols & Standardized Methods page</a>.</p>
</div>
Expand Down

0 comments on commit 56a54c7

Please sign in to comment.