WEBINAR: Effective, inclusive, and scalable training in the life sciences, clinical education and beyond
This record includes training materials associated with the Australian BioCommons/Melbourne Genomics webinar ‘Effective, inclusive, and scalable training in the life sciences, clinical education and beyond’. This webinar took place on 4 November 2022.
Event description
Scientists and educators...
Keywords: Short-format training, Clinical education, Continuing education, Professional development, Training, Lifelong learning, Pedagogy
WEBINAR: Effective, inclusive, and scalable training in the life sciences, clinical education and beyond
https://zenodo.org/records/7281360
https://dresa.org.au/materials/webinar-effective-inclusive-and-scalable-training-in-the-life-sciences-clinical-education-and-beyond-52c113ff-573c-4ae8-a3f0-482c86f1818a
This record includes training materials associated with the Australian BioCommons/Melbourne Genomics webinar ‘Effective, inclusive, and scalable training in the life sciences, clinical education and beyond’. This webinar took place on 4 November 2022.
Event description
Scientists and educators working in the life sciences must continuously acquire new knowledge and skills to stay up-to-date with the latest methods, technologies and research. Short-format training, such as webinars, workshops and bootcamps, are popular ways of quickly learning about new topics and gaining new skills.
As trainers and educators, how can we ensure that short-format training is effective and inclusive for all? How can we ensure that our learners are equipped to continue learning and applying their new skills once they return to their day jobs? And how can we do this in a way that is scalable and sustainable?
The Bicycle Principles assemble education theory and community experience into a framework for improving short-format training so that it is effective, inclusive and scalable. Over 30 international experts, including colleagues from the Australian BioCommons, Melbourne Genomics and other Australian and New Zealand organisations, helped develop the principles and an associated set of recommendations.
Jason Williams, Assistant Director, DNA Learning Center, Cold Spring Harbor Laboratory - a leading genomics and bioinformatics educator and project lead, joins us to discuss the Principles and how they can be applied to achieve scalable and sustainable training in a range of Australian settings.
This webinar is co-hosted by Australian BioCommons and Melbourne Genomics
Training Materials
Materials are shared under a Creative Commons Attribution 4.0 International agreement unless otherwise specified and were current at the time of the event.
Files and materials included in this record:
Event metadata (PDF): Information about the event including, description, event URL, learning objectives, prerequisites, technical requirements etc.
Index of training materials (PDF): List and description of all materials associated with this event including the name, format, location and a brief description of each file.
WILLIAMS-Jason_aus-biocommons_nov-2022 (PDF): A PDF copy of the slides presented during the webinar.
Materials shared elsewhere:
A recording of this webinar is available on the Australian BioCommons YouTube Channel:
https://youtu.be/18dub7jGeQ8
Melissa Burke (melissa@biocommons.org.au)
Williams, Jason (orcid: 0000-0003-3049-2010)
Short-format training, Clinical education, Continuing education, Professional development, Training, Lifelong learning, Pedagogy
Professionalizing Training - Origin Stories for the Modern Researcher
Keynote Presentation for the ARDC Skills Summit 2023
This keynote presentation provides a brief outline of Jason William’s experience and an overview of the training initiatives he has been involved in. His presentation looks at what makes a good researcher and provokes thinking about modern...
Keywords: research, training, skills, superheroes, formal, career, change, workshops, milestones, community, principles, bicycle principles, professionalizing, training material
Professionalizing Training - Origin Stories for the Modern Researcher
https://zenodo.org/records/7710785
https://dresa.org.au/materials/professionalizing-training-origin-stories-for-the-modern-researcher-0198d9cf-9d8f-467e-8031-4d3a3536af63
Keynote Presentation for the ARDC Skills Summit 2023
This keynote presentation provides a brief outline of Jason William’s experience and an overview of the training initiatives he has been involved in. His presentation looks at what makes a good researcher and provokes thinking about modern researchers and the need for them to get serious bout career-spanning training. Jason also provides an overview of the Bike Principles and focuses on the first Bike Principles recommendation - Professionalize the training of short-format training instructors and instructional designers.
contact@ardc.edu.au
Williams, Jason (orcid: 0000-0003-3049-2010)
research, training, skills, superheroes, formal, career, change, workshops, milestones, community, principles, bicycle principles, professionalizing, training material
Databases and SQL
A relational database is an extremely efficient, fast and widespread means of storing structured data, and Structured Query Language (SQL) is the standard means for reading from and writing to databases. Databases use multiple tables, linked by well-defined relationships, to store large amounts...
Databases and SQL
https://intersect.org.au/training/course/sql101
https://dresa.org.au/materials/databases-and-sql
A relational database is an extremely efficient, fast and widespread means of storing structured data, and Structured Query Language (SQL) is the standard means for reading from and writing to databases. Databases use multiple tables, linked by well-defined relationships, to store large amounts of data without needless repetition while maintaining the integrity of your data.
Moving from spreadsheets and text documents to a structured relational database can be a steep learning curve, but one that will reward you many times over in speed, efficiency and power.
Developed using the researcher-focused training modules from the highly regarded Software Carpentry Foundation.
Understand and compose a query using SQL
Use the SQL syntax to select, sort and filter data
Calculate new values from existing data
Aggregate data into sums, averages, and other operations
Combine data from multiple tables
Design and build your own relational databases
The course has no prerequisites.
training@intersect.org.au
The Carpentries
SQL
Unix Shell and Command Line Basics
The Unix environment is incredibly powerful but quite daunting to the newcomer. Command line confidence unlocks powerful computing resources beyond the desktop, including virtual machines and High Performance Computing. It enables repetitive tasks to be automated. And it comes with a swag of...
Unix Shell and Command Line Basics
https://intersect.org.au/training/course/unix101
https://dresa.org.au/materials/unix-shell-and-command-line-basics
The Unix environment is incredibly powerful but quite daunting to the newcomer. Command line confidence unlocks powerful computing resources beyond the desktop, including virtual machines and High Performance Computing. It enables repetitive tasks to be automated. And it comes with a swag of handy tools that can be combined in powerful ways. Getting started is the hardest part, but our helpful instructors are there to demystify Unix as you get to work running programs and writing scripts on the command line.
Every attendee is given a dedicated training environment for the duration of the workshop, with all software and data fully loaded and ready to run.
We teach this course within a GNU/Linux environment. This is best characterised as a Unix-like environment. We teach how to run commands within the Bash Shell. The skills you’ll learn at this course are generally transferable to other Unix environments.
Navigate and work with files and directories (folders)
Use a selection of essential tools
Combine data and tools to build a processing workflow
Automate repetitive analysis using the command line
The course has no prerequisites.
training@intersect.org.au
The Carpentries
Unix
Data Manipulation in R
R is quickly gaining popularity as a programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework.
In this workshop, you will learn how to manipulate, explore and get insights...
Data Manipulation in R
https://intersect.org.au/training/course/r201
https://dresa.org.au/materials/data-manipulation-in-r
R is quickly gaining popularity as a programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework.
In this workshop, you will learn how to manipulate, explore and get insights from your data (Data Manipulation using the dplyr package), as well as how to convert your data from one format to another (Data Transformation using the tidyr package).
We teach using RStudio, which allows program code, results, visualisations and documentation to be blended seamlessly.
Join us for a live coding workshop where we write programs that produce results, using the researcher-focused training modules from Intersect and the highly regarded Software Carpentry Foundation.
DataFrame Manipulation using the dplyr package
DataFrame Transformation using the tidyr package
Either \Learn to Program: R\ or \Learn to Program: R\ and \R for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: R\ and \R for Research\ courses to ensure that you are familiar with the knowledge needed for this course.
training@intersect.org.au
The Carpentries
R
Learn to Program: R
R is quickly gaining popularity as a programming language of choice for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio development environment and the Shiny web application framework.
But getting started with R can be...
Learn to Program: R
https://intersect.org.au/training/course/r101
https://dresa.org.au/materials/learn-to-program-r
R is quickly gaining popularity as a programming language of choice for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio development environment and the Shiny web application framework.
But getting started with R can be challenging, particularly if you’ve never programmed before. That’s where this introductory course comes in.
We teach using RStudio, which allows program code, results, visualisations and documentation to be blended seamlessly.
Join us for a live coding workshop where we write programs that produce results, using the researcher-focused training modules from the highly regarded Software Carpentry Foundation.
Introduction to the RStudio interface for programming
Basic syntax and data types in R
How to load external data into R
Creating functions (FUNCTIONS)
Repeating actions and analysing multiple data sets (LOOPS)
Making choices (IF STATEMENTS – CONDITIONALS)
Ways to visualise data in R
No prior experience with programming needed to attend this course.
We strongly recommend attending the Start Coding without Hesitation: Programming Languages Showdown and Thinking like a computer: The Fundamentals of Programming webinars. Recordings of previously delivered webinars can be found \here\.
training@intersect.org.au
The Carpentries
R
Python for Research
Python has deservedly become a popular language for scientific computing. It has all the friendly features and conveniences you’d expect of a modern programming language, and also a rich set of libraries for working with data.
This workshop is an introduction to data structures (DataFrames...
Python for Research
https://intersect.org.au/training/course/python110
https://dresa.org.au/materials/python-for-research
Python has deservedly become a popular language for scientific computing. It has all the friendly features and conveniences you’d expect of a modern programming language, and also a rich set of libraries for working with data.
This workshop is an introduction to data structures (DataFrames using the pandas library) and visualisation (using the matplotlib library) in Python. The targeted audience for this workshop is researchers who are already familiar with the basic concepts in programming such as loops, functions, and conditionals.
We teach using Jupyter notebooks, which allow program code, results, visualisations and documentation to be blended seamlessly. Perfect for sharing insights with others while producing reproducible research.
Join us for this live coding workshop where we write programs that produce results, using the researcher-focused training modules from the highly regarded Software Carpentry Foundation.
Introduction to Libraries and Built-in Functions in Python
Introduction to DataFrames using the pandas library
Reading and writing data in DataFrames
Selecting values in DataFrames
Quick introduction to Plotting using the matplotlib library
\Learn to Program: Python\ or any of the \Learn to Program: R\, \Learn to Program: MATLAB\ or \Learn to Program: Julia\, needed to attend this course. If you already have some experience with programming, please check the topics covered in the \Learn to Program: Python\ course to ensure that you are familiar with the knowledge needed for this course.
training@intersect.org.au
The Carpentries
Python
Data Manipulation in Python
Python has deservedly become a popular language for scientific computing. It has all the friendly features and conveniences you’d expect of a modern programming language, and also a rich set of libraries for working with data.
In this workshop, you will explore DataFrames in depth (using...
Data Manipulation in Python
https://intersect.org.au/training/course/python201
https://dresa.org.au/materials/data-manipulation-in-python
Python has deservedly become a popular language for scientific computing. It has all the friendly features and conveniences you’d expect of a modern programming language, and also a rich set of libraries for working with data.
In this workshop, you will explore DataFrames in depth (using the pandas library), learn how to manipulate, explore and get insights from your data (Data Manipulation), as well as how to deal with missing values and how to combine multiple datasets.
We teach using Jupyter notebooks, which allow program code, results, visualisations and documentation to be blended seamlessly. Perfect for sharing insights with others while producing reproducible research.
Join us for this live coding workshop where we write programs that produce results, using the researcher-focused training modules from the highly regarded Software Carpentry Foundation.
Working with pandas DataFrames
Indexing, slicing and subsetting in pandas DataFrames
Missing data values
Combine multiple pandas DataFrames
Either \Learn to Program: Python\ or \Learn to Program: Python\ and \Python for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: Python\ and \Python for Research\ courses to ensure that you are familiar with the knowledge needed for this course.
training@intersect.org.au
The Carpentries
Python
Version Control with Git
Have you mistakenly overwritten programs or data and want to learn techniques to avoid repeating the loss? Version control systems are one of the most powerful tools available for avoiding data loss and enabling reproducible research. While the learning curve can be steep, our trainers are there...
Version Control with Git
https://intersect.org.au/training/course/git101
https://dresa.org.au/materials/version-control-with-git
Have you mistakenly overwritten programs or data and want to learn techniques to avoid repeating the loss? Version control systems are one of the most powerful tools available for avoiding data loss and enabling reproducible research. While the learning curve can be steep, our trainers are there to answer all your questions while you gain hands on experience in using Git, one of the most popular version control systems available.
Join us for this workshop where we cover the fundamentals of version control using the researcher-focused training modules from the highly regarded Software Carpentry Foundation.
keep versions of data, scripts, and other files
examine commit logs to find which files were changed when
restore earlier versions of files
compare changes between versions of a file
push your versioned files to a remote location, for backup and to facilitate collaboration
The course has no prerequisites.
training@intersect.org.au
The Carpentries
Git
R for Social Scientists
R is quickly gaining popularity as a programming language of choice for researchers. It has an excellent ecosystem including the powerful RStudio development environment.
But getting started with R can be challenging, particularly if you’ve never programmed before. That’s where this...
R for Social Scientists
https://intersect.org.au/training/course/r103
https://dresa.org.au/materials/r-for-social-scientists
R is quickly gaining popularity as a programming language of choice for researchers. It has an excellent ecosystem including the powerful RStudio development environment.
But getting started with R can be challenging, particularly if you’ve never programmed before. That’s where this introductory course comes in.
Join us for a live coding workshop where we write programs that produce results, using the researcher-focused training modules from the highly regarded Data Carpentry.
Basic syntax and data types in R
RStudio interface
How to import CSV files into R
The structure of data frames
A brief introduction to data wrangling and data transformation
How to calculate summary statistics
A brief introduction to visualise data
No prior experience with programming needed to attend this course.
training@intersect.org.au
The Carpentries
R
R for Research
R is quickly gaining popularity as a programming language of choice for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio development environment and the Shiny web application framework.
This workshop is an introduction to data...
R for Research
https://intersect.org.au/training/course/r110
https://dresa.org.au/materials/r-for-research
R is quickly gaining popularity as a programming language of choice for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio development environment and the Shiny web application framework.
This workshop is an introduction to data structures (DataFrames) and visualisation (using the ggplot2 package) in R. The targeted audience for this workshop is researchers who are already familiar with the basic concepts in programming such as loops, functions, and conditionals.
We teach using RStudio, which allows program code, results, visualisations and documentation to be blended seamlessly.
Join us for a live coding workshop where we write programs that produce results, using the researcher-focused training modules from the highly regarded Software Carpentry Foundation.
Project Management with RStudio
Introduction to Data Structures in R
Introduction to DataFrames in R
Selecting values in DataFrames
Quick introduction to Plotting using the ggplot2 package
\Learn to Program: R\ or any of the \Learn to Program: Python\, \Learn to Program: MATLAB\, \Learn to Program: Julia\, needed to attend this course. If you already have some experience with programming, please check the topics covered in the \Learn to Program: R\ course to ensure that you are familiar with the knowledge needed for this course.
training@intersect.org.au
The Carpentries
R
Learn to Program: MATLAB
MATLAB is an incredibly powerful programming environment with a rich set of analysis toolkits. But what if you’re just getting started – with MATLAB and, more generally, with programming?
Nothing beats a hands-on, face-to-face training session to get you past the inevitable syntax errors! ...
Learn to Program: MATLAB
https://intersect.org.au/training/course/matlab101
https://dresa.org.au/materials/learn-to-program-matlab
MATLAB is an incredibly powerful programming environment with a rich set of analysis toolkits. But what if you’re just getting started – with MATLAB and, more generally, with programming?
Nothing beats a hands-on, face-to-face training session to get you past the inevitable syntax errors!
So join us for this live coding workshop where we write programs that produce results, using the researcher-focused training modules from the highly regarded Software Carpentry Foundation.
Introduction to the MATLAB interface for programming
Basic syntax and data types in MATLAB
How to load external data into MATLAB
Creating functions (FUNCTIONS)
Repeating actions and analysing multiple data sets (LOOPS)
Making choices (IF STATEMENTS – CONDITIONALS)
Ways to visualise data in MATLAB
In order to participate, attendees must have a licensed copy of MATLAB installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software.
No prior experience with programming needed to attend this course.
We strongly recommend attending the Start Coding without Hesitation: Programming Languages Showdown and Thinking like a computer: The Fundamentals of Programming webinars. Recordings of previously delivered webinars can be found \here\.
training@intersect.org.au
The Carpentries
Matlab