-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
165 lines (153 loc) · 5.14 KB
/
team.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE HTML>
<!--
Minimaxing by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>ANiroula</title>
<meta name="keywords" content="Clonal hematopoiesis, CHIP, Abhishek Niroula, Niroula lab">
<meta name="description" content="ANiroula">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<div id="page-wrapper">
<!-- Header -->
<div id="header-wrapper">
<div class="container">
<div class="row">
<div class="col-12">
<header id="header">
<h1 style="font-size:30px;"><a href="index.html" id="logo">Niroula lab</a></h1>
<nav id="nav">
<a href="index.html">Home</a>
<a href="research.html">Research</a>
<a href="publications.html">Publications</a>
<a href="team.html">Members</a>
</nav>
</header>
</div>
</div>
</div>
</div>
<!-- Main -->
<div id="main">
<div class="container">
<div class="row main-row">
<div class="col-8 col-12-medium imp-medium">
<section>
<h2>Members</h2>
<ul class="small-image-list-twocolumn">
<li class="a">
<a href="#"><img src="images/Abhishek_Niroula_Johan.jpg" alt="" class="left" style="width:200px;height:auto;" /></a>
<br>
<br>
<h4><strong>Abhishek Niroula</strong></h4>
<p>Principal Investigator
<br>PhD, Lund University
</p>Photo: Johan Wingborg
</li>
<li class="a">
<a href="#"><img src="images/Yajuan_Huang.JPG" alt="" class="left" style="width:180px;height:auto;" /></a>
<br>
<br>
<h4><strong>Yajuan Huang</strong></h4>
<p>PhD Student
<br>MSc, Lund University
</p>
</li>
<li class="a">
<a href="#"><img src="images/Sanketh_20240110_cp.jpg" alt="" class="left" style="width:180px;height:auto;" /></a>
<br>
<br>
<h4><strong>Tagore Sanketh Bandaru</strong></h4>
<p>PhD Student<br>
MSc, Karolinska Institute
</p>
</li>
<li class="a">
<a href="#"><img src="images/taniaP.jpg" alt="" class="left" style="width:180px;height:auto;" /></a>
<br>
<br>
<h4><strong>Tânia Peniche</strong></h4>
<p>Researcher<br>
MSc, NOVA University of Lisbon
</p>
</li>
<li class="a">
<a href="#"><img src="images/hanaK.jpg" alt="" class="left" style="width:180px;height:auto;" /></a>
<br>
<br>
<h4><strong>Hana Komic</strong></h4>
<p>Postdoctoral Fellow<br>
PhD, University of Gothenburg
</p>
</li>
<li class="a">
<a href="#"><img src="images/SiddhitaP.jpeg" alt="" class="left" style="width:180px;height:auto;" /></a>
<br>
<br>
<h4><strong>Siddhita Pandey</strong></h4>
<p>Masters student<br>
University of Skövde
</p>
</li>
<!--<li class="a">
<a href="#"><img src="images/AbhishekNiroula.jpg" alt="" class="left" style="width:200px;height:auto;" /></a>
<h4><strong>Abhishek Niroula</strong></h4>
<p>Principal Investigator
<br>PhD, Lund University
</p>
</li>-->
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</ul>
</section>
</div>
<div class="col-4 col-12-medium imp-medium">
<section>
<br>
<h3 align="justify">Interested in joining our team?</h3>
<p align="justify", style="font-size:16px;">We are looking for team members at all career stages. If you are interested in pursuing computational biology and bioinformatic projects, please contact us (<a href="mailto:[email protected]">email</a>) with a short motivation and cv.</p>
</section>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer-wrapper">
<div class="container">
<div class="row">
<div class="col-8 col-12-medium">
</div>
<div class="col-4 col-12-medium">
</div>
</div>
<div class="row">
<div class="col-12">
<div id="copyright">
Design: <a href="http://html5up.net">HTML5 UP</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>