Upgrade to Pro — share decks privately, control downloads, hide ads and more …

R 4 All: Welcoming and inclusive practices for ...

R 4 All: Welcoming and inclusive practices for teaching R

With rising interest in data science and programming, those of us teaching (with) R can now reach a larger audience than we ever thought possible. As educators, it is our responsibility to ensure that while we are building interesting and challenging curricula for these students, we also do it in a way that is attractive and engaging for a diverse audience (both in terms of computing background and in terms of demographics) as well as supportive enough to minimize the number of students who strunggle and fall behind and can't catch up. Adopting welcoming and inclusive practices can enable these students, whatever their background and circumstances, to achieve their potential and grow and engage with the larger R and data science community.

In this talk, we highlight a collection of pedagogical considerations, tips, and tricks for designing a welcoming and inclusive curriculum for teaching (with) R. In addition, we demonstrate tooling and infrastructure solutions for making it as straightforward and painless as possible to put these approaches into practice in the classroom. We also discuss how we put these tips and tools in practice in the newly launched Introduction to Data Science course at the University of Edinburgh.

While the talk is designed around teaching R, the pedagogical points apply to teaching programming in any computing language and many of the tips and tools we present can be used in teaching of a broad range of STEM and non-STEM disciplines with minor modifications (e.g. building a student dashboard based on data from a pre-course survey, datasets that don't encode gender as binary, tools livecoding, etc.).

Mine Cetinkaya-Rundel

June 11, 2020
Tweet

More Decks by Mine Cetinkaya-Rundel

Other Decks in Education

Transcript

  1. bit.ly/r4all-ltc so, you want to teach R? ✔ learner personas

    ✔ learning goals ✔ list of topics ✔ resources ❓ … ✔ syllabus ✔ computing infrastructure
  2. Think back to when you were first learning R, or

    the first programming language you learned. What about the instruction made it more challenging for you?
  3. get students interested keep curriculum challenging enough to make it

    worthwhile for the students ensure curriculum is supportive enough to minimize number of students who fall through the cracks prepare students for the next phase
  4. bit.ly/r4all-ltc help with searcher offers preliminary support for automatically or

    manually searching errors that are generated in R. github.com/r-assist/searcher
  5. bit.ly/r4all-ltc help with reprex forces students to fulfil the technical

    criteria so the instructor can focus on the help that only a human can provide "Robot Pedantry, Human Empathy” mikemcquaid.com/2018/06/05/robot-pedantry-human-empathy reprex.tidyverse.org
  6. bit.ly/r4all-ltc livecoding tips use default appearance and font styles zoom

    in and use larger fonts ✋ avoid keyboard shortcuts, unless carefully narrating test your physical space / back of classroom test it on the smallest screen ⏺ + record + broadcast
  7. bit.ly/r4all-ltc significancemagazine.com/624 > EU Lesbian, Gay, Bisexual and Transgender Survey

    > European Network for the Investigation of Gender Incongruence > LGBTData: repository by Drexel University School of Public Health > Population Research in Sexual Minority Health (PRISM) Data Archive > US Center for Disease Control (CDC) data gender diversity
  8. bit.ly/r4all-ltc R Rmd Does my Rmd knit? Am I pushing

    extraneous files to my repo? rundel.github.io/ghclass github.com/rundel/ghclass-actions
  9. bit.ly/r4all-ltc repo_style(repo = "ghclass-demo/hw-03-ncbikecrash-ghclass-anya", files = "*.Rmd", draft = TRUE)

    #> ✔ Created branch 'styler' from 'ghclass-demo/hw-03-ncbikecrash-ghclass-anya'. #> ✔ Cloned 'ghclass-demo/hw-03-ncbikecrash-ghclass-anya@styler'. #> ✔ Created pull request for 'ghclass-demo/hw-03-ncbikecrash-ghclass-anya (master <= styler)'.
  10. bit.ly/r4all-ltc make expertise “contagious” within your class help students see

    their work through another’s eyes, without instructor having to point out flaws peer review
  11. 4 all minebocek mine-cetinkaya-rundel [email protected] bit.ly/r4all-ltc welcoming + inclusive practices

    for teaching R Illustrations by Desirée De Leon, @dcossyle bit.ly/r4all-github