-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople.html
More file actions
126 lines (110 loc) · 4.86 KB
/
Copy pathpeople.html
File metadata and controls
126 lines (110 loc) · 4.86 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
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
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Chikina Lab: People</title>
<meta name="author" content="Chikina Lab">
<meta name="description" content="Maria Chikina lab at the University of Pittsburgh School of Medicine: People">
<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=Source+Sans+3:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="box">
<div class="bannerimg">
<img src="img/diag.png" alt="Chikina Lab banner">
<div class="title"><span>Chikina Lab</span></div>
</div>
<div id="navigate">
<h4>Navigation</h4>
<ul id="navlinks">
<li id="homelink"><a href="index.html">Home</a></li>
<li id="projectslink"><a href="projects.html">Projects</a></li>
<li id="toolslink"><a href="tools.html">Tools</a></li>
<li id="peoplelink"><a class="active" href="people.html">People</a></li>
<li id="resourceslink"><a href="resources.html">Resources</a></li>
</ul>
</div>
<div class="content">
<h1>Current Members</h1>
<div class="people">
<div class="person">
<img src="people/maria.jpg" alt="Maria Chikina">
<div class="persontext">
<h1>Maria Chikina</h1>
<p class="role">PI</p>
<p class="email"><a href="mailto:mchikina@pitt.edu">mchikina@pitt.edu</a></p>
</div>
</div>
<div class="person">
<img src="people/rezwan.png" alt="Rezwan Hosseini">
<div class="persontext">
<h1>Rezwan Hosseini</h1>
<p class="role">Ph.D. student, CPCB</p>
</div>
</div>
<div class="person">
<img src="people/yuehua.png" alt="Yuehua Zhu">
<div class="persontext">
<h1>Yuehua Zhu</h1>
<p class="role">Tsinghua Scholar</p>
</div>
</div>
<div class="person">
<img src="people/mengying.jpg" alt="Mengying Hu">
<div class="persontext">
<h1>Mengying Hu</h1>
<p class="role">Ph.D. student, CPCB</p>
</div>
</div>
<div class="person">
<img src="people/tina.jpg" alt="Tina Subic">
<div class="persontext">
<h1>Tina Subic</h1>
<p class="role">Postdoctoral Fellow</p>
</div>
</div>
<div class="person">
<img src="people/jieni-hu.jpg" alt="Jieni Hu">
<div class="persontext">
<h1>Jieni Hu</h1>
<p class="role">Ph.D. student, CPCB</p>
</div>
</div>
<div class="person">
<img src="people/kristina-Perevoshchik.jpg" alt="Kristina Perevoschik">
<div class="persontext">
<h1>Kristina Perevoschik</h1>
<p class="role">Ph.D. student, CPCB</p>
</div>
</div>
</div>
<h1>Past Members</h1>
<ul>
<li>Tugrul Balci, CPCB PhD. Currently postdoc at Genentech.</li>
<li>Elysia Saputra, CPCB PhD. Currently postdoc at Merck.</li>
<li>Wayne Mao, CPCB PhD. Currently postdoc at Center for Computational Biology, Flatiron Institute, Simons Foundation.</li>
<li>Madeline Ohl, REU student. Currently M.Phil. student at University of Cambridge, Sanger Institute.</li>
<li>Amanda Kowalczyk, CPCN PhD. Currently at Colossal Biosciences.</li>
<li>Wynn Meyer, Postdoctoral Associate (joint with <a href="http://www.csb.pitt.edu/faculty/clark/">Clark Lab</a>). Currently faculty at Lehigh University.</li>
</ul>
<h1>Join the Chikina Lab</h1>
<p>If you are interested in joining the Chikina lab as a postdoctoral associate, Ph.D student, or undergraduate researcher, <a href="mailto:mchikina@pitt.edu">contact Maria</a>.</p>
<div id="UPMCdiv">
<a title="University of Pittsburgh Medical School"><img alt="University of Pittsburgh campus" src="img/Pitt.jpg"></a>
<img id="BST3arrow" alt="arrow" src="img/arrow.png">
</div>
<br class="clear">
</div>
<script>
var sc_project=11748090;
var sc_invisible=1;
var sc_security="faa9c7cd";
</script>
<script src="https://www.statcounter.com/counter/counter.js"></script>
<noscript><div class="statcounter"><a title="Web Analytics" href="http://statcounter.com/"><img class="statcounter" src="//c.statcounter.com/11748090/0/faa9c7cd/1/" alt="Web Analytics"></a></div></noscript>
</div>
</body>
</html>