Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor tweaks: Title and build badge #14

Merged
merged 2 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
4 changes: 2 additions & 2 deletions _bookdown.yml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading