Skip to content

Commit 4bc95fe

Browse files
authored
add lessons file
1 parent 6002b3e commit 4bc95fe

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

lessons/lesson_03.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Scientific Programming</title>
7+
<link href="lesson-styles.css" rel="stylesheet">
8+
</head>
9+
<body>
10+
11+
<h1>Scientific Programming</h1>
12+
13+
<h2>Overview</h2>
14+
<p>
15+
In these lesson, we'll explore scientific programming with Python and its usages in a quantitative research.
16+
</p>
17+
18+
<h2>Materials</h2>
19+
<ul>
20+
<li><a href="/quantitative-methods/files/02_structured-data.pdf">a file</a></li>
21+
</ul>
22+
23+
<h2>Instructors</h2>
24+
<p>Stephan Smuts & Mia Jacobsen</p>
25+
26+
<footer>
27+
<p>&copy; 2025 Aarhus University | Computational Humanities (CMP 25)</p>
28+
<p><a href="/quantitative-methods/index.html">Back to Course Home</a></p>
29+
</footer>
30+
31+
</body>
32+
</html>

0 commit comments

Comments
 (0)