-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
executable file
·42 lines (39 loc) · 1.63 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
---
layout: about
---
<div class="container">
<div class="container">
<div class="row">
<div class="user-card">
<div class="row">
<div class="card col-md-3">
<img src="{{ site.baseurl }}/images/aquabayes.png">
</div>
<div class="row">
<div class="col-md-9">
<h1>RevBayes</h1>
<div class="col-md-12 letter">
<p>
Bayesian phylogenetic inference using probabilistic graphical models and an interpreted language.
</p>
</div>
<hr />
<div>
<p>
RevBayes was designed an developed by Sebastian Höhna, Fredrik Ronquist and John P. Huelsenbeck.<br>
The core development team additionally includes Michael J. Landis, Bastien Boussau, Tracy A. Heath and Nicolas Lartillot.
</p>
</div>
<hr />
<div>
<p>
RevBayes is free software released under the <a href="http://www.gnu.org/copyleft/gpl.html"> GPL license v3</a>. This site was generated using <a href="http://jekyllrb.com/">Jekyll</a> and formatted using the <a href="https://github.com/arnp/herring-cove">Herring Cove</a> theme.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>