-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (36 loc) · 1.81 KB
/
Copy pathindex.html
File metadata and controls
48 lines (36 loc) · 1.81 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ray Berkeley</title>
<link rel="stylesheet" type="text/css" href="./css/style.css" />
</head>
<div class="header-wrapper"></div>
<header class="header">
<nav>
<a href="index.html" class="nav-item semibold-italic">home</a> |
<!-- <a href="bio.html" class="nav-item">bio</a> | -->
<a href="blog.html" class="nav-item">blog</a> |
<a href="cv.html" class="nav-item">cv</a>
</nav>
</header>
<body>
<div class="main-content">
<div class="text">
<p>
I am excited about combining structural bioinformatics with experimental chemical and structural biology to learn about functional interactions between proteins.
</p>
<p>
I'm particularly motivated to understand how protein-protein interactions are mediated by flat, featureless, or disordered surfaces and developing approaches that make these difficult-to-drug protein interfaces more therapeutically tractable.
</p>
<p>
I'm easiest to reach by email at rberkeley[at]scripps[dot]edu. I'm also on <a href="https://www.linkedin.com/in/raymondberkeley/">LinkedIn</a>, <a href="https://x.com/ray_berkeley">Twitter</a>, <a href="https://bsky.app/profile/ray-berkeley.bsky.social">Bluesky</a>, and <a href="https://github.com/ray-berkeley">GitHub</a>. An up-to-date list of my publications is available on <a href="https://scholar.google.com/citations?hl=en&user=wuk3_NgAAAAJ&view_op=list_works&sortby=pubdate">Google Scholar</a>.
</p>
</div>
<div class="image">
<img src="./assets/images/BPS_2023.JPG" alt="This is what I look like">
</div>
</div>
</body>
</html>