From 688309f0706bfe33a242fc8590d5114596f4b67f Mon Sep 17 00:00:00 2001 From: KatherineCox Date: Tue, 1 Oct 2024 08:57:36 -0400 Subject: [PATCH 1/5] add frontpage image --- index.Rmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.Rmd b/index.Rmd index 17e9b5b..fb8fe52 100644 --- a/index.Rmd +++ b/index.Rmd @@ -15,6 +15,10 @@ favicon: assets/AnVIL_style/anvil_favicon.ico This "booklet" is part of a series of books for the Genomic Data Science Analysis, Visualization, and Informatics Lab-space (AnVIL) of the National Human Genome Research Institute (NHGRI). This short booklet explains what AnVIL Champions are and serves as a resource for AnVIL Champions as they support their community. +```{r, echo=FALSE, fig.alt="Two women sitting together with a laptop."} +ottrpal::include_slide("https://docs.google.com/presentation/d/10r0txJTvFyUhEot-tE4bNVHSrm2b_0QAD4oR8PE4jeI/edit#slide=id.g115e284bdc2_0_0") +``` + ## Inspired by {- .unlisted} The AnVIL Champions program is inspired by programs such as: From 1ac3581eb78b0ac922fdb54023f2035d11d48637 Mon Sep 17 00:00:00 2001 From: KatherineCox Date: Tue, 1 Oct 2024 09:07:50 -0400 Subject: [PATCH 2/5] adjust figure --- index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.Rmd b/index.Rmd index fb8fe52..96b3e0a 100644 --- a/index.Rmd +++ b/index.Rmd @@ -15,7 +15,7 @@ favicon: assets/AnVIL_style/anvil_favicon.ico This "booklet" is part of a series of books for the Genomic Data Science Analysis, Visualization, and Informatics Lab-space (AnVIL) of the National Human Genome Research Institute (NHGRI). This short booklet explains what AnVIL Champions are and serves as a resource for AnVIL Champions as they support their community. -```{r, echo=FALSE, fig.alt="Two women sitting together with a laptop."} +```{r, echo=FALSE, fig.alt="Two women sitting together with a laptop.", out.width = "80%", fig.align = 'center'} ottrpal::include_slide("https://docs.google.com/presentation/d/10r0txJTvFyUhEot-tE4bNVHSrm2b_0QAD4oR8PE4jeI/edit#slide=id.g115e284bdc2_0_0") ``` From f9d97ed84749a526deecadbee8f33803ffed8a3f Mon Sep 17 00:00:00 2001 From: KatherineCox Date: Tue, 1 Oct 2024 09:17:32 -0400 Subject: [PATCH 3/5] add support forum screenshot --- 05-get-help.Rmd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/05-get-help.Rmd b/05-get-help.Rmd index 80f5b30..954d637 100644 --- a/05-get-help.Rmd +++ b/05-get-help.Rmd @@ -2,7 +2,11 @@ As an AnVIL Champion, your job is *not* to answer every question about AnVIL. You can help people find answers to their specific questions by directing them towards existing channels for receiving help on AnVIL. +```{r, echo=FALSE, fig.alt="Screenshot of the AnVIL support forum.", out.width = "80%", fig.align = 'center'} +ottrpal::include_slide("https://docs.google.com/presentation/d/10r0txJTvFyUhEot-tE4bNVHSrm2b_0QAD4oR8PE4jeI/edit#slide=id.g3070af1a185_0_0") +``` + If people have questions, there are a few places they can go to get help: - [AnVIL Support Forum](https://help.anvilproject.org): The AnVIL Support forum is always available, and the AnVIL team regularly monitors the support forum and responds to questions. By posting in the support forum, other AnVIL users can also benefit from the questions and responses. -- [AnVIL Demos](https://help.anvilproject.org/c/demos/): ~Monthly 30-min Zoom demonstration followed by open Q&A provides an opportunity for live interactions with members of the AnVIL team. \ No newline at end of file +- [AnVIL Demos](https://help.anvilproject.org/c/demos/): ~Monthly 30-min Zoom demonstration followed by open Q&A provides an opportunity for live interactions with members of the AnVIL team. From d5a8c5ae94c496f03fd746a8275468002b53640a Mon Sep 17 00:00:00 2001 From: KatherineCox Date: Tue, 1 Oct 2024 18:20:50 -0400 Subject: [PATCH 4/5] update image link --- index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.Rmd b/index.Rmd index 96b3e0a..87a1a9c 100644 --- a/index.Rmd +++ b/index.Rmd @@ -16,7 +16,7 @@ favicon: assets/AnVIL_style/anvil_favicon.ico This "booklet" is part of a series of books for the Genomic Data Science Analysis, Visualization, and Informatics Lab-space (AnVIL) of the National Human Genome Research Institute (NHGRI). This short booklet explains what AnVIL Champions are and serves as a resource for AnVIL Champions as they support their community. ```{r, echo=FALSE, fig.alt="Two women sitting together with a laptop.", out.width = "80%", fig.align = 'center'} -ottrpal::include_slide("https://docs.google.com/presentation/d/10r0txJTvFyUhEot-tE4bNVHSrm2b_0QAD4oR8PE4jeI/edit#slide=id.g115e284bdc2_0_0") +ottrpal::include_slide("https://docs.google.com/presentation/d/1ZJI4mIqAR7_ircoYGk-8GZnZ3URDRcWpBFP6dbRL-9w/edit#slide=id.g115e284bdc2_0_0") ``` ## Inspired by {- .unlisted} From e55ee7f1444021fbb05ab900142b8a94bcecf032 Mon Sep 17 00:00:00 2001 From: KatherineCox Date: Tue, 1 Oct 2024 18:21:33 -0400 Subject: [PATCH 5/5] update image link --- 05-get-help.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-get-help.Rmd b/05-get-help.Rmd index 954d637..93abba8 100644 --- a/05-get-help.Rmd +++ b/05-get-help.Rmd @@ -3,7 +3,7 @@ As an AnVIL Champion, your job is *not* to answer every question about AnVIL. You can help people find answers to their specific questions by directing them towards existing channels for receiving help on AnVIL. ```{r, echo=FALSE, fig.alt="Screenshot of the AnVIL support forum.", out.width = "80%", fig.align = 'center'} -ottrpal::include_slide("https://docs.google.com/presentation/d/10r0txJTvFyUhEot-tE4bNVHSrm2b_0QAD4oR8PE4jeI/edit#slide=id.g3070af1a185_0_0") +ottrpal::include_slide("https://docs.google.com/presentation/d/1ZJI4mIqAR7_ircoYGk-8GZnZ3URDRcWpBFP6dbRL-9w/edit#slide=id.g3070af1a185_0_0") ``` If people have questions, there are a few places they can go to get help: