-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathContact.html
223 lines (204 loc) · 7.58 KB
/
Contact.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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE HTML>
<!--
Iridium by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Danko Lab</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href='http://fonts.googleapis.com/css?family=Arimo:400,700' rel='stylesheet' type='text/css'>
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
</head>
<body class="no-sidebar">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<div id="logo">
<h1><a href="#">Danko Lab</a></h1>
<!--<span>Website coming soon!</span>-->
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="Research.html">Research</a></li>
<li><a href="Team.html">Team</a></li>
<li><a href="Publications.html">Publications</a></li>
<li><a href="Software.html">Software</a></li>
<li class="active"><a href="Contact.html">Find Us</a></li>
</ul>
</nav>
</div>
</div>
<!-- Main -->
<div id="main">
<div class="container">
<div class="row">
<!-- Content -->
<div id="content" class="8u skel-cell-important">
<section>
<header>
<h2>Find us!</h2>
<span class="byline">The James A Baker Institute for Animal Health</span>
</header>
<p>We are located on the 2nd floor of the <a href="http://bakerinstitute.vet.cornell.edu/">James A Baker Institute for Animal Health</a>, high above the Cornell Ithaca campus.</p>
<a href="#" class="image full"><img src="images/BakerAir.Marked.jpg" alt=""/></a>
<div class="row">
<div id="content" class="6u skel-cell-important">
<section>
<a href="#" class="image full"><img src="images/Ed_Tubes.jpg" alt=""/></a>
</section>
</div>
<div id="content" class="6u skel-cell-important">
<section>
<a href="#" class="image full"><img src="images/Ed_Pipette.jpg" alt=""/></a>
<section>
</div>
</div>
<a href="#" class="image full"><img src="images/BakerFront.jpg" alt=""/></a>
</section>
</div>
<div id="content" class="4u skel-cell-important">
<section>
<header>
<h2><BR></h2>
</header>
<p><h2>Getting to Baker: </h2></p>
<!-- Google Maps API -->
<!-- <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC2BdwT6vOX52VoS28owIi81TBaDi1E2gs&callback=initMap"></script> -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC2BdwT6vOX52VoS28owIi81TBaDi1E2gs"></script>
<script type="text/javascript">
function initialize() {
var mapOptions = {
center: new google.maps.LatLng(42.428455, -76.454119),
zoom: 16
};
var map = new google.maps.Map(document.getElementById("map-canvas"), mapOptions);
var marker = new google.maps.Marker({
position: new google.maps.LatLng(42.428455, -76.454119),
map: map,
title:"You are here!"
});
}
google.maps.event.addDomListener(window, 'load', initialize);
</script>
<style>
#map-canvas {
height: 600px;
width: 300px;
}
</style>
<a href="#" class="image full"><div id="map-canvas"/></div></a>
<p><h2>Driving: </h2></p>
<span>
The Baker Institute for Animal Health<br />
College of Veterinary Medicine <br />
Cornell University <br />
Hungerford Hill Road<br />
Ithaca, NY 14853
</span>
<!-- Public Transit -->
<p><h2>Public Transit: </h2></p>
<p>Take Ithaca bus line 51 to Eastern Heights @Skyvue Rd (stop F). The bus departs every hour.</p>
<a href="images/Bus51map.jpg"><p>Bus map:</p></a>
<a href="images/Bus51map.jpg" class="image full"><img src="images/Bus51map.jpg" alt="" width=300px/></a>
</section>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<div class="4u">
<section>
<h2>Danko Lab</h2>
<ul class="contact">
<li>
<span class="mail">E-Mail</span>
<span>
<script type="text/javascript" language="Javascript">// <![CDATA[Hide script from non-javascript-enabled browsers
var username="dankoc";
var at="@";
var domain="gmail.com";
document.write("<a href='mailto:" +username+""+at+""+domain+ "'>" + username+""+at+""+domain + "</a>");
</script>
</span>
</li>
<li>
<span class="mail">Social</span>
<a href="https://genomic.social/@charlesdanko"><img src="images/Mastodon-24-24.png" alt="" /></a>
<a href="https://twitter.com/charlesdanko"><img src="images/twitter.png" alt="" /></a>
<a href="https://github.com/danko-lab"><img src="images/github.png" alt="" /></a>
</li>
<li>
<span class="address">Address</span>
<span>
The Baker Institute for Animal Health<br />
College of Veterinary Medicine <br />
Cornell University <br />
Hungerford Hill Road<br />
Ithaca, NY 14853
</span>
</li>
</ul>
</section>
</div>
<div class="4u">
<section>
<h2>Cornell University</h2>
<ul class="default">
<li><a href="https://www2.vet.cornell.edu/departments-centers-and-institutes/baker-institute">The Baker Institute</a></li>
<li><a href="http://www.vet.cornell.edu/biosci/">Department of Biomedical Sciences</a></li>
<li><a href="http://www.vet.cornell.edu/">College of Veterinary Medicine</a></li>
<li><a href="http://www.cb.cornell.edu/">Computational Biology Graduate Program</a></li>
<li><a href="http://www.cornell.edu">Cornell University</a></li>
</ul>
</section>
</div>
<div class="4u">
<section>
<h2>Join the lab!</h2>
<ul class="contact">
<li>
<span>We are considering applications from exceptionally talented scientists!</span>
</li>
<li>
<span class="mail">Postdocs:</span>
<span>E-mail a 1 page cover letter, a curriculum vitae, and 3 letters of reference to Charles Danko.</span>
</li>
<li>
<span class="mail">Students:</span>
<span>Apply through the graduate fields of <a href="http://www.cb.cornell.edu/">Computational Biology</a> or <a href="http://www.gendev.cornell.edu/">Genetics, Genomics & Development</a>.</span>
</li>
</ul>
</section>
</div>
</div>
</div>
</div>
<!-- Copyright -->
<div id="copyright">
<div class="container">
Design: <a href="http://templated.co">TEMPLATED</a>
</div>
</div>
</body>
</html>