-
Notifications
You must be signed in to change notification settings - Fork 7
/
orlando.html
74 lines (64 loc) · 3.88 KB
/
orlando.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Orlando Schwery</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" />
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<!-- Begin Consent Overlay -->
<link href="https://www.lsu.edu/_resources/css/consent.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="https://www.lsu.edu/_resources/js/consent.js"></script>
<script type="text/javascript">// <![CDATA[
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#fdd023",
"text": "#333333"
},
"button": {
"background": "#efefef",
"text": "#461d7c"
}
},
"content": {
"link": "LSU Privacy Statement.",
"href": "https://www.lsu.edu/privacy/"}
})});
// ]]></script>
<!-- End Consent Overlay -->
</head>
<body class="is-preload">
<!-- Home -->
<article id="top" class="style1">
<div class="container">
<div class="row">
<div class="col-4 col-5-large col-12-medium">
<span class="image fit"><img src="images/OS.jpg" alt="" /></span>
</div>
<div class="col-8 col-7-large col-12-medium">
<header>
<h1>Orlando Schwery</h1>
</header>
<p>Postdoctoral Researcher<br>
Southeastern Louisiana University<br>
Dept. of Biological Sciences</p>
<p>
I am a visiting scholar in the Phyleaux-Lab, while I am an <a href="https://www.snf.ch/en/XIZpfY3iVS5KRRoD/funding/careers/postdoc-mobility">SNSF Mobility</a> postdoctoral fellow in <a href="https://www.uyedalab.com/">Josef Uyeda's Lab</a> at <a href="https://www.biol.vt.edu/">Virginia Tech</a>. My current research addresses model adequacy testing and causal inference for diversification models.
<br><br>I did my BSc. and MSc. at the <a href="https://www.mnf.uzh.ch/en.html">University of Zurich</a>, during the former of which I worked on baculum morphology with <a href="https://scholar.google.ch/citations?user=cBZeG5AAAAAJ&hl=de">Winand Brinkmann</a>, during the later with <a href="https://scholar.google.ch/citations?user=ZD_KjU0AAAAJ&hl=en">Peter Linder</a> I was working on diversification of Ericaceae. My dissertation research in the lab of <a href="http://brianomeara.info/">Brian O'Meara</a> at the <a href="https://eeb.utk.edu/">University of Tennessee</a> was concerned with adequacy tests for birth-death diversification models, and studying the diversification of dung beetles. My past postdoc in <a href="https://eeg.github.io/lab/home.html">Emma Goldberg's Lab</a> at the <a href="https://newmexicoconsortium.org/">New Mexico Consortium</a>, addressed the adequacy of trait-dependent diversification models, and my most recent postdoc in <a href="https://wright-lab.com/">April Wright's Lab</a> at the <a href="http://www.southeastern.edu/acad_research/depts/biol/index.html">Southeastern Louisiana University</a> addressed the adequacy of Fossilized Birth Death models and Learning-by-Coding teaching approaches.
<br><br>You can find out more about me and my work on my own <a href="https://oschwery.github.io/">Website</a>, see my code on <a href="https://github.com/oschwery">GitHub</a>, my publications on <a href="https://scholar.google.com/citations?user=5tVJwvsAAAAJ&hl=en">Google Scholar</a>, or follow me on <a href="https://twitter.com/orlando_schwery">Twitter</a>.
</p>
</div>
</div>
</div>
</article>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.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>
</body>
</html>