-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
659 lines (616 loc) · 40.4 KB
/
index.html
File metadata and controls
659 lines (616 loc) · 40.4 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<!-- MOBIFY - DO NOT ALTER - PASTE IMMEDIATELY AFTER OPENING HEAD TAG -->
<script type="text/javascript">/*<![CDATA[*/(function(a){function b(a,b){if(+a)return~a||(d.cookie=h+"=; path=/");j=d.createElement(e),k=d.getElementsByTagName(e)[0],j.src=a,b&&(j.onload=j.onerror=b),k.parentNode.insertBefore(j,k)}function c(){n.api||b(l.shift()||-1,c)}if(this.Mobify)return;var d=document,e="script",f="mobify",g="."+f+".com/",h=f+"-path",i=g+"un"+f+".js",j,k,l=[!1,1],m,n=this.Mobify={points:[+(new Date)],tagVersion:[6,1]},o=/((; )|#|&|^)mobify-path=([^&;]*)/g.exec(location.hash+"; "+d.cookie);o?(m=o[3])&&!+(m=o[2]&&sessionStorage[h]||m)&&(l=[!0,"//preview"+g+escape(m)]):(l=a()||l,l[0]&&l.push("//cdn"+i,"//files01"+i)),l.shift()?(d.write('<plaintext style="display:none;">'),setTimeout(c)):b(l[0])})(function(){if(/ip(hone|od)|android.*(mobile)|blackberry.*applewebkit/i.test(navigator.userAgent)){return[1,"//cdn.mobify.com/sites/nescent-dev/production/mobify.js"]}})/*]]>*/</script>
<!-- END MOBIFY -->
<meta name="verify-v1" content="GS+/viRkucakeGoXpaqgoKiZ2Vik6aaoIpjFsFZu/so=" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Refresh" content="300" />
<title>NESCent: The National Evolutionary Synthesis Center</title>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css"/>
<meta http-equiv="content-script-type" content="applicationx-javascript"/>
<!--Futura Fonts-->
<script type="text/javascript" src="//fast.fonts.com/jsapi/945a5566-272e-404d-b831-73f880c7dd6e.js"></script>
<link href="//fast.fonts.com/cssapi/945a5566-272e-404d-b831-73f880c7dd6e.css" rel="stylesheet" type="text/css" />
<!--[if IE 6]>
<link href="scripts/styleie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if IE 7]>
<link href="scripts/styleie7.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if IE 8]>
<link href="scripts/style.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if IE 9]>
<link href="scripts/style.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if !IE]><!-->
<link href="/scripts/style.css" rel="stylesheet" type="text/css" media="screen" />
<!--<![endif]-->
<!--[if lt IE 7]>
<script defer type="text/javascript" src="scripts/pngfix.js"></script>
<![endif]-->
<link href="include/lightbox.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="include/lightbox.js"></script>
<link rel="stylesheet" type="text/css" href="include/home/engine2/home.css" media="screen" />
<style type="text/css">a#vlb{display:none}</style>
<script type="text/javascript" src="include/jquery.js"></script>
<link rel="stylesheet" href="scripts/print.css" type="text/css" media="print" />
<!--[if lt IE 7]><link href="scripts/style_ie.css" rel="stylesheet" type="text/css" media="screen" /><![endif]-->
<script type="text/javascript">
<!--
document.write('<style type="text/css">.no_js {display:none;}<\/style>');
-->
</script>
<link rel="stylesheet" type="text/css" href="scripts/superfish.css" media="screen"/>
<script type="text/javascript" src="scripts/hoverIntent.js"></script>
<script type="text/javascript" src="scripts/superfish.js"></script>
<script type="text/javascript">
jQuery(function(){
jQuery('ul.sf-menu').superfish();
});
</script>
<link rel="alternate" type="application/rss+xml" title="NESCent Events (RSS 2.0)" href="rss.php.rss" />
<style type="text/css">
<!--
.style1 {font-size: 13px}
-->
</style></head>
<body id="home">
<br />
<div id="pagewrapper">
<div id="logo_wrap">
<br /><!-- add some space-->
<div id="topbar">
<!--Page header for all pages JNewman AIBS NESCent Re-design 7-2011-->
<form name="header_search" action="http://www.google.com/search" method="get">
<!--Label for Search-->
<input class="form_text" style="height:20px;margin-right:-5px;border:1px solid #BBBBBB;" id="as_q" name="as_q" type="text" alt="Search Box" value="search NESCent site" size="24" onfocus="this.value=''"/> <a href="index.html#" name="searchButtonSubmit" onclick="document.forms.header_search.submit(); return false;"><img src="images/go_button.gif" width="28" height="24"border="0" alt="SEARCH" /></a>
<!--end label -->
<input type="hidden" name="num" value="80" />
<input type="hidden" name="as_sitesearch" value="www.nescent.org" />
</form>
<br />
<!--Top Navbar-->
<!--<div id="topbar">-->
<ul>
<li><a href="about/index.html">about</a></li>
<li><a href="dir/index.html">people</a></li>
<li><a href="news/index.html">news</a></li>
<li><a href="about/contact.php.html">contact</a></li>
<!-- <li><a href=" http://www.gifts.duke.edu/nescent"><span style="color:red;">donate</span></a></li> -->
<!--<li><a href="sitemap.php.html">search</a></li>-->
</ul>
<div id="topbar_line"> <!--empty--></div>
<!--</div>-->
<!--<div style="clear:both;"> </div>-->
<!--End TopNav bar-->
</div>
<div id="logo_left">
<!--<a href="/"><img id="logo" src="images/logo.png" alt="The National Evolutionary Synthesis Center" /></a>-->
<a href="http://tricem.org"><img id="logo" src="images/nescent_becoming_tricem.png" alt="The National Evolutionary Synthesis Center" /></a>
</div>
</div>
<div class="clear"></div>
<a name="welcome_block"></a>
<div id="home_welcome">
<!-- Wellcome message-->
<h1><a href="http://tricem.org">TriCEM</a></h1>
NESCent TRANSITIONS TO<br />
TRIANGLE CENTER FOR<br />
EVOLUTIONARY MEDICINE<br />
<!-- Slide show -->
<div id="home_image_gallery">
<!-- Start WOWSlider.com BODY section -->
<div id="wowslider-container2">
<div class="ws_images">
<a href="/news/10YearsofNESCent.php.html" target="_blank"><img src="images/NESCent%20group%20shot.jpg" alt="Celebrating 10 years of synthesis research" width="573" height="249" id="wows0" title="Celebrating 10 years of synthesis research"/></a>
<a href="http://www.nature.com/sdata/collections/nescent" target="_blank"><img src="images/Scientific%20Data.png" alt="NESCent Data Descriptors are now available" width="573" height="251" id="wows1" title="NESCent Data Descriptors are now available"/></a>
<a href="news/documents/NESCENT_newsletter_Fall2014.pdf" target="_blank"><img src="images/Pan Alcidae banner.jpg" alt="Diving seabirds may offer insights into climate change" title="Diving seabirds may offer insights into climate change" id="wows2"/></a>
<a href="http://datadryad.org" target="_blank"><img src="include/home/data2/images/dryad990-2.jpg" alt="Publish and preserve your data" title="Publish and preserve your data" id="wows3"/></a>
<a href="http://www.eurekalert.org/pub_releases/2014-11/nesc-ncr112114.php" target="_blank"><img src="images/TriCEMbanner.png" alt="A new center considers evolution at the intersection of medicine" width="573" height="251" id="wows4" title="A new center considers evolution at the intersection of medicine"/></a>
<a href="http://roadshow.nescent.org/" target="_blank"><img src="images/DDRbanner.jpeg" alt="Darwin Day Roadshow turns 5" width="573" height="251" id="wows5" title="Darwin Day Roadshow turns 5"/></a></div>
<div class="ws_bullets"><div>
<a href="index.html#wows0" title="Celebrating 10 years of synthesis research">1</a>
<a href="index.html#wows1" title="NESCent Data Descriptors are now available">2</a>
<a href="index.html#wows2" title="Diving seabirds may offer insights into climate change">3</a>
<a href="index.html#wows3" title="Publish and preserve your data">4</a>
<a href="index.html#wows4" title="A new center considers evolution at the intersection of medicine">5</a>
<a href="index.html#wows5" title="Darwin Day Roadshow turns 5">6</a>
</div></div>
</div>
<script type="text/javascript" src="include/home/engine2/home.js"></script>
<!-- End WOWSlider.com BODY section -->
</div><!--end home image gallery-->
</div><!--end home_welcome-->
<a name="startcontent"></a>
<div id="content">
<div id="home_nav">
<table cellpadding="0" cellspacing="0">
<tr>
<th width="328" onclick="document.location.href='/science/'" style="cursor:pointer;cursor:hand;background-color:#ff7f00;text-align:left;">
SCIENCE
</th>
<th width="328" onclick="document.location.href='/informatics/'" style="cursor:pointer;cursor:hand;background-color:#00a330;border-right:1px solid #ffffff;border-left:1px solid #ffffff;text-align:left;">
INFORMATICS
</th>
<th width="328" onclick="document.location.href='/eog/'" style="cursor:pointer;cursor:hand;background-color:#333399;text-align:left;">
EDUCATION & OUTREACH
</th>
</tr>
<tr>
<td width="328" bgcolor="#ff7f00" onclick="document.location.href='/science/'" style="cursor:pointer;cursor:hand;">
<img src="images/science.png" alt="Science Pic" style="float:left;padding-right:4px;" />
<br /> Transforming evolutionary science<br />
<a href="science/index.html" target="_self" title="Science" ><img src="images/science-more-button.png" border="0" alt="find out more" style="display:block;float:right;z-index:5;margin-right:20px;margin-top:30px;"/></a>
</td>
<td width="328" bgcolor="#00A330" onclick="document.location.href='/informatics/'" style="cursor:pointer;cursor:hand;border-right:1px solid #ffffff;border-left:1px solid #ffffff;">
<img src="images/informatics.png" alt="Informatics Pic" style="float:left;padding-right:4px;" />
<br />Removing barriers to accessing, sharing, and interpreting data
<a href="informatics/index.html" target="_self" title="Informatics" ><img src="images/info-more-button.png" border="0" alt="find out more" style="display:block;float:right;z-index:5;margin-right:20px;margin-top:10px;"/></a>
</td>
<td width="328" bgcolor="#333399" onclick="document.location.href='/eog/'" style="cursor:pointer;cursor:hand;">
<img src="images/eog.png" alt="Education and Outreach" style="float:left;padding-right:4px;" />
<br />Connecting people with evolutionary research<br />
<a href="eog/index.html" target="_self" title="Education & OutreachScience" ><img src="images/ed-more-button.png" alt="find out more" border="0" style="display:block;float:right;z-index:5;margin-right:20px;margin-top:30px;"/></a>
</td>
</tr>
</table>
</div><!--end home_nav-->
<!-- Start of editable content-->
<div id="home_impact">
<h3>Our Impact</h3>
<div id="home_impact_line"><!--empty--></div>
<a href="images/GlobalMap.jpg" rel="lightbox" title="NESCent has hosted nearly 4200 visitors from more than 50 countries"><img class="shadow" src="images/GlobalMap.jpg" height="192" width="329" style="float:left;margin-top:20px;margin-right:10px;" alt="map of the world" /></a>
<h4>NESCent by the numbers</h4>
<div id="home_impact_subtitle">Posted September 10, 2011 by NESCent</div>
<p><b>NESCent has hosted nearly 6500 visitors from more than 51 countries</b></p>
<p style="align-text:right;"><a href="public_documents/Annual_Reports_&_Site_Visits/AnnualReport_Yr9.pdf">READ MORE>></a></p>
<p> </p><p> </p> <p> </p><p> </p><br /><br />
<table cellpadding="0" cellspacing="0" border="0">
<tr><td width="210" >
<br /><br />
<p style="font-family:'FuturaW01-MediumCondens';font-size:26px;font-weight:999;">
<a style="text-decoration:none;" href="cal/index.html">NESCent Upcoming Events</a>
</p>
</td><td valign="top" width="180">
<a href="cal/index.html" title="NESCent Calendar of Events"><img style="margin-left:5px;margin-top:10px;" src="images/cal.png" width="60%" height="60%" alt="Image of a calendar" border="0" /></a>
</td>
<td valign="middle">
<br />
</td>
</tr>
</table><br /><br />
</div><!--end home impact block-->
<div id="home_deadlines">
<h3>Proposal Deadlines</h3>
<div id="home_deadlines_line"><!--empty--></div>
<div id="home_deadlines_scroller">
<table cellpadding="0" cellspacing="0">
<!--<tr>
<td width="49">
<img class="shadow" src="images/calendar-bullet.png" alt="calendar"/>
<div class="home_deadline_month" style="margin-left:15px;">DEC</div>
<div class="home_deadline_date" style="margin-left:13px;">1</div>
</td>
<td>
<a href="science/postdoctoral.php.html" >Postdoctoral Fellowships</a>
</td>
</tr>
<tr>
<td colspan="2" align="center"><div class="home_deadlines_item"> </div></td>
</tr> -->
<!--<tr>
<td width="49">
<img class="shadow" src="images/calendar-bullet.png" alt="calendar"/>
<div class="home_deadline_month" style="margin-left:15px;">SEPT</div>
<div class="home_deadline_date" style="margin-left:13px;">1</div>-->
<!--<div style="clear:left"> </div>
<img class="shadow" src="images/calendar-bullet.png" alt="calendar"/>
<div class="home_deadline_month" style="margin-left:15px;">JULY</div>
<div class="home_deadline_date" style="margin-left:13px;">1</div>
</td>-->
<!--<td>
<a href="science/short_term_visitors.php.html">Short Term Visitors</a>
<div class='countdown'><b>COUNTDOWN</b></div><center><b>0 days 0 hours left </b></center> </td>
</tr>
<tr>
<td colspan="2" align="center"><div class="home_deadlines_item"> </div></td>
</tr>-->
<!--<tr>
<td width="49">
<img class="shadow" src="images/calendar-bullet.png" alt="calendar="/>
<div class="home_deadline_month" style="margin-left:15px;">JAN</div>
<div class="home_deadline_date" style="margin-left:13px;">1</div>
</td>
<td>
<a href="news/newsdetail.php-id=229.html">Targeted proposals in K-12 evolution education</a>
<div class='countdown'><b>COUNTDOWN</b></div><center><b>0 days 0 hours left </b></center> </td>
</tr>
<tr>
<td colspan="2" align="center"><div class="home_deadlines_item"> </div></td>
</tr>
<tr>
<td width="49">
<img class="shadow" src="images/calendar-bullet.png" alt="calendar"/>
<div class="home_deadline_month" style="margin-left:15px;">JAN</div>
<div class="home_deadline_date" style="margin-left:13px;">1</div>
</td>
<td>
<a href="news/newsdetail.php-id=225.html">Targeted proposals in evolution and the social sciences (next deadline</a>
<div class='countdown'><b>COUNTDOWN</b></div><center><b>0 days 0 hours left </b></center> </td>
</tr>
<tr>
<td colspan="2" align="center"><div class="home_deadlines_item"> </div></td>
</tr>-->
<!--<tr>
<td width="49">
<img class="shadow" src="images/calendar-bullet.png" alt="calendar"/>
<div class="home_deadline_month" style="margin-left:15px;">DEC</div>
<div class="home_deadline_date" style="margin-left:2px;">1</div>
<!--<div style="clear:left"> </div>
<img class="shadow" src="images/calendar-bullet.png" alt="calendar"/>
<div class="home_deadline_month" style="margin-left:15px;">DEC</div>
<div class="home_deadline_date" style="margin-left:13px;">1</div>
</td>-->
<!--<td>
<a href="science/halfsabbatical.php.html" >Sabbaticals</a> and
<a href="science/meetings.php.html">Catalysis Meetings</a>
<div class='countdown'><b>COUNTDOWN</b></div><center><b>0 days 0 hours left </b></center> </td>
</tr>
<tr>
<td colspan="2" align="center"><div class="home_deadlines_item"> </div></td>
</tr>-->
<tr>
<td width="49">
<img class="shadow" src="images/calendar-bullet.png" alt="calendar"/>
<div class="home_deadline_month" style="margin-left:15px;">FEB</div>
<div class="home_deadline_date" style="margin-left:2px;">1</div> </td>
<td>
<a href="science/TriangleGraduateFellowships.php.html">Triangle Graduate Fellowships</a>
</td>
</tr>
<tr>
<td><img class="shadow" src="images/calendar-bullet.png" alt="calendar"/>
<div class="home_deadline_month" style="margin-left:15px;">APR</div>
<div class="home_deadline_date" style="margin-left:2px;">1</div></td>
<td><a href="science/TriangleGraduateFellowships.php.html">Triangle Graduate Fellowships</a></td>
</tr>
<tr>
<td colspan="2" align="center"><div class="home_deadlines_item"> </div></td>
</tr>
<!--<tr>
<td width="49">
<img class="shadow" src="images/calendar-bullet.png" alt="calendar"/>
<div class="home_deadline_month" style="margin-left:15px;">JAN</div>
<div class="home_deadline_date" style="margin-left:2px;">15</div>
</td>
<td>
<a href="science/TriangleGraduateFellowships.php.html"</a>
<div class='countdown'><b>COUNTDOWN</b></div><center><b>0 days 0 hours left </b></center> </td>
</tr>
<tr>
<td colspan="2" align="center"><div class="home_deadlines_item"> </div></td>
</tr>-->
<!--<tr>
<td width="49">
<img class="shadow" src="images/calendar-bullet.png" alt="calendar"/>
<div class="home_deadline_month" style="margin-left:15px;">APR</div>
<div class="home_deadline_date" style="margin-left:2px;">1</div>
</td>
<td>
<a href="science/short_term_visitors.php.html">Short Term Visitors</a>
<div class='countdown'><b>COUNTDOWN</b></div><center><b>0 days 0 hours left </b></center> </td>
</tr>-->
<tr>
<td colspan="2" align="center"><div class="home_deadlines_item"> </div></td>
</tr>
<tr>
<td colspan="2" align="center">
<a href="informatics/whitepapers.php.html">Informatics White Papers</a> and <a href="science/TriangleScholarsProgram.php.html">Triangle Scholars</a><br /> are accepted at any time. </td>
</tr>
<tr>
<td colspan="2" align="center"><div class="home_deadlines_item"> </div></td>
</tr>
<tr>
<td colspan="2" align="center">
<a style="font-size:20px;" href="science/proposals.php.html">Call for Proposals</a>. </td>
</tr>
</table>
</div><!--end home dealines scroller-->
</div><!--end propoal deadlines block-->
<div id="home_newsletter_signup">
<h4>Stay Informed</h4>
<div id="home_newsletter_signup_line"><!--empty--></div>
<div id="home_newsletter_signup_box">
Please visit <a href="http://TriCEM.org">TriCEM.org</a><br /> to stay up-to-date<br />with the latest news.
<br />
<br />
</div><!--end home newsletter signup box-->
</div><!--end home newsletter signup-->
<div id="home_awards">
<h4>Award Winners</h4>
<div id="home_awards_line"><!--empty--></div>
<div id="home_awards_scroller">
<table cellpadding="0" cellspacing="0">
<tr>
<!-- <td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:10px;"><img src="/images/bio_photo.jpg" width="70" height="70" alt="bio photo place holder"/> </div>
<div style=" display:block;width:225px;float:right;margin-top:-70px;margin-left:75px;">
<span style="font-family:'Arial Black';color:#ff7f00;"></span><br />
<a href="awards_summary.php-id=.html" ></a>
</div>
</td>-->
<!-- Non Dynamic version for the lauch of website-->
<!-- Postdoctoral Fellows-->
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/Hertweck.jpg" alt="photo Kate Hertweck"/> </div>
<div style="dispaly:block;width:225px;float:right;margin-top:-57px;margin-left:75px;">
Postdoctoral Fellow<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Kate Hertweck (University of Missouri)</span><br />
<a href="science/awards_summary.php-id=295.html" >Comparative biology of transposable element proliferation</a>
</div>
</td>
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/Han.jpg" alt="photo Mira Han"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-70px;margin-left:75px;">
Postdoctoral Fellow<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Mira Han (Indiana University-Bloomington)</span><br />
<a href="science/awards_summary.php-id=296.html" >Gene evolution in genomic context: Integrating genomic location into gene evolution models</a>
</div>
</td>
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/Cruickshank.jpg" alt="photo Tami Cruickshank"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-51px;margin-left:75px;">
Postdoctoral Fellow<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Tami Cruickshank (University of Indiana)</span><br />
<a href="science/awards_summary.php-id=297.html" >Population genetics of maternal effects and their influence on molecular evolution</a>
</div>
</td>
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/Lanfear.jpg" alt="photo Robert Lanfear"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-92px;margin-left:75px;">
Postdoctoral Fellow<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Robert Lanfear (Australian National University)</span><br />
<a href="/science/awards.php.html" >Synthesising methods and data to understand the mutational processes that shape genomes</a>
</div>
</td>
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/bio_photo.jpg" height="70" width="70" alt="photo Elizabeth Sbrocco"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-70px;margin-left:75px;">
Postdoctoral Fellow<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Elizabeth Sbrocco (Boston University)</span><br />
<a href="science/awards_summary.php-id=283.html" >Exploring environmental correlates of range limits across a marine biodiveristy hotspot</a>
</div>
</td>
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/adam_smith.jpg" height="70" width="70" alt="photo Adam Smith"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-70px;margin-left:75px;">
Postdoctoral Fellow<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Adam Smith (University of Texas, Austin) </span><br />
<a href="science/awards_summary.php-id=284.html" >Evaluating effects of temporal distribution of fossil calibrations on divergence analyses</a>
</div>
</td>
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/Harnik.jpg" alt="photo Paul Harnik"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-96px;margin-left:75px;">
Postdoctoral Fellow<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Paul Harnik (Stanford University)</span><br />
<a href="science/awards_summary.php-id=293.html" >Ecological controls on evolutionary rates in marine systems</a>
</div>
</td>
<!--Catalysis Meetings-->
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:0px;"><img src="images/Liberles.jpg" alt="photo David Liberles"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-90px;margin-left:75px;">
Catalysis Meeting<br />
<span style="font-family:'Arial Black';color:#ff7f00;">David Liberles (University of Wyoming)</span><br />
<a href="science/awards_summary.php-id=288.html" >Modeling protein structural and energetic constraints on sequence evolution</a>
</div>
</td>
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/Groover.jpg" alt="photo Andrew Groover"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-80px;margin-left:75px;">
Catalysis Meeting<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Andrew Groover (US Forest Service and University of California-Davis)</span><br />
<a href="science/awards_summary.php-id=287.html" >Evolutionary origins and development of woody plants</a>
</div>
</td>
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/Wolf.jpg" alt="photo Jason Wolf"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-49px;margin-left:75px;">
Catalysis Meeting<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Jason Wolf (University of Bath, UK)</span><br />
<a href="science/awards_summary.php-id=289.html" >An integrative understanding of the evolution of genomic imprinting</a>
</div>
</td>
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/Crandall.jpg" alt="photo Eric Crandall"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-50px;margin-left:75px;">
Catalysis Meeting<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Eric Crandall (University of California-Santa Cruz)</span><br />
<a href="science/awards_summary.php-id=290.html" >An integrative understanding of the evolution of genomic imprinting</a>
</div>
</td>
<!--Working Groups-->
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/Bachtrog.jpg" alt="photo Doris Bachtrog"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-91px;margin-left:75px;">
Working Group<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Doris Bachtrog (University of California, Berkeley)</span><br />
<a href="science/awards_summary.php-id=291.html" >The tree of sex – a comprehensive synthesis of sex determination systems in eukaryotes</a>
</div>
</td>
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/fewell.jpg" alt="photo Jennifer Fewell"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-87px;margin-left:75px;">
Working Group<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Jennifer Fewell (Arizona State University)</span><br />
<a href="science/awards_summary.php-id=285.html" >Large-scale demographic, network and behavioral trait analyses of sociality</a>
</div>
</td>
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/Stoltzfus.jpg" alt="photo Arlin Stoltzfus"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-48px;margin-left:75px;">
Working Group<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Arlin Stoltzfus (Center for Advanced Research in Biotechnology)</span><br />
<a href="science/awards_summary.php-id=294.html" >HIP: Hackathons, Interoperability, Phylogenies</a>
</div>
</td>
<!--Long-term Sabbatical Scholars-->
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/caruso.jpg" alt="photo Christina Caruso"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-95px;margin-left:75px;">
Long-term Sabbatical Scholar<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Christina Caruso (University of Guelph, Canada)</span><br />
<a href="science/awards_summary.php-id=302.html" >The evolutionary ecology of genetic conflict in plants</a>
</div>
</td>
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/Smith.jpg" alt="photo Dena Smith"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-78px;margin-left:75px;">
Long-term Sabbatical Scholar<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Dena Smith (University of Colorado, Boulder)</span><br />
<a href="science/awards_summary.php-id=292.html" >Evolution of the Coleoptera: A paleontological perspective</a>
</div>
</td>
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/Wade_M.jpg" alt="photo Michael Wade"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-102px;margin-left:75px;">
Long-term Sabbatical Scholar<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Michael Wade (Indiana University, Bloomington)</span><br />
<a href="science/awards_summary.php-id=301.html" >A critical synthesis of indirect genetic effects in adaptive evolution</a>
</div>
</td>
<!--Short-term Sabbatical Scholars-->
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/soltis.jpg" alt="photo Douglas Soltis"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-50px;margin-left:75px;">
Short-term Sabbatical Scholar<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Douglas Soltis (University of Florida), Pamela Soltis (University of Florida)</span><br />
<a href="science/awards_summary.php-id=279.html" >Reconstructing the Great Tree of Life</a>
</div>
</td>
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/Safran.jpg" alt="photo Rebecca Safran"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-108px;margin-left:75px;">
Short-term Sabbatical Scholar<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Rebecca Safran (University of Colorado)</span><br />
<a href="science/awards_summary.php-id=280.html" >An integrative evolutionary approach to examine sexual selection as a mechanism of speciation</a>
</div>
</td>
<!--Triangle Scholars-->
<td width="300" style="border-right:2px solid #d9d9d9;">
<div style="float:left;margin-top:5px;"><img src="images/curtain_new.png.jpg" alt="photo Tyler Curtain"/> </div>
<div style="display:block;width:225px;float:right;margin-top:-98px;margin-left:75px;">
Triangle Scholar<br />
<span style="font-family:'Arial Black';color:#ff7f00;">Tyler Curtain (University of North Carolina, Chapel Hill)</span><br />
<a href="science/awards_summary.php-id=303.html" >Darwin and Nietzsche: evolutionary thought within literary theory</a>
</div>
</td>
</tr>
</table>
</div>
</div><!--end home awards-->
</div><!--end content-->
<!-- End Editialbe content-->
<div id="footer">
<!--Table for footer navigation-->
<table border="0" cellpadding="0" cellspacing="10" style="padding-left:50px;padding-right:40px;">
<tr>
<td width="870">
<h3>Main Navigation</h3>
<hr />
</td>
</tr>
<tr>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="250">
<div class="footerth">About</div>
<a href="dir/index.html" title="NESCent People">NESCent People</a><br/>
<a href="about/index.html" title="About the Center">About the Center</a><br/>
<a href="about/contact.php.html" title="Contact Us">Contact Us</a><br/>
<a href="news/index.html" title="NESCent News">News</a><br />
<a href="cal/index.html" title="NESCent Calendar">Calendar</a><br />
<a href="sitemap.php.html" title="Sitemap">Sitemap</a><br />
<!--<a href=" http://www.gifts.duke.edu/nescent"><span style="color:red;">Donate</span></a>--> </td>
<td valign="top" width="250">
<div class="footerth">Science</div>
<a href="science/overview.php.html" title="Overview">Overview</a><br />
<a href="science/proposals.php.html" title="Call for Proposals">Call for proposals</a><br/>
<a href="science/awards.php.html" title="Supported projects">Supported projects</a><br/>
<a href="science/products.php.html" title="Products">Products</a><br/>
<b><i><font color="#33399">Quick jumps</font></i></b><br />
<!--<a href="http://kaboodle.nescent.org/" title="Kaboodle" target="_blank">Kaboodle</a><br/>-->
<a href="science/sos.php.html" title="Science of Science Project">Science of Science Project</a>
</td>
<td valign="top" width="250">
<div class="footerth">Informatics</div>
<a href="informatics/initiatives.php.html" title="Informatics Major Initiatives">Major initiatives</a><br/>
<a href="informatics/whitepapers.php.html" title="Informatics White Papers">White papers</a><br/>
<a href="informatics/policies.php.html" title="Informatics Polices">Polices</a><br/>
<a href="informatics/products.php.html" title="Informatics Software and Databases">Software and Databases</a><br/>
<b><i><font color="#333399">Quick Jumps</font></i></b><br />
<a href="http://datadryad.org" target="_blank" title="Dryad Data Repository">Dryad Data Repository</a><br/>
<a href="http://phenoscape.org/" target="_blank" title="Phenoscape">Phenoscape</a><br/>
<!-- <a href="http://www.gmod.org/wiki/Main_Page" target="_blank" title="Generic Model Organism Database project">Generic Model Organism Database project</a><br/> -->
<!-- <a href="/wg_garli/Main_Page" target="_blank"title="Garli">GARLI</a><br/> -->
<a href="http://informatics.nescent.org/wiki/Main_Page#Phyloinformatics_Summer_of_Code" target="_blank" title="Google Summer of Code Program">Google Summer of Code Program</a><br/>
</td>
<td valign="top" width="250">
<div class="footerth">Education & Outreach</div>
<a href="eog/overview.php.html" title="Overview">Overview</a><br />
<a href="eog/initiatives.php.html" title="Education and Outreach Initiatives">Initiatives</a><br/>
<a href="eog/resources.php.html" title="Education and Outreach Resources">Education resources</a><br/>
<a href="eog/products.php.html" title="Products">Products</a><br />
<a href="courses/index.html" title="Courses">Courses</a><br/>
<a href="courses/proposals/index.html" title="Call for course proposals">Call for course proposals</a><br/>
<b><i><font color="#33399">Quick Jumps</font></i></b><br />
<!-- <a href="https://academy.nescent.org/wiki/Main_Page" target="_blank" title="NESCent Academy">NESCent Academy</a><br/>-->
<a href="http://filmfestival.nescent.org" target="_blank" title="Education and Outreach NESCent Evolution Film Festival">NESCent Evolution Film Festival</a><br/>
<a href="http://ambassadors.nescent.org" target="_blank" title="NESCent Ambassador Programs">NESCent Ambassador Program</a><br />
<a href="http://roadshow.nescent.org" target="_blank"title="Datrwin Day Roadshow">Darwin Day Roadshow</a><br />
<a href="http://blogcontest.nescent.org" target="_blank" title="Evolution Blog Contest">Evolution Blog Contest</a>
</td>
<!--<td valign="top" width="120">
<div class="footerth">Intranet</div>
<a href="wikis.html" title="NESCENT Wikis Index Page" >Wikis</a><br/>
<a href="http://nead.nescent.org/" title="NEAD" target="_blank">NEAD</a><br/>
<a href="quicklinks.php.html" title="Quick Links">Quick Links</a>
</td>-->
</tr>
</table>
</td>
</tr>
</table>
<div id="sociallinks">
<a href="http://twitter.com/NESCent" target="_blank" title="NESCent on Twitter"><img src="images/twitter.jpg" height="35" border="0" alt="Twitter icon"/></a>
<a href="http://www.facebook.com/search/?q=nescent&init=quick#/group.php?gid=8339009297&ref=search&sid=100000627004606.1798786586..1" target="_blank" title="NESCent on Facebook"><img src="images/facebook.jpg" height="35" border="0" alt="Facebook Icon"/></a>
<a href="http://www.youtube.com/user/NESCentMedia" target="_blank" title="NESCent Channel on Youtube"><img src="images/youtube.png" height="35" border="0" alt="YouTube Icon"/></a>
<a href='rss.php.rss'><img src='images/rss.png' height="35" border="0" alt="RSS Icon" /></a>
</div>
<div id="madepossible">
<div class="footerth" style="margin-bottom:5px;"> Made possible by</div>
<a href="http://www.duke.edu/" target="_blank" title="Duke University">Duke</a>
<a href="http://www.unc.edu/index.htm" target="_blank" title="University of North Carolina">UNC</a>
<a href="http://www.ncsu.edu/" target="_blank" title="North Carolina State University">NCSU</a>
<a href="http://www.nsf.gov/" target="_blank" title="National Science Foundation">NSF</a>
</div>
<br /><br />
</div><!--End Footer-->
</div><!--End Pagewrapper-->
<br /><br /> <br /><br />
<script src="//www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
_uacct = "UA-396493-1";
urchinTracker();
</script>
<br /><br />
</body>
</html>