Merge pull request #2864 from solgenomics/topic/fixing_h2_detail_page
[sgn.git] / mason / index.mas
bloba1984dd1ed3abf2d217af87e375d43ff5fed6dd4
1 <%args>
2 $schema
3 $phenotype_files => undef
4 $breeding_programs => undef
5 $locations => undef
6 $preferred_species => undef
7 $editable_stock_props => {}
8 </%args>
10       <div style="border:0px solid;text-align:center;">
11             <!-- span style="font-face:arial;font-size:48pt;color:darkgreen;font-weight:light;">BREE<b>DB</b>ASE</span -->
12             <img src="/img/Breedbase_HighRes.png" width="400" />
13       </div>
15       <div>
16         <h3>What is Breedbase?</h3>
17         Breedbase is a comprehensive breeding management and analysis software. It can be used to design field layouts, collect phenotypic information using tablets, support the collection of genotyping samples in a field, store large amounts of high density genotypic information, and provide Genomic Selection related analyses and predictions. Breedbase supports the BrAPI standard.
18         <h3>How can I use Breedbase?</h3>
19         Breedbase is a web application that only requires a browser. To get your Breedbase instance, contact the <a href="/contact/form">Breedbase development team</a>.
20         <h3>What crops are using Breedbase?</h3>
21         There are a number of instances running for diverse crops, including Cassava (<a href="https://cassavabase.org/">https://cassavabase.org</a>), sweet potato (<a href="https://sweetpotatobase.org/">https://sweetpotatobase.org</a>), banana (<a href="https://musabase.org/">https://musabase.org</a>), rice (<a href="https://ricebase.org/">https://ricebase.org</a>), tomato and other Solanaceae (<a href="https://solgenomics.net">https://solgenomics.net/</a>) and many others.
22       </div>
23       
24       
25 <div class="container-fluid">
26   <div class="row">
27     <div class="col-sm-6 col-md-6 col-lg-6">
28     </div>
29       
30       <div class="col-sm-6 col-md-6 col-lg-6">
31         
32       </div>
33       
34   </div>
35 </div>
37 % if ($phenotype_files) {
38      <& homepage/phenotype_uploads.mas, phenotype_files=>$phenotype_files &>
39 % }
41 <!-- & homepage/github_pullrequests.mas &  -->