-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall.html
More file actions
94 lines (84 loc) · 4.94 KB
/
all.html
File metadata and controls
94 lines (84 loc) · 4.94 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<!-- Site adapted from https://github.com/square/square.github.io -->
<html>
<head>
<meta charset="utf-8" />
<title>McMaster University Research Software Development - Open Educational Materials</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<link href="/assets/base.css" media="screen" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/assets/public/favicon.ico" />
<script src="/assets/modernizr.js" type="text/javascript"></script>
</head>
<body>
<div class="wrapper">
<div class="profile">
<section class="profile-masthead" id="masthead">
<header class="profile-logo">
<div class="profile-logo-image">
<img alt="McMaster University Research Software Development" src="/images/logo-small.png"
style="width:70.17px;height:auto;" />
</div>
<div class="profile-name">
<h1>McMaster University Research Software Development</h1>
</div>
</header>
<aside class="profile-summary">
<div class="summary-location summary-module">
<a href="https://github.com/McMasterRS">
github.com/McMasterRS
</a>
</div>
</aside>
</section>
<section class="profile-content" id="content">
<div class="profile-description">
<p>
List of past and present workshops and learning modules offered by the McMaster Research Software Development Team
</p>
</div>
<article class="profile-menu" id="menu">
<nav class="menu-navigation">
<p>
The format and amount of online material varies from one
workshop/learning modules to another. For a list of workshops and learning modules with
extensive
online content suitable for self-paced learning see
<a href="index.html">selected workshop and learning modules in open formats</a>.
</p>
</nav>
<div id="lm" class="menu-category">
<h3 class="menu-category-name">
Learning Modules
</h3>
<ul>
<li><a href="https://github.com/McMasterRS/lm_repo-management">Introduction to Git Repository Management Services</a></li>
<li><a href="https://github.com/McMasterRS/lm_mac-branding">Building Modern Single-Page Applications</a></li>
<li><a href="https://github.com/McMasterRS/lm_docker4web">Docker Basic for Web Development</a></li>
<li><a href="https://github.com/McMasterRS/lm_tech-stack">Technology Stack Selection</a></li>
<li><a href="https://github.com/McMasterRS/lm_web-security">Basic Security for Web Development</a></li>
<li><a href="https://github.com/McMasterRS/lm_reproducible-rs">Reproducible Research Software</a></li>
<li><a href="https://github.com/McMasterRS/lm_sw-design-patterns">Introduction to Software Design Patterns</a></li>
<li><a href="https://github.com/McMasterRS/lm_agile-development">Introduction to Agile Methodology</a></li>
<li><a href="https://github.com/McMasterRS/lm_minimal-computing">Introduction to Minimal Computing</a></li>
<li><a href="https://github.com/McMasterRS/lm_rs-impact">Research Software and Research Impact</a></li>
<li><a href="https://github.com/McMasterRS/lm_CO2025-DRI-Training-Materials">Applying Technologies to Facilitate and Support Open Research</a></li>
</ul>
</div>
<div id="ws" class="menu-category">
<h3 class="menu-category-name">
Workshops
</h3>
<ul>
<li><a href="https://github.com/McMasterRS/ws_web-design-guide">Design Guidelines for McMaster Websites</a></li>
<li><a href="https://github.com/scds/dr23-24/blob/main/code-best-practices.md">Best Practices for Managing Your Code and Scripts You Use to Generate Your Research</a></li>
</ul>
</div>
</article>
</section>
</div>
</div>
<footer class="footer">
<nav class="footer-navigation"></nav>
</footer>
</body>
</html>