430 lines
21 KiB
Text
430 lines
21 KiB
Text
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>BankIt</title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="galert_type" content="submission"/>
|
|
<meta name="ncbi_app" content="websub"/>
|
|
<meta name="ncbi_db" content="genbank"/>
|
|
|
|
<script type="text/javascript">
|
|
var ncbi_startTime = new Date();
|
|
</script>
|
|
|
|
<link href="https://www.ncbi.nlm.nih.gov/coreweb/styles/header_footer.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/bankit.13.6.css" rel="stylesheet" type="text/css" title="default" />
|
|
<link href="css/tabmenu.13.6.css" rel="stylesheet" type="text/css" />
|
|
<link rel="stylesheet" id="sugstyle"
|
|
href="https://www.ncbi.nlm.nih.gov/coreweb/styles/ncbisuggest.css"
|
|
type="text/css" />
|
|
|
|
<!-- these stylesheets are intended to help make BankIt's style closer to
|
|
that of Submission Portal
|
|
-->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"/>
|
|
<link rel="stylesheet" type="text/css" href="css/fonts_ncbi.13.6.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/sp_1_82_layout.13.6.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/sp_3_74_ncbi_header.13.6.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/sp_3_74_ncbi_footer.13.6.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/sp_1_82_ncbi_uswds_parts.13.6.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/ncbi_header_footer_fix.13.6.css" />
|
|
|
|
<script type="text/javascript" src="js/addremove.13.6.js"></script>
|
|
<script type="text/javascript" src="js/cssQuery-p.13.6.js"></script>
|
|
<script type="text/javascript" src="js/messages.13.6.js"></script>
|
|
<script
|
|
type="text/javascript"
|
|
src="https://www.ncbi.nlm.nih.gov/core/lw/2.0/js/utils.1.js"></script>
|
|
<script type="text/javascript" src="/core/jig/1.15.2/js/jig.min.js"></script>
|
|
|
|
|
|
<!-- scripts for Submission Portal style functionality -->
|
|
<script type="text/javascript" src="js/sp_1_82_nwds.13.6.js"></script>
|
|
<script type="text/javascript" src="js/sp_1_82_ncbipopup.13.6.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
$ = jQuery;
|
|
// global alert component
|
|
$.getScript("/core/alerts/alerts.js",
|
|
function() {
|
|
galert(['#ncbi_header'])
|
|
});
|
|
// NCBI account popup menu
|
|
$(function () {
|
|
var $popupMenu = $('#account_info').ncbipopup();
|
|
});
|
|
|
|
function pinger_set_pdid(pdid_val) {
|
|
$('head').append('<meta name="ncbi_pdid" content="' + pdid_val + '"/>');
|
|
}
|
|
</script>
|
|
|
|
</head>
|
|
<body>
|
|
<!-- script that gathers initial form values -->
|
|
<script type="text/javascript">
|
|
$(document).ready(function() {
|
|
function gather_form_values() {
|
|
if ($(':input:file').length) {
|
|
return $(':input:visible').serialize() + '&' + $(':input:file').val();
|
|
} else {
|
|
return $(':input:visible').serialize();
|
|
}
|
|
}
|
|
initial_values = gather_form_values();
|
|
$(".id_redirect").bind("click", function(event) {
|
|
if (initial_values != gather_form_values()) {
|
|
if (confirm('You have modified data. Do you want to proceed without saving?'))
|
|
{
|
|
location = $(this).attr("href");
|
|
}
|
|
} else {
|
|
location = $(this).attr("href");
|
|
}
|
|
event.preventDefault();
|
|
});
|
|
|
|
// re-enable the internal stops warning if this is a CDS page
|
|
var feat_name_id = $('input[name="feat_name_id"]').val();
|
|
if( feat_name_id == "CDS" ) {
|
|
$(':input').change( reenable_cds_warnings );
|
|
}
|
|
if( feat_name_id == "tRNA" ) {
|
|
$(':input').change( reenable_anticodon_warnings );
|
|
}
|
|
|
|
});
|
|
</script>
|
|
|
|
<div class="spbody">
|
|
|
|
<!-- ncbi_header will be included here -->
|
|
<!-- ========== BEGIN NCBI HEADER ========== -->
|
|
<header id="ncbi_header" class="ncbi-header" role="banner">
|
|
<div class="usa-grid">
|
|
<div class="usa-width-one-whole">
|
|
<div class="ncbi-header__logo">
|
|
<a href="https://www.ncbi.nlm.nih.gov/" class="logo" aria-label="NCBI Logo" data-ga-action="click_image" data-ga-label="NIH NLM Logo">
|
|
<img src="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/logos/AgencyLogo.svg" alt="NIH NLM Logo" />
|
|
</a>
|
|
</div>
|
|
|
|
<!-- e.g. login elem or show-account-info elem -->
|
|
<!-- file used to show the account area when the user is NOT logged in -->
|
|
<div class="ncbi-header__account">
|
|
<a id="account_login" href="https://account.ncbi.nlm.nih.gov/?back_url=https%3A%2F%2Fwww.ncbi.nlm.nih.gov%2FWebSub%2F%3Ftool%3Dbarcode" class="usa-button header-button">Log in</a>
|
|
</div>
|
|
|
|
|
|
<div class="ncbi-popup-anchor">
|
|
<div class="ncbi-popup account-popup" id="account_popup" aria-hidden="true">
|
|
<div class="ncbi-popup-head">
|
|
<button class="ncbi-close-button"><span class="fa fa-close"></span><span class="usa-sr-only">Close</span></button>
|
|
<h4>Account</h4>
|
|
</div>
|
|
<div class="account-user-info">
|
|
Logged in as:<br/>
|
|
<b><span class="username" id="uname_long"></span></b>
|
|
</div>
|
|
<div class="account-links">
|
|
<ul class="usa-unstyled-list">
|
|
<li><a id="account_myncbi" href="https://www.ncbi.nlm.nih.gov/myncbi/">Dashboard</a></li>
|
|
<li><a id="account_pubs" href="https://www.ncbi.nlm.nih.gov/myncbi/collections/bibliography/">Publications</a></li>
|
|
<li><a id="account_settings" href="https://www.ncbi.nlm.nih.gov/account/settings/">Account settings</a></li>
|
|
<li><a id="account_logout" href="https://www.ncbi.nlm.nih.gov/account/signout/?back_url=https%3A%2F%2Fwww.ncbi.nlm.nih.gov%2FWebSub%2F">Log out</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<a id="accesskey_0" href="https://www.ncbi.nlm.nih.gov/guide/browsers/#ncbi_accesskeys" class="usa-sr-only" accesskey="0">Accesskeys</a>
|
|
<!-- ========== END NCBI HEADER ========== -->
|
|
|
|
|
|
<div class="ncbi-topnav" id="ncbi-topnav">
|
|
<div class="ncbi-topnav-root"><strong id="subportal-logo" class="logo"><a href="./index.cgi" id="topnav-nwds">BankIt</a></strong></div>
|
|
<!-- login CTA ("call to action"). missing if not applicable. -->
|
|
<!-- Shows the "post-it note" telling user to log in -->
|
|
<div class="pleaselogin rbox boxlist">
|
|
<p>Log in or register to submit or view previous submissions</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- Content -->
|
|
<div id="maincontent">
|
|
|
|
|
|
<span>
|
|
<noscript>
|
|
<h3>
|
|
<strong class="error">This application requires javascript. Please enable javascript in your browser's settings!</strong>
|
|
</h3>
|
|
</noscript>
|
|
<script type="text/javascript">
|
|
pinger_set_pdid('home-barcode');
|
|
</script>
|
|
<div xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" class="top">
|
|
<h2>
|
|
We are sorry, but the Barcode Submission Tool has been retired and is no
|
|
longer available.
|
|
</h2>
|
|
<p>
|
|
You may submit your sequence data to GenBank using the
|
|
<a id="link_to_websub_genbank" href="?tool=genbank">BankIt</a>
|
|
submission tool.
|
|
<br />
|
|
If you have any specific questions or comments about this change, please
|
|
feel free to contact us at
|
|
<a href="mailto:gb-admin@ncbi.nlm.nih.gov?subject='Retirement of Barcode Submission Tool'">gb-admin@ncbi.nlm.nih.gov</a>
|
|
with the subject 'Retirement of Barcode Submission Tool'.
|
|
</p>
|
|
</div>
|
|
</span>
|
|
</div>
|
|
<!-- end of #maincontent -->
|
|
|
|
<!-- ========== BEGIN FOOTER ========== -->
|
|
<footer>
|
|
<section class="icon-section">
|
|
<div id="icon-section-header" class="icon-section_header">Follow NCBI</div>
|
|
<div class="grid-container container">
|
|
<div class="icon-section_container">
|
|
<a class="footer-icon" id="footer_twitter" href="https://twitter.com/ncbi" aria-label="Twitter"><svg
|
|
width="40" height="40" viewBox="0 0 40 37" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<title>Twitter</title>
|
|
<g id="State=Default">
|
|
<path id="path1009"
|
|
d="M6.06736 7L16.8778 20.8991L6.00001 32.2H10.2L18.6 23.1L25.668 32.2H34L22.8 17.5L31.9 7H28.4L20.7 15.4L14.401 7H6.06898H6.06736ZM9.66753 8.73423H12.9327L29.7327 30.4658H26.5697L9.66753 8.73423Z"
|
|
fill="#5B616B"/>
|
|
</g>
|
|
</svg></a>
|
|
<a class="footer-icon" id="footer_facebook" href="https://www.facebook.com/ncbi.nlm" aria-label="Facebook"><svg
|
|
data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
|
|
<title>Facebook</title>
|
|
<path class="cls-11"
|
|
d="M210.5,115.12H171.74V97.82c0-8.14,5.39-10,9.19-10h27.14V52l-39.32-.12c-35.66,0-42.42,26.68-42.42,43.77v19.48H99.09v36.32h27.24v109h45.41v-109h35Z">
|
|
</path>
|
|
</svg></a>
|
|
<a class="footer-icon" id="footer_linkedin"
|
|
href="https://www.linkedin.com/company/ncbinlm"
|
|
aria-label="LinkedIn"><svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
|
|
<title>LinkedIn</title>
|
|
<path class="cls-11"
|
|
d="M101.64,243.37H57.79v-114h43.85Zm-22-131.54h-.26c-13.25,0-21.82-10.36-21.82-21.76,0-11.65,8.84-21.15,22.33-21.15S101.7,78.72,102,90.38C102,101.77,93.4,111.83,79.63,111.83Zm100.93,52.61A17.54,17.54,0,0,0,163,182v61.39H119.18s.51-105.23,0-114H163v13a54.33,54.33,0,0,1,34.54-12.66c26,0,44.39,18.8,44.39,55.29v58.35H198.1V182A17.54,17.54,0,0,0,180.56,164.44Z">
|
|
</path>
|
|
</svg></a>
|
|
<a class="footer-icon" id="footer_github" href="https://github.com/ncbi" aria-label="GitHub"><svg
|
|
data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
|
|
<defs>
|
|
<style>
|
|
.cls-11,
|
|
.cls-12 {
|
|
fill: #737373;
|
|
}
|
|
|
|
.cls-11 {
|
|
fill-rule: evenodd;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<title>GitHub</title>
|
|
<path class="cls-11"
|
|
d="M151.36,47.28a105.76,105.76,0,0,0-33.43,206.1c5.28,1,7.22-2.3,7.22-5.09,0-2.52-.09-10.85-.14-19.69-29.42,6.4-35.63-12.48-35.63-12.48-4.81-12.22-11.74-15.47-11.74-15.47-9.59-6.56.73-6.43.73-6.43,10.61.75,16.21,10.9,16.21,10.9,9.43,16.17,24.73,11.49,30.77,8.79,1-6.83,3.69-11.5,6.71-14.14C108.57,197.1,83.88,188,83.88,147.51a40.92,40.92,0,0,1,10.9-28.39c-1.1-2.66-4.72-13.42,1-28,0,0,8.88-2.84,29.09,10.84a100.26,100.26,0,0,1,53,0C198,88.3,206.9,91.14,206.9,91.14c5.76,14.56,2.14,25.32,1,28a40.87,40.87,0,0,1,10.89,28.39c0,40.62-24.74,49.56-48.29,52.18,3.79,3.28,7.17,9.71,7.17,19.58,0,14.15-.12,25.54-.12,29,0,2.82,1.9,6.11,7.26,5.07A105.76,105.76,0,0,0,151.36,47.28Z">
|
|
</path>
|
|
<path class="cls-12"
|
|
d="M85.66,199.12c-.23.52-1.06.68-1.81.32s-1.2-1.06-.95-1.59,1.06-.69,1.82-.33,1.21,1.07.94,1.6Zm-1.3-1">
|
|
</path>
|
|
<path class="cls-12"
|
|
d="M90,203.89c-.51.47-1.49.25-2.16-.49a1.61,1.61,0,0,1-.31-2.19c.52-.47,1.47-.25,2.17.49s.82,1.72.3,2.19Zm-1-1.08">
|
|
</path>
|
|
<path class="cls-12"
|
|
d="M94.12,210c-.65.46-1.71,0-2.37-.91s-.64-2.07,0-2.52,1.7,0,2.36.89.65,2.08,0,2.54Zm0,0"></path>
|
|
<path class="cls-12"
|
|
d="M99.83,215.87c-.58.64-1.82.47-2.72-.41s-1.18-2.06-.6-2.7,1.83-.46,2.74.41,1.2,2.07.58,2.7Zm0,0">
|
|
</path>
|
|
<path class="cls-12"
|
|
d="M107.71,219.29c-.26.82-1.45,1.2-2.64.85s-2-1.34-1.74-2.17,1.44-1.23,2.65-.85,2,1.32,1.73,2.17Zm0,0">
|
|
</path>
|
|
<path class="cls-12"
|
|
d="M116.36,219.92c0,.87-1,1.59-2.24,1.61s-2.29-.68-2.3-1.54,1-1.59,2.26-1.61,2.28.67,2.28,1.54Zm0,0">
|
|
</path>
|
|
<path class="cls-12"
|
|
d="M124.42,218.55c.15.85-.73,1.72-2,1.95s-2.37-.3-2.52-1.14.73-1.75,2-2,2.37.29,2.53,1.16Zm0,0"></path>
|
|
</svg></a>
|
|
<a class="footer-icon" id="footer_blog" href="https://ncbiinsights.ncbi.nlm.nih.gov/" aria-label="Blog">
|
|
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.cls-1{fill:#737373;}</style></defs><path class="cls-1" d="M14,30a4,4,0,1,1-4-4,4,4,0,0,1,4,4Zm11,3A19,19,0,0,0,7.05,15a1,1,0,0,0-1,1v3a1,1,0,0,0,.93,1A14,14,0,0,1,20,33.07,1,1,0,0,0,21,34h3a1,1,0,0,0,1-1Zm9,0A28,28,0,0,0,7,6,1,1,0,0,0,6,7v3a1,1,0,0,0,1,1A23,23,0,0,1,29,33a1,1,0,0,0,1,1h3A1,1,0,0,0,34,33Z"/></svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="container-fluid bg-primary">
|
|
<div class="container pt-5">
|
|
<div class="row mt-3">
|
|
<div class="col-lg-3 col-12">
|
|
<p><a class="text-white" href="https://www.nlm.nih.gov/socialmedia/index.html">Connect with NLM</a></p>
|
|
<ul class="list-inline social_media">
|
|
<li class="list-inline-item"><a href="https://twitter.com/NLM_NIH" aria-label="Twitter"
|
|
target="_blank" rel="noopener noreferrer"><svg width="35" height="35" viewBox="0 0 38 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<title>Twitter</title>
|
|
<g id="X icon" clip-path="url(#clip0_65276_3946)">
|
|
<path id="Vector" d="M17.5006 34.6565C26.9761 34.6565 34.6575 26.9751 34.6575 17.4996C34.6575 8.02416 26.9761 0.342773 17.5006 0.342773C8.02514 0.342773 0.34375 8.02416 0.34375 17.4996C0.34375 26.9751 8.02514 34.6565 17.5006 34.6565Z" fill="#205493" stroke="white" stroke-width="1.2" stroke-miterlimit="10"></path>
|
|
<path id="path1009" d="M8.54811 8.5L16.2698 18.4279L8.50001 26.5H11.5L17.5 20L22.5486 26.5H28.5L20.5 16L27 8.5H24.5L19 14.5L14.5007 8.5H8.54927H8.54811ZM11.1197 9.73873H13.4519L25.4519 25.2613H23.1926L11.1197 9.73873Z" fill="white"></path>
|
|
</g>
|
|
<defs>
|
|
<clipPath id="clip0_65276_3946">
|
|
<rect width="38" height="38" fill="white"></rect>
|
|
</clipPath>
|
|
</defs>
|
|
</svg></a></li>
|
|
<li class="list-inline-item"><a href="https://www.facebook.com/nationallibraryofmedicine"
|
|
aria-label="Facebook" rel="noopener noreferrer" target="_blank">
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
|
|
y="0px" viewBox="0 0 249 249" style="enable-background:new 0 0 249 249;" xml:space="preserve">
|
|
<style type="text/css">
|
|
.st10 {
|
|
fill: #FFFFFF;
|
|
}
|
|
|
|
.st110 {
|
|
fill: none;
|
|
stroke: #FFFFFF;
|
|
stroke-width: 8;
|
|
stroke-miterlimit: 10;
|
|
}
|
|
</style>
|
|
<title>SM-Facebook</title>
|
|
<g>
|
|
<g>
|
|
<path class="st10" d="M159,99.1h-24V88.4c0-5,3.3-6.2,5.7-6.2h16.8V60l-24.4-0.1c-22.1,0-26.2,16.5-26.2,27.1v12.1H90v22.5h16.9
|
|
v67.5H135v-67.5h21.7L159,99.1z"></path>
|
|
</g>
|
|
</g>
|
|
<circle class="st110" cx="123.6" cy="123.2" r="108.2"></circle>
|
|
</svg>
|
|
</a>
|
|
</li>
|
|
<li class="list-inline-item"><a href="https://www.youtube.com/user/NLMNIH" aria-label="Youtube"
|
|
target="_blank" rel="noopener noreferrer"><svg version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 249 249"
|
|
style="enable-background:new 0 0 249 249;" xml:space="preserve">
|
|
<title>SM-Youtube</title>
|
|
<style type="text/css">
|
|
.st4 {
|
|
fill: none;
|
|
stroke: #FFFFFF;
|
|
stroke-width: 8;
|
|
stroke-miterlimit: 10;
|
|
}
|
|
|
|
.st5 {
|
|
fill: #FFFFFF;
|
|
}
|
|
</style>
|
|
<circle class="st4" cx="124.2" cy="123.4" r="108.2"></circle>
|
|
<g transform="translate(0,-952.36218)">
|
|
<path class="st5"
|
|
d="M88.4,1037.4c-10.4,0-18.7,8.3-18.7,18.7v40.1c0,10.4,8.3,18.7,18.7,18.7h72.1c10.4,0,18.7-8.3,18.7-18.7
|
|
v-40.1c0-10.4-8.3-18.7-18.7-18.7H88.4z M115.2,1058.8l29.4,17.4l-29.4,17.4V1058.8z"></path>
|
|
</g>
|
|
</svg></a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-lg-3 col-12">
|
|
<p class="address_footer text-white">National Library of Medicine<br>
|
|
<a href="https://www.google.com/maps/place/8600+Rockville+Pike,+Bethesda,+MD+20894/@38.9959508,-77.101021,17z/data=!3m1!4b1!4m5!3m4!1s0x89b7c95e25765ddb:0x19156f88b27635b8!8m2!3d38.9959508!4d-77.0988323"
|
|
class="text-white" target="_blank" rel="noopener noreferrer">8600 Rockville Pike<br>
|
|
Bethesda, MD 20894</a></p>
|
|
</div>
|
|
<div class="col-lg-3 col-12 centered-lg">
|
|
<p><a href="https://www.nlm.nih.gov/web_policies.html" class="text-white">Web Policies</a><br>
|
|
<a href="https://www.nih.gov/institutes-nih/nih-office-director/office-communications-public-liaison/freedom-information-act-office"
|
|
class="text-white">FOIA</a><br>
|
|
<a href="https://www.hhs.gov/vulnerability-disclosure-policy/index.html" class="text-white" id="vdp">HHS Vulnerability Disclosure</a></p>
|
|
</div>
|
|
<div class="col-lg-3 col-12 centered-lg">
|
|
<p><a class="supportLink text-white" href="https://support.nlm.nih.gov/">Help</a><br>
|
|
<a href="https://www.nlm.nih.gov/accessibility.html" class="text-white">Accessibility</a><br>
|
|
<a href="https://www.nlm.nih.gov/careers/careers.html" class="text-white">Careers</a></p>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-lg-12 centered-lg">
|
|
<nav class="bottom-links">
|
|
<ul class="mt-3">
|
|
<li>
|
|
<a class="text-white" href="//www.nlm.nih.gov/">NLM</a>
|
|
</li>
|
|
<li>
|
|
<a class="text-white"
|
|
href="https://www.nih.gov/">NIH</a>
|
|
</li>
|
|
<li>
|
|
<a class="text-white" href="https://www.hhs.gov/">HHS</a>
|
|
</li>
|
|
<li>
|
|
<a
|
|
class="text-white" href="https://www.usa.gov/">USA.gov</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!--<p id="updateinfo">Last revision: </p>-->
|
|
</footer>
|
|
<!-- ========== END FOOTER ========== -->
|
|
|
|
|
|
|
|
<!-- ========== BEGIN NCBI FOOTER ==========
|
|
<footer id="ncbi-footer" class="usa-footer usa-footer-medium usa-sans ncbi-footer" role="contentinfo">
|
|
<div class="usa-footer-secondary_section ncbi-section">
|
|
<div class="usa-grid">
|
|
<div class="usa-width-one-half ncbi">
|
|
<h3 class="ncbi-full-name">!!!National Center for Biotechnology Information</h3>
|
|
<address>
|
|
<span class="h-adr"> <span class="p-street-address break">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>
|
|
<ul class="ncbi-inline-list">
|
|
<li><a id="footer_about" href="https://www.ncbi.nlm.nih.gov/home/about/">About us</a></li>
|
|
<li><a id="footer_contact" href="https://www.ncbi.nlm.nih.gov/home/about/contact.shtml">Contact us</a></li>
|
|
<li><a id="footer_policies" href="https://www.ncbi.nlm.nih.gov/home/about/policies.shtml">Policies</a></li>
|
|
<li><a id="footer_foia" href="https://www.nih.gov/institutes-nih/nih-office-director/office-communications-public-liaison/freedom-information-act-office">FOIA</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="usa-width-one-half">
|
|
<ul class="ncbi-inline-list icon-list icon-list-elastic">
|
|
<li class="li-support"><a id="footer_support" href="https://support.ncbi.nlm.nih.gov/">NCBI Support Center</a></li>
|
|
</ul>
|
|
<ul class="ncbi-unstyled-list gov-agencies">
|
|
<li><a id="footer_nlm" href="https://www.nlm.nih.gov/">U.S. National Library of Medicine</a></li>
|
|
<li><a id="footer_nih" href="https://www.nih.gov/">National Institutes of Health</a></li>
|
|
<li><a id="footer_hhs" href="https://www.hhs.gov/">Department of Health and Human Services</a></li>
|
|
<li><a id="footer_usagov" href="https://www.usa.gov/">USA.gov</a></li>
|
|
</ul>
|
|
<!-<p class="updateinfo">Last revision: </p>->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
========== END NCBI FOOTER ========== -->
|
|
|
|
|
|
</div>
|
|
<!-- end of .spbody -->
|
|
|
|
<script type="text/javascript"
|
|
src="/portal/portal3rc.fcgi/rlib/js/InstrumentOmnitureBaseJS/InstrumentNCBIConfigJS/InstrumentNCBIBaseJS/InstrumentPageStarterJS.js">
|
|
</script>
|
|
</body>
|
|
</html>
|