-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
55 lines (49 loc) · 2.93 KB
/
about.html
File metadata and controls
55 lines (49 loc) · 2.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="about_style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href= "https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.1/css/fontawesome.min.css">
</head>
<body>
<div class="container">
<header>
<a href="index.html">
<h1>Joe LaVigne</h1>
</a>
<nav>
<a href="about.html">About</a>
<a href="https://www.dropbox.com/scl/fi/2sn2a9n3yj5jcff0g6ipn/03OCT2025_CV.pdf?rlkey=c8ny1g8s1lpk36x4291ieo1aj&st=qbr1x23g&dl=0">CV</a>
<a href="service.html">Service</a>
</nav>
</header>
<main>
<div>
<div class="linville_gorge">
<img src="linville_gorge.jpg" alt="Linville Gorge" class="resize">
</div>
<div class="main_paragraph">
<p>I am a medical student at the University of North Carolina School of Medicine. During my training, I am concurrently training to integrate research into my clinic in the future. Specifically, I am interested in investigating in applying machine learning to improve clinical outcomes. Since February 2025, I have been working in the <a href="https://www.zannaslab.org/">Zannas Laboratory</a> investigating epigenetic patterns in relation to stress and aging.</p>
<p>Prior to starting my medical training, I completed the MEDPREP postbacc program at the University of Michigan. I transitioned back to becoming a student after working full-time as a clinical research coordinator in the Michigan Medicine Department of Hematology and Oncology. Prior to this, I worked in the Pediatric Nephrology Clinical and Translational Research Program for the <a href="https://www.neptune-study.org/"> NEPTUNE study</a> and <a href="https://www.curegn.org/">CureGN study</a>. Additionally, I worked as the lead Patient-Reported Outcomes Consortium research assistant and data manager.</p>
<p>I earned my bachelor's degree from the University of Michigan where I majored in Latin Language and Literature and minored in Moral and Political Philosophy.</p>
</div>
</div>
</main>
<footer>
<p>
<a href="https://github.com/jmlavigne1">
<img src="github-mark-white.png" alt="github logo" class="hyperlinked_img">
</a>
<!--<a href="https://www.linkedin.com/in/josephmlavigne/">
<img src="images/in-logo/InBug-White.png" alt="linkedin logo" class="hyperlinked_img2">
</a>-->
</p>
</footer>
</div>
</body>
</html>