-
Notifications
You must be signed in to change notification settings - Fork 3
/
NCBI_disclaimer.html
487 lines (405 loc) · 33 KB
/
NCBI_disclaimer.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Policies and Disclaimers - NCBI</title>
<link rel="stylesheet" type="text/css" href="../action-pgs.css"/>
<meta name="ncbi_app" content="guide4beta" />
<meta name="ncbi_page_name" content="policies" />
<!-- page_type is one of: home, category, action, content. -->
<meta name="ncbi_page_type" content="action" />
<script type="text/javascript">
var ncbi_startTime = new Date();
</script>
<link media="only screen and (max-width: 905px)" rel="stylesheet" href="../medium_screen.css" />
<link rel="stylesheet" type="text/css" href="../components/normalize-css/normalize.css" />
<link rel="stylesheet" type="text/css" href="../components/ncbi-standards/standard_base.css" />
<link rel="stylesheet" type="text/css" href="../new_grid.css" />
<link rel="stylesheet" type="text/css" href="../app.css" />
<link rel="stylesheet" type="text/css" href="../components/ncbi-standards/hf/header.css" />
<link rel="stylesheet" type="text/css" href="../homepage.css" />
<link rel="stylesheet" type="text/css" href="../components/ncbi-standards/hf/footer.css" />
<link rel="stylesheet" type="text/css" href="../check_youtube/check_youtube.css" />
<link rel="stylesheet" type="text/css" href="../feedback.css" />
<!-- for clear button on search input -->
<link rel="stylesheet" type="text/css" href="../components/ncbi-standards/hf/clear.css" />
<script type="text/javascript" src="../components/ncbi-standards/hf/clear.js"></script>
<!-- hp-971 - img for links to ncbi from social media sites -->
<link rel="image_src" href="//www.ncbi.nlm.nih.gov/corehtml/logo100.gif"/>
<!-- for popular resources list -->
<script type="text/javascript" src="/core/jig/1.14.8/js/jig.min.js"></script>
<style>
.top-nav {
display:block;
}
.top-nav li a { color:#000;}
.search_bar {
clear:both;
margin-top:1em;
}
html .ui-ncbimenu > li > a {color:#000;}
.top-nav li a:hover {color:#000;background:none;}
.top-nav li.popular-res-menu.selected > a {color:#000;background:none;}
.top-nav li a.expandDown {}
.top-nav .ui-ncbimenu li a.expandDown {background:none;padding-right:0;}
.ui-ncbibasicmenu li:last-child, .ui-ncbibasicmenu li:last-child a {
border-radius: 0;
}
.nopadding {padding:0;}
</style>
<script>
jQuery(document).ready(function(){
jQuery('.arrow-down').click(function(){jQuery('.popular-res-menu .expandDown').trigger('click');})
jQuery('.top-nav ul.jig-ncbimenu li:not(.popular-res-menu)').addClass('no-submenu');
});
</script>
<!-- end for popular resources list -->
<!-- for HP-886 -->
<script>
(function($){
$(function(){
var $dbList = $('.search_bar form select:first-child'),
$btn = $('.search_bar form button[name="Search"]'),
$input = $('#search');
console.info($btn);
$btn.on('click', function(evt){
var db = $dbList.val(), searchTerm = $input.val();
if ( db != '' && searchTerm != '') {
window.location.href = 'https://www.ncbi.nlm.nih.gov/'+ db + '/?term=' + searchTerm
} else if (db !== '' && searchTerm === '') {
window.location.href = 'https://www.ncbi.nlm.nih.gov/'+ db + '/';
}
else {
$input.focus();
}
return false;
});
});
})(jQuery);
</script>
<!-- end for HP-886 -->
</head>
<body>
<div class="grid">
<header id="page_header" role="banner" data-section="header">
<ul class="skip_nav">
<li><a accesskey="1" title="NCBI Homepage" href="/">NCBI Home</a></li>
<li><a accesskey="2" title="MyNCBI" href="/myncbi">Sign in to NCBI</a></li>
<li><a accesskey="3" title="Skip to main content" href="#maincontent">Skip to Main Content</a></li>
<li><a accesskey="4" title="Skip to navigation" href="#navcontent">Skip to Navigation</a></li>
<li><a accesskey="0" title="About NCBI Accesskeys" href="/guide/browsers/#accesskeys">About NCBI Accesskeys</a></li>
</ul>
<nav class="blue_nav_bar">
<div class="nih">
<a href="https://www.nih.gov/" class="left norm_height">
<img src="../components/ncbi-standards/hf/nih_logo.svg" alt="NIH logo" class="left"/></a>
<a href="https://www.nlm.nih.gov/" class="left header_link">U.S. National Library of Medicine</a>
</div>
<div class="left">
<img src="../components/ncbi-standards/hf/arrow.svg" class="left norm_height" alt=""/>
</div>
<div class="ncbi">
<a href="/" class="header_link">
<span class="ncbi_name">NCBI</span>
<span class="med_hidden">National Center for Biotechnology Information</span></a>
<div class="right sign-in">
<ul class="myncbi2">
<li id="myncbiusername">
<span id="mnu">
<a href="/account/settings/" title="Edit account settings"/></a>
</span>
</li>
<li id="myncbi" style="display:none"><a accesskey="2" href="/myncbi/" >My NCBI</a></li>
<li id="myncbi_sign_in"><a href="/account/">Sign in to NCBI</a></li>
<li id="myncbi_register" style="display:none"><a href="/account/register/">Register</a></li>
<li id="myncbi_sign_out" style="display:none"><a href="/account/signout/" >Sign Out</a></li>
</ul>
</div>
</div>
</nav>
<!-- gray header - nav & search -->
<div class="bg-gray header-div">
<nav class="top-nav" id="navcontent" role="navigation">
<ul class="inline_list black_text category_bar jig-ncbimenu">
<li><a href="/" class="uppercase">ncbi home</a></li>
<li><a href="../literature.shtml" class="uppercase">literature</a></li>
<li><a href="../health.shtml" class="uppercase">health</a></li>
<li><a href="../genomes.shtml" class="uppercase">genomes</a></li>
<li><a href="../genes.shtml" class="uppercase">genes</a></li>
<li><a href="../proteins.shtml" class="uppercase">proteins</a></li>
<li><a href="../chemicals.shtml" class="uppercase">chemicals</a></li>
<li class="popular-res-menu">
<a href="#" class="uppercase">popular resources ▼</a>
<ul>
<li><a href="/pubmed/">PubMed</a></li>
<li><a href="/books/">Bookshelf</a></li>
<li><a href="/pmc/">PubMed Central</a></li>
<li><a href="/pubmedhealth/">PubMed Health</a></li>
<li><a href="https://blast.ncbi.nlm.nih.gov">BLAST</a></li>
<li><a href="/nucleotide/">Nucleotide</a></li>
<li><a href="/genome/">Genome</a></li>
<li><a href="/snp/">SNP</a></li>
<li><a href="/gene">Gene</a></li>
<li><a href="/protein/">Protein</a></li>
<li><a href="https://pubchem.ncbi.nlm.nih.gov">PubChem</a></li>
</ul>
</li>
</ul>
</nav>
<div class="search_bar">
<form action="/search" method="get" role="search">
<select id="database">
<!-- <optgroup label="Recent"><option value="gquery" selected="selected" class="last">All Databases</option></optgroup> -->
<optgroup><option value="gquery">All Databases</option><option value="assembly">Assembly</option><option value="bioproject">BioProject</option><option value="biosample">BioSample</option><option value="biosystems">BioSystems</option><option value="books">Books</option><option value="clinvar">ClinVar</option><option value="clone">Clone</option><option value="cdd">Conserved Domains</option><option value="gap">dbGaP</option><option value="dbvar">dbVar</option><option value="nucest">EST</option><option value="gene">Gene</option><option value="genome">Genome</option><option value="gds">GEO DataSets</option><option value="geoprofiles">GEO Profiles</option><option value="nucgss">GSS</option><option value="homologene">HomoloGene</option><option value="medgen">MedGen</option><option value="mesh">MeSH</option><option value="ncbisearch">NCBI Web Site</option><option value="nlmcatalog">NLM Catalog</option><option value="nuccore">Nucleotide</option><option value="omim">OMIM</option><option value="pmc">PMC</option><option value="popset">PopSet</option><option value="probe">Probe</option><option value="protein">Protein</option><option value="proteinclusters">Protein Clusters</option><option value="pcassay">PubChem BioAssay</option><option value="pccompound">PubChem Compound</option><option value="pcsubstance">PubChem Substance</option><option value="pubmed">PubMed</option><option value="pubmedhealth">PubMed Health</option><option value="snp">SNP</option><option value="sra">SRA</option><option value="structure">Structure</option><option value="taxonomy">Taxonomy</option><option value="toolkit">ToolKit</option><option value="toolkitall">ToolKitAll</option><option value="toolkitbook">ToolKitBook</option><option value="unigene">UniGene</option></optgroup>
</select>
<label class="offscreen_noflow left" for="search">Search NCBI</label>
<div class="searchbar_wrap">
<input id="search" type="search" name="term" placeholder="Search NCBI" class="search-box" autocapitalize="off" autocorrect="off" autocomplete="off"/>
<a id="clear" href="#" style="display:none">
<img src="../components/ncbi-standards/hf/clear.png" alt="Clear input" width="14" height="14" />
</a>
</div>
<button name="Search"><img class="icon-small" src="../images/icons/search-white.svg" aria-hidden="true" aria-hidden="true" alt="" />
<span class="icon-fallback-text">Search Icon</span> Search</button>
</form>
</div>
</div>
<div class="feedback">
<a href="/sites/ehelp/feedback?Ncbi_App=guide4beta" class="uppercase sticky-feedback">feedback</a>
</div>
<div id="sticky-feedback-form" style="display:none;">
<form name="feedback-form" method="post" action="#">
<h1 id="feedback-header" class="margin-0">Feedback</h1>
<div class="feedback-field">
<p>NCBI is introducing some new and experimental content and we need your help prioritizing features and identifying problems. So send us feedback – lots of it.
We will not be able to reply to any comments you submit with this form. If you would like a reply, please <a href="/sites/ehelp?Ncbi_App=guide4beta">write to the Help Desk</a>.</p>
<table class="feedback-field">
<tr>
<td><label for="FeedbackPage">Page</label></td>
<td>
<select name="FeedbackPage" id="FeedbackPage">
<option></option>
<option>Literature</option>
<option>Health</option>
<option>Genomes</option>
<option>Genes</option>
<option>Proteins</option>
<option>Chemicals</option>
<option>Submit</option>
<option>Download</option>
<option>Learn</option>
<option>Develop</option>
<option>Analyze</option>
<option>Research</option>
</select>
</td>
</tr>
<tr><td><label for="FeedbackType">Type of feedback</label></td>
<td>
<select name="FeedbackType" id="FeedbackType">
<option></option>
<option>Praise</option>
<option>Problem</option>
<option>Suggestion</option>
<option>Other</option>
</select>
</td>
</tr>
</table>
<label for="feedback-comment" class="offscreen_noflow">Feedback</label>
<textarea type="text" placeholder="Comment or suggestion" name="feedbackComment" id="feedback-comment"></textarea>
<button type="button" id="feedback-submit" name="feedbackSubmit" class="jig-ncbibutton ui-ncbibutton-blue">Submit</button>
</div>
<button type="button" id="feedback-close" name="feedbackClose" class="jig-ncbibutton ui-ncbibutton-blue" style="display:none;">Close</button>
</form>
</div>
</header>
<div id="maincontent" class="action_page">
<h1 class="gray-border large_h1">NCBI Website and Data Usage Policies and Disclaimers</h1>
<section class="col eight_col no_border">
<h2 id="disclaimer">Website Disclaimer</h2>
<p><b>Liability:</b> For documents and software available from this server, the U.S. Government does not warrant or assume any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclosed.</p>
<p><b>Endorsement:</b> NCBI does not endorse or recommend any commercial products, processes, or services. The views and opinions of authors expressed on NCBI's Web sites do not necessarily state or reflect those of the U.S. Government, and they may not be used for advertising or product endorsement purposes.</p>
<p><b>External Links:</b> Some NCBI Web pages may provide links to other Internet sites for the convenience of users. NCBI is not responsible for the availability or content of these external sites, nor does NCBI endorse, warrant, or guarantee the products, services, or information described or offered at these other Internet sites. Users cannot assume that the external sites will abide by the same <a href="https://www.nlm.nih.gov/privacy.html">Privacy Policy</a> to which NCBI adheres. It is the responsibility of the user to examine the copyright and licensing restrictions of linked pages and to secure all necessary permissions.</p>
<p><b>Pop-Up Advertisements:</b> When visiting our Web site, your Web browser may produce pop-up advertisements. These advertisements were most likely produced by other Web sites you visited or by third party software installed on your computer. The NLM does not endorse or recommend products or services for which you may view a pop-up advertisement on your computer screen while visiting our site.</p>
<h2 id="usage">Website Usage</h2>
<p>This site is maintained by the U.S. Government and is protected by various provisions of Title 18 of the U.S. Code. Violations of Title 18 are subject to criminal prosecution in a federal court. For site security purposes, as well as to ensure that this service remains available to all users, we use software programs to monitor traffic and to identify unauthorized attempts to upload or change information or otherwise cause damage. In the event of authorized law enforcement investigations and pursuant to any required legal process, information from these sources may be used to help identify an individual.</p>
<h2 id="copyright">Copyright Status of Webpages</h2>
<p>Information that is created by or for the US government on this site is within the public domain. Public domain information on the National Library of Medicine (NLM) Web pages may be freely distributed and copied. However, it is requested that in any subsequent use of this work, NLM be given appropriate acknowledgment.</p>
<p>NOTE: This site contains resources which incorporate material contributed or licensed by individuals, companies, or organizations that may be protected by U.S. and foreign copyright laws. These include, but are not limited to PubMed Health (see <a href="//www.ncbi.nlm.nih.gov/pubmedhealth/copyright/">PubMed Health Copyright and Restrictions Notice</a>), PubMed Central (PMC) (see <a href="//www.ncbi.nlm.nih.gov/pmc/about/copyright/">PMC Copyright Notice</a>), Bookshelf (see <a href="//www.ncbi.nlm.nih.gov/books/about/copyright/">Bookshelf Copyright Notice</a>), OMIM (see <a href="https://omim.org/help/copyright">OMIM Copyright Status</a>), and PubChem. All persons reproducing, redistributing, or making commercial use of this information are expected to adhere to the terms and conditions asserted by the copyright holder. Transmission or reproduction of protected items beyond that allowed by <a href="https://www.copyright.gov/fls/fl102.html">fair use</a> (PDF) as defined in the copyright laws requires the written permission of the copyright owners.</p>
<h2 id="data">Molecular Data Usage</h2>
<p>Databases of molecular data on the NCBI Web site include such examples as nucleotide sequences (GenBank), protein sequences, macromolecular structures, molecular variation, gene expression, and mapping data. They are designed to provide and encourage access within the scientific community to sources of current and comprehensive information. Therefore, NCBI itself places no restrictions on the use or distribution of the data contained therein. Nor do we accept data when the submitter has requested restrictions on reuse or redistribution. However, some submitters of the original data (or the country of origin of such data) may claim patent, copyright, or other intellectual property rights in all or a portion of the data (that has been submitted). NCBI is not in a position to assess the validity of such claims and since there is no transfer of rights from submitters to NCBI, NCBI has no rights to transfer to a third party. Therefore, NCBI cannot provide comment or unrestricted permission concerning the use, copying, or distribution of the information contained in the molecular databases.</p>
<h2 id="human-genomic-data">Human Genomic Data Submitted to Unrestricted-Access Repositories</h2>
<p>If you plan to submit <a href="https://gds.nih.gov/PDF/Supplemental_Info_GDS_Policy.pdf">large-scale human genomic data</a>, as defined by the <a href="https://gds.nih.gov/PDF/NIH_GDS_Policy.pdf">NIH Genomic Data Sharing (GDS) Policy</a>, to be maintained in an unrestricted-access NCBI database, NIH expects you to 1) submit an <a href="https://gds.nih.gov/Institutional_Certifications.html">Institutional Certification</a> to assure that the data submission and expectations defined in the NIH GDS Policy have been met, 2) register the study in NCBI <a href="/bioproject/">BioProject</a> regardless of where the data will ultimately reside (e.g., GenBank, SRA, GEO). If you have any questions about whether your research is subject to the NIH GDS Policy, please contact the relevant NIH Program Official and/or the <a href="https://gds.nih.gov/pdf/IC_GPAs.pdf">Genomic Program Administrator</a>.</p>
<p>If you plan to submit genomic data from human specimens that would not be considered large-scale, it is your responsibility to ensure that the submitted information does not compromise participant privacy and is in accord with the original consent in addition to all applicable laws, regulations, and institutional policies.</p>
<h2 id="browsers">Use of Web Browsers</h2>
<p>The NCBI web site supports the current release of Chrome, Firefox and Safari, and the previous two versions. It also supports IE9 and newer versions. "Supports" means that NCBI will actively work to identify and fix bugs. For advice on how to adjust web browser parameters to optimize use and accessibility of the NCBI website, please see <a href="//www.ncbi.nlm.nih.gov/guide/browsers/">Browser Advice</a> for NCBI Web Pages.</p>
<h2 id="accessibility">Accessibility Policy</h2>
<p>As a Center within the National Library of Medicine (NLM), the NCBI is making every effort to ensure that the information available on our Web site is accessible to all. Please see the <a href="https://www.nlm.nih.gov/accessibility.html">NLM's Accessibility Policy</a>, for more information.</p>
<h2 id="privacy">Privacy Policy</h2>
<p>The NCBI provides this Web site as a public service. As a Center within the NLM, we do not collect any personally identifiable information (PII) about visitors to our Web sites. We do collect some data about user visits to help us better understand how the public uses the site and how to make it more helpful. The NCBI does not collect information for commercial marketing or any purpose unrelated to <a href="mission.shtml">NCBI's Mission</a>. For more information, please see the <a href="https://www.nlm.nih.gov/privacy.html">NLM Privacy Policy</a>.</p>
<h2 id="medical">Medical Information and Advice Disclaimer</h2>
<p>It is not the intention of NLM to provide specific medical advice but rather to provide users with information to better understand their health and their diagnosed disorders. Specific medical advice will not be provided, and NLM urges you to consult with a qualified physician for diagnosis and for answers to your personal questions.</p>
<h2 id="scripting">Guidelines for Scripting Calls to NCBI Servers</h2>
<p>Do not overload NCBI's systems. Users intending to send numerous queries and/or retrieve large numbers of records should comply with the following:
<ul class="bullet-list">
<li>Run retrieval scripts on weekends or between 9 pm and 5 am Eastern Time weekdays for any series of more than 100 requests.</li>
<li>Send E-utilities requests to <a href="//www.ncbi.nlm.nih.gov/books/NBK25501/">https://eutils.ncbi.nlm.nih.gov</a>, not the standard NCBI Web address.</li>
<li>Make no more than 3 requests every 1 second.</li>
<li>Use the URL parameter email, and tool for distributed software, so that we can track your project and contact you if there is a problem. For more information, please see the <a href="//www.ncbi.nlm.nih.gov/books/NBK25497/#_chapter2_Usage_Guidelines_and_Requiremen_">Usage Guidelines and Requirements section</a> in the <a href="//www.ncbi.nlm.nih.gov/books/NBK25501/">Entrez Programming Utilities Help Manual</a>.</li>
<li>NCBI's Disclaimer and Copyright notice must be evident to users of your service. NLM does not claim the <a href="https://www.nlm.nih.gov/databases/download.html">copyright on the abstracts in PubMed</a>; however, journal publishers or authors may. NLM provides no legal advice concerning distribution of copyrighted materials, consult your legal counsel.</li>
</ul></p>
</section>
<section class="col four_col border">
<h4>CONTENTS</h4>
<ul class="actionpg_ul">
<li><a href="#disclaimer">Website Disclaimer</a></li>
<li><a href="#usage">Website Usage</a></li>
<li><a href="#copyright">Copyright Status of Webpages</a></li>
<li><a href="#data">Molecular Data Usage</a></li>
<li><a href="#browsers">Use of Web Browsers</a></li>
<li><a href="#accessibility">Accessibility Policy</a></li>
<li><a href="#privacy">Privacy Policy</a></li>
<li><a href="#medical">Medical Information and Advice Disclaimer</a></li>
<li><a href="#scripting">Guidelines for Scripting Calls to NCBI Servers</a></li>
</ul>
</section>
</div>
<footer id="page_footer" data-section="footer">
<div class="foot_wrap">
<!-- top section of footer w link lists -->
<div class="col two_col">
<h3 role="heading" aria-level="3">NCBI</h3>
<ul>
<li><a href="../about/">About NCBI</a></li>
<li><a href="../submit.shtml">Submit</a></li>
<li><a href="../download.shtml">Download</a></li>
<li><a href="../learn.shtml">Learn</a></li>
<li><a href="../develop.shtml">Develop</a></li>
<li><a href="../analyze.shtml">Analyze</a></li>
<li><a href="/research/">Research</a></li>
<li><a href="/news/">NCBI News</a></li>
<li><a href="/guide/sitemap/">Resource List (A-Z)</a></li>
</ul>
</div>
<div class="col two_col">
<h3 role="heading" aria-level="3">Literature</h3>
<ul>
<li><a href="/pubmed/">PubMed</a></li>
<li><a href="/pmc/">PMC</a></li>
<li><a href="/books/">Books</a></li>
<li><a href="/nlmcatalog/">NLM Catalog</a></li>
</ul>
<h3 role="heading" aria-level="3">Health</h3>
<ul>
<li><a href="/pubmedhealth/">PubMed Health</a></li>
<li><a href="/medgen/">MedGen</a></li>
<li><a href="/gtr/">GTR</a></li>
<li><a href="/clinvar/">ClinVar</a></li>
<li><a href="/gap/">dbGap</a></li>
</ul>
</div>
<div class="col two_col">
<h3 role="heading" aria-level="3">Genomes</h3>
<ul>
<li><a href="/genome">Genome</a></li>
<li><a href="/nucleotide">Nucleotide</a></li>
<li><a href="/sra">SRA</a></li>
<li><a href="/assembly">Assembly</a></li>
<li><a href="/snp">dbSNP</a></li>
<li><a href="/dbvar">dbVar</a></li>
<li><a href="/geo/">GEO</a></li>
</ul>
</div>
<div class="col two_col">
<h3 role="heading" aria-level="3">Genes</h3>
<ul>
<li><a href="/gene/">Gene</a></li>
<li><a href="/nucleotide/">Nucleotide</a></li>
<li><a href="/genbank/">GenBank</a></li>
<li><a href="/refseq/">RefSeq</a></li>
<li><a href="/genbank/tpa">TPA</a></li>
<li><a href="/geo/">GEO</a></li>
<li><a href="/unigene">UniGene</a></li>
<li><a href="/homologene">HomoloGene</a></li>
<li><a href="/biosystems">BioSystems</a></li>
</ul>
</div>
<div class="col two_col">
<h3 role="heading" aria-level="3">Proteins</h3>
<ul>
<li><a href="/protein/">Protein</a></li>
<li><a href="/refseq/">RefSeq</a></li>
<li><a href="/genbank/tpa">TPA</a></li>
<li><a href="/homologene">HomoloGene</a></li>
<li><a href="/cdd">CDD</a></li>
<li><a href="/proteinclusters">Protein Clusters</a></li>
<li><a href="/structure">Structure</a></li>
<li><a href="/pcassay">PubChem BioAssay</a></li>
<li><a href="/biosystems">BioSystems</a></li>
</ul>
</div>
<div class="col two_col">
<h3 role="heading" aria-level="3">Chemicals</h3>
<ul>
<li><a href="https://pubchem.ncbi.nlm.nih.gov/">PubChem</a></li>
<li><a href="/pcassay">BioAssay</a></li>
<li><a href="/pcsubstance">Substance</a></li>
<li><a href="/pccompound">Compound</a></li>
<li><a href="/biosystems">BioSystems</a></li>
</ul>
</div>
<!-- social media -->
<div class="col two_col social">
<h3 role="heading" aria-level="3">Social</h3>
<ul class="social_media">
<li><a href="https://www.facebook.com/ncbi.nlm"><img class="icon-medium gray-medium" src="../images/icons/facebook.svg" aria-hidden="true" alt="" /><span class="icon-fallback-text">Facebook</span></a></li>
<li><a href="https://www.twitter.com/ncbi"><img class="icon-medium gray-medium" src="../images/icons/twitter.svg" aria-hidden="true" alt="" /><span class="icon-fallback-text">Twitter</span></a></li>
<li><a href="https://plus.google.com/s/ncbi"><img class="icon-medium gray-medium" src="../images/icons/google-plus.svg" aria-hidden="true" alt="" /><span class="icon-fallback-text">Google+</span></a></li>
<li><a href="https://www.linkedin.com/company/national-center-for-biotechnology-information-ncbi-"><img class="icon-medium gray-medium" src="../images/icons/linkedin.svg" aria-hidden="true" alt="" /><span class="icon-fallback-text">LinkedIn</span></a></li>
<li><a href="https://www.youtube.com/ncbinlm"><img class="icon-medium gray-medium" src="../images/icons/youtube.svg" aria-hidden="true" alt="" /><span class="icon-fallback-text">YouTube</span></a></li>
<li><a href="https://github.com/ncbi"><img class="icon-medium gray-medium" src="../images/icons/github.svg" aria-hidden="true" alt="" /><span class="icon-fallback-text">GitHub</span></a></li>
<li><a href="/news/announcements-list/"><img class="icon-medium gray-medium" src="../images/icons/rss.svg" aria-hidden="true" alt="" /><span class="icon-fallback-text">RSS Updates</span></a></li>
<li><a href="/news/announcements-list/"><img class="icon-medium gray-medium" src="../images/icons/email.svg" aria-hidden="true" alt="" /><span class="icon-fallback-text">Email Updates</span></a></li>
<li><a href="https://ncbiinsights.ncbi.nlm.nih.gov/"><img class="icon-medium gray-medium" src="../images/icons/blog.svg" aria-hidden="true" alt="" /><span class="icon-fallback-text">NCBI Blog</span></a></li>
</ul>
</div>
<a class="help_desk jig-ncbihelpwindow right" target="_blank" href="/sites/ehelp">Write to the Help Desk</a>
</div>
<!-- bottom section of footer -->
<div role="contentinfo">
<ul class="right inline_list logos">
<li><a href="https://www.nlm.nih.gov"><img class="gray-medium" src="../images/icons/nlm-logo.svg" aria-hidden="true" alt="" /><span class="icon-fallback-text">National Library Of Medicine</span></a></li>
<li><a href="https://www.nih.gov"><img class="gray-medium" src="../images/icons/nih-logo.svg" aria-hidden="true" alt="" /><span class="icon-fallback-text">National Institutes Of Health</span></a></li>
<li><a href="https://www.hhs.gov"><img class="gray-medium" src="../images/icons/hhs-logo.svg" aria-hidden="true" alt="" /><span class="icon-fallback-text">U.S. Department of Health & Human Services</span></a></li>
<li><a href="https://www.usa.gov"><img class="icon-large-wide gray-medium" src="../images/icons/usagov-logo.svg" aria-hidden="true" alt="" /><span class="icon-fallback-text">USA.gov</span></a></li>
</ul>
<div class="footer_padding">
<div class="footer_border h-card">
<a href="/" class="u-url"><h3 role="heading" aria-level="3" class="ncbi_blue p-org">NCBI</h3></a>
<address>
<a href="/" class="u-url p-org">National Center for Biotechnology Information,</a><a href="https://www.nlm.nih.gov/"> U.S. National Library of Medicine</a>
<span class="h-adr">
<span class="p-street-address">8600 Rockville Pike</span>,
<span class="p-locality">Bethesda</span>
<span class="p-region"> MD</span>,
<span class="p-postal-code">20894</span>
<span class="p-country-name">USA</span>
</span>
</address>
</div>
<div class="inline_list about_list">
<a href="../about/policies.shtml">Polices and Guidelines</a>
|
<a href="../about/contact.shtml">Contact</a>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="../hp.js"> </script>
<script type="text/javascript" src="../components/ncbi-standards/hf/header.js"> </script>
<script type="text/javascript" src="../check_youtube/check_youtube.js"> </script>
<script type="text/javascript" src="/portal/portal3rc.fcgi/rlib/js/InstrumentNCBIBaseJS/InstrumentPageStarterJS.js"> </script>
</div>
</body>
</html>