From 593d4c352e0723b0be842a25f75420d80a6aa0cf Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:18:14 -0500 Subject: [PATCH 1/2] Update index.Rmd to name chunks Named code chunks for topics covered and for individuals who slides that are included with `ottrpal::Include_slide` --- index.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.Rmd b/index.Rmd index fa961c87..95f36d48 100644 --- a/index.Rmd +++ b/index.Rmd @@ -61,7 +61,7 @@ We want to help make the process of compliance with the new NIH Data Management The course is intended for anyone who plans to submit a grant proposal to the NIH after January 25th, 2023. -```{r, echo=FALSE, fig.alt='For individuals who: are submitting a grant proposal to the NIH, want to determine if their proposal requires compliance with the new policy, want support finding appropriate places to share data, want support writing a data management and sharing plan', out.width = '100%'} +```{r for_individuals_who, echo=FALSE, fig.alt='For individuals who: are submitting a grant proposal to the NIH, want to determine if their proposal requires compliance with the new policy, want support finding appropriate places to share data, want support writing a data management and sharing plan', out.width = '100%'} ottrpal::include_slide("https://docs.google.com/presentation/d/1luFoDzF6aDJEebbL6iWoJ_s8s9nQnaWLL5jghbmWdak/edit#slide=id.g225dc533c12_1_0") ``` @@ -82,7 +82,7 @@ The course will cover:
-```{r, echo=FALSE, fig.alt='Pathway of more specific topics covered in this course: motivations of the new policy, personal considerations, data storage options, budgeting, creating a DMS plan, submission tips, and post submission tips.', out.width = '100%', warning=FALSE} +```{r topics_covered, echo=FALSE, fig.alt='Pathway of more specific topics covered in this course: motivations of the new policy, personal considerations, data storage options, budgeting, creating a DMS plan, submission tips, and post submission tips.', out.width = '100%', warning=FALSE} ottrpal::include_slide("https://docs.google.com/presentation/d/1luFoDzF6aDJEebbL6iWoJ_s8s9nQnaWLL5jghbmWdak/edit#slide=id.g1784801ac8b_42_0") ``` From 8d5609042f28f50cd00afdfbe7fcab84bb89471a Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:48:09 -0500 Subject: [PATCH 2/2] Update Learning_objectives.Rmd Add a code chunk with label for learning objectives, but comment it out since the slide isn't needed for the course --- Learning_objectives.Rmd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Learning_objectives.Rmd b/Learning_objectives.Rmd index 2c6e4173..13aec1be 100644 --- a/Learning_objectives.Rmd +++ b/Learning_objectives.Rmd @@ -9,4 +9,10 @@ By completing this course, learners will be able to: * Understand the audience, motivations, and personal considerations of the Data Management and Sharing Policy * Determine appropriate data storage repositories and budgets for a Data Management and Sharing Plan * Implement key section headers and structural requirements for the Data Management and Sharing Plan -* Identify and leverage additional resources as needed for their specific Data Management and Sharing Plan +* Identify and leverage additional resources as needed for their specific Data Management and Sharing Plan + +