-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathteaching.html
More file actions
406 lines (245 loc) · 12.5 KB
/
teaching.html
File metadata and controls
406 lines (245 loc) · 12.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>teaching | Statistical Diversity Lab</title>
<meta name="description" lang="en-us" content="" />
<link rel="canon_test" href="teaching.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_teaching" class=" body_nothome ">
<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 class="titlebar">
<div class="page_frame">
<div class="fourteen-col center tAc">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_151422_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"151422", "label":"" , "tag":"div"}' >
<h2>public teaching resources</h2>
<p><span style="color: rgb(155, 158, 144); font-size: 13px; letter-spacing: 1.2px; text-transform: uppercase;">STATISTICAL DIVERSITY LAB</span></p>
</div>
</div>
</div>
</div>
<div data-sortable="151422">
<div class="block_container " data-content-id="218172">
<div class="block__bg-img block_container__bg-img" style="display:none;"></div>
<div id="218172" class="block block_id-218172 block_type__2-col-github-single-row block_type__2-col-github">
<div class="page_frame">
<div class="row group">
<div class="col-1 fl">
<a href="https://github.com/mblstamps/stamps2019/wiki" class="button"><span class="icon-github"></span>
course materials
</a>
</div>
<div class="col-2 fl group">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_218172_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"218172", "label":"" , "tag":"div"}' >
<h2><strong style="">Strategies And Techniques For Analyzing Microbial Population Structures</strong></h2>
<h2><span style="font-size: 20px; color: rgb(100, 100, 100);">Marine Biological Laboratory</span></h2>
<h2><a href="https://github.com/mblstamps/stamps2019/wiki"><span style="font-size: 20px; font-weight: 400; color: rgb(100, 100, 100);">Summer 2019 notes</span></a></h2>
<h2><a href="https://github.com/adw96/stamps2018"><span style="font-size: 20px; font-weight: 400; color: rgb(100, 100, 100);">Summer 2018 notes</span></a></h2>
<h2><a href="https://github.com/adw96/stamps"><span style="font-size: 20px; font-weight: 400; color: rgb(100, 100, 100);">Summer 2017 notes</span></a></h2>
<p><em>This is a 10 day course run by the Marine Biological Laboratory that introduces fundamental bioinformatics and statistical methods to graduate students, postdocs and senior researchers in microbiome science</em></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="block_container " data-content-id="218173">
<div class="block__bg-img block_container__bg-img" style="display:none;"></div>
<div id="218173" class="block block_id-218173 block_type__2-col-github-single-row block_type__2-col-github">
<div class="page_frame">
<div class="row group">
<div class="col-1 fl">
<a href="https://github.com/adw96/biost509" class="button"><span class="icon-github"></span>
course notes
</a>
</div>
<div class="col-2 fl group">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_218173_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"218173", "label":"" , "tag":"div"}' >
<h2>Introduction to R for Data Analysis in the Health Sciences</h2>
<h3 style="line-height: 24px;"><strong>University of Washington </strong></h3>
<h3 style="line-height: 24px;"><a href="https://github.com/adw96/biost509">Fall 2019 notes available</a></h3>
<p><em>This 2 credit course introduces R to graduate students in the School of Public Health at the University of Washington</em></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="block_container " data-content-id="162269">
<div class="block__bg-img block_container__bg-img" style="display:none;"></div>
<div id="162269" class="block block_id-162269 block_type__2-col-github-single-row block_type__2-col-github">
<div class="page_frame">
<div class="row group">
<div class="col-1 fl">
<a href="https://github.com/adw96/biostat561" class="button"><span class="icon-github"></span>
course materials
</a>
</div>
<div class="col-2 fl group">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_162269_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"162269", "label":"" , "tag":"div"}' >
<h2>Computational Skills for Biostatistics 1</h2>
<h3><strong>University of Washington</strong></h3>
<h3><a href="https://github.com/adw96/biostat561">Spring 2019 notes </a></h3>
<p><em>This course treats advanced programming and computing skills for PhD students in Biostatistics</em></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="block_container " data-content-id="167090">
<div class="block__bg-img block_container__bg-img" style="display:none;"></div>
<div id="167090" class="block block_id-167090 block_type__2-col-github-single-row block_type__2-col-github">
<div class="page_frame">
<div class="row group">
<div class="col-1 fl">
<a href="https://github.com/adw96/summer-institutes" class="button"><span class="icon-github"></span>
course materials
</a>
</div>
<div class="col-2 fl group">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_167090_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"167090", "label":"" , "tag":"div"}' >
<h2>Probability and Statistical Inference</h2>
<h3 style="line-height: 24px;"><strong>University of Washington, Summer Institutes for Genetics and Modeling in Infectious Disease</strong></h3>
<h3 style="line-height: 24px;">Summer 2018 notes available</h3>
<p><em>This as an accelerated course in foundational statistical concepts; co-taught with Jim Hughes (University ofWashington)</em></p>
</div>
</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_teaching").addClass("current")
});
</script>
</body>
</html>