From 5575ff3f973ed2eec9157882fd9b77154366c370 Mon Sep 17 00:00:00 2001 From: avahoffman Date: Wed, 28 Aug 2024 12:19:16 -0400 Subject: [PATCH 1/2] Title and Repo --- _bookdown.yml | 4 ++-- index.Rmd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_bookdown.yml b/_bookdown.yml index ce27042..6e62ce3 100644 --- a/_bookdown.yml +++ b/_bookdown.yml @@ -1,6 +1,6 @@ -book_filename: "BioDIGS in the Classroom: Exploring Soil Data" +book_filename: "BioDIGS: Exploring Soil Data" chapter_name: "Chapter " -repo: https://github.com/jhudsl/AnVIL_BioDIGS_Book/ +repo: https://github.com/jhudsl/AnVIL_BioDIGS_Soil/ rmd_files: ["index.Rmd", "01-BioDIGS_project_overview.Rmd", "02-research_team.Rmd", diff --git a/index.Rmd b/index.Rmd index 5359b98..b8b850f 100644 --- a/index.Rmd +++ b/index.Rmd @@ -1,5 +1,5 @@ --- -title: "BioDIGS in the Classroom: Exploring Soil Data" +title: "BioDIGS: Exploring Soil Data" date: "`r format(Sys.time(), '%B %d, %Y')`" site: bookdown::bookdown_site documentclass: book From 7ff4c35e0857fd91b106de49b48e548fdf5ae4e9 Mon Sep 17 00:00:00 2001 From: avahoffman Date: Wed, 28 Aug 2024 12:20:37 -0400 Subject: [PATCH 2/2] Resolves #13 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0840db9..41622b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # BioDIGS in the Classroom: Exploring Soil Data + +[![Render Bookdown](https://github.com/fhdsl/GDSCN_BioDIGS_Soil//actions/workflows/render-all.yml/badge.svg)](https://github.com/fhdsl/GDSCN_BioDIGS_Soil//actions/workflows/render-all.yml) + This course was created from [the AnVIL Template](https://github.com/jhudsl/AnVIL_bookdown_style), which is based on [the OTTR Template](https://github.com/jhudsl/OTTR_Template) You can see the rendered course material [here](https://hutchdatascience.org/GDSCN_BioDIGS_Book/)