From 5153806229724474b31a70ea73ec52856c84f83b Mon Sep 17 00:00:00 2001 From: Ben Best Date: Tue, 5 Dec 2023 09:33:22 -0800 Subject: [PATCH] + America the Beautiful reference --- _quarto.yml | 2 +- index.qmd | 4 ++-- portal.qmd | 1 - references.bib | 15 +++++++++++++++ 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 650bfd3..4af0e6f 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -80,7 +80,7 @@ format: theme: light: flatly dark: darkly - css: glossary.css + css: glossary/glossary.css pdf: documentclass: scrreprt keep-tex: true diff --git a/index.qmd b/index.qmd index 2b6581a..aeac8b5 100644 --- a/index.qmd +++ b/index.qmd @@ -60,7 +60,7 @@ By definition `r glossary("MBON")` is a network, so this is inclusive of and mea - **Modeling** methods have dramatically improved over time and are ripe for fresh application. The R package `dismo` originally came came out with an [SDM vignette](https://cran.r-project.org/web/packages/dismo/vignettes/sdm.pdf) as a practical supplement to their excellent review of SDMs [@elith2009] and using the Maxent algorithm [@elith2011]. The raster package furthered that (raster[sdm](https://rspatial.org/raster/sdm/)) and now there's [`terra` sdm](https://rspatial.org/sdm/). Alongside these developments has been a boon of cloud-computing, particularly Google Earth Engine [@gorelick2017; @camposEcologicalNicheModels2023], allowing for dense global raster processing. -- The world is quickly moving towards a future trying to conserve 30% of the oceans by 2030, so called "[**30 by 30**](https://en.wikipedia.org/wiki/30_by_30)". In the U.S., this is [America the Beautiful](https://www.noaa.gov/america-the-beautiful) initiative. We need biodiversity indicators to track progress. This push for conservation is driven by increasing impacts of **climate change**, as evidenced by marine heatwaves and shifts in population distributions. +- The world is quickly moving towards a future trying to conserve 30% of the oceans by 2030, so called "[**30 by 30**](https://en.wikipedia.org/wiki/30_by_30)". In the U.S., this is [America the Beautiful](https://www.noaa.gov/america-the-beautiful) initiative [@carroll2022]. We need biodiversity indicators to track progress. This push for conservation is driven by increasing impacts of **climate change**, as evidenced by marine heatwaves and shifts in population distributions. ## Process @@ -72,7 +72,7 @@ By definition `r glossary("MBON")` is a network, so this is inclusive of and mea ## Contribute -We very much welcome your feedback, contributions and collaboration. Here are a few ways from least to most involved: +We very much welcome your feedback, contributions and collaboration. As soon as you contribute, we will add you to to the authors list. Here are a few ways to contribute from least to most involved: 1. Email Ben (ben\@ecoquants.com) with any suggestions, including suggested revisions of this online book. diff --git a/portal.qmd b/portal.qmd index 221bd20..4249dbe 100644 --- a/portal.qmd +++ b/portal.qmd @@ -32,4 +32,3 @@ What are publishing workflows for existing portals? *spatial authority* - **MarineSpecies.org**\ *taxonomic authority* - diff --git a/references.bib b/references.bib index 450fe49..4ca1308 100644 --- a/references.bib +++ b/references.bib @@ -350,3 +350,18 @@ @article{roberts2016 doi = {10.1038/srep22615}, url = {http://www.nature.com/articles/srep22615} } + +@article{carroll2022, + title = {US conservation atlas needs biodiversity data}, + author = {Carroll, C. and Noss, R. F. and Stein, Bruce A.}, + year = {2022}, + month = {04}, + date = {2022-04-08}, + journal = {Science}, + pages = {144--145}, + volume = {376}, + number = {6589}, + doi = {10.1126/science.abo0526}, + url = {http://dx.doi.org/10.1126/science.abo0526}, + langid = {en} +}