Skip to content

Commit

Permalink
fix redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Dec 13, 2024
1 parent 93192d9 commit fa10e29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"\n",
"The Global Ocean Observing System (GOOS) is a global network of ocean observing systems led by the Intergovernmental Oceanographic Commission of UNESCO. NOAA's U.S. Integrated Ocean Observing System (IOOS) is a part of this global network. GOOS has developed Essential Ocean Variables (EOVs) to help harmonize data that is collected across various ocean observing systems around the globe. The [GOOS Biology and Ecosystems Variables](https://goosocean.org/what-we-do/framework/essential-ocean-variables/) are focused on the abundance and distribution of specific groups of aquatic organisms that are important for ecosystems. \n",
"\n",
"Through the work of the [Biology - Integrating Core to Essential Variables (Bio-ICE) task team](https://doi.org/10.5281/zenodo.7335669), a [process](https://github.com/MathewBiddle/bio_ice/blob/main/create_map_from_OBIS_API.ipynb) was established to programmatically query the [Ocean Biodiversity Information System](https://www.obis.org/) API for shallow water hard corals (taxonomic order [Scleractinia](https://www.marinespecies.org/aphia.php?p=taxdetails&id=1363)) to generate a map of the density of occurrences.\n",
"Through the work of the [Biology - Integrating Core to Essential Variables (Bio-ICE) task team](https://zenodo.org/records/7335670), a [process](https://github.com/MathewBiddle/bio_ice/blob/main/create_map_from_OBIS_API.ipynb) was established to programmatically query the [Ocean Biodiversity Information System](https://www.obis.org/) API for shallow water hard corals (taxonomic order [Scleractinia](https://www.marinespecies.org/aphia.php?p=taxdetails&id=1363)) to generate a map of the density of occurrences.\n",
"\n",
"To build on that process, the [IOOS Marine Life Data Network](https://ioos.github.io/marine_life_data_network/) has developed an example [list of biological taxa](https://github.com/ioos/marine_life_data_network/tree/main/eov_taxonomy) that align with GOOS EOVs. The lists contain their identifiers (in this case, aphiaIDs) that can be used to query published biological occurrence data in the OBIS. The lists established for this notebook are not comprehensive and serve as an example for how one could organize AphiaIDs to programmatically query OBIS for appropriate data.\n",
"\n",
Expand Down Expand Up @@ -196,7 +196,7 @@
"\n",
"References:\n",
"\n",
"Erica K. Towle, Abigail Benson, Mathew Biddle, Sarah R. D. Bingo, Kaitlyn Brucker, Gabrielle Canonico, Maggie Chory, Kruti Desai, Masha Edmondson, Miguel Figuerola, Christina L. Horstmann, Susan Jackson, Jennifer Koss, Kathryn E. Lohr, J. Landrum, Laura Lorenzoni, Anderson B. Mayfield, Brian D. Melzian, Frank E. Muller-Karger, … Kimberly K. Yates. (2022). Biology: Integrating Core To Essential Variables (Bio-ICE) Task Team Report for Hard Corals. https://doi.org/10.5281/zenodo.7335670"
"Erica K. Towle, Abigail Benson, Mathew Biddle, Sarah R. D. Bingo, Kaitlyn Brucker, Gabrielle Canonico, Maggie Chory, Kruti Desai, Masha Edmondson, Miguel Figuerola, Christina L. Horstmann, Susan Jackson, Jennifer Koss, Kathryn E. Lohr, J. Landrum, Laura Lorenzoni, Anderson B. Mayfield, Brian D. Melzian, Frank E. Muller-Karger, … Kimberly K. Yates. (2022). Biology: Integrating Core To Essential Variables (Bio-ICE) Task Team Report for Hard Corals. https://zenodo.org/records/7335670"
]
}
],
Expand Down

0 comments on commit fa10e29

Please sign in to comment.