-
Notifications
You must be signed in to change notification settings - Fork 1
/
education.html
73 lines (68 loc) · 2.27 KB
/
education.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
<!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>
<h3>Education</h3>
<p>
<b>Ph.D. in Mathematics</b>
<br />
Brown University, Providence, USA
<br />
Advisor: Anna Lysyanskaya
<br />
Dissertation:
<a href="https://doi.org/10.26300/tj7d-3h94"
>Delegatable Anonymous Credentials from Mercurial Signatures</a
>
</p>
<p>
<b>M.Sc. in Mathematics</b>
<br />
Brown University, Providence, USA
</p>
<p>
<b>M.Sc. in Applied Mathematics</b>
<br />
Columbia University, New York City, USA
<br />
Advisors: Richard S. Hamilton, Michael I. Weinstein
</p>
<p>
<b>B.Sc. in Honours Mathematics, with Distinction</b>
<br />
The University of Western Ontario, London, Canada
</p>
<p>
A list of courses can be found
<a href="courses.html">here</a>.
</p>
<h3>Awards and Scholarships</h3>
<p>Best Early Career Paper Award, CRYPTO 2023</p>
<p>US Department of Veterans Affairs Scholarship</p>
<p>Columbia University Admission Scholarship</p>
<p>The University of Western Ontario Admission Scholarship</p>
<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>