-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (53 loc) · 3.42 KB
/
index.html
File metadata and controls
59 lines (53 loc) · 3.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Advanced Research Computing Training Materials - University of Leeds</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>ARC Leeds Training Materials</h1>
</header>
<main>
<section class="intro">
<p>This is an archive of in-house training materials developed by the <a href="https://arc.leeds.ac.uk/" rel="external">Advanced Research Computing Team</a> at the University of Leeds. For an easy-to browse overview of course material, please visit our <a href="https://arc.leeds.ac.uk/courses/" rel="external">website</a>.</p>
<p>For some of our courses, we may use external public materials which are linked separately below. Our materials are designed to work both
as a basis for synchronous training sessions, and as documentation for self-directed study. This also facilitates flipped-learning, allowing you to prepare before a session.
</p>
<p>This will be updated as our courses evolve and change. Please check our <a href="https://arc.leeds.ac.uk/courses/" rel="external">website</a> to book training, and to find multiple methods to contact us.</p>
<p>View the open source code for this webpage on our <a href="https://github.com/ARCTraining/arctraining.github.io" rel="external">GitHub repository</a>.</p>
</section>
<section class="course-materials">
<h2>Course materials</h2>
<section class="course-category">
<h3>Software Development (SWD) Courses</h3>
<ul>
<li><a href="https://arctraining.github.io/git/" rel="external">SWD2: Intro to Version Control with Git and GitHub</a></li>
<li><a href="https://arctraining.github.io/research-software-development/" rel="external">SWD3: Research Software Development in Python</a></li>
</ul>
</section>
<section class="course-category">
<h3>High Performance Computing (HPC) Courses</h3>
<ul>
<li><a href="https://arctraining.github.io/rc-slides/linux101#/section" rel="external">HPC0: Introduction to Linux</a> <span class="note">(lecture slides)</span></li>
<li><a href="https://arctraining.github.io/hpc1/" rel="external">HPC1: Introduction to High Performance Computing</a></li>
<li><a href="https://arctraining.github.io/hpc2-software/welcome.html" rel="external">HPC2: Installing and Managing Applications on the HPC</a><span class="note"> (self-directed tutorial)</span></li>
</ul>
</section>
<section class="course-category">
<h3>External Materials</h3>
<p>These are externally developed materials we may use to support teaching.</p>
<ul>
<li><a href="https://swcarpentry.github.io/python-novice-inflammation/" rel="external">SWD1a: Intro to Python Programming</a></li>
<li><a href="https://swcarpentry.github.io/r-novice-inflammation/" rel="external">SWD1b: Intro to R Programming</a></li>
</ul>
</section>
</section>
</main>
<footer>
<p>© 2025 University of Leeds - ARC Team</p>
</footer>
</body>
</html>