-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
289 lines (256 loc) · 9.78 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
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<!-- Change the title of the webpage in the <title> tag -->
<title>Microbe-ID | Welcome</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="root">
<!-- Le styles, make sure that the Bootstrap_files folder is in the same directory than your homepage -->
<link href="Bootstrap_files/bootstrap.css" rel="stylesheet">
<link href="Bootstrap_files/phytophthora-lab.css" rel="stylesheet">
<style>
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-bottom: 40px;
color: #5a5a5a;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
padding-right: 0;
padding-left: 0;
}
.navbar-wrapper .navbar {
padding-right: 15px;
padding-left: 15px;
}
.navbar-wrapper .navbar .container {
width: auto;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
height: 500px;
margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
height: 500px;
background-color: #777;
}
.carousel-inner > .item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 500px;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
margin-bottom: 20px;
text-align: center;
}
.marketing h2 {
font-weight: normal;
}
.marketing .col-lg-4 p {
margin-right: 10px;
margin-left: 10px;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
/* Navbar positioning foo */
.navbar-wrapper {
margin-top: 20px;
}
.navbar-wrapper .container {
padding-right: 15px;
padding-left: 15px;
}
.navbar-wrapper .navbar {
padding-right: 0;
padding-left: 0;
}
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
border-radius: 4px;
}
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 20px;
font-size: 21px;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 992px) {
.featurette-heading {
margin-top: 120px;
}
}
</style>
<link href="Bootstrap_files/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="img/customIcon.png">
</head>
<body>
<div id="wrap">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" 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>
</button>
<a class="brand" href="./index.html">Microbe-ID</a>
<div class="nav-collapse collapse">
<ul class="nav">
<!-- Names of the links are between the <a></a> tags. -->
<li class="./index.html"><a href="./index.html">Home</a></li>
<li><a href="./seq-id.html">Sequence-ID</a></li>
<li><a href="./geno-id.html">Genotype-ID</a></li>
<li><a href="./about.html">About</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
<!-- MICROBE-ID Specific. Carousel: The carousel is defined as the image contents on the javascript that rotates
the front page images. Here, the tags <img> are for the images you want to add, the content
inside of the <div class="carousel-caption"> are the captions of the figure. inside of <h1>
its the title of the figure and inside <p class="lead:> the subcontent.
================================================== -->
<div class="container">
<div id="myCarousel" class="carousel slide">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="item active">
<!-- Add image 1 here -->
<!--img alt="" src="img/first.png" /-->
<div class="container">
<div class="carousel-caption">
<h1>Title page 1</h1>
<p class="lead">Carousel page 1. Modify text in line 207 of index.html</p>
</div>
</div>
</div>
<div class="item">
<!-- Add image 2 here -->
<!--img alt="" src="img/second.png" /-->
<div class="container">
<div class="carousel-caption">
<h1>Title page 2</h1>
<p class="lead">Carousel page 2. Modify text in line 217 of index.html</p>
</div>
</div>
</div>
<div class="item">
<!-- Add image 3 here -->
<!--img alt="" src="img/third.png" /-->
<div class="container">
<div class="carousel-caption">
<h1>TItle page 3</h1>
<p class="lead">Carousel page 3. Modify text in line 227 of index.html</p>
</div>
</div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#myCarousel" data-slide="prev">›</a>
</div>
</div>
<!-- MICROBE-ID customization: Change the body of the page here. -->
<h1>Welcome</h1>
<hr>
<p class="lead"> <b>Microbe-ID </b>is a toolbox that can readily be customized for any taxonomic group or species for sequence based identification of species or marker-based identification of strains.</p>
<p><b>Microbe-ID</b> aims to: </p>
<ul>
<li> Outline a method for development of a species and strain identification website using existing open source, online resources.</li>
<li> Integrate existing population genetic analyses and visualizations into the genotype identification tool in order to improve genotype diagnostic capabilities.</li>
</ul>
<p>This site provides all code and applications necessary for creating a website for species identification or strain genotyping.</p>
<h3>Components</h3>
<p><b>Microbe-ID</b> is comprised by two main applications: <b><a href="./seq-id.html">Sequence-ID</a></b> and <b><a href="./geno-id.html">Genotype-ID</a></b>.
<ul>
<li><b>Sequence-ID</b> allows identification of species by blasting a query sequence for any locus of interest against a custom reference sequence database using <code>BLAST</code></li>
<li><b>Genotype-ID</b> allows placement of an unknown genotype in either a minimum spanning network or dendrogram with bootstrap support comparing the queue against an user-created reference database using <code>R</code> and a suite of R packages designed for molecular markers</li>
</ul>
<p><b>Microbe-ID</b> groups these two applications in a HTML5 framework based on <a href="http://getbootstrap.com">Bootstrap</a> that links both applications into a simple, web-ready site to be deployed locally or in a server.</p>
<hr>
<p class=lead> Visit the project page in Github for details in requirements, installation and deployment of <b>Microbe-ID</b> at <a href="https://github.com/grunwaldlab/Microbe-ID">https://github.com/grunwaldlab/Microbe-ID</a></p>
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="container">
<br>
<p> add content here </p>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="Bootstrap_files/jquery.js"></script>
<script src="Bootstrap_files/bootstrap-transition.js"></script>
<script src="Bootstrap_files/bootstrap-alert.js"></script>
<script src="Bootstrap_files/bootstrap-modal.js"></script>
<script src="Bootstrap_files/bootstrap-dropdown.js"></script>
<script src="Bootstrap_files/bootstrap-scrollspy.js"></script>
<script src="Bootstrap_files/bootstrap-tab.js"></script>
<script src="Bootstrap_files/bootstrap-tooltip.js"></script>
<script src="Bootstrap_files/bootstrap-popover.js"></script>
<script src="Bootstrap_files/bootstrap-button.js"></script>
<script src="Bootstrap_files/bootstrap-collapse.js"></script>
<script src="Bootstrap_files/bootstrap-carousel.js"></script>
<script src="Bootstrap_files/bootstrap-typeahead.js"></script>
<script src="Bootstrap_files/holder.js"></script>
</body>
</html>