-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (94 loc) · 3.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
<!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-12 col-12-medium imp-medium">
<section>
<!--<p align="justify"><strong>ADD IMAGE HERE</strong>.</p>-->
<br>
<br>
<h2 align="center">Clonal hematopoiesis and hematologic cancer</h2>
<br>
<p align="center">We study <strong> how hematopoietic clones originate, evolve, and lead to cancer</strong>. Clonal hematopoiesis (CH), characterized by the presence of cancer driver genetic variations in peripheral blood, is common in the elderly population. Presence of CH is associated with a higher risk of hematologic cancer and non-malignant age-related diseases (e.g., cardiovascular diseases). Using large-scale genomic datasets, we aim to uncover mechanisms underlying CH initiation and evolution which will enable stratify CH-associated risk.</strong></p>
<!--<p><a href="#"><img src="images/CH_model.png" alt="" style="text-align: center; width:800px;height:auto;" /></a></p>-->
<br>
<br>
</section>
</div>
<div class="col-12 col-12-medium imp-medium">
<section>
<h3 align="center">Contact information</h3>
<p align="center", style="font-size:16px;">Abhishek Niroula<br>
<i>Associate Senior Lecturer | DDLS Fellow</i><br>
Dept. of Medical Biochemistry and Cell Biology, Institute of Biomedicine <br> SciLifeLab<br>University of Gothenburg<br>
Box 440, 40530 Göteborg<br>
Sweden<br>
<br>
Visiting address:<br>Medicinaregatan 9 A-B, 41 390 Göteborg
<br>
<a href="mailto:[email protected]">Email</a>
<!--<i>DDLS Fellow in precision medicine and diagnostics</i><br>
University of Gothenburg, Gothenburg, Sweden
<br>
<a href="mailto:[email protected]">Email</a>-->
<p>
</p>
</section>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer-wrapper">
<div class="row">
<div class="col-12">
<div id="copyright">
Design: <a href="http://html5up.net">HTML5 UP</a>
</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>