-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
331 lines (317 loc) · 20.2 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
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
<!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" -->
<meta property="og:title" content="The 4D Nucleome Web Portal" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://www.4dnucleome.org/Assets/images/4dn-logo_1_orig.png" />
<meta property="og:image:secure_url" content="https://www.4dnucleome.org/Assets/images/4dn-logo_1_orig.png" />
<meta property="og:url" content="https://www.4dnucleome.org/" />
<meta property="og:description"
content="The 4D Nucleome program aims to understand the principles behind the 3D organization of the nucleus in space and time (the 4th dimension)." />
<meta name="description"
content="The 4D Nucleome program aims to understand the principles behind the 3D organization of the nucleus in space and time (the 4th dimension)." />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="4DNucleome" />
<meta name="twitter:title" content="The 4D Nucleome Web Portal" />
<meta name="twitter:image" content="https://www.4dnucleome.org/Assets/images/4dn-logo_square.png" />
<meta name="twitter:description"
content="The 4D Nucleome program aims to understand the principles behind the 3D organization of the nucleus in space and time (the 4th dimension)." />
<!-- 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" -->
<div style="display: flex; flex-direction: row; flex-wrap: wrap;">
<div class="sliderWrapper framedContainer">
<div class="prevArrow">◀</div>
<div id="mainSliderHolder" class="sliderHolder">
<div class="slickSlider unresolved">
<div>
<div class="flexColumnContainer flexAllCenterContainer"><a
class="flexColumnContainer flexAllCenterContainer" href="https://youtu.be/_M7xPHwJZdA"
target="_blank">
<div class="sliderImg"><img src="Assets/images/4dn-intro-video-screenshot.PNG"
alt="What is the 4D Nucleome Program Youtube screenshot" style="margin-bottom:1em;">
</div>
<div style="font-size: 21px; font-weight: bold;">
What is the 4D Nucleome Program?</div>
</a>
<div style="font-size: 16px; line-height: 1.4em;">Watch this video on
YouTube to learn how 4DN aims to improve public health!</div>
</div>
</div>
<div>
<div class="flexColumnContainer flexAllCenterContainer"><a
class="flexColumnContainer flexAllCenterContainer" href="https://www.nature.com/collections/djiciihhjh/"
target="_blank">
<div class="sliderImg"><img src="Assets/images/CoverDraft_5-1_CROP_2_SMALL.png"
alt="" style="margin-bottom:1em;">
</div>
<div style="font-size: 21px; font-weight: bold;">
Reporting and reproducibility in microscopy</div>
</a>
<div style="font-size: 13px; line-height: 1.4em;">The Nature Methods FOCUS issue on <a href="">Reporting and reproducibility in microscopy</a> features a series of papers that emerged from the work of the 4D Nucleome Imaging Working group in collaboration with <a href="https://www.bioimagingnorthamerica.org/qc-dm-wg/">BioImaging North America</a>, <a href="https://quarep.org/">QUAREP-LiMi</a>, and <a href="https://globalbioimaging.org/">Global Bioimaging</a>, offering guidelines and tools for improving the tracking and reporting of microscopy metadata with an emphasis on reproducibility and data re-use. Following up on this work, Nature Methods featured two editorials describing the importance of <a href="https://doi.org/10.1038/s41592-022-01544-w">Imaging standards to ease reproducibility and the everyday</a> and <a href="https://www.nature.com/articles/s41592-022-01545-9">The making microscope camera standards</a> by bringing together the imaging community with microscope camera manufacturers.</div>
</div>
</div>
<div>
<div class="flexColumnContainer">
<div class="sliderImg">
<img src="Assets/images/nature23884-f1.jpg" style="margin-bottom: 0em;"
alt="The 4D Nucleome project Nature article Figure 1">
</div>
<div style="font-size: 13px; margin-top:1em;">The 4D Nucleome Network aims to develop and apply approaches to map the structure and
dynamics of the human and mouse genomes in space and time with the goal of gaining deeper
mechanistic insights into how the nucleus is organized and functions. The project will
develop
and benchmark experimental and computational approaches for measuring genome conformation
and
nuclear organization, and investigate how these contribute to gene regulation and other
genome
functions. Validated experimental technologies will be combined with biophysical approaches
to
generate quantitative models of spatial genome organization in different biological states,
both in cell populations and in single cells. <a
href="https://www.nature.com/articles/nature23884">The 4D nucleome project.
<em>Nature</em>
<strong>549</strong>, pages 219–226</a></div>
</div>
</div>
<div>
<div class="flexColumnContainer flexAllCenterContainer"><a
class="flexColumnContainer flexAllCenterContainer" href="https://www.youtube.com/watch?v=ydIbmylbEnw&list=PLiJ0I11RAJ2qR9PQcB4xhIpOv4RcFwGoT&index=3&ab_channel=4DNucleome"
target="_blank">
<div class="sliderImg"><img src="Assets/images/4dn_tutorial_video_screen.png"
alt="Tutorial for 4DN new members" style="margin-bottom:1em;">
</div>
<div style="font-size: 21px; font-weight: bold;">
Tutorial for 4DN new members</div>
</a>
<div style="font-size: 16px; line-height: 1.4em;">Welcome to 4DN! Watch this video on
YouTube to learn how to use 4DN tools and services!</div>
</div>
</div>
<div>
<div class="flexColumnContainer flexAllCenterContainer"><a
class="flexColumnContainer flexAllCenterContainer" href="https://www.nature.com/collections/rsxlmsyslk"
target="_blank">
<div class="sliderImg"><img src="Assets/images/nature_3Dgenome_papers1.png"
alt="Nature 3D genome paper collection figure" style="margin-bottom:1em;">
</div>
<div style="font-size: 21px; font-weight: bold;">
The 3D genome</div>
</a>
<div style="font-size: 13px; margin-top:1em;">This collection includes recent articles from across the Nature group of journals and showcases both the latest advances in the methodologies used to study genome organization, and our recent understanding of how genome organization and nuclear architecture regulate gene expression, cell fate and cell function in physiology and disease. The content of this collection has been chosen by the editors of <a href="http://www.nature.com/nrm/index.html"><em>Nature Reviews Molecular Cell Biology</em></a>.</div>
</div>
</div>
</div>
</div>
<div class="nextArrow">▶</div>
</div>
<div class="widgetHolder framedContainer">
<a class="twitter-timeline" data-height="450" data-theme="light" data-link-color="#2B7BB9"
href="https://twitter.com/4DNucleome?ref_src=twsrc%5Etfw">Tweets by 4DNucleome</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="widgetHolder framedContainer">
<!-- 4DN Publications -->
<script type="text/javascript" src="https://feed.mikle.com/js/fw-loader.js"
data-fw-param="96891/"></script>
</div>
<div class="widgetHolder framedContainer">
<!-- 4DN Preprint -->
<script type="text/javascript" src="https://feed.mikle.com/js/fw-loader.js"
data-fw-param="96895/"></script>
</div>
<div class="widgetHolder framedContainer">
<!-- 4DN News -->
<script type="text/javascript" src="https://feed.mikle.com/js/fw-loader.js"
data-fw-param="96896/"></script>
</div>
</div>
<!-- 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>