Skip to content

Commit 19028bb

Browse files
Merge pull request #183 from coding-for-reproducible-research/pathways
Add Parallel Computing to HPC Pathway
2 parents b9f1b5a + b748a96 commit 19028bb

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

data/workshop_details.csv

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
workshop_name,course_level,pre_reqs,pathways,workshop_description,live_regresitration_boolean,signup_closing_date,next_session_date,VerboseNextSession,InstallationLink,installation_instructions
2-
Introduction to R,1,,R DS,Over three sessions this workshop will provide an all-purpose introduction to the R programming language and may provide an accessible entry to computer programming in general.,Y,02/01/2024," 9/1/2024, 16/1/2024, 23/1/2024",,https://uniexeterrse.github.io/intro-to-r/setup.html,
3-
Regression analysis with R,2,Introduction to R,R DS,In this hands on workshop you will learn how to fit and interpret a range of regression models with R and the link between regression and other common statistical tools.,Y,19/01/2024,26/01/2024,,https://uniexeterrse.github.io/intro-to-r/setup.html,
4-
Advanced Regression Analysis With R ,3,Regression analysis with R,R DS,,,,,,,
5-
Working With Data In R,2,Introduction to R,R DS,,,,,,,
6-
Introduction to HPC,2,Introduction to Unix,HPC,Over two sessions learn about the high performance computing facilities at Exeter and how to use them.,N,25/10/2023,"1/11/2023, 8/11/2023",,https://uniexeterrse.github.io/intro-to-isca/setup.html,
7-
Introduction to Version Control with Git and GitHub,2,Introduction to Unix,"HPC,Python DS,R DS",Over three sessions learn to use version control to manage your software development and collaborate effectively with others.,Y,05/12/2023,"12/12/2023, 19/12/2023",,https://uniexeterrse.github.io/intro-version-control/setup.html,
8-
Introduction to Unix,1,,"HPC,Python DS,R DS",Over two sessions this workshop will introduce you to navigating the file system and show you how to carry out basic operations on the Unix systems using the shell (also referred to as the command line).,N,NA,"20/10/2023, 27/10/2023",, https://uniexeterrse.github.io/intro-unix-shell/setup.html,
9-
Computational Thinking,1,,,Over two sessions this course will introduce you to some fundamental principles that are the basis of writing computer code in any language and should enable you to write develop and debug your code more effectively.,N,NA,,Summer 2024, ,
10-
Software development best practice,1,,,Over two sessions learn about best practices in software development to improve your workflow and increase the impact of your research.,N,NA,, Summer 2024,,
11-
Introduction to Julia ,1,,,,,,,,,
12-
Introduction to Python,1,,"HPC,Python DS",Over two sessions learn the fundamentals of Python one of the most popular programming languages and get introduced to a variety of applications.,N,25/10/2023,"1/11/2023, 8/11/2023",, https://uniexeterrse.github.io/intro-to-python/setup.html,
13-
Python for Data Analysis ,2,Introduction to Python,Python DS,,,,,,,
14-
Intermediate Version Control,3,Introduction to Version Control with Git and GitHub,"HPC,Python DS,R DS",,,,,,,
1+
workshop_name,course_level,pre_reqs,pathways
2+
Introduction to R,1,,R DS
3+
Regression analysis with R,2,Introduction to R,R DS
4+
Advanced Regression Analysis With R ,3,Regression analysis with R,R DS
5+
Working With Data In R,2,Introduction to R,R DS
6+
Introduction to HPC,2,Introduction to Unix,HPC
7+
Introduction to Version Control with Git and GitHub,2,Introduction to Unix,"HPC,Python DS,R DS"
8+
Introduction to Unix,1,,"HPC,Python DS,R DS"
9+
Computational Thinking,1,,
10+
Software development best practice,1,,
11+
Introduction to Julia ,1,,
12+
Introduction to Python,1,,"HPC,Python DS"
13+
Python for Data Analysis ,2,Introduction to Python,Python DS
14+
Intermediate Version Control,3,Introduction to Version Control with Git and GitHub,"HPC,Python DS,R DS"
15+
Parallel Computing,3,Introduction to HPC,HPC

individual_modules/introduction_to_unix/loop.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"\n",
1616
"## Learning Objectives\n",
1717
"- Write a loop that applies one or more commands separately to each file in a set of files\n",
18-
"- Trace the values taken on by a loop variable during executionion of the loop\n",
18+
"- Trace the values taken on by a loop variable during execution of the loop\n",
1919
"- Explain the difference between a variables name and its value\n",
2020
"- Explain why spaces and some punctuation characters shouldn't be used in file names\n",
2121
"- Demonstrate how to see what commands have recently been executed\n",

0 commit comments

Comments
 (0)