Skip to content

Commit 4af144c

Browse files
authored
Merge pull request #104 from jhudsl/modularize
Use AnVIL_Template version of google account chunk
2 parents caf9f49 + 76e1b12 commit 4af144c

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

02_Instructor_Setup.Rmd

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,20 @@ Terra operates on Google Cloud Platform, so you will need a (free) Google accoun
3737

3838
Your Google account will also (1) allow you to manage billing yourself or (2) allow a Program Manager to do so on your behalf.
3939

40-
```{r, child=c("_child_create_google_account.Rmd")}
41-
40+
```{r, echo = FALSE, results='asis'}
41+
cow::borrow_chapter(
42+
doc_path = "child/_child_google_create_account.Rmd",
43+
repo_name = "jhudsl/AnVIL_Template"
44+
)
4245
```
4346

4447
## Sign in to Terra
4548

46-
You need to sign into Terra to allow Billing Project managers to add you to projects and/or Workspaces. [Launch Terra](https://anvil.terra.bio/#workspaces), and you should be prompted to sign in with your Google account.
47-
48-
You can always access Terra by going to [`anvil.terra.bio`](https://anvil.terra.bio/), or by clicking the link on the AnVIL home page.
49-
50-
```{r, echo=FALSE, fig.alt='Screenshot of the AnVIL home page. The button to "launch Terra" is highlighted.'}
51-
ottrpal::include_slide("https://docs.google.com/presentation/d/1-PVlDAzmDncjcCHIy9ZyR3ROyPpfjrg46LhEQopDc1Q/edit#slide=id.g22c9add987a_0_5")
49+
```{r, echo = FALSE, results='asis'}
50+
cow::borrow_chapter(
51+
doc_path = "child/_child_terra_sign_in.Rmd",
52+
repo_name = "jhudsl/AnVIL_Template"
53+
)
5254
```
5355

5456
# Set up Google Billing {#google-billing-account}

_child_create_google_account.Rmd

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)