-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtermsofuse.php
30 lines (24 loc) · 1.02 KB
/
termsofuse.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
require 'config.php';
include($config['root_dir'].'includes/bootstrap.inc');
include($config['root_dir'].'theme/normal_header.php');
?>
<h1>Terms of Use</h1>
All data in T3 may be used without restriction except as follows.
<h3>9K wheat iSelect assay</h3>
<div class="section">
<p>Due to the importance to the wheat community, the SNP data from the 9K
wheat iSelect assay has been made public. The 9K wheat iSelect
development group reserves the right to publish until June 30, 2012 a
global analysis of genetic diversity and genetic maps obtained using the
iSelect assay. For details please contact Eduard Akhunov
(<a href="mailto:[email protected]">[email protected]</a>)
<p>
<!-- <form method = POST action=search.php> -->
<form method = POST action=http://malt.pw.usda.gov/t3/wheat/search.php>
<input type=hidden name=keywords value=NSGCwheat9K>
<input type=submit value=Datasets>
</form>
</div>
</div>
<?php include($config['root_dir'].'theme/footer.php');?>