Skip to content

Commit 1dcc9b3

Browse files
committed
add exercises
1 parent 525e173 commit 1dcc9b3

File tree

4 files changed

+43
-1
lines changed

4 files changed

+43
-1
lines changed

exercises/exercise_1_1.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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>Exercise 1: Quantitative Alignment</title>
7+
<style>
8+
body { font-family: Arial, sans-serif; margin: 40px; line-height: 1.6; }
9+
h1, h2 { color: #004543; }
10+
ul { margin-left: 20px; }
11+
.step { margin-bottom: 20px; }
12+
</style>
13+
</head>
14+
<body>
15+
16+
<h1>Exercise 1: Quantitative Alignment</h1>
17+
18+
<h2>Objective</h2>
19+
<p>In this exercise, you will explicitly connect your research interests and questions with suitable quantitative methods, facilitating clearer alignment between your research objectives and computational techniques.</p>
20+
21+
<h2>Instructions</h2>
22+
23+
<div class="step">
24+
<strong>Step 1 (5 min):</strong>
25+
<p>Write a brief description (3–5 sentences) clearly stating your central research interest or primary research question.</p>
26+
</div>
27+
28+
<div class="step">
29+
<strong>Step 2 (10 min):</strong>
30+
<p>Individually reflect on and suggest quantitative or computational methods (e.g., topic modeling, sentiment classification, network analysis) that could address or illuminate your research interest. If you are unsure about specific methods, clearly articulate the insights or data you hope to gain through quantification. During this step, instructors will circulate to provide guidance and support.</p>
31+
</div>
32+
33+
<div class="step">
34+
<strong>Step 3 (15 min):</strong>
35+
<p>Form small groups of 2–3 participants. Each member should briefly present their research interest and proposed quantitative methods. Provide and receive constructive feedback, considering alternative methodological suggestions from your peers.</p>
36+
</div>
37+
38+
<h2>Expected Outcome</h2>
39+
<p>By the end of this exercise, you will have established a clear and documented alignment between your research interests and relevant quantitative methods, strengthened by instructor guidance and peer feedback.</p>
40+
41+
</body>
42+
</html>

exercises/exercise_1_2.html

Whitespace-only changes.

exercises/exercise_1_3.html

Whitespace-only changes.

lessons/lesson_01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2>Program Schedule</h2>
6363
</tr>
6464
<tr>
6565
<td style="padding: 10px; border: 1px solid #ddd;">10:35 – 11:05</td>
66-
<td style="padding: 10px; border: 1px solid #ddd;">Exercise 1: Quantitative Alignment</td>
66+
<td style="padding: 10px; border: 1px solid #ddd;"><a href="../exercises/exercise_1_1.html">Exercise 1: Quantitative Alignment</a></td>
6767
<td style="padding: 10px; border: 1px solid #ddd;"></td>
6868
</tr>
6969
<tr>

0 commit comments

Comments
 (0)