-
Notifications
You must be signed in to change notification settings - Fork 0
/
joinus.html
102 lines (90 loc) · 5.55 KB
/
joinus.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
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE HTML>
<!--
Theory by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Join us | Crispin Lab</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo">Crispin Lab</a>
<nav id="nav">
<a href="index.html">Home</a>
<a href="research.html">Research</a>
<a href="team.html">Team</a>
<a href="publications.html">Publications</a>
<!--<a href="news.html">News</a>-->
<a href="joinus.html">Join us</a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<header class="align-center">
<h2>Join us</h2>
<!--<p>Aliquam erat volutpat nam dui </p>-->
</header>
<!-- Postdocs -->
<h2>Postdocs</h2>
<!--<p><b>We currently have two open positions. Please read more <a href="https://www.jobs.cam.ac.uk/job/38066/">here</a> <a href="https://www.jobs.cam.ac.uk/job/38078/">or here</a></b></p>.-->
<p>We are always keen on hearing from postdocs interested in joining our group. We publish funded positions here from time to time, but are always happy to host postdocs with their own funding. There are multiple funding routes available at the University of Cambridge and elsewhere, including:</p>
<li>College Junior Research Fellowship</li>
<li><a href="http://www.herchelsmith.cam.ac.uk/postdoctoral-fellowships">Herchel Smith Postdoctoral Fellowship</a></li>
<li><a href="https://epsrc.ukri.org/skills/fellows/">EPSRC Postdoctoral Fellowship</a></li>
<li><a href="https://www.royalcommission1851.org/awards/">Royal Commission for the Exhibition of 1851 Fellowship</a></li>
<li><a href="https://www.leverhulme.ac.uk/funding/grant-schemes/early-career-fellowships">Leverhulme Trust Early Career Fellowship</a></li>
<li><a href="https://ec.europa.eu/research/mariecurieactions/actions/individual-fellowships_en">Marie Sklodowska-Curie Fellowships</a></li>
<br>
<p>We are always happy to support outstanding candidates to work in our group through any of the above Fellowships, contact us at [email protected] if you are interested!
</p>
<br>
<br>
<!-- PhD students -->
<h2>PhD students</h2>
<p>We are always keen on hearing from students interested in joining our group. There are multiple funding routes available at the University of Cambridge, including:</p>
<li><a href="https://crukcambridgecentre.org.uk/studentships">MRes+PhD Cancer Centre studentships</a></li>
<li><a href="https://www.gatescambridge.org">Gates Cambridge Scholarship</a></li>
<li><a href="https://www.student-funding.cam.ac.uk/">University and College funding schemes</a></li>
<br>
<p>Please note that the <b>deadline for some of these is as early as October <i>the year before</i></b> for an October start date. Many of them require a separate application in addition to the standard PhD application. The Student Funding website <a href="https://www.student-funding.cam.ac.uk/">here</a> has a search engine to help you find all those that will be relevant for you.</p>
<p>Contact us at [email protected] if you are interested!
</p>
<br>
<br>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
<!-- © Untitled. Design: <a href="https://templated.co">TEMPLATED</a>. Images: <a href="https://unsplash.com">Unsplash</a>.-->
2021 Crispin Lab
</div>
<!--<ul class="icons">
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span class="label">linkedIn</span></a></li>
<li><a href="#" class="icon fa-pinterest-p"><span class="label">Pinterest</span></a></li>
<li><a href="#" class="icon fa-vimeo"><span class="label">Vimeo</span></a></li>
</ul>-->
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>