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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
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
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
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
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
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
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
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
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
-
Data Capture and Surveys with REDCap at UC Online
27 February 2025
Data Capture and Surveys with REDCap at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-uc-online-ac058957-be4f-4e07-b31e-e62109b6cc15 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-02-27 09:30:00 UTC 2025-02-27 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
11 April 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-faf81d17-23ba-4096-b776-ca4b72f28345 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-04-11 09:30:00 UTC 2025-04-11 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Entry and Processing in SPSS at UC Online
11 - 12 June 2025
Data Entry and Processing in SPSS at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-entry-and-processing-in-spss-at-uc-online-bbaafc46-0282-4408-a11f-47747497656f 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 the SPSS working environment Prepare data files and define variables Enter data in SPSS and Import data from Excel Perform data screening Compose SPSS Syntax for data processing Obtain descriptive statistics, create graphs & assess normality Manipulate and transform variables #### 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-06-11 09:30:00 UTC 2025-06-12 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at UniSA (online)
2 May 2025
Getting started with NVivo for Windows at UniSA (online) https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-unisa-online-ea4a5441-d1fc-4583-b43e-923807ca973f 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-05-02 09:30:00 UTC 2025-05-02 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
23 April 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-1d0188ae-7db2-4b59-b7a9-25f328df82aa 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-04-23 09:30:00 UTC 2025-04-23 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting Started with NVivo for Mac at UniSA (online)
30 April 2025
Getting Started with NVivo for Mac at UniSA (online) https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-mac-at-unisa-online-e9ff3820-c544-44f2-b32e-03a82310bb44 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-04-30 09:30:00 UTC 2025-04-30 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at UTS Online
22 - 23 February 2025
Excel for Researchers at UTS Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/excel-for-researchers-at-uts-online-812478aa-3801-4efc-aca7-2f9f923da458 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-02-22 09:30:00 UTC 2025-02-23 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at DU Online
17 April 2025
Getting started with NVivo for Windows at DU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-du-online-3ddd1d22-00c4-480e-a5c4-c775a20a56cd 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-04-17 09:30:00 UTC 2025-04-17 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at UTS Online
20 March 2025
Getting started with NVivo for Windows at UTS Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-uts-online-20a0abe5-91fa-4140-83db-224f4f592321 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-03-20 09:30:00 UTC 2025-03-20 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at LTU Online
7 June 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-f49f7ebf-40cb-47be-b6f8-c988fa4e7c1f 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-06-07 10:00:00 UTC 2025-06-07 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
12 February 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-1b779085-eb31-448c-9662-a10ae9fe0e11 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-02-12 10:00:00 UTC 2025-02-12 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at ACU
23 - 24 April 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-c236b4ad-b5fb-4d4b-afd6-f00ecb3fbc63 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-04-23 09:30:00 UTC 2025-04-24 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Excel for Researchers at ACU
20 - 21 May 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-5d9007d3-9be5-4778-8fd9-912af65a8842 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-05-20 09:30:00 UTC 2025-05-21 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at LTU Online
9 - 10 July 2025
Learn to Program: Python at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-python-at-ltu-online-4995e32f-64f1-457f-bd90-68f6f93bf3cc 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-07-09 10:00:00 UTC 2025-07-10 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Version Control with Git at DPE Online
1 May 2025
Version Control with Git at DPE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/version-control-with-git-at-dpe-online Have you mistakenly overwritten programs or data and want to learn techniques to avoid repeating the loss? Version control systems are one of the most powerful tools available for avoiding data loss and enabling reproducible research. While the learning curve can be steep, our trainers are there to answer all your questions while you gain hands on experience in using Git, one of the most popular version control systems available. Join us for this workshop where we cover the fundamentals of version control using the researcher-focused training modules from the highly regarded Software Carpentry Foundation. #### You'll learn: keep versions of data, scripts, and other files examine commit logs to find which files were changed when restore earlier versions of files compare changes between versions of a file push your versioned files to a remote location, for backup and to facilitate collaboration #### Prerequisites: The course has no prerequisites. For more information, please click [here](https://intersect.org.au/training/course/git101). 2025-05-01 09:30:00 UTC 2025-05-01 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Exploring Chi-square and correlation in R at UC Online
4 July 2025
Exploring Chi-square and correlation in R at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/exploring-chi-square-and-correlation-in-r-at-uc-online-e42829ce-f307-408b-b067-aea169dc0f30 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-07-04 09:30:00 UTC 2025-07-04 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at UOA Online
16 - 17 April 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-6ea09756-f8b1-4f39-a653-2a7a082c148c 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-04-16 09:30:00 UTC 2025-04-17 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in Python at DPE Online
22 - 23 May 2025
Data Manipulation and Visualisation in Python at DPE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-python-at-dpe-online 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: Either \Learn to Program: Python\ or \Learn to Program: Python\ and \Python for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: Python\ and \Python for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/python203). 2025-05-22 09:30:00 UTC 2025-05-23 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation in R at UC Online
6 June 2025
Data Manipulation in R at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-in-r-at-uc-online-612a8903-ba83-45f8-8ca8-81f4212db0c1 R is quickly gaining popularity as a programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework. In this workshop, you will learn how to manipulate, explore and get insights from your data (Data Manipulation using the dplyr package), as well as how to convert your data from one format to another (Data Transformation using the tidyr package). We teach using RStudio, which allows program code, results, visualisations and documentation to be blended seamlessly. Join us for a live coding workshop where we write programs that produce results, using the researcher-focused training modules from Intersect and the highly regarded Software Carpentry Foundation. #### You'll learn: DataFrame Manipulation using the dplyr package DataFrame Transformation using the tidyr package #### Prerequisites: Either \Learn to Program: R\ or \Learn to Program: R\ and \R for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: R\ and \R for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r201). 2025-06-06 09:30:00 UTC 2025-06-06 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 DPE Online
11 - 12 June 2025
Introduction to Machine Learning using Python: Introduction & Linear Regression at DPE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-introduction-linear-regression-at-dpe-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 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-06-11 09:30:00 UTC 2025-06-12 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at UC Online
2 May 2025
Getting started with NVivo for Windows at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-uc-online-3209507a-e06f-48bb-b75d-4e672cbf14e9 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-05-02 13:30:00 UTC 2025-05-02 16:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at LTU Online
18 - 19 March 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-4f2bb229-1611-4845-bf1b-35dd4dc370e8 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-03-18 10:00:00 UTC 2025-03-19 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at LTU Online
11 - 12 June 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-0ca890e1-e7dc-49a4-8f81-1d3c6e128d2e 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-06-11 10:00:00 UTC 2025-06-12 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
15 April 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-4bdead9b-32d8-46a7-995c-e18f95c7b93a 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-04-15 09:30:00 UTC 2025-04-15 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Traversing t tests in R at UC Online
11 July 2025
Traversing t tests in R at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/traversing-t-tests-in-r-at-uc-online-3ad7842a-7eaf-4727-829b-5207e792b2e6 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-07-11 09:30:00 UTC 2025-07-11 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Databases and SQL at DPE Online
10 April 2025
Databases and SQL at DPE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/databases-and-sql-at-dpe-online 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-04-10 13:30:00 UTC 2025-04-10 16:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at UniSA (online)
26 - 27 March 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-66fb2cd3-d2d8-49ca-9580-41ff104f8cb1 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-03-26 13:00:00 UTC 2025-03-27 16:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Exploring ANOVAs in R at UC Online
17 July 2025
Exploring ANOVAs in R at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/exploring-anovas-in-r-at-uc-online-831f2c6c-a14b-41b4-aa80-5e761746cb20 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. To better understand the tests, assumptions and associated concepts, we will be using a dataset containing the Mathematics scores of secondary students. This dataset also includes information regarding their mother’s and father’s jobs and education levels, the number of hours dedicated to study, and time spent commuting to and from school. Lifestyle information about alcohol consumption habits, whether the students have quality relationships with their families and whether they have free time after school is included in this dataset. #### 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-07-17 09:30:00 UTC 2025-07-17 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
26 - 27 March 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-3dc9f0f3-f5c8-4d64-bd82-f995484af61d 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-03-26 09:30:00 UTC 2025-03-27 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at UNE Online
12 March 2025
Getting started with NVivo for Windows at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-une-online-57c9a0a5-bdb4-48a0-85ed-a096de6548b6 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-03-12 09:30:00 UTC 2025-03-12 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Entry and Processing in SPSS at UOA Online
26 - 27 March 2025
Data Entry and Processing in SPSS at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-entry-and-processing-in-spss-at-uoa-online-4e2cbfb8-f025-4183-a4d2-b8a1d34fb112 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 the SPSS working environment Prepare data files and define variables Enter data in SPSS and Import data from Excel Perform data screening Compose SPSS Syntax for data processing Obtain descriptive statistics, create graphs & assess normality Manipulate and transform variables #### 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-03-26 09:30:00 UTC 2025-03-27 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Entry and Processing in SPSS at LTU Online
2 - 3 April 2025
Data Entry and Processing in SPSS at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-entry-and-processing-in-spss-at-ltu-online-6d281d8b-cdbb-4854-9218-0b15cf433d23 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 the SPSS working environment Prepare data files and define variables Enter data in SPSS and Import data from Excel Perform data screening Compose SPSS Syntax for data processing Obtain descriptive statistics, create graphs & assess normality Manipulate and transform variables #### 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-04-02 10:00:00 UTC 2025-04-03 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Exploring Chi-square and correlation in R at ACU
1 May 2025
Exploring Chi-square and correlation in R at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/exploring-chi-square-and-correlation-in-r-at-acu-0963a10a-7db7-44b3-a875-b4bcbde9c137 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-05-01 09:30:00 UTC 2025-05-01 12:45:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at Deakin Online
8 - 9 April 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-33309782-ec41-40e7-a50d-85777581e3cb 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-04-08 09:30:00 UTC 2025-04-09 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Capture and Surveys with REDCap at LTU Online
2 July 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-630d4057-47c4-4077-a431-d7d18549684c 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-07-02 10:00:00 UTC 2025-07-02 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in Python at ACU
30 April - 1 May 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-62c9aa42-27e0-4737-99a0-97c72bab40f5 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: Either \Learn to Program: Python\ or \Learn to Program: Python\ and \Python for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: Python\ and \Python for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/python203). 2025-04-30 09:30:00 UTC 2025-05-01 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Surveying with Qualtrics at UTS Online
26 March 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-904b1432-f6b1-4370-9112-c847b6abe592 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-03-26 09:30:00 UTC 2025-03-26 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 DU Online
4 - 5 June 2025
Introduction to Machine Learning using Python: Introduction & Linear Regression at DU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-introduction-linear-regression-at-du-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 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-06-04 09:30:00 UTC 2025-06-05 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at DPE Online
15 - 16 May 2025
Learn to Program: Python at DPE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-python-at-dpe-online 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-05-15 09:30:00 UTC 2025-05-16 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using Python: SVM & Unsupervised Learning at DU Online
2 July 2025
Introduction to Machine Learning using Python: SVM & Unsupervised Learning at DU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-svm-unsupervised-learning-at-du-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 Python programming language and its scientific computing libraries. #### 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 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/python207). 2025-07-02 09:30:00 UTC 2025-07-02 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Surveying with Qualtrics at UC Online
16 May 2025
Surveying with Qualtrics at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/surveying-with-qualtrics-at-uc-online-b4f409ab-b6e0-48ae-8184-ebd2ae9fe1c3 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-05-16 09:30:00 UTC 2025-05-16 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using Python: Classification at LTU Online
21 - 22 May 2025
Introduction to Machine Learning using Python: Classification at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-classification-at-ltu-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 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-05-21 10:00:00 UTC 2025-05-22 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using R: SVM & Unsupervised Learning at LTU Online
28 May 2025
Introduction to Machine Learning using R: SVM & Unsupervised Learning at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-svm-unsupervised-learning-at-ltu-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 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-05-28 10:00:00 UTC 2025-05-28 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Capture and Surveys with REDCap at UC Online
22 May 2025
Data Capture and Surveys with REDCap at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-uc-online-ea43193d-6d9b-4ecb-9e53-f7cbf2509412 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-05-22 09:30:00 UTC 2025-05-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
16 - 17 May 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-fff73c36-3909-487a-a516-51db9a605f30 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: Either \Learn to Program: R\ or \Learn to Program: R\ and \R for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: R\ and \R for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r203). 2025-05-16 14:00:00 UTC 2025-05-17 17:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Capture and Surveys with REDCap at Deakin Online
26 February 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-6e5ebf71-05e9-4e36-95c6-6a04438f6b2e 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-02-26 09:30:00 UTC 2025-02-26 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Research Data Management at WSU Online
18 July 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-a2e2899c-7968-4d36-934a-7762216bb462 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-07-18 10:00:00 UTC 2025-07-18 12:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at DU Online
10 - 11 April 2025
Excel for Researchers at DU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/excel-for-researchers-at-du-online 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-04-10 09:30:00 UTC 2025-04-11 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in R at UTS City campus, Moore Park precinct
9 July 2025
Moore Park, Australia
Data Manipulation and Visualisation in R at UTS City campus, Moore Park precinct https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-r-at-uts-city-campus-moore-park-precinct 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: Either \Learn to Program: R\ or \Learn to Program: R\ and \R for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: R\ and \R for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r203). 2025-07-09 09:30:00 UTC 2025-07-09 16:30:00 UTC Intersect Australia Rugby Australia Building, Moore Park Rd, Moore Park, Australia Rugby Australia Building, Moore Park Rd Moore Park Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at ACU
24 June 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-ac15c59d-5459-481b-b391-95efde8a03b4 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-06-24 09:30:00 UTC 2025-06-24 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
19 April 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 After cleaning your database, 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-04-19 10:00:00 UTC 2025-04-19 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting Started with NVivo for Mac at ACU
18 June 2025
Getting Started with NVivo for Mac at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-mac-at-acu-e244145d-f693-4f68-b565-8a9048295f0e 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-06-18 09:30:00 UTC 2025-06-18 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with HPC using PBS Pro at UniSA (online)
17 April 2025
Getting started with HPC using PBS Pro at UniSA (online) https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-hpc-using-pbs-pro-at-unisa-online-dad5839b-0b60-4c81-a89e-5379b9e2c0e2 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 PBS Pro. #### 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 PBS Pro 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/hpc201). 2025-04-17 13:00:00 UTC 2025-04-17 16:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using R: Introduction & Linear Regression at LTU Online
7 - 8 May 2025
Introduction to Machine Learning using R: Introduction & Linear Regression at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-introduction-linear-regression-at-ltu-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 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-05-07 10:00:00 UTC 2025-05-08 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using R: Introduction & Linear Regression at LTU Online
30 April - 1 May 2025
Introduction to Machine Learning using R: Introduction & Linear Regression at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-introduction-linear-regression-at-ltu-online-3679dc16-0a6a-4b0d-8164-3c500b4f6f50 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-04-30 10:00:00 UTC 2025-05-01 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Longitudinal Trials with REDCap at DU Online
12 June 2025
Longitudinal Trials with REDCap at DU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/longitudinal-trials-with-redcap-at-du-online REDCap is a powerful and extensible application for managing and running longitiudinal data collection activities. With powerful features such as organising data collections instruments into predefined events, you can shephard 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-06-12 09:30:00 UTC 2025-06-12 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using Python: Classification at DU Online
25 - 26 June 2025
Introduction to Machine Learning using Python: Classification at DU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-python-classification-at-du-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 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-06-25 09:30:00 UTC 2025-06-26 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in R at DU Online
27 - 28 March 2025
Data Manipulation and Visualisation in R at DU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-r-at-du-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. 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: Either \Learn to Program: R\ or \Learn to Program: R\ and \R for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: R\ and \R for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r203). 2025-03-27 09:30:00 UTC 2025-03-28 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at LTU Online
26 - 27 March 2025
Learn to Program: Python at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-python-at-ltu-online-9076185f-b919-403d-8da1-c500d4c72610 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-03-26 09:30:00 UTC 2025-03-27 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using Python: Classification at UNSW Online
2 - 3 April 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-6899e761-91c2-41b1-b74a-02f5ecc85166 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-04-02 09:30:00 UTC 2025-04-03 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Machine Learning using R: Classification at LTU Online
14 - 15 May 2025
Introduction to Machine Learning using R: Classification at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/introduction-to-machine-learning-using-r-classification-at-ltu-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-05-14 10:00:00 UTC 2025-05-15 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at WSU Online
11 - 12 March 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 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-03-11 09:30:00 UTC 2025-03-12 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at LTU Online
16 - 17 July 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-32b9d9a5-f037-4c4a-946a-b7df3743c7ad 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-07-16 10:00:00 UTC 2025-07-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
23 April 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-a7bb70c3-2a0f-4f5c-829a-d22015dffcd1 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-04-23 10:00:00 UTC 2025-04-23 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at UTS City campus, Moore Park precinct
11 June 2025
Moore Park, Australia
Learn to Program: R at UTS City campus, Moore Park precinct https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-r-at-uts-city-campus-moore-park-precinct 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-06-11 09:30:00 UTC 2025-06-11 16:30:00 UTC Intersect Australia Rugby Australia Building, Moore Park Rd, Moore Park, Australia Rugby Australia Building, Moore Park Rd Moore Park Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Longitudinal Trials with REDCap at LTU Online
3 May 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-a7dc3c9d-18ad-4615-8e1a-56172dc1e5df REDCap is a powerful and extensible application for managing and running longitiudinal data collection activities. With powerful features such as organising data collections instruments into predefined events, you can shephard 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-05-03 10:00:00 UTC 2025-05-03 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Surveying with Qualtrics at UniSA (online)
26 March 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-f960739d-9cbc-4265-84b7-ea8d9bec6072 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-03-26 09:00:00 UTC 2025-03-26 12:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Exploring ANOVAs in R at ACU
9 May 2025
Exploring ANOVAs in R at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/exploring-anovas-in-r-at-acu-e3eeab59-48f9-4e09-ae31-c546caf11583 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-05-09 09:30:00 UTC 2025-05-09 12:45:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at UC Online
23 - 24 April 2025
Learn to Program: Python at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-python-at-uc-online-11fa8ad6-f18e-498c-bdef-d94db3357f6f 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-04-23 09:30:00 UTC 2025-04-24 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at ACU
1 - 2 April 2025
Learn to Program: R at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-r-at-acu-832b2bfd-5ca1-4f59-9dfa-90438e03c308 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-04-01 09:30:00 UTC 2025-04-02 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at UC Online
20 February 2025
Getting started with NVivo for Windows at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-uc-online-fd24e340-4d14-4276-a51c-d94059219c83 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-02-20 09:30:00 UTC 2025-02-20 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
25 - 26 February 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-00a8839d-589e-4961-bf07-8c090dbb09a8 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: Either \Learn to Program: Python\ or \Learn to Program: Python\ and \Python for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: Python\ and \Python for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/python203). 2025-02-25 09:30:00 UTC 2025-02-26 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Longitudinal Trials with REDCap at ACU
20 February 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-a8ebf147-9cb9-4362-b5c5-144b2b08b96e 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-02-20 10:00:00 UTC 2025-02-20 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Research Data Management at WSU Online
21 March 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-949c3a9a-a248-4d11-8d20-8ed53aa8e929 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-03-21 10:00:00 UTC 2025-03-21 12:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at UNE Online
18 - 19 March 2025
Learn to Program: Python at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-python-at-une-online-eb495ef7-91a6-47d8-8171-4ef8d0abdc21 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-03-18 09:30:00 UTC 2025-03-19 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at LTU Online
5 - 6 March 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-5e0e5eda-dfb9-49cf-bd32-5f8e3e955d6d 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-03-05 10:00:00 UTC 2025-03-06 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Capture and Surveys with REDCap at WSU Online
14 March 2025
Data Capture and Surveys with REDCap at WSU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-wsu-online-8da7eb43-5b6d-4e9a-8771-e02d59095167 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-03-14 09:30:00 UTC 2025-03-14 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Longitudinal Trials with REDCap at LTU Online
30 April 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-c4ed6633-1675-4851-8f1f-afec9d05e5c1 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-04-30 10:00:00 UTC 2025-04-30 13:00: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 [] -
Learn to Program: Python at LTU Online
25 - 26 March 2025
Learn to Program: Python at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-python-at-ltu-online-21c77858-7b35-45b3-bb5a-b5f0ae1a6dbe 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-03-25 10:00:00 UTC 2025-03-26 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Research Data Management at WSU Online
20 June 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-ea46a838-978b-404c-b960-66fb9089632a 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-06-20 10:00:00 UTC 2025-06-20 12:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Capture and Surveys with REDCap at ACU
19 February 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-e087447c-24e5-4925-937b-7533ded90f59 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-02-19 10:00:00 UTC 2025-02-19 13: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 [] -
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 [] -
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 Surveying with Qualtrics at ACU
12 March 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-00a94f34-0cc4-49de-848f-38125101f1ae 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-03-12 10:00:00 UTC 2025-03-12 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in Python at UTS Online
13 - 14 March 2025
Data Manipulation and Visualisation in Python at UTS Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-python-at-uts-online-4b3cff9a-2fcf-4725-a4e7-58a3593e13ee 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: Either \Learn to Program: Python\ or \Learn to Program: Python\ and \Python for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: Python\ and \Python for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/python203). 2025-03-13 09:30:00 UTC 2025-03-14 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at LTU Online
7 - 8 May 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-1d19337e-554a-4c95-8640-0ccb00047821 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-05-07 10:00:00 UTC 2025-05-08 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Research Data Management at WSU Online
21 February 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-257f5c43-52f9-4932-819f-c705bfa5fe12 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-02-21 10:00:00 UTC 2025-02-21 12:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Research Data Management at WSU Online
11 April 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-4e3e7fcc-27f9-4576-b3e6-7ce041c84c8e 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-04-11 10:00:00 UTC 2025-04-11 12:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Introduction to Research Data Management at WSU Online
16 May 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-7613ee82-8a57-4b16-bf5b-bdfb22a4b009 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-05-16 10:00:00 UTC 2025-05-16 12:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at UNSW Online
18 - 19 February 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-f6153c6b-386e-4b4f-8f54-8f7e3817e24e 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-02-18 09:30:00 UTC 2025-02-19 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at UC Online
19 - 20 March 2025
Learn to Program: R at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-r-at-uc-online-e00f4261-df6b-452c-b360-a50d7a6616e3 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-03-19 09:30:00 UTC 2025-03-20 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at LTU Online
26 February 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-57544b33-4914-49bf-9cf6-cb6af2000372 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-02-26 10:00:00 UTC 2025-02-26 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Entry, Exploration, & Analysis in SPSS at UOA Online
20 - 21 March 2025
Data Entry, Exploration, & Analysis in SPSS at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-entry-exploration-analysis-in-spss-at-uoa-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-03-20 09:30:00 UTC 2025-03-21 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in Python at LTU Online
15 - 16 April 2025
Data Manipulation and Visualisation in Python at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-python-at-ltu-online-d06979f8-ee9c-4013-9efd-0993625fd211 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: Either \Learn to Program: Python\ or \Learn to Program: Python\ and \Python for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: Python\ and \Python for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/python203). 2025-04-15 10:00:00 UTC 2025-04-16 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Traversing t tests in R at ACU
8 May 2025
Traversing t tests in R at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/traversing-t-tests-in-r-at-acu-9ac84ab9-e604-4625-94b2-d4b1b5e1ee1a 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-05-08 09:30:00 UTC 2025-05-08 12:45:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation in R at UC Online
26 March 2025
Data Manipulation in R at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-in-r-at-uc-online-a1a6011d-42d4-44d3-83f9-4d877072d0f9 R is quickly gaining popularity as a programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework. In this workshop, you will learn how to manipulate, explore and get insights from your data (Data Manipulation using the dplyr package), as well as how to convert your data from one format to another (Data Transformation using the tidyr package). We teach using RStudio, which allows program code, results, visualisations and documentation to be blended seamlessly. Join us for a live coding workshop where we write programs that produce results, using the researcher-focused training modules from Intersect and the highly regarded Software Carpentry Foundation. #### You'll learn: DataFrame Manipulation using the dplyr package DataFrame Transformation using the tidyr package #### Prerequisites: Either \Learn to Program: R\ or \Learn to Program: R\ and \R for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: R\ and \R for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r201). 2025-03-26 09:30:00 UTC 2025-03-26 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at UOA Online
4 - 5 March 2025
Learn to Program: Python at UOA Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-python-at-uoa-online-b4823d6d-b9f9-42f2-8b3c-4f3b48bd122d 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-03-04 09:30:00 UTC 2025-03-05 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
13 March 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-bb599437-3313-446e-8acc-dcff6b994442 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-03-13 09:30:00 UTC 2025-03-13 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting Started with NVivo for Mac at Deakin Online
25 February 2025
Getting Started with NVivo for Mac at Deakin Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-mac-at-deakin-online-8777d8c4-43f1-4567-96e3-9567a739cf51 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-02-25 09:30:00 UTC 2025-02-25 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
1 - 2 April 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-aca684dc-328f-49c0-81d1-31f567bd02f2 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: Either \Learn to Program: R\ or \Learn to Program: R\ and \R for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: R\ and \R for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r203). 2025-04-01 09:30:00 UTC 2025-04-02 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Capture and Surveys with REDCap at WSU Online
7 March 2025
Data Capture and Surveys with REDCap at WSU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-capture-and-surveys-with-redcap-at-wsu-online-6002501a-810b-4279-8d67-e43197507f5d 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-03-07 09:30:00 UTC 2025-03-07 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Beyond Basics: Conditionals and Visualisation in Excel at UTS Online
28 February 2025
Beyond Basics: Conditionals and Visualisation in Excel at UTS Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/beyond-basics-conditionals-and-visualisation-in-excel-at-uts-online-f538759a-eb61-4b98-b780-d65ca85142dc 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-02-28 09:30:00 UTC 2025-02-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
13 March 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-0a77c01d-96ff-49cd-a96a-54a78dc8859d 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-03-13 10:00:00 UTC 2025-03-13 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at LTU Online
28 - 29 May 2025
Learn to Program: Python at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-python-at-ltu-online-c6cbcba1-b524-4278-b487-4f2ee8c7db50 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-05-28 10:00:00 UTC 2025-05-29 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Entry, Exploration, & Analysis in SPSS at UC Online
5 - 6 March 2025
Data Entry, Exploration, & Analysis in SPSS at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-entry-exploration-analysis-in-spss-at-uc-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-03-05 09:30:00 UTC 2025-03-06 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Entry, Exploration, & Analysis in SPSS at Deakin Online
22 - 23 April 2025
Data Entry, Exploration, & Analysis in SPSS at Deakin Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-entry-exploration-analysis-in-spss-at-deakin-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-04-22 09:30:00 UTC 2025-04-23 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at UOA Online
11 - 12 February 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-93eb995f-1983-4730-abb9-8955767a2c80 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-02-11 09:30:00 UTC 2025-02-12 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at Deakin Online
18 - 19 March 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-280f736c-b493-425f-842b-c5b79598d4d7 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-03-18 09:30:00 UTC 2025-03-19 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting Started with NVivo for Mac at LTU Online
27 February 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 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-02-27 10:00:00 UTC 2025-02-27 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Longitudinal Trials with REDCap at LTU Online
19 February 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-0f4e035f-e653-41ae-b476-d68dd929449e 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-02-19 10:00:00 UTC 2025-02-19 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at UNE Online
18 February 2025
Getting started with NVivo for Windows at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/getting-started-with-nvivo-for-windows-at-une-online-96f744ee-d9ea-42ed-b177-22589f67179f 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-02-18 09:30:00 UTC 2025-02-18 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at LTU Online
13 - 14 May 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-8e1ff09e-d0e0-406d-a347-10595ac022d6 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-05-13 10:00:00 UTC 2025-05-14 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at UNE Online
25 - 26 February 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-d76f874c-be4d-4510-b0c9-66ac07d91364 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-02-25 09:30:00 UTC 2025-02-26 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Entry, Exploration, & Analysis in SPSS at ACU
18 - 19 March 2025
Data Entry, Exploration, & Analysis in SPSS at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-entry-exploration-analysis-in-spss-at-acu 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-03-18 10:00:00 UTC 2025-03-19 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in Python at UNE Online
8 - 9 April 2025
Data Manipulation and Visualisation in Python at UNE Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-python-at-une-online-c9eaac91-2d78-426a-9246-a3aff8bc535c 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: Either \Learn to Program: Python\ or \Learn to Program: Python\ and \Python for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: Python\ and \Python for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/python203). 2025-04-08 09:30:00 UTC 2025-04-09 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at ACU
26 - 27 February 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-047c7029-116a-496b-b4ed-b036193b36a9 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-02-26 09:30:00 UTC 2025-02-27 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in Python at ACU
5 - 6 March 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-93fc2d2b-b8de-4f52-9f48-bea65c3f3a24 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: Either \Learn to Program: Python\ or \Learn to Program: Python\ and \Python for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: Python\ and \Python for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/python203). 2025-03-05 09:30:00 UTC 2025-03-06 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at UTS Online
20 - 21 February 2025
Excel for Researchers at UTS Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/excel-for-researchers-at-uts-online-9f120da7-6bfc-45e5-99e0-aebfe9794682 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-02-20 09:30:00 UTC 2025-02-21 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Surveying with Qualtrics at WSU Online
28 February 2025
Surveying with Qualtrics at WSU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/surveying-with-qualtrics-at-wsu-online-f12721e0-e589-4bb0-9449-da75ccc821dd 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-02-28 09:30:00 UTC 2025-02-28 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at UTS Online
6 - 7 March 2025
Learn to Program: Python at UTS Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/learn-to-program-python-at-uts-online-4af59dd2-6e33-443e-ad70-1a7cace100fc 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-03-06 09:30:00 UTC 2025-03-07 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Surveying with Qualtrics at UNE Online
11 February 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-5e0c3d77-2e0d-4c5b-9c03-cbcf6a2493b1 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-02-11 09:30:00 UTC 2025-02-11 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Surveying with Qualtrics at UNE Online
11 March 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-ebf3e2af-1c4c-49c6-b369-cb6c3b644f24 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-03-11 09:30:00 UTC 2025-03-11 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
15 April 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-4fe2ee0a-9c3c-42cd-9b82-730146ef77fb 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-04-15 09:30:00 UTC 2025-04-15 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
19 March 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 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-03-19 09:30:00 UTC 2025-03-19 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in R at LTU Online
9 - 10 April 2025
Data Manipulation and Visualisation in R at LTU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-r-at-ltu-online-6a01edb0-52eb-48c4-ab45-b40a0f96a7e5 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: Either \Learn to Program: R\ or \Learn to Program: R\ and \R for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: R\ and \R for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r203). 2025-04-09 10:00:00 UTC 2025-04-10 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at UNSW Online
8 - 9 April 2025
Excel for Researchers at UNSW Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/excel-for-researchers-at-unsw-online-144e7a43-dd24-45d7-92f5-8fb98ba8a86e 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-04-08 09:30:00 UTC 2025-04-09 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at UOA Online
18 - 19 February 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-7eb05b91-2d9a-44ba-9cb8-620bb786ac01 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-02-18 09:30:00 UTC 2025-02-19 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at UNSW Online
11 - 12 March 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-18c27b3a-716c-4721-9d6d-6e1fad4cf2a4 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-03-11 09:30:00 UTC 2025-03-12 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Unix Shell and Command Line Basics at Deakin Online
25 March 2025
Unix Shell and Command Line Basics at Deakin Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/unix-shell-and-command-line-basics-at-deakin-online-aa87b443-215e-4628-ae4c-46f4cd1e1879 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-03-25 09:30:00 UTC 2025-03-25 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
18 - 19 March 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-d6c8c499-1e67-4544-ab5f-ed9115d31523 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: Either \Learn to Program: R\ or \Learn to Program: R\ and \R for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: R\ and \R for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r203). 2025-03-18 09:30:00 UTC 2025-03-19 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Surveying with Qualtrics at WSU Online
7 March 2025
Surveying with Qualtrics at WSU Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/surveying-with-qualtrics-at-wsu-online-ca175ae5-cf44-4ffe-bfd9-aa1e40acc7f6 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-03-07 09:30:00 UTC 2025-03-07 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
11 - 12 March 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-07fd5527-4aa3-4ac7-9572-e43ade9874cc 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: Either \Learn to Program: Python\ or \Learn to Program: Python\ and \Python for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: Python\ and \Python for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/python203). 2025-03-11 09:30:00 UTC 2025-03-12 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: R at UNE Online
4 - 5 March 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-343bdc71-9ba4-46b0-a895-16dcd8a87b26 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-03-04 09:30:00 UTC 2025-03-05 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
1 - 2 April 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-3d98d1b0-5d6a-45fc-815b-be87b09a9dfa 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: Either \Learn to Program: R\ or \Learn to Program: R\ and \R for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: R\ and \R for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r203). 2025-04-01 09:30:00 UTC 2025-04-02 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at UNE Online
25 - 26 March 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-b126304a-f6df-4c5d-84bf-6a3ce35aa2e2 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-03-25 09:30:00 UTC 2025-03-26 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
2 - 3 April 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 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-04-02 10:00:00 UTC 2025-04-03 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Beyond Basics: Conditionals and Visualisation in Excel at LTU Online
21 May 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-a6aae5d5-9278-45c1-9fe4-0117caf5a260 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-05-21 10:00:00 UTC 2025-05-21 13:00:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Getting started with NVivo for Windows at WSU Online
28 February 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-6d29871e-3427-4979-8355-7ab6a076a320 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-02-28 09:30:00 UTC 2025-02-28 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Randomised Controlled Trials with REDCap at ACU
28 May 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 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-05-28 09:30:00 UTC 2025-05-28 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Excel for Researchers at WSU Online
18 - 19 February 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-580bb45a-67fc-4bb5-b77f-5ba9270fe083 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-02-18 09:30:00 UTC 2025-02-19 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Surveying with Qualtrics at UC Online
19 February 2025
Surveying with Qualtrics at UC Online https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/surveying-with-qualtrics-at-uc-online-fc33fff9-8ff4-461e-883e-c605cab6120f 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-02-19 09:30:00 UTC 2025-02-19 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Learn to Program: Python at Deakin Online
4 - 5 March 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-5fa29d3a-51f9-47d1-8af4-d0bdba7eddac 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-03-04 09:30:00 UTC 2025-03-05 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution [] -
Data Manipulation and Visualisation in R at ACU
8 - 9 April 2025
Data Manipulation and Visualisation in R at ACU https://intersect.org.au/training/schedule https://staging.dresa.org.au/events/data-manipulation-and-visualisation-in-r-at-acu-a756e487-0db3-4f7a-b8df-54bd6c9fb2d2 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: Either \Learn to Program: R\ or \Learn to Program: R\ and \R for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: R\ and \R for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r203). 2025-04-08 09:30:00 UTC 2025-04-09 12:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution []