CINXE.COM

Former Home of Imagej

<html> <head> <title>Former Home of Imagej</title> <!-- We participate in the US government's analytics program. See the data at analytics.usa.gov. --> <script async type="text/javascript" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=HHS&subagency=NIH" id="_fed_an_ua_tag"></script> <!-- <meta http-equiv="refresh" content="30; url=https://imagej.net"> --> </head> <body> <style> /* Section 508: see http://www.hhs.gov/web/508/index.html */ /*********************************************************************************/ /* Skip link */ /* <link rel="stylesheet" type="text/css" href="../css/508.css" /> <div id="skipmenu"><a href="#skip" class="skippy">Skip Navigation</a></div> <!-- end skipmenu --> .... nav .... <a name="skip"></a> .... content .... */ div#skipmenu{ position:relative; } div#skipmenu a.skippy{ position:absolute; top: -1000px; left:-1000px; height: 1px; width: 1px; overflow:hidden; } div#skipmenu a.skippy:active, div#skipmenu a.skippy:focus, div#skipmenu a.skippy:hover{ position: absolute; top:auto; left:auto; width:100%; height: 1em; width: auto; font-size:1em; font-weight:bold; width:100%; padding-bottom:15px; color: black; z-index:100; text-align:right; margin-bottom:25px; } /*********************************************************************************/ body { xbackground-color: #eef; } div#main { padding-top: 2em; padding-bottom: 5em; text-align: center; } h2 { margin-right: auto; margin-left: auto; text-align: center; clear: both; } h1 a { color: black; text-decoration: none; } div.banner { background-color: #cce; border: 1px solid #000; /* round corners on some browsers*/ border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; } div.banner h1 { display: inline; } div.banner img { vertical-align: middle; height: 5em; padding: 0.5em; } .clear { clear: both; } div.footer { text-align: center; width: 100%; padding: 0; margin: 0; background-color: #cce; border: 1px solid #000; /* round corners on some browsers*/ border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; } .footer div.left { display: inline; padding: 0.5em; margin: 0.5em; } .footer #lastrow { text-align: right; } .footer #modified { display: inline; } .footer div.right { display: inline; } .footer img { border: 0; margin: 10px; } </style> <div role="header"> <div id="skipmenu"><a href="#skip" class="skippy">Skip Navigation</a></div> <!-- end skipmenu --> <div class="banner"> <img class="logo" src="/images/imagej2.png" alt="ImageJ logo" title="ImageJ logo"> <h1>Former Home of ImageJ</h1> </div> <a name="skip"></a> </div role="header"> <div role="main" id="main"> <h2>Former Home of ImageJ</h2> Welcome to https://imagej.nih.gov/. The site has moved to <A id="redirectLink" HREF="https://imagej.net">https://imagej.net</A>. <P> <H3>Please refresh your bookmarks.</H3> <!-- You will be redirected to the new site in 30 seconds. --> </div> <div class="footer" role="contentinfo"> <div class="left"> <a href="http://www.dhhs.gov"><img src="/images/dhhs_logo.gif" height=75 alt="U.S. Department of Health and Human Services" title="U.S. Department of Health and Human Services"></a> </div> <div class="left"> <a href="http://www.nih.gov"><img src="/images/NIH_Logo.gif" height=70 alt="National Institutes of Health" title="National Institutes of Health"></a> </div> <div class="right"> <a href="http://www.usa.gov"><img src="/images/usagov_logo_color.gif" height=55 alt="USA.gov" title="USA.gov"></a> </div> <div class="right"> <a href="https://www.hhs.gov/vulnerability-disclosure-policy/index.html" target="_blank" title="Vulnerability Disclosure">Vulnerability Disclosure</a> </div> <!-- <div id="lastrow"> <div id="modified"> Last updated 25 Mar 2022. </div id="modified"> </div> --> </div class="footer" role="contentinfo"> </body> </html> <script> const currentUrl = window.location.href; const url = new URL(currentUrl); // Get the anchor element const anchor = document.getElementById("redirectLink"); // Update the href attribute anchor.href = anchor.href.replace(/\/$/, "")+ url.pathname; // Update the text of the link to match the href anchor.textContent = anchor.href; </script>

Pages: 1 2 3 4 5 6 7 8 9 10