forked from niklasbuschmann/contrast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (69 loc) · 2.21 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
64
65
66
67
68
69
70
71
72
73
74
75
76
---
layout: page
---
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.container {
position: relative;
text-align: center;
color: black;
}
.bottom-left2 {
position: absolute;
bottom: 15px;
left: 10px;
}
.bottom-left1 {
position: absolute;
bottom: 40px;
left: 10px;
}
.top-left {
position: absolute;
top: 8px;
left: 10px;
}
.top-right {
position: absolute;
top: 8px;
right: 16px;
}
.bottom-right {
position: absolute;
bottom: 8px;
right: 16px;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
</style>
</head>
<body>
<div class="container">
<img src="assets/img/river.JPG" class="img-responsive" alt="river" style="width:100%;" style="width:100%;">
<div class="top-left" style="font-size:30px">Welcome!</div>
<div class="bottom-left2" style="color:white;font-size:20px">Alex Sotola, Assistant Professor at SUNY Oneonta</div>
</div>
<br>
<h3>Recent News!</h3>
<br>
New Publication from my postdoc work at UGA along with colleagues and collaborators just got published in the journal <em>Genetics</em> titled "Genomic mechanisms
and consequences of diverse postzygotic barriers between monkeyflower species" <a href="https://doi.org/10.1093/genetics/iyad156">Link</a><br>
<br>
<hr>
Our research interests revolve around ecologcial and population genetics, where we strive to answer questions pertaining to
genetic divergence and the maintenance, or lack thereof, of species boundaries. By studying closely related species which hybridize, we are able
to assess the genetic, ecological, environmental, or behavioral barriers that may maintain those species, despite ongoing gene flow. Thus, out work
combines population genetics, ecology, and bioinformatic tools to investigate pre- and post-mating barriers
that influence reproductive isolation (speciation).<br>
<br>
If you are interested in genetics, evolution, or bioinformatics (or any combination of those), and are looking to
do research in those fields, please contact me! I am always looking for folks interested in working with me.
<br>
<img src="assets/img/IMG_0300.jpg" class="img-responsive" alt="Mimulus guttatus growing wild"> </div>