-
Notifications
You must be signed in to change notification settings - Fork 0
/
positions.html
128 lines (111 loc) · 6.1 KB
/
positions.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE HTML>
<!--
Arcana by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Langille Lab @ Dalhousie University</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header">
<!-- Logo -->
<h1><a href="index.html" id="logo">The Langille Lab <em>@ Dalhousie University</em></a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="members.html">Members</a></li>
<li><a href="news.html">News</a></li>
<li><a href="pubs.html">Publications</a></li>
<li class="current"><a href="positions.html">Opportunities</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
<!-- Main -->
<section class="wrapper style1">
<div class="container">
<div id="content">
<!-- Content -->
<article>
<header>
<h2>Research Opportunities and Positions</h2>
</header>
Interested in the <b>microbiome</b>?
<br>
<br>
Want to join a interdisciplinary group of reseachers while gaining skills in <b>genomics</b> and <b>bioinformatics</b>?
<br>
<br>
Then consider applying to the lab, by completing an <a href="https://forms.gle/pyvv1HnG8ixb1g7S6">application</a>!
<br>
<br>
The Langille Lab welcomes trainees from multiple backgrounds and disciplines and values the diversity of all applicants.
<!--
<p><b>Current Open Positions:</b>
<li><a href="https://bioinformatics.ca/resources/jobs/microbiome-bioinformatics-developer">Microbiome Bioinformatics Developer Position</a>
-->
</article>
</div>
</div>
</section>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<section class="3u 6u(2) 12u$(3)">
<h3>Bioinformatic Tools</h3>
<ul class="links">
<li><a href="https://github.com/LangilleLab/microbiome_helper/wiki" target="new">Microbiome Helper</a></li>
<li><a href="https://github.com/picrust/picrust2/wiki" target="new">PICRUSt</a></li>
<li><a href="https://github.com/gavinmdouglas/POMS" target="new">POMS</a></li>
<li><a href="https://github.com/dhwanidesai/JarrVis" target="new">JARRVIS</a></li>
<li><a href="http://www.pathogenomics.sfu.ca/islandviewer/browse/" target="new">IslandViewer</a></li>
</ul>
</section>
<section class="3u 6u$(2) 12u$(3)">
<h3>Research Related</h3>
<ul class="links">
<li><a href="http://imr.bio" target="new">Integrated Microbiome Resource</a></li>
<li><a href="http://dalmug.org" target="new">Dalhousie Microbiome User Group</a></li>
<li><a href="https://icgenomics.ca" target="new">Institute for Comparative Genomics</a></li>
<li><a href="http://medicine.dal.ca" target="new">Faculty of Medicine</a></li>
<li><a href="http://dal.ca" target="new">Dalhousie University</a></li>
</ul>
</section>
</div>
</div>
<!-- Icons -->
<ul class="icons">
<li><a href="http://twitter.com/betascience" class="icon fa-twitter" target="new"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/LangilleLab" class="icon fa-github" target="new"><span class="label" target="new">GitHub</span></a></li>
<li><a href="http://www.linkedin.com/in/morganlangille" class="icon fa-linkedin" target="new"><span class="label" target="new">LinkedIn</span></a></li>
</ul>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>© Langille Lab. All rights reserved</li>
</ul>
</div>
</div>
</body>
</html>