From 5667ff17b5cecf711cd2a75fb9f387784a79f9a3 Mon Sep 17 00:00:00 2001 From: Ziheng Sun Date: Mon, 5 Jun 2023 12:27:11 -0400 Subject: [PATCH] update book title --- README.md | 8 ++++---- book/_config.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0c49e68..685f948 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Geosmart Use Case Jupyter Book +# XAI for Wetland and Coastal Sedimentation Analysis Jupyter Book -[![Deploy](https://github.com/geo-smart/use_case_template/actions/workflows/deploy.yaml/badge.svg)](https://github.com/geo-smart/use_case_template/actions/workflows/deploy.yaml) -[![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](https://geo-smart.github.io/use_case_template) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/geo-smart/use_case_template/HEAD?urlpath=lab) +[![Deploy](https://github.com/geo-smart/xai_sedimentation_use_case_book/actions/workflows/deploy.yaml/badge.svg)](https://github.com/geo-smart/xai_sedimentation_use_case_book/actions/workflows/deploy.yaml) +[![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](https://geo-smart.github.io/xai_sedimentation_use_case_book) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/geo-smart/xai_sedimentation_use_case_book/HEAD?urlpath=lab) [![GeoSMART Use Case](./book/img/use_case_badge.svg)](https://geo-smart.github.io/usecases) This repository stores a skeleton of a GeoSMART use case book.
diff --git a/book/_config.yml b/book/_config.yml index 37d1256..5697d1a 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -1,8 +1,8 @@ # Book settings # Learn more at https://jupyterbook.org/customize/config.html -title: "Use Case Template" -author: eScience Institute, University of Washington +title: "Interpretable AI for wetland and coastal sedimentation analysis" +author: EChenevert logo: img/GeoSMART_logo.svg only_build_toc_files: true @@ -19,7 +19,7 @@ parse: # https://jupyterbook.org/content/content-blocks.html?highlight=myst%20substitution#define-substitutions-for-your-whole-book # https://jupyterbook.org/content/content-blocks.html#using-substitutions-in-links myst_substitutions: - website_url: "https://geo-smart.github.io/use_case_template" + website_url: "https://github.com/geo-smart/xai_sedimentation_use_case_book" myst_enable_extensions: # Defaults - dollarmath @@ -51,7 +51,7 @@ launch_buttons: # Information about where the book exists on the web repository: - url: https://github.com/geo-smart/use_case_template # Online location of your book + url: https://github.com/geo-smart/xai_sedimentation_use_case_book # Online location of your book path_to_book: book # Optional path to your book, relative to the repository root branch: main # Which branch of the repository should be used when creating links (optional)