From c70bc8feb9d617131e3079868708393471efd5a3 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Tue, 3 Oct 2023 15:00:05 -0700 Subject: [PATCH] fix index document; remove stray HTML tag --- index.Rmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.Rmd b/index.Rmd index c24d17e..437559d 100644 --- a/index.Rmd +++ b/index.Rmd @@ -24,7 +24,7 @@ To begin this lesson you must have completed the following ## Registration -Please use the [ARCHER2 course registration form](https://www.archer2.ac.uk/training/register/?course=230626-software-carpentry) to sign up for the workshop. +Please use the [ARCHER2 course registration form](https://www.archer2.ac.uk/training/register/?course=230626-software-carpentry) to sign up for the workshop. ## General Information @@ -37,9 +37,11 @@ tools available and how to use them effectively. By the end of this lesson, students will know how to: ::: checklist + * Identify problems an HPC system can help solve * Use the UNIX shell (also known as terminal or command line) to operate a computer, connect to an HPC system, and write simple shell scripts. * Submit and manage jobs on an HPC system using a scheduler, transfer files, and use software through environment modules. + :::