Merge branch 'master' into topic/pedigree_upload_fix
[sgn.git] / cgi-bin / community / feature / 200703.pl
blobd23ff0f81fef21cc901e17d32bdb2dad34fe31be
2 use strict;
3 use CXGN::Page;
4 use CXGN::Page::FormattingHelpers qw / page_title_html /;
6 my $page = CXGN::Page->new();
7 $page->header();
8 my $title = page_title_html("Feature: The Litt Lab");
10 print <<HTML;
12 $title
14 <center><img src="/static_content/community/feature/labs/litt_amy/litt_lab_photo.jpg" alt="Litt Lab Photo" width="400" height="300"/>
16 <p class="tinytype">
17 Back row, left to right: Hontao Chen, Amy Litt, Natalia Pabon-Mora, Abeer Mohamed
18 Front row, left to right: Rachel Meyer, Jeff Gordon, Vinson Doyle
19 </p>
20 </center>
21 <table width="100%" cellpadding="10"><tr>
22 <td>
23 Our lab is part of the relatively new Genomics Program at The New York Botanical Garden, located in the brand new Pfizer Plant Research Laboratory. Our interests are in the evolution of flower and fruit morphology, and the underlying changes in molecular processes that are responsible for the origin of new forms.
26 We are currently working on a project aimed at identifying genes involved in determining fruit morphology. Within Solanaceae, capsules appear to be ancestral; with the origin of the Solanoideae clade there was a shift to berry formation. Our goal is to identify some of the molecular changes that produced this shift by comparing gene expression profiles at key developmental timepoints in Nicotiana sylvestris (flowering tobacco, a capsule-producing species) and tomato. The project is a collaboration with Vivian Irish (Yale University) and Jim Giovannoni (USDA/BTI).
28 Capsule development is poorly known so we have undertaken morphological characterization this process to identify stages comparable to those recognized in tomato. Currently we are also examining Petunia and Datura (a member of the Solanoideae that produces a capsule, and is thus an evolutionary reversion) and Cestrum (an independent origin of a berry) to determine the range of variability in capsules and berries within Solanaceae. We are also analyzing the function in flowering tobacco of orthologs of genes that are known to play a role in tomato development.
29 </td>
30 <td style="text-align:center; vertical-align:middle">
31 <img src="/static_content/community/feature/labs/litt_amy/developmental_stages.jpg" alt="Developmental Timepoints" width="280" height="214" style=""><br />
32 Developmental timepoints in <em>Nicotiana</em> capsule development
33 </td>
34 </tr>
35 </table>
36 <br />
37 <table width="100%" cellpadding="10">
38 <tr>
39 <td style="vertical-align:middle">
40 <img src="/static_content/community/feature/labs/litt_amy/ara_flower.jpg" alt="Developmental Timepoints" width="305" height="298" align="center" style=""><br />
41 </td>
42 <td style="vertical-align:middle">
43 Our other long-term interest is in the evolution and function of the APETALA1 (AP1) gene lineage. These genes appear to be required for flower formation, and are confined to the angiosperms, making them attractive candidates for involvement in the origin of the flower.
44 A member of the MADS-box gene family, Arabidopsis AP1 is required for the proper transition from inflorescence to floral meristem, and for the formation of sepals and petals. AP1 provides the A function of the ABC model of flower development, but to date the A mutant phenotype (mis-specified sepals and petals) is known only from Arabidopsis, casting doubt on the universality of this function.
45 In addition, this lineage, along with other MADS-box gene lineages, underwent a duplication, accompanied by sequence divergence, that coincided with the origin of the core eudicots. The Arabidopsis genome contains
46 three members of this lineage that are involved in flower development: AP1, CAULIFLOWER (CAL, similar to AP1), and FRUITFULL (FUL), but species outside of the core eudicots only have genes similar in sequence to FUL. We are interested in assessing the function of members of this gene lineage within and outside the core eudicots, in determining the roles of conserved amino acid motifs, and in understanding the role and functional evolution of this gene lineage.
47 </td></tr></table>
50 <div style='clear:all;width:100%'>&nbsp;</div>
51 <p>
52 <b><u>Contact Information</u></b><br />
53 Dr. Amy Litt<br />
54 The New York Botanical Garden<br />
55 200th St and Southern Blvd. <br />
56 Bronx, NY 10458 <br />
57 Phone: 718-817-8161<br />
58 e-mail: alitt\@nybg.org or amyjlitt\@gmail.com
59 </p>
61 <p>
62 <b><u>Selected Publications</u></b>
63 <ul style="list-style:none">
64 <li>Litt, A. 2007. An evaluation of A function: evidence from the APETALA1 and APETALA2 gene lineages. International Journal of Plant Sciences 168(1): 73-91.
65 <li>Litt, A. 2006. Origins of floral diversity. Natural History 115(5): 34-40.
66 <li>Hileman, L. C., S. Drea, G. de Martino, A. Litt, and V.F. Irish. 2005. Virus induced gene silencing is an effective tool to assay gene function in the basal eudicot Papaver somniferum (opium poppy). Plant Journal. 44(2): 334-41
67 <li>Irish, V. F., and A. Litt. 2005. Flower development and evolution: gene duplication, diversification, and redeployment. Current Opinions in Genes and Development 15: 454 60.
68 <li>Litt, A. and V. F. Irish. 2003. Duplication and divergence in the APETAL1/FRUITFULL gene lineage: implications for the evolution of floral development programs. Genetics 165:821-833.
69 <li>Litt, A. and D. W. Stevenson. 2003. Floral morphology of Vochysiaceae I. Position of the single fertile stamen. American Journal of Botany 90:1533-1547
70 <li>Litt, A. and D. W. Stevenson. 2003. Floral morphology of Vochysiaceae II. Structure of the gynoecium. American Journal of Botany 90:1548-1559.
71 <li>Litt., A. and M. Cheek. 2002. Korupodendron songweangum, a new genus and species of Vochysiaceae from West-Central Africa. Brittonia 54: 13-17.
73 </ul></p>
74 HTML
77 $page->footer();