workshops

Workshops

Dates and registration details available at https://csc.ok.ubc.ca/workshops/

R Fundamentals for Data Analysis

This series of introductory workshops are intended for individuals with little to no familiarity with R or similar tools that rely on a scripted environment. They are intended as a low barrier entry into the world of using your computer to engage with data outside of graphical tools like Excel or SPSS.

Read invidiual workshop descriptions here. See full materials with links below ↓

Python Basics for Data Analysis

This series of introductory workshops are intended for individuals with little to no familiarity with Python or similar tools that rely on a scripted environment. They are intended as a low barrier entry into the world of using your computer to engage with data outside of graphical tools like Excel or SPSS.

Read invidiual workshop descriptions here. See full materials with links below ↓

Research Data Management (RDM)

These sessions address fundamental concepts in research data management (RDM), including its relevance in the context of research, approaches to implementing effective management through documentation and file system organization, and how to use the Data Management Plan (DMP) Assistant, an online tool, to help researchers adhere to funder requirements to submit a DMP.

Read invidiual workshop descriptions here. See full materials with links below ↓

Introduction to the Bash shell

The command line interface can seem daunting to new users, but it is a very powerful tool that, with some foundational understanding, can be used for a number of different computational and data management tasks, for example routinizing repetetive file management activities or working with UBC’s high performance computing (HPC) infrastructure.

These sessions are aimed at those who have little to no experience with the command line; it introduces the Bash shell, its core functions, and the basics of navigating files and directories.

Read invidiual workshop descriptions here. See full materials with links below ↓

Git and GitHub

These sessions provide an introduction to Git and GitHub, respectively a version control application and a remote Git server to facilitate file sharing and back-ups. Topics covered include automated version control and basic Git functions including initiating a Git repository, pushing to and pulling from a remote repository, managing workflows with branching, etc.

Read invidiual workshop descriptions here. See full materials with links below ↓

Statistical Fundamentals: A Visual Approach

This series will use R and Python to help develop an intuition for fundamental statistical concepts using data visualization. These workshops are equally suitable to those hoping to enhance their ability to interpret common statistical tests and concepts as it is for those applying statistical modelling to their work. No background in statistics is required, but some familiarity with R or Python will be advantageous.

You may wish to review the asynchronous content of either R Fundamentals for Data Anlysis or Python Basics for Data Analysis, or keep an eye out for the next time these workshops are offered.

Read invidiual workshop descriptions here. Materials links will be made available as workshops are developped.

Fitting Models to Data Not Data to Models

You might have heard someone say that “all models are wrong, but some are useful”. The best way to ensure models are useful is to choose a model that is appropriate to your data and research questions, rather than forcing your data to fit your model’s assumptions (e.g., normality, independence, constant variance).

This series introduces early-career researchers to statistical models that extend beyond linear models (i.e., ANOVAs) so that they may learn how to fit models to their data rather than fitting their data to models. All workshops will use R and RStudio, so some experience with R or other programming languages is encouraged but not required. See the R Fundamentals for Data Anlysis for an introduction to R and RStudio. Attendees who do not have experience with R are encouraged to review this content or take the introductory workshop concurrently if it’s being offered.

Read invidiual workshop descriptions here. html formatted materials coming soon. Links to scripts available below.