From cce63c10fa0f2e216b4be3f72301d818cc959aaa Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:22:18 -0400 Subject: [PATCH] bookdown yml with some chapter files --- _bookdown.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/_bookdown.yml b/_bookdown.yml index b163ca5..afde456 100644 --- a/_bookdown.yml +++ b/_bookdown.yml @@ -1,9 +1,14 @@ -book_filename: "Course_Name" +book_filename: "Cancer Informatics Data Visualization in Practice" chapter_name: "Chapter " -repo: https://github.com/jhudsl/OTTR_Template/ +repo: https://github.com/fhdsl/DataViz_Practice/ rmd_files: ["index.Rmd", "01-intro.Rmd", - "02-chapter_of_course.Rmd", + "02_cancer_informatic_data_viz.Rmd", + "03_practice_overview.Rmd", + "03a_practice_general.Rmd", + "03b_practice_singlecell.Rmd", + "04_other_practice.Rmd", + "05_wrapping_up.Rmd", "About.Rmd", "References.Rmd"] new_session: yes