-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (39 loc) · 1.15 KB
/
Copy pathindex.html
File metadata and controls
41 lines (39 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DASDAE</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
</head>
<body>
<main>
<h1>DASDAE Presentations</h1>
<h2>
<a href="image_2022/image_2022.html">Image2022</a>
</h2>
<h2>
<a href="cwp_fall_2023/das_data_models.html">DAS Data Models</a>
</h2>
<h2>
<a href="ssa_2024/ssa_2024.html">SSA_2024</a>
</h2>
<h2>
<a href="cwp_2024/cwp_2024.html">CWP_2024</a>
</h2>
<h2>
<a href="seg_2024/seg_2024.html">SEG_2024</a>
</h2>
<h2>
<a href="ctemps_2025/ctemps_2025.html">CTEMPs_2025</a>
</h2>
<h2>
<a href="fundamentals_2025/fundamentals_2025.html">Fundamentals_2025</a>
</h2>
<h1>DASDAE Notebooks</h1>
<h2>
<a href="https://github.com/DASDAE/presentations/blob/master/cwp_2024/cwp_intro_2024.ipynb">CWP_2024_Intro</a>
<a href="https://github.com/DASDAE/seg_tutorial">SEG_2024_Tutorial</a>
</h2>
</main>
</body>
</html>