diff --git a/README.md b/README.md
index 1c9ccdf..4e2e14b 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
-# {Course Name}
+# Cancer Informatics Data Visualization in Practice
This course was created from [this GitHub template](https://github.com/jhudsl/OTTR_Template).
-You can see the rendered course material here: {Link to rendered bookdown and/or to the Leanpub.}
+You can see the rendered course material here: https://hutchdatascience.org/DataViz_Practice/
If you would like to contribute to this course material, take a look at the [OTTR documentation](https://www.ottrproject.org/).
## About this course
-This course introduces {info on what this course introduces}
+This ITN course focuses on practicing best practices in data visualization by discussing common graph types used within Cancer Informatics, building graphs (while employing best practices), showcasing ITCR tools that are helpful for data visualization of cancer research data, and providing additional resources for further visualization practice.
## Learning Objectives
diff --git a/_output.yml b/_output.yml
index 509a629..9c1d813 100644
--- a/_output.yml
+++ b/_output.yml
@@ -1,16 +1,18 @@
bookdown::gitbook:
- css: assets/style.css
+ css: assets/style_ITN.css
includes:
- before_body: assets/big-image.html
- after_body: [assets/footer.html, assets/open-new-tab.html]
- highlight: tango
+ before_body: assets/big-image-itcr.html
+ after_body: assets/footer.html
+ highlight: tango
config:
toc:
collapse: section
before: |
-
+
after: |
would */
+}
+
+.sourceCode pre {
+ margin: 0 !important; /* makes space above and below symmetrical*/
+}
+
+/* Footer */
+
+.footer {
+ font-family: "Lora", serif;
+ font-size: .85em;
+ color: #193a5c;
+}
\ No newline at end of file
diff --git a/index.Rmd b/index.Rmd
index 79614a5..33a998f 100644
--- a/index.Rmd
+++ b/index.Rmd
@@ -1,26 +1,23 @@
---
-title: "Course Name"
+title: "Informatics Technology for Cancer Research (ITCR): Course Name "
date: "`r format(Sys.time(), '%B, %Y')`"
site: bookdown::bookdown_site
documentclass: book
-bibliography: [book.bib]
+bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
description: "Description about Course/Book."
-favicon: assets/dasl_favicon.ico
-output:
- bookdown::word_document2:
- toc: true
+favicon: assets/ITN_favicon.ico
---
-# About this Course {-}
-
-## Available course formats
+```{r include=FALSE}
+# automatically create a bib database for R packages
+knitr::write_bib(c(
+ .packages(), "bookdown", "knitr", "rmarkdown"
+), "packages.bib")
+```
-This course is available in multiple formats which allows you to take it in the way that best suites your needs. You can take it for certificate which can be for free or fee.
+# About this Course {-}
-- The material for this course can be viewed without login requirement on this [Bookdown website](LINK HERE). This format might be most appropriate for you if you rely on screen-reader technology.
-- This course can be taken for [free certification through Leanpub](LINK HERE).
-- This course can be taken on [Coursera for certification here](LINK HERE) (but it is not available for free on Coursera).
-- Our courses are open source, you can find the [source material for this course on GitHub](LINK HERE).
+This course is part of a series of courses for the [Informatics Technology for Cancer Research (ITCR)](https://itcr.cancer.gov/) called the Informatics Technology for Cancer Research Education Resource. This material was created by the ITCR Training Network (ITN) which is a collaborative effort of researchers around the United States to support cancer informatics and data science training through resources, technology, and events. This initiative is funded by the following grant: [National Cancer Institute (NCI)](https://www.cancer.gov/) UE5 CA254170. Our courses feature tools developed by ITCR Investigators and make it easier for principal investigators, scientists, and analysts to integrate cancer informatics into their workflows. Please see our website at [www.itcrtraining.org](www.itcrtraining.org) for more information.