From b9d293f573cad61865f3b41eb413e9e7f845582e Mon Sep 17 00:00:00 2001 From: Ashleygua Date: Wed, 12 Jul 2023 20:49:37 -0700 Subject: [PATCH] author note & size of inline code and code chunk & optional half hour --- README.md | 4 +++- _sass/custom/custom.scss | 15 +++++++++++++++ acknowledgements.md | 4 ++++ index.md | 10 +++++++--- 4 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 _sass/custom/custom.scss diff --git a/README.md b/README.md index ed0e4ae..426b002 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Join Tables in R ### UBC Library Research Commons - + Link to workshop: https://ubc-library-rc.github.io/relational-data-r/ Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. + +This workshop was developed by Ashley Yue Mao (Graduate Academic Assistant, Author). diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss new file mode 100644 index 0000000..0c28981 --- /dev/null +++ b/_sass/custom/custom.scss @@ -0,0 +1,15 @@ +code { + font-size: 1em +} + +img { + padding-top:2em; +} + +ul.list-with-space>li { + padding-top:1em; +} + +details { + background-color: aliceblue +} diff --git a/acknowledgements.md b/acknowledgements.md index 6d1cc6c..6f8965d 100644 --- a/acknowledgements.md +++ b/acknowledgements.md @@ -10,3 +10,7 @@ Site content adapted from the following resources: * [Chapter 31 **Working with multiple data frames** in the book **R for Epidemiology**](https://www.r4epi.com/working-with-multiple-data-frames.html) Site template adapted from the [just-the-docs](https://github.com/pmarsceill/just-the-docs) Jekyll template created by [Patrick Marsceil](https://github.com/pmarsceill) and available under the [MIT License](http://opensource.org/licenses/MIT). + +This workshop was developed by Ashley Yue Mao (Graduate Academic Assistant, Author). + +Copyright: UBC Library Research Commons, [Creative Commons Attribution 4.0 license](https://creativecommons.org/licenses/by/4.0/) diff --git a/index.md b/index.md index 8f80577..e8dfb1d 100644 --- a/index.md +++ b/index.md @@ -5,7 +5,7 @@ nav_order: 1 --- -Participants are expected to have some experience with basic data manipulation using R. If you are new to R and dplyr package, consider attending our beginner R worksops first. +Participants are expected to have some experience with basic data manipulation using R. If you are new to R and dplyr package, consider attending our beginner R worksops first. See the UBC library Research Commons [event calendar](https://researchcommons.library.ubc.ca/events/). {: .prereq} @@ -19,10 +19,11 @@ This workshop will introduce how to work with multiple data frames in R. At the ## Schedule | 0:00 - 0:05 | Welcome and using Zoom | -| 0:05 - 0:15 | Warm-up | +| 0:05 - 0:15 | Warm-up | | 0:15 - 0:35 | Keys | | 0:35 - 0:55 | Joins | -| 0:55 - 0:60 | Wrap-up and Discussion | +| 0:55 - 1:00 | Wrap-up and Discussion | +| 1:00 - 1:30 | Optional Q & A | ## Materials @@ -35,3 +36,6 @@ The following R markdown files contain R code used during the workshop. Please d * [Chapter 13 **Relational data** in the book **R for Data Science**](https://r4ds.had.co.nz/relational-data.html) * [Chapter 31 **Working with multiple data frames** in the book **R for Epidemiology**](https://www.r4epi.com/working-with-multiple-data-frames.html) + + +

This workshop was developed by Ashley Yue Mao (Author).