-
Notifications
You must be signed in to change notification settings - Fork 1
/
teaching.html
66 lines (65 loc) · 2.05 KB
/
teaching.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<title>Elizabeth C. Crites</title>
<meta name="description" content="Elizabeth C. Crites' webpage" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="style.css" rel="stylesheet" />
</head>
<body>
<h1>Elizabeth C. Crites</h1>
<div>
I have been a Teaching Assistant for the following courses:
<div>
<ul>
<li>
<p>
<b>COMP0141 Security</b> <br />University College London
</p>
</li>
<li>
<p>
<b
>CSCI 1510 Introduction to Cryptography and Computer Security</b
>
<br />Brown University
</p>
</li>
<li>
<p>
<b>ENGN 1570 Linear System Analysis</b> <br />Brown University
</p>
</li>
<li>
<p>
<b>MATH 0100 Introductory Calculus, Part II</b> <br />Brown
University
</p>
</li>
<li>
<p>
<b>MATH 0520 Linear Algebra</b> <br />Brown University
</p>
</li>
</ul>
</div>
</div>
<hr />
<h4>
<a href="index.html">Home</a> | <a href="education.html">Education</a> |
<a href="research.html">Research</a> |
<a href="teaching.html">Teaching</a> |
<a href="activities.html">Activities</a> |
<a
href="elizabeth_crites_cv.pdf"
target="_blank"
rel="noopener noreferrer"
>CV</a> |
<a href="contact.html">Contact</a> |
<a href="https://scholar.google.com/citations?user=wsE5YFgAAAAJ&hl=en"><img src="google_scholar.svg" width="15" height="15"/></a>
<a href="https://www.linkedin.com/in/elizabeth-crites-342807162/"><img src="linkedin.png" width="15" height="15"/></a>
<a href="https://twitter.com/e1izabethcrites"><img src="twitter.png" width="15" height="15"/></a>
</h4>
</body>
</html>