-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
471 lines (265 loc) · 14.5 KB
/
Copy pathindex.html
File metadata and controls
471 lines (265 loc) · 14.5 KB
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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Home | Statistical Diversity Lab</title>
<meta name="description" lang="en-us" content="At Statistical Diversity Lab, researcher Amy Willis lab develops rigorous statistical methods to analyze microbiome and biodiversity data." />
<link rel="canon_test" href="index.html">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<script src="javascripts/jquery-1.11.0.min.js%3F1391410894" type="text/javascript"></script>
<script src="javascripts/jquery.simplemodal.1.4.4.min.js%3F1387826925" type="text/javascript"></script>
<script src="javascripts/jquery-ui-1.10.3.custom.min.js%3F1388181381" type="text/javascript"></script>
<script type="text/javascript">
/* patch added 9/18/2018 by scott
* fix issue of link editing when ckeditor is opened in lightbox mode
* https://bizango.teamwork.com/#/tasks/11559149
*/
$.widget( "ui.dialog", $.ui.dialog, {
/*! jQuery UI - v1.10.2 - 2013-12-12
* http://bugs.jqueryui.com/ticket/9087#comment:27 - bugfix
* http://bugs.jqueryui.com/ticket/4727#comment:23 - bugfix
* allowInteraction fix to accommodate windowed editors
*/
_allowInteraction: function( event ) {
if ( this._super( event ) ) {
return true;
}
// address interaction issues with general iframes with the dialog
if ( event.target.ownerDocument != this.document[ 0 ] ) {
return true;
}
// address interaction issues with dialog window
if ( $( event.target ).closest( ".cke_dialog" ).length ) {
return true;
}
// address interaction issues with iframe based drop downs in IE
if ( $( event.target ).closest( ".cke" ).length ) {
return true;
}
},
/*! jQuery UI - v1.10.2 - 2013-10-28
* http://dev.ckeditor.com/ticket/10269 - bugfix
* moveToTop fix to accommodate windowed editors
*/
_moveToTop: function ( event, silent ) {
if ( !event || !this.options.modal ) {
this._super( event, silent );
}
}
});
</script>
<link href="https://fonts.googleapis.com/css?family=Exo+2:300,400,500,600,700" rel="stylesheet">
<link href="stylesheets/blocks/defaults.css%3F1694197450.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/sdi/site.css%3F1539372687.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body id="body_home" class=" body_home ">
<div id="hero_frame" class="userBG tAr" >
<div class="page_frame group">
<a id="logo" href="index.html"></a>
<div id="utility_nav">
<img src="images/sites/sdi/headeremail.png" class="this">
<a href="tel:206.543.8027"><span class="icon-phone"></span>206.543.8027</a>
<a href="https://twitter.com/AmyDWillis" target="_BLANK" class="twitt"><span class="icon-twitter"></span></a>
<a href="https://github.com/adw96" target="_BLANK" class="git"><span class="icon-github"></span></a>
</div>
<div id="nav_frame">
<div id="nav">
<ul class="nav">
<li><a id="nav_publications" rel="publications" href="publications.html">publications</a></li>
<li><a id="nav_team" rel="team" href="team.html">team</a></li>
<li><a id="nav_software" rel="software" href="software.html">software</a></li>
<li><a id="nav_teaching" rel="teaching" href="teaching.html">teaching</a></li>
<li><a id="nav_blog" rel="blog" href="https://statdivlab.github.io/blog/">blog</a></li>
<li><a id="nav_overview" rel="overview" href="overview.html">research overview</a></li>
</ul>
</div>
<div id="mobile_nav">
<div class="icon">Menu ≡</div>
<ul class="nav">
<li><a id="nav_home" rel="home" href="index.html">home</a></li>
<li><a id="nav_publications" rel="publications" href="publications.html">publications</a></li>
<li><a id="nav_team" rel="team" href="team.html">team</a></li>
<li><a id="nav_software" rel="software" href="software.html">software</a></li>
<li><a id="nav_teaching" rel="teaching" href="teaching.html">teaching</a></li>
<li><a id="nav_blog" rel="blog" href="https://statdivlab.github.io/blog/">blog</a></li>
<li><a id="nav_overview" rel="overview" href="overview.html">research overview</a></li>
</ul>
</div>
<div class="rule"></div>
</div>
</div>
</div>
<div data-sortable="151418">
<div class="block_container " data-content-id="151510">
<div class="block__bg-img block_container__bg-img" style="display:none;"></div>
<div id="151510" class="block block_id-151510 columns__3 block_type__3-column background-color__light-gray background-position__center">
<div class="block__bg-img"></div>
<div class="page_frame group">
<style>
.block_id-151510 .block__bg-img {
background-image: url(https://s3.amazonaws.com/hoth.bizango/images/362914/geo-bg_feature.gif);
}
@media only screen and (min-width: 1300px){
.block_id-151510 .block__bg-img {
background-image: url(https://s3.amazonaws.com/hoth.bizango/images/362914/geo-bg.gif);
}
}
</style>
<script defer="defer" src="javascripts/blocks/parallax.min.js%3F1495829387" type="text/javascript"></script>
<script>
$(document).ready(function(){
$('.block_id-151510.parallax__yes').parallax({
imageSrc: "https://s3.amazonaws.com/hoth.bizango/images/362914/geo-bg_feature.gif"
// , bleed: 50
// bring back bleed if jank becomes an issue
});
/* see http://pixelcog.github.io/parallax.js/ for other options */
});
</script>
<div class="all-cols-wrap ">
<div class="col-1 ">
<div class="element__image element-0 ">
</div>
<div class="element__text element-1 ">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_151510_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"151510", "label":"" , "tag":"div"}' >
<h2>The statistical diversity lab develops rigorous statistical methods to analyze microbiome and biodiversity data. </h2>
<p> </p>
</div>
</div>
</div>
<div class="col-2 ">
<div class="element__image element-0 ">
</div>
<div class="element__text element-1 ">
<div class="bizango_cms bizango_cms_content bizango_content_rich1 textdiv_rich1" id="content_151510_rich1" data-bizango='{"monkey":"data", "field":"rich1", "object_type":"content", "cms_id":"151510", "label":"" , "tag":"div"}' >
<p>We are a team of statisticians creating methods and software to advance our understanding of microbial ecosystems. Our work spans a wide variety of application areas in human and environmental health. </p>
</div>
</div>
</div>
<div class="col-3 ">
<div class="element__image element-0 ">
</div>
<div class="element__text element-1 ">
<div class="bizango_cms bizango_cms_content bizango_content_rich2 textdiv_rich2" id="content_151510_rich2" data-bizango='{"monkey":"data", "field":"rich2", "object_type":"content", "cms_id":"151510", "label":"" , "tag":"div"}' >
<p>We work on what we believe to be the most critical methodological needs in microbial science and the most serious shortcomings of existing analysis methods. Along with our research, we see outreach, education, and collaboration as a core part of this mission.</p>
<p style="text-align: right;"><a class="button" href="publications.html">publications</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="block_container " data-content-id="151518">
<div class="block__bg-img block_container__bg-img" style="display:none;"></div>
<div id="151518" class="block block_id-151518 block_type__3-col-special">
<div class="page_frame group">
<div class="col-1 fl">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_151518_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"151518", "label":"" , "tag":"div"}' >
<p>statistical diversity lab</p>
<h2>software</h2>
<p><a class="button" href="http://statdivlab.github.io/software">all software</a></p>
</div>
</div>
<div class="col-2 fl group">
<a href="software.html">
<img src="images/logos/rademu.png" class="illustration" style="width: 33%; height: auto; display: block; margin: auto; margin-right: 70px;">
</a>
<div class="bizango_cms bizango_cms_content bizango_content_rich1 textdiv_rich1" id="content_151518_rich1" data-bizango='{"monkey":"data", "field":"rich1", "object_type":"content", "cms_id":"151518", "label":"" , "tag":"div"}' >
<p>Differential abundance from high-throughput sequencing</p>
</div>
</div>
<div class="col-3 fr group">
<a href="software.html">
<img src="images/logos/happi.JPEG" class="illustration" style="width: 90%; height: auto; display: block; margin: auto; margin-top: -20px; margin-right: -10px;">
</a>
<div class="bizango_cms bizango_cms_content bizango_content_rich2 textdiv_rich2" id="content_151518_rich2" data-bizango='{"monkey":"data", "field":"rich2", "object_type":"content", "cms_id":"151518", "label":"" , "tag":"div"}' >
<p><br>Differential prevalence of genomes, genes or functions</p>
</div>
</div>
</div>
</div>
</div>
<div class="block_container " data-content-id="151522">
<div class="block__bg-img block_container__bg-img" style="display:none;"></div>
<div id="151522" class="block block_id-151522 block_type__2-col-circle-image background-color__light-gray">
<div class="page_frame group">
<div class="col-1 fl">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_151522_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"151522", "label":"" , "tag":"div"}' >
</div>
<div class="userBG circleimg" style="background-image:url('https://s3.amazonaws.com/hoth.bizango/images/362948/profile-pic_thumb.png')"></div>
</div>
<div class="col-2 fl group">
<div class="bizango_cms bizango_cms_content bizango_content_rich1 textdiv_rich1" id="content_151522_rich1" data-bizango='{"monkey":"data", "field":"rich1", "object_type":"content", "cms_id":"151522", "label":"" , "tag":"div"}' >
<h1>Amy Willis, Ph.D.</h1>
<p>Amy Willis (she/her) is the Principal Investigator of the Statistical Diversity Lab and an Associate Professor in the Department of Biostatistics at the University of Washington. Amy brings her expertise in statistical methods development, <span style="font-size: 14.15px; letter-spacing: 0.2px;">high dimensiona</span><span style="font-size: 14.15px; letter-spacing: 0.2px;">l data, </span>statistical machine learning, phylogenetics and <span style="font-size: 14.15px; letter-spacing: 0.2px;">computational biology</span> to develop tools for the analysis of microbiome and biodiversity data. Amy is passionate about reproducible science, meaningful data analysis, ecosystem and host health, and collaborating with scientists who share these values. </p>
</div>
</div>
</div>
</div>
</div>
<div class="block_container " data-content-id="151523">
<div class="block__bg-img block_container__bg-img" style="display:none;"></div>
<div id="151523" class="block block_id-151523 block_type__cta">
<div class="page_frame group">
<div class="thirteen-col center tAr">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_151523_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"151523", "label":"" , "tag":"div"}' >
<p>MORE INFORMATION <a class="button" href="overview.html#151547">for statisticians</a> <a class="button" href="overview.html#151548">for biologists</a> <a class="button" href="overview.html#151549">for the public</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="topfoot" class="userBG" style="background-image:url('https://s3.amazonaws.com/hoth.bizango/images/362955/footerbg_feature.jpg')">
<img src="images/sites/sdi/lucyintheskywith.png" class="dia">
<div class="page_frame group">
<a href="index.html" class="footlog"><img src="images/sites/sdi/logo.png"></a>
<div class="fl">
<div class="links">
<a id="" rel="publications" href="publications.html">publications</a>
<a id="" rel="team" href="team.html">team</a>
<a id="" rel="software" href="software.html">software</a>
<a id="" rel="teaching" href="teaching.html">teaching</a>
<a id="" rel="blog" href="https://statdivlab.github.io/blog/">blog</a>
<a id="" rel="overview" href="overview.html">research overview</a>
<div class="rule"></div>
</div>
<div class="utes">
<a href="https://twitter.com/AmyDWillis" target="_BLANK" class="twitt"><span class="icon-twitter"></span></a>
<a href="https://github.com/adw96" target="_BLANK" class="git"><span class="icon-github"></span></a>
<img src="images/sites/sdi/footeremail.png" class="this">
<a href="tel:206.543.8027"><span class="icon-phone"></span>206.543.8027</a>
<span class="loc"><span class="icon-location fl"></span>
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_151418_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"151418", "label":"" , "tag":"div"}' >
<p>Department of Biostatistics<br />
F-657, Box 357232<br />
Health Sciences Building, 1959 NE Pacific St<br />
University of Washington, Seattle, WA 98195</p>
</div>
</span>
</div>
</div>
</div>
<div id="footer">
<div class="page_frame tAc">
© 2023 statistical diversity lab
</div>
</div>
</div>
<div id="bottom_foot">
<div class="page_frame tAc">
<a id="bizango" href="https://www.bizango.com" title="Website Design" target=_NEW>Website Design</a>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
$("#mobile_nav .nav").hide();
$("#mobile_nav").click(function() {
$("#mobile_nav .nav").toggle();
});
$("#nav_home").addClass("current")
});
</script>
</body>
</html>