-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
63 lines (53 loc) · 2.23 KB
/
index.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
57
58
59
60
61
62
63
<head>
<title>PhyleauxSim - Interactive Phylogenetic Simulations and Visualizations</title>
<!-- Fonts -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Assistant:300,400,600,700" rel="stylesheet">
<!-- Home Page CSS -->
<link rel="stylesheet" type="text/css" href="css/home.css">
<!-- Full Page CSS -->
<link rel="stylesheet" type="text/css" href="css/jquery.fullpage.css" />
<style>
.buttonlink {
color: #461d7c;
}
</style>
</head>
<div class="slide" id="chapter1" data-anchor="chapter1">
<div class="chapter-nav">
<div class="left">
<h1>PhyleauxSim</h1>
<p>This site provides interactive visualizations and simulations to help develop deeper intuition and understanding of phylogenetics and molecular evolution.</p>
<p>PhyleauxSim is developed by <a href="https://phyleauxlab.github.io/">Jeremy Brown's Phyleauxgenetics Lab</a> at <a href="https://www.lsu.edu/">Louisiana State University</a> with support from the <a href="https://www.systbio.org/">Society of Systematic Biologists</a>.</p>
</div>
<div class="right">
<div>
<a href="./coalescent/" class="buttonlink">
<div class="nav-unit-wrapper-s tile1">
<span class="nav-unit-title-s">Single Population Coalescent</span>
</div>
</a>
<a href="./animatedLTT/" class="buttonlink">
<div class="nav-unit-wrapper-s tile2">
<span class="nav-unit-title-s">Animated Lineage-Through-Time(LTT) Plot</span>
</div>
</a>
<a href="./Jukes-Cantor/" class="buttonlink">
<div class="nav-unit-wrapper-s tile3">
<span class="nav-unit-title-s">Jukes-Cantor Character Histories</span>
</div>
</a>
<a href="./Hybridization_phenotype/" class="buttonlink">
<div class="nav-unit-wrapper-s tile4">
<span class="nav-unit-title-s">Phenotypic Diversity and Hybridization</span>
</div>
</a>
<a href="./Hybridization_sitepattern/" class="buttonlink">
<div class="nav-unit-wrapper-s tile5">
<span class="nav-unit-title-s">Site Pattern Frequencies and Hybridization</span>
</div>
</a>
</div>
</div>
</div>
</div>