forked from MariaNattestad/SplitThreader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.php
More file actions
executable file
·46 lines (33 loc) · 1.41 KB
/
Copy pathinfo.php
File metadata and controls
executable file
·46 lines (33 loc) · 1.41 KB
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
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<!-- NAVIGATION BAR-->
<?php include "header.html";?>
<?php include "title.html";?>
<!-- GITHUB LINK -->
<div class="panel panel-default">
<div class="panel-heading"><h3 class="panel-title">Code</h3></div>
<div class="panel-body">
<p>The code is open-source at <a href="https://github.com/MariaNattestad/SplitThreader" target="_blank">https://github.com/MariaNattestad/SplitThreader</a></p>
</div>
</div>
<!-- PAPER LINK -->
<!-- <div class="panel panel-default">
<div class="panel-heading"><h3 class="panel-title">How to cite SplitThreader</h3></div>
<div class="panel-body">
<p>Please cite our pre-print on the bioRxiv: <a href="" target="_blank">link text</a></p>
</div>
</div>
-->
<div class="panel panel-default">
<div class="panel-heading"> <h3 class="panel-title">Contact information</h3></div>
<div class="panel-body">
<p>Science and 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, email: <a href="mailto:mnattest@cshl.edu?Subject=Question%20About%20SplitThreader" target="_top">mnattest@cshl.edu</a></p>
</div>
</div>
<script src="js/lib/jquery.min.js"></script>
<script src="js/lib/bootstrap.min.js"></script>
</body>
</html>