-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
57 lines (54 loc) · 2.84 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="Lior Pachter" />
<meta name="keywords" content="Computational biology" />
<meta name="description" content="" />
<meta name="robots" content="all" />
<title>Pachter Lab</title>
<style type="text/css" media="all">
@import "style.css";
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="container">
<div class="Header">
<div id="logos">
<a href="http://www.caltech.edu/"><img src="Caltech_LOGO-WHITE-RGB.png" alt = "Caltech logo" width=150 /></a>
<p><span>Pachter Lab</span></p>
</div>
<div id="Menu">
<ul id="links">
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="group.html" title="Group">Group</a></li>
<li><a href="research.html" title="Research" >Research</a></li>
<li><a href="software.html" title="Software">Software</a></li>
<li><a href="positions.html" title="Positions">Positions</a></li>
<li><a href="contact.html" title="Contact" class="current-page">Contact</a></li>
<li><a href="https://scholar.google.com/citations?user=DKfEcuEAAAAJ&hl=en&oi=ao" title="Publications">Publications <i class="fa fa-external-link" style="font-size:10px"></i> </a></li>
<li><a href="http://liorpachter.wordpress.com/" title="Blog">Blog <i class="fa fa-external-link" style="font-size:10px"></i> </a></li>
</ul>
</div>
<!-- end Menu-->
</div>
<!-- end Header-->
<div id="Content">
<dl>
<dt>Lab:</dt>
<dd>Address: 265 <a href="https://goo.gl/maps/BHdTuu9s17vU8FvY76">Chen Neuroscience Research Building</a></dd>
<dd>Email: ckim2 at caltech fullstop edu</dd>
</dl>
<dl>
<dt>Lior Pachter:</dt>
<dd>BBE Office: 247 Chen Neuroscience Research Building</dd>
<dd>CMS Office: 320 Annenberg</dd>
<dd>Email: lpachter at caltech fullstop edu</dd>
</dl>
<img src="https://github.com/pachterlab/pachterlab.github.io/blob/3806e62c276b94945fa50b3996a03f61ad537c89/Chen.jpeg" alt="Pachter Lab in the Chen building" align="center" >
</div>
</div>
</body>
</html>