-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (92 loc) · 4.15 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, inital-scale=1">
<!-- Bootstrap stylesheet link -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Custom CSS stylesheet link -->
<link rel="stylesheet" href="css/targofflab.css">
<title>Targoff Laboratory | Main Page</title>
<meta name="description" content="Dr. Kimara Targoff's laboratory at Columbia University Medical Center investigates genes essential for key developmental processes in cardiac morphogenesis using zebrafish as a model organism">
<meta name="author" content="Alan Zhao">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
</head>
<body>
<!-- Header -->
<header>
<div class = "container">
<div class = "container-header">
<span id = "header-title">
<h2> Targoff Laboratory</h2>
<h4> Columbia University Medical Center <br> Department of Pediatrics | Division of Cardiology</h4>
</span>
</div>
</div>
</header>
<!-- Navigation bar -->
<div class="container">
<nav role="navigation" class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a class="navbar-brand" href="#">Targoff Laboratory</a>-->
</div>
<div class="collapse navbar-collapse navbar-left" id="navbar">
<ul class="nav navbar-nav">
<li> <a href="/"> Home </a></li>
<li> <a href="research"> Research </a></li>
<li> <a href="people"> People </a></li>
<li> <a href="publications"> Publications </a></li>
<li> <a href="contact"> Contact Us </a></li>
</ul>
</div>
</div>
</nav>
</div>
<!-- Begin container -->
<div class="container">
<div class="row">
<div class="col-md-12" id="main-content">
<div class="fadein"></div>
<p> Cardiac morphogenesis is a carefully orchestrated process representing the first organogenesis milestone in developing vertebrate embryos. Establishment of specific characteristics of two major cardiac chambers, a ventricle and an atrium, is crucial to formation of a functional heart. Despite the importance of maintaining unique features in chamber-specific cardiomyocytes, the regulatory mechanisms guiding these processes are yet to be uncovered. The strong association of <em>NKX2-5</em> with human congenital heart disease in both chambers and our studies revealing the differential effects of <em>nkx</em> genes on ventricular and atrial cell number in zebrafish prompted our interest in the role of <em>Nkx</em> genes on chamber identity.</p>
</div>
</div>
<hr class="featurette-divider">
</div>
<!-- Footer -->
<footer>
<div class="container">
<p>© 2015 Targoff Laboratory, Department of Pediatrics-Cardiology, Columbia University Medical Center<br> Designed by Alan Zhao</p>
</div>
</footer>
<!-- jQuery script-->
<script src="http://code.jquery.com/jquery.min.js"></script>
<!-- Bootstrap script -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- Mobile jQuery script -->
<script src="js/jquery.mobile.custom.min.js"></script>
<!-- Script to enable swiping (not needed as of 6/17/15) -->
<!--
<script>
$(document).ready(function() {
$("#carousel-kt").swiperight(function() {
$(this).carousel('prev');
});
$("#carousel-kt").swipeleft(function() {
$(this).carousel('next');
});
});
</script> -->
<!-- Slideshow -->
<script src="js/slideshow.js"></script>
</body>
</html>