12 materials found
Resource type:
video
Get started with R: an introduction for beginners
These two videos walk through the "R for Ecologists" module offered by the Data Carpentries https://datacarpentry.org/R-ecology-lesson/
The first video: Manipulating Data covers:
Opening R, setting your working directory, reading and downloading csv files, selecting and filtering data, using...
Keywords: Beginner R coding, The Carpentries, R studio, Beginer ecological modelling
Resource type: video, lesson
Get started with R: an introduction for beginners
https://www.ecocommons.org.au/educational-material3-get-started-with-r/
https://dresa.org.au/materials/get-started-with-r-an-introduction-for-beginners
These two videos walk through the "R for Ecologists" module offered by the Data Carpentries https://datacarpentry.org/R-ecology-lesson/
The first video: Manipulating Data covers:
Opening R, setting your working directory, reading and downloading csv files, selecting and filtering data, using pipeline operators, creating new columns based on existing ones, and summarising data
The second video: Visualising data with ggplot2 covers:
A recap of module 1 and getting started with ggplot2 to create plots and a variety of data visualisations
Links to the R scripts are provided
https://www.ecocommons.org.au/contact/
Beginner R coding, The Carpentries, R studio, Beginer ecological modelling
ugrad
mbr
phd
EcoCommons Modelling Made Easy
These ten videos walk users through some of the point-and-click functionality available on the EcoCommons platform including: 1. Navigating the EcoCommons platform, 2. Exploring environmental and climate grids available on the platform, 3. Importing your own data, 4. How to run a Species...
Keywords: Species Distribution Modelling, Climate projections , EcoCommons, Ecology
Resource type: video
EcoCommons Modelling Made Easy
https://www.ecocommons.org.au/educational-material-1-ecocommons-modelling-made-easy/
https://dresa.org.au/materials/ecocommons-modelling-made-easy
These ten videos walk users through some of the point-and-click functionality available on the EcoCommons platform including: 1. Navigating the EcoCommons platform, 2. Exploring environmental and climate grids available on the platform, 3. Importing your own data, 4. How to run a Species Distribution Model (SDM), 5. Predicting how distributions will change under climate change, 6. Running simple (averaged) ensemble models of SDMs, 7. An introduction to toy species trait problems that highlight how variation in species traits can be predicted spatially, 8. An introduction to Biosecurity Risk Mapping, 9. How to run SDMs for multiple species, 10. A multiple species SDM use case
support@ecocommons.org.au
Species Distribution Modelling, Climate projections , EcoCommons, Ecology
ugrad
mbr
phd
10 Reproducible Research things - Building Business Continuity
The idea that you can duplicate an experiment and get the same conclusion is the basis for all scientific discoveries. Reproducible research is data analysis that starts with the raw data and offers a transparent workflow to arrive at the same results and conclusions. However not all studies are...
Keywords: reproducibility, data management
Resource type: tutorial, video
10 Reproducible Research things - Building Business Continuity
https://guereslib.github.io/ten-reproducible-research-things/
https://dresa.org.au/materials/9-reproducible-research-things-building-business-continuity
The idea that you can duplicate an experiment and get the same conclusion is the basis for all scientific discoveries. Reproducible research is data analysis that starts with the raw data and offers a transparent workflow to arrive at the same results and conclusions. However not all studies are replicable due to lack of information on the process. Therefore, reproducibility in research is extremely important.
Researchers genuinely want to make their research more reproducible, but sometimes don’t know where to start and often don’t have the available time to investigate or establish methods on how reproducible research can speed up every day work. We aim for the philosophy “Be better than you were yesterday”. Reproducibility is a process, and we highlight there is no expectation to go from beginner to expert in a single workshop. Instead, we offer some steps you can take towards the reproducibility path following our Steps to Reproducible Research self paced program.
Video:
https://www.youtube.com/watch?v=bANTr9RvnGg
Tutorial:
https://guereslib.github.io/ten-reproducible-research-things/
a.miotto@griffith.edu.au; s.stapleton@griffith.edu.au; i.jennings@griffith.edu.au;
Amanda Miotto
Julie Toohey
Sharron Stapleton
Isaac Jennings
reproducibility, data management
masters
phd
ecr
researcher
support
HPC file systems and what users need to consider for appropriate and efficient usage
Three videos on miscellaneous aspects of HPC usage - useful reference for new users of HPC systems.
1 – General overview of different file systems that might be available on HPC. The video goes through shared file systems such as /home and /scratch, local compute node file systems (local...
Keywords: HPC, high performance computer, File systems
Resource type: video, presentation
HPC file systems and what users need to consider for appropriate and efficient usage
https://www.youtube.com/watch?v=cNW7F9V1plA&list=PLjlLx279X4yO62jHF4rd7I9iEfbnz3Ts1
https://dresa.org.au/materials/hpc-file-systems-and-what-users-need-to-consider-for-appropriate-and-efficient-usage
Three videos on miscellaneous aspects of HPC usage - useful reference for new users of HPC systems.
1 – General overview of different file systems that might be available on HPC. The video goes through shared file systems such as /home and /scratch, local compute node file systems (local scratch or $TMPDIR) and storage file system. It outlines what users need to consider if they wish to use any of these in their workflows.
2 – Overview of the different directories that might be present on HPC. These could include /home, /scratch, /opt, /lib and lib64, /sw and others.
3 – Overview of the Message-of-the-day file and the message that is displayed to users every time they log in. This displays info about general help and often current problems or upcoming outages.
QCIF Training (training@qcif.edu.au)
Marlies Hankel
HPC, high performance computer, File systems
Basic Linux/Unix commands
A series of eight videos (each between 5 and 10 minutes long) following the content of the Software Carpentry workshop "The Unix Shell".
Sessions 1, 2 and 3 provide instructions on the minimal level of Linux/Unix commands recommended for new...
Keywords: HPC, high performance computer, Unix, Linux, Software Carpentry
Resource type: video, guide
Basic Linux/Unix commands
https://www.youtube.com/playlist?list=PLjlLx279X4yP5GodfbqQTJuJ1S9EJU3GM
https://dresa.org.au/materials/basic-linux-unix-commands
A series of eight videos (each between 5 and 10 minutes long) following the content of the Software Carpentry workshop ["The Unix Shell"](https://swcarpentry.github.io/shell-novice/).
Sessions 1, 2 and 3 provide instructions on the minimal level of Linux/Unix commands recommended for new users of HPC.
1 – An overview of how to find out where a user is in the filesystem, list the files there, and how to get help on Unix commands
2 – How to move around the file system and change into other directories
3 – Explains the difference between an absolute and relative path
4 – Overview of how to create new directories, and to create and edit new files with nano
5 – How to use the vi editor to edit files
6 – Overview of file viewers available
7 – How to copy and move files and directories
8 – How to remove files and directories
Further details and exercises with solutions can be found on the Software Carpentry "The Unix Shell" page (https://swcarpentry.github.io/shell-novice/)
QCIF Training (training@qcif.edu.au)
Marlies Hankel
HPC, high performance computer, Unix, Linux, Software Carpentry
Transferring files and data
A short video outlining the basics on how to use FileZilla to establish a secure file transfer protocol (sftp) connection to HPC to use a drag and drop interface to transfer files between the HPC and a desktop computer.
Keywords: sftp, file transfer, HPC, high performance computer
Resource type: video, guide
Transferring files and data
https://www.youtube.com/watch?v=9ABMxcKqfkQ&list=PLjlLx279X4yP3eTLu0S6nOt0HQ7XRf6WF
https://dresa.org.au/materials/transferring-files-and-data
A short video outlining the basics on how to use FileZilla to establish a secure file transfer protocol (sftp) connection to HPC to use a drag and drop interface to transfer files between the HPC and a desktop computer.
QCIF Training (training@qcif.edu.au)
Marlies Hankel
sftp, file transfer, HPC, high performance computer
Connecting to HPC
A series of three short videos introducing how to use PuTTY to connect from a Windows PC to a secure HPC (high performance computing) cluster.
1 - The very basics on how to establish a connection to HPC.
2 - How to add more specific options for the connection to HPC.
3 - How to save the...
Keywords: HPC, high performance computer, ssh
Resource type: video, guide
Connecting to HPC
https://www.youtube.com/playlist?list=PLjlLx279X4yPJBVQuIRhz1CVMfQpTuvZW
https://dresa.org.au/materials/connecting-to-hpc
A series of three short videos introducing how to use PuTTY to connect from a Windows PC to a secure HPC (high performance computing) cluster.
1 - The very basics on how to establish a connection to HPC.
2 - How to add more specific options for the connection to HPC.
3 - How to save the details and options for a connection for future use.
QCIF Training (training@qcif.edu.au)
Marlies Hankel
HPC, high performance computer, ssh
Use the Trove Newspaper & Gazette Harvester (web app version)
This video shows how you can use the web app version of the Trove Newspaper & Gazette Harvester to download large quantities of digitised newspaper articles from Trove. Just give it a search from the Trove web interface, and the harvester will...
Keywords: Trove, newspapers, GLAM Workbench, HASS, Trove Newspaper and Gazette Harvester
Resource type: video
Use the Trove Newspaper & Gazette Harvester (web app version)
https://youtu.be/WKFuJR6lLF4
https://dresa.org.au/materials/use-the-trove-newspaper-gazette-harvester-web-app-version-to-download-large-quantities-of-digitised-articles
This video shows how you can use the web app version of the [Trove Newspaper & Gazette Harvester](https://glam-workbench.net/trove-harvester/) to download large quantities of digitised newspaper articles from Trove. Just give it a search from the Trove web interface, and the harvester will save the metadata of all the articles from the search results in a CSV (spreadsheet) file for further analysis. You can also save the full text of every article, as well as copies of the articles as JPG images, and even PDFs.
The GLAM Workbench is a collection of tools, examples, tutorials, and apps that help you make use of collection data from GLAM organisations (Galleries, Libraries, Archives, and Museums). See: [https://glam-workbench.net/](https://glam-workbench.net/)
Tim Sherratt (tim@timsherratt.org and @wragge on Twitter)
Trove, newspapers, GLAM Workbench, HASS, Trove Newspaper and Gazette Harvester
ugrad
masters
phd
ecr
researcher
support
Use QueryPic to visualise searches in Trove's digitised newspapers (part 2)
This video shows how you can construct and visualise more complex searches for digitised newspaper articles in Trove using QueryPic (see part 1 for the basics). This includes limiting the date range of your query, and changing the time...
Keywords: Trove, GLAM Workbench, visualisation, newspapers, HASS
Resource type: video
Use QueryPic to visualise searches in Trove's digitised newspapers (part 2)
https://youtu.be/J_LgNL2EM4M
https://dresa.org.au/materials/use-querypic-to-visualise-searches-in-trove-s-digitised-newspapers-part-2
This video shows how you can construct and visualise more complex searches for digitised newspaper articles in Trove using [QueryPic](https://glam-workbench.net/trove-newspapers/#querypic) (see part 1 for the basics). This includes limiting the date range of your query, and changing the time scale to zoom in and out of your search results.
The GLAM Workbench is a collection of tools, examples, tutorials, and apps that help you make use of collection data from GLAM organisations (Galleries, Libraries, Archives, and Museums). See: https://glam-workbench.net/
Tim Sherratt (tim@timsherratt.org and @wragge on Twitter)
Trove, GLAM Workbench, visualisation, newspapers, HASS
ugrad
masters
phd
ecr
researcher
Use QueryPic to visualise searches in Trove's digitised newspapers (part 1)
This video demonstrates how to use the GLAM Workbench to visualise searches for digitised newspaper articles in Trove. Using the latest version of QueryPic, we can explore the complete result set, showing how the number of matching articles...
Keywords: Trove, GLAM Workbench, visualisation, newspapers, HASS
Resource type: video
Use QueryPic to visualise searches in Trove's digitised newspapers (part 1)
https://youtu.be/vdyKNowv9gw
https://dresa.org.au/materials/use-querypic-to-visualise-searches-in-trove-s-digitised-newspapers-part-1
This video demonstrates how to use the GLAM Workbench to visualise searches for digitised newspaper articles in Trove. Using the latest version of [QueryPic](https://glam-workbench.net/trove-newspapers/#querypic), we can explore the complete result set, showing how the number of matching articles changes over time. We can even compare queries to visualise changes in language or technology. It's a great way to start exploring the possibilities of GLAM data.
The GLAM Workbench is a collection of tools, examples, tutorials, and apps that help you make use of collection data from GLAM organisations (Galleries, Libraries, Archives, and Museums). See: https://glam-workbench.net/
Tim Sherratt (tim@timsherratt.org & @wragge on Twitter)
Trove, GLAM Workbench, visualisation, newspapers, HASS
ugrad
masters
ecr
researcher
Merit Allocation Training for 2022
This merit allocation training session provides critical information for researchers considering to apply for time on Pawsey’s new Setonix supercomputer in 2022.
Keywords: supercomputer, supercomputing, merit allocation, allocation
Resource type: video
Merit Allocation Training for 2022
https://www.youtube.com/watch?v=XpAg5zsNu3g&t=1110s
https://dresa.org.au/materials/merit-allocation-training-for-2022
This merit allocation training session provides critical information for researchers considering to apply for time on Pawsey’s new Setonix supercomputer in 2022.
training@pawsey.org.au
supercomputer, supercomputing, merit allocation, allocation
Australian BioCommons YouTube Channel
The Australian BioCommons YouTube channel hosts a collection of recorded webinars on a variety of bioinformatics topics from genomics, to metabolomics, containers, machine learning and more.
Keywords: Bioinformatics
Resource type: video
Australian BioCommons YouTube Channel
https://www.youtube.com/c/AustralianBioCommonsChannel
https://dresa.org.au/materials/australian-biocommons-youtube-channel
The Australian BioCommons YouTube channel hosts a collection of recorded webinars on a variety of bioinformatics topics from genomics, to metabolomics, containers, machine learning and more.
Melissa (melissa@biocommons.org.au)
Bioinformatics