QCBSRworkshops / workshop08

Workshop 8 - Generalized additive models (GAMs)
Other
11 stars 7 forks source link

Important modifications to be applied the presentation of Workshop 8 #19

Open katherinehebert opened 2 years ago

katherinehebert commented 2 years ago

Before developing and modifying this workshop, please read through the presenter and developer protocol and refer back to it regularly as you work.

Summary of presenter and participant feedback (2020-2021)

This workshop received very positive feedback last year, thanks to the contributions of previous QCBS members to the construction and improvement of the presentation. Participants and presenters consistently felt that the workshop's structure was clear and easy to follow, that the workshop's content is well-suited to understand how GAMs work, how to implement them in R, and how interpret their outputs, which is the objective of this workshop. The feedback also notes that this workshop is an appropriate length for remote delivery. Consequently, the workshop would most benefit from enhancements, rather than corrections, as outlined below.

General issues to be addressed related to the presentation of this workshop

Adapt exercises to better suit the remote workshop format

Exercises should be informative and engaging, and should build on the material shown during the workshop. Here are some suggestions to achieve this goal:

Facilitate the presentation of the slides with presenter notes.

Presenter notes are particularly helpful to guide presenters through slides that have been developed by many QCBS contributors over several years. For example, you may add notes to direct presenters to the key message of a complex slide, to remind presenters to spend more (or less) time on a difficult concept, to offer additional information or explanations, to propose check-in questions to seek more active engagement of the participants, to remind presenters to call back to a previous concept in an earlier workshop, and more. To add presenter notes, you can add ??? at the bottom of the slide, and write your presenter note underneath as such:

```
# Slide title: Coding in R is fun!

R allows us to clean, analyze, and plot our data!

???
Take the time to explain that R allows us to program tasks, so we do not have to manually repeat them. 
To engage the participants, ask them if they think R is fun too.
```

Remaining issues to resolve from previous contributors:

View the comments and contributions implemented during the 2020-2021 QCBS R Workshop Series here: #4

Specific to slide content, structure, grammar and style

katherinehebert commented 2 years ago

Slide overflow issues resolved in commit 86cee012ec8a48ddc471e3ff18d8625051e858bb

katherinehebert commented 2 years ago

Unfortunately a lot of the Winter 2022 development time for this workshop was needed to create the book (#20), and match the content between the book and the presentations. Though I did not modify the challenges, I do think this workshop is well-structured (only 3 challenges), so I would probably not change this structure much, although I'm sure there are many ways to make the exercises even more pedagogical and interactive. Breakout rooms are also not mentioned in any prompts, leaving the decision to use breakout rooms up to the presenters during the workshops, which I think can be great because this is more flexible. Final edits were completed in 1ec4a527e91899ca9ad6d0bd1bbb827f745e5ac6.

The remaining issues listed here will need to be addressed in future development sessions. Leaving this open for future contributors!