forked from schatzlab/genomescope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.php
executable file
·34 lines (26 loc) · 1.36 KB
/
info.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
31
32
33
34
<!DOCTYPE html>
<html>
<!-- NAVIGATION BAR-->
<?php include "header.html";?>
<?php include "title.html";?>
<div class="center">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Information</h3>
</div>
<div class="panel-body">
<p>The code is open source on Github: <a href="https://github.com/schatzlab/genomescope" target="_blank">github.com/schatzlab/genomescope</a></p>
<br>
<p>Statistical work by Gregory Vurture and <a href="http://schatzlab.cshl.edu/people/fsedlaze/" target="_blank">Fritz Sedlazeck</a><p>
<p>Web application by <a href="http://marianattestad.com" target="_blank">Maria Nattestad</a></p>
<p>Principal investigator / The Boss: <a href="http://schatzlab.cshl.edu" target="_blank">Mike Schatz</a></p>
<br>
<p>For questions about the science, email: <a href="mailto:[email protected]?Subject=Question%20About%20GenomeScope" target="_top">Mike Schatz at [email protected]</a></p>
<p>For questions about the web application, email: <a href="mailto:[email protected]?Subject=Question%20About%20GenomeScope" target="_top">Maria Nattestad at [email protected]</a></p>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>