diff --git a/README.md b/README.md index 1037a99..e0dbd1c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ and produces gridded data on the major properties of the seabed. The scope is the global ocean and across all depth zones. The current page serves only the data for the Gulf of Mexico region. -The entire collection of data is available at +An overview of the entire collection of data is available at [this webpage](https://csdms.colorado.edu/wiki/Data:DBSEABED). Please note that the data will be updated from time to time, approximately annually. diff --git a/docs/source/index.md b/docs/source/index.md index 1a9b57c..f293463 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -14,7 +14,7 @@ and produces gridded data on the major properties of the seabed. The scope is the global ocean and across all depth zones. The current page serves only the data for the Gulf of Mexico region. -The entire collection of data is available at +An overview of the entire collection of data is available at [this webpage](https://csdms.colorado.edu/wiki/Data:DBSEABED). Please note that the data will be updated from time to time, approximately annually. diff --git a/notebooks/bmi_dbseabed.ipynb b/notebooks/bmi_dbseabed.ipynb index 4b3fa80..8df5f21 100755 --- a/notebooks/bmi_dbseabed.ipynb +++ b/notebooks/bmi_dbseabed.ipynb @@ -49,7 +49,7 @@ "source": [ "bmi_dbseabed package provides a set of functions that allows downloading of the datasets from [dbSEABED](https://instaar.colorado.edu/~jenkinsc/dbseabed/), a system for marine substrates datasets across the globe. This system uses very large amounts of diverse observational data and applies math methods to integrate/harmonize those and produces gridded data on the major properties of the seabed. The scope is the global ocean and across all depth zones.\n", "\n", - "The current page serves only the data for the Gulf of Mexico region. The entire collection of data is available at\n", + "The current page serves only the data for the Gulf of Mexico region. An overview of the entire collection of data is available at\n", "[this webpage](https://csdms.colorado.edu/wiki/Data:DBSEABED). Please note that the data will be updated from time to time, approximately annually.\n", "\n", "bmi_dbseabed package also includes a Basic Model Interface ([BMI](https://bmi.readthedocs.io/en/latest/)), which converts the dbSEABED dataset into a reusable, plug-and-play data component for [PyMT](https://pymt.readthedocs.io/en/latest/?badge=latest) modeling framework developed by Community Surface Dynamics Modeling System ([CSDMS](https://csdms.colorado.edu/wiki/Main_Page)). \n", @@ -324,7 +324,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.8" + "version": "3.11.7" } }, "nbformat": 4, diff --git a/pyproject.toml b/pyproject.toml index 52823b0..fb03d15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ keywords = [ ] authors = [ { name = "Tian Gan", email = "jamy127@foxmail.com" }, - { name = "Chris Jenkins", email = "jenkinsc0@gmail.com" }, + { name = "Chris Jenkins", email = "chris.jenkins@colorado.edu" }, ] maintainers = [ { name = "Tian Gan", email = "jamy127@foxmail.com" },