add cross autocomplete works for vector constructs
[sgn.git] / cgi-bin / community / index.pl
blob72f189ddba1c296578b0b6bb6f8fa5168bc7598b
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 <br />
11 <center>
12 <table summary="" class="boxbgcolor2" width="100\%">
13 <tr>
14 <td width="25\%">&nbsp;</td>
15 <td width="50\%" class="left">
16 <div class="boxcontent">
18 <div class="subheading">
19 <u>SGN Community</u>
20 </div>
22 <div class="boxsubcontent">
23 <a href="/static_content/community/genomics_forum/dec17_latex.pdf"><i>Latex, Bibtex, and Friends</i></a> - A report on latex and bibtex.
24 </div>
25 <div class="boxsubcontent">
26 <a href="/static_content/community/genomics_forum/slides/repeat_analysis.pdf"><i>Approaches to Repeat Finding</i></a> - A report on repeat finding.
27 </div>
28 <div class="boxsubcontent">
29 <a href="/community/links/genefinding.pl">Gene Finding Links</a> - Provides links to genefinding tools, primer design, and promoter predictions.
30 </div>
31 <div class="boxsubcontent">
32 <a href="/community/links/journals.pl">Online Journal Links</a> - Provides links to journals on the web.
33 </div>
34 <div class="boxsubcontent">
35 <a href="/community/links/related_sites.pl">Solanaceae Resources Links</a> - Provides links to Solanaceae systematics, descriptions, and images. Also links to tomato, potato, pepper, petunia, coffee, germplasm, and other sequence resources.
36 </div>
37 <div class="boxsubcontent">
38 <a href="/community/links/seed_companies.pl">Seed Companies Links</a> - Provides links to a list of Solanceae Seed companies.
39 </div>
40 <div class="boxsubcontent">
41 <a href="/static_content/community/meetings/TBRT_brochure.pdf">TBRT Brochure</a> - Brochure on the Tomato Breeders Roundtable.
42 </div>
44 </div>
45 </td>
46 <td width="25\%">&nbsp;</td>
47 </tr>
48 </table>
49 </center>
51 END_HEREDOC
52 $page->footer();