-
Notifications
You must be signed in to change notification settings - Fork 5
/
software.php
47 lines (43 loc) · 1.46 KB
/
software.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
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE HTML>
<html>
<head>
<title>mGSV :: Software</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<meta charset="UTF-8">
<link rel="stylesheet" href="css/homepage_tutorial.css" />
<style type="text/css">
fieldset{width:718px;border:1px #B0C0D1 solid;padding:40px;}
legend{background:#B0C0D1;padding:4px 10px;color:#000000;}
</style>
</head>
<body>
<div id="page">
<? include ('lib/header.php') ?>
<div id="contact" class="section" style="padding:80px">
<fieldset>
<legend>Software download</legend>
<p class="bodypara">
<p>
The software can be dowloaded here <a href="http://cas-bioinfo.cas.unt.edu/mgsv/mgsv.v2.0.tar.gz">mGSV v2.0</a>.<br>
Latest updates are in <a href="https://github.com/kashmatic/mGSV" target="_blank">GitHub Repository</a>
</p>
<hr>
<p>
Previous version: <br>
<a href="http://cas-bioinfo.cas.unt.edu/mgsv/mgsv.1.0.tar.gz">mGSV v1.0</a>
</p>
</p>
</fieldset>
<br>
<fieldset>
<legend>Publication</legend>
<p class="bodypara">
<p><a href="http://www.biomedcentral.com/1471-2105/13/190">Revanna, K., Munro, D., Gao, A., Chiu, C, Pathak, A. and Dong, Q. (2012) A Web-based multi-Genome Synteny Viewer for Customized Data. BMC Bioinformatics 13:190. DOI: 10.1186/1471-2105-13-190.</a></p>
<p>It is ranked as a "Highly accessed" paper by BioMed Central.</p>
</p>
</fieldset>
<? include ('lib/footer.php') ?>
</div>
</div><!-- end #page -->
</body>
</html>