-
Notifications
You must be signed in to change notification settings - Fork 56
/
info.php
executable file
·35 lines (29 loc) · 1.44 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
35
<!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 Fritz Sedlazeck<p>
<p>Web application by <a href="http://marianattestad.com" target="_blank">Maria Nattestad</a></p>
<p>Principal investigator: <a href="http://schatz-lab.org" 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>
<br>
<p>Please cite: <a href="https://doi.org/10.1093/bioinformatics/btx153">Vurture et al. (2017) GenomeScope: Fast reference-free profiling from short reads. Bioinformatics. doi: https://doi.org/10.1093/bioinformatics/btx153</a></p>
<br>
<p>Also try out <a href="http://genomescope.org/genomescope2">GenomeScope 2.0</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>