-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcenters-and-teams.html
711 lines (699 loc) · 44.9 KB
/
centers-and-teams.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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
<!doctype html>
<html><!-- InstanceBegin template="/Templates/mainPage.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74740093-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-74740093-2');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- InstanceBeginEditable name="doctitle" -->
<title>4D Nucleome Web Portal</title>
<!-- InstanceEndEditable -->
<link href="Assets/styles/mainStyle.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="Assets/js/slick/slick.css" />
<link rel="stylesheet" type="text/css" href="Assets/js/slick/slick-theme.css" />
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<script defer type="text/javascript" src="Assets/js/jquery/jquery-3.3.1.min.js"></script>
<script defer type="text/javascript" src="Assets/js/jquery/jquery-migrate-1.4.1.min.js"></script>
<script defer type="text/javascript" src="Assets/js/jquery/jquery-migrate-3.0.0.min.js"></script>
<script defer type="text/javascript" src="Assets/js/slick/slick.min.js"></script>
<script defer type="text/javascript" src="Assets/js/main.js"></script>
</head>
<body>
<div class="mainMargin">
<!-- left margin -->
</div>
<div id="columnWrapper">
<div id="mainwrapper">
<header class="framedContainer">
<div id="logo"><a href="index.html"><img src="Assets/images/4dn-logo_1.png" alt="" /></a>
<div>4DN Web Portal</div>
</div>
<div id="headerRight">
<nav> <span> <a href="https://data.4dnucleome.org/" target="_blank" title="Launch Data Portal">Launch Data
Portal</a> </span> <span> <a href="mailto:oh@4dnucleome.org" title="Contact us">Contact Us</a> </span> </nav>
<div id="searchInput">
<script>
(function() {
var cx = '012010507559311424712:8m_5bphxwsi';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchbox-only gname="4dnsitewidesearch"></gcse:searchbox-only>
</div>
</div>
</header>
<div id="content" class="framedContainer">
<nav id="topMenu" tabindex="0">
<div class="mobileOnly"> <i class="material-icons" id="navMenuIcon"> menu </i> Navigation Menu</div>
<div id="topMenuContent">
<div class="topMenuItem"> <a href="index.html">Home</a> </div>
<div class="topMenuItem"> <a href="https://commonfund.nih.gov/4dnucleome" target="_blank">Overview <i class="material-icons openInNewIcons">open_in_new</i></a> </div>
<div class="topMenuItem"> <a href="https://data.4dnucleome.org/" target="_blank">Data <i class="material-icons openInNewIcons">open_in_new</i></a> </div>
<div class="topMenuItem"> Resources
<div class="subMenu">
<div> <a href="cell-lines.html">Cell Lines</a> </div>
<div> <a href="protocols.html">Protocols</a> </div>
<div> <a href="software.html">Software</a> </div>
</div>
</div>
<div class="topMenuItem"> Publications
<div class="subMenu">
<div> <a href="https://www.ncbi.nlm.nih.gov/sites/myncbi/1FUN7Gh4ocnMkh/collections/60033344/public/"
target="_blank">4DN Publications <i class="material-icons openInNewIcons">open_in_new</i></a> </div>
<div> <a href="pre-prints.html">4DN Preprints</a> </div>
<div> Further Reading
<div class="subMenu">
<div> <a href="https://www.ncbi.nlm.nih.gov/sites/myncbi/1FUN7Gh4ocnMkh/collections/60033609/public/"
target="_blank">Genome Interactions <i class="material-icons openInNewIcons">open_in_new</i></a> </div>
<div> <a href="https://www.ncbi.nlm.nih.gov/sites/myncbi/1FUN7Gh4ocnMkh/collections/60033466/public/"
target="_blank">Data Analysis <i class="material-icons openInNewIcons">open_in_new</i></a> </div>
</div>
</div>
</div>
</div>
<div class="topMenuItem"> <a href="policies.html">Policies</a> </div>
<div class="topMenuItem"> <a href="outreach.html">Outreach</a>
<div class="subMenu">
<div> <a href="4dn-annual-meeting-2021.html">2021 Annual Meeting</a> </div>
<div> <a href="4dn-kickoff-meeting-2020.html">2020 4DN Phase-II Kick-off Meeting</a> </div>
</div>
</div>
<div class="topMenuItem"> <a href="4dn-annual-meeting-2022.html">2022 Annual Meeting</a> </div>
<!--
<div class="topMenuItem"> 2019 4DN-ASCB Meeting
<div class="subMenu">
<div> <a href="../4dn-ascb-meeting-2019.html">Meeting Home</a> </div>
<div> <a href="../4dn-ascb-meeting-2019-agenda.html">Agenda</a> </div>
<div> <a href="../4dn-ascb-meeting-2019-speakers.html">Keynote and Invited Speakers</a> </div>
<div> <a href="../4dn-ascb-meeting-2019-hotel-travel.html">Hotel/Travel</a> </div>
<div> <a href="../4dn-ascb-meeting-2019-abstract-guidelines.html">Abstract guidelines</a> </div>
<div> <a href="https://washington.org/" target="_blank">Explore Washington, DC</a> </div>
<div> <a href="../4dn-ascb-meeting-2019-committee.html">Planning Committee Members</a> </div>
</div>
</div>
-->
<div class="topMenuItem"> Contacts
<div class="subMenu">
<div> <a href="centers-and-teams.html">4DN Centers and Teams</a> </div>
<div> <a href="genomic-program-administrator.html">4DN Genomic Program Administrator</a> </div>
<div> <a href="TCPA-members.html">TCPA Awardees</a> </div>
<div> <a href="associate-members.html">Associate Members</a> </div>
<div> <a href="external-program-consultants.html">External Program Consultants</a> </div>
</div>
</div>
</div>
</nav>
<div id="middleContainer">
<section id="mainContent"> <!-- InstanceBeginEditable name="Main contents" -->
<h2>Centers and teams of the 4D Nucleome consortium</h2>
<br/>
<table id="GeneralTables" style="width:100%">
<tr id="Header1">
<th colspan="3"><a class="head" target="_blank" style="color:#FFFFFF" href="https://grants.nih.gov/grants/guide/rfa-files/RFA-RM-20-003.html">Real-Time Chromatin Dynamics and Function (U01 Clinical Trial Not Allowed) RFA-RM-20-003</a></th>
</tr>
<tr id="Header2">
<th width="20%" style="color:#FFFFFF">PI Name</th>
<th width="30%" style="color:#FFFFFF">Institution Name</th>
<th width="50%" style="color:#FFFFFF">Title</th>
</tr>
<tr>
<td label="pi">BELMONT, ANDREW STEVEN (contact) <br/>
HAN, KYU YOUNG</td>
<td label="institute">UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10129732">Identification of the active nuclear niche(s) using novel proteomic, genomic, transgenic, and live-cell microscopy technologies</a></td>
</tr>
<tr>
<td label="pi">BINTU, LACRAMIOARA (contact) <br/>
BOETTIGER, ALISTAIR</td>
<td label="institute">STANFORD UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10129738">Live-cell multiplex super-resolution imaging of chromatin state transitions</a></td>
</tr>
<tr>
<td label="pi">CAI, LONG (contact) <br/>
ELOWITZ, MICHAEL B <br/>
GUTTMAN, MITCHELL</td>
<td label="institute">CALIFORNIA INSTITUTE OF TECHNOLOGY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10129737">Dynamics of chromosome organization and chromatin states in single cells</a></td>
</tr>
<tr>
<td label="pi">GREGOR, THOMAS (contact) <br/>
LEVINE, MICHAEL STEVEN <br/>
TOETTCHER, JARED E</td>
<td label="institute">PRINCETON UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10129645">Control of the 4D chromatin landscape underlying gene activity during development</a></td>
</tr>
<tr>
<td label="pi">HA, TAEKJIP (contact) <br/>
JOHNSON, MARGARET ELLEN <br/>
WU, CARL</td>
<td label="institute">JOHNS HOPKINS UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10129627">Chromatin Function During Transcription and DNA Repair at Single Molecule Resolution in Living Cells</a></td>
</tr>
<tr>
<td label="pi">HUANG, BO (contact) <br/>
NARLIKAR, GEETA J <br/>
SHU, XIAOKUN</td>
<td label="institute">UNIVERSITY OF CALIFORNIA, SAN FRANCISCO</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10129735">Modulation and functional characterization of protein condensation in chromatin organization</a></td>
</tr>
<tr>
<td label="pi">PHILLIPS-CREMINS, JENNIFER ELIZABETH (contact) <br/>
BLOBEL, GERD A <br/>
QI, LEI STANLEY <br/>
RAJ, ARJUN</td>
<td label="institute">UNIVERSITY OF PENNSYLVANIA</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10128093">Engineering and Imaging 3D genome structure-function dynamics across time scales</a></td>
</tr>
<tr>
<td label="pi">TORRES PADILLA, MARIA ELENA</td>
<td label="institute">HELMHOLTZ ZENTRUM MUENCHEN - GMBH</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10127119">Establishment and visualization of nuclear architecture at the onset of mammalian development</a></td>
</tr>
</table>
<br/>
<br/>
<table id="GeneralTables" style="width:100%">
<tr id="Header1">
<th colspan="3"><a class="head" target="_blank" style="color:#FFFFFF" href="https://grants.nih.gov/grants/guide/rfa-files/RFA-RM-20-004.html">4DN Centers for Data Integration, Modeling and Visualization (UM1 Clinical Trial Not Allowed) RFA-RM-20-004</a></th>
</tr>
<tr id="Header2">
<th width="20%" style="color:#FFFFFF">PI Name</th>
<th width="30%" style="color:#FFFFFF">Institution Name</th>
<th width="50%" style="color:#FFFFFF">Title</th>
</tr>
<tr>
<td label="pi">DEKKER, JOB (contact) <br/>
MIRNY, LEONID A</td>
<td label="institute">UNIV OF MASSACHUSETTS MED SCH WORCESTER</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10129681">Center for 3D Structure and Physics of the Genome</a></td>
</tr>
<tr>
<td label="pi">MA, JIAN (contact) <br/>
ALBER, FRANK <br/>
BELMONT, ANDREW STEVEN <br/>
WU, CHAO-TING</td>
<td label="institute">CARNEGIE-MELLON UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10156141">Multiscale Analyses of 4D Nucleome Structure and Function by Comprehensive Multimodal Data Integration</a></td>
</tr>
<tr>
<td label="pi">NOBLE, WILLIAM STAFFORD (contact) <br/>
DISTECHE, CHRISTINE M. <br/>
SHENDURE, JAY ASHOK</td>
<td label="institute">UNIVERSITY OF WASHINGTON</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10151918">UW 4-Dimensional Genomic Organization of Mammalian Embryogenesis Center</a></td>
</tr>
<tr>
<td label="pi">REN, BING (contact) <br/>
DULAC, CATHERINE G <br/>
LEIN, ED <br/>
NICODEMI, MARIO <br/>
POMBO, ANA <br/>
WANG, TING <br/>
ZHUANG, XIAOWEI</td>
<td label="institute">UNIVERSITY OF CALIFORNIA, SAN DIEGO</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10154296">Center for Integrated Multi-modal and Multi-scale Nucleome Research</a></td>
</tr>
</table>
<br/>
<br/>
<table id="GeneralTables" style="width:100%">
<tr id="Header1">
<th colspan="3"><a class="head" target="_blank" style="color:#FFFFFF" href="https://grants.nih.gov/grants/guide/rfa-files/RFA-RM-20-005.html">4DN Organization and Function in Human Health and Disease (U01 Clinical Trial Not Allowed) RFA-RM-20-005</a></th>
</tr>
<tr id="Header2">
<th width="20%" style="color:#FFFFFF">PI Name</th>
<th width="30%" style="color:#FFFFFF">Institution Name</th>
<th width="50%" style="color:#FFFFFF">Title</th>
</tr>
<tr>
<td label="pi">BRUNEAU, BENOIT GAETAN (contact) <br/>
POLLARD, KATHERINE S.</td>
<td label="institute">J. DAVID GLADSTONE INSTITUTES</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10118056">Genetic determinants of 4D genome folding in human cardiac development</a></td>
</tr>
<tr>
<td label="pi">DIXON, JESSE R</td>
<td label="institute">SALK INSTITUTE FOR BIOLOGICAL STUDIES</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10118062">Investigating the effects of structural variants on 3D genome organization and gene regulation in cancer genomes</a></td>
</tr>
<tr>
<td label="pi">HAWKINS, RAYMOND DAVID</td>
<td label="institute">UNIVERSITY OF WASHINGTON</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10115995">Three-dimensional conformation changes associated with T cell memory and autoimmunity</a></td>
</tr>
<tr>
<td label="pi">HUANGFU, DANWEI (contact) <br/>
APOSTOLOU, EFFIE <br/>
LESLIE, CHRISTINA S</td>
<td label="institute">SLOAN-KETTERING INST CAN RESEARCH</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10117708">Discovery of diabetes-relevant β cell enhancers through 4D enhancer mapping, integrative analysis, and large-scale CRISPRi perturbation screens</a></td>
</tr>
<tr>
<td label="pi">KAUFMAN, PAUL D. (contact) <br/>
FOLTZ, DANIEL RICHARD <br/>
HUANG, SUI</td>
<td label="institute">UNIV OF MASSACHUSETTS MED SCH WORCESTER</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10117559">The role of the nucleolus in human genome organization in normal and disease states</a></td>
</tr>
<tr>
<td label="pi">LOMVARDAS, STAVROS</td>
<td label="institute">COLUMBIA UNIVERSITY HEALTH SCIENCES</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10117398">Interrogating genome folding trajectories in health and disease</a></td>
</tr>
<tr>
<td label="pi">PHILLIPS-CREMINS, JENNIFER ELIZABETH (contact) <br/>
JAIN, RAJAN <br/>
JOYCE, ERIC F. <br/>
LAKADAMYALI, MELIKE <br/>
VAHEDI, GOLNAZ</td>
<td label="institute">UNIVERSITY OF PENNSYLVANIA</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10116703">Single-cell dissection of chromatin architecture mechanisms connecting pathologic instability and transcriptional silencing</a></td>
</tr>
<tr>
<td label="pi">SCHATZ, DAVID G. (contact) <br/>
WANG, SIYUAN</td>
<td label="institute">YALE UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10117444">Genome Architecture in Human Germinal Center B Cell Development, Malignancy, and Somatic Hypermutation</a></td>
</tr>
<tr>
<td label="pi">SHEN, YIN (contact) <br/>
KRIEGSTEIN, ARNOLD</td>
<td label="institute">UNIVERSITY OF CALIFORNIA, SAN FRANCISCO</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10116735">Charting the 3D epigenome in human brain development and diseases</a></td>
</tr>
<tr>
<td label="pi">XU, XIANGMIN (contact) <br/>
COTMAN, CARL WAYNE <br/>
REN, BING</td>
<td label="institute">UNIVERSITY OF CALIFORNIA-IRVINE</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10117612">Single-Cell Analysis of Aging-Associated 4D Nucleome in the Human Hippocampus</a></td>
</tr>
</table>
<br/>
<br/>
<table id="GeneralTables" style="width:100%">
<tr id="Header1">
<th colspan="3"><a class="head" target="_blank" style="color:#FFFFFF" href="https://grants.nih.gov/grants/guide/rfa-files/RFA-RM-20-006.html">New Investigator Projects on 4DN Organization and Function in Human Health and Disease (U01 Clinical Trial Not Allowed) RFA-RM-20-006</a></th>
</tr>
<tr id="Header2">
<th width="20%" style="color:#FFFFFF">PI Name</th>
<th width="30%" style="color:#FFFFFF">Institution Name</th>
<th width="50%" style="color:#FFFFFF">Title</th>
</tr>
<tr>
<td label="pi">DIAO, YARUI</td>
<td label="institute">DUKE UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10117691">The 4D nucleome of muscle regeneration in ischemia-induced tissue damage and repair</a></td>
</tr>
<tr>
<td label="pi">KALHOR, REZA</td>
<td label="institute">JOHNS HOPKINS UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10117841">Dynamics of lineage-specific genome reorganization in gastrulation and their response to disease-associated epigenetic perturbations</a></td>
</tr>
<tr>
<td label="pi">LI, WENBO</td>
<td label="institute">UNIVERSITY OF TEXAS HLTH SCI CTR HOUSTON</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10117780">Beyond Gene Dosage: Understanding Down Syndrome via 4D Genome Organization</a></td>
</tr>
<tr>
<td label="pi">SATPATHY, ANSUMAN</td>
<td label="institute">STANFORD UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10117957">4DN Interrogation of T Cell Exhaustion in Cancer</a></td>
</tr>
<tr>
<td label="pi">YAMADA, TOMOKO</td>
<td label="institute">NORTHWESTERN UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10117747">Mechanisms of Genome Organization in Brain Development and Behavior</a></td>
</tr>
<tr>
<td label="pi">ZHANG, HUAIYING</td>
<td label="institute">CARNEGIE-MELLON UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10117580">Phase separation-induced nuclear organization in ALT Cancer</a></td>
</tr>
</table>
<br/>
<br/>
<table id="GeneralTables" style="width:100%">
<tr id="Header1">
<th colspan="3"><a class="head" target="_blank" style="color:#FFFFFF" href="https://grants.nih.gov/grants/guide/rfa-files/RFA-RM-20-007.html">Limited Competition: 4DN Organizational Hub (U01 Clinical Trial Not Allowed) RFA-RM-20-007</a></th>
</tr>
<tr id="Header2">
<th width="20%" style="color:#FFFFFF">PI Name</th>
<th width="30%" style="color:#FFFFFF">Institution Name</th>
<th width="50%" style="color:#FFFFFF">Title</th>
</tr>
<tr>
<td label="pi">ZHONG, SHENG</td>
<td label="institute">UNIVERSITY OF CALIFORNIA, SAN DIEGO</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10130130">The second phase of NIH Common Fund 4D Nucleome Network Organizational Hub</a></td>
</tr>
</table>
<br/>
<br/>
<table id="GeneralTables" style="width:100%">
<tr id="Header1">
<th colspan="3"><a class="head" target="_blank" style="color:#FFFFFF" href="https://grants.nih.gov/grants/guide/rfa-files/RFA-RM-20-008.html">Limited Competition 4DN Data Coordination & Integration Center (U01 Clinical Trial Not Allowed) RFA-RM-20-008</a></th>
</tr>
<tr id="Header2">
<th width="20%" style="color:#FFFFFF">PI Name</th>
<th width="30%" style="color:#FFFFFF">Institution Name</th>
<th width="50%" style="color:#FFFFFF">Title</th>
</tr>
<tr>
<td label="pi">PARK, PETER J</td>
<td label="institute">HARVARD MEDICAL SCHOOL</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_info_description.cfm?aid=10129504">4D Nucleome Network Data Coordination and Integration Center</a></td>
</tr>
</table>
<br/>
<br/>
<hr>
<br/>
<table id="GeneralTables" style="width:100%">
<tr id="Header1">
<th colspan="3"><a class="head" target="_blank" style="color:#FFFFFF" href="http://grants.nih.gov/grants/guide/rfa-files/RFA-RM-14-030.html">Nuclear Organization and Function Interdisciplinary Consortium (NOFIC) (U54) RFA-RM-14-030</a></th>
</tr>
<tr id="Header2">
<th width="20%" style="color:#FFFFFF">PI Name</th>
<th width="30%" style="color:#FFFFFF">Institution Name</th>
<th width="50%" style="color:#FFFFFF">Title</th>
</tr>
<tr>
<td label="pi">ALBER, FRANK (contact) <br/>
CHEN, LIN</td>
<td label="institute">UNIVERSITY OF SOUTHERN CALIFORNIA</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U54DK107981-01">Mapping the 3D Genome Landscape</a></td>
</tr>
<tr>
<td label="pi">BELMONT, ANDREW STEVEN</td>
<td label="institute">UNIVERSITY OF ILLINOIS URBANA-CHAMPAIGN</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U54DK107965-01">Combined Cytological, Genomic, and Functional Mapping of Nuclear Genome Organization</a></td>
</tr>
<tr>
<td label="pi">DEKKER, JOB (contact) <br/>
MIRNY, LEONID A</td>
<td label="institute">UNIV OF MASSACHUSETTS MED SCH WORCESTER</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U54DK107980-01">Center for 3D Structure and Physics of the Genome</a></td>
</tr>
<tr>
<td label="pi">REN, BING (contact) <br/>
MURRE, CORNELIUS</td>
<td label="institute">LUDWIG INSTITUTE FOR CANCER RESEARCH LTD</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U54DK107977-01">San Diego Center for 4D Nucleome Research</a></td>
</tr>
<tr>
<td label="pi">RUAN, YIJUN</td>
<td label="institute">JACKSON LABORATORY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U54DK107967-01">Nucleome Positioning System for Spatiotemporal Genome Organization and Regulation</a></td>
</tr>
<tr>
<td label="pi">SHENDURE, JAY ASHOK (contact) <br/>
NOBLE, WILLIAM STAFFORD</td>
<td label="institute">UNIVERSITY OF WASHINGTON</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U54DK107979-01">University of Washington Center for Nuclear Organization and Function</a></td>
</tr>
</table>
<br/>
<br/>
<table id="GeneralTables" style="width:100%">
<tr id="Header1">
<th colspan="3"><a class="head" target="_blank" style="color:#FFFFFF" href="http://grants.nih.gov/grants/guide/rfa-files/RFA-RM-14-009.html">4D Nucleome Imaging Tools (U01) RFA-RM-14-009</a></th>
</tr>
<tr id="Header2">
<th width="20%" style="color:#FFFFFF">PI Name</th>
<th width="30%" style="color:#FFFFFF">Institution Name</th>
<th width="50%" style="color:#FFFFFF">Title</th>
</tr>
<tr>
<td label="pi">BEWERSDORF, JOERG (contact) <br/>
BADDELEY, DAVID</td>
<td label="institute">YALE UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01EB021232-01">An Integrated Imaging System for High-throughput Nanoscopy of the 4D Nucleome</a></td>
</tr>
<tr>
<td label="pi">CAI, LONG (contact) <br/>
QI, LEI STANLEY</td>
<td label="institute">CALIFORNIA INSTITUTE OF TECHNOLOGY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01EB021240-01">Hi-resolution dynamic imaging of chromosomes in single cells by combined CRISPR imaging and sequential FISH</a></td>
</tr>
<tr>
<td label="pi">ELLENBERG, JAN</td>
<td label="institute">EUROPEAN MOLECULAR BIOLOGY LABORATORY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01EB021223-01">Reconstructing the dynamic 3D architecture of the human genome by superresolution microscopy and DNA sequence modelling</a></td>
</tr>
<tr>
<td label="pi">GREGOR, THOMAS (contact) <br/>
LEVINE, MICHAEL S.</td>
<td label="institute">PRINCETON UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01EB021239-01">Imaging chromosome dynamics and measuring its impact on transcriptional activity</a></td>
</tr>
<tr>
<td label="pi">GRUNWALD, DAVID</td>
<td label="institute">UNIV OF MASSACHUSETTS MED SCH WORCESTER</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01EB021238-01">Visualizing local and global chromatin architecture, and gene expression in the individual cell by structural (SUSHI) and temporal (3D-SMRT) single molecule imaging</a></td>
</tr>
<tr>
<td label="pi">LAM, KIT S (contact) <br/>
CHENG, R.HOLLAND <br/>
IZUMIYA, YOSHIHIRO</td>
<td label="institute">UNIVERSITY OF CALIFORNIA AT DAVIS</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01EB021230-01">Genetically Encoded Small Illuminants for 4D nucleome imaging</a></td>
</tr>
<tr>
<td label="pi">LIPHARDT, JAN T.</td>
<td label="institute">STANFORD UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01EB021237-01">Deep Super-localization Microscopy and Effectively Unbleachable Labeling for 4D Nucleomics</a></td>
</tr>
<tr>
<td label="pi">O'SHEA, CLODAGH (contact) <br/>
ELLISMAN, MARK H </td>
<td label="institute">SALK INSTITUTE FOR BIOLOGICAL STUDIES</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01EB021247-01">Imaging local and global chromatin structure as a 3D continuum within the nucleus</a></td>
</tr>
<tr>
<td label="pi">SINGER, ROBERT H. (contact) <br/>
DARZACQ, XAVIER </td>
<td label="institute">ALBERT EINSTEIN COLLEGE OF MEDICINE</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01EB021236-01">Tools For Imaging the Functional Genome in Living Cells and Tissues</a></td>
</tr>
</table>
<br/>
<br/>
<table id="GeneralTables" style="width:100%">
<tr id="Header1">
<th colspan="3"><a class="head" target="_blank" style="color:#FFFFFF" href="http://grants.nih.gov/grants/guide/rfa-files/RFA-RM-14-011.html">4D Nucleome Network Data Coordination and Integration Center (U01) RFA-RM-14-011</a></th>
</tr>
<tr id="Header2">
<th width="20%" style="color:#FFFFFF">PI Name</th>
<th width="30%" style="color:#FFFFFF">Institution Name</th>
<th width="50%" style="color:#FFFFFF">Title</th>
</tr>
<tr>
<td label="pi">PARK, PETER J</td>
<td label="institute">HARVARD MEDICAL SCHOOL</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01CA200059-01">4D Nucleome Network Data Coordination and Integration Center</a></td>
</tr>
<tr>
<td label="pi">WANG, TING</td>
<td label="institute">WASHINGTON UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01CA200060-01">The WashU 4DN Network Data Coordination and Integration Center</a></td>
</tr>
</table>
<br/>
<br/>
<table id="GeneralTables" style="width:100%">
<tr id="Header1">
<th colspan="3"><a class="head" target="_blank" style="color:#FFFFFF" href="http://grants.nih.gov/grants/guide/rfa-files/RFA-RM-14-010.html">4D Nucleome Network Organizational Hub (U01) RFA-RM-14-010</a></th>
</tr>
<tr id="Header2">
<th width="20%" style="color:#FFFFFF">PI Name</th>
<th width="30%" style="color:#FFFFFF">Institution Name</th>
<th width="50%" style="color:#FFFFFF">Title</th>
</tr>
<tr>
<td label="pi">ZHONG, SHENG (contact) <br/>
CHIEN, SHU <br/>
REN, BING <br/>
SUBRAMANIAM, SHANKAR</td>
<td label="institute">UNIVERSITY OF CALIFORNIA SAN DIEGO</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01CA200147-01">The Organizational Hub and Web Portal for the 4D Nucleome Network</a></td>
</tr>
</table>
<br/>
<br/>
<table id="GeneralTables" style="width:100%">
<tr id="Header1">
<th colspan="3"><a class="head" target="_blank" style="color:#FFFFFF" href="http://grants.nih.gov/grants/guide/rfa-files/RFA-RM-14-008.html">Study of Nuclear Bodies and Compartments (U01) RFA-RM-14-008</a></th>
</tr>
<tr id="Header2">
<th width="20%" style="color:#FFFFFF">PI Name</th>
<th width="30%" style="color:#FFFFFF">Institution Name</th>
<th width="50%" style="color:#FFFFFF">Title</th>
</tr>
<tr>
<td label="pi">BRANGWYNNE, CLIFFORD P</td>
<td label="institute">PRINCETON UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01DA040601-01">Optogenetic Droplets: Using Light to Control Nucleoplasmic Phase Separation</a></td>
</tr>
<tr>
<td label="pi">GERACE, LARRY R.</td>
<td label="institute">SCRIPPS RESEARCH INSTITUTE</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01DA040709-01">Mapping the organization of the peripheral nuclear compartment</a></td>
</tr>
<tr>
<td label="pi">GROUDINE, MARK T</td>
<td label="institute">FRED HUTCHINSON CANCER RES CENTER</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01DA040583-01">A toolkit to reversibly disrupt nuclear bodies and move genes among compartments</a></td>
</tr>
<tr>
<td label="pi">GUTTMAN, MITCHELL (contact) <br/>
HESS, SONJA <br/>
RINN, JOHN LOUIS</td>
<td label="institute">CALIFORNIA INSTITUTE OF TECHNOLOGY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01DA040612-01">Deciphering the function and mechanisms of lncRNA-mediated organization of nuclear compartments</a></td>
</tr>
<tr>
<td label="pi">KAUFMAN, PAUL D. (contact) <br/>
DEKKER, JOB <br/>
PEDERSON, THORU</td>
<td label="institute">UNIV OF MASSACHUSETTS MED SCH WORCESTER</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01DA040588-01">Nucleolar Genomics During Early Mammalian Development</a></td>
</tr>
<tr>
<td label="pi">LOMVARDAS, STAVROS (contact) <br/>
BROWN, LEWIS M.</td>
<td label="institute">COLUMBIA UNIVERSITY HEALTH SCIENCES</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01DA040582-01">Deciphering nuclear bodies and compartments that govern singular olfactory receptor expression</a></td>
</tr>
</table>
<br/>
<br/>
<table id="GeneralTables" style="width:100%">
<tr id="Header1">
<th colspan="3"><a class="head" target="_blank" style="color:#FFFFFF" href="http://grants.nih.gov/grants/guide/rfa-files/RFA-RM-14-007.html">Nucleomics Tools (U01) RFA-RM-14-007</a></th>
</tr>
<tr id="Header2">
<th width="20%" style="color:#FFFFFF">PI Name</th>
<th width="30%" style="color:#FFFFFF">Institution Name</th>
<th width="50%" style="color:#FFFFFF">Title</th>
</tr>
<tr>
<td label="pi">FRASER, PETER J (contact) <br/>
TANAY, AMOS </td>
<td label="institute">THE BABRAHAM INSTITUTE</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01HL129971-01">New automated experimental and computational pipeline for high coverage single-cell Hi-C and its integration with single cell RNA-seq: enabling 4D Nucleomics at single cell resolution</a></td>
</tr>
<tr>
<td label="pi">GUTTMAN, MITCHELL (contact) <br/>
ISMAGILOV, RUSTEM F</td>
<td label="institute">CALIFORNIA INSTITUTE OF TECHNOLOGY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01HL130007-01">Novel tools to comprehensively map dynamic organization of RNA and DNA in higher-order nuclear structures within single cells</a></td>
</tr>
<tr>
<td label="pi">LIEBERMAN-AIDEN, EREZ</td>
<td label="institute">BAYLOR COLLEGE OF MEDICINE</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01HL130010-01">Beyond pairwise DNA contacts: exploring higher-order genome structure using proximity ligation and split pool barcoding</a></td>
</tr>
<tr>
<td label="pi">LIS, JOHN T (contact) <br/>
LIN, HENING <br/>
ZIPFEL, WARREN R </td>
<td label="institute">CORNELL UNIVERSITY</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01HL129958-01">Distance-Hi-C: Creating Photo Activated X-linkers To Define Nuclear Architecture</a></td>
</tr>
<tr>
<td label="pi">RAJ, ARJUN (contact) <br/>
BLOBEL, GERD A <br/>
PHILLIPS-CREMINS, JENNIFER</td>
<td label="institute">UNIVERSITY OF PENNSYLVANIA</td>
<td label="project"><a class="ex1" target="_blank" style="color:#0047B1" href="https://projectreporter.nih.gov/project_description.cfm?projectnumber=1U01HL129998-01">Engineering and visualizing genome folding at high spatiotemporal resolution</a></td>
</tr>
</table>
<!-- InstanceEndEditable -->
<div id="latestDevelopments"></div>
</section>
<section id="sidebar">
<nav>
<div> <a href="https://data.4dnucleome.org/" target="_blank">
<div id="dataPortalSideButton" class="sideButton">Launch Data Portal
<div class="sideButtonArrow">➧</div>
</div>
</a>
<div class="sideText">The 4D Nucleome Data Portal hosts data generated by the 4DN Network and other
reference nucleomics data sets, and an expanding tool set for open data processing and visualization. </div>
<a href="http://vis.nucleome.org/" target="_blank">
<div id="nucleomeBrowserSideButton" class="sideButton">Nucleome Browser
<div class="sideButtonArrow">➧</div>
</div>
</a>
<div class="sideText">Nucleome Browser is a multimodal, interactive data visualization and exploration platform to integrate genomic, imaging, and 3D structure data.</div>
<a href="https://wiki.4dnucleome.org/" target="_blank">
<div id="wikiSideButton" class="sideButton">Internal Wiki
<div class="sideButtonArrow">➧</div>
</div>
</a>
<div class="sideText">The 4D Nucleome Network Wiki is an internal collaboration site, accessible to 4DN
investigators and members only. </div>
<a href="https://people.4dnucleome.org/" target="_blank">
<div id="peopleSideButton" class="sideButton">people.4dnucleome
<div class="sideButtonArrow">➧</div>
</div>
</a>
<div class="sideText"><strong>people.4dnucleome</strong> provides a one-stop directory for all current 4DN members and allows logged
in 4DN members to manage their and their team members' profiles, participate in the interval working groups, and more. </div>
</div>
<div class="sidePanel framedContainer">
<div class="sidePanelHeader"> Multimedia Library </div>
<div class="sidePanelBody">
<div><a href="https://www.youtube.com/channel/UCe6r3u3rmaYAKSEuTLmfFxA" target="_blank"> <img
src="Assets/images/icons/youtube_social_icon_red.png" width="24" alt="Youtube icon" />Youtube </a></div>
</div>
</div>
<div class="sidePanel framedContainer">
<div class="sidePanelHeader"> Stay Connected </div>
<div class="sidePanelBody">
<div><a href="https://www.facebook.com/4DNucleome-1840252952876682/" target="_blank"> <img
src="Assets/images/icons/f-ogo_RGB_HEX-58.svg" alt="Facebook icon" />Facebook </a></div>
<div><a href="https://twitter.com/4DNucleome" target="_blank"><img
src="Assets/images/icons/Twitter_Logo_Blue.svg" alt="Twitter icon" />Twitter </a></div>
<div><a href="https://www.linkedin.com/in/4d-nucleome-857952126/" target="_blank"><img
src="Assets/images/icons/In-2C-28px-R.png" id="LinkedIn" alt="LinkedIn icon" />LinkedIn </a> </div>
<div><a href="mailto:oh@4dnucleome.org"><img src="Assets/images/icons/Email-iron-icon.svg"
alt="Email icon" />Email </a></div>
</div>
</div>
</nav>
</section>
</div>
<footer>
<div class="logoes"> <a href="https://www.facebook.com/4DNucleome-1840252952876682/" target="_blank"><img
src="Assets/images/icons/flogo-HexRBG-Wht-58.svg" alt="" /></a> <a
href="https://twitter.com/4DNucleome" target="_blank"><img
src="Assets/images/icons/Twitter_Logo_White.svg" alt="" /></a> <a
href="mailto:oh@4dnucleome.org"><img src="Assets/images/icons/Email-iron-icon-white.svg" alt="" /></a> <a href="https://www.youtube.com/channel/UCe6r3u3rmaYAKSEuTLmfFxA" target="_blank"> <img
src="Assets/images/icons/youtube_dark.png" class="youtube" alt="" /></a> <a
href="https://www.linkedin.com/in/4d-nucleome-857952126/" target="_blank"><img
src="Assets/images/icons/In-White-28px-R.png" alt="" /></a> </div>
<div>4D Nucleome Organizational Hub</div>
</footer>
</div>
</div>
</div>
<div class="mainMargin">
<!-- right margin -->
</div>
</body>
<!-- InstanceEnd --></html>