-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (101 loc) · 4.75 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en-US">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<head>
<title>
Kelly Pu
</title>
</head>
<body>
<header>
<!--nothing for now-->
</header>
<section class="intro">
<div class="grid-container">
<div class="">
<img src="media/headshot.jpg" class="headshot" alt="Headshot of Kelly.">
</div>
<div class="">
<h1>Hi, I'm Kelly.</h1>
<br>
<p> I'm passionate about caring for people and communities while also advancing knowledge and improving society's well-being.
<br><br>I graduated from Columbia in May 2022 with a BS in Biomedical Engineering, and I'm currently a
<a href=https://cms.aesnet.org/abstractslisting/electrographic-characteristics-of-burst-suppression-associated-with-seizure-recurrence-in-patients-with-status-epilepticus>
research</a> associate in the Yale Clinical Neuroscience Neuroanalytics Group at the Yale School of Medicine. I was
previously an <a href= https://www.nature.com/articles/s41587-022-01244-y>undergraduate</a>
<a href= https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8956018>researcher</a> in the Synthetic Biological Systems Lab
at Columbia University as well as a Graphics Deputy Editor and Reporter for the Columbia Daily Spectator.<br><br>
You can also find me on <a href=https://www.linkedin.com/in/kelly-pu>LinkedIn</a> and
<a href=https://brainbord.substack.com>Substack</a>.
</p>
</div>
</div>
</section>
<div class="section-break"> </div>
<section class="">
<div class="">
<h1>Projects</h1>
</div>
</section>
<section class="intro">
<div class="grid-container">
<div class="">
<video height="240" muted autoplay loop>
<source src="media/ivycovid.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="">
<h2><a href=https://www.columbiaspectator.com/news/2020/04/13/the-us-and-ivy-league-schools-were-late-to-respond-to-covid-19-data-shows-international-universities-did-better>
The U.S. and Ivy League schools were late to respond to COVID-19. Data shows international universities did better.</a>
| Columbia Daily Spectator</h2>
<br>
<p>Pitched story; obtained, analyzed, and visualized data</p>
<p class="award">2020 Society of Professional Journalists Data Visualization Mark of Excellence National Finalist</p>
<p>Tools used: Excel, Illustrator</p>
</div>
</div>
</section>
<section class="intro">
<div class="grid-container">
<div class="">
<video height="240" muted autoplay loop>
<source src="media/rowing.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="">
<h2> <a href=https://www.columbiaspectator.com/sports/2020/04/24/it-put-columbia-on-the-map-lightweight-rowings-irreverent-instagram-helps-promote-culture-pull-in-recruits>
‘It put Columbia on the map’: Lightweight rowing’s irreverent Instagram helps promote culture, pull in recruits</a>
| Columbia Daily Spectator</h2>
<br>
<p>Analyzed and visualized data</p>
<p>Tools used: R, Illustrator</p>
</div>
</div>
</section>
<section class="intro">
<div class="grid-container">
<div class="">
<video height="240" muted autoplay loop>
<source src="media/layout.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="">
<h2> Print Newspaper Layout | Columbia Daily Spectator</h2>
<br>
<p>Oversaw weekly process; designed page templates and layout; created training and process guide materials</p>
<p>Tools used: InDesign</p>
</div>
</div>
</section>
<div class="section-break"> </div>
<footer>
<p>Updated February 2023</p>
</footer>
</body>
</html>