forked from jasonlong/cayman-theme
-
Notifications
You must be signed in to change notification settings - Fork 2
/
fall19.html
78 lines (52 loc) · 3.79 KB
/
fall19.html
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>CAPS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#2948ff">
<link rel="stylesheet" href="css/normalize.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/cayman.css">
<link rel="shortcut icon" type="image/x-icon" href="static/Graphic%20Card%20set.png">
</head>
<body>
<section class="page-header">
<h1 class="project-name">CAPS Fall 2019</h1>
<h2 class="project-tagline">Course material for the Fall 2019 iteration of CAPS</h2>
<a href="static/CAPS_Syllabus_Fall19.pdf" class="btn">Get the Syllabus</a>
</section>
<section class="main-content">
<p><strong>This course website</strong> contains the course materials for the Fall 2019 iteration CAPS. The materials for each lecture will be uploaded over the weekend before the lecture.</p>
<pre><code>Announcement: Thanks for participating in our Fall 2019 iteration!. </code></pre>
<h3>
<a id="user-content-header-3" class="anchor" href="#header-3" aria-hidden="true"><span class="octicon octicon-link"></span></a>Reference documents 📃</h3>
<p><a href="static/Core_concepts.pdf">Core concepts (draft)</a> A list with definitions for 90+ concepts covered in the course</p>
<h3>
<a id="user-content-header-3" class="anchor" href="#header-3" aria-hidden="true"><span class="octicon octicon-link"></span></a>Lecture 1 📖</h3>
<p><a href="static/notes_l1.pdf">Lecture notes</a> | <a href="static/slides_l1.pdf">Slides</a> | <a href="static/Case1.pdf">Case</a></p>
<h3>
<a id="user-content-header-3" class="anchor" href="#header-3" aria-hidden="true"><span class="octicon octicon-link"></span></a>Lecture 2 📖</h3>
<p><a href="static/notes_l2.pdf">Lecture notes</a> | <a href="static/slides_l2.pdf">Slides</a> | <a href="static/Case2.pdf">Case</a></p>
<h3>
<a id="user-content-header-3" class="anchor" href="#header-3" aria-hidden="true"><span class="octicon octicon-link"></span></a>Lecture 3 📖</h3>
<p><a href="static/notes_l3.pdf">Lecture notes</a> | <a href="static/slides_l3.pdf">Slides</a> | <a href="static/Case3.pdf">Case</a></p>
<h3>
<a id="user-content-header-3" class="anchor" href="#header-3" aria-hidden="true"><span class="octicon octicon-link"></span></a>Lecture 4 📖</h3>
<p><a href="static/notes_l4.pdf">Lecture notes</a> | <a href="static/slides_l4.pdf">Slides</a> | <a href="static/Case4.pdf">Case</a></p>
<h3>
<a id="user-content-header-3" class="anchor" href="#header-3" aria-hidden="true"><span class="octicon octicon-link"></span></a>Lecture 5 📖</h3>
<p>Lecture notes | <a href="static/slides_l5.pdf">Slides</a> | <a href="https://colab.research.google.com/drive/1y7mdADTXXLca8qdnx_WPfiXmZ8jDNjSR">Code</a></p>
<h3>
<a id="user-content-header-3" class="anchor" href="#header-3" aria-hidden="true"><span class="octicon octicon-link"></span></a>Lecture 6 📖</h3>
<p>Guest lecture with Ashley Llorens, Applied Physics Lab</p>
<p>No public lecture notes</p>
<br>
<p><strong><a href="index.html">Back home</a></strong></p>
<p align ="center"><img src ="static/Graphic%20card.png" alt="graphics" width="107" height="120"></p>
<footer class="site-footer">
<span class="site-footer-credits">© 2019 Option Courseware. Built with ⌨ from <a href="https://pages.github.com">GitHub</a>.</span>
</footer>
</section>
</body>
</html>