diff --git a/.github/ISSUE_TEMPLATE/course-content-add.md b/.github/ISSUE_TEMPLATE/course-content-add.md
new file mode 100644
index 0000000..1a5f795
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/course-content-add.md
@@ -0,0 +1,17 @@
+---
+name: New content idea
+about: Suggest an idea for the course
+title: ''
+labels: ''
+assignees:
+
+---
+
+## Describe the your scope of your content idea
+
+
+## Describe the learning objectives for your content idea
+
+
+## Additional context or resources
+
diff --git a/.github/ISSUE_TEMPLATE/course-problem-report.md b/.github/ISSUE_TEMPLATE/course-problem-report.md
new file mode 100644
index 0000000..26f6f36
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/course-problem-report.md
@@ -0,0 +1,28 @@
+---
+name: Course Problem Report
+about: Create a report to help improve the course
+title: [Problem]
+labels: bug
+assignees:
+
+---
+
+## Describe what is not working with the course
+
+
+## Steps to Reproduce
+
+
+## Expected behavior
+
+
+## Screenshots
+
+
+## Additional context
+
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..35d4d79
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,40 @@
+
+
+### Purpose/implementation Section
+
+#### What changes are being implemented in this Pull Request?
+
+
+
+#### What was your approach?
+
+
+
+#### What GitHub issue does your pull request address?
+
+
+
+### Tell potential reviewers what kind of feedback you are soliciting.
+
+
+
+### New Content Checklist
+
+- [ ] New content/chapter is in an Rmd file with [this kind of format and headers](https://github.com/jhudsl/OTTR_Template/blob/main/02-chapter_of_course.Rmd).
+
+- [ ] New content/chapter contains [Learning Objectives and are in the correct format](https://github.com/jhudsl/OTTR_Template/wiki/Setting-up-images-and-graphics#learning-objectives-formatting).
+
+- [ ] [Bookdown successfully re-renders and any new content files have been added to the _bookdown.yml](https://github.com/jhudsl/OTTR_Template/wiki/Publishing-with-Bookdown).
+
+- [ ] Spell check runs successfully in [Github actions style-n-check](https://github.com/jhudsl/OTTR_Template/wiki/How-to-set-up-and-customize-GitHub-actions-robots#spell-check)).
+
+- [ ] Any newly necessary packages that are needed have been added to the [Dockerfile and image](https://github.com/jhudsl/OTTR_Template/wiki/Using-Docker#adding-packages-to-the-dockerfile).
+
+- [ ] Images are in the [correct format for rendering](https://github.com/jhudsl/OTTR_Template/wiki/Setting-up-images-and-graphics#adding-images-and-graphics-in-text).
+
+- [ ] Every new image has [alt text and is in a Google Slide](https://github.com/jhudsl/OTTR_Template/wiki/Setting-up-images-and-graphics#accessibility).
+
+- [ ] Each slide is described in the notes of the slide so learners relying on a screen reader can access the content. See https://lastcallmedia.com/blog/accessible-comics for more guidance on this.
+
+- [ ] The color palette choices of the slide are contrasted in a way that is friendly to those with color vision deficiencies.
+You can check this using [Color Oracle](https://colororacle.org/).
diff --git a/.github/automatic-issues/add-feedback-method.md b/.github/automatic-issues/add-feedback-method.md
new file mode 100644
index 0000000..035a15a
--- /dev/null
+++ b/.github/automatic-issues/add-feedback-method.md
@@ -0,0 +1,10 @@
+
+To help users report issues or areas of improvement for your course, you should provide a clear method of feedback for your users to route their concerns through.
+
+A feedback method (Google Form) has already been provided for AnVIL and GDSCN courses. Github actions automatically populates the Google Form with the `title` field from [`index.Rmd`](https://github.com/jhudsl/AnVIL_Template/blob/main/index.Rmd) using the [AnVIL Feedback Script](https://github.com/jhudsl/AnVIL_Template/blob/main/scripts/AnVIL_Feedback_Script.sh).
+
+- [ ] The `title` field has been filled out in the header yaml of `index.Rmd`.
+
+*No further action is needed on your part*. However, if you would like to change the feedback method, you can do so by editing [this line of code](https://github.com/jhudsl/AnVIL_Template/blob/7c501e9804cf88a151832bb0a9bbc1eae9d23fdf/_output.yml#L19) in `_output.yml`.
+
+[See these instructions](https://docs.google.com/document/d/1uhGafEkbtJL3ar3TVHqRFypwTbXjudHa7h2mXu53CkA/edit?usp=sharing) for how to manually create a feedback link for AnVIL / GDSCN content or events.
\ No newline at end of file
diff --git a/.github/automatic-issues/add-repo-to-anvil-collection.md b/.github/automatic-issues/add-repo-to-anvil-collection.md
new file mode 100644
index 0000000..46ba13c
--- /dev/null
+++ b/.github/automatic-issues/add-repo-to-anvil-collection.md
@@ -0,0 +1,14 @@
+
+If you want this repository to be added to the AnVIL Collection, make sure you do the following:
+
+- Click the gear icon on the top right of the "Code" page next to "About"
+- [ ] Create a repository description
+- [ ] Add the homepage where your course will be rendered
+- [ ] Add a description of your course/content
+- [ ] Add the topic tag `anvil` or `gdscn`. You should also supply any other relevant tags.
+
+Following these steps will also automatically add this repository to the [AnVIL Collection](https://hutchdatascience.org/AnVIL_Collection/) if this repository is owned by one of the DaSL organizations.
+
+For more information on these settings see instructions in the [wiki pages](https://github.com/jhudsl/AnVIL_Template/wiki/The-AnVIL-Collection#adding-your-course-to-the-anvil-collection).
+
+For more information about adding repositories to the DaSL Collection, see the [AnVIL Collection README](https://github.com/fhdsl/AnVIL_Collection#readme).
diff --git a/.github/automatic-issues/git-secrets.md b/.github/automatic-issues/git-secrets.md
new file mode 100644
index 0000000..98414d2
--- /dev/null
+++ b/.github/automatic-issues/git-secrets.md
@@ -0,0 +1,14 @@
+
+**Note these steps are only pertinent if you are setting up this course outside of the jhudsl organization**
+
+For more information on these settings see instructions in the [getting started GitHub wiki pages](https://github.com/jhudsl/OTTR_Template/wiki/Setting-up-GitHub-secrets).
+
+It's important that these are set up and named exactly what they are below in order for Github actions to work correctly.
+
+To set up these repository secrets, on your repository's main Github page, go to `Settings` and scroll down to see `Secrets` on the left side menu bar.
+
+- [ ] Set `GH_PAT`
+`Name`: `GH_PAT`
+`value`: A personal access token [following these instructions](https://github.com/jhudsl/OTTR_Template/wiki/Start-a-new-course#6-set-up-your-github-personal-access-token).
+Underneath `Select scopes`, check both `repo` and `workflow`.
+Then copy the PAT and save as the value.
diff --git a/.github/automatic-issues/images-checklist.md b/.github/automatic-issues/images-checklist.md
new file mode 100644
index 0000000..f5b0fd1
--- /dev/null
+++ b/.github/automatic-issues/images-checklist.md
@@ -0,0 +1,25 @@
+
+Use this checklist to make sure your slides and images are set up correctly!
+
+See [Setting Up Images and Graphics](https://github.com/jhudsl/OTTR_Template/wiki/Setting-up-images-and-graphics) for more info!
+
+- [ ] Create your [course's main Google Slides](https://github.com/jhudsl/OTTR_Template/wiki/Setting-up-images-and-graphics)
+
+- [ ] The slides use the [appropriate template](https://github.com/jhudsl/OTTR_Template/wiki/Setting-up-images-and-graphics).
+
+- [ ] Each slide is described in the notes of the slide so learners relying on a screen reader can access the content. See https://lastcallmedia.com/blog/accessible-comics for more guidance on this.
+
+- [ ] The color palette choices of the slide are contrasted in a way that is friendly to those with color vision deficiencies.
+You can check this using [Color Oracle](https://colororacle.org/).
+
+- [ ] Every image is [inserted into the text](https://github.com/jhudsl/OTTR_Template/wiki/Setting-up-images-and-graphics#adding-images-and-graphics-in-text) using one of these options: `ottrpal::include_slide()`, `knitr::include_image()`, or this format: ``.
+
+- [ ] Every image has [alternative text added to it](https://github.com/jhudsl/OTTR_Template/wiki/Setting-up-images-and-graphics#adding-images-and-graphics-in-text).
+
+- [ ] The beginning of each Rmd contains this chunk so the images are saved in the correct spot:
+
+`````
+```{r, include = FALSE}
+ottrpal::set_knitr_image_path()
+```
+`````
diff --git a/.github/automatic-issues/set-repo-settings.md b/.github/automatic-issues/set-repo-settings.md
new file mode 100644
index 0000000..9f5050f
--- /dev/null
+++ b/.github/automatic-issues/set-repo-settings.md
@@ -0,0 +1,25 @@
+
+For more information on these settings see instructions in the [getting started GitHub wiki pages](https://github.com/jhudsl/OTTR_Template/wiki/Start-a-new-course).
+
+- [ ] This course repository is set to `public`.
+- [ ] [Add the `jhudsl-robot` as a collaborator to your repository.](https://github.com/jhudsl/OTTR_Template/wiki/Setting-up-your-repository-settings#add-jhudsl-robot-as-a-collaborator).
+- [ ] [GH_PAT has been set up as a GitHub secret](https://github.com/jhudsl/OTTR_Template/wiki/Start-a-new-course#6-set-up-your-github-personal-access-token)
+
+- [ ] GitHub pages is turned on
+ - [ ] Go to `Settings` > `Pages`. Underneath `Source`, choose `main` for the branch and select the `docs` folder. Then click `Save`.
+ - [ ] Check `Enforce HTTPS`.
+
+- [ ] [Github secret `GH_PAT` has been set](https://github.com/jhudsl/OTTR_Template/wiki/Start-a-new-course#6-set-up-your-github-personal-access-token)
+ `Name`: `GH_PAT`
+ `value`: A personal access token [following these instructions](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#creating-a-token).
+ Underneath `Select scopes`, check both `repo` and `workflow`.
+ Then copy the PAT and save as the value.
+
+- [ ] [Set branch protections settings](https://github.com/jhudsl/OTTR_Template/wiki/Start-a-new-course#9-set-up-branch-rules)
+ - [ ] `main` branch has been set up:
+ - [ ] `Require pull request reviews before merging` box is checked.
+ - [ ] `Require status checks to pass before merging` box is checked.
+ - [ ] Underneath that `Require branches to be up to date before merging` box is checked.
+ - [ ] Click `Save` at the bottom of the page!
+
+- [ ] [Customize GitHub actions](https://github.com/jhudsl/OTTR_Template/wiki/How-to-set-up-and-customize-GitHub-actions-robots) for what you will need in this course.
diff --git a/.github/automatic-issues/templates-to-edit.md b/.github/automatic-issues/templates-to-edit.md
new file mode 100644
index 0000000..c40824d
--- /dev/null
+++ b/.github/automatic-issues/templates-to-edit.md
@@ -0,0 +1,34 @@
+
+[Follow the Wiki instructions here](https://github.com/jhudsl/OTTR_Template/wiki/Start-editing-your-course) for details on how to complete the items in this issue.
+
+The following files need to be edited to get this new course started!
+
+### Files that need edited upon creating a new course.
+
+- [ ] `README.md` - Fill in all the `{ }`.
+- [ ] `index.Rmd` - `title:` should be updated.
+- [ ] `01-intro.Rmd` - replace the information there with information pertinent to this new course.
+- [ ] `02-chapter_of_course.Rmd` - This Rmd has examples of how to set things up, if you don't need it as a reference, it can be deleted.
+
+### Files that need to be edited upon adding each new chapter (including upon creating a new course):
+
+- [ ] `_bookdown.yml` - The list of Rmd files that need to be rendered needs to be updated. See [instructions](https://github.com/jhudsl/OTTR_Template/wiki/Publishing-with-Bookdown).
+- [ ] `book.bib` - any citations need to be added. See [instructions](https://github.com/jhudsl/OTTR_Template/wiki/Citations).
+
+### Picking a style
+
+See more [about customizing style on this page in the guide](https://github.com/jhudsl/OTTR_Template/wiki/Change-Title-&-Customize-style).
+By default this course template will use the jhudsl data science lab style. However, you can customize and switch this to another style set.
+
+#### Using a style set
+
+[Read more about the style sets here](https://github.com/jhudsl/OTTR_Template/wiki/Change-Title-&-Customize-style#using-a-style-set).
+
+- [ ] On a new branch, copy the `style-sets/ You can hide additional information in a dropdown menu
+Here's more words that are hidden.
+
+
+## Clone a Workspace
+
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_workspace_clone.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+
+## Create a Workspace
+
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_workspace_create.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+
+## Open a Workspace
+
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_workspace_open.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+
+## Share a Workspace
+
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_workspace_share.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+
diff --git a/05-billing_modules.Rmd b/05-billing_modules.Rmd
new file mode 100644
index 0000000..8c8844c
--- /dev/null
+++ b/05-billing_modules.Rmd
@@ -0,0 +1,109 @@
+```{r echo = FALSE}
+knitr::opts_chunk$set(out.width = "100%")
+```
+
+# Billing
+
+Modules about billing and Billing Projects on Google Cloud Platform and Terra.
+
+
+
+## Create Google Billing Account
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_google_billing_create_account.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Add Terra to Google Billing Account
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_google_billing_add_terra.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Add Members to Google Billing Account
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_google_billing_add_member.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Set Alerts for Google Billing
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_google_billing_set_alerts.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## View Spend for Google Billing
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_google_billing_view_spend.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Create Terra Billing Project
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_terra_billing_project_create.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Add Member to Terra Billing Project
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_terra_billing_project_add_member.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Disable Terra Billing Project
+
+By default this module includes a warning to make sure people understand they will lose access to their Workspace buckets. You can remove the warning from this module by setting `AnVIL_module_settings$warning` to `FALSE` before running `cow::borrow_chapter`:
+
+```
+AnVIL_module_settings <- list(
+ warning = FALSE
+)
+cow::borrow_chapter(
+ doc_path = "child/_child_terra_billing_project_disable.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_terra_billing_project_disable.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
diff --git a/06-onboarding_modules.Rmd b/06-onboarding_modules.Rmd
new file mode 100644
index 0000000..7b6e32a
--- /dev/null
+++ b/06-onboarding_modules.Rmd
@@ -0,0 +1,15 @@
+# Onboarding
+
+Joining a team on AnVIL.
+
+
+
+## Create Google Account
+
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_google_create_account.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+
diff --git a/07-using_platforms_modules.Rmd b/07-using_platforms_modules.Rmd
new file mode 100644
index 0000000..c1cab54
--- /dev/null
+++ b/07-using_platforms_modules.Rmd
@@ -0,0 +1,124 @@
+```{r echo = FALSE}
+knitr::opts_chunk$set(out.width = "100%")
+```
+
+# Using programming platforms on AnVIL
+
+Modules about opening, touring, and closing AnVIL platforms
+
+
+
+## Video overview on using Jupyter Notebooks
+
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_jupyter_video.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+
+## Launching Jupyter
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_jupyter_launch.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Video overview on using Galaxy
+
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_galaxy_video.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+
+## Starting Galaxy
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_galaxy_start.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Navigating Galaxy
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_galaxy_navigate.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Deleting Galaxy
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_galaxy_delete.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Video overview on using RStudio
+
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_rstudio_video.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+
+## Launching RStudio
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_rstudio_launch.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Touring RStudio
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_rstudio_tour.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Pausing RStudio
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_rstudio_pause.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Deleting RStudio
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_rstudio_delete.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
diff --git a/08-student_modules.Rmd b/08-student_modules.Rmd
new file mode 100644
index 0000000..efb5178
--- /dev/null
+++ b/08-student_modules.Rmd
@@ -0,0 +1,141 @@
+```{r echo = FALSE}
+knitr::opts_chunk$set(out.width = "100%")
+```
+
+# Student instructions
+
+Modules aimed at students in a course or workshop.
+
+
+
+## Student Account Setup
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_student_create_account.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Student instructions for cloning a Workspace
+
+These instructions can be customized to a specific workspace by setting certain variables before running `cow::borrow_chapter()`. If these variables have not been set, reasonable defaults are provided (e.g. "ask your instructor").
+
+### With no variables set:
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_student_workspace_clone.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+### With variables set:
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+# Specify variables
+AnVIL_module_settings <- list(
+ workspace_name = "Example_Workspace",
+ workspace_link = "http://example.com/",
+ billing_project = "Example Billing Project"
+)
+
+cow::borrow_chapter(
+ doc_path = "child/_child_student_workspace_clone.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Student instructions for launching Jupyter
+
+The module below is specially customized for students, allowing you to give more specific instructions on the settings for their Jupyter environment. There are several other general purpose modules that may also be useful for students (e.g. Pausing Jupyter, Deleting Jupyter) that can be found in other chapters of this book.
+
+The following instructions can be customized by setting certain variables before running `cow::borrow_chapter()`. Developers should create these variables as a list `AnVIL_module_settings`. The following variables can be provided:
+
+- `audience` = Defaults to `general`, telling them to use the default Jupyter settings. If `audience` is set to `student`, it gives more specific instructions.
+- `docker_image` = Optional, it will tell them how to set the image.
+- `startup_script` = Optional, it will tell them how to set the script.
+
+### Using default Jupyter environment:
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+# Specify variables
+AnVIL_module_settings <- list(
+ audience = "student"
+)
+
+cow::borrow_chapter(
+ doc_path = "child/_child_jupyter_launch.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+### Using custom Jupyter environment:
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+# Specify variables
+AnVIL_module_settings <- list(
+ audience = "student",
+ docker_image = "example docker",
+ startup_script = "example startup script"
+)
+
+cow::borrow_chapter(
+ doc_path = "child/_child_jupyter_launch.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Student instructions for launching RStudio
+
+The module below is specially customized for students, allowing you to give more specific instructions on the settings for their RStudio environment. There are several other general purpose modules that may also be useful for students (e.g. Pausing RStudio, Deleting RStudio) that can be found in other chapters of this book.
+
+The following instructions can be customized by setting certain variables before running `cow::borrow_chapter()`. Developers should create these variables as a list `AnVIL_module_settings`. The following variables can be provided:
+
+- `audience` = Defaults to `general`, telling them to use the default RStudio settings. If `audience` is set to `student`, it gives more specific instructions.
+- `docker_image` = Optional, it will tell them to open the customization dialogue and direct them on how to set the image.
+- `startup_script` = Optional, it will tell them to open the customization dialogue and direct them on how to set the script.
+
+### Using default RStudio environment:
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+# Specify variables
+AnVIL_module_settings <- list(
+ audience = "student"
+)
+
+cow::borrow_chapter(
+ doc_path = "child/_child_rstudio_launch.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+### Using custom RStudio environment:
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+# Specify variables
+AnVIL_module_settings <- list(
+ audience = "student",
+ docker_image = "example docker",
+ startup_script = "example startup script"
+)
+
+cow::borrow_chapter(
+ doc_path = "child/_child_rstudio_launch.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
diff --git a/09-student_guide.Rmd b/09-student_guide.Rmd
new file mode 100644
index 0000000..d6fff4a
--- /dev/null
+++ b/09-student_guide.Rmd
@@ -0,0 +1,10 @@
+
+# Student Guide
+
+## Activity One
+
+You might want to create a student guide that contains a different subset of Rmd files from your book, or renders to a different output format (e.g. word document). You can specify the output and Rmd files that will be used for the student guide using the `_output.yml` and `_bookdown.yml` files in the student-guide directory.
+
+## Activity Two
+
+Steps of the guide could go here.
\ No newline at end of file
diff --git a/10-user_management_modules.Rmd b/10-user_management_modules.Rmd
new file mode 100644
index 0000000..e618f21
--- /dev/null
+++ b/10-user_management_modules.Rmd
@@ -0,0 +1,38 @@
+# User Management
+
+Modules about Groups and user management
+
+
+
+## Create Terra Group
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_terra_group_create.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Add Member to Terra Group
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_terra_group_add_member.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Find Group Email
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_terra_group_find_email.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
diff --git a/11-why-anvil.Rmd b/11-why-anvil.Rmd
new file mode 100644
index 0000000..c8d7e59
--- /dev/null
+++ b/11-why-anvil.Rmd
@@ -0,0 +1,16 @@
+# Why AnVIL
+
+Modules describing why AnVIL is useful for different personas.
+
+
+
+## Why AnVIL for Instructors?
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_why_AnVIL_instructor.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
diff --git a/12-instructor_modules.Rmd b/12-instructor_modules.Rmd
new file mode 100644
index 0000000..c2bbc00
--- /dev/null
+++ b/12-instructor_modules.Rmd
@@ -0,0 +1,49 @@
+# Instructor modules
+
+Modules aimed at instructors.
+
+
+
+## Why AnVIL for Instructors?
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_why_AnVIL_instructor.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Checklist Link
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_instructor_checklist_link.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Checklist Timeline (premade content)
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_instructor_timeline_premade.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
+
+## Recommendation to use STRIDES
+
+:::: {.borrowed_chunk}
+```{r, echo = FALSE, results='asis'}
+cow::borrow_chapter(
+ doc_path = "child/_child_instructor_STRIDES.Rmd",
+ repo_name = "jhudsl/AnVIL_Template"
+)
+```
+::::
diff --git a/About.Rmd b/About.Rmd
new file mode 100644
index 0000000..d79967a
--- /dev/null
+++ b/About.Rmd
@@ -0,0 +1,70 @@
+
+# About the Authors {-}
+
+These credits are based on our [course contributors table guidelines](https://github.com/jhudsl/OTTR_Template/wiki/How-to-give-credits).
+
+
+
+
+
+
+|Credits|Names|
+|-------|-----|
+|**Pedagogy**||
+|Lead Content Instructor(s)|[FirstName LastName]|
+|Lecturer(s) (include chapter name/link in parentheses if only for specific chapters) - make new line if more than one chapter involved| Delivered the course in some way - video or audio|
+|Content Author(s) (include chapter name/link in parentheses if only for specific chapters) - make new line if more than one chapter involved | If any other authors besides lead instructor|
+|Content Contributor(s) (include section name/link in parentheses) - make new line if more than one section involved| Wrote less than a chapter
AnVIL instructions: [Katherine Cox], [Ava Hoffman], [Elizabeth Humphries]|
+|Content Editor(s)/Reviewer(s) | Checked your content|
+|Content Director(s) | Helped guide the content direction|
+|Content Consultants (include chapter name/link in parentheses or word "General") - make new line if more than one chapter involved | Gave high level advice on content
AnVIL instructions: [Allie Cliffe]|
+|Acknowledgments| Gave small assistance to content but not to the level of consulting |
+|**Production**||
+|Content Publisher(s)| Helped with publishing platform|
+|Content Publishing Reviewer(s)| Reviewed overall content and aesthetics on publishing platform|
+|**Technical**||
+|Course Publishing Engineer(s)| Helped with the code for the technical aspects related to the specific course generation|
+|Template Publishing Engineers|[Candace Savonen], [Carrie Wright]|
+|Publishing Maintenance Engineer|[Candace Savonen]|
+|Technical Publishing Stylists|[Carrie Wright], [Candace Savonen]|
+|Package Developers ([ottrpal])|[John Muschelli], [Candace Savonen], [Carrie Wright]|
+|**Art and Design**||
+|Illustrator(s)| Created graphics for the course|
+|Figure Artist(s)| Created figures/plots for course|
+|Videographer(s)| Filmed videos|
+|Videography Editor(s)| Edited film|
+|Audiographer(s)| Recorded audio|
+|Audiography Editor(s)| Edited audio recordings|
+|**Funding**||
+|Funder(s)| Institution/individual who funded course including grant number|
+|Funding Staff| Staff members who help with funding|
+
+
+
+```{r, echo = FALSE}
+devtools::session_info()
+```
+
+
+
+[FirstName LastName]: link to personal website
+[Allie Cliffe]: https://alliecliffe.com/
+[Katherine Cox]: https://katherinecox.github.io/
+[Ava Hoffman]: https://www.avahoffman.com/
+[Elizabeth Humphries]: https://www.linkedin.com/in/elizabeth-humphries-61202a103/
+[John Muschelli]: https://johnmuschelli.com/
+[Candace Savonen]: https://www.cansavvy.com/
+[Carrie Wright]: https://carriewright11.github.io/
+
+
+
+[ottrpal]: https://github.com/jhudsl/ottrpal
+
+
diff --git a/Course_Name.rds b/Course_Name.rds
new file mode 100644
index 0000000..89313df
Binary files /dev/null and b/Course_Name.rds differ
diff --git a/DESCRIPTION b/DESCRIPTION
new file mode 100644
index 0000000..eecfdd4
--- /dev/null
+++ b/DESCRIPTION
@@ -0,0 +1,20 @@
+Package: AnVIL_Template
+Title: Workspace title on the Dashboard
+Version: 0.99.0
+Authors@R:
+ person(given = "Firstname",
+ family = "Lastname",
+ role = c("cre","aut"),
+ email = "firstnamelastname@gmail.com")
+Description:
+ This is a brief description of the project. The GitHub repository can be
+ found here: [repo-name](https://github.com/jhudsl/AnVIL_Template)
+License: CC BY 4.0
+Encoding: UTF-8
+LazyData: true
+Roxygen: list(markdown = TRUE)
+RoxygenNote: 7.0.0
+Suggests:
+ knitr,
+ rmarkdown
+VignetteBuilder: knitr
\ No newline at end of file
diff --git a/GA_Script.html b/GA_Script.html
new file mode 100644
index 0000000..96568c1
--- /dev/null
+++ b/GA_Script.html
@@ -0,0 +1,10 @@
+
+
+
+
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..da6ab6c
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,396 @@
+Attribution 4.0 International
+
+=======================================================================
+
+Creative Commons Corporation ("Creative Commons") is not a law firm and
+does not provide legal services or legal advice. Distribution of
+Creative Commons public licenses does not create a lawyer-client or
+other relationship. Creative Commons makes its licenses and related
+information available on an "as-is" basis. Creative Commons gives no
+warranties regarding its licenses, any material licensed under their
+terms and conditions, or any related information. Creative Commons
+disclaims all liability for damages resulting from their use to the
+fullest extent possible.
+
+Using Creative Commons Public Licenses
+
+Creative Commons public licenses provide a standard set of terms and
+conditions that creators and other rights holders may use to share
+original works of authorship and other material subject to copyright
+and certain other rights specified in the public license below. The
+following considerations are for informational purposes only, are not
+exhaustive, and do not form part of our licenses.
+
+ Considerations for licensors: Our public licenses are
+ intended for use by those authorized to give the public
+ permission to use material in ways otherwise restricted by
+ copyright and certain other rights. Our licenses are
+ irrevocable. Licensors should read and understand the terms
+ and conditions of the license they choose before applying it.
+ Licensors should also secure all rights necessary before
+ applying our licenses so that the public can reuse the
+ material as expected. Licensors should clearly mark any
+ material not subject to the license. This includes other CC-
+ licensed material, or material used under an exception or
+ limitation to copyright. More considerations for licensors:
+ wiki.creativecommons.org/Considerations_for_licensors
+
+ Considerations for the public: By using one of our public
+ licenses, a licensor grants the public permission to use the
+ licensed material under specified terms and conditions. If
+ the licensor's permission is not necessary for any reason--for
+ example, because of any applicable exception or limitation to
+ copyright--then that use is not regulated by the license. Our
+ licenses grant only permissions under copyright and certain
+ other rights that a licensor has authority to grant. Use of
+ the licensed material may still be restricted for other
+ reasons, including because others have copyright or other
+ rights in the material. A licensor may make special requests,
+ such as asking that all changes be marked or described.
+ Although not required by our licenses, you are encouraged to
+ respect those requests where reasonable. More considerations
+ for the public:
+ wiki.creativecommons.org/Considerations_for_licensees
+
+=======================================================================
+
+Creative Commons Attribution 4.0 International Public License
+
+By exercising the Licensed Rights (defined below), You accept and agree
+to be bound by the terms and conditions of this Creative Commons
+Attribution 4.0 International Public License ("Public License"). To the
+extent this Public License may be interpreted as a contract, You are
+granted the Licensed Rights in consideration of Your acceptance of
+these terms and conditions, and the Licensor grants You such rights in
+consideration of benefits the Licensor receives from making the
+Licensed Material available under these terms and conditions.
+
+
+Section 1 -- Definitions.
+
+ a. Adapted Material means material subject to Copyright and Similar
+ Rights that is derived from or based upon the Licensed Material
+ and in which the Licensed Material is translated, altered,
+ arranged, transformed, or otherwise modified in a manner requiring
+ permission under the Copyright and Similar Rights held by the
+ Licensor. For purposes of this Public License, where the Licensed
+ Material is a musical work, performance, or sound recording,
+ Adapted Material is always produced where the Licensed Material is
+ synched in timed relation with a moving image.
+
+ b. Adapter's License means the license You apply to Your Copyright
+ and Similar Rights in Your contributions to Adapted Material in
+ accordance with the terms and conditions of this Public License.
+
+ c. Copyright and Similar Rights means copyright and/or similar rights
+ closely related to copyright including, without limitation,
+ performance, broadcast, sound recording, and Sui Generis Database
+ Rights, without regard to how the rights are labeled or
+ categorized. For purposes of this Public License, the rights
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
+ Rights.
+
+ d. Effective Technological Measures means those measures that, in the
+ absence of proper authority, may not be circumvented under laws
+ fulfilling obligations under Article 11 of the WIPO Copyright
+ Treaty adopted on December 20, 1996, and/or similar international
+ agreements.
+
+ e. Exceptions and Limitations means fair use, fair dealing, and/or
+ any other exception or limitation to Copyright and Similar Rights
+ that applies to Your use of the Licensed Material.
+
+ f. Licensed Material means the artistic or literary work, database,
+ or other material to which the Licensor applied this Public
+ License.
+
+ g. Licensed Rights means the rights granted to You subject to the
+ terms and conditions of this Public License, which are limited to
+ all Copyright and Similar Rights that apply to Your use of the
+ Licensed Material and that the Licensor has authority to license.
+
+ h. Licensor means the individual(s) or entity(ies) granting rights
+ under this Public License.
+
+ i. Share means to provide material to the public by any means or
+ process that requires permission under the Licensed Rights, such
+ as reproduction, public display, public performance, distribution,
+ dissemination, communication, or importation, and to make material
+ available to the public including in ways that members of the
+ public may access the material from a place and at a time
+ individually chosen by them.
+
+ j. Sui Generis Database Rights means rights other than copyright
+ resulting from Directive 96/9/EC of the European Parliament and of
+ the Council of 11 March 1996 on the legal protection of databases,
+ as amended and/or succeeded, as well as other essentially
+ equivalent rights anywhere in the world.
+
+ k. You means the individual or entity exercising the Licensed Rights
+ under this Public License. Your has a corresponding meaning.
+
+
+Section 2 -- Scope.
+
+ a. License grant.
+
+ 1. Subject to the terms and conditions of this Public License,
+ the Licensor hereby grants You a worldwide, royalty-free,
+ non-sublicensable, non-exclusive, irrevocable license to
+ exercise the Licensed Rights in the Licensed Material to:
+
+ a. reproduce and Share the Licensed Material, in whole or
+ in part; and
+
+ b. produce, reproduce, and Share Adapted Material.
+
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
+ Exceptions and Limitations apply to Your use, this Public
+ License does not apply, and You do not need to comply with
+ its terms and conditions.
+
+ 3. Term. The term of this Public License is specified in Section
+ 6(a).
+
+ 4. Media and formats; technical modifications allowed. The
+ Licensor authorizes You to exercise the Licensed Rights in
+ all media and formats whether now known or hereafter created,
+ and to make technical modifications necessary to do so. The
+ Licensor waives and/or agrees not to assert any right or
+ authority to forbid You from making technical modifications
+ necessary to exercise the Licensed Rights, including
+ technical modifications necessary to circumvent Effective
+ Technological Measures. For purposes of this Public License,
+ simply making modifications authorized by this Section 2(a)
+ (4) never produces Adapted Material.
+
+ 5. Downstream recipients.
+
+ a. Offer from the Licensor -- Licensed Material. Every
+ recipient of the Licensed Material automatically
+ receives an offer from the Licensor to exercise the
+ Licensed Rights under the terms and conditions of this
+ Public License.
+
+ b. No downstream restrictions. You may not offer or impose
+ any additional or different terms or conditions on, or
+ apply any Effective Technological Measures to, the
+ Licensed Material if doing so restricts exercise of the
+ Licensed Rights by any recipient of the Licensed
+ Material.
+
+ 6. No endorsement. Nothing in this Public License constitutes or
+ may be construed as permission to assert or imply that You
+ are, or that Your use of the Licensed Material is, connected
+ with, or sponsored, endorsed, or granted official status by,
+ the Licensor or others designated to receive attribution as
+ provided in Section 3(a)(1)(A)(i).
+
+ b. Other rights.
+
+ 1. Moral rights, such as the right of integrity, are not
+ licensed under this Public License, nor are publicity,
+ privacy, and/or other similar personality rights; however, to
+ the extent possible, the Licensor waives and/or agrees not to
+ assert any such rights held by the Licensor to the limited
+ extent necessary to allow You to exercise the Licensed
+ Rights, but not otherwise.
+
+ 2. Patent and trademark rights are not licensed under this
+ Public License.
+
+ 3. To the extent possible, the Licensor waives any right to
+ collect royalties from You for the exercise of the Licensed
+ Rights, whether directly or through a collecting society
+ under any voluntary or waivable statutory or compulsory
+ licensing scheme. In all other cases the Licensor expressly
+ reserves any right to collect such royalties.
+
+
+Section 3 -- License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the
+following conditions.
+
+ a. Attribution.
+
+ 1. If You Share the Licensed Material (including in modified
+ form), You must:
+
+ a. retain the following if it is supplied by the Licensor
+ with the Licensed Material:
+
+ i. identification of the creator(s) of the Licensed
+ Material and any others designated to receive
+ attribution, in any reasonable manner requested by
+ the Licensor (including by pseudonym if
+ designated);
+
+ ii. a copyright notice;
+
+ iii. a notice that refers to this Public License;
+
+ iv. a notice that refers to the disclaimer of
+ warranties;
+
+ v. a URI or hyperlink to the Licensed Material to the
+ extent reasonably practicable;
+
+ b. indicate if You modified the Licensed Material and
+ retain an indication of any previous modifications; and
+
+ c. indicate the Licensed Material is licensed under this
+ Public License, and include the text of, or the URI or
+ hyperlink to, this Public License.
+
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
+ reasonable manner based on the medium, means, and context in
+ which You Share the Licensed Material. For example, it may be
+ reasonable to satisfy the conditions by providing a URI or
+ hyperlink to a resource that includes the required
+ information.
+
+ 3. If requested by the Licensor, You must remove any of the
+ information required by Section 3(a)(1)(A) to the extent
+ reasonably practicable.
+
+ 4. If You Share Adapted Material You produce, the Adapter's
+ License You apply must not prevent recipients of the Adapted
+ Material from complying with this Public License.
+
+
+Section 4 -- Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that
+apply to Your use of the Licensed Material:
+
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
+ to extract, reuse, reproduce, and Share all or a substantial
+ portion of the contents of the database;
+
+ b. if You include all or a substantial portion of the database
+ contents in a database in which You have Sui Generis Database
+ Rights, then the database in which You have Sui Generis Database
+ Rights (but not its individual contents) is Adapted Material; and
+
+ c. You must comply with the conditions in Section 3(a) if You Share
+ all or a substantial portion of the contents of the database.
+
+For the avoidance of doubt, this Section 4 supplements and does not
+replace Your obligations under this Public License where the Licensed
+Rights include other Copyright and Similar Rights.
+
+
+Section 5 -- Disclaimer of Warranties and Limitation of Liability.
+
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
+
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
+
+ c. The disclaimer of warranties and limitation of liability provided
+ above shall be interpreted in a manner that, to the extent
+ possible, most closely approximates an absolute disclaimer and
+ waiver of all liability.
+
+
+Section 6 -- Term and Termination.
+
+ a. This Public License applies for the term of the Copyright and
+ Similar Rights licensed here. However, if You fail to comply with
+ this Public License, then Your rights under this Public License
+ terminate automatically.
+
+ b. Where Your right to use the Licensed Material has terminated under
+ Section 6(a), it reinstates:
+
+ 1. automatically as of the date the violation is cured, provided
+ it is cured within 30 days of Your discovery of the
+ violation; or
+
+ 2. upon express reinstatement by the Licensor.
+
+ For the avoidance of doubt, this Section 6(b) does not affect any
+ right the Licensor may have to seek remedies for Your violations
+ of this Public License.
+
+ c. For the avoidance of doubt, the Licensor may also offer the
+ Licensed Material under separate terms or conditions or stop
+ distributing the Licensed Material at any time; however, doing so
+ will not terminate this Public License.
+
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
+ License.
+
+
+Section 7 -- Other Terms and Conditions.
+
+ a. The Licensor shall not be bound by any additional or different
+ terms or conditions communicated by You unless expressly agreed.
+
+ b. Any arrangements, understandings, or agreements regarding the
+ Licensed Material not stated herein are separate from and
+ independent of the terms and conditions of this Public License.
+
+
+Section 8 -- Interpretation.
+
+ a. For the avoidance of doubt, this Public License does not, and
+ shall not be interpreted to, reduce, limit, restrict, or impose
+ conditions on any use of the Licensed Material that could lawfully
+ be made without permission under this Public License.
+
+ b. To the extent possible, if any provision of this Public License is
+ deemed unenforceable, it shall be automatically reformed to the
+ minimum extent necessary to make it enforceable. If the provision
+ cannot be reformed, it shall be severed from this Public License
+ without affecting the enforceability of the remaining terms and
+ conditions.
+
+ c. No term or condition of this Public License will be waived and no
+ failure to comply consented to unless expressly agreed to by the
+ Licensor.
+
+ d. Nothing in this Public License constitutes or may be interpreted
+ as a limitation upon, or waiver of, any privileges and immunities
+ that apply to the Licensor or You, including from the legal
+ processes of any jurisdiction or authority.
+
+
+=======================================================================
+
+Creative Commons is not a party to its public
+licenses. Notwithstanding, Creative Commons may elect to apply one of
+its public licenses to material it publishes and in those instances
+will be considered the “Licensor.” The text of the Creative Commons
+public licenses is dedicated to the public domain under the CC0 Public
+Domain Dedication. Except for the limited purpose of indicating that
+material is shared under a Creative Commons public license or as
+otherwise permitted by the Creative Commons policies published at
+creativecommons.org/policies, Creative Commons does not authorize the
+use of the trademark "Creative Commons" or any other trademark or logo
+of Creative Commons without its prior written consent including,
+without limitation, in connection with any unauthorized modifications
+to any of its public licenses or any other arrangements,
+understandings, or agreements concerning use of licensed material. For
+the avoidance of doubt, this paragraph does not form part of the
+public licenses.
+
+Creative Commons may be contacted at creativecommons.org.
+
diff --git a/NAMESPACE b/NAMESPACE
new file mode 100644
index 0000000..6ae9268
--- /dev/null
+++ b/NAMESPACE
@@ -0,0 +1,2 @@
+# Generated by roxygen2: do not edit by hand
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d466210
--- /dev/null
+++ b/README.md
@@ -0,0 +1,51 @@
+
+
+## AnVIL Template
+
+Based on [_Open-source Tools for Training Resources (OTTR)_](https://github.com/jhudsl/OTTR_Template)
+
+The purpose of this template and is to make publishing maintenance for AnVIL content across multiple different platforms _less painful_.
+
+_This template helps you_:
+
+- Edit and write an AnVIL course in [RMarkdown files](https://rmarkdown.rstudio.com/) and have it published to multiple different platforms:
+ - [Leanpub](https://leanpub.com/bookstore?type=course)
+ - [Bookdown](https://bookdown.org/)
+ - [Coursera](https://www.coursera.org/)
+- Have [Github action robots](https://github.com/jhudsl/OTTR_Template/wiki/How-to-set-up-and-customize-GitHub-actions-robots) do your repetitive tasks like spell check and re-rendering.
+- Use [automagic conversion](https://github.com/jhudsl/ottrpal) to ease the lift of prepping the material for different platforms' formats.
+- Use [our Docker image](https://hub.docker.com/repository/docker/jhudsl/course_template) for consistency across authors as well as to help you [avoid dependency hell](https://en.wikipedia.org/wiki/Dependency_hell).
+
+
+
+## To Get Started
+- Go to [ottrproject.org](https://www.ottrproject.org/).
+- Please take a look at the [code of conduct](./code_of_conduct.md).
+- If you encounter any problems or have improvement ideas for this template repository, please [file an issue](https://github.com/jhudsl/AnVIL_bookdown_style/issues/new/choose)! Issues for the parent repository (the OTTR template repository) are also very much appreciated and can be submitted [here](https://github.com/jhudsl/OTTR_Template/issues/new/choose).
+
+
+
+# {Course Name}
+
+[![Render Bookdown and Coursera](https://github.com/jhudsl/OTTR_Template/actions/workflows/render-all.yml/badge.svg)](https://github.com/jhudsl/OTTR_Template/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: {Link to rendered bookdown and/or to the Leanpub. Will look something like: https://jhudatascience.org/{Course_Name}}
+
+## About this course
+
+This course introduces {info on what this course introduces}
+
+## Learning Objectives
+
+This course will teach learners to:
+
+- {You can use https://www.bobpikegroup.com/trainer-blog/5-steps-to-writing-clear-and-measurable-learning-objectives to define some learning objectives here}
+- {More learning objectives}
+
+## Encountering problems?
+
+If you are encountering any problems with this course, please file a GitHub issue or contact us at {Some email or web address with a contact form}.
+
+
All materials in this course are licensed under a Creative Commons Attribution 4.0 International License unless noted otherwise.
diff --git a/References.Rmd b/References.Rmd
new file mode 100644
index 0000000..98d65dc
--- /dev/null
+++ b/References.Rmd
@@ -0,0 +1,2 @@
+
+# References
diff --git a/_bookdown.yml b/_bookdown.yml
new file mode 100644
index 0000000..bae5ce5
--- /dev/null
+++ b/_bookdown.yml
@@ -0,0 +1,27 @@
+book_filename: "Course_Name"
+chapter_name: "Chapter "
+repo: https://github.com/jhudsl/AnVIL_Template/
+rmd_files: ["index.Rmd",
+ "01-intro.Rmd",
+ "02-chapter_of_course.Rmd",
+ "03-AnVIL_modules.Rmd",
+ "04-workspace_modules.Rmd",
+ "05-billing_modules.Rmd",
+ "06-onboarding_modules.Rmd",
+ "07-using_platforms_modules.Rmd",
+ "08-student_modules.Rmd",
+ "10-user_management_modules.Rmd",
+ "11-why-anvil.Rmd",
+ "12-instructor_modules.Rmd",
+ "About.Rmd",
+ "References.Rmd"]
+new_session: yes
+bibliography: [book.bib]
+delete_merged_file: true
+language:
+ ui:
+ chapter_name: "Chapter"
+output_dir: "docs"
+output:
+ bookdown::html_book
+
diff --git a/_bookdown_files/02-chapter_of_course_files/figure-html/unnamed-chunk-2-1.png b/_bookdown_files/02-chapter_of_course_files/figure-html/unnamed-chunk-2-1.png
new file mode 100644
index 0000000..0a0abd2
Binary files /dev/null and b/_bookdown_files/02-chapter_of_course_files/figure-html/unnamed-chunk-2-1.png differ
diff --git a/_bookdown_files/02-chapter_of_course_files/figure-html/unnamed-chunk-3-1.png b/_bookdown_files/02-chapter_of_course_files/figure-html/unnamed-chunk-3-1.png
new file mode 100644
index 0000000..0f0641a
Binary files /dev/null and b/_bookdown_files/02-chapter_of_course_files/figure-html/unnamed-chunk-3-1.png differ
diff --git a/_output.yml b/_output.yml
new file mode 100644
index 0000000..7d6b017
--- /dev/null
+++ b/_output.yml
@@ -0,0 +1,21 @@
+bookdown::gitbook:
+ # When using multiple css files, the default file path will be the first one #
+ css: [assets/style.css, assets/AnVIL_style/anvil.css]
+ includes:
+ in_header: GA_Script.html
+ before_body: assets/AnVIL_style/big-image_anvil.html
+ after_body: assets/AnVIL_style/footer.html
+ highlight: tango
+ config:
+ toc:
+ collapse: section
+ before: |
+
+ after: |
+
+
+
+
+