-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsummary.html
More file actions
62 lines (47 loc) · 2.58 KB
/
summary.html
File metadata and controls
62 lines (47 loc) · 2.58 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
<!DOCTYPE html>
<html>
<head>
<title>Vrbik/Grey literature</title>
<link rel="stylesheet" type="text/css" href="css/global.css"></link>
<link rel="stylesheet" type="text/css" href="css/slider.css"></link>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700,100' rel='stylesheet' type='text/css'></link>
<link href='https://fonts.googleapis.com/css?family=Ovo' rel='stylesheet' type='text/css'></link>
<link href='https://fonts.googleapis.com/css?family=Vollkorn:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="Wrapper">
<div id="Logo"></div>
<div id="Name">Paul Vrbik</div><br>
<div id="Uni">>>Mathematician, programmer, and educator.</div>
<div id="NavBar">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="publications.html">research</a></li>
<li><a href="teaching.html">teaching</a></li>
<li><a href="notes.html">notes</a></li>
<li><a href="pdfs/vrbik_cv.pdf">cv</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
<div style="clear: both;"> </div>
<div id="NotFrontPage">
<h1>Summary</h1>
<h2>Calculus for the Life Sciences</h2>
<a href="https://www.youtube.com/playlist?list=PLCJu9gnzGhlulhSw4n0_DLiTiQmpLIv__">[YouTube Playlist]</a> (Lectures 3 and onward are chalkboard presentations.)
<h2>Introduction to Computer Programming</h2>
<a href="https://www.youtube.com/playlist?list=PLCJu9gnzGhluPbOEBT-yjXN8rUy_ycW6i">[YouTube Playlist]</a>
<h2>An Informal Derivation of the Standard Model of Computaiton</h2>
<a href="pdfs/FoundationsOfComputerScience.pdf">[Course Notes]</a>
<h2>Mathematical Discovery 1 </h2>
<a href="pdfs/LectureNotes/Math1210.pdf">[Course Notes]</a> <a href="https://www.youtube.com/playlist?list=PLCJu9gnzGhlu_BnGnUjvWq3_FThLZLPf1">[YouTube Playlist]</a>
<h2>Mathematical Discovery 2 </h2>
<a href="pdfs/LectureNotes/Math1220.pdf">[Course Notes]</a>
<h2>Calculus of Science and Engineering</h2>
<a href="pdfs/LectureNotes/Math2310C.pdf">[Course Notes]</a> <a href="https://www.youtube.com/playlist?list=PLCJu9gnzGhltuQtwleygYD7w7k-uTZ6Xm">[YouTube Playlist]</a>
<h2>Logic and Set Theory</h2>
<a href="pdfs/LectureNotes/Math3010.pdf">[Course Notes]</a>
</div>
<div style="clear: both;"> </div>
</div>
</body>
</html>