-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (65 loc) · 2.82 KB
/
index.html
File metadata and controls
75 lines (65 loc) · 2.82 KB
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
<!DOCTYPE HTML>
<!--
Helios by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Roger Lab</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<h1><a href="index.html" id="logo">Roger Lab</a></h1>
<p style="margin-top: 2em;">Dalhousie University, Halifax, Canada</p>
</header>
</div>
<!-- Nav -->
<div id="nav-container"></div>
</div>
<!-- Main -->
<div class="wrapper">
<article id="main" class="container special">
<p>
Our research focuses on the early evolutionary events in the diversification of life some
1-3.5 billion years ago on Earth. For decades we have known that eukaryotes — organisms
that package their DNA inside a cell nucleus (e.g. animals, plants, fungi and single-celled
protists) — are vastly different in cell structure from nucleus-lacking prokaryotic cells
(e.g. Eubacteria or Archaebacteria). Although it is likely that eukaryotes evolved from
prokaryotes 1 to 2 billion years ago, the events that occurred in their subsequent
diversification into major "kingdoms" remain contentious. The research in our laboratory
aims at discerning these events and fitting them onto a robust tree of kingdom-level
relationships (click here to see a hypothetical tree we dreamed up).
</p>
<p>
To do this, we are using a several tiered approach. Our first goal is to sample multiple
genes from a wide array of diverse single-celled eukaryotes to build molecular phylogenies.
Second, after we have developed molecular biological tools for these organisms, we are
initiating larger-scale studies of their genome structure and evolution.
</p>
</article>
</div>
<!-- Footer -->
<div id="footer-container"></div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/loader.js"></script>
</body>
</html>