-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (62 loc) · 2 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
55
56
57
58
59
60
61
62
63
64
---
layout: default
title: Home
---
<!-- Intro -->
<section id="home-intro" class="intro">
<h1>Computational & Mathematical<br>Scientist</h1>
</section>
<!-- About -->
<!-- Insert Section tab here -->
<section id="about" class="main-section section-white">
<div class="about-me">
<!-- Left side -->
<div class="sidebar">
<img src="assets/images/placeholder.png">
<ol>
<li>
<i class="fa fa-location-dot"></i>Seattle, WA
</li>
<li>
<i class="fa fa-envelope"></i>[email protected]
</li>
</ol>
<ul>
<li>
<a href="https://github.com/RS-Coop">
<i class="fa fa-2x fa-github"></i>
</a>
</li>
<li>
<a href="https://scholar.google.com/citations?hl=en&user=J14jNcEAAAAJ">
<i class="fa-brands fa-2x fa-google-scholar"></i>
</a>
</li>
</ul>
<ul>
<li>
<a href="assets/files/resume.pdf">Resume</a>
</li>
<li>
<a href="assets/files/cv.pdf">CV</a>
</li>
</ul>
</div>
<!-- Right side -->
<div>
<h2>About Me</h2>
<p>
I am a first year PhD student in Applied Mathematics at the University of Washington in Seattle.
Previously, I worked as a professional research assistant in the Aerospace Mechanics Research Center (AMReC)
at the University of Colorado Boulder from 2022-2024. There, I worked with Alireza Doostan and Stephen Becker
on data compression techniques for large-scale scientific simulations. I also work independently with Stephen Becker
on non-convex Newton-type optimization methods. I earned my B.S. and M.S. from CU Boulder in Applied Mathematics
in 2020 and 2022, respectively.
</p>
<p>
Outside of research, I try to get outside as much as possible through climbing, skiing, hiking, rafting,
football (the other kind), and a variety of other hobbies.
</p>
</div>
</div>
</section>