-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (47 loc) · 1.33 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Matthew Ruiz</title>
<link rel="stylesheet" href="style.css" />
</head>
<body class="body-style">
<header>
</header>
<section class="about-section">
<p style="text-align:left;">
Matthew Ruiz
<span style="float:right;">
</span>
</p>
<hr>
<img class="about-picture" src="img/yabo4.jpg">
<div>
<p> I am a first year PhD student in the ECE department of Purdue University.
I am fortunate to be advised by Professor
<a href="https://jennalwise.github.io/">Jenna (Wise) DiVincenzo</a>. </p>
<p>I am currently doing research on gradual verification and its educational impact.</p>
<p>Previously, I was a CSE Master's student at the University of Michigan where I
contributed to the
<a href="https://hazel.org/">Hazel</a>
programming environment led by Professor
<a href="https://web.eecs.umich.edu/~comar/">Cyrus Omar</a>.</p>
<p>
Before that, I studied computer science and mathematics at the University of Florida.
</p>
</div>
<div class="links">
<p> Links </p>
<hr>
<ul>
<li>
<a href="./documents/cv.pdf">CV</a>
</li>
<li>
<a href="https://github.com/ruiz-m">GitHub</a>
</li>
</ul>
</div>
</section>
</body>
</html>