Giter VIP home page Giter VIP logo

workshops's Introduction

forwards

Travis-CI Build Status

The forwards package provides anonymized data from surveys conducted by Forwards, the R Foundation taskforce on women and other under-represented groups.

Installation

You can install forwards from GitHub with:

# install.packages("devtools")
devtools::install_github("forwards/forwards")

Usage

The package currently contains a single dataset, useR2016, with anonymized results from a survey of participants at the useR! 2016 conference. The questions and form of responses are described in the help file (?useR2016).

The dataset is lazy loaded, so after loading the forwards package, the useR2016 data frame is available for use. For example the following code cross-tabulates respondents’ age and length of time using R:

library(forwards)
xtabs(~ Q3 + Q11, data = useR2016)
#>              Q11
#> Q3            < 2 years 2-5 years 5-10 years > 10 years
#>   > 35               22        27         54         92
#>   35 or under        45        80         72         20

Code of Conduct

Please note that this package is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

workshops's People

Contributors

3mmarand avatar angela-li avatar emdodwell avatar hturner avatar igollini avatar jtr13 avatar mine-cetinkaya-rundel avatar samanthatoet avatar sjcowtan avatar skirmer avatar tdjames1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

workshops's Issues

Standardize workshop pre/post surveys

We did this for the Chicago workshop, and it helped us get a sense of how effective the workshop was. It would be good to include a standard set of questions in here (or perhaps the surveys folder) so that others could design these surveys.

Add LICENCE file

We have licencing information on the slides, but could be good to add a LICENCE file to the repo, or information in the README, so people know how they can reuse the materials.

Include guide for organizing a workshop

Putting together a workshop not only requires teaching it, but also getting the logistics figured out (accepting applicants, ordering food, etc). It would be useful to standardize this as well, possibly in a guide of some sort.

I want to teach a Forwards workshop - where to start?

Are there any materials for onboarding new instructors of Forwards workshops? I would love to teach one in Chicago. For now, I was just thinking of using some of the materials and walking through that. Is there a system set up to onboard teachers?

Break out workshops into smaller chunks

Beyond the one-day format, we should break up workshops such that individual modules can be covered in 45 minute - 1.5 hour segments (i.e. the length of a Meetup), over multiple sessions. I think this would provide useful teaching "modules" for teaching, as well as allow individuals to teach over several weeks/months.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.