remove variable attribute section for traits.
[sgn.git] / cgi-bin / about / ecosol / index.pl
blobca8a978f273520af08d4004431e32904e9525b72
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('index.html','html2pl converter');
4 $page->header('About The Sol Genomics Network');
5 print<<END_HEREDOC;
7 <center>
10 <table summary="" width="720" cellpadding="0" cellspacing="0"
11 border="0">
12 <tr>
13 <td>
14 <img src="/documents/about/ecosol/solandino1.jpg" alt="" /><img src="/documents/about/ecosol/solandino2.jpg" alt="" /><br />
15 <center>
16 <h2>About the ECO-SOL Project</h2>
17 </center>
19 <p>Download the whitepaper [<a href="/documents/about/ecosol/ECO-SOL_whitepaper_20060805.pdf">pdf</a> (updated August 5, 2006)]
20 </p>
21 <p>The ECO-SOL, formerly called the SOL-ANDINO project, is an international and integrative research network for scientists to share and enrich resources, visions and capacities relating to biodiversity, ecology, conservation, breeding and sustainable agriculture of Solanaceae in the centers of their biodiversity. This initiative of the SOL network provides a virtual umbrella to link the tremendous Sol genomic efforts to basic and applied biological research of Solanaceae in their native and agricultural habitats. ECO-SOL will facilitate and coordinate networks between researchers and funding agencies to achieve a multidisciplinary expedition into the study of biodiversity and adaptation and by supporting the creation of permanent in situ conservation sites in the centers of Solanaceae biodiversity, such as the Andean region of South America. The initiative will integrate expertise, visions and perspectives of scientists from different biological and agricultural research fields and nationalities into the SOL Network. Currently, the ECO-SOL initiative anticipates connecting scientists through three major objectives:
22 </p>
23 <ol>
24 <li>mapping, conserving and characterizing Solanaceae biodiversity, </li>
25 <li>advancing natural history and ecology research of Solanaceae, and </li>
26 <li>improving the efficiency and sustainability of Solanaceae breeding and cultivation. </li>
27 </ol>
28 <p>A <a href="/documents/about/ecosol/ECO-SOL_whitepaper_20060805.pdf">whitepaper</a> is available with more details about the current ECO-SOL objectives. It includes contributions from Solanaceae scientist around the world and represents a general framework that is subject to more specific development. The content of the whitepaper can be freely used by people who want to write grants within the ECO-SOL framework.</p>
30 <p>Building for the future of plant science depends upon the development of an integrated, collaborative and diverse research community. The ECO-SOL network will help to provide the framework for the establishment of a shared vision that will enhance both biological and cultural diversity of the SOL community. Partnerships forged across biological disciplines that have traditionally been separated and integrating our knowledge of plants across a broad scientific spectrum have the real potential to take plant science to a new and promising level.</p>
32 <h3>Current ECO-SOL research projects</h3>
34 <ul>
35 <li>Diversification of Andean crop systems at local and landscape scales: enhancing biological control of potato pests. Katja Poveda, Georg-August University, Goettingen/ Germany (Funding: DFG)
36 (<a href="http://wwwuser.gwdg.de/~uaoe/mitarbeiter/k_poveda.htm">http://wwwuser.gwdg.de/~uaoe/mitarbeiter/k_poveda.htm</a>)</li>
38 <li>Development of EST databases for the Andean fruit species lulo and tree tomato. Steven D. Tanksley, Cornell University, NY (USA), Luz Stella Barrero, CORPOICA, Bogota (Colombia) (Funding: NSF supplement DCC-PGR)(lbarrero2005\@yahoo.com)</li>
40 <li>Revision of Solanum section Geminata in Colombia. Juan Carlos Granado-Tochoy, Universidad Nacional de Colombia.</li>
42 <li>Revision of Solanum section Regmandra in western South America. Jonathan Bennett, The Natural History Museum, London (Funding PBI Solanum, NSF) (j.bennett\@nhm.ac.uk)</li>
44 <li>Ecological consequences of herbivory-induced metabolic responses of wild tomato species. Andre Kessler, Cornell University, Ithaca, NY/ USA (Funding: Cornell University)(http://www.eeb.cornell.edu/kessler/index.html)</li>
46 <li>Herbivore-induced changes in wild tomato (Solanum habrochaites, S. peruvianum) flower morphology and pollinator behavior. Andre Kessler, Cornell University, NY/ USA (Funding: NSF, pending)(<a href="http://www.eeb.cornell.edu/kessler/index.html">http://www.eeb.cornell.edu/kessler/index.html</a>)</li>
48 <li>Improving Micronutrient content of potato for reduced malnutrition
49 HarvestPlus Challenge Program; CIP (<a href="http://www.cipotato.org/news_index.asp">http://www.cipotato.org/news_index.asp</a>)</li>
51 <li>Genomics and Biodiversity Providing New Opportunities for smallholder Potato Farmers. Government of Germany (CIP, U Nac. Colombia, UNAM Peru, INIAP Ecuador, PROPINAPA Bolivia) (<a href="http://www.cipotato.org/news_index.asp">http://www.cipotato.org/news_index.asp</a>) </li>
53 <li>Conservacio uso sostenible de la Agrobiodiversidad de las Papas Nativas
54 Government of Spain- CIP, NEIKER, Spain (http://www.cipotato.org/news_index.asp)</li>
56 <li>Mejoramiento participativo y producci??escentralizada de semilla de cultivos andinos. Government of Peru- CIP, INIA Peru (<a href="http://www.cipotato.org/news_index.asp">http://www.cipotato.org/news_index.asp</a>)</li>
58 <li>Assess environmental risks of gene technologies.
59 CIP core funding (<a href="http://www.cipotato.org/news_index.asp">http://www.cipotato.org/news_index.asp</a>)</li>
61 <li>Exotic strains of Phytophthora infestans in the Andes genetically isolated curiosities or time bombs for native Solanaceous crops?
62 Research Fellow Partnership Programme (RFPP), Ricardo Oliva, Greg Forbes from CIP, and Cesare Gessler from ETH Zurich. (Funded by ZIL Research Fellow Partnership Programme) (<a href="http://www.cipotato.org/news_index.asp">http://www.cipotato.org/news_index.asp</a>) (<a href="http://www.path.ethz.ch/people/members/current_members/cgessler">http://www.path.ethz.ch/people/members/current_members/cgessler</a>)</li>
63 </ul>
73 </td>
74 </tr>
76 <tr>
77 <td>
80 </td></tr></table>
83 </center>
84 END_HEREDOC
85 $page->footer();