-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpeople.html
More file actions
606 lines (538 loc) · 27.3 KB
/
people.html
File metadata and controls
606 lines (538 loc) · 27.3 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<title>People</title>
<script src="site_libs/header-attrs-2.30/header-attrs.js"></script>
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<style>h1 {font-size: 34px;}
h1.title {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }</style>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<script src="site.js" defer></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-5300959-3', 'auto');
ga('send', 'pageview');
</script>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<link rel="stylesheet" href="site.css" type="text/css" />
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
details > summary > p:only-child {
display: inline;
}
pre code {
padding: 0;
}
</style>
<style type="text/css">
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #adb5bd;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script type="text/javascript">
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark the anchor link active (and if it's in a dropdown, also mark that active)
var dropdown = menuAnchor.closest('li.dropdown');
if (window.bootstrap) { // Bootstrap 4+
menuAnchor.addClass('active');
dropdown.find('> .dropdown-toggle').addClass('active');
} else { // Bootstrap 3
menuAnchor.parent().addClass('active');
dropdown.addClass('active');
}
// Navbar adjustments
var navHeight = $(".navbar").first().height() + 15;
var style = document.createElement('style');
var pt = "padding-top: " + navHeight + "px; ";
var mt = "margin-top: -" + navHeight + "px; ";
var css = "";
// offset scroll position for anchor links (for fixed navbar)
for (var i = 1; i <= 6; i++) {
css += ".section h" + i + "{ " + pt + mt + "}\n";
}
style.innerHTML = "body {" + pt + "padding-bottom: 40px; }\n" + css;
document.head.appendChild(style);
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "\e259";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "\e258";
font-family: 'Glyphicons Halflings';
border: none;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<!-- code folding -->
</head>
<body>
<div class="container-fluid main-container">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-bs-toggle="collapse" data-target="#navbar" data-bs-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Ross-Ibarra Lab</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="people.html">People</a>
</li>
<li>
<a href="research.html">Research</a>
</li>
<li>
<a href="pubs.html">Publications</a>
</li>
<li>
<a href="https://github.com/RILAB/lab-docs">Lab Docs</a>
</li>
<li>
<a href="POPCORN.html">POP:CORN</a>
</li>
<li>
<a href="news.html">News</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div id="header">
<h1 class="title toc-ignore">People</h1>
</div>
<div id="current-r-i-lab-members" class="section level2">
<h2>Current R-I Lab members</h2>
<p>Please read more information on <a href="prosp.html">joining the lab</a> and <a href="expectations.html">lab expectations</a>.</p>
<div class="people-list">
<div class="person-card">
<img class="person-photo" src="images/hiya.jpg" alt="Hiya Bhandari" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Hiya Bhandari</span> <span>(she/her)</span> <span class="person-links"><a href="https://www.linkedin.com/in/hiya-bhandari-16367720b/"><img src="images/lin.png" style="width: 15px;" alt="LinkedIn"/></a></span>
</p>
<p>
Hiya is a third year undergrad double majoring in Systems and Synthetic Biology and Statistics working on using machine learning with ChIP-seq data to identify transcription factors associated with MOA-seq signals.
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/cameron.jpg" alt="Brenda Cameron" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Brenda Cameron</span> <span>(she/her)</span>
</p>
<p>
Brenda is the lab manager and czar. In addition to working with us, she manages the <a href="https://baylab.github.io">Bay</a>, <a href="http://www-eve.ucdavis.edu/grosberg/">Grosberg</a> and <a href="https://stachlab.wordpress.com">Stachowicz</a> labs as well, and is an <a href="https://safetyservices.ucdavis.edu/safety-star-program">award-winning</a> lab safety expert.
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/cao.jpg" alt="Yu Cao" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Yu Cao</span> <span>(she/her)</span> <span class="person-links"><a href="https://github.com/Caoyu819"><img src="images/GitHub-Mark-32px.png" style="width: 15px;" alt="GitHub"/></a> <a href="https://orcid.org/0000-0002-4682-7308"><img src="images/orcid.png" style="width: 15px;" alt="ORCID"/></a></span>
</p>
<p>
Yu is a joint postdoc with our collaborator <a href="https://scholar.google.com/citations?user=Eu-hz1EAAAAJ&hl=zh-CN">Ning Yang</a> at HZAU. Yu is working on understanding the population and quantitative genetics of introgressed teosinte haplotypes in maize.
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/chun.jpg" alt="Mackenzie Chun" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Mackenzie Chun</span> <span>(she/her)</span> <span class="person-links"><a href="https://www.linkedin.com/in/mackenzie-chun-4027982a9"><img src="images/lin.png" style="width: 15px;" alt="LinkedIn"/></a></span>
</p>
<p>
Mackenzie is an EVE Scholar and Stats/Anthro double major, working with Paulo and Regina on genetic diversity in traditional varieties of maize.
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/natasha.jpg" alt="Natasha Dhamrait" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Natasha Dhamrait</span> <span>(she/her)</span> <span class="person-links"><a href="https://twitter.com/frondsrfriends"><img src="images/Twitter_logo_blue.png" style="width: 15px;" alt="Twitter"/></a></span>
</p>
<p>
Natasha is a student in the <a href="https://pbg.ucdavis.edu">Population Biology</a> graduate group with interests including plant evolution, domestication, genome biology, and transposable elements.
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/fairbanks.jpg" alt="Regina Fairbanks" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Regina Fairbanks</span> <span>(they/them)</span> <span class="person-links"><a href="https://twitter.com/r_fairb?lang=en"><img src="images/Twitter_logo_blue.png" style="width: 15px;" alt="Twitter"/></a> <a href="https://orcid.org/0000-0003-4485-0376"><img src="images/orcid.png" style="width: 15px;" alt="ORCID"/></a></span>
</p>
<p>
Regina is a student in the <a href="https://pbg.ucdavis.edu">Population Biology</a> graduate group, currently working on the population genetics and archaeology of the maize domestication locus <em>tga1</em>.
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/julia2.jpg" alt="Julia Harenčár" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Julia Harenčár</span> <span>(she/her)</span> <span class="person-links"><a href="https://sites.google.com/view/juliaharencar"><img src="images/Home_icon_black.png" style="width: 15px;" alt="Home"/></a> <a href="https://www.linkedin.com/in/julia-harencar/"><img src="images/lin.png" style="width: 15px;" alt="LinkedIn"/></a> <a href="https://orcid.org/0000-0001-6944-4337"><img src="images/orcid.png" style="width: 15px;" alt="ORCID"/></a> <a href="https://scholar.google.com/citations?user=U7ZRlZkAAAAJ&hl=en"><img src="images/scholar.png" style="width: 30px;" alt="Scholar"/></a></span>
</p>
<p>
Julia is a <a href="https://cpb.ucdavis.edu">CPB</a> and USDA postdoc coadvised by <a href="https://gcbias.org">Graham Coop</a>, <a href="https://funk.ucdavis.edu">Jen Funk</a> and <a href="https://gremerlab.faculty.ucdavis.edu">Jenny Gremer</a>, working on climate adaptation and hybridization in California wild radishes.
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/Forrest_casual.jpg" alt="Forrest Li" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Forrest Li</span> <span>(he/him)</span> <span class="person-links"><a href="https://www.linkedin.com/in/forrest-li/"><img src="images/lin.png" style="width: 15px;" alt="LinkedIn"/></a> <a href="https://twitter.com/genomeofforrest"><img src="images/Twitter_logo_blue.png" style="width: 15px;" alt="Twitter"/></a> <a href="https://github.com/liforrest6"><img src="images/GitHub-Mark-32px.png" style="width: 15px;" alt="GitHub"/></a> <a href="https://orcid.org/0000-0003-2965-2494"><img src="images/orcid.png" style="width: 15px;" alt="ORCID"/></a> <a href="https://scholar.google.com/citations?user=HSmh38QAAAAJ&hl=en"><img src="images/scholar.png" style="width: 30px;" alt="Scholar"/></a></span>
</p>
<p>
Forrest is a graduate student in <a href="https://igg.ucdavis.edu">Integrative Genetics and Genomics</a> working on climate adaptation in maize as part of a large international collaboration led by <a href="https://www.cimmyt.org">CIMMYT</a>. He is coadvised by <a href="https://runcielab.ucdavis.edu">Dan Runcie</a>.
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/beibei.jpg" alt="Beibei Liu" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Beibei Liu</span> <span>(she/her)</span> <span class="person-links"><a href="https://twitter.com/beibeiliu13"><img src="images/Twitter_logo_blue.png" style="width: 15px;" alt="Twitter"/></a> <a href="https://orcid.org/0000-0003-1656-4954"><img src="images/orcid.png" style="width: 15px;" alt="ORCID"/></a> <a href="http://scholar.google.com/citations?user=yhHsL9gAAAAJ"><img src="images/scholar.png" style="width: 30px;" alt="Scholar"/></a></span>
</p>
<p>
Beibei is a postdoc working on the evolution of transposable elements in maize and teosinte. During her PhD she worked on epigenetics in maize.
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/qianhui.jpg" alt="Qianhui Lyu" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Qianhui Lyu</span> <span>( she/her)</span>
</p>
<p>
Qianhui is a first-year biological sciences major currently working with Beibei on transposable elements and structural variation in maize
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/paulo.png" alt="Paulo Magalang" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Paulo Magalang</span> <span>(he/him)</span> <span class="person-links"><a href="https://www.linkedin.com/in/paulo-magalang-0b1468155/"><img src="images/lin.png" style="width: 15px;" alt="LinkedIn"/></a> <a href="https://github.com/pmagalang"><img src="images/GitHub-Mark-32px.png" style="width: 15px;" alt="GitHub"/></a></span>
</p>
<p>
Paulo is a graduate student in <a href="https://igg.ucdavis.edu">Integrative Genetics and Genomics</a> working on using whole genome assemblies to study allelic diversity and demography in maize.
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/jri_steam.jpeg" alt="Jeffrey Ross-Ibarra" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Jeffrey Ross-Ibarra</span> <span>(he/him)</span> <span class="person-links"><a href="https://rilab.ucdavis.edu"><img src="images/Home_icon_black.png" style="width: 15px;" alt="Home"/></a> <a href="https://bsky.app/profile/jrossibarra.bsky.social"><img src="images/Bluesky_Logo.png" style="width: 15px;" alt="Bluesky"/></a> <a href="http://github.com/rossibarra"><img src="images/GitHub-Mark-32px.png" style="width: 15px;" alt="GitHub"/></a> <a href="https://orcid.org/0000-0003-1656-4954"><img src="images/orcid.png" style="width: 15px;" alt="ORCID"/></a> <a href="https://github.com/rossibarra/CV"><img src="images/txt.png" style="width: 15px;" alt="CV"/></a> <a href="http://scholar.google.com/citations?user=5SzRq1oAAAAJ"><img src="images/scholar.png" style="width: 30px;" alt="Scholar"/></a></span>
</p>
<p>
Jeff is a Professor in the <a href="http://eve.ucdavis.edu">Department of Evolution and Ecology</a> and a faculty member of the <a href="http://cpb.ucdavis.edu">Center for Population Biology</a> and the <a href="http://www.genomecenter.ucdavis.edu">Genome Center</a>. He is also the Scientific Director of <a href="https://hpc.ucdavis.edu/">HPC@UCD</a>.
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/sam.jpeg" alt="Samantha Snodgrass" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Samantha Snodgrass</span> <span>(she/her)</span> <span class="person-links"><a href="https://twitter.com/snodgrasshopper"><img src="images/Twitter_logo_blue.png" style="width: 15px;" alt="Twitter"/></a> <a href="https://orcid.org/0000-0001-9209-6051"><img src="images/orcid.png" style="width: 15px;" alt="ORCID"/></a> <a href="http://scholar.google.com/citations?user=yhHsL9gAAAAJ"><img src="images/scholar.png" style="width: 30px;" alt="Scholar"/></a></span>
</p>
<p>
Sam is an NSF Plant Genome postdoc working on the coevolution of humans and their domesticated plants. She is coadvised by <a href="http://gcbias.org">Graham Coop</a>.
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/stark.jpg" alt="Cristian Stark" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Cristian Stark</span> <span>(he/him)</span> <span class="person-links"><a href="https://www.linkedin.com/in/cristian-stark/"><img src="images/lin.png" style="width: 15px;" alt="LinkedIn"/></a> <a href="https://github.com/cstark14"><img src="images/GitHub-Mark-32px.png" style="width: 15px;" alt="GitHub"/></a></span>
</p>
<p>
Cristian is a Genomics Data Scientist at Bayer Vegetables R&D and a PhD graduate student in <a href="https://igg.ucdavis.edu">Integrative Genetics and Genomics</a> working on genomic selection, pangenomes, and inbreeding depression in <em>Zea</em>. He is coadvised by <a href="https://runcielab.u4cdavis.edu">Dan Runcie</a>.
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/NatalieCubiePhoto.jpeg" alt="Natalie Veech" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Natalie Veech</span> <span>(she/her)</span> <span class="person-links"><a href="https://www.linkedin.com/in/natalie-veech/"><img src="images/lin.png" style="width: 15px;" alt="LinkedIn"/></a></span>
</p>
<p>
Natalie is a 3rd Year Environmental Science and Management Major and EVE Scholar working on machine learning approaches to study life history of radishes using herbarium specimens. She works closely with Julia Harenčár and is also a member of the <a href="https://gremerlab.faculty.ucdavis.edu">Gremer Lab</a>.
</p>
</div>
</div>
<div class="person-card">
<img class="person-photo" src="images/yanyu.jpg" alt="Yanyu Zhang" loading="lazy" decoding="async"/>
<div class="person-meta">
<p>
<span class="person-name">Yanyu Zhang</span> <span>(she/her)</span>
</p>
<p>
Yanyu Zhang is a third-year biological sciences major currently working with Julia using AI modeling to understand radish leaf morphology.
</p>
</div>
</div>
</div>
</div>
<div id="lab-alumni" class="section level2">
<h2>Lab Alumni</h2>
<ul>
<li><a href="https://www.linkedin.com/in/elli-cryan-a150ba121/">Elli Cryan</a> PhD student 2018-2025 (Postdoc UC Irvine)</li>
<li><a href="https://scholar.google.com/citations?user=SWqRX4QAAAAJ&hl=en">Ayelet Salman-Minkov</a> Project Scientist 2023-2024</li>
<li><a href="https://scholar.google.com/citations?user=p9u2mzwAAAAJ&hl=en">Alyssa Phillips</a> PhD student 2018-2024 (Postdoc UC Berkeley)</li>
<li>Garnet Phinney Undergraduate researcher, 2023-2024 (PhD Student UC Irvine)</li>
<li><a href="https://scholar.google.com/citations?user=uQ7Z4PAAAAAJ&hl=en&oi=ao">Sarah Nicholson</a> PhD student 2016-2023</li>
<li><a href="https://www.linkedin.com/in/solarese">Edwin Solares</a> Postdoc 2021-2023 (Lecturer, UC Davis)</li>
<li><a href="https://scholar.google.com/citations?user=Ewa91LUAAAAJ&hl=en&oi=ao">Miriam Nancy Salazar Vidal</a> Postdoc 2018-2023 (Research Scientist, U Missouri)</li>
<li><a href="https://scholar.google.com/citations?user=3Q2yL_MAAAAJ&hl=en">Mitra Menon</a> Postdoc 2020-2022 (Computational Biologist, Form Bio)</li>
<li><a href="https://github.com/juliannaporter">Julianna Porter</a> Postbac, 2021-2022 (PhD Student, UC Davis)</li>
<li><a href="www.linkedin.com/in/luke-sparreo">Luke Sparreo</a> Summer REU, 2022</li>
<li><a href="https://aihudson.github.io">Asher Hudson</a> PhD student, 2017-2022 (Postdoc, USDA NC State)</li>
<li><a href="https://www.cathyrushworth.org">Catherine Rushworth</a> Postdoc 2018-2022 (Asst. Prof, Utah State)</li>
<li><a href="https://scholar.google.com/citations?user=LxGAurUAAAAJ&hl=en">Silas Tittes</a> Postdoc 2018-2022 (Research Scientist, U Oregon)</li>
<li><a href="https://scholar.google.com/citations?user=U9evFmUAAAAJ&hl=en&oi=sra">Robert Horvath</a> Postdoc 2020-2021 (Postdoc, U. Zurich)</li>
<li><a href="https://scholar.google.com/citations?user=Eu-hz1EAAAAJ&hl=zh-CN">Ning Yang</a> Postdoc 2019-2021 (Professor, Huazhong Ag. University)</li>
<li><a href="https://danjgates.wordpress.com">Daniel Gates</a> Postdoc 2016-2020 (Bioinformatician, Checkerspot)</li>
<li><a href="https://orcid.org/0000-0002-1076-0527">Taylor Perkins</a> Lab Manager 2019-2020</li>
<li><a href="https://mishaploid.github.io">Sarah Turner-Hissong</a> Postdoc 2019-2020 (Research Scientist, Bayer Crop Sci.)</li>
<li><a href="http://mcstitzer.github.io">Michelle Stitzer</a> PhD student 2013-2019 (NSF Postdoc, Cornell)</li>
<li><a href="https://scholar.google.com/citations?user=h2_YtiYAAAAJ&hl=en">Dianne Velasco</a> PhD Student 2010-2019 (USDA-ARS National Clonal Germplasm Repository)</li>
<li><a href="https://scholar.google.com/citations?user=yGEvdz0AAAAJ&hl=en">Li Wang</a> Postdoc 2018-2019 (Research Scientist, Agricultural Genomics Institute Shenzhen)</li>
<li><a href="https://www.cropevolution.org">Markus Stetter</a> Postdoc 2017-2019 (Asst. Group Leader, U. Köln)</li>
<li><a href="https://scholar.google.com/citations?user=LR1KOxwAAAAJ&hl=en">Wenbin Mei</a> Postdoc 2016-2018 (Scientist at Inari Agriculture)</li>
<li><a href="https://scholar.google.com/citations?user=mnHb3lYAAAAJ&hl=en">Anne Lorant</a> Lab manager, PhD student, postdoc 2013-2018 (Bioinformatician, LBMCC)</li>
<li><a href="https://josephslab.github.io">Emily Josephs</a> Postdoc 2015-2018 (Asst. Professor, MSU)</li>
<li><a href="https://lmavila.github.io">Luis Avila</a> Programmer 2016-2018 (Research Scientist, Genentech)</li>
<li><a href="https://annamobrien.wordpress.com">Anna O’Brien</a> PhD Student 2011-2017 (Postdoc, U. Toronto)</li>
<li><a href="http://jyanglab.com">Jinliang Yang</a> Postdoc 2014-2017 (Assistant Professor, U. Nebraska)</li>
<li><a href="https://scholar.google.fr/citations?user=FmClXYIAAAAJ&hl=en">Josh Hough</a> Postdoc 2016-2017</li>
<li><a href="https://scholar.google.com/citations?user=c03DwHkAAAAJ&hl=en">Paul Bilinski</a> PhD Student 2010-2016 (Associate Professor, West Shore Community College)</li>
<li><a href="https://scholar.google.com/citations?hl=en&user=uZTFIaAAAAAJ">Simon Renny-Byfield</a> Postdoc 2014-2016 (Research Scientist, Corteva Agriscience)</li>
<li><a href="https://github.com/kate-crosby">Kate Crosby</a> Postdoc 2014-2015 (Research Scientist, Indigo Ag)</li>
<li>Sayuri Tsukahara Postdoc 2013-2015</li>
<li><a href="https://www.uni-goettingen.de/en/599788.html">Tim Beissinger</a> Postdoc 2014-2015 (Professor, U. Göttingen)</li>
<li><a href="https://arundurvasula.wordpress.com">Arun Durvasula</a> Undergraduate 2013-2015 (PhD Student, UCLA)</li>
<li>Nivaz Brar Undergraduate 2014-2015</li>
<li><a href="https://cjfiscus.github.io/">Chris Fiscus</a> Undergraduate 2014 (PhD Student, UC Riverside)</li>
<li><a href="https://github.com/tvkent">Tyler Kent</a> Undergraduate 2013-2015 (PhD Student, U. Toronto)</li>
<li><a href="http://www.vincebuffalo.com">Vince Buffalo</a> Programmer 2013-2014 (Postdoc, U Oregon)</li>
<li><a href="http://www.linkedin.com/pub/sofiane-mezmouk/6b/a35/a34">Sofiane Mezmouk</a> Postdoc 2012-2014 (Research Scientist, KWS)</li>
<li><a href="https://sites.google.com/site/shoheitakuno/">Shohei Takuno</a> Postdoc 2012-2013 (Asst. Professor, SOKENDAI)</li>
<li><a href="http://www.public.iastate.edu/~mhufford/HuffordLab/home.html">Matthew Hufford</a> Postdoc 2010-2013 (Assoc. Professor, Iowa State)</li>
<li><a href="https://www2.helsinki.fi/en/researchgroups/forest-genomics">Tanja Pyhäjärvi</a> Postdoc 2010-2012 (Associate Professor, U. Helsinki)</li>
<li><a href="http://www.wageningenur.nl/en/Persons/dr.ir.-J-Joost-van-Heerwaarden.htm">Joost van Heerwaarden</a> Postdoc 2009-2011 (Researcher, U. Wageningen)</li>
</ul>
<div id="visiting-scholar-for-100-hours-of-scholastic-visitation" class="section level3">
<h3>Visiting Scholar: for >100 hours of scholastic visitation</h3>
<ul>
<li><a href="https://www.instagram.com/andi_kur_art/?hl=en">Andi Kur</a></li>
<li><a href="http://www.fciencias.unam.mx/directorio/57770">Azalea Guerra García</a></li>
<li><a href="http://www.dawelab.org">Kelly Dawe</a><br />
</li>
<li><a href="http://rutefonseca.wix.com/bioinformatics">Rute Fonseca</a></li>
<li><a href="https://sites.google.com/site/ejfuchs/">Eric Fuchs</a></li>
<li><a href="http://faculty.agronomy.cfans.umn.edu/pmorrell/">Peter Morrell</a></li>
<li><a href="http://niederhuthlab.com">Chad Niederhuth</a></li>
<li><a href="http://www.panzea.org/#!ginnie-morrison/c1lov">Ginnie Morrison</a></li>
<li><a href="http://mstetter.github.io">Markus Stetter</a></li>
<li><a href="https://scholar.google.com/citations?user=Ru46Ih4AAAAJ&hl=en">Sivan Yair</a></li>
</ul>
</div>
<div id="fellow-of-the-r-i-lab-for-500-hours-of-scholastic-fellowship" class="section level3">
<h3>Fellow of the R-I Lab: for >500 hours of scholastic fellowship</h3>
<ul>
<li><a href="http://www.cbs.umn.edu/lab/tiffin">Peter Tiffin</a></li>
<li><a href="https://www.researchgate.net/profile/Leo_Zeitler">Leo Zeitler</a></li>
</ul>
</div>
<div id="current-collaborators" class="section level3">
<h3>Current Collaborators</h3>
<p><strong>Genetic diversity in maize and teosinte</strong></p>
<ul>
<li><a href="http://maizego.org">Jianbing Yan</a><br />
</li>
<li><a href="http://maizego.org">Ning Yang</a></li>
</ul>
<p><strong>Identifying environmentally adaptive alleles for breeding</strong></p>
<ul>
<li><a href="https://runcielab.ucdavis.edu">Daniel Runcie</a></li>
<li><a href="https://www.cimmyt.org">CIMMYT</a></li>
</ul>
</div>
</div>
<div class="site-footer">
<strong>Contact</strong><br>
Jeffrey Ross-Ibarra<br>
530-752-4565<br>
Dept. of Evolution and Ecology<br>
University of California<br>
Storer Hall, One Shields Ave<br>
Davis, CA 95616
</div>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open');
});
});
</script>
<!-- code folding -->
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>