-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
878 lines (397 loc) · 25.6 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
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
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme" content="hugo-academic">
<meta name="generator" content="Hugo 0.40.2" />
<meta name="author" content="Chris Marshall">
<meta name="description" content="Assistant Professor">
<link rel="alternate" hreflang="en-us" href="/">
<meta name="theme-color" content="#0095eb">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha512-6MXa8B6uaO18Hid6blRMetEIoPqHf7Ux1tnyIQdpt9qI5OACx7C+O3IVTr98vwGnlcg0LOLa02i9Y1HpVhlfiw==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" integrity="sha256-ygkqlh3CYSUri3LhQxzdcm0n1EQvH2Y+U5S2idbLtxs=" crossorigin="anonymous">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat:400,700%7cRoboto:400,400italic,700%7cRoboto+Mono">
<link rel="stylesheet" href="/styles.css">
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="Marshall Lab">
<link rel="feed" href="/index.xml" type="application/rss+xml" title="Marshall Lab">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/png" href="/img/icon.png">
<link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png">
<link rel="canonical" href="/">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="@https://twitter.com/SirMicrobe">
<meta property="twitter:creator" content="@https://twitter.com/SirMicrobe">
<meta property="og:site_name" content="Marshall Lab">
<meta property="og:url" content="/">
<meta property="og:title" content="Marshall Lab">
<meta property="og:description" content="Assistant Professor">
<meta property="og:locale" content="en-us">
<meta property="og:updated_time" content="2017-10-15T00:00:00-05:00">
<title>Marshall Lab</title>
</head>
<body id="top" data-spy="scroll" data-target="#navbar-main" data-offset="71" >
<nav class="navbar navbar-default navbar-fixed-top" id="navbar-main">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target=".navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Marshall Lab</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
<a href="/#about" data-target="#about">
<span>Home</span>
</a>
</li>
<li class="nav-item">
<a href="/#projects" data-target="#projects">
<span>Projects</span>
</a>
</li>
<li class="nav-item">
<a href="/#publications" data-target="#publications">
<span>Publications</span>
</a>
</li>
<li class="nav-item">
<a href="/#teaching" data-target="#teaching">
<span>Teaching</span>
</a>
</li>
<li class="nav-item">
<a href="/#posts" data-target="#posts">
<span>Posts</span>
</a>
</li>
<li class="nav-item">
<a href="/#contact" data-target="#contact">
<span>Contact</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<span id="homepage" style="display: none"></span>
<section id="hero" class="hero-overlay" style="
background-color: #666;
background-image:
linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url('/img/sem.jpg');
;">
<div class="container">
<h1 class="hero-title" itemprop="headline">
<br><br><strong>Marshall BOOM Lab</strong>
</h1>
<p class="hero-lead"> <strong><em>B</em></strong>iofilm <strong><em>O</em></strong>rigins, <strong><em>O</em></strong>ecology, and <strong><em>M</em></strong>etabolism
<br><br>
<strong><em>Exploring the extraordinary metabolic versatility of the microbes in and around us</em></strong>
<br><br><br><br><br><br><br></p>
</div>
</section>
<section id="about" class="home-section">
<div class="container">
<div class="row" itemprop="author" itemscope itemtype="http://schema.org/Person" itemref="person-email person-address">
<div class="col-xs-12 col-md-4">
<div id="profile">
<div class="portrait" style="background-image: url('/img/portrait.jpg');"></div>
<meta itemprop="image" content="/img/portrait.jpg">
<div class="portrait-title">
<h2 itemprop="name">Chris Marshall</h2>
<h3 itemprop="jobTitle">Assistant Professor</h3>
<h3 itemprop="worksFor" itemscope itemtype="http://schema.org/Organization">
<a href="https://www.marquette.edu/biology/index.php" target="_blank" itemprop="url" rel="noopener">
<span itemprop="name">Marquette University</span>
</a>
</h3>
</div>
<link itemprop="url" href="/">
<ul class="network-icon" aria-hidden="true">
<li>
<a itemprop="sameAs" href="mailto:[email protected]" target="_blank" rel="noopener">
<i class="fa fa-envelope big-icon"></i>
</a>
</li>
<li>
<a itemprop="sameAs" href="https://twitter.com/SirMicrobe" target="_blank" rel="noopener">
<i class="fa fa-twitter big-icon"></i>
</a>
</li>
<li>
<a itemprop="sameAs" href="https://scholar.google.com/citations?user=yRoCyfMAAAAJ&hl=en" target="_blank" rel="noopener">
<i class="ai ai-google-scholar big-icon"></i>
</a>
</li>
<li>
<a itemprop="sameAs" href="https://github.com/sirmicrobe" target="_blank" rel="noopener">
<i class="fa fa-github big-icon"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-xs-12 col-md-8" itemprop="description">
<h1 id="research-overview"><strong>Research Overview</strong></h1>
<p>My research program addresses two grand challenges in science: antimicrobial resistance and quantifying global biogeochemical cycling. In the first, I am interested in how diversity and metabolic changes in biofilms contribute to the alarming and expanding problem of antibiotic resistance. In the second, I study anaerobic metabolisms associated with biogeochemical cycles as a biotechnological and ecological source of innovation. Traditionally these disciplines don’t intersect. I would argue, however, that microbial ecology and evolution mediated by metabolic feedback lie at the core of each. Metabolic byproducts can open up new niches that influence eco-evolutionary dynamics and vice versa. Insights into diversification, resilience, resource competition, and cooperation in one system (environment) can inform another (host). Furthermore, the practical component uniting my research program is the study of ecology and evolution in anaerobic biofilms, particularly those that experience limiting resources (e.g. mucosal surfaces or natural environments). In addition, I am keenly interested in developing novel engineered devices and bioinformatic tools to address key scientific questions.</p>
<p>Please contact me if you are interested in a lab manager position or pursuing a PhD in my lab.</p>
<div class="row">
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1>Projects</h1>
</div>
<div class="col-xs-12 col-md-8">
<span class="hidden default-project-filter">*</span>
<div class="project-toolbar">
<div class="project-filters">
<div class="btn-toolbar">
<div class="btn-group">
<a href="#" data-filter="*" class="btn btn-primary btn-large active">All</a>
<a href="#" data-filter=".amr" class="btn btn-primary btn-large">Antimicrobial Tolerance and Resistance</a>
<a href="#" data-filter=".bes" class="btn btn-primary btn-large">Dynamic Biofilm Surveillance with Bioelectrochemical Systems</a>
</div>
</div>
</div>
</div>
<div class="row isotope projects-container js-layout-masonry">
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-6 project-item isotope-item invivoevol">
<div class="card">
<a href="/project/invivoevol/" title="" class="card-image hover-overlay"
>
<img src="/img/rscv.png" alt="" class="img-responsive">
</a>
<div class="card-text">
<h4><a href="/project/invivoevol/" >In vivo Evolution</a></h4>
<div class="card-desription">
<p>Understanding the metabolic adaptations <em>in vivo</em></p>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-6 project-item isotope-item amr">
<div class="card">
<a href="/project/amr/" title="" class="card-image hover-overlay"
>
<img src="/img/u01_biofilm.jpg" alt="" class="img-responsive">
</a>
<div class="card-text">
<h4><a href="/project/amr/" >Antimicrobial Tolerance and Resistance</a></h4>
<div class="card-desription">
<p>Studying the evolution of resistance in biofilms.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-6 project-item isotope-item bes">
<div class="card">
<a href="/project/bes/" title="" class="card-image hover-overlay"
>
<img src="/img/sem.jpg" alt="" class="img-responsive">
</a>
<div class="card-text">
<h4><a href="/project/bes/" >Dynamic Biofilm Surveillance with Bioelectrochemical Systems</a></h4>
<div class="card-desription">
<p>Real-time monitoring of metabolism in biofilms.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="publications" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1>Publications</h1>
</div>
<div class="col-xs-12 col-md-8">
<p><p><a href="https://scholar.google.com/citations?user=yRoCyfMAAAAJ&hl=en" target="_blank">Google Scholar Page</a></p>
<ol>
<li><p>Scribner MR, Santos-Lopez A, <strong>Marshall CW</strong>, Deitrick C, Cooper VS. Parallel evolution of tobramycin resistance across species and environments. bioRxiv. 2019. <a href="https://doi.org/10.1101/758979" target="_blank">https://doi.org/10.1101/758979</a>.</p></li>
<li><p>Santos-Lopez* A, <strong>Marshall* CW</strong>, Scribner MR, Snyder DJ, Cooper VS. Evolutionary Pathways to Antibiotic Resistance are Dependent Upon Environmental Structure and Bacterial Lifestyle. eLife. 2019. eLife 2019;8:e47612.</p></li>
<li><p>Lopez S, Martin JM, Johnson M, Kurs-Lasky Horne WT, <strong>Marshall CW</strong>, Cooper VS, Williams JV, Shaikh N. A method of processing nasopharyngeal swabs to enable multiple testing. Pediatric Research. 2019. <a href="https://doi.org/10.1038/s41390-019-0498-1" target="_blank">https://doi.org/10.1038/s41390-019-0498-1</a>.</p></li>
<li><p>Payne RB, Ghosh U, May HD, <strong>Marshall CW</strong>, Sowers KR. A Pilot-Scale Field Study: In Situ Treatment of PCB-Impacted Sediments with Bioamended Activated Carbon. Environmental Science and Technology. 2019. DOI: 10.1021/acs.est.8b05019</p></li>
<li><p>Gloag* ES, <strong>Marshall* CW</strong>, Snyder DJ, Lewin GR, Harris JS, Chaney SB, Whiteley M, Cooper VS, Wozniak DJ. The Pseudomonas aeruginosa Wsp pathway undergoes positive evolutionary selection during chronic infection. mBio. 2019. mBio 10 (4), e01698-19.</p></li>
<li><p>Dunlap DG, <strong>Marshall CW</strong>, Fitch A, Rapport SF, Cooper VS, McVerry B, Morris A, GD Kitsios. Bacterial DNA next generation sequencing can detect culprit pathogens missed by cultures and impact antibiotic management decisions in severe bacterial pneumonia. American Journal of Case Reports. 2018. 19, 1405-1409.</p></li>
<li><p>Mustapha M, Li B, Pacey M, Mettus R, McElheny C, <strong>Marshall CW</strong>, Ernst R, Cooper V, Doi Y. Phylogenomics of Colistin-Susceptible and Resistant, Extensively Drug-Resistant Acinetobacter baumannii. 2018. Journal of Antimicrobial Chemotherapy. 73 (11), 2952-2959.</p></li>
<li><p>Turner C, <strong>Marshall CW</strong>, Cooper V. Parallel genetic adaptation across environments differing in mode of growth or resource availability. 2018. Evolution Letters. doi.org/10.1002/evl3.75.</p></li>
<li><p>Melvin J, Gaston J, Phillips S, Springer M, <strong>Marshall CW</strong>, Shanks R, Bomberger J. Pseudomonas aeruginosa Contact-Dependent Growth Inhibition Plays a Dual Role in Host-Pathogen Interactions. 2017. mSphere. 2 (6). e00336-17.</p></li>
<li><p><strong>Marshall CW</strong>, DE Ross, KM Handley, PB Weisenhorn, CS Henry, JA Gilbert, HD May, RS Norman. Metabolic Reconstruction and Modeling Microbial Electrosynthesis. 2017. Scientific Reports. 10.1038/s41598-017-08877-z (SREP-17-14408).</p></li>
<li><p>Ross DE, <strong>Marshall CW</strong>, May HD, Norman RS. Metagenome-Assembled Genome Sequences of Acetobacterium sp. Strain MES1 and Desulfovibrio sp. Strain MES5 from a Cathode-Associated Acetogenic Microbial Community. 2017. Genome Announcements. 5 (36), e00938-17.</p></li>
<li><p>Payne RB, Ghosh U, May HD, <strong>Marshall CW</strong>, Sowers KR. Mesocosm Studies on the Efficacy of Bioamended Activated Carbon for Treating PCB-Impacted Sediment. 2017. Environmental Science and Technology. doi: 10.1021/acs.est.7b01935</p></li>
<li><p>Wang H, <strong>Marshall CW</strong>, Cheng M, Xu H, Li H, Yang XR, Zheng T. Changes in land use driven urbanization impact nitrogen cycling and the microbial community composition in soils. 2017. Scientific Reports. 7, 44049.</p></li>
<li><p>Yang XR, Weng BS, Li H, <strong>Marshall CW</strong>, Li H, Chen YS, Yu S, Zhu GB, Zhu YG. An overlooked nitrogen loss linked to anaerobic ammonium oxidation in estuarine sediments in China. Journal of Soils and Sediments. 2017. doi:10.1007/s11368-017-1728-y.</p></li>
<li><p>Zhou GW, Yang XR, <strong>Marshall CW</strong>, Li H, Zheng BX, Yan Y, Su JQ, Zhu YG. Biochar addition increases the rates of dissimilatory iron reduction and methanogenesis in ferrihydrite enrichments. Frontiers in Microbiology. 2017. 8: 589.</p></li>
<li><p>Zhou GW, Yang XR, Li H, <strong>Marshall CW</strong>, Zheng BX, Yan Y, Su JQ, Zhu YG. Electron Shuttles Enhance Anaerobic Ammonium Oxidation Coupled to Iron (III) Reduction. Environmental Science and Technology. 2016. 50 (17), 9298-9307.</p></li>
<li><p>Ross DE, <strong>CW Marshall</strong>, HD May, RS Norman. Comparative Genomic Analysis of Sulfurospirillum cavolei MES Reconstructed from the Metagenome of an Electrosynthetic Microbiome. PLoS One. 2016. 11(3). e0151214.</p></li>
<li><p>Burgsdorf I, BM Slaby, KM Handley, M Haber, J Blom, <strong>CW Marshall</strong>, JA Gilbert, U Hentschel, L Steindler. Lifestyle Evolution in Cyanobacterial Symbionts of Sponges. mBio. 2015. 6 (3): e00391-15.</p></li>
<li><p>Ross DE, <strong>CW Marshall</strong>, HD May, RS Norman. Draft Genome Sequence of Sulfurospirillum sp. Strain MES, Reconstructed from the Metagenome of a Microbial Electrosynthesis System. Genome Announcements. 2015. 3(1): e01336-14.</p></li>
<li><p>LaBelle EV, <strong>CW Marshall</strong>, JA Gilbert, HD May. Influence of Acidic pH on Hydrogen and Acetate Production by an Electrosynthetic Microbiome. PLoS One. 2014. 9(10): e109935.</p></li>
<li><p><strong>Marshall CW</strong>, DR Ross, EB Fichot, RS Norman, HD May. Long-term Operation of Microbial Electrosynthesis Systems Improves Acetate Production by Autotrophic Microbiomes. Environmental Science and Technology. 2013. 47(11): 6023-6029.</p></li>
<li><p><strong>Marshall CW</strong>, EV LaBelle, HD May. Production of Fuels and Chemicals from Waste by Microbiomes. Current Opinions in Biotechnology. 2013. 24(3): 391-397.</p></li>
<li><p><strong>Marshall CW</strong>, DR Ross, EB Fichot, RS Norman, HD May. Electrosynthesis of Commodity Chemicals by an Autotrophic Microbial Community. Applied and Environmental Microbiology. 2012. 78(23): 8412-8420.</p></li>
<li><p><strong>Marshall, Christopher W</strong> and Harold D May. Electrochemical evidence of direct electrode reduction by a thermophilic Gram-positive bacterium, Thermincola ferriacetica. Energy & Environmental Science. 2009, 2: 699-705.</p></li>
<li><p>Mathis, BJ, <strong>CW Marshall</strong>, CE Milliken, RS Makkar, SE Creager, HD May. Electricity generation by thermophilic microorganisms from marine sediment. Applied Microbiology and Biotechnology. 2008. 78(1): 147-155.</p></li>
</ol>
<p>PATENTS</p>
<ol>
<li><p><strong>CW Marshall</strong>, EV LaBelle, HD May. Microbial Electrosynthetic Cells. 2014. Patent Publication Number WO <sup>2014</sup>⁄<sub>043690</sub> A1.</p></li>
<li><p>KR Sowers, HD May, CL Chun, <strong>CW Marshall</strong>. Thermophilic Methanogenic Consortium for Conversion of Cellulosic Biomass to Bioenergy. 2011. Patent Publication Number US20110306089.</p></li>
</ol>
</p>
</div>
</div>
</div>
</section>
<section id="talks" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1>Recent & Upcoming Talks</h1>
</div>
<div class="col-xs-12 col-md-8">
<div class="pub-list-item" style="margin-bottom: 1rem" itemscope itemtype="http://schema.org/Event">
<i class="fa fa-comment-o pub-icon" aria-hidden="true"></i>
<span itemprop="name"><a href="/talk/pamp-talk/">Pathogen Evolution in Chronic Infections</a></span>
<div itemprop="startDate">
Dec 21, 2018
3:30 PM
</div>
<div class="talk-metadata">
Pittsburgh Area Microbial Pathogenesis (PAMP)
</div>
<div class="talk-links">
<a class="btn btn-primary btn-outline btn-xs" href="/project/amr/">
Project
</a>
</div>
</div>
<div class="pub-list-item" style="margin-bottom: 1rem" itemscope itemtype="http://schema.org/Event">
<i class="fa fa-comment-o pub-icon" aria-hidden="true"></i>
<span itemprop="name"><a href="/talk/pmc-talk/">Evolution of biofilm-attached pathogens</a></span>
<div itemprop="startDate">
Sep 22, 2018
8:45 AM
</div>
<div class="talk-metadata">
Three Rivers Evolution Event (TREE)
</div>
<div class="talk-links">
<a class="btn btn-primary btn-outline btn-xs" href="/project/amr/">
Project
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="teaching" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1>Teaching</h1>
<p>(Past and Present)</p>
</div>
<div class="col-xs-12 col-md-8">
<p>Experimental Microbiology. Marquette University. Undergraduate. Fall 2019. BIO 4802.</p>
<p>Comprehensive Microbiology. University of Pittsburgh. Graduate level. Spring 2018 & Spring 2019. 2184 MSMI 1100.</p>
<p>Pseudomonas and Friends Journal Club. University of Pittsburgh.</p>
<p>Applied and Environmental Microbiology. Duquesne University. Graduate and Undergraduate level. Spring 2017. ENVI <sup>497</sup>⁄<sub>597</sub> BIO 432W/532.</p>
<p>The Microbiome and Health. Undergraduate level. Univeristy of Chicago. Spring 2015. BIOS 15123.</p>
<p>General Microbiology. Graduate and Undergraduate level. College of Charleston. 2009 – 2011. Bio 310 / 320.</p>
<p>Environmental Microbiology. Graduate level. MUSC. Spring 2010 - 2012. MBIM-772.</p>
</div>
</div>
</div>
</section>
<section id="contact" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1>Contact</h1>
</div>
<div class="col-xs-12 col-md-8">
<ul class="fa-ul" itemscope>
<li>
<i class="fa-li fa fa-envelope fa-2x" aria-hidden="true"></i>
<span id="person-email" itemprop="email"><a href="mailto:[email protected]">[email protected]</a></span>
</li>
<li>
<i class="fa-li fa fa-map-marker fa-2x" aria-hidden="true"></i>
<span id="person-address" itemprop="address">1428 W. Clybourn St., Wehr Life Sciences 511, Milwaukee, WI, 53233, USA</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="container">
<p class="powered-by">
© 2018 ·
Powered by the
<a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for
<a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>.
<span class="pull-right" aria-hidden="true">
<a href="#" id="back_to_top">
<span class="button_icon">
<i class="fa fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</div>
</footer>
<div id="modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close btn-large" data-dismiss="modal">×</button>
<h4 class="modal-title">Cite</h4>
</div>
<div>
<pre><code class="modal-body tex"></code></pre>
</div>
<div class="modal-footer">
<a class="btn btn-primary btn-outline js-copy-cite" href="#" target="_blank">
<i class="fa fa-copy"></i> Copy
</a>
<a class="btn btn-primary btn-outline js-download-cite" href="#" target="_blank">
<i class="fa fa-download"></i> Download
</a>
<div id="modal-error"></div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha512-3P8rXCuGJdNZOnUx/03c1jOTnMn3rP63nBip5gOP2qmUh5YAdVAvFZ1E+QLZZbC1rtMrQb+mah3AfYW11RUrWA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.3/imagesloaded.pkgd.min.js" integrity="sha512-umsR78NN0D23AzgoZ11K7raBD+R6hqKojyBZs1w8WvYlsI+QuKRGBx3LFCwhatzBunCjDuJpDHwxD13sLMbpRA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha512-iztkobsvnjKfAtTNdHkGVjAYTrrtlC7mGp/54c40wowO7LhURYl3gVzzcEqGl/qKXQltJ2HwMrdLcNUdo+N/RQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.4/isotope.pkgd.min.js" integrity="sha512-VDBOIlDbuC4VWxGJNmuFRQ0Li0SKkDpmGyuhAG5LTDLd/dJ/S0WMVxriR2Y+CyPL5gzjpN4f/6iqWVBJlht0tQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js" integrity="sha256-X5PoE3KU5l+JcX+w09p/wHl9AzK333C4hJ2I9S5mD4M=" crossorigin="anonymous"></script>
<script src="/js/hugo-academic.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" integrity="sha256-/BfiIkHlHoVihZdc6TFuj7MmJ0TWcWsMXkeDFwhi0zw=" crossorigin="anonymous"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>