-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
58 lines (49 loc) · 2.82 KB
/
index.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
---
layout: default
title: Raphael Lab // Princeton University
---
<link href="/css/jumbotron.css" rel="stylesheet">
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>Raphael Lab</h1>
<p>We are a research group in the <a href="http://cs.princeton.edu">Computer Science Department</a> at <a href="http://www.princeton.edu">Princeton University</a>. Our research is focused on Bioinformatics and Computational Biology.</p>
<p>Current research interests include cancer genomics and evolution, single-cell and spatial sequencing, network analysis of disease mutations, genome rearrangements, and structural variation.</p>
<p><a class="btn btn-primary btn-lg" role="button" style="background-color: rgb(25,121,168); color: #ffffff" href="/research">Learn more »</a></p>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>Contact</h2>
<p>Raphael Lab<br/>
35 Olden Street<br/>
Computer Science Department<br/>
Princeton University<br/>
Princeton, NJ 08540<br/>
Email: braphael AT cs DOT princeton DOT edu<br/>
Voice: 609-258-6314<br/>
</p>
<!-- <p><a class="btn btn-default" href="#" role="button">View details »</a></p> -->
</div>
<div class="col-md-4">
<h2>Jobs</h2>
<p>There are currently openings in the group for outstanding postdoctoral fellows, staff programmers, graduate students or undergraduate students.<p>
<p>We are recruiting undergraduate research assistants (URAs). Please see our <a href="http://compbio-research.cs.brown.edu/ura">URA Program Page</a> for more information.</p>
<p><a class="btn btn-default" href="/people#jobs" role="button">View details »</a></p>
</div>
<div class="col-md-4">
<h2>Latest news</h2>
<p><b>April 19, 2023</b></p>
<p> We received the <a href="https://recomb.org/awards/">RECOMB Test of Time Award</a> for our RECOMB 2011 paper:
Fabio Vandin, Eli Upfal, Ben Raphael.
<a href = "https://link.springer.com/chapter/10.1007/978-3-642-20036-6_44">“De Novo Discovery of Mutated Driver Pathways in Cancer”</a>.
<p><b>April 18, 2022</b></p>
<p> Congratulations to Postdoctoral Fellow <a href="https://congm12.github.io">Cong Ma</a> on being awarded a
<a href="https://www.damonrunyon.org/our-impact/current-projects/scientists/6721>Quantitative Biology Fellowship</a>
from the <a href="https://www.damonrunyon.org">Damon Runyon Cancer Research Foundation</a>.
<p><a class="btn btn-default" href="/news" role="button">More news »</a></p>
</div>
</div>
</div> <!-- /container -->