-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
executable file
·213 lines (167 loc) · 5.56 KB
/
about.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html lang="en">
<head>
<style>
.form-radio {
-webkit-appearance:none;
width:20px;
height:20px;
border:1px solid darkgray;
border-radius:50%;
outline:none;
cursor: pointer;
margin-right: 7px;
display: inline-block;
position: relative;
background-color: #f1f1f1;
// box-shadow:0 0 5px 0px gray inset;
}
.form-radio:hover {
box-shadow:0 0 5px 0px orange inset;
}
.form-radio:before {
content:'';
display:block;
width:10px; /* updated */
height:10px; /* updated */
margin: 20% auto;
border-radius:50%;
}
.form-radio:checked:before {
background-color: rgb(86,155,248); //blue;
font: 13px/1 'Open Sans', sans-serif;
outline:none;
}
.form-radio:checked:focus {
outline:none;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #eee;
}
label
{
font: 15px/1.7 'Open Sans', sans-serif;
color: #333;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
// cursor: pointer;
font-weight:normal !important;
}
line {
width: 300px;
margin-left: auto;
margin-right: auto;
height: 100px;
background-color:#2020ab;
opcaity: 0.5;
}
div.content {
width: 1100px;
margin: auto;
}
ul {
list-style-type: none;
margin: auto;
/*padding: 6px;*/
text-align: center;
padding-left: 20px;
width: 1090px;
font-size:14px;
overflow: hidden;
background-color: #007399;
}
li {
float: left;
}
li.right {
float: right;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
header_font {
font-family: "Times New Roman", Times, serif;
font-size: 45px;
}
header_small_font {
font-family: "Times New Roman", Times, serif;
font-size: 20px;
}
.about-txt {
text-align: justify;
}
</style>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/shutterstock_443040703-1000x480.jpg"/>
<title>chromEvol</title>
<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
<script src="/jquery-csv-master/src/jquery.csv.js"></script>
<script src='js/purl.js'></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script>
$(document).ready(function(){
});
$(function(){
$("#header").load("header.html");
//$("#footer").load("footer.html");
});
</script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>
<body onload="javascript:myOnLoad()">
<div class="content">
<div id="header"></div>
<div class = "col-md-12 col-lg-12">
<br>
<div class="about-txt"><font face = "serif" size = "5">
<b>About ChromEvol:</b><br><br>
Chromosome number is a remarkably dynamic feature of eukaryotic evolution.
Chromosome numbers can change by a duplication of the whole genome (a process
termed polyploidy), or by single chromosome changes (ascending dysploidy via, e.g.,
chromosome fission or descending dysploidy via, e.g., chromosome fusion).<br>
Of the various mechanisms of chromosome number change, polyploidy has received significant
attention because of the impact such an event may have on the organism.<br>
ChromEvol implements a series of likelihood models for the evolution of chromosome numbers.
By comparing the fit of the different models to biological data, it may be possible to gain
insight regarding the pathways by which the evolution of chromosome number proceeds.
For each model, the program estimates the rates for the possible transitions assumed by the model,
infers the set of ancestral chromosome numbers, and estimates the location along the
tree for which polyploidy events (and other chromosome number changes) occurred.
For further methodological details, see the publications and manual on the Downloads page.<br>
ChromEvol was first introduced in <a href="http://www.tau.ac.il/~itaymay/papers/chromEvol.pdf">Mayrose et al</a> in 2010.
Further options and new evolutionary models were added in <a href="http://www.tau.ac.il/~itaymay/papers/MBE-2014-Glick-molbev_msu122.pdf">Glick & Mayrose</a> in 2014.
Version 2.0 is now available for download,
along with an external computational pipeline which fascilitates easy ploidy inference.<br>
When citing the chromEvol program, please refer to: <a href="http://www.tau.ac.il/~itaymay/papers/chromEvol.pdf">Mayrose et al, 2010</a>
and <a href="http://www.tau.ac.il/~itaymay/papers/MBE-2014-Glick-molbev_msu122.pdf">Glick & Mayrose, 2014</a>.
</font>
</div>
<br><br><br><br><br><br><br>
</div>
<link href="bootstrap-3.0.3/dist/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="bootstrap-3.0.3/examples/navbar/navbar.css" rel="stylesheet">
<!-- dataTables is for a sortable table-->
<link rel="stylesheet" type="text/css" media="screen and (min-aspect-ratio: 1/1)" href="http://OneTwoTree.tau.ac.il/css/onetwotree_web.css">
<link rel="stylesheet" type="text/css" media="screen and (max-aspect-ratio: 1/1)" href="http://OneTwoTree.tau.ac.il/css/onetwotree_mobile.css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js"></script>
<script src="/js/googleAnalytics.js"></script>
</div>
</body>
</html>