-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresearch.html
executable file
·123 lines (115 loc) · 5.52 KB
/
research.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>rglab | Research</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="./utils/css/bootstrap.css" rel="stylesheet">
<link href="./utils/css/rglab.css" rel="stylesheet">
<!-- Le fav and touch icons -->
<!-- <link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> -->
</head>
<body data-spy="scroll" data-target=".subnav" data-offset="50">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="../index.html">rglab</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="./index.html"><i class="icon-home icon-white"></i> Home</a></li>
<li class="active"><a href="#"><i class="icon-pencil icon-white"></i> Research</a></li>
<li><a href="#about"><i class="icon-book icon-white"></i> Publications</a></li>
<li><a href="#about"><i class="icon-cog icon-white"></i> Software</a></li>
<li><a href="#about"><i class="icon-user icon-white"></i> Members</a></li>
<li><a href="#about"><i class="icon-exclamation-sign icon-white"></i> Jobs</a></li>
<li><a href="#contact"><i class="icon-envelope icon-white"></i> Contact</a></li>
</ul>
<form class="navbar-search pull-right" action="http://google.com/search" method="get">
<input type="hidden" name="q" value="site:rglab.org" />
<input type="text" class="search-query" type="text" name="q" results="0" placeholder="Search" />
</form>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<!-- Masthead ================================================== -->
<header class="jumbotron subhead" id="research">
<h1><a href="http://www.rglab.org" rel="tooltip" title="Raphael Gottardo's Research Lab">rglab</a>::research</h1>
<p class="lead">Raphael Gottardo's Research Lab</p>
</header><!-- /header -->
</div><!-- /container -->
<div class="container">
<div class="row">
<div class="span12">
<div class="well">
We are part of the Vaccine and Infectious Disease Division of the <a href="http://www.fhcrc.org">Fred Hutchinson Cancer Research Center</a> in Seattle.
We develop cutting edge statistical methods and software tools for the analysis of high throughput biological data with
an emphasis on data issued on immuology and vaccine research.
We collaborate with biologists accross a wide range of to apply of methods and tools ...
</div><!-- /well -->
</div><!-- /span -->
<div class="span12">
<h3>Research topics</h3>
Please use the tab navigation below to learn more about our research.
<div class="tabbable" style="margin-bottom: 9px;">
<ul class="nav nav-tabs">
<li class="active"><a href="#1" data-toggle="tab">Cytometry</a></li>
<li><a href="#2" data-toggle="tab">Peptide microarrays</a></li>
<li><a href="#3" data-toggle="tab">Epigenomics</a></li>
<li><a href="#4" data-toggle="tab">Statistical Computing</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="1">
<p>I'm in Section 1.</p>
</div>
<div class="tab-pane" id="2">
<p>Howdy, I'm in Section 2.</p>
</div>
<div class="tab-pane" id="3">
<p>What up girl, this is Section 3.</p>
</div>
</div>
</div> <!-- /tabbable -->
</div><!-- /span -->
</div><!-- /row -->
</div><!-- /container -->
<div class="container">
<div class="row">
<div class="span12">
<!-- Footer ================================================== -->
<footer class="footer">
<p class="pull-right"><a href="#">Back to top</a></p>
<p class="pull-left">
<a href="https://twitter.com/raphg" class="twitter-follow-button" data-width="225px" data-link-color="#0069D6" data-show-count="true">Follow @raphg</a>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/raphg/" data-count="horizontal" data-via="raphg" >Tweet</a></p>
<br /><br />
<p class="pull-left"> © 2012 <a href="#">rglab</a>. All right reserved.</p>
</footer>
</div>
</div>
</div>
</div><!-- /container -->
<!-- Le javascript -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script src="./utils/js/jquery.js"></script>
<script src="./utils/js/bootstrap.js"></script>
<script type="text/javascript" src="./utils/js/jquery.tweetable.js"></script>
</body>
</html>