-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMarsupials _simple.html
executable file
·56 lines (46 loc) · 2.36 KB
/
Marsupials _simple.html
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
48
49
50
51
52
53
54
55
56
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Marsupials Species level Phylogeny of extant species. </title>
<!-- Test CSS -->
<link type="text/css" href="resources/base.css" rel="stylesheet" />
<link type="text/css" href="resources/PhyloJive.css" rel="stylesheet" />
<script language="javascript" type="text/javascript" src="resources/PhylogenyExplorer.js"></script>
<script language="javascript" type="text/javascript" src="resources/jit.js"></script>
</head>
<body onload="init();">
<div id="container">
<div id="left-container">
<div class="text">
<h4>
Marsupials Species level Phylogeny of extant species.
</h4>
from Cardillo et al (2004). A species-level phylogenetic supertree of marsupials. Journal of Zoology, 264(1), 11 <br/><br/>
It is a beta version. <br/><br/>
<ul>
<li>Click the top button to get the navigation aid</li>
<li>try choosing 2nd & 3rd characters to plot on the tree;</li>
<li>align-names feature; search; set-root; rotate, etc.</li>
</UL>
</div>
<div id="id-list"></div>
</div>
<div id="center-container">
<div id="infovis"></div>
</div>
<div id="right-container">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script type="text/javascript" src="javascripts/jquery.colorbox-min.js"></script>
<!--- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> -->
<script type="text/javascript" src="javascripts/jsphylosvg-min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.3.3/underscore-min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/backbone.js/0.9.2/backbone-min.js"></script>
<script type="text/javascript" src="trees_characters/MarsupialsInitPhyloJIVE_simple.js"></script>
<script language="javascript" type="text/javascript" src="resources/jit.js"></script>
</div>
<div id="log"></div>
</div>
</body>
</html>