Intersect’s mission is to help researchers to be more efficient and effective in their research; reducing the time to move from an idea to a tested solution. Intersect provides an extensive range of technology-focused training to researchers and higher degree research (HDR) students across Australia including training courses at the awareness, introductory, and intermediate to advanced levels, covering the breadth of research-relevant digital tools and technologies. The training is delivered by Intersect’s team of experts.
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...
Keywords: SQL
Data rarely comes in the form you require. Often it is messy. Sometimes it is incomplete. And sometimes there’s too much of it. Frequently, it has errors. We’ll use one of the most widespread data wrangling tools, Microsoft Excel, to import, sort, filter, copy, protect, transform, summarise,...
Keywords: Excel
Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore...
Keywords: Python
Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore...
Keywords: Python
You have written, compiled and run functioning programs in C and/or Fortran. You know how HPC works and you’ve submitted batch jobs.
Now you want to move from writing single-threaded programs into the parallel programming paradigm, so you can truly harness the full power of High Performance...
Keywords: HPC
Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore...
Keywords: R
Is your computer’s limited power throttling your research ambitions? Are your analysis scripts pushing your laptop’s processor to its limits? Is your software crashing because you’ve run out of memory? Would you like to unleash to power of the Unix command line to automate and run your analysis...
Keywords: HPC
This hands-on training is designed to familiarise you with the data analysis environment of the R programming. In this session, we will traverse into the realm of inferential statistics, beginning with correlation and reliability. We will present a brief conceptual overview and the R procedures...
Keywords: R
Most of you would have heard of Cloud and High Performance Computing (HPC), or you may already be using it. HPC is not the same as cloud computing. Both technologies differ in a number of ways, and have some similarities as well.
We may refer to both types as “large scale computing” – but...
Keywords: HPC
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...
Keywords: R
This hands-on training is designed to familiarize you further with the SPSS data analysis environment. In this session, we will traverse into the realm of inferential statistics, beginning with linear correlation and reliability. We will present a brief conceptual overview and the SPSS procedures...
Keywords: Data Analysis, SPSS
This hands-on training is designed to familiarize you further with the SPSS data analysis environment. In this session, we will traverse into the realm of inferential statistics, beginning with linear correlation and reliability. We will present a brief conceptual overview and the SPSS procedures...
Keywords: Data Analysis, SPSS
Tableau is a powerful data visualisation software that can help anyone see and understand their data. With the features to connect to almost any database, drag and drop to create visualizations, and share with a click, it definately makes thing easier.
This course is suitable for all researchers...
Keywords: Data Analysis, Tableau
Would you like to enable secure and reliable data collection forms and manage online surveys? Would your study benefit from web-based data entry? Research Electronic Data Capture (REDCap) might be for you.
This course will introduce you to REDCap, a rapidly evolving web tool developed by...
Keywords: REDCap
Are you drowning in research data? Do you want to know where you should be storing your data? Are you required to comply with funding body data management requirements, but don’t know how?
This workshop is ideal for researchers who want to know how research data management can support...
Keywords: Data Management
Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore...
Keywords: Python
Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore...
Keywords: R
Web scraping is a technique for extracting information from websites. This can be done manually but it is usually faster, more efficient and less error-prone if it can be automated.
Web scraping allows you to convert non-tabular or poorly structured data into a usable, structured format,...
Keywords: Python
Would you like to use regular expressions with the classic command line utilities find, grep, sed and awk? These venerable Unix utilities allow you to search, filter and transform large amounts of text (including many common data formats) efficiently and repeatably.
find to locate files and...
Keywords: Regular Expressions
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.
We teach using Jupyter notebooks, which allow program code, results,...
Keywords: Programming, Python
Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it’s easy to see why NVivo is becoming the tool of choice for many researchers.
NVivo allows researchers to...
Keywords: NVivo
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...
Keywords: R
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...
Keywords: Unix
Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it’s easy to see why NVivo is becoming the tool of choice for many researchers.
NVivo allows researchers to...
Keywords: NVivo
Julia is a high-level, high-performance dynamic programming language with more than 4,000 external libraries available. Julia allows you to range from tight low-level loops and conditionals, up to a high-level programming style, with its performance approaching and often matching the performance...
Keywords: Julia
Julia is a high-level, high-performance dynamic programming language with more than 4,000 external libraries available. Julia allows you to range from tight low-level loops and conditionals, up to a high-level programming style, with its performance approaching and often matching the performance...
Keywords: Julia
After cleaning your dataset, you may need to apply some conditional analysis to glean greater insights from your data. You may also want to enhance your charts for inclusion into a manuscript, thesis or report by adding some statistical elements. This course will cover conditional syntax, nested...
Keywords: Excel
REDCap is a powerful and extensible application for managing and running longitudinal data collection activities. In this course, learn how to manage a Randomised Controlled Trial using REDCap, including the randomisation module, adverse event reporting and automated participant withdrawals. This...
Keywords: REDCap
This hands-on training is designed to familiarize you with the interface and basic data processing functionalities in SPSS. We will examine several “must know” syntax commands that can help streamline data entry and processing. In addition, we will explore how to obtain descriptive statistics in...
Keywords: SPSS
R has become a popular programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework.
The primary goal of this workshop is to familiarise you with basic statistical concepts in R...
Keywords: R
Now more than ever researchers are needing to embrace electronic data capture methods to keep their research moving in the midst of social distancing restrictions and decreased access to survey participants. Using a research specific survey tool can not only solve this problem, but also set your...
Keywords: REDCap, Qualtrics
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...
Keywords: R
Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore...
Keywords: R
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...
Keywords: Python
Programming is becoming more and more popular, with many researchers using programming to perform data cleaning, data manipulation, data analytics, as well as creating publication quality plots. Programming can be really beneficial for automating processes and workflows. In this webinar, we are...
Keywords: Python, R, Matlab, Julia
Is your computer’s limited power throttling your research ambitions? Are your analysis scripts pushing your laptop’s processor to its limits? Is your software crashing because you’ve run out of memory? Would you like to unleash to power of the Unix command line to automate and run your analysis...
Keywords: HPC
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.This half-day course covers one and two-way Analyses of Variance (ANOVA) and their...
Keywords: R
Do you have messy data from multiple inconsistent sources, or open-responses to questionnaires? Do you want to improve the quality of your data by refining it and using the power of the internet?
Open Refine is the perfect partner to Excel. It is a powerful, free tool for exploring,...
Keywords: Open Refine
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! ...
Keywords: Matlab
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...
Keywords: R
Using the Grammar of Graphics to convert data into figures using the seaborn and matplotlib libraries
Configuring plot elements within seaborn and matplotlib
Exploring different types of...
Keywords: Python
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...
Keywords: Git
Human brains are extremely good at evaluating a small amount of information simultaneously, ignoring anomalies and coming up with an answer to a problem without much in the way of conscious thought. Computers on the other hand are extremely good at performing individual calculations, one at a...
Keywords: Python
We rarely receive the research data in an appropriate form. Often data is messy. Sometimes it is incomplete. And sometimes there’s too much of it. Frequently, it has errors.
This webinar targets beginners and presents a quick demonstration of using the most widespread data wrangling tool,...
Keywords: Excel
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 explore different types of graphs and learn how to...
Keywords: R
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...
Keywords: Python
Have you ever wanted to extract phone numbers out of a block of unstructured text? Or email addresses. Or find all the words that start with “e” and end with “ed”, no matter their length? Or search through DNA sequences for a pattern? Or extract coordinates from GPS data?
Regular...
Keywords: Regular Expressions
This hands-on training is designed to familiarize you with the interface and basic data processing functionalities in SPSS. We will examine several “must know” syntax commands that can help streamline data entry and processing. In addition, we will explore how to obtain descriptive statistics in...
Keywords: SPSS
In all fields of research we are being confronted with a deluge of data; data that needs cleaning and transformation to be used in further analysis. This webinar demonstrates the effective use of programming tools for an initial analysis of COVID-19 datasets, with examples using both R and...
Keywords: Python, R
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...
Keywords: Python
Needing to collect data from people in a structured and intuitive way? Have you thought about using Qualtrics?
Qualtrics in a powerful cloud-based survey tool, ideal for social scientists from all disciplines. This course will introduce the technical components of the whole research...
Keywords: Qualtrics
REDCap is a powerful and extensible application for managing and running longitudinal data collection activities. With powerful features such as organising data collection instruments into predefined events, you can shepherd your participants through a complex survey at various time points with...
Keywords: REDCap
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...
Keywords: R
-
Randomised Controlled Trials with REDCap at UNE Online
28 August 2025
Randomised Controlled Trials with REDCap at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/randomised-controlled-trials-with-redcap-at-une-online REDCap is a powerful and extensible application for managing and running longitudinal data collection activities. In this course, learn how to manage a Randomised Controlled Trial using REDCap, including the randomisation module, adverse event reporting and automated participant withdrawals. This course will introduce some of REDCap’s more advanced features for running randomised trials, and builds on the material taught in REDCAP201 – Longitudinal Trials with REDCap. #### You'll learn: - Create Data Access Groups (DAGs) and assign users to manage trial sites - Build randomisation allocation table - Enable and implement participant randomisation module - Design an adverse reporting system using Automated Survey Invitations and Alerts - Create an automated participant withdrawal process - Customise record dashboards #### Prerequisites: Learners should have a solid understanding of REDCap and be familiar with the content of [Data Capture and Surveys with REDCap](https://intersectaustralia.github.io/training/REDCAP101/) and [Longitudinal Trials with REDCap](https://intersectaustralia.github.io/training/REDCAP201/). For more information, please click [here](https://intersect.org.au/training/course/redcap202). 2025-08-28 09:30:00 UTC 2025-08-28 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Capture and Surveys with REDCap at UniSA (online)
14 October 2025
Data Capture and Surveys with REDCap at UniSA (online) https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-unisa-online-5398bbdc-ef04-4d0d-8718-19e4e487d29c Would you like to enable secure and reliable data collection forms and manage online surveys? Would your study benefit from web-based data entry? Research Electronic Data Capture (REDCap) might be for you. This course will introduce you to REDCap, a rapidly evolving web tool developed by researchers for researchers. REDCap features a high level of security, and a high degree of customisability for your forms and advanced user access control. It also features free, unlimited survey distribution functionality and a sophisticated export module with support for all standard statistical programs. #### You'll learn: Get started with REDCap Create and set up projects Design forms and surveys using the online designer Learn how to use branching logic, piping, and calculations Enter data via forms and distribute surveys Create, view and export data reports Add collaborators and set their privileges #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/redcap101). 2025-10-14 10:00:00 UTC 2025-10-14 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Surveying with Qualtrics at UTS Online
22 August 2025
Surveying with Qualtrics at UTS Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/surveying-with-qualtrics-at-uts-online-21d836b1-c1ae-4754-ab25-d76ff199dcb8 Needing to collect data from people in a structured and intuitive way? Have you thought about using Qualtrics? Qualtrics in a powerful cloud-based survey tool, ideal for social scientists from all disciplines. This course will introduce the technical components of the whole research workflow from building a survey to analysing the results using Qualtrics. We will discover the numerous design elements available in order to get the most useful results and make life as easy as can be for your respondents. If your institution has a licence to Qualtrics, then this course is right for you. #### You'll learn: Format a sample survey using the Qualtrics online platform Configure the survey using a range of design features to improve user experience Decide which distribution channel is right for your needs Understand the available data analysis and export options in Qualtrics #### Prerequisites: You must have access to a Qualtrics instance, such as through your university license. Speak to your local university IT or Research Office for assistance in accessing the Qualtrics instance. For more information, please click [here](https://intersect.org.au/training/course/qltrics101). 2025-08-22 09:30:00 UTC 2025-08-22 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using Python: Classification at UNSW Online
21 - 22 October 2025
Introduction to Machine Learning using Python: Classification at UNSW Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-classification-at-unsw-online-15a7af64-f721-4956-a951-7a325658d21c Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore the fundamentals of Machine Learning from a practical perspective with the help of the Python programming language and its scientific computing libraries. #### You'll learn: - Comprehensive introduction to Machine Learning models and techniques such as Logistic Regression, Decision Trees and Ensemble Learning. - Know the differences between various core Machine Learning models. - Understand the Machine Learning modelling workflows. - Use Python and scikit-learn to process real datasets, train and apply Machine Learning models. #### Prerequisites: Either \Learn to Program: Python\, \Data Manipulation in Python\ and \Introduction to ML using Python: Introduction & Linear Regression\ or \Learn to Program: Python\, \Data Manipulation and Visualisation in Python\ and \Introduction to ML using Python: Introduction & Linear Regression\ needed to attend this course. If you already have experience with programming, please check the topics covered in courses above to ensure that you are familiar with the knowledge needed for this course, such as good understanding of Python syntax, basic programming concepts and familiarity with Pandas, Numpy and Seaborn libraries, and basic understanding of Machine Learning and Model Training. Maths knowledge is not required. However, there is a few Math formula covered in this course and the references will be provided. Having an understanding of the Mathematics behind each Machine Learning algorithms is going to make you appreciate the behaviour of the model and know its pros/cons when using them. For more information, please click [here](https://intersect.org.au/training/course/python206). 2025-10-21 09:30:00 UTC 2025-10-22 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Traversing t tests in R at UNE Online
13 November 2025
Traversing t tests in R at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/traversing-t-tests-in-r-at-une-online-af359f77-87cb-454e-b735-cd5551bdd55c R has become a popular programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework. The primary goal of this workshop is to familiarise you with basic statistical concepts in R from reading in and manipulating data, checking assumptions, statistical tests and visualisations. This is not an advanced statistics course, but is instead designed to gently introduce you to statistical comparisons and hypothesis testing in R. #### You'll learn: Read in and manipulate data Check assumptions of t tests Perform one-sample t tests Perform two-sample t tests (Independent-samples, Paired-samples) Perform nonparametric t tests (One-sample Wilcoxon Signed Rank test, Independent-samples Mann-Whitney U test) #### Prerequisites: This course assumes familiarity with R and RStudio. You should have a good understanding of R syntax and basic programming concepts. Please consider attending Intersect’s following courses to get up to speed: \Learn to Program: R\, \Data Manipulation and Visualisation in R\ For more information, please click [here](https://intersect.org.au/training/course/r211). 2025-11-13 09:30:00 UTC 2025-11-13 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Exploring ANOVAs in R at UNE Online
27 November 2025
Exploring ANOVAs in R at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/exploring-anovas-in-r-at-une-online 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.This half-day course covers one and two-way Analyses of Variance (ANOVA) and their non-parametric counterparts in R. ANOVA (Analysis of Variance) is a statistical method used to determine whether there are significant differences between the means of three or more groups. It helps analyse the effect of independent variables on a dependent variable by comparing the variance within groups to the variance between groups. ANOVA tests assume normality, homogeneity of variances, and independence of observations, and can be used to explore relationships in datasets, such as how factors like study time or parental education affect student performance. #### You'll learn: - Basic statistical theory behind ANOVAs - How to check that the data meets the assumptions - One-way ANOVA in R and post-hoc analysis - Two-way ANOVA plus interaction effects and post-hoc analysis - Non-parametric alternatives to one and two-way ANOVA #### Prerequisites: This course assumes an intermediate level of programming proficiency, plus familiarity with the syntax and functions of the dplyr and ggplot2 packages. Experience navigating the RStudio integrated development environment (IDE) is also required. If you’re new to programming in R, we strongly recommend you register for the \Learn to Program: R\, \Data Manipulation and Visualisation in R\ workshops first. For more information, please click [here](https://intersect.org.au/training/course/r212). 2025-11-27 09:30:00 UTC 2025-11-27 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at ACU
11 November 2025
Getting started with NVivo for Windows at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-acu-ecc62850-c0dc-44cc-9bd8-cc70687499a6 Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it’s easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: Create and organise a qualitative research project in NVivo Import a range of data sources using NVivo’s integrated tools Code and classify your data Format your data to take advantage of NVivo’s auto-coding ability Use NVivo to discover new themes and trends in research Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Windows and is not suitable for NVivo for Mac users. For more information, please click [here](https://intersect.org.au/training/course/nvivo101). 2025-11-11 10:00:00 UTC 2025-11-11 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting Started with NVivo for Mac at UNSW Online
19 August 2025
Getting Started with NVivo for Mac at UNSW Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-mac-at-unsw-online-2e3fbdfa-cfaf-4786-9b0d-fa9afba11847 Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it’s easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: Create and organise a qualitative research project in NVivo Import a range of data sources using NVivo’s integrated tools Code and classify your data Format your data to take advantage of NVivo’s auto-coding ability Use NVivo to discover new themes and trends in research Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Mac and is not suitable for NVivo for Windows users. For more information, please click [here](https://intersect.org.au/training/course/nvivo102). 2025-08-19 09:30:00 UTC 2025-08-19 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Longitudinal Trials with REDCap at Deakin Online
23 September 2025
Longitudinal Trials with REDCap at Deakin Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/longitudinal-trials-with-redcap-at-deakin-online-ff0147b8-128c-47e8-a4d5-0cd315703f69 REDCap is a powerful and extensible application for managing and running longitudinal data collection activities. With powerful features such as organising data collection instruments into predefined events, you can shepherd your participants through a complex survey at various time points with very little configuration. This course will introduce some of REDCap’s more advanced features for running longitudinal studies, and builds on the foundational material taught in REDCAP101 – Managing Data Capture and Surveys with REDCap. #### You'll learn: Build a longitudinal project Manage participants throughout multiple events Configure and use Automated Survey Invitations Use Smart Variables to add powerful features to your logic Take advantage of high-granularity permissions for your collaborators Understand the data structure of a longitudinal project #### Prerequisites: This course requires the participant to have a fairly good basic knowledge of REDCap. To come up to speed, consider taking our \Data Capture and Surveys with REDCap\ workshop. For more information, please click [here](https://intersect.org.au/training/course/redcap201). 2025-09-23 09:30:00 UTC 2025-09-23 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: MATLAB at UOA Online
16 - 17 October 2025
Learn to Program: MATLAB at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-matlab-at-uoa-online-6f2592f8-d40d-4cc3-85e3-9f36600b987e 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. #### You'll learn: 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 #### Prerequisites: 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\. For more information, please click [here](https://intersect.org.au/training/course/matlab101). 2025-10-16 09:30:00 UTC 2025-10-17 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using R: Classification at UOA Online
16 - 17 September 2025
Introduction to Machine Learning using R: Classification at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-classification-at-uoa-online-ee8a0e9e-17b5-499c-aebc-3931b824e371 Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore the fundamentals of Machine Learning from a practical perspective with the help of the R programming language and its scientific computing packages. #### You'll learn: Comprehensive introduction to Machine Learning models and techniques such as Logistic Regression, Decision Trees and Ensemble Learning. Know the differences between various core Machine Learning models. Understand the Machine Learning modelling workflows. Use R and its relevant packages to process real datasets, train and apply Machine Learning models. #### Prerequisites: \\Either \Learn to Program: R\ and \Data Manipulation in R\ or \Learn to Program: R\ and \Data Manipulation and Visualisation in R\needed to attend this course. If you already have experience with programming, please check the topics covered in courses above and \Introduction to ML using R: Introduction & Linear Regression\ to ensure that you are familiar with the knowledge needed for this course, such as good understanding of R syntax and basic programming concepts, familiarity with dplyr, tidyr and ggplot2 packages, and basic understanding of Machine Learning and Model Training.\\Maths knowledge is not required. There are only a few Math formula that you are going to see in this course, however references to Mathematics required for learning about Machine Learning will be provided. Having an understanding of the Mathematics behind each Machine Learning algorithms is going to make you appreciate the behaviour of the model and know its pros/cons when using them.\\ For more information, please click [here](https://intersect.org.au/training/course/r206). 2025-09-16 09:30:00 UTC 2025-09-17 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in Python at UNSW Online
9 - 10 September 2025
Data Manipulation and Visualisation in Python at UNSW Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-python-at-unsw-online-21149c4d-4525-4bf3-a47d-12255ae5ba76 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. You will also explore different types of graphs and learn how to customise them using two of the most popular plotting libraries in Python, matplotlib and seaborn (Data Visualisation). 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. #### You'll learn: - Working with pandas DataFrames - Indexing, slicing and subsetting in pandas DataFrames - Missing data values - Combine multiple pandas DataFrames - Using the Grammar of Graphics to convert data into figures using the seaborn and matplotlib libraries - Configuring plot elements within seaborn and matplotlib - Exploring different types of plots using seaborn #### Prerequisites: The fundamental programming concepts taught in our [Learn to Program: Python](https://intersect.org.au/training/course/python101/) course is assumed knowledge for participating in this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) course to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/python203). 2025-09-09 09:30:00 UTC 2025-09-10 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Traversing t tests in R at UniSA (online)
11 September 2025
Traversing t tests in R at UniSA (online) https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/traversing-t-tests-in-r-at-unisa-online R has become a popular programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework. The primary goal of this workshop is to familiarise you with basic statistical concepts in R from reading in and manipulating data, checking assumptions, statistical tests and visualisations. This is not an advanced statistics course, but is instead designed to gently introduce you to statistical comparisons and hypothesis testing in R. #### You'll learn: Read in and manipulate data Check assumptions of t tests Perform one-sample t tests Perform two-sample t tests (Independent-samples, Paired-samples) Perform nonparametric t tests (One-sample Wilcoxon Signed Rank test, Independent-samples Mann-Whitney U test) #### Prerequisites: This course assumes familiarity with R and RStudio. You should have a good understanding of R syntax and basic programming concepts. Please consider attending Intersect’s following courses to get up to speed: \Learn to Program: R\, \Data Manipulation and Visualisation in R\ For more information, please click [here](https://intersect.org.au/training/course/r211). 2025-09-11 09:30:00 UTC 2025-09-11 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at WSU Online
14 August 2025
Getting started with NVivo for Windows at WSU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-wsu-online-cbb061df-c495-46d0-be00-965401956031 Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it’s easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: Create and organise a qualitative research project in NVivo Import a range of data sources using NVivo’s integrated tools Code and classify your data Format your data to take advantage of NVivo’s auto-coding ability Use NVivo to discover new themes and trends in research Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Windows and is not suitable for NVivo for Mac users. For more information, please click [here](https://intersect.org.au/training/course/nvivo101). 2025-08-14 09:30:00 UTC 2025-08-14 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in Python at UOA Online
5 - 6 November 2025
Data Manipulation and Visualisation in Python at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-python-at-uoa-online-42b081ef-a7eb-4985-ae53-0d7b136786cf 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. You will also explore different types of graphs and learn how to customise them using two of the most popular plotting libraries in Python, matplotlib and seaborn (Data Visualisation). 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. #### You'll learn: - Working with pandas DataFrames - Indexing, slicing and subsetting in pandas DataFrames - Missing data values - Combine multiple pandas DataFrames - Using the Grammar of Graphics to convert data into figures using the seaborn and matplotlib libraries - Configuring plot elements within seaborn and matplotlib - Exploring different types of plots using seaborn #### Prerequisites: The fundamental programming concepts taught in our [Learn to Program: Python](https://intersect.org.au/training/course/python101/) course is assumed knowledge for participating in this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) course to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/python203). 2025-11-05 09:30:00 UTC 2025-11-06 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Capture and Surveys with REDCap at UOA Online
20 August 2025
Data Capture and Surveys with REDCap at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-uoa-online-5c66e716-bb86-467c-9b2e-6b4a2f336443 Would you like to enable secure and reliable data collection forms and manage online surveys? Would your study benefit from web-based data entry? Research Electronic Data Capture (REDCap) might be for you. This course will introduce you to REDCap, a rapidly evolving web tool developed by researchers for researchers. REDCap features a high level of security, and a high degree of customisability for your forms and advanced user access control. It also features free, unlimited survey distribution functionality and a sophisticated export module with support for all standard statistical programs. #### You'll learn: Get started with REDCap Create and set up projects Design forms and surveys using the online designer Learn how to use branching logic, piping, and calculations Enter data via forms and distribute surveys Create, view and export data reports Add collaborators and set their privileges #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/redcap101). 2025-08-20 13:30:00 UTC 2025-08-20 16:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Exploring ANOVAs in R at UniSA (online)
25 September 2025
Exploring ANOVAs in R at UniSA (online) https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/exploring-anovas-in-r-at-unisa-online 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.This half-day course covers one and two-way Analyses of Variance (ANOVA) and their non-parametric counterparts in R. ANOVA (Analysis of Variance) is a statistical method used to determine whether there are significant differences between the means of three or more groups. It helps analyse the effect of independent variables on a dependent variable by comparing the variance within groups to the variance between groups. ANOVA tests assume normality, homogeneity of variances, and independence of observations, and can be used to explore relationships in datasets, such as how factors like study time or parental education affect student performance. #### You'll learn: - Basic statistical theory behind ANOVAs - How to check that the data meets the assumptions - One-way ANOVA in R and post-hoc analysis - Two-way ANOVA plus interaction effects and post-hoc analysis - Non-parametric alternatives to one and two-way ANOVA #### Prerequisites: This course assumes an intermediate level of programming proficiency, plus familiarity with the syntax and functions of the dplyr and ggplot2 packages. Experience navigating the RStudio integrated development environment (IDE) is also required. If you’re new to programming in R, we strongly recommend you register for the \Learn to Program: R\, \Data Manipulation and Visualisation in R\ workshops first. For more information, please click [here](https://intersect.org.au/training/course/r212). 2025-09-25 09:30:00 UTC 2025-09-25 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Longitudinal Trials with REDCap at ACU
2 October 2025
Longitudinal Trials with REDCap at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/longitudinal-trials-with-redcap-at-acu-d2a9b301-7a30-4a23-b1ee-c7867395e05f REDCap is a powerful and extensible application for managing and running longitudinal data collection activities. With powerful features such as organising data collection instruments into predefined events, you can shepherd your participants through a complex survey at various time points with very little configuration. This course will introduce some of REDCap’s more advanced features for running longitudinal studies, and builds on the foundational material taught in REDCAP101 – Managing Data Capture and Surveys with REDCap. #### You'll learn: Build a longitudinal project Manage participants throughout multiple events Configure and use Automated Survey Invitations Use Smart Variables to add powerful features to your logic Take advantage of high-granularity permissions for your collaborators Understand the data structure of a longitudinal project #### Prerequisites: This course requires the participant to have a fairly good basic knowledge of REDCap. To come up to speed, consider taking our \Data Capture and Surveys with REDCap\ workshop. For more information, please click [here](https://intersect.org.au/training/course/redcap201). 2025-10-02 10:00:00 UTC 2025-10-02 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Randomised Controlled Trials with REDCap at ACU
3 October 2025
Randomised Controlled Trials with REDCap at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/randomised-controlled-trials-with-redcap-at-acu-a35f6897-9d39-4831-90b6-95837c28b997 REDCap is a powerful and extensible application for managing and running longitudinal data collection activities. In this course, learn how to manage a Randomised Controlled Trial using REDCap, including the randomisation module, adverse event reporting and automated participant withdrawals. This course will introduce some of REDCap’s more advanced features for running randomised trials, and builds on the material taught in REDCAP201 – Longitudinal Trials with REDCap. #### You'll learn: - Create Data Access Groups (DAGs) and assign users to manage trial sites - Build randomisation allocation table - Enable and implement participant randomisation module - Design an adverse reporting system using Automated Survey Invitations and Alerts - Create an automated participant withdrawal process - Customise record dashboards #### Prerequisites: Learners should have a solid understanding of REDCap and be familiar with the content of [Data Capture and Surveys with REDCap](https://intersectaustralia.github.io/training/REDCAP101/) and [Longitudinal Trials with REDCap](https://intersectaustralia.github.io/training/REDCAP201/). For more information, please click [here](https://intersect.org.au/training/course/redcap202). 2025-10-03 10:00:00 UTC 2025-10-03 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using R: Classification at UNE Online
20 - 21 November 2025
Introduction to Machine Learning using R: Classification at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-classification-at-une-online Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore the fundamentals of Machine Learning from a practical perspective with the help of the R programming language and its scientific computing packages. #### You'll learn: Comprehensive introduction to Machine Learning models and techniques such as Logistic Regression, Decision Trees and Ensemble Learning. Know the differences between various core Machine Learning models. Understand the Machine Learning modelling workflows. Use R and its relevant packages to process real datasets, train and apply Machine Learning models. #### Prerequisites: \\Either \Learn to Program: R\ and \Data Manipulation in R\ or \Learn to Program: R\ and \Data Manipulation and Visualisation in R\needed to attend this course. If you already have experience with programming, please check the topics covered in courses above and \Introduction to ML using R: Introduction & Linear Regression\ to ensure that you are familiar with the knowledge needed for this course, such as good understanding of R syntax and basic programming concepts, familiarity with dplyr, tidyr and ggplot2 packages, and basic understanding of Machine Learning and Model Training.\\Maths knowledge is not required. There are only a few Math formula that you are going to see in this course, however references to Mathematics required for learning about Machine Learning will be provided. Having an understanding of the Mathematics behind each Machine Learning algorithms is going to make you appreciate the behaviour of the model and know its pros/cons when using them.\\ For more information, please click [here](https://intersect.org.au/training/course/r206). 2025-11-20 09:30:00 UTC 2025-11-21 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Research Data Management at WSU Online
21 November 2025
Introduction to Research Data Management at WSU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-research-data-management-at-wsu-online-09e95ef0-c087-44b6-8697-66b1622db301 Are you drowning in research data? Do you want to know where you should be storing your data? Are you required to comply with funding body data management requirements, but don’t know how? This workshop is ideal for researchers who want to know how research data management can support project success and are interested in research data management services and support available at their institution. Combining slide-based background material, discussions, and case studies this workshop will equip participants with best practices for managing their valuable research data. #### You'll learn: How to manage research data according to legal, statutory, ethical, funding body and university requirements Approaches to planning, collecting, organising, managing, storing, backing up, preserving, and sharing your data Services supporting research data at your institution #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/rdmt001). 2025-11-21 10:00:00 UTC 2025-11-21 12:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at Deakin Online
9 - 10 September 2025
Excel for Researchers at Deakin Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/excel-for-researchers-at-deakin-online-af32c9b1-c8d5-4c96-8248-02fbabf54bd6 Data rarely comes in the form you require. Often it is messy. Sometimes it is incomplete. And sometimes there’s too much of it. Frequently, it has errors. We’ll use one of the most widespread data wrangling tools, Microsoft Excel, to import, sort, filter, copy, protect, transform, summarise, merge, and visualise research data. While aimed at novice Excel users, most attendees will walk away with new tricks to work more efficiently with their research data. #### You'll learn: ‘Clean up’ messy research data Organise, format and name your data Interpret your data (SORTING, FILTERING, CONDITIONAL FORMATTING) Perform calculations on your data using functions (MAX, MIN, AVERAGE) Extract significant findings from your data (PIVOT TABLE, VLOOKUP) Manipulate your data (convert data format, work with DATES and TIMES) Create graphs and charts to visualise your data (CHARTS) Handy tips to speed up your work #### Prerequisites: In order to participate, attendees must have a licensed copy of Microsoft Excel installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. For more information, please click [here](https://intersect.org.au/training/course/excel101). 2025-09-09 09:30:00 UTC 2025-09-10 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Capture and Surveys with REDCap at ACU
25 September 2025
Data Capture and Surveys with REDCap at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-acu-6499f31b-1cd7-47e3-86f0-a6d039856827 Would you like to enable secure and reliable data collection forms and manage online surveys? Would your study benefit from web-based data entry? Research Electronic Data Capture (REDCap) might be for you. This course will introduce you to REDCap, a rapidly evolving web tool developed by researchers for researchers. REDCap features a high level of security, and a high degree of customisability for your forms and advanced user access control. It also features free, unlimited survey distribution functionality and a sophisticated export module with support for all standard statistical programs. #### You'll learn: Get started with REDCap Create and set up projects Design forms and surveys using the online designer Learn how to use branching logic, piping, and calculations Enter data via forms and distribute surveys Create, view and export data reports Add collaborators and set their privileges #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/redcap101). 2025-09-25 10:00:00 UTC 2025-09-25 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at Deakin Online
26 August 2025
Getting started with NVivo for Windows at Deakin Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-deakin-online-1c38bbf5-3ee6-4bbb-8ae0-5b4674387f2b Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it’s easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: Create and organise a qualitative research project in NVivo Import a range of data sources using NVivo’s integrated tools Code and classify your data Format your data to take advantage of NVivo’s auto-coding ability Use NVivo to discover new themes and trends in research Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Windows and is not suitable for NVivo for Mac users. For more information, please click [here](https://intersect.org.au/training/course/nvivo101). 2025-08-26 09:30:00 UTC 2025-08-26 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Exploring Chi-square and correlation in R at UniSA (online)
4 September 2025
Exploring Chi-square and correlation in R at UniSA (online) https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/exploring-chi-square-and-correlation-in-r-at-unisa-online This hands-on training is designed to familiarise you with the data analysis environment of the R programming. In this session, we will traverse into the realm of inferential statistics, beginning with correlation and reliability. We will present a brief conceptual overview and the R procedures for computing reliability and correlation (Pearson’s r, Spearman’s Rho and Kendall’s tau) in real world datasets. #### You'll learn: Obtain inferential statistics and assess data normality Manipulate data and create graphs Perform Chi-Square tests (Goodness of Fit test and Test of Independence) Perform correlations on continuous and categorical data (Pearson’s r, Spearman’s Rho and Kendall’s tau) #### Prerequisites: This course assumes familiarity with R and RStudio. You should have a good understanding of R syntax and basic programming concepts, as well as familiarity with data manipulation (dplyr) and visualisation (ggplot2 package). Please consider attending Intersect’s following courses to get up to speed: \Learn to Program: R\, \Data Manipulation and Visualisation in R\ For more information, please click [here](https://intersect.org.au/training/course/r210). 2025-09-04 09:30:00 UTC 2025-09-04 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Research Data Management at WSU Online
19 September 2025
Introduction to Research Data Management at WSU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-research-data-management-at-wsu-online-65b15ca0-085d-4d29-8da1-1ed78e8d488a Are you drowning in research data? Do you want to know where you should be storing your data? Are you required to comply with funding body data management requirements, but don’t know how? This workshop is ideal for researchers who want to know how research data management can support project success and are interested in research data management services and support available at their institution. Combining slide-based background material, discussions, and case studies this workshop will equip participants with best practices for managing their valuable research data. #### You'll learn: How to manage research data according to legal, statutory, ethical, funding body and university requirements Approaches to planning, collecting, organising, managing, storing, backing up, preserving, and sharing your data Services supporting research data at your institution #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/rdmt001). 2025-09-19 10:00:00 UTC 2025-09-19 12:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Research Data Management at WSU Online
17 October 2025
Introduction to Research Data Management at WSU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-research-data-management-at-wsu-online-7414a51e-300b-4669-b9f2-d9ea8afdcfcc Are you drowning in research data? Do you want to know where you should be storing your data? Are you required to comply with funding body data management requirements, but don’t know how? This workshop is ideal for researchers who want to know how research data management can support project success and are interested in research data management services and support available at their institution. Combining slide-based background material, discussions, and case studies this workshop will equip participants with best practices for managing their valuable research data. #### You'll learn: How to manage research data according to legal, statutory, ethical, funding body and university requirements Approaches to planning, collecting, organising, managing, storing, backing up, preserving, and sharing your data Services supporting research data at your institution #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/rdmt001). 2025-10-17 10:00:00 UTC 2025-10-17 12:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Longitudinal Trials with REDCap at LTU Online
20 August 2025
Longitudinal Trials with REDCap at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/longitudinal-trials-with-redcap-at-ltu-online-561d8733-0046-45bf-855a-487701e75957 REDCap is a powerful and extensible application for managing and running longitudinal data collection activities. With powerful features such as organising data collection instruments into predefined events, you can shepherd your participants through a complex survey at various time points with very little configuration. This course will introduce some of REDCap’s more advanced features for running longitudinal studies, and builds on the foundational material taught in REDCAP101 – Managing Data Capture and Surveys with REDCap. #### You'll learn: Build a longitudinal project Manage participants throughout multiple events Configure and use Automated Survey Invitations Use Smart Variables to add powerful features to your logic Take advantage of high-granularity permissions for your collaborators Understand the data structure of a longitudinal project #### Prerequisites: This course requires the participant to have a fairly good basic knowledge of REDCap. To come up to speed, consider taking our \Data Capture and Surveys with REDCap\ workshop. For more information, please click [here](https://intersect.org.au/training/course/redcap201). 2025-08-20 10:00:00 UTC 2025-08-20 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting Started with NVivo for Mac at LTU Online
24 September 2025
Getting Started with NVivo for Mac at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-mac-at-ltu-online-b0a1db24-5bb8-408b-8ab9-476469ac430c Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it’s easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: Create and organise a qualitative research project in NVivo Import a range of data sources using NVivo’s integrated tools Code and classify your data Format your data to take advantage of NVivo’s auto-coding ability Use NVivo to discover new themes and trends in research Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Mac and is not suitable for NVivo for Windows users. For more information, please click [here](https://intersect.org.au/training/course/nvivo102). 2025-09-24 10:00:00 UTC 2025-09-24 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at LTU Online
23 September 2025
Getting started with NVivo for Windows at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-ltu-online-3d35b9ea-bb10-4992-81aa-ec24c52bd3f7 Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it’s easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: Create and organise a qualitative research project in NVivo Import a range of data sources using NVivo’s integrated tools Code and classify your data Format your data to take advantage of NVivo’s auto-coding ability Use NVivo to discover new themes and trends in research Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Windows and is not suitable for NVivo for Mac users. For more information, please click [here](https://intersect.org.au/training/course/nvivo101). 2025-09-23 10:00:00 UTC 2025-09-23 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at UNSW Online
2 - 3 September 2025
Learn to Program: Python at UNSW Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-python-at-unsw-online-9d2fe088-a999-4fe7-8630-0f6f40484b5c 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. 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. #### You'll learn: Introduction to the JupyterLab interface for programming Basic syntax and data types in Python How to load external data into Python Creating functions (FUNCTIONS) Repeating actions and analysing multiple data sets (LOOPS) Making choices (IF STATEMENTS – CONDITIONALS) Ways to visualise data in Python #### Prerequisites: No prior experience with programming is 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](https://intersect.org.au/training/webinars/). For more information, please click [here](https://intersect.org.au/training/course/python101). 2025-09-02 09:30:00 UTC 2025-09-03 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Unix Shell and Command Line Basics at UNSW Online
12 August 2025
Unix Shell and Command Line Basics at UNSW Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/unix-shell-and-command-line-basics-at-unsw-online-b6f2c4fa-64d1-4787-ad4b-d6633cb40fa6 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. #### You'll learn: 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 #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/unix101). 2025-08-12 09:30:00 UTC 2025-08-12 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with HPC using Slurm at UOA Online
7 - 8 August 2025
Getting started with HPC using Slurm at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-hpc-using-slurm-at-uoa-online-e4f8983b-0fa0-4e44-a12c-a680603e2161 Is your computer’s limited power throttling your research ambitions? Are your analysis scripts pushing your laptop’s processor to its limits? Is your software crashing because you’ve run out of memory? Would you like to unleash to power of the Unix command line to automate and run your analysis on supercomputers that you can access for free? High-Performance Computing (HPC) allows you to accomplish your analysis faster by using many parallel CPUs and huge amounts of memory simultaneously. This course provides a hands on introduction to running software on HPC infrastructure using Slurm. #### You'll learn: Connect to an HPC cluster Use the Unix command line to operate a remote computer and create job scripts Submit and manage jobs on a cluster using a scheduler Transfer files to and from a remote computer Use software through environment modules Use parallelisation to speed up data analysis Access the facilities available to you as a researcher This is the Slurm version of the Getting Started with HPC course. #### Prerequisites: This course assumes basic familiarity with the Bash command line environment found on GNU/Linux and other Unix-like environments. To come up to speed, consider taking our \Unix Shell and Command Line Basics\ course. For more information, please click [here](https://intersect.org.au/training/course/hpc202). 2025-08-07 09:30:00 UTC 2025-08-08 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at UNSW Online
26 August 2025
Getting started with NVivo for Windows at UNSW Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-unsw-online-8ad0d1bc-77dc-4545-875e-5e18d5049e95 Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it’s easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: Create and organise a qualitative research project in NVivo Import a range of data sources using NVivo’s integrated tools Code and classify your data Format your data to take advantage of NVivo’s auto-coding ability Use NVivo to discover new themes and trends in research Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Windows and is not suitable for NVivo for Mac users. For more information, please click [here](https://intersect.org.au/training/course/nvivo101). 2025-08-26 09:30:00 UTC 2025-08-26 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in R at UNSW Online
7 - 8 October 2025
Data Manipulation and Visualisation in R at UNSW Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-r-at-unsw-online-e4dcb0e2-d1a9-4bb7-9e8a-11f33bd572bd 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). You will also explore different types of graphs and learn how to customise them using one of the most popular plotting packages in R, ggplot2 (Data Visualisation). 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. #### You'll learn: - DataFrame Manipulation using the dplyr package - DataFrame Transformation using the tidyr package - Using the Grammar of Graphics to convert data into figures using the ggplot2 package - Configuring plot elements within ggplot2 - Exploring different types of plots using ggplot2 #### Prerequisites: The skills developed in [Learn to Program: R](https://intersect.org.au/training/course/r101/) are needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) course to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r203). 2025-10-07 09:30:00 UTC 2025-10-08 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Capture and Surveys with REDCap at UTS Online
15 August 2025
Data Capture and Surveys with REDCap at UTS Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-uts-online-77b98cae-b5af-4203-99de-ff5c4ec482ba Would you like to enable secure and reliable data collection forms and manage online surveys? Would your study benefit from web-based data entry? Research Electronic Data Capture (REDCap) might be for you. This course will introduce you to REDCap, a rapidly evolving web tool developed by researchers for researchers. REDCap features a high level of security, and a high degree of customisability for your forms and advanced user access control. It also features free, unlimited survey distribution functionality and a sophisticated export module with support for all standard statistical programs. #### You'll learn: Get started with REDCap Create and set up projects Design forms and surveys using the online designer Learn how to use branching logic, piping, and calculations Enter data via forms and distribute surveys Create, view and export data reports Add collaborators and set their privileges #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/redcap101). 2025-08-15 09:30:00 UTC 2025-08-15 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using Python: Introduction & Linear Regression at UNSW Online
14 - 15 October 2025
Introduction to Machine Learning using Python: Introduction & Linear Regression at UNSW Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-introduction-linear-regression-at-unsw-online-34429d6d-732f-47ef-b749-61139418d448 Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore the fundamentals of Machine Learning from a practical perspective with the help of the Python programming language and its scientific computing libraries. #### You'll learn: Understand the difference between supervised and unsupervised Machine Learning. Understand the fundamentals of Machine Learning. Comprehensive introduction to Machine Learning models and techniques such as Linear Regression and Model Training. Understand the Machine Learning modelling workflows. Use Python and scikit-learn to process real datasets, train and apply Machine Learning models #### Prerequisites: Either \Learn to Program: Python\ and \Data Manipulation in Python\ or \Learn to Program: Python\ and \Data Manipulation and Visualisation in Python\ needed to attend this course. If you already have experience with programming, please check the topics covered in courses above to ensure that you are familiar with the knowledge needed for this course, such as good understanding of Python syntax and basic programming concepts and familiarity with Pandas, Numpy and Seaborn libraries. Maths knowledge is not required. However, there is a few Math formula covered in this course and the references will be provided. Having an understanding of the Mathematics behind each Machine Learning algorithms is going to make you appreciate the behaviour of the model and know its pros/cons when using them. For more information, please click [here](https://intersect.org.au/training/course/python205). 2025-10-14 09:30:00 UTC 2025-10-15 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at Deakin Online
30 September - 1 October 2025
Learn to Program: R at Deakin Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-r-at-deakin-online-08c610c0-d501-464b-96eb-902558128f33 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. #### You'll learn: 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 #### Prerequisites: 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\. For more information, please click [here](https://intersect.org.au/training/course/r101). 2025-09-30 09:30:00 UTC 2025-10-01 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in R at Deakin Online
7 - 8 October 2025
Data Manipulation and Visualisation in R at Deakin Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-r-at-deakin-online-c06e9b84-e80c-4a40-8676-33339f330cfc 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). You will also explore different types of graphs and learn how to customise them using one of the most popular plotting packages in R, ggplot2 (Data Visualisation). 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. #### You'll learn: - DataFrame Manipulation using the dplyr package - DataFrame Transformation using the tidyr package - Using the Grammar of Graphics to convert data into figures using the ggplot2 package - Configuring plot elements within ggplot2 - Exploring different types of plots using ggplot2 #### Prerequisites: The skills developed in [Learn to Program: R](https://intersect.org.au/training/course/r101/) are needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) course to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r203). 2025-10-07 09:30:00 UTC 2025-10-08 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Beyond Basics: Conditionals and Visualisation in Excel at UNE Online
4 September 2025
Beyond Basics: Conditionals and Visualisation in Excel at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/beyond-basics-conditionals-and-visualisation-in-excel-at-une-online-b404edac-703f-4eef-8f36-b2e1f3039b3d After cleaning your dataset, you may need to apply some conditional analysis to glean greater insights from your data. You may also want to enhance your charts for inclusion into a manuscript, thesis or report by adding some statistical elements. This course will cover conditional syntax, nested functions, statistical charting and outlier identification. Armed with the tips and tricks from our introductory Excel for Researchers course, you will be able to tap into even more of Excel’s diverse functionality and apply it to your research project. #### You'll learn: - Cell syntax and conditional formatting - IF functions - Pivot Table summaries - Nesting multiple AND/IF/OR calculations - Combining nested calculations with conditional formatting to bring out important elements of the dataset - MINIFS function - Box plot creation and outlier identification - Trendline and error bar chart enhancements #### Prerequisites: Familiarity with the content of Excel for Researchers, specifically: - the general Office/Excel interface (menus, ribbons/toolbars, etc.) - workbooks and worksheets - absolute and relative references, e.g. $A$1, A1. - simple ranges, e.g. A1:B5 For more information, please click [here](https://intersect.org.au/training/course/excel201). 2025-09-04 09:30:00 UTC 2025-09-04 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with HPC using Slurm at UOA Online
30 - 31 October 2025
Getting started with HPC using Slurm at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-hpc-using-slurm-at-uoa-online-a4be6bf0-42a0-479b-8b2c-e3f5772d2872 Is your computer’s limited power throttling your research ambitions? Are your analysis scripts pushing your laptop’s processor to its limits? Is your software crashing because you’ve run out of memory? Would you like to unleash to power of the Unix command line to automate and run your analysis on supercomputers that you can access for free? High-Performance Computing (HPC) allows you to accomplish your analysis faster by using many parallel CPUs and huge amounts of memory simultaneously. This course provides a hands on introduction to running software on HPC infrastructure using Slurm. #### You'll learn: Connect to an HPC cluster Use the Unix command line to operate a remote computer and create job scripts Submit and manage jobs on a cluster using a scheduler Transfer files to and from a remote computer Use software through environment modules Use parallelisation to speed up data analysis Access the facilities available to you as a researcher This is the Slurm version of the Getting Started with HPC course. #### Prerequisites: This course assumes basic familiarity with the Bash command line environment found on GNU/Linux and other Unix-like environments. To come up to speed, consider taking our \Unix Shell and Command Line Basics\ course. For more information, please click [here](https://intersect.org.au/training/course/hpc202). 2025-10-30 09:30:00 UTC 2025-10-31 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at UniSA (online)
14 - 15 August 2025
Learn to Program: R at UniSA (online) https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-r-at-unisa-online-4e4bce73-c5b4-4f40-a89a-82736e35e374 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. #### You'll learn: 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 #### Prerequisites: 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\. For more information, please click [here](https://intersect.org.au/training/course/r101). 2025-08-14 09:30:00 UTC 2025-08-15 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at UniSA (online)
21 - 22 August 2025
Learn to Program: Python at UniSA (online) https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-python-at-unisa-online-c608fc73-635a-4e09-a6f4-cb80271af1f6 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. 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. #### You'll learn: Introduction to the JupyterLab interface for programming Basic syntax and data types in Python How to load external data into Python Creating functions (FUNCTIONS) Repeating actions and analysing multiple data sets (LOOPS) Making choices (IF STATEMENTS – CONDITIONALS) Ways to visualise data in Python #### Prerequisites: No prior experience with programming is 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](https://intersect.org.au/training/webinars/). For more information, please click [here](https://intersect.org.au/training/course/python101). 2025-08-21 09:30:00 UTC 2025-08-22 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Surveying with Qualtrics at UniSA (online)
1 October 2025
Surveying with Qualtrics at UniSA (online) https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/surveying-with-qualtrics-at-unisa-online-a1fa3eee-b450-42e7-be4f-924863b68fcf Needing to collect data from people in a structured and intuitive way? Have you thought about using Qualtrics? Qualtrics in a powerful cloud-based survey tool, ideal for social scientists from all disciplines. This course will introduce the technical components of the whole research workflow from building a survey to analysing the results using Qualtrics. We will discover the numerous design elements available in order to get the most useful results and make life as easy as can be for your respondents. If your institution has a licence to Qualtrics, then this course is right for you. #### You'll learn: Format a sample survey using the Qualtrics online platform Configure the survey using a range of design features to improve user experience Decide which distribution channel is right for your needs Understand the available data analysis and export options in Qualtrics #### Prerequisites: You must have access to a Qualtrics instance, such as through your university license. Speak to your local university IT or Research Office for assistance in accessing the Qualtrics instance. For more information, please click [here](https://intersect.org.au/training/course/qltrics101). 2025-10-01 13:00:00 UTC 2025-10-01 16:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Longitudinal Trials with REDCap at UOA Online
1 October 2025
Longitudinal Trials with REDCap at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/longitudinal-trials-with-redcap-at-uoa-online-dd557e64-81a3-49c0-ba49-a6782f4fd09c REDCap is a powerful and extensible application for managing and running longitudinal data collection activities. With powerful features such as organising data collection instruments into predefined events, you can shepherd your participants through a complex survey at various time points with very little configuration. This course will introduce some of REDCap’s more advanced features for running longitudinal studies, and builds on the foundational material taught in REDCAP101 – Managing Data Capture and Surveys with REDCap. #### You'll learn: Build a longitudinal project Manage participants throughout multiple events Configure and use Automated Survey Invitations Use Smart Variables to add powerful features to your logic Take advantage of high-granularity permissions for your collaborators Understand the data structure of a longitudinal project #### Prerequisites: This course requires the participant to have a fairly good basic knowledge of REDCap. To come up to speed, consider taking our \Data Capture and Surveys with REDCap\ workshop. For more information, please click [here](https://intersect.org.au/training/course/redcap201). 2025-10-01 09:30:00 UTC 2025-10-01 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at UNSW Online
30 September - 1 October 2025
Learn to Program: R at UNSW Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-r-at-unsw-online-e70e7de8-6838-4a1b-bb93-1d9a6acc71d5 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. #### You'll learn: 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 #### Prerequisites: 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\. For more information, please click [here](https://intersect.org.au/training/course/r101). 2025-09-30 09:30:00 UTC 2025-10-01 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using R: SVM & Unsupervised Learning at UOA Online
24 September 2025
Introduction to Machine Learning using R: SVM & Unsupervised Learning at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-svm-unsupervised-learning-at-uoa-online-037aa586-4dd3-4982-b413-77d5b486fcb8 Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore the fundamentals of Machine Learning from a practical perspective with the help of the R programming language and its scientific computing packages. #### You'll learn: Comprehensive introduction to Machine Learning models and techniques such as Support Vector Machine, K-Nearest Neighbor and Dimensionality Reduction. Know the differences between various core Machine Learning models. Understand the Machine Learning modelling workflows. Use R and its relevant packages to process real datasets, train and apply Machine Learning models. #### Prerequisites: \\Either \Learn to Program: R\ and \Data Manipulation in R\ or \Learn to Program: R\ and \Data Manipulation and Visualisation in R\needed to attend this course. If you already have experience with programming, please check the topics covered in the courses above and \Introduction to ML using R: Introduction & Linear Regression\ to ensure that you are familiar with the knowledge needed for this course, such as good understanding of R syntax and basic programming concepts, familiarity with dplyr, tidyr and ggplot2 packages, and basic understanding of Machine Learning and Model Training.\\Maths knowledge is not required. There are only a few Math formula that you are going to see in this course, however references to Mathematics required for learning about Machine Learning will be provided. Having an understanding of the Mathematics behind each Machine Learning algorithms is going to make you appreciate the behaviour of the model and know its pros/cons when using them.\\ For more information, please click [here](https://intersect.org.au/training/course/r207). 2025-09-24 09:30:00 UTC 2025-09-24 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Longitudinal Trials with REDCap at UNE Online
21 August 2025
Longitudinal Trials with REDCap at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/longitudinal-trials-with-redcap-at-une-online-f058aa3b-1248-4e2b-94ad-23aa573fb295 REDCap is a powerful and extensible application for managing and running longitudinal data collection activities. With powerful features such as organising data collection instruments into predefined events, you can shepherd your participants through a complex survey at various time points with very little configuration. This course will introduce some of REDCap’s more advanced features for running longitudinal studies, and builds on the foundational material taught in REDCAP101 – Managing Data Capture and Surveys with REDCap. #### You'll learn: Build a longitudinal project Manage participants throughout multiple events Configure and use Automated Survey Invitations Use Smart Variables to add powerful features to your logic Take advantage of high-granularity permissions for your collaborators Understand the data structure of a longitudinal project #### Prerequisites: This course requires the participant to have a fairly good basic knowledge of REDCap. To come up to speed, consider taking our \Data Capture and Surveys with REDCap\ workshop. For more information, please click [here](https://intersect.org.au/training/course/redcap201). 2025-08-21 09:30:00 UTC 2025-08-21 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Capture and Surveys with REDCap at UNE Online
9 October 2025
Data Capture and Surveys with REDCap at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-une-online-b1cc83ac-546b-4545-921a-995547200394 Would you like to enable secure and reliable data collection forms and manage online surveys? Would your study benefit from web-based data entry? Research Electronic Data Capture (REDCap) might be for you. This course will introduce you to REDCap, a rapidly evolving web tool developed by researchers for researchers. REDCap features a high level of security, and a high degree of customisability for your forms and advanced user access control. It also features free, unlimited survey distribution functionality and a sophisticated export module with support for all standard statistical programs. #### You'll learn: Get started with REDCap Create and set up projects Design forms and surveys using the online designer Learn how to use branching logic, piping, and calculations Enter data via forms and distribute surveys Create, view and export data reports Add collaborators and set their privileges #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/redcap101). 2025-10-09 09:30:00 UTC 2025-10-09 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at Deakin Online
5 - 6 August 2025
Learn to Program: Python at Deakin Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-python-at-deakin-online-8d1d2238-d6e4-478e-8da3-b4dcc368d9af 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. 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. #### You'll learn: Introduction to the JupyterLab interface for programming Basic syntax and data types in Python How to load external data into Python Creating functions (FUNCTIONS) Repeating actions and analysing multiple data sets (LOOPS) Making choices (IF STATEMENTS – CONDITIONALS) Ways to visualise data in Python #### Prerequisites: No prior experience with programming is 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](https://intersect.org.au/training/webinars/). For more information, please click [here](https://intersect.org.au/training/course/python101). 2025-08-05 09:30:00 UTC 2025-08-06 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at ACU
14 - 15 October 2025
Learn to Program: Python at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-python-at-acu-bec2acba-14db-4644-b686-e2883530bdd1 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. 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. #### You'll learn: Introduction to the JupyterLab interface for programming Basic syntax and data types in Python How to load external data into Python Creating functions (FUNCTIONS) Repeating actions and analysing multiple data sets (LOOPS) Making choices (IF STATEMENTS – CONDITIONALS) Ways to visualise data in Python #### Prerequisites: No prior experience with programming is 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](https://intersect.org.au/training/webinars/). For more information, please click [here](https://intersect.org.au/training/course/python101). 2025-10-14 09:30:00 UTC 2025-10-15 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in Python at Deakin Online
12 - 13 August 2025
Data Manipulation and Visualisation in Python at Deakin Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-python-at-deakin-online-c84de392-a932-4eaf-9de9-bc8857378911 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. You will also explore different types of graphs and learn how to customise them using two of the most popular plotting libraries in Python, matplotlib and seaborn (Data Visualisation). 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. #### You'll learn: - Working with pandas DataFrames - Indexing, slicing and subsetting in pandas DataFrames - Missing data values - Combine multiple pandas DataFrames - Using the Grammar of Graphics to convert data into figures using the seaborn and matplotlib libraries - Configuring plot elements within seaborn and matplotlib - Exploring different types of plots using seaborn #### Prerequisites: The fundamental programming concepts taught in our [Learn to Program: Python](https://intersect.org.au/training/course/python101/) course is assumed knowledge for participating in this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) course to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/python203). 2025-08-12 09:30:00 UTC 2025-08-13 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using R: Introduction & Linear Regression at UOA Online
9 - 10 September 2025
Introduction to Machine Learning using R: Introduction & Linear Regression at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-introduction-linear-regression-at-uoa-online-34ac05fe-3d5d-4101-a581-af1cfee5e51c Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore the fundamentals of Machine Learning from a practical perspective with the help of the R programming language and its scientific computing packages. #### You'll learn: Understand the difference between supervised and unsupervised Machine Learning. Understand the fundamentals of Machine Learning. Comprehensive introduction to Machine Learning models and techniques such as Linear Regression and Model Training. Understand the Machine Learning modelling workflows. Use R and and its relevant packages to process real datasets, train and apply Machine Learning models #### Prerequisites: \\Either \Learn to Program: R\ and \Data Manipulation in R\ or \Learn to Program: R\ and \Data Manipulation and Visualisation in R\needed to attend this course. If you already have experience with programming, please check the topics covered in courses above to ensure that you are familiar with the knowledge needed for this course, such as good understanding of R syntax and basic programming concepts and familiarity with dplyr, tidyr and ggplot2 packages.\\Maths knowledge is not required. There are only a few Math formula that you are going to see in this course, however references to Mathematics required for learning about Machine Learning will be provided. Having an understanding of the Mathematics behind each Machine Learning algorithms is going to make you appreciate the behaviour of the model and know its pros/cons when using them.\\ For more information, please click [here](https://intersect.org.au/training/course/r205). 2025-09-09 09:30:00 UTC 2025-09-10 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in Python at ACU
21 - 22 October 2025
Data Manipulation and Visualisation in Python at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-python-at-acu-837b29b6-4bdb-4f3f-8888-39f43c5423b4 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. You will also explore different types of graphs and learn how to customise them using two of the most popular plotting libraries in Python, matplotlib and seaborn (Data Visualisation). 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. #### You'll learn: - Working with pandas DataFrames - Indexing, slicing and subsetting in pandas DataFrames - Missing data values - Combine multiple pandas DataFrames - Using the Grammar of Graphics to convert data into figures using the seaborn and matplotlib libraries - Configuring plot elements within seaborn and matplotlib - Exploring different types of plots using seaborn #### Prerequisites: The fundamental programming concepts taught in our [Learn to Program: Python](https://intersect.org.au/training/course/python101/) course is assumed knowledge for participating in this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: Python](https://intersect.org.au/training/course/python101/) course to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/python203). 2025-10-21 09:30:00 UTC 2025-10-22 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in R at UOA Online
28 - 29 August 2025
Data Manipulation and Visualisation in R at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-r-at-uoa-online-f48674ea-6eab-4399-a4a1-779a7f893cec 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). You will also explore different types of graphs and learn how to customise them using one of the most popular plotting packages in R, ggplot2 (Data Visualisation). 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. #### You'll learn: - DataFrame Manipulation using the dplyr package - DataFrame Transformation using the tidyr package - Using the Grammar of Graphics to convert data into figures using the ggplot2 package - Configuring plot elements within ggplot2 - Exploring different types of plots using ggplot2 #### Prerequisites: The skills developed in [Learn to Program: R](https://intersect.org.au/training/course/r101/) are needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) course to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r203). 2025-08-28 09:30:00 UTC 2025-08-29 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Entry, Exploration, & Analysis in SPSS at LTU Online
9 - 10 September 2025
Data Entry, Exploration, & Analysis in SPSS at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-entry-exploration-analysis-in-spss-at-ltu-online-2504a8d7-67f8-4318-a972-bc0eef21c342 This hands-on training is designed to familiarize you with the interface and basic data processing functionalities in SPSS. We will examine several “must know” syntax commands that can help streamline data entry and processing. In addition, we will explore how to obtain descriptive statistics in SPSS and perform visualization. This workshop is recommended for researchers and postgraduate students who are new to SPSS or Statistics; or those simply looking for a refresher course before taking a deep dive into using SPSS, either to apply it to their research or to add it to their arsenal of eResearch skills. #### You'll learn: - Navigate SPSS Variable and Data views. - Create and describe data from scratch. - Import Data from Excel. - Familiarise yourself with exploratory data analysis (EDA), including: - Understand variable types, identity missing data and outliers. - Visualise data in graphs and tables. - Compose SPSS Syntax to repeat and store analysis steps. - Generate a report testing assumptions of statistical tests. - Additional exercises: - Check assumptions for common statistical tests. - Make stunning plots. #### Prerequisites: In order to participate, attendees must have a licensed copy of SPSS installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. For more information, please click [here](https://intersect.org.au/training/course/spss101). 2025-09-09 10:00:00 UTC 2025-09-10 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Surveying with Qualtrics at UNSW Online
23 September 2025
Surveying with Qualtrics at UNSW Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/surveying-with-qualtrics-at-unsw-online Needing to collect data from people in a structured and intuitive way? Have you thought about using Qualtrics? Qualtrics in a powerful cloud-based survey tool, ideal for social scientists from all disciplines. This course will introduce the technical components of the whole research workflow from building a survey to analysing the results using Qualtrics. We will discover the numerous design elements available in order to get the most useful results and make life as easy as can be for your respondents. If your institution has a licence to Qualtrics, then this course is right for you. #### You'll learn: Format a sample survey using the Qualtrics online platform Configure the survey using a range of design features to improve user experience Decide which distribution channel is right for your needs Understand the available data analysis and export options in Qualtrics #### Prerequisites: You must have access to a Qualtrics instance, such as through your university license. Speak to your local university IT or Research Office for assistance in accessing the Qualtrics instance. For more information, please click [here](https://intersect.org.au/training/course/qltrics101). 2025-09-23 09:30:00 UTC 2025-09-23 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Exploring Chi-square and correlation in R at UNE Online
30 October 2025
Exploring Chi-square and correlation in R at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/exploring-chi-square-and-correlation-in-r-at-une-online-c85f8b66-93be-4fbd-b5c8-7525b3e736ef This hands-on training is designed to familiarise you with the data analysis environment of the R programming. In this session, we will traverse into the realm of inferential statistics, beginning with correlation and reliability. We will present a brief conceptual overview and the R procedures for computing reliability and correlation (Pearson’s r, Spearman’s Rho and Kendall’s tau) in real world datasets. #### You'll learn: Obtain inferential statistics and assess data normality Manipulate data and create graphs Perform Chi-Square tests (Goodness of Fit test and Test of Independence) Perform correlations on continuous and categorical data (Pearson’s r, Spearman’s Rho and Kendall’s tau) #### Prerequisites: This course assumes familiarity with R and RStudio. You should have a good understanding of R syntax and basic programming concepts, as well as familiarity with data manipulation (dplyr) and visualisation (ggplot2 package). Please consider attending Intersect’s following courses to get up to speed: \Learn to Program: R\, \Data Manipulation and Visualisation in R\ For more information, please click [here](https://intersect.org.au/training/course/r210). 2025-10-30 09:30:00 UTC 2025-10-30 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Excel for Researchers at ACU
12 - 13 August 2025
Introduction to Excel for Researchers at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-excel-for-researchers-at-acu-04c278c8-32da-4b14-ae6e-e86f97662db2 Data rarely comes in the form you require. Often it is messy. Sometimes it is incomplete. And sometimes there’s too much of it. Frequently, it has errors. We’ll use one of the most widespread data wrangling tools, Microsoft Excel, to import, sort, filter, copy, protect, transform, summarise, merge, and visualise research data. While aimed at novice Excel users, most attendees will walk away with new tricks to work more efficiently with their research data. #### You'll learn: ‘Clean up’ messy research data Organise, format and name your data Interpret your data (SORTING, FILTERING, CONDITIONAL FORMATTING) Perform calculations on your data using functions (MAX, MIN, AVERAGE) Extract significant findings from your data (PIVOT TABLE, VLOOKUP) Manipulate your data (convert data format, work with DATES and TIMES) Create graphs and charts to visualise your data (CHARTS) Handy tips to speed up your work #### Prerequisites: In order to participate, attendees must have a licensed copy of Microsoft Excel installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. For more information, please click [here](https://intersect.org.au/training/course/excel101). 2025-08-12 09:30:00 UTC 2025-08-13 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Research Data Management at WSU Online
22 August 2025
Introduction to Research Data Management at WSU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-research-data-management-at-wsu-online-76d8ad95-15fb-45bb-bf1a-7bafb9b08823 Are you drowning in research data? Do you want to know where you should be storing your data? Are you required to comply with funding body data management requirements, but don’t know how? This workshop is ideal for researchers who want to know how research data management can support project success and are interested in research data management services and support available at their institution. Combining slide-based background material, discussions, and case studies this workshop will equip participants with best practices for managing their valuable research data. #### You'll learn: How to manage research data according to legal, statutory, ethical, funding body and university requirements Approaches to planning, collecting, organising, managing, storing, backing up, preserving, and sharing your data Services supporting research data at your institution #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/rdmt001). 2025-08-22 10:00:00 UTC 2025-08-22 12:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting Started with NVivo for Mac at UNE Online
18 November 2025
Getting Started with NVivo for Mac at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-mac-at-une-online Does your research see you working through unstructured and non-numerical data? With the ability to collect, store and analyse different data types all in the one location makes, it’s easy to see why NVivo is becoming the tool of choice for many researchers. NVivo allows researchers to simply organise and manage data from a variety of sources including surveys, interviews, articles, video, email, social media and web content, PDFs and images. Coding your data allows you to discover trends and compares themes as they emerge across different sources and data types. Using NVivo memos and visualisations combined with the ability to integrate with popular bibliographic tools you can get your research ready for publication sooner. #### You'll learn: Create and organise a qualitative research project in NVivo Import a range of data sources using NVivo’s integrated tools Code and classify your data Format your data to take advantage of NVivo’s auto-coding ability Use NVivo to discover new themes and trends in research Visualise relationships and trends in your data #### Prerequisites: In order to participate, attendees must have a licensed copy of NVivo installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. This course is taught using NVivo 12 Pro for Mac and is not suitable for NVivo for Windows users. For more information, please click [here](https://intersect.org.au/training/course/nvivo102). 2025-11-18 10:00:00 UTC 2025-11-18 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Databases and SQL at ACU
10 September 2025
Databases and SQL at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/databases-and-sql-at-acu 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. #### You'll learn: 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 #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/sql101). 2025-09-10 09:30:00 UTC 2025-09-10 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Unix Shell and Command Line Basics at UOA Online
24 October 2025
Unix Shell and Command Line Basics at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/unix-shell-and-command-line-basics-at-uoa-online-26b56e0c-7485-48ac-95bf-658e02b08b36 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. #### You'll learn: 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 #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/unix101). 2025-10-24 09:30:00 UTC 2025-10-24 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in R at UNE Online
25 - 26 September 2025
Data Manipulation and Visualisation in R at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-r-at-une-online-a2600126-3a93-461c-97d5-9b499125a9aa 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). You will also explore different types of graphs and learn how to customise them using one of the most popular plotting packages in R, ggplot2 (Data Visualisation). 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. #### You'll learn: - DataFrame Manipulation using the dplyr package - DataFrame Transformation using the tidyr package - Using the Grammar of Graphics to convert data into figures using the ggplot2 package - Configuring plot elements within ggplot2 - Exploring different types of plots using ggplot2 #### Prerequisites: The skills developed in [Learn to Program: R](https://intersect.org.au/training/course/r101/) are needed to attend this course. If you already have experience with programming, please check the topics covered in the [Learn to Program: R](https://intersect.org.au/training/course/r101/) course to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r203). 2025-09-25 09:30:00 UTC 2025-09-26 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at Deakin Online
28 - 29 October 2025
Excel for Researchers at Deakin Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/excel-for-researchers-at-deakin-online-cf7c0b0b-e2cf-4bab-8e0b-2edb51971116 Data rarely comes in the form you require. Often it is messy. Sometimes it is incomplete. And sometimes there’s too much of it. Frequently, it has errors. We’ll use one of the most widespread data wrangling tools, Microsoft Excel, to import, sort, filter, copy, protect, transform, summarise, merge, and visualise research data. While aimed at novice Excel users, most attendees will walk away with new tricks to work more efficiently with their research data. #### You'll learn: ‘Clean up’ messy research data Organise, format and name your data Interpret your data (SORTING, FILTERING, CONDITIONAL FORMATTING) Perform calculations on your data using functions (MAX, MIN, AVERAGE) Extract significant findings from your data (PIVOT TABLE, VLOOKUP) Manipulate your data (convert data format, work with DATES and TIMES) Create graphs and charts to visualise your data (CHARTS) Handy tips to speed up your work #### Prerequisites: In order to participate, attendees must have a licensed copy of Microsoft Excel installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. For more information, please click [here](https://intersect.org.au/training/course/excel101). 2025-10-28 09:30:00 UTC 2025-10-29 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at UOA Online
11 - 12 November 2025
Learn to Program: R at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-r-at-uoa-online-023b70ec-8ec5-479d-beac-484015ffb221 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. #### You'll learn: 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 #### Prerequisites: 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\. For more information, please click [here](https://intersect.org.au/training/course/r101). 2025-11-11 09:30:00 UTC 2025-11-12 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at UOA Online
25 - 26 November 2025
Excel for Researchers at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/excel-for-researchers-at-uoa-online-cbdbe238-1f6a-49da-a6a6-7e67aba48f58 Data rarely comes in the form you require. Often it is messy. Sometimes it is incomplete. And sometimes there’s too much of it. Frequently, it has errors. We’ll use one of the most widespread data wrangling tools, Microsoft Excel, to import, sort, filter, copy, protect, transform, summarise, merge, and visualise research data. While aimed at novice Excel users, most attendees will walk away with new tricks to work more efficiently with their research data. #### You'll learn: ‘Clean up’ messy research data Organise, format and name your data Interpret your data (SORTING, FILTERING, CONDITIONAL FORMATTING) Perform calculations on your data using functions (MAX, MIN, AVERAGE) Extract significant findings from your data (PIVOT TABLE, VLOOKUP) Manipulate your data (convert data format, work with DATES and TIMES) Create graphs and charts to visualise your data (CHARTS) Handy tips to speed up your work #### Prerequisites: In order to participate, attendees must have a licensed copy of Microsoft Excel installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. For more information, please click [here](https://intersect.org.au/training/course/excel101). 2025-11-25 09:30:00 UTC 2025-11-26 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Beyond Basics: Conditionals and Visualisation in Excel at UOA Online
13 August 2025
Beyond Basics: Conditionals and Visualisation in Excel at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/beyond-basics-conditionals-and-visualisation-in-excel-at-uoa-online-253c8936-8e64-45f5-8be7-13f869f2fb05 After cleaning your dataset, you may need to apply some conditional analysis to glean greater insights from your data. You may also want to enhance your charts for inclusion into a manuscript, thesis or report by adding some statistical elements. This course will cover conditional syntax, nested functions, statistical charting and outlier identification. Armed with the tips and tricks from our introductory Excel for Researchers course, you will be able to tap into even more of Excel’s diverse functionality and apply it to your research project. #### You'll learn: - Cell syntax and conditional formatting - IF functions - Pivot Table summaries - Nesting multiple AND/IF/OR calculations - Combining nested calculations with conditional formatting to bring out important elements of the dataset - MINIFS function - Box plot creation and outlier identification - Trendline and error bar chart enhancements #### Prerequisites: Familiarity with the content of Excel for Researchers, specifically: - the general Office/Excel interface (menus, ribbons/toolbars, etc.) - workbooks and worksheets - absolute and relative references, e.g. $A$1, A1. - simple ranges, e.g. A1:B5 For more information, please click [here](https://intersect.org.au/training/course/excel201). 2025-08-13 09:30:00 UTC 2025-08-13 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Longitudinal Trials with REDCap at UNE Online
14 November 2025
Longitudinal Trials with REDCap at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/longitudinal-trials-with-redcap-at-une-online-86b3f750-9a9e-468b-996f-4d1de17183c0 REDCap is a powerful and extensible application for managing and running longitudinal data collection activities. With powerful features such as organising data collection instruments into predefined events, you can shepherd your participants through a complex survey at various time points with very little configuration. This course will introduce some of REDCap’s more advanced features for running longitudinal studies, and builds on the foundational material taught in REDCAP101 – Managing Data Capture and Surveys with REDCap. #### You'll learn: Build a longitudinal project Manage participants throughout multiple events Configure and use Automated Survey Invitations Use Smart Variables to add powerful features to your logic Take advantage of high-granularity permissions for your collaborators Understand the data structure of a longitudinal project #### Prerequisites: This course requires the participant to have a fairly good basic knowledge of REDCap. To come up to speed, consider taking our \Data Capture and Surveys with REDCap\ workshop. For more information, please click [here](https://intersect.org.au/training/course/redcap201). 2025-11-14 09:30:00 UTC 2025-11-14 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at UNE Online
7 - 8 August 2025
Excel for Researchers at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/excel-for-researchers-at-une-online-13760f3e-a4ea-4030-ae99-33ae7b7b21e2 Data rarely comes in the form you require. Often it is messy. Sometimes it is incomplete. And sometimes there’s too much of it. Frequently, it has errors. We’ll use one of the most widespread data wrangling tools, Microsoft Excel, to import, sort, filter, copy, protect, transform, summarise, merge, and visualise research data. While aimed at novice Excel users, most attendees will walk away with new tricks to work more efficiently with their research data. #### You'll learn: ‘Clean up’ messy research data Organise, format and name your data Interpret your data (SORTING, FILTERING, CONDITIONAL FORMATTING) Perform calculations on your data using functions (MAX, MIN, AVERAGE) Extract significant findings from your data (PIVOT TABLE, VLOOKUP) Manipulate your data (convert data format, work with DATES and TIMES) Create graphs and charts to visualise your data (CHARTS) Handy tips to speed up your work #### Prerequisites: In order to participate, attendees must have a licensed copy of Microsoft Excel installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. For more information, please click [here](https://intersect.org.au/training/course/excel101). 2025-08-07 09:30:00 UTC 2025-08-08 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Surveying with Qualtrics at UNE Online
23 October 2025
Surveying with Qualtrics at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/surveying-with-qualtrics-at-une-online-90b079be-f38b-48e8-bd57-b62f22ba4dd9 Needing to collect data from people in a structured and intuitive way? Have you thought about using Qualtrics? Qualtrics in a powerful cloud-based survey tool, ideal for social scientists from all disciplines. This course will introduce the technical components of the whole research workflow from building a survey to analysing the results using Qualtrics. We will discover the numerous design elements available in order to get the most useful results and make life as easy as can be for your respondents. If your institution has a licence to Qualtrics, then this course is right for you. #### You'll learn: Format a sample survey using the Qualtrics online platform Configure the survey using a range of design features to improve user experience Decide which distribution channel is right for your needs Understand the available data analysis and export options in Qualtrics #### Prerequisites: You must have access to a Qualtrics instance, such as through your university license. Speak to your local university IT or Research Office for assistance in accessing the Qualtrics instance. For more information, please click [here](https://intersect.org.au/training/course/qltrics101). 2025-10-23 09:30:00 UTC 2025-10-23 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Entry, Exploration, & Analysis in SPSS at UNE Online
14 - 15 August 2025
Data Entry, Exploration, & Analysis in SPSS at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-entry-exploration-analysis-in-spss-at-une-online This hands-on training is designed to familiarize you with the interface and basic data processing functionalities in SPSS. We will examine several “must know” syntax commands that can help streamline data entry and processing. In addition, we will explore how to obtain descriptive statistics in SPSS and perform visualization. This workshop is recommended for researchers and postgraduate students who are new to SPSS or Statistics; or those simply looking for a refresher course before taking a deep dive into using SPSS, either to apply it to their research or to add it to their arsenal of eResearch skills. #### You'll learn: - Navigate SPSS Variable and Data views. - Create and describe data from scratch. - Import Data from Excel. - Familiarise yourself with exploratory data analysis (EDA), including: - Understand variable types, identity missing data and outliers. - Visualise data in graphs and tables. - Compose SPSS Syntax to repeat and store analysis steps. - Generate a report testing assumptions of statistical tests. - Additional exercises: - Check assumptions for common statistical tests. - Make stunning plots. #### Prerequisites: In order to participate, attendees must have a licensed copy of SPSS installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. For more information, please click [here](https://intersect.org.au/training/course/spss101). 2025-08-14 09:30:00 UTC 2025-08-15 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Beyond Basics: Conditionals and Visualisation in Excel at ACU
20 August 2025
Beyond Basics: Conditionals and Visualisation in Excel at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/beyond-basics-conditionals-and-visualisation-in-excel-at-acu-55b9dd7d-dc07-4cda-b44a-69fa3bdcd0da After cleaning your dataset, you may need to apply some conditional analysis to glean greater insights from your data. You may also want to enhance your charts for inclusion into a manuscript, thesis or report by adding some statistical elements. This course will cover conditional syntax, nested functions, statistical charting and outlier identification. Armed with the tips and tricks from our introductory Excel for Researchers course, you will be able to tap into even more of Excel’s diverse functionality and apply it to your research project. #### You'll learn: - Cell syntax and conditional formatting - IF functions - Pivot Table summaries - Nesting multiple AND/IF/OR calculations - Combining nested calculations with conditional formatting to bring out important elements of the dataset - MINIFS function - Box plot creation and outlier identification - Trendline and error bar chart enhancements #### Prerequisites: Familiarity with the content of Excel for Researchers, specifically: - the general Office/Excel interface (menus, ribbons/toolbars, etc.) - workbooks and worksheets - absolute and relative references, e.g. $A$1, A1. - simple ranges, e.g. A1:B5 For more information, please click [here](https://intersect.org.au/training/course/excel201). 2025-08-20 09:30:00 UTC 2025-08-20 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using R: Introduction & Linear Regression at UNE Online
6 - 7 November 2025
Introduction to Machine Learning using R: Introduction & Linear Regression at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-introduction-linear-regression-at-une-online-469dd7ca-577f-47e0-861d-47d96b685037 Machine Learning (ML) is a new way to program computers to solve real world problems. It has gained popularity over the last few years by achieving tremendous success in tasks that we believed only humans could solve, from recognising images to self-driving cars. In this course, we will explore the fundamentals of Machine Learning from a practical perspective with the help of the R programming language and its scientific computing packages. #### You'll learn: Understand the difference between supervised and unsupervised Machine Learning. Understand the fundamentals of Machine Learning. Comprehensive introduction to Machine Learning models and techniques such as Linear Regression and Model Training. Understand the Machine Learning modelling workflows. Use R and and its relevant packages to process real datasets, train and apply Machine Learning models #### Prerequisites: \\Either \Learn to Program: R\ and \Data Manipulation in R\ or \Learn to Program: R\ and \Data Manipulation and Visualisation in R\needed to attend this course. If you already have experience with programming, please check the topics covered in courses above to ensure that you are familiar with the knowledge needed for this course, such as good understanding of R syntax and basic programming concepts and familiarity with dplyr, tidyr and ggplot2 packages.\\Maths knowledge is not required. There are only a few Math formula that you are going to see in this course, however references to Mathematics required for learning about Machine Learning will be provided. Having an understanding of the Mathematics behind each Machine Learning algorithms is going to make you appreciate the behaviour of the model and know its pros/cons when using them.\\ For more information, please click [here](https://intersect.org.au/training/course/r205). 2025-11-06 09:30:00 UTC 2025-11-07 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Surveying with Qualtrics at ACU
8 October 2025
Introduction to Surveying with Qualtrics at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-surveying-with-qualtrics-at-acu-5f943974-9c46-41e6-8fb1-da97ddfc993d Needing to collect data from people in a structured and intuitive way? Have you thought about using Qualtrics? Qualtrics in a powerful cloud-based survey tool, ideal for social scientists from all disciplines. This course will introduce the technical components of the whole research workflow from building a survey to analysing the results using Qualtrics. We will discover the numerous design elements available in order to get the most useful results and make life as easy as can be for your respondents. If your institution has a licence to Qualtrics, then this course is right for you. #### You'll learn: Format a sample survey using the Qualtrics online platform Configure the survey using a range of design features to improve user experience Decide which distribution channel is right for your needs Understand the available data analysis and export options in Qualtrics #### Prerequisites: You must have access to a Qualtrics instance, such as through your university license. Speak to your local university IT or Research Office for assistance in accessing the Qualtrics instance. For more information, please click [here](https://intersect.org.au/training/course/qltrics101). 2025-10-08 10:00:00 UTC 2025-10-08 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at LTU Online
26 - 27 August 2025
Excel for Researchers at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/excel-for-researchers-at-ltu-online-673aaf3d-27b7-4f5f-af84-11e5b68ba3fb Data rarely comes in the form you require. Often it is messy. Sometimes it is incomplete. And sometimes there’s too much of it. Frequently, it has errors. We’ll use one of the most widespread data wrangling tools, Microsoft Excel, to import, sort, filter, copy, protect, transform, summarise, merge, and visualise research data. While aimed at novice Excel users, most attendees will walk away with new tricks to work more efficiently with their research data. #### You'll learn: ‘Clean up’ messy research data Organise, format and name your data Interpret your data (SORTING, FILTERING, CONDITIONAL FORMATTING) Perform calculations on your data using functions (MAX, MIN, AVERAGE) Extract significant findings from your data (PIVOT TABLE, VLOOKUP) Manipulate your data (convert data format, work with DATES and TIMES) Create graphs and charts to visualise your data (CHARTS) Handy tips to speed up your work #### Prerequisites: In order to participate, attendees must have a licensed copy of Microsoft Excel installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. For more information, please click [here](https://intersect.org.au/training/course/excel101). 2025-08-26 10:00:00 UTC 2025-08-27 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at UNE Online
11 - 12 September 2025
Learn to Program: R at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-r-at-une-online-36f302e2-da7f-41f4-9b7d-ad7a24b2fb59 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. #### You'll learn: 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 #### Prerequisites: 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\. For more information, please click [here](https://intersect.org.au/training/course/r101). 2025-09-11 09:30:00 UTC 2025-09-12 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Capture and Surveys with REDCap at Deakin Online
14 October 2025
Data Capture and Surveys with REDCap at Deakin Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-deakin-online-74b98ac5-8287-425d-a9e9-a8f95f1f3839 Would you like to enable secure and reliable data collection forms and manage online surveys? Would your study benefit from web-based data entry? Research Electronic Data Capture (REDCap) might be for you. This course will introduce you to REDCap, a rapidly evolving web tool developed by researchers for researchers. REDCap features a high level of security, and a high degree of customisability for your forms and advanced user access control. It also features free, unlimited survey distribution functionality and a sophisticated export module with support for all standard statistical programs. #### You'll learn: Get started with REDCap Create and set up projects Design forms and surveys using the online designer Learn how to use branching logic, piping, and calculations Enter data via forms and distribute surveys Create, view and export data reports Add collaborators and set their privileges #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/redcap101). 2025-10-14 09:30:00 UTC 2025-10-14 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Randomised Controlled Trials with REDCap at UNE Online
28 November 2025
Randomised Controlled Trials with REDCap at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/randomised-controlled-trials-with-redcap-at-une-online-971c76ed-44b9-48c3-b33b-81e0a1616ea3 REDCap is a powerful and extensible application for managing and running longitudinal data collection activities. In this course, learn how to manage a Randomised Controlled Trial using REDCap, including the randomisation module, adverse event reporting and automated participant withdrawals. This course will introduce some of REDCap’s more advanced features for running randomised trials, and builds on the material taught in REDCAP201 – Longitudinal Trials with REDCap. #### You'll learn: - Create Data Access Groups (DAGs) and assign users to manage trial sites - Build randomisation allocation table - Enable and implement participant randomisation module - Design an adverse reporting system using Automated Survey Invitations and Alerts - Create an automated participant withdrawal process - Customise record dashboards #### Prerequisites: Learners should have a solid understanding of REDCap and be familiar with the content of [Data Capture and Surveys with REDCap](https://intersectaustralia.github.io/training/REDCAP101/) and [Longitudinal Trials with REDCap](https://intersectaustralia.github.io/training/REDCAP201/). For more information, please click [here](https://intersect.org.au/training/course/redcap202). 2025-11-28 09:30:00 UTC 2025-11-28 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Beyond Basics: Conditionals and Visualisation in Excel at LTU Online
2 September 2025
Beyond Basics: Conditionals and Visualisation in Excel at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/beyond-basics-conditionals-and-visualisation-in-excel-at-ltu-online-7158d0a1-7f1a-4b31-a782-f1711fc2a258 After cleaning your dataset, you may need to apply some conditional analysis to glean greater insights from your data. You may also want to enhance your charts for inclusion into a manuscript, thesis or report by adding some statistical elements. This course will cover conditional syntax, nested functions, statistical charting and outlier identification. Armed with the tips and tricks from our introductory Excel for Researchers course, you will be able to tap into even more of Excel’s diverse functionality and apply it to your research project. #### You'll learn: - Cell syntax and conditional formatting - IF functions - Pivot Table summaries - Nesting multiple AND/IF/OR calculations - Combining nested calculations with conditional formatting to bring out important elements of the dataset - MINIFS function - Box plot creation and outlier identification - Trendline and error bar chart enhancements #### Prerequisites: Familiarity with the content of Excel for Researchers, specifically: - the general Office/Excel interface (menus, ribbons/toolbars, etc.) - workbooks and worksheets - absolute and relative references, e.g. $A$1, A1. - simple ranges, e.g. A1:B5 For more information, please click [here](https://intersect.org.au/training/course/excel201). 2025-09-02 10:00:00 UTC 2025-09-02 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at LTU Online
16 - 17 September 2025
Learn to Program: R at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-r-at-ltu-online-e15b920b-3f0f-4724-9c49-d70f34a685ca 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. #### You'll learn: 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 #### Prerequisites: 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\. For more information, please click [here](https://intersect.org.au/training/course/r101). 2025-09-16 10:00:00 UTC 2025-09-17 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Capture and Surveys with REDCap at LTU Online
4 September 2025
Data Capture and Surveys with REDCap at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-ltu-online-a03e5398-9f75-42c0-9660-7c9a54deb682 Would you like to enable secure and reliable data collection forms and manage online surveys? Would your study benefit from web-based data entry? Research Electronic Data Capture (REDCap) might be for you. This course will introduce you to REDCap, a rapidly evolving web tool developed by researchers for researchers. REDCap features a high level of security, and a high degree of customisability for your forms and advanced user access control. It also features free, unlimited survey distribution functionality and a sophisticated export module with support for all standard statistical programs. #### You'll learn: Get started with REDCap Create and set up projects Design forms and surveys using the online designer Learn how to use branching logic, piping, and calculations Enter data via forms and distribute surveys Create, view and export data reports Add collaborators and set their privileges #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/redcap101). 2025-09-04 10:00:00 UTC 2025-09-04 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with HPC using Slurm at Deakin Online
2 - 3 September 2025
Getting started with HPC using Slurm at Deakin Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-hpc-using-slurm-at-deakin-online Is your computer’s limited power throttling your research ambitions? Are your analysis scripts pushing your laptop’s processor to its limits? Is your software crashing because you’ve run out of memory? Would you like to unleash to power of the Unix command line to automate and run your analysis on supercomputers that you can access for free? High-Performance Computing (HPC) allows you to accomplish your analysis faster by using many parallel CPUs and huge amounts of memory simultaneously. This course provides a hands on introduction to running software on HPC infrastructure using Slurm. #### You'll learn: Connect to an HPC cluster Use the Unix command line to operate a remote computer and create job scripts Submit and manage jobs on a cluster using a scheduler Transfer files to and from a remote computer Use software through environment modules Use parallelisation to speed up data analysis Access the facilities available to you as a researcher This is the Slurm version of the Getting Started with HPC course. #### Prerequisites: This course assumes basic familiarity with the Bash command line environment found on GNU/Linux and other Unix-like environments. To come up to speed, consider taking our \Unix Shell and Command Line Basics\ course. For more information, please click [here](https://intersect.org.au/training/course/hpc202). 2025-09-02 09:30:00 UTC 2025-09-03 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at WSU Online
4 - 5 September 2025
Excel for Researchers at WSU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/excel-for-researchers-at-wsu-online-c25a4dd3-709b-4ddf-b0c7-a74051f6aba4 Data rarely comes in the form you require. Often it is messy. Sometimes it is incomplete. And sometimes there’s too much of it. Frequently, it has errors. We’ll use one of the most widespread data wrangling tools, Microsoft Excel, to import, sort, filter, copy, protect, transform, summarise, merge, and visualise research data. While aimed at novice Excel users, most attendees will walk away with new tricks to work more efficiently with their research data. #### You'll learn: ‘Clean up’ messy research data Organise, format and name your data Interpret your data (SORTING, FILTERING, CONDITIONAL FORMATTING) Perform calculations on your data using functions (MAX, MIN, AVERAGE) Extract significant findings from your data (PIVOT TABLE, VLOOKUP) Manipulate your data (convert data format, work with DATES and TIMES) Create graphs and charts to visualise your data (CHARTS) Handy tips to speed up your work #### Prerequisites: In order to participate, attendees must have a licensed copy of Microsoft Excel installed on their computer. Speak to your local university IT or Research Office for assistance in obtaining a license and installing the software. For more information, please click [here](https://intersect.org.au/training/course/excel101). 2025-09-04 09:30:00 UTC 2025-09-05 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution []
