-
Notifications
You must be signed in to change notification settings - Fork 0
/
opening.html
43 lines (36 loc) · 2.44 KB
/
opening.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
---
layout: "wrapper"
title: "Come to work with us!"
---
<div class="container py-5">
<div class="row">
<p>We are seeking for talented dry (machine learning, can work remotely) and wet (single cell, spatial genomics, etc.) researchers at all levels. We aims to marry the advances in machine learning with advances in genomics to dissect the molecular mechanism during evolution, development and diseases. Welcome to join us to work in a multidisciplinary team of biologists, machine learning experts, engineers, mathematicians, and physicists! We offer an enriching training environment where graduate/undegraduate students, post-docs, RAs, staff scientists, and other members can grow into leaders in academia and industry.</p>
<div class="col-sm-12 col-md-7 mb-sm-4">
<h3 class="highlight">Graduate Students</h3>
<p>Graduate students from any department at Stanford are highly welcomed to contact Dr. Qiu via email directly.</p>
<h3 class="highlight">Undergraduate Students</h3>
<p>Undergraduate students at Stanford who are interested in research are highly welcomed to contact Dr. Qiu to discuss honor thesis opportunities.</p>
<h3 class="highlight">Visiting Students</h3>
<p>Dr. Qiu highly welcomes talented visiting undergraduate students and PhD students, subject to Stanford University policies and U.S. government regulations.</p>
<h3 class="highlight">Research Assistants, Post-docs and Staff Scientists</h3>
<p>If you are interested in these positions, please email your CV that describes your previous research, your GitHub account (for computational candidates), as well as a short cover letter describing your passion for your research career to Dr. Qiu at <a href="mailto:[email protected]">xiaojie at stanford.edu</a> together with the contact information of three referees.</p>
</div>
<!-- This div is for an image on the right side of the 'Get Involved' section. -->
<div class="col-sm-12 col-md-5">
<img
id="gi-img"
class="img-fluid my-2"
src="assets/images/gi-image.png"
alt="Cartoon image of a girl from Stanford typing at laptop"
/>
</div>
</div>
</div>
<style>
.highlight {
/* background-color: #ff0; /* Yellow background for highlight */*/
padding: 5px; /* Padding for the highlight area */
/* border-left: 4px solid #00f; /* Blue left border for emphasis */*/
margin-bottom: 15px; /* Margin for spacing */
}
</style>