-
Notifications
You must be signed in to change notification settings - Fork 1
/
opportunities.html
92 lines (71 loc) · 5.93 KB
/
opportunities.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
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Opportunities</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="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Corn Lab</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="people.html">Lab Group</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li class="active" ><a href="opportunities.html">Opportunities</a></li>
<li><a href="https://sbs.wsu.edu/conner-museum/">Conner Museum</a></li>
</ul>
<ul class="icons">
<li><a href="mailto:katherine.corn@wsu.edu" class="icon fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://twitter.com/damalichthys" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://scholar.google.com/citations?user=JU4gY_wAAAAJ&hl=en" class="icon fa-google"><span class="label">Google Scholar</span></a></li>
<li><a href="https://www.github.com/kacorn/" class="icon fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<header class="major">
<h2>Opportunities in the Corn Lab</h2>
</header>
<h3>Corn Lab</h3>
<span><a href="#" class="image right"><img src="images/wsu_logo_wtext.png" alt="Washington State University" /></a></span>The Corn Lab is in Pullman, Washington, in the Pacific Northwest of the United States. We are part of the <a href="https://sbs.wsu.edu">School of Biological Sciences</span></a> at Washington State University (WSU). In addition to our live fishes and computational work, we are intimately tied to the interior Northwest's largest vertebrate collection, <a href="https://sbs.wsu.edu/conner-museum/">the Conner Museum of Vertebrates</span></a>, which has both a research collection and a public-facing display area.</p>
<p><b>Postdoctoral research:</b> I would be delighted to hear from you if you are interested in postdoctoral research in my lab! Please <a href="mailto:katherine.corn@wsu.edu">email me</span></a> with a CV and a brief description of your research interests if you are interested in the work that we are doing.</p>
<p><b>Graduate students:</b> I am always interested in hearing from motivated students who are looking for a Masters or PhD in macroevolution & functional morphology. If you are interested, please <a href="mailto:katherine.corn@wsu.edu">contact me</a> with your CV and a brief description of your research interests. For those considering a PhD, I highly recommend reading Sonke Johnsen's advice for prospective PhD students <a href="http://opticsoflife.org/advice.html">here</a></p>
<p>WSU's School of Biological Sciences ('SBS') begins application review for a fall semester start on Jan. 10. <a href="/images/Graduate-School-Application-Timeline.png">Here</a> is a suggested timeline for an application for fall semester; detailed instructions for applying to SBS are available <a href="https://sbs.wsu.edu/graduate-studies/apply/">on the SBS website</a>. All graduate programs in Biological Sciences are fully funded by a combination of research assistantship and teaching assistantships, which include tuition remission and a stipend: you will not need to pay to attend graduate school in SBS at WSU.</p>
<p><i>International students:</i> Unfortunately, SBS cannot sponsor Teaching Assistant appointments for students who are not eligible to become residents of Washington. For this reason, I can only consider international applicants that have fellowship support. If you would like to explore this option and have a funding agency for a fellowship in mind, I would be delighted to discuss your proposal materials.</p>
<p><b>Undergraduates:</b> I am accepting undergraduate researchers in a limited capacity at this time. If you are interested in joining the Corn Lab and Conner Museum community, please <a href="mailto:katherine.corn@wsu.edu">email me</a> with a brief description of your background and your interests.</p>
<h3>Pullman, Washington</h3>
<p><span><a href="#" class="image right"><img src="images/IMG_5050.jpeg" alt="Progress Flag" /></a></span>The Corn Lab is in Pullman, Washington. Pullman is a college town in the Palouse in eastern Washington, around 4 hrs' drive from Seattle, with excellent restaurants and easy access to beautiful outdoor recreation. We are very lucky to be part of the vibrant Palouse ecology and evolution community.</p>
<p>Washington state is an excellent place to live, with strong legal protections for women, people of color, undocumented individuals, and the LGBTQIA2S+ community.</p>
</div>
<!-- Copyright -->
<div id="copyright">
<ul><li>© Katherine Corn</li><li>HTML Design: <a href="https://html5up.net">HTML5 UP</a></li><li>Background image CC-BY-ND <a href="https://www.flickr.com/photos/pacificklaus/albums">pacificklaus</a></li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.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>