Merge pull request #4106 from solgenomics/topic/wishlist
[sgn.git] / mason / solgs / submit / intro.mas
blob4539d9958d93931ba06ce7215821e7c7b7fbfb0b
1 <%doc>
3 =head1 NAME 
4 a mason component for displaying an introductory
5 note for the solGS data submission
7 =AUTHOR
8 Isaak Y Tecle (iyt2@cornell.edu)
10 =cut
12 </%doc>
14 <%args>
16 #$guide
18 </%args>
20 <& /page/page_title.mas, title => "Step 0: Introduction" &>
21 <&| /page/info_section.mas, title => "Introduction" &>
22  <form action="/form/population/details" method="POST" enctype="MULTIPART/FORM-DATA">  
23       <table cellspacing=20>
24         <tr>
25           <td>     
26             <p>The uploading of QTL data needs to be done in one session. 
27               Therefore, prepare your data files in the required format before 
28               starting the process. Please read the submission guidefirst. If you 
29               would like to have the formatting of your dataset checked 
30               beforehand, send your data to: 
31               <a href=mailto:iyt2\@cornell.edu>iyt2@cornell.edu</a>.
32             </p>         
33             <p>What you need are:</p>
34        
35             <ul>
36               <li>Some basic information about the population,
37               <li>Traits data file (tab delimited),
38               <li>Phenotype data file (tab delimited), 
39               <li>Genotype data file (tab delimited) and 
40               <li>Statistical parameters.
41               <li><i>Markers with their sequences need to be already in SGN. 
42                   Read <a href="/content/map_submissions.pl">here</a> on how 
43                   to submit markers to SGN.</i>
44             </ul>
46             <p>If you have any problems uploading your data or remarks, 
47               please send your feedback to: 
48               <a href=mailto:sgn-feedback\@sgn.cornell.edu> 
49                 sgn-feedback@sgn.cornell.edu</a>. 
50             </p>
51       
52           </td>
53         </tr>
54         <tr> 
55           <td> <input type="hidden"  name = "type" value="begin"> </td>
56           <td> <input type="submit" value="Begin Uploading"> </td>
57         </tr>
58       </table>
59  </form>
61 </&>