-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (75 loc) · 4.59 KB
/
index.html
File metadata and controls
87 lines (75 loc) · 4.59 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Brent Y. Chick</title>
<meta name="description" content="Brent Y. Chick, final-year PhD candidate at the Salk Institute working at the intersection of chromatin biology, cell engineering, and computation.">
<meta name="author" content="Brent Y. Chick">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT,WONK@9..144,300..700,30..100,0..1&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="page">
<header class="site-head">
<h1 class="name"><a href="index.html">Brent Y. Chick</a></h1>
<p class="tagline">PhD Candidate · Salk Institute · La Jolla, CA</p>
<nav class="primary">
<!-- Blog: re-enable once first Substack post is live -->
<!-- <a href="https://substack.com/@bchick" target="_blank" rel="noopener">Blog</a> -->
<a href="research.html">Research</a>
<a href="publications.html">Publications</a>
</nav>
<div class="contact">
<a href="mailto:bchick@salk.edu">Email</a>
<a href="Brent_Chick_Resume.pdf" target="_blank" rel="noopener">CV</a>
<a href="https://scholar.google.com/citations?user=QQkDZcAAAAAJ&hl=en" target="_blank" rel="noopener">Scholar</a>
<a href="https://github.com/bchick" target="_blank" rel="noopener">GitHub</a>
<a href="https://www.linkedin.com/in/brent-chick-50898075/" target="_blank" rel="noopener">LinkedIn</a>
<a href="https://twitter.com/brentchick" target="_blank" rel="noopener">Twitter</a>
</div>
</header>
<main>
<p class="lead">
Hi, I'm Brent. My work sits at the intersection of chromatin biology, cell signaling, and computation.
I'm a PhD candidate at the <a href="https://www.salk.edu/" target="_blank" rel="noopener">Salk Institute</a>
in <a href="https://hargreaveslab.salk.edu/" target="_blank" rel="noopener">Diana Hargreaves' lab</a>, where I study how
BAF (mSWI/SNF) chromatin remodeling complexes interpret cellular signals to control cell fate.
</p>
<p>
Fascinated by chromatin's ability to buffer noise and encode memory, I aim to understand and leverage these properties
to develop new approaches to cell engineering and therapeutic design. My research has been published in
<em>Nature</em>, <em>Nature Methods</em>, <em>Cell Stem Cell</em>, <em>Cell Reports</em>, <em>The Journal of Immunology</em>,
and others, with first-author research papers in <em>Immunity</em> and the <em>Yale Journal of Biology and Medicine</em>,
and invited commentary in <em>Nature Genetics</em> and <em>Nature Structural & Molecular Biology</em>.
</p>
<p>
Before Salk, I did my MA at <a href="https://mcdb.ucsb.edu/" target="_blank" rel="noopener">UCSB</a> with
<a href="https://labs.mcdb.ucsb.edu/wilson/max/" target="_blank" rel="noopener">Max Wilson</a>, using
optogenetic tools to interrogate signaling dynamics. Earlier, I worked with
<a href="https://crookslab.mednet.ucla.edu/" target="_blank" rel="noopener">Gay Crooks</a> and
Chris Seet at UCLA on stem cell-derived T cell development, contributing to the
<a href="https://www.nature.com/articles/nmeth.4237" target="_blank" rel="noopener"><em>Nature Methods</em> paper</a>
describing artificial thymic organoids and follow-up work in
<a href="https://doi.org/10.1016/j.stem.2018.12.011" target="_blank" rel="noopener"><em>Cell Stem Cell</em></a>
and <a href="https://doi.org/10.1016/j.celrep.2020.108320" target="_blank" rel="noopener"><em>Cell Reports</em></a>.
I started in research as an undergraduate at UCSD in
<a href="https://biology.ucsd.edu/research/faculty/shedrick" target="_blank" rel="noopener">Stephen Hedrick's lab</a>.
</p>
<p>
I'm joining industry in 2027 with a focus on epigenetic engineering, cell therapy,
and AI×bio companies in the Bay Area. If you're working on hard, interesting problems in any of those areas,
I'd love to <a href="mailto:bchick@salk.edu">get in touch</a>.
</p>
</main>
<footer class="site-foot">
<span>© 2026 Brent Y. Chick</span>
<div class="links">
<a href="mailto:bchick@salk.edu">bchick@salk.edu</a>
</div>
</footer>
</div>
</body>
</html>