-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (53 loc) · 2.09 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
58
59
60
61
---
layout: landing-page
---
<!-- Main -->
<article id="main">
<!-- One -->
<section class="wrapper style3 container special-alt">
<div class="row uniform">
<div class="8u">
<header>
<h2>I model biomolecules at the atomistic scale</h2>
</header>
<p>
I am a Principal Scientist at Schrodinger where I develop computational methods for the
creation of new medicines. Drug discovery is an extremely costly and slow process,
and my goal is to make it cheaper and faster. My research is
interdisciplinary, combining physics, chemistry, statistics, and biology.
</p>
<footer>
<ul class="buttons">
<li><a href="https://scholar.google.com/citations?user=Ai8sB8oAAAAJ&hl=en" class="button">Papers</a></li><li><a href="https://github.com/gregoryross" class="button">Github</a></li>
</ul>
<ul class="buttons">
<li><a href="/projects.html" class="button">Projects</a></li><li><a href="https://www.schrodinger.com/" class="button">Schrodinger</a></li>
</ul>
</footer>
</div>
<!--<div class="4u skel-cell-important">-->
<div class="4u">
<p><br/><br/></p>
<ul class="featured-icons">
<a class="image featured"><img src="images/prot-ligand_small.png" alt="Docking" /></a>
<p>A schematic of a typical simulation: a protein immersed in water and small, organic molecules.</p>
</ul>
</div>
</div>
</section>
</article>
<!-- CTA -->
<section id="cta">
<header>
<h2>Want to find out <strong>more</strong> about my research? </h2>
<!--
<p>Proin a ullamcorper elit, et sagittis turpis integer ut fermentum.</p>
-->
</header>
<footer>
<ul class="buttons">
<li><a href="/research-statement.html" class="button special">Tell me about molecular simulations!</a></li>
<li><a href="/blog.html" class="button">Blog</a></li>
</ul>
</footer>
</section>