-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (56 loc) · 3.31 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
<!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" />
<!-- design by Nicholas Eriksson -->
<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"class="current-page">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">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">
<img src="bird.png" alt="Lior Pachter" width="200" align="right">
<p>
The Pachter Lab develops computational and experimental methods for genomics. We are currently focused on the development of single-cell genomics technologies and their application to RNA biology. The computational challenges we are addressing involve the analysis of high-dimensional data. Theorems are sometimes proven, experiments are occasionally successful, and software is distributed on GitHub. Our group includes students and postdocs with backgrounds in biochemistry, computer science, genetics, mathematics, molecular biology, physics and statistics.
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11422044-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>