Provide names and contact information for all instructors.
Along with the topic of your workshop, include how students can expect to spend their time. For the description may also include information about what type of workshop it is (e.g. instructor-led live demo, lab, lecture + lab, etc.). Instructors are strongly recommended to provide completely worked examples for lab sessions, and a set of stand-alone notes that can be read and understood outside of the workshop.
List any workshop prerequisites, for example:
List relevant background reading for the workshop, including any theoretical background you expect students to have.
Describe how students will be expected to participate in the workshop.
List any R / Bioconductor packages that will be explicitly covered.
An example for a 45-minute workshop:
| Activity | Time | |------------------------------|------| | Packages | 15m | | Package Development | 15m | | Contributing to Bioconductor | 5m | | Best Practices | 10m |
List "big picture" student-centered workshop goals and learning objectives. Learning goals and objectives are related, but not the same thing. These goals and objectives will help some people to decide whether to attend the conference for training purposes, so please make these as precise and accurate as possible.
Learning goals are high-level descriptions of what participants will learn and be able to do after the workshop is over. Learning objectives, on the other hand, describe in very specific and measurable terms specific skills or knowledge attained. The Bloom's Taxonomy may be a useful framework for defining and describing your goals and objectives, although there are others.
Some examples:
While not a new or modern system for thinking about learning, Bloom's taxonomy is one useful framework for understanding the cognitive processes involved in learning. From lowest to highest cognitive requirements:
To use Bloom's taxonomy, consider the following sets of verbs and descriptions for learning objectives:
knitr::opts_chunk$set(echo = TRUE)
r knitr::include_graphics(system.file(package='dummychapter1', 'vignettes', 'fig.png'))
Cite like that: [@paper1]
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
summary(cars)
You can also embed plots, for example:
plot(pressure)
Note that the echo = FALSE
parameter was added to the code chunk to prevent printing of the R code that generated the plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.