Merge branch 'master' of https://github.com/solgenomics/sgn
[sgn.git] / cgi-bin / solanaceae-project / docs / index.pl
blobe04b02cb6ca0efbbcaa87ca90781476362b15e1a
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('index.html','html2pl converter');
4 $page->header('Sol Genomics Network');
5 print<<END_HEREDOC;
10 <center>
11 <table summary="" class="boxbgcolor2" width="100\%">
12 <tr>
13 <td width="25\%">&nbsp;</td>
14 <td width="50\%" class="left">
15 <div class="boxcontent">
17 <div class="subheading">
18 <u>SGN Solanaceae Project Documents</u>
19 </div>
20 <div class="boxsubcontent">
21 <a href="/static_content/solanaceae-project/docs/Guideline_v2.pdf">Guideline for Selecting Seed BACs</a> - Includes confirming the hybridization of genetic markers with BAC clones, verifying the location of BACs on chromosome, selecting seed BACS, and selecting the first extension BACs.
22 </div>
23 <div class="boxsubcontent">
24 <a href="/static_content/solanaceae-project/docs/SOL_newsletter_Nov_04.pdf"><i>SOL Newsletter</i> Issue Number 1</a> - In this issue you will find an introduction into the <i>SOL Newsletter</i>.
25 </div>
26 <div class="boxsubcontent">
27 <a href="/static_content/solanaceae-project/docs/SOL_newsletter_Dec_04.pdf"><i>SOL Newsletter</i> Issue Number 2</a> - In this issue you will find brief status reports from each group participating in the tomato genome sequencing effort, items related to SGN and bioinformatics, and a new section called Community News. The purpose of this new section is to provide groups doing research on the various Solanaceous crops with the opportunity to post information. Information can be sent by e-mail to Joyce Van Eck at jv27\@cornell.edu.
28 </div>
29 <div class="boxsubcontent">
30 <a href="/static_content/solanaceae-project/docs/SOL_newsletter_Mar_05.pdf"><i>SOL Newsletter</i> Issue Number 3</a> - In this issue you will find brief updates from participants in the tomato genome sequencing effort, eggplant related news in the Community News section, the latest on SGN and bioinformatics, plus information on the 2nd Solanaceae Genome Workshop.
31 </div>
32 <div class="boxsubcontent">
33 <a href="/static_content/solanaceae-project/docs/SOL_newsletter_May_05.pdf"><i>SOL Newsletter</i> Issue Number 4</a> - In this issue you will find an overview of the second Solanaceae Genome Workshop. There is also an article titled <i>The Solanaceae Collection of the Botanical and Experimental Garden, Radboud University Nijmegen, the Netherlands</i> contributed by Gerard M. van der Weerden.
34 </div>
35 <div class="boxsubcontent">
36 <a href="/static_content/solanaceae-project/docs/SOL_newsletter_July_05.pdf"><i>SOL Newsletter</i> Issue Number 5</a> - In this issue you will find several tomato sequencing updates and an article titled <i>Towards the Development of a Basic Genomics Platform for Exotic Fruid Solanaceae</i> contributed by Stella Luz Barrero.
37 </div>
38 <div class="boxsubcontent">
39 <a href="/static_content/solanaceae-project/docs/solanaceae-countries.pdf">Solanaceae Research in Different Countries</a> - Includes the status of research from these countries: Argentina, Brazil, Canada, China, Colombia, European Union (EU), France, Germany, Hungary, India, Israel, Italy, Japan, Korea, Mexico, Palestine, Peru, Poland, Spain, Sweden, Switzerland, The Netherlands, Taiwan, Turkey, United Kingdom, and the United States.
40 </div>
41 <div class="boxsubcontent">
42 <a href="/static_content/solanaceae-project/docs/solanaceae-crop.pdf">Status of Solanaceae Crops Research</a> - Includes the status of research on these plants: tomato, potato, pepper, eggplant, petunia, tree tomato, pepino, naranjilla, and coffee.
43 </div>
44 <div class="boxsubcontent">
45 <a href="/static_content/solanaceae-project/docs/tomato-sequencing.pdf">Tomato Sequencing Rationale</a> - This is a technical document for an international consortium to sequence the tomato genome.
46 </div>
47 <div class="boxsubcontent">
48 <a href="/static_content/solanaceae-project/docs/tomato-standards.pdf">SOL Project Sequencing and Bioinformatics Standards and Guidelines</a> - This report includes: data archiving, standards for BAC closure/finishing, sequence release policy and submission to Genbank, gene nomenclature conventions, guidelines for structural and functional gene annotations, training datasets and quality control, data format standards, and standard MOBY services.
49 </div>
51 </div>
52 </td>
53 <td width="25\%">&nbsp;</td>
54 </tr>
55 </table>
56 </center>
58 END_HEREDOC
59 $page->footer();