| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd"><html xmlns:og="http://ogp.me/ns#"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>NASA - | |
| Home | |
| </title><!--SYSTEM DEFINED METADATA--><META content="IE=7" http-equiv="X-UA-Compatible"><META NAME="CMS Document Id" CONTENT="110186"><META NAME="dc.title" CONTENT="NASA - Home"><META NAME="dc.format" CONTENT="text/html"><META NAME="dc.date.modified" CONTENT="2013-04-10"><META NAME="dc.language" CONTENT="en"><META NAME="dc.publisher" CONTENT="Brian Dunbar"><META NAME="dc.publisher.tool" CONTENT="eTouch Digital Asset Management(CMS)"><META NAME="dc.description" CONTENT=""><META NAME="dc.identifier" CONTENT="http://www.nasa.gov/home/index.html"><!--USER DEFINED METADATA--><META NAME="dc.subject" CONTENT=""><meta property="og:title" content="NASA - Home"><meta property="og:description" content="NASA.gov brings you images, videos and interactive features from the unique perspective of America’s space agency. Get the latest updates on NASA missions, subscribe to blogs, RSS feeds and podcasts, watch NASA TV live, or simply read about our mission to pioneer the future in space exploration, scientific discovery and aeronautics research."><META NAME="description" CONTENT="NASA.gov brings you images, videos and interactive features from the unique perspective of America’s space agency. Get the latest updates on NASA missions, subscribe to blogs, RSS feeds and podcasts, watch NASA TV live, or simply read about our mission to pioneer the future in space exploration, scientific discovery and aeronautics research."><meta content="54971236771" property="fb:page_id"><meta content="11348282" property="twitter:account_id"><title>NASA - | |
| Home | |
| </title><!--Standard Includes--><script src="/js/196918main_browser_message.js" type="text/javascript" language="javascript"></script> | |
| <script type="text/javascript"> | |
| /** | |
| * Browser Detect Class | |
| */ | |
| function detectBrowserClass(modern){ | |
| var nBrowser = navigator.appName; | |
| var nVersion = navigator.appVersion; | |
| var nAgent = navigator.userAgent; | |
| this.version; | |
| this.browser; | |
| this.os; | |
| this.modern = (typeof modern == 'object') == true ? modern:0; | |
| if(nVersion.indexOf('Windows') !=-1){ | |
| this.os = 'win'; | |
| }else{ | |
| this.os = (nVersion.indexOf('Macintosh') !=-1) == true ? 'mac':'other'; | |
| } | |
| if (nAgent.indexOf('Opera') !=-1){ | |
| var strIndex = nAgent.indexOf('Opera'); | |
| this.version = nAgent.substring((strIndex + 6), (strIndex + 9)); | |
| this.browser = 'opera'; | |
| } | |
| else if (nAgent.indexOf('Firefox') !=-1){ | |
| var strIndex = nAgent.indexOf('Firefox'); | |
| this.version = nAgent.substring((strIndex + 8), (strIndex + 11)); | |
| this.browser = 'firefox'; | |
| } | |
| else if(nAgent.indexOf('MSIE') !=-1){ | |
| var strIndex = nAgent.indexOf('MSIE'); | |
| this.version = nAgent.substring((strIndex + 5), (strIndex + 8)); | |
| this.browser = 'ie'; | |
| } | |
| else if (nAgent.indexOf('Safari') !=-1){ | |
| if (nAgent.indexOf('Version') !=-1){ | |
| var strIndex = nAgent.indexOf('Version') | |
| this.version = nAgent.substring((strIndex + 8), (strIndex + 11)) | |
| }else{ | |
| this.version = 2; | |
| } | |
| this.browser = 'safari'; | |
| } | |
| else if (nAgent.indexOf('Netscape') !=-1){ | |
| var strIndex = nAgent.indexOf('Netscape'); | |
| this.version = nAgent.substring((strIndex + 9), (strIndex + 12)); | |
| this.browser = 'netscape'; | |
| }else{ | |
| this.browser = nBrowser.toLowerCase(); | |
| this.version = null; | |
| } | |
| this.whichBrowser = function (){ return this.browser; } | |
| this.whichVersion = function (){ return this.version; } | |
| this.whichOS = function (){ return this.os; } | |
| this.getInfo = function (){ | |
| var info = "Browser name: " + nBrowser + "<br />" + | |
| "Browser version: "+ nVersion + "<br />" + | |
| "User Agent: " + nAgent; | |
| return info; | |
| } | |
| this.modernBrowser = function (){ | |
| var isModern = false; | |
| if(typeof(this.modern[this.browser])=='number' || this.version === null){ | |
| isModern = ( this.modern[this.browser] <= this.version || this.version === null ) == true ? true :0; | |
| } | |
| return isModern; | |
| } | |
| } | |
| // Instantiate browser detect | |
| var detectBrowser = new detectBrowserClass({ | |
| 'opera': 9, | |
| 'safari': 2, | |
| 'firefox': 1.5, | |
| 'ie': 6 | |
| }); | |
| /* Support legacy browsers*/ | |
| if(detectBrowser.modernBrowser() == true){ | |
| var css = '<link href="/css/207071main_allpages.css" rel="stylesheet" type="text/css" />'; | |
| if(detectBrowser.whichBrowser()=='firefox'){ | |
| css= css + '<link href="/css/207947main_etouch_firefox.css" rel="stylesheet" type="text/css" />'; | |
| } | |
| document.write(css); | |
| }else{ | |
| document.write(legacyMsg); | |
| } | |
| </script> | |
| <link type="text/css" rel="stylesheet" href="/css/207308main_allmodules_homepage.css"><script language="javascript" type="text/javascript" src="/templateimages/redesign/browser/js/conditionalBrowser.js"></script><script src="/js/191731main_prototype.js" type="text/javascript" language="javascript"></script><script src="/js/191696main_builder.js" type="text/javascript" language="javascript"></script><script src="/js/191704main_effects.js" type="text/javascript" language="javascript"></script><script src="/js/191701main_dragdrop.js" type="text/javascript" language="javascript"></script><script src="/js/191738main_slider.js" type="text/javascript" language="javascript"></script><script src="/js/191739main_sound.js" type="text/javascript" language="javascript"></script><script src="/js/191698main_controls.js" type="text/javascript" language="javascript"></script><script src="/js/194940main_RoundedMorph.js" type="text/javascript" language="javascript"></script><script src="/js/191745main_transitions.js" type="text/javascript" language="javascript"></script><script src="/js/191713main_global.js" type="text/javascript" language="javascript"></script><script src="/js/191734main_ScrollRegion.js" type="text/javascript" language="javascript"></script><script src="/js/191730main_PrettyCounter.js" type="text/javascript" language="javascript"></script><script src="/js/191737main_SkinnedSelect.js" type="text/javascript" language="javascript"></script><script src="/js/191695main_Blinds.js" type="text/javascript" language="javascript"></script><script src="/js/194933main_FloatingInfoClass.js" type="text/javascript" language="javascript"></script><script src="/js/191742main_Tabs.js" type="text/javascript" language="javascript"></script><script src="/js/191702main_DropDownMenu.js" type="text/javascript" language="javascript"></script><script src="/js/207309main_club1_homepage.js" type="text/javascript" language="javascript"></script><script src="/js/194938main_may-common_rd.js" type="text/javascript" language="javascript"></script><script src="/js/4564main_index.js" type="text/javascript" language="javascript"></script><script src="/js/196917main_flash_rd.js" type="text/javascript" language="javascript"></script><script src="/js/207088main_club2.js" type="text/javascript" language="javascript"></script><script src="/js/202888main_plugindemandtv_new.js" type="text/javascript" language="javascript"></script><script language="javascript" type="text/javascript" src="/js/445945main_jquery-1.4.2.min.js"></script><script> | |
| jQuery.noConflict(); | |
| </script><script src="/js/327437main_nasaHome.js" type="text/javascript" language="javascript"></script><script src="/js/359270main_nasaupcomingevents.js" type="text/javascript" language="javascript"></script><script src="/js/376043main_nasaImageRotater.js" type="text/javascript" language="javascript"></script><script src="/js/478910main_UnPacked.js" type="text/javascript" language="javascript"></script><script src="/js/2605main_triggerParams.js" type="text/javascript" language="javascript"></script><script src="/js/2606main_stdLauncher.js" type="text/javascript" language="javascript"></script><script type="text/javascript">Poll();</script><script src="/js/196887main_externalsource_header.js" type="text/javascript" language="javascript"></script></head><body><!--No Script Include starts here--> | |
| <!--googleoff: snippet--> | |
| <noscript> | |
| <center> | |
| <div class="site_errors"> | |
| <div class="floatType_site_error_top"></div> | |
| <div class="floatType_site_error"> | |
| <table summary="layout table"> | |
| <tr> | |
| <td bgcolor="#000000"> | |
| <font color="#ffffff"> | |
| <h2><img src="/templateimages/redesign/modules/overlay/site_error.gif" title="Site Error" alt="Site Error"/>There's a problem with your browser or settings. | |
| </h2> | |
| </font> | |
| <font color="#ffffff"> | |
| <p>Your browser or your browser's settings are not supported. To get the best experience possible, please download a compatible browser. If you know your browser is up to date, you should check to ensure that | |
| javascript is enabled. | |
| </p> | |
| </font> | |
| <p><a target="_blank" href="/home/How_to_enable_Javascript.html">› Learn How</a></p> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <div class="floatType_site_error_bottom"></div> | |
| </div> | |
| </center> | |
| </noscript> | |
| <!--googleon: snippet--> | |
| <!--No Script Include ends here--><!--Content Body Starts Here--><div class="content_body"><div class="top"><script src="/js/194928main_ShowRSS.js" type="text/javascript" language="javascript"></script><input value="" id="curr_rssurl" type="hidden"><!-- Skip navigation link --><div class="skiplink"><a href="#maincontent">Follow this link to skip to the main content</a></div><div id="top_header" class="top_header"><div class="header"><h1><a class="nasa_logo" href="/home/index.html"><span class="hide">NASA - National Aeronautics and Space Administration</span></a></h1><div id="header_form"></div><script language="javascript" type="text/javascript"> | |
| var search_list = [ ]; | |
| </script><script>createLoginForm();</script><script>createSearchForm();</script></div><div class="dropper 74" id="main-nav"><script type="text/javascript"> | |
| addMenuSupport(); | |
| </script></div></div><div class="top_audience"><ul class="audiences_nav"><li><strong>For Public</strong><span class="light_grey">   |   </span></li><li><a href="/audience/foreducators/index.html" class="">For Educators</a><span class="light_grey">   |   </span></li><li><a href="/audience/forstudents/index.html" class="">For Students</a><span class="light_grey">   |   </span></li><li><a href="/audience/formedia/index.html" class="">For Media</a></li><li id="right_menu"><ul id="utilities_nav"><li><span class="hide"><form method="post" target="myNewWin" name="emailForm" action="http://mynasa.nasa.gov/portal/util/email/nasa_emailform_2007.jsp"><input value="http://www.nasa.gov/home/index.html" id="url" name="url" type="hidden"><input value="Home" id="titleUrl" name="titleUrl" type="hidden"><input value="Home" id="promoTitle" name="promoTitle" type="hidden"><input value="" id="promoDate" name="promoDate" type="hidden"><input value="asan" id="flag" name="flag" type="hidden"><input value="" id="leaderSentence" name="leaderSentence" type="hidden"><input value="110186" id="documentId" name="documentId" type="hidden"></form></span><a class="icons_black icon_send" href="javascript:submitPopUpEmail();">Send</a></li><li><span class="skiplinklogin"><a href="javascript:openUserPref(%22http://www.addthis.com/bookmark.php?u508=true&username=addthisforshare&url=http://www.nasa.gov/home/index.html&title=Home%22)" id="skipLinkShare">Follow this link to Share This Page</a></span><div class="addthis_toolbox"></div><a href="#" class="addthis_button_compact myOverlayBookmark bookmark bottom null icons_black icon_share">Share</a></li></ul></li></ul></div></div><!-- Hidden skip navigation anchor --><a name="maincontent"></a><div class="box_952_cap"><!--Nasa Upcoming Events Collection Starts--> | |
| <!--Nasa Upcoming Events Collection Starts--> <div id="nasa_coming_up_snippet"> <img id="nasa_upcoming_events_spinner" alt="Spinner" title="Spinner" src="/templateimages/redesign/global/rssloadindicator.gif" /> <div class="nasaupcomingevents" > <div class="nasaupcomingeventsdiv1"> <div class="nasaupcomingevents_heading"> EVENTS: </div> <div id="nasaupcomingeventsprevnextimages" class="nasaupcomingevents_prevnextimages"> <div class="nasaupcomingevents_previmage"> <img id="nasa_upcomingevents_img1" class="nasa_upcomingevents_images nasa_upcomingevents_image1 " src="/templateimages/redesign/home/topstories/event_left.gif" alt="Previous" title="Previous" onclick="javascript:prevNASAUpcomingEvent(); return false;" /> </div> <div class="nasaupcomingevents_nextimage" > <img id="nasa_upcomingevents_img2" class="nasa_upcomingevents_images nasa_upcomingevents_image2 " src="/templateimages/redesign/home/topstories/event_right.gif" alt="Next" title="Next" onclick="javascript:nextNASAUpcomingEvent(); return false;" /> </div> </div> </div> <div class="hide" id="nasa_upcoming_events"></div> </div> <script language="javascript" type="text/javascript"> var nasaupcomingeventsxml = "/home/nasa_upcoming_events.xml"; var nasaupcomingeventsitems=''; new Ajax.Updater('nasa_upcoming_events',nasaupcomingeventsxml, { method:'get', onSuccess: function(transport) { $('nasa_upcoming_events_spinner').hide(); processNASAUpcomingEvents(transport.responseXML,nasaupcomingeventsitems); }, onFailure: function() { $('nasa_coming_up_snippet').hide(); } }); </script> </div> <!--Nasa Upcoming Events Collection Ends--> | |
| <!--Nasa Upcoming Events Collection Ends--><div class="top_body_cap"></div><div class="top_body"><div id="feature-events-container"><div class="mainGallery"><div id="carouselBig"><!-- Collection Body starts --> | |
| <!-- Item 1 starts --><div style="display:none;" class="set"> | |
| <h2> | |
| <a href="/mission_pages/iris/launch/IRIS-prelaunchfeature.html">IRIS Mission to Launch June 26</a> | |
| </h2> | |
| <div class="imgImage"> | |
| <a href="/mission_pages/iris/launch/IRIS-prelaunchfeature.html"><IMG WIDTH="360" ALT="This image from the joint NASA-Japan Aerospace Exploration Agency’s Hinode mission shows the lower regions of the sun’s atmosphere, the interface region, which a new mission called the Interface Region Imaging Spectrograph, or IRIS, will study in exquisite detail." TITLE="This image from the joint NASA-Japan Aerospace Exploration Agency’s Hinode mission shows the lower regions of the sun’s atmosphere, the interface region, which a new mission called the Interface Region Imaging Spectrograph, or IRIS, will study in exquisite detail." SRC="/images/content/753313main_iris_launch_360.jpg" HEIGHT="225" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <div class="imgCaption"> | |
| <p><br />NASA will launch its newest mission to watch the sun: the Interface Region Imaging Spectrograph, or IRIS on June 26. IRIS will show the lowest levels of the sun’s atmosphere, the interface region, in more detail than has even been observed before. <br /><br />This will help scientists understand how the energy dancing through this area helps power the sun’s million-degree upper atmosphere, the corona.<br /><br /></p> | |
| <p> <a href="http://www.youtube.com/watch?v=FvZ8EQKtSWQ"><img style="display:inline" height="12" src="/templateimages/redesign/home/topstories/camera.gif"> The Science of NASA's Newest Solar Explorer</a> | |
| </p> | |
| </div> | |
| <div class="clear"></div> | |
| </div> | |
| <!-- Item 1 Ends --><!-- Item 2 starts --><div style="display:none;" class="set"> | |
| <h2> | |
| <a href="/mission_pages/msl/news/msl20130619.html">Billion-Pixel View of Mars Comes From Curiosity</a> | |
| </h2> | |
| <div class="imgImage"> | |
| <a href="/mission_pages/msl/news/msl20130619.html"><IMG WIDTH="360" ALT="This is a reduced version of panorama from NASA's Mars rover Curiosity with 1.3 billion pixels in the full-resolution version. It shows Curiosity at the "Rocknest" site where the rover scooped up samples of windblown dust and sand." TITLE="This is a reduced version of panorama from NASA's Mars rover Curiosity with 1.3 billion pixels in the full-resolution version. It shows Curiosity at the "Rocknest" site where the rover scooped up samples of windblown dust and sand." SRC="/images/content/756369main_mars_gigipan_360.jpg" HEIGHT="225" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <div class="imgCaption"> | |
| <p><br />A billion-pixel view from the surface of Mars, from NASA's Mars rover Curiosity, offers armchair explorers a way to examine one part of the Red Planet in great detail.<br /><br />The first NASA-produced view from the surface of Mars larger than one billion pixels stitches together nearly 900 exposures taken by cameras onboard Curiosity and shows details of the landscape along the rover's route.<br /><br /></p> | |
| <p> <a href="http://mars.nasa.gov/multimedia/interactives/billionpixel/">› View Billion-Pixel Image</a> | |
| </p> | |
| </div> | |
| <div class="clear"></div> | |
| </div> | |
| <!-- Item 2 Ends --><!-- Item 3 starts --><div style="display:none;" class="set"> | |
| <h2> | |
| <a href="/mission_pages/asteroids/initiative/asteroid_grand_challenge.html">NASA Announces Asteroid Grand Challenge</a> | |
| </h2> | |
| <div class="imgImage"> | |
| <a href="/mission_pages/asteroids/initiative/asteroid_grand_challenge.html"><IMG WIDTH="360" ALT="A sequence of radar images of 1998 QE2, a 1.7-mile wide asteroid, was obtained on the evening of May 29, 2013, by NASA scientists using the Deep Space Network antenna at Goldstone, Calif., when it was about 3.75 million miles (6 million kilometers) from Earth. Credit: NASA/JPL-Caltech/GSSR." TITLE="A sequence of radar images of 1998 QE2, a 1.7-mile wide asteroid, was obtained on the evening of May 29, 2013, by NASA scientists using the Deep Space Network antenna at Goldstone, Calif., when it was about 3.75 million miles (6 million kilometers) from Earth. Credit: NASA/JPL-Caltech/GSSR." SRC="/images/content/756144main_qe2_images_360.jpg" HEIGHT="225" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <div class="imgCaption"> | |
| <p>NASA announced Tuesday a Grand Challenge focused on finding all asteroid threats to human populations and knowing what to do about them.<br /><br />The challenge is a large-scale effort that will use multi-disciplinary collaborations and a variety of partnerships with other government agencies, international partners, industry, academia, and citizen scientists. <br /><br /><a href="http://www.nasa.gov/mission_pages/asteroids/initiative/index.html">› NASA Asteroid Initiative</a></p> | |
| <p> <a href="/mission_pages/asteroids/initiative/asteroid-rfi.html">› Asteroid Initiative Request for Information</a> | |
| </p> | |
| <p> <a href="/mission_pages/asteroids/initiative/grand_challenge.html">› Grand Challenge Information</a> | |
| </p> | |
| </div> | |
| <div class="clear"></div> | |
| </div> | |
| <!-- Item 3 Ends --><!-- Item 4 starts --><div style="display:none;" class="set"> | |
| <h2> | |
| <a href="/astronauts/2013astroclass.html">NASA Selects New Astronaut Candidate Class</a> | |
| </h2> | |
| <div class="imgImage"> | |
| <a href="/astronauts/2013astroclass.html"><IMG WIDTH="360" ALT="NASA's 2013 astronaut candidate class" TITLE="NASA's 2013 astronaut candidate class" SRC="/images/content/755791main_astroclass2-360.jpg" HEIGHT="225" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <div class="imgCaption"> | |
| <p><br />After an extensive year-and-a-half search, NASA has a new group of potential astronauts who will help the agency push the boundaries of exploration and travel to new destinations in the solar system. Eight candidates have been selected to be NASA's newest astronaut trainees. <br /><br /></p> | |
| <p> <a href="http://www.youtube.com/watch?v=Aj6HTM33pBY&feature=em-uploademail"><img style="display:inline" height="12" src="/templateimages/redesign/home/topstories/camera.gif"> Space Station Live: 2013 Astronaut Class</a> | |
| </p> | |
| </div> | |
| <div class="clear"></div> | |
| </div> | |
| <!-- Item 4 Ends --><!-- Item 5 starts --><div style="display:none;" class="set"> | |
| <h2> | |
| <a href="/mission_pages/station/research/news/cancer.html">Fighting Cancer with Microgravity Research</a> | |
| </h2> | |
| <div class="imgImage"> | |
| <a href="/mission_pages/station/research/news/cancer.html"><IMG WIDTH="360" ALT="Tumor cells grow on microcarrier beads within a NASA bioreactor. These cells were grown as part of NASA-sponsored breast cancer research." TITLE="Tumor cells grow on microcarrier beads within a NASA bioreactor. These cells were grown as part of NASA-sponsored breast cancer research." SRC="/images/content/756881main_cancer_image_360.jpg" HEIGHT="225" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <div class="imgCaption"> | |
| <p><br />Experiments on the space shuttle, Russian vehicles and the space station have shown changes in immune cells, including changes in cell-signaling cytokines, indicating the immune system is suppressed in microgravity. Even the architecture of cells changes in microgravity, with changes to cell walls, internal organization and even their basic shapes. In space, according to Becker's review, cells are more round.</p> | |
| </div> | |
| <div class="clear"></div> | |
| </div> | |
| <!-- Item 5 Ends --> | |
| <!-- Collection Body ends --></div><div style="width:710px;height:112px;overflow:hidden;padding:0px 0px 0px 10px;" id="navi-container"><div style="float:left;"><ul style="padding-left:2px;padding-right:0px" class="gallerythumb" id="carouselThumb"><!-- Collection Body starts --> | |
| <!-- Item 1 starts --><li> | |
| <div class="thumb"> | |
| <img src="/templateimages/redesign/home/topstories/active_item.png" height="12" width="41"></div> | |
| <div class="inactive_image"> | |
| <a class="navi" href="javascript:void(0);"><IMG WIDTH="100" ALT="This image from the joint NASA-Japan Aerospace Exploration Agency’s Hinode mission shows the lower regions of the sun’s atmosphere, the interface region, which a new mission called the Interface Region Imaging Spectrograph, or IRIS, will study in exquisite detail." TITLE="This image from the joint NASA-Japan Aerospace Exploration Agency’s Hinode mission shows the lower regions of the sun’s atmosphere, the interface region, which a new mission called the Interface Region Imaging Spectrograph, or IRIS, will study in exquisite detail." SRC="/images/content/753314main_iris_launch_100.jpg" HEIGHT="75" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <div class="text"> | |
| <a title="IRIS Mission to Launch June 26" href="/mission_pages/iris/launch/IRIS-prelaunchfeature.html">IRIS Launch</a> | |
| </div> | |
| </li> | |
| <!-- Item 1 Ends --><!-- Item 2 starts --><li> | |
| <div class="thumb"> | |
| <img src="/templateimages/redesign/home/topstories/active_item.png" height="12" width="41"></div> | |
| <div class="inactive_image"> | |
| <a class="navi" href="javascript:void(0);"><IMG WIDTH="100" ALT="This is a reduced version of panorama from NASA's Mars rover Curiosity with 1.3 billion pixels in the full-resolution version. It shows Curiosity at the "Rocknest" site where the rover scooped up samples of windblown dust and sand." TITLE="This is a reduced version of panorama from NASA's Mars rover Curiosity with 1.3 billion pixels in the full-resolution version. It shows Curiosity at the "Rocknest" site where the rover scooped up samples of windblown dust and sand." SRC="/images/content/756370main_mars_gigipan_100.jpg" HEIGHT="75" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <div class="text"> | |
| <a title="Billion-Pixel View of Mars Comes From Curiosity" href="/mission_pages/msl/news/msl20130619.html">Billion-Pixel View</a> | |
| </div> | |
| </li> | |
| <!-- Item 2 Ends --><!-- Item 3 starts --><li> | |
| <div class="thumb"> | |
| <img src="/templateimages/redesign/home/topstories/active_item.png" height="12" width="41"></div> | |
| <div class="inactive_image"> | |
| <a class="navi" href="javascript:void(0);"><IMG WIDTH="100" ALT="A sequence of radar images of 1998 QE2, a 1.7-mile wide asteroid, was obtained on the evening of May 29, 2013, by NASA scientists using the Deep Space Network antenna at Goldstone, Calif., when it was about 3.75 million miles (6 million kilometers) from Earth. Credit: NASA/JPL-Caltech/GSSR" TITLE="A sequence of radar images of 1998 QE2, a 1.7-mile wide asteroid, was obtained on the evening of May 29, 2013, by NASA scientists using the Deep Space Network antenna at Goldstone, Calif., when it was about 3.75 million miles (6 million kilometers) from Earth. Credit: NASA/JPL-Caltech/GSSR" SRC="/images/content/756138main_qe2_images_100.jpg" HEIGHT="75" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <div class="text"> | |
| <a title="NASA Announces Asteroid Grand Challenge" href="/mission_pages/asteroids/initiative/asteroid_grand_challenge.html">Grand Challenge</a> | |
| </div> | |
| </li> | |
| <!-- Item 3 Ends --><!-- Item 4 starts --><li> | |
| <div class="thumb"> | |
| <img src="/templateimages/redesign/home/topstories/active_item.png" height="12" width="41"></div> | |
| <div class="inactive_image"> | |
| <a class="navi" href="javascript:void(0);"><IMG WIDTH="100" ALT="NASA's 2013 astronaut candidate class" TITLE="NASA's 2013 astronaut candidate class" SRC="/images/content/755790main_astroclass2-100.jpg" HEIGHT="75" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <div class="text"> | |
| <a title="NASA Selects New Astronaut Candidate Class" href="/astronauts/2013astroclass.html">Astronaut Class</a> | |
| </div> | |
| </li> | |
| <!-- Item 4 Ends --><!-- Item 5 starts --><li> | |
| <div class="thumb"> | |
| <img src="/templateimages/redesign/home/topstories/active_item.png" height="12" width="41"></div> | |
| <div class="inactive_image"> | |
| <a class="navi" href="javascript:void(0);"><IMG WIDTH="100" ALT="Tumor cells grow on microcarrier beads within a NASA bioreactor. These cells were grown as part of NASA-sponsored breast cancer research." TITLE="Tumor cells grow on microcarrier beads within a NASA bioreactor. These cells were grown as part of NASA-sponsored breast cancer research." SRC="/images/content/756882main_cancer_image_100.jpg" HEIGHT="75" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <div class="text"> | |
| <a title="Fighting Cancer with Microgravity Research" href="/mission_pages/station/research/news/cancer.html">Cancer Research</a> | |
| </div> | |
| </li> | |
| <!-- Item 5 Ends --> | |
| <!-- Collection Body ends --></ul></div><div style="float:left;"><div style="width:100px;padding-top:15px;" id="more_stories"><a href="/home/archive/topstories_archive_collection_archive_1.html"><img alt="More Stories" src="/templateimages/redesign/home/topstories/nasa-greyscale.png"></a></div><div class="moresstories_text"><a href="/home/archive/topstories_archive_collection_archive_1.html">> More Stories</a></div></div></div></div></div><div class="topicalnav"> | |
| <!DOCTYPE "xmlns:xsl='http://www.w3.org/1999/XSL/Transform'"><!--<div id="collection-108845" style="display:none"></div>--><!--default--><h2></h2><div class="tpn_shuttlestation"><a href="/mission_pages/station/main/index.html"><span>Space Station</span></a></div> <div class="tpn_solarsystem even"><a href="/topics/solarsystem/index.html"><span>Solar System</span></a></div> <!-- div class="tpn_exploration"><a href="/topics/moonmars/index.html"><span> Moon & Mars</span></a></div --> <div class="tpn_beyondearth"><a href="/exploration/home/index.html "><span>Beyond Earth</span></a></div> <div class="tpn_commercialspace even"><a href="/exploration/commercial/index.html"><span>Commercial Space</span></a></div> <div class="tpn_universe"><a href="/topics/universe/index.html"><span>Universe</span></a></div> <div class="tpn_earth even"><a href="/topics/earth/index.html"><span>Earth</span></a></div> <div class="tpn_aeronautics"><a href="/topics/aeronautics/index.html"><span>Aeronautics</span></a></div> <div class="tpn_technology even"><a href="/topics/technology/index.html"><span>Technology</span></a></div> <div class="tpn_nasainyourlife"><a href="/topics/nasalife/index.html"><span>NASA in Your Life</span></a></div> <!-- div class="tpn_nasapeople"><a href="/topics/people/index.html"><span>NASA People</span></a></div --> <div class="tpn_peopleandhistory even"><a href="/topics/history/index.html"><span>History and People</span></a></div> | |
| </div></div></div><div class="wide_left"><div class="left_352"><script> | |
| document.getElementById('curr_rssurl').value='none'; | |
| </script> | |
| <!DOCTYPE "xmlns:xsl='http://www.w3.org/1999/XSL/Transform'"><!--<div id="collection-109203" style="display:none"></div>--><!--Content For Homepage-Blue-Med Starts Here--><div class="box_350_cap"><div class="top_cap"></div><div class="box_350 box_350_tall box_blue"><h2>NASA Images</h2><ul class="tabs nasatv_350_tabs"><li class="tab_active"><a id="vod" class="tab_350 linkbutton_tab_active" href="#">Image of the Day</a></li><li class="tab_inactive"><a id="live" class="tab_350 linkbutton_tab_inactive" href="#">nasaimages.org</a></li></ul><div class="tab nasatv_350_content prejs_tab"><div id="nasa_image_rotater"><div id="rotate_nasa_image0"><div class="img_wrap"> | |
| <a href="/multimedia/imagegallery/image_feature_2537.html"><IMG WIDTH="346" ALT="A supermoon rises behind the Washington Monument, Sunday, June 23, 2013, in Washington." TITLE="A supermoon rises behind the Washington Monument, Sunday, June 23, 2013, in Washington." SRC="/images/content/756834main_super_moon_cropped_346-260.jpg" HEIGHT="260" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <h3>Supermoon in Washington</h3> | |
| <p> | |
| A supermoon rises behind the Washington Monument, Sunday, June 23, 2013, in Washington. This year the supermoon is up to 13.5 percent larger and 30 percent...</p> | |
| </div><div style="display:none;visibility:hidden;" id="rotate_nasa_image1"><div class="img_wrap"> | |
| <a href="/multimedia/imagegallery/image_feature_2536.html"><IMG WIDTH="346" ALT="This striking NASA Hubble Space Telescope image, which shows what looks like the profile of a celestial bird, belies the fact that close encounters between galaxies are a messy business." TITLE="This striking NASA Hubble Space Telescope image, which shows what looks like the profile of a celestial bird, belies the fact that close encounters between galaxies are a messy business." SRC="/images/content/756575main_hubble_colliding_galaxies_346.jpg" HEIGHT="260" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <h3>Colliding Galaxy Pair</h3> | |
| <p> | |
| This striking NASA Hubble Space Telescope image, which shows what looks like the profile of a celestial bird, belies the fact that close encounters between...</p> | |
| </div><div style="display:none;visibility:hidden;" id="rotate_nasa_image2"><div class="img_wrap"> | |
| <a href="/multimedia/imagegallery/image_feature_2535.html"><IMG WIDTH="346" ALT="The fully integrated spacecraft and science instrument for NASA's Interface Region Imaging Spectrograph (IRIS) mission is seen in a clean room at the Lockheed Martin Space Systems Sunnyvale, Calif. facility. The solar arrays are deployed in the configuration they will assume when in orbit." TITLE="The fully integrated spacecraft and science instrument for NASA's Interface Region Imaging Spectrograph (IRIS) mission is seen in a clean room at the Lockheed Martin Space Systems Sunnyvale, Calif. facility. The solar arrays are deployed in the configuration they will assume when in orbit." SRC="/images/content/756419main_iris_cropped_346-260.jpg" HEIGHT="260" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <h3>IRIS Preps for Launch</h3> | |
| <p> | |
| The fully integrated spacecraft and science instrument for NASA's Interface Region Imaging Spectrograph (IRIS) mission is seen in a clean room at the...</p> | |
| </div><div style="display:none;visibility:hidden;" id="rotate_nasa_image3"><div class="img_wrap"> | |
| <a href="/multimedia/imagegallery/image_feature_2534.html"><IMG WIDTH="346" ALT="Rare, nearly cloud-free image of the state of Alaska, captured by the Moderate Resolution Imaging Spectroradiometer (MODIS) on NASA's Terra satellite on June 17, 2013. Image Credit: NASA/Jeff Schmaltz, LANCE MODIS Rapid Response Team, NASA GSFC" TITLE="Rare, nearly cloud-free image of the state of Alaska, captured by the Moderate Resolution Imaging Spectroradiometer (MODIS) on NASA's Terra satellite on June 17, 2013. Image Credit: NASA/Jeff Schmaltz, LANCE MODIS Rapid Response Team, NASA GSFC" SRC="/images/content/756315main_alaska_tmo_2013168_lrg-346.jpg" HEIGHT="260" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <h3>Rare Clear View of Alaska</h3> | |
| <p> | |
| On most days, relentless rivers of clouds wash over Alaska, obscuring most of the state's 6,640 miles (10,690 kilometers) of coastline and 586,000 square...</p> | |
| </div><div style="display:none;visibility:hidden;" id="rotate_nasa_image4"><div class="img_wrap"> | |
| <a href="/multimedia/imagegallery/image_feature_2533.html"><IMG WIDTH="346" ALT="Mission Specialist (MS) Sally Ride sits in the aft flight deck mission specialist's seat during deorbit preparations for the STS-7 mission. Image Credit: NASA" TITLE="Mission Specialist (MS) Sally Ride sits in the aft flight deck mission specialist's seat during deorbit preparations for the STS-7 mission. Image Credit: NASA" SRC="/images/content/756150main_s07-31-1603-346.jpg" HEIGHT="260" ALIGN="Bottom" BORDER="0" /></a> | |
| </div> | |
| <h3>First American Woman in Space</h3> | |
| <p> | |
| On June 18, 1983, Sally Ride became the first American woman to fly in space when the space shuttle Challenger launched on mission STS-7. | |
| As one of the...</p> | |
| </div></div><div id="nasa_image_rotater_controls"><input id="nasaImagesCurrentItem" value="0" name="nasaImagesCurrentItem" type="hidden"><script> | |
| if ($('nasaImagesCurrentItem')) | |
| { | |
| $('nasaImagesCurrentItem').value=0; | |
| } | |
| </script><a id="image_dot_button0" src="/templateimages/redesign/modules/imagegallery/dot1-light.gif" alt="Item 1" title="Item 1" class="dot_button active" href="javascript:nasaHomeCurrentItem('rotate_nasa_image','nasaImagesCurrentItem',3,'image_dot_button',0)"><span class="hide">1</span></a><a id="image_dot_button1" src="/templateimages/redesign/modules/imagegallery/dot1-dark.gif" alt="Item 2" title="Item 2" class="dot_button inactive" href="javascript:nasaHomeCurrentItem('rotate_nasa_image','nasaImagesCurrentItem',3,'image_dot_button',1)"><span class="hide">2</span></a><a id="image_dot_button2" src="/templateimages/redesign/modules/imagegallery/dot1-dark.gif" alt="Item 3" title="Item 3" class="dot_button inactive" href="javascript:nasaHomeCurrentItem('rotate_nasa_image','nasaImagesCurrentItem',3,'image_dot_button',2)"><span class="hide">3</span></a><a id="prev-button" src="/templateimages/redesign/modules/imagegallery/arrow-lt-4.gif" alt="Previous" title="Previous" href="javascript:nasaHomePrevItem('rotate_nasa_image','nasaImagesCurrentItem',3,'image_dot_button')"><span class="hide">4</span></a><a id="next-button" src="/templateimages/redesign/modules/imagegallery/arrow-rt-4.gif" alt="Next" title="Next" href="javascript:nasaHomeNextItem('rotate_nasa_image','nasaImagesCurrentItem',3,'image_dot_button')"><span class="hide">5</span></a></div><a href="/multimedia/imagegallery/iotd.html" class="linkbutton_on_blue">View Image Gallery</a></div><div class="tab nasatv_350_content"><div class="img_wrap"><a href="http://www.nasaimages.org"><img title="nasaimages.org" alt="nasaimages.org" src="/images/content/709350main_NASAimageslogo346.jpg" class="nasatv"></a></div><p> | |
| The most comprehensive compilation of NASA stills, film and video. | |
| </p><a href="http://www.nasaimages.org" class="linkbutton_on_blue">Start Your Search</a></div><input value="placeholder109203" id="testrss109203" type="hidden"><div id="placeholder109203"></div><script> | |
| var rssholderid_label='testrss109203'; | |
| if (document.getElementById(rssholderid_label) != null) { | |
| var rssholder = document.getElementById(rssholderid_label).value; | |
| var rssurl=$('curr_rssurl'); | |
| if ( rssurl != null) { | |
| var rssurlval=rssurl.value; | |
| if ( rssurlval.length==0 || rssurlval=='None') rssurlval='none'; | |
| if ( rssurlval != 'none') { | |
| showBlueIconRSS(rssholder,rssurlval); | |
| } | |
| } | |
| } | |
| </script></div><div class="bottom_cap"></div></div><!--Content Homepage-Blue-Med Ends Here--> | |
| <script> | |
| document.getElementById('curr_rssurl').value='none'; | |
| </script> | |
| <div class="box_350_cap"> <div class="top_cap"></div> <div class="box_350 box_350_short box_blue"> <h2>Latest NASA Blog Updates</h2> <!-- blog static html starts--> <div id="blog_static_html" style="display:none;visibility:hidden;" class="box_350_nasablogs_recentpostings"> <ul> <a class="linkbutton_on_blue" href="http://blogs.nasa.gov">View All NASA Blogs</a> <a class="myOverlayRSS rss bottom null (none) icons_blue icon_rss" href="/rss/nasa_blogs_recent_postings.xml"> <span class="hide">NASA Blogs RSS</span> </a> <div id="tempBlogRssBlue"> <li><div><b><a href="http://blogs.nasa.gov/cm/blog/whatonearth" class="titlefield">What On Earth</a></b><span class="datefield">1 day ago</span></div><p>What to Expect from the Arctic</p></li><li><div><b><a href="http://blogs.nasa.gov/cm/blog/waynehalesblog" class="titlefield">Wayne Hale's Blog</a></b><span class="datefield">1 day ago</span></div><p>Moral Hazard</p></li><li><div><b><a href="http://blogs.nasa.gov/cm/blog/NES_Teachers_Corner" class="titlefield">NES Teachers Corner</a></b><span class="datefield">1 day ago</span></div><p>NASA Satellite Images Used to Locate Ticks</p></li> </div> </ul> </div> <!-- blog static html ends--> <div id="blog_dynamic_html" class="box_350_nasablogs_recentpostings" > <ul> <div class="hide" id="nasablogs_recentpostings"></div> <img id="blog_spinner" alt="Spinner" title="Spinner" src="/templateimages/redesign/global/rssloadindicator.gif" /> <script language="javascript" type="text/javascript"> var nasablogsxml = "/rss/nasa_blogs_recent_postings.xml"; new Ajax.Updater('nasablogs_recentpostings',nasablogsxml, { method:'get', onSuccess: function(transport) { $('blog_spinner').hide(); processBlogRSS(transport.responseXML,3,'blogsModule'); }, onFailure: function() { $('blog_spinner').hide(); $('blog_dynamic_html').hide(); document.getElementById('blog_static_html').style.display='block'; document.getElementById('blog_static_html').style.visibility='visible'; } }); </script> <a class="linkbutton_on_blue" href="http://blogs.nasa.gov">View All NASA Blogs</a> <a class="myOverlayRSS rss bottom null (none) icons_blue icon_rss" href="/rss/nasa_blogs_recent_postings.xml"> <span class="hide">NASA Blogs RSS</span> </a> </ul> </div> <div class="bottom_cap"></div> </div> </div> | |
| <script> | |
| document.getElementById('curr_rssurl').value='none'; | |
| </script> | |
| <!DOCTYPE "xmlns:xsl='http://www.w3.org/1999/XSL/Transform'"><!--<div id="collection-109426" style="display:none"></div>--><!--Content For Homepage-DarkBlue-Med Starts Here--><div class="box_350_cap"><div class="top_cap dark_blue_cap"></div><div class="box_350 box_350_short box_dark_blue"><h2>Explore More</h2><div class="NASAMissionDirectorates"><table border="0" cellspacing="0" cellpadding="0"> <tr> <td> <a href="/audience/forkids/kidsclub/flash/index.html"><!-- ?lib name="KidsClub.jpg" id="411665" branchid="main" version="*" elementId="3" ? --> <script> var randonNumber=generate_randomnumber("0","6"); document.write('<img src="'+KidsClubImages[randonNumber]+'" name="kidsclubicon" WIDTH="154" ALT="NASA kids club" TITLE="NASA kids club" SRC="" HEIGHT="116" border=0>') </script> </a></td> <td> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><a href="http://rebrick.lego.com/en-US/BottomMenu/Blog/06032013-nasa-missions-imagine-build.aspx"><IMG WIDTH="154" ALT="NASA's Missions: Imagine and Build" TITLE="NASA's Missions: Imagine and Build" SRC="/images/content/754244main_lego-contest_154.jpg" HEIGHT="116" ALIGN="Bottom" BORDER="0" /></a></td></tr> </table> </td> </tr> <tr> <td><a href="/audience/forkids/kidsclub/flash/index.html">› Explore the Kids Club</a><br /> <a href="/audience/forstudents/index.html"http://cms.nasa.gov/cm/jsp/document/doccontent.jsp>› Students</a> | <a href="/audience/foreducators/index.html">› Educators</a> <br /> <a href="/offices/education/programs/national/summer/home/index.html">› Summer of Innovation</a> </td> <td> Create Future Missions<br/> With LEGO Bricks<br /> <a href="http://rebrick.lego.com/en-US/BottomMenu/Blog/06032013-nasa-missions-imagine-build.aspx">› Enter LEGO Contest</a><br /> </td> </tr> </table> | |
| </div></div><div class="bottom_cap dark_blue_cap"></div></div><!--Content Homepage-NoBlinds-DarkBlue-Med Ends Here--> | |
| <div class="subleft_352"> | |
| <div class="box_170_cap"> | |
| <div class="top_cap dark_blue_cap"></div> | |
| <div class="box_170 box_170_short box_dark_blue"> | |
| <div class="tinyContent"> | |
| <a href="http://spotthestation.nasa.gov"><IMG WIDTH="154" ALT="Spot The Station" TITLE="Spot The Station" SRC="/images/content/703910main_spotthestation_154_116.jpg" HEIGHT="116" ALIGN="Bottom" BORDER="0" /></a> | |
| <h3>Spot The Station</h3> | |
| <p>Get email or text alerts for ISS sighting opportunities near you.</p> | |
| <ul> | |
| <li> | |
| <span class="light_blue">› </span><a href="http://spotthestation.nasa.gov">Learn More</a> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="bottom_cap dark_blue_cap"></div> | |
| </div> | |
| </div> | |
| <div class="subright_352"> | |
| <div class="box_170_cap"> | |
| <div class="top_cap dark_blue_cap"></div> | |
| <div class="box_170 box_170_short box_dark_blue"> | |
| <div class="tinyContent"> | |
| <a href="/connect/apps.html"><IMG WIDTH="154" ALT="NASA Apps for iPhone and iPad" TITLE="NASA Apps for iPhone and iPad" SRC="/images/content/479950main_iphone-ipad-154.jpg" HEIGHT="116" ALIGN="Bottom" BORDER="0" /></a> | |
| <h3>NASA Apps</h3> | |
| <p>Discover a wealth of NASA information.</p> | |
| <ul> | |
| <li> | |
| <span class="light_blue">› </span><a href="/connect/apps.html">Get NASA Apps</a> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="bottom_cap dark_blue_cap"></div> | |
| </div> | |
| </div> | |
| </div><div class="right_352"><script> | |
| document.getElementById('curr_rssurl').value='none'; | |
| </script> | |
| <!DOCTYPE "xmlns:xsl='http://www.w3.org/1999/XSL/Transform'"><!--<div id="collection-216211" style="display:none"></div>--><!--Content For Homepage-Blue-Med Starts Here--><div class="box_350_cap"><div class="top_cap"></div><div class="box_350 box_350_tall box_blue"><h2>NASA Multimedia</h2><div class="outer_multimedia_box"><div class="multimedia_box"><div class="position0"><!--<div id="item-324410" style="display:none"></div>--><ul id="homepageFeaturedVideos" class="ondemand_videos"> <li> <a id="nasa_multimedia_nasatv_img_anchor" href="http://www.youtube.com/watch?v=FvZ8EQKtSWQ"> <IMG WIDTH="75" ALT="IRIS Mission" TITLE="IRIS Mission" SRC="/images/content/755814main_iris_yt.jpg" HEIGHT="100" ALIGN="Bottom" BORDER="0" /> </a> <h3>Featured Video</h3> <p class="nasatv"> <a href="http://www.youtube.com/watch?v=FvZ8EQKtSWQ">IRIS: The Science of NASA's Newest Solar Explorer</a><span class="light_grey"> </span> </p> <a class="nasa_multimedia_nasatv_more_link" href="http://youtube.com/nasa">> NASA on YouTube</a> </li> </ul> | |
| </div><div class="position1"><!--<div id="item-216213" style="display:none"></div>--><ul class="nasatv"> <li> <a id="nasa_multimedia_nasatv_img_anchor" href="/multimedia/nasatv/index.html"> <IMG WIDTH="100" ALT="NASA Television logo" TITLE="NASA Television logo" SRC="/images/content/345204main_nasatv_100.jpg" HEIGHT="75" ALIGN="Bottom" BORDER="0" /> </a> <h3>NASA Television</h3> <p class="nasatv"> <a href="/multimedia/nasatv/index.html">Watch Live Now</a><span class="light_grey"> </span> </p> <a class="nasa_multimedia_nasatv_more_link" href="/multimedia/nasatv/schedule.html">> View TV Schedule</a> </li> </ul> | |
| </div><div class="position2"><!--<div id="item-216247" style="display:none"></div>--><!DOCTYPE "xmlns:xsl='http://www.w3.org/1999/XSL/Transform'"><!--<div id="collection-216266" style="display:none"></div>--><!--Content For Homepage-Blue-Med Starts Here--><ul class="interactive_features"><input id="nasaMultimediaInteractiveFeaturesCurrentItem" value="0" name="nasaMultimediaInteractiveFeaturesCurrentItem" type="hidden"><script> if ($('nasaMultimediaInteractiveFeaturesCurrentItem')) { $('nasaMultimediaInteractiveFeaturesCurrentItem').value=0; } </script><div class="nasa_multimedia_box_controls"><a id="interactive_dot_button0" src="/templateimages/redesign/modules/imagegallery/dot1-light.gif" alt="Item 1" title="Item 1" class="dot_button active" href="javascript:nasaHomeCurrentItem('nasa_multimedia_interactive','nasaMultimediaInteractiveFeaturesCurrentItem',3,'interactive_dot_button',0)"><span class="hide">1</span></a><a id="interactive_dot_button1" src="/templateimages/redesign/modules/imagegallery/dot1-dark.gif" alt="Item 2" title="Item 2" class="dot_button inactive" href="javascript:nasaHomeCurrentItem('nasa_multimedia_interactive','nasaMultimediaInteractiveFeaturesCurrentItem',3,'interactive_dot_button',1)"><span class="hide">2</span></a><a id="interactive_dot_button2" src="/templateimages/redesign/modules/imagegallery/dot1-dark.gif" alt="Item 3" title="Item 3" class="dot_button inactive" href="javascript:nasaHomeCurrentItem('nasa_multimedia_interactive','nasaMultimediaInteractiveFeaturesCurrentItem',3,'interactive_dot_button',2)"><span class="hide">3</span></a></div><li id="nasa_multimedia_interactive0"><a href="javascript:nasaHomePrevItem('nasa_multimedia_interactive','nasaMultimediaInteractiveFeaturesCurrentItem',3,'interactive_dot_button')" class="img_mul_left"></a><a href="/topics/people/galleries/ride.html" id="nasa_multimedia_img_anchor"><IMG WIDTH="100" ALT="Sally Ride" TITLE="Sally Ride" SRC="/images/content/520444main_SallyRide_ltn.jpg" HEIGHT="75" ALIGN="Bottom" BORDER="0" /></a><a href="javascript:nasaHomeNextItem('nasa_multimedia_interactive','nasaMultimediaInteractiveFeaturesCurrentItem',3,'interactive_dot_button')" class="img_mul_right"></a> <h3>Interactive Features</h3> <p> <a href="/topics/people/galleries/ride.html">Photo Gallery: Sally Ride</a> </p> <a href="/multimedia/mmgallery/features_archive_1.html" class="nasa_multimedia_more_link"> > More Interactive Features</a> </li><li style="display:none;visibility:hidden;" id="nasa_multimedia_interactive1"><a href="javascript:nasaHomePrevItem('nasa_multimedia_interactive','nasaMultimediaInteractiveFeaturesCurrentItem',3,'interactive_dot_button')" class="img_mul_left"></a><a href="/externalflash/commercializingspace/" id="nasa_multimedia_img_anchor"><IMG WIDTH="100" ALT="Commercializing Space: Expanding access to space while enabling the future of human space exploration." TITLE="Commercializing Space: Expanding access to space while enabling the future of human space exploration." SRC="/images/content/651216main_commercial-interactive-100.jpg" HEIGHT="75" ALIGN="Bottom" BORDER="0" /></a><a href="javascript:nasaHomeNextItem('nasa_multimedia_interactive','nasaMultimediaInteractiveFeaturesCurrentItem',3,'interactive_dot_button')" class="img_mul_right"></a> <h3>Interactive Features</h3> <p> <a href="/externalflash/commercializingspace/">Commercializing Space</a> </p> <a href="/multimedia/mmgallery/features_archive_1.html" class="nasa_multimedia_more_link"> > More Interactive Features</a> </li><li style="display:none;visibility:hidden;" id="nasa_multimedia_interactive2"><a href="javascript:nasaHomePrevItem('nasa_multimedia_interactive','nasaMultimediaInteractiveFeaturesCurrentItem',3,'interactive_dot_button')" class="img_mul_left"></a><a href="http://www.jpl.nasa.gov/50years/" id="nasa_multimedia_img_anchor"><IMG WIDTH="100" ALT="Mariner 2 was the world's first successful interplanetary spacecraft. Launched August 27, 1962, on an Atlas-Agena rocket, Mariner 2 passed within about 34,000 kilometers (21,000 miles) of Venus, sending back valuable new information about interplanetary space and the Venusian atmosphere." TITLE="Mariner 2 was the world's first successful interplanetary spacecraft. Launched August 27, 1962, on an Atlas-Agena rocket, Mariner 2 passed within about 34,000 kilometers (21,000 miles) of Venus, sending back valuable new information about interplanetary space and the Venusian atmosphere." SRC="/images/content/713644main_mariner_100.jpg" HEIGHT="75" ALIGN="Bottom" BORDER="0" /></a><a href="javascript:nasaHomeNextItem('nasa_multimedia_interactive','nasaMultimediaInteractiveFeaturesCurrentItem',3,'interactive_dot_button')" class="img_mul_right"></a> <h3>Interactive Features</h3> <p> <a href="http://www.jpl.nasa.gov/50years/">Dare Mighty Things</a> </p> <a href="/multimedia/mmgallery/features_archive_1.html" class="nasa_multimedia_more_link"> > More Interactive Features</a> </li></ul><!--Content Homepage-Blue-Med Ends Here--> | |
| </div><div class="position3"><!--<div id="item-216268" style="display:none"></div>--><!DOCTYPE "xmlns:xsl='http://www.w3.org/1999/XSL/Transform'"><!--<div id="collection-216269" style="display:none"></div>--><!--Content For Homepage-Blue-Med Starts Here--><ul class="vodcasts"><input id="nasaMultimediaVodcastsCurrentItem" value="0" name="nasaMultimediaVodcastsCurrentItem" type="hidden"><script> if ($('nasaMultimediaVodcastsCurrentItem')) { $('nasaMultimediaVodcastsCurrentItem').value=0; } </script><div class="nasa_multimedia_box_controls"><a id="vodcast_dot_button0" src="/templateimages/redesign/modules/imagegallery/dot1-light.gif" alt="Item 1" title="Item 1" class="dot_button active" href="javascript:nasaHomeCurrentItem('nasa_multimedia_vodcast','nasaMultimediaVodcastsCurrentItem',3,'vodcast_dot_button',0)"><span class="hide">1</span></a><a id="vodcast_dot_button1" src="/templateimages/redesign/modules/imagegallery/dot1-dark.gif" alt="Item 2" title="Item 2" class="dot_button inactive" href="javascript:nasaHomeCurrentItem('nasa_multimedia_vodcast','nasaMultimediaVodcastsCurrentItem',3,'vodcast_dot_button',1)"><span class="hide">2</span></a><a id="vodcast_dot_button2" src="/templateimages/redesign/modules/imagegallery/dot1-dark.gif" alt="Item 3" title="Item 3" class="dot_button inactive" href="javascript:nasaHomeCurrentItem('nasa_multimedia_vodcast','nasaMultimediaVodcastsCurrentItem',3,'vodcast_dot_button',2)"><span class="hide">3</span></a></div><li id="nasa_multimedia_vodcast0"><a href="javascript:nasaHomePrevItem('nasa_multimedia_vodcast','nasaMultimediaVodcastsCurrentItem',3,'vodcast_dot_button')" class="img_mul_left"></a><a href="/multimedia/podcasting/TWAN_06_21_13.html" id="nasa_multimedia_img_anchor"><IMG WIDTH="100" ALT="Watch NASA TV Now!" TITLE="Watch NASA TV Now!" SRC="/images/content/34804main_NASA_TV_HOMETN.jpg" HEIGHT="75" ALIGN="Bottom" BORDER="0" /></a><a href="javascript:nasaHomeNextItem('nasa_multimedia_vodcast','nasaMultimediaVodcastsCurrentItem',3,'vodcast_dot_button')" class="img_mul_right"></a> <h3> Podcasts & Vodcasts </h3> <p> <a href="/multimedia/podcasting/TWAN_06_21_13.html">This Week @ NASA, June 21, 2013</a> </p> <a href="/multimedia/podcasting/index.html" class="nasa_multimedia_more_link">> More Podcasts & Vodcasts</a> </li><li style="display:none;visibility:hidden;" id="nasa_multimedia_vodcast1"><a href="javascript:nasaHomePrevItem('nasa_multimedia_vodcast','nasaMultimediaVodcastsCurrentItem',3,'vodcast_dot_button')" class="img_mul_left"></a><a href="/multimedia/podcasting/TWAN_06_14_13.html" id="nasa_multimedia_img_anchor"><IMG WIDTH="100" ALT="Watch NASA TV Now!" TITLE="Watch NASA TV Now!" SRC="/images/content/34804main_NASA_TV_HOMETN.jpg" HEIGHT="75" ALIGN="Bottom" BORDER="0" /></a><a href="javascript:nasaHomeNextItem('nasa_multimedia_vodcast','nasaMultimediaVodcastsCurrentItem',3,'vodcast_dot_button')" class="img_mul_right"></a> <h3> Podcasts & Vodcasts </h3> <p> <a href="/multimedia/podcasting/TWAN_06_14_13.html">This Week @ NASA, June 17, 2013</a> </p> <a href="/multimedia/podcasting/index.html" class="nasa_multimedia_more_link">> More Podcasts & Vodcasts</a> </li><li style="display:none;visibility:hidden;" id="nasa_multimedia_vodcast2"><a href="javascript:nasaHomePrevItem('nasa_multimedia_vodcast','nasaMultimediaVodcastsCurrentItem',3,'vodcast_dot_button')" class="img_mul_left"></a><a href="/multimedia/podcasting/curiosity20130613.html" id="nasa_multimedia_img_anchor"><IMG WIDTH="100" ALT="Curiosity landing logo" TITLE="Curiosity landing logo" SRC="/images/content/675988main_curiosity_onmars_100x75.jpg" HEIGHT="75" ALIGN="Bottom" BORDER="0" /></a><a href="javascript:nasaHomeNextItem('nasa_multimedia_vodcast','nasaMultimediaVodcastsCurrentItem',3,'vodcast_dot_button')" class="img_mul_right"></a> <h3> Podcasts & Vodcasts </h3> <p> <a href="/multimedia/podcasting/curiosity20130613.html">Curiosity's Cameras</a> </p> <a href="/multimedia/podcasting/index.html" class="nasa_multimedia_more_link">> More Podcasts & Vodcasts</a> </li></ul><!--Content Homepage-Blue-Med Ends Here--> | |
| </div></div></div><input value="placeholder216211" id="testrss216211" type="hidden"><div id="placeholder216211"></div><script> | |
| var rssholderid_label='testrss216211'; | |
| if (document.getElementById(rssholderid_label) != null) { | |
| var rssholder = document.getElementById(rssholderid_label).value; | |
| var rssurl=$('curr_rssurl'); | |
| if ( rssurl != null) { | |
| var rssurlval=rssurl.value; | |
| if ( rssurlval.length==0 || rssurlval=='None') rssurlval='none'; | |
| if ( rssurlval != 'none') { | |
| showBlueIconRSS(rssholder,rssurlval); | |
| } | |
| } | |
| } | |
| </script></div><div class="bottom_cap"></div></div><!--Content Homepage-Blue-Med Ends Here--> | |
| <script> | |
| document.getElementById('curr_rssurl').value='none'; | |
| </script> | |
| <div xmlns:java_code="xalan://gov.nasa.build.Utils2" class="box_350_cap"> <div class="top_cap"></div> <div class="box_350 box_350_short box_blue"> <h2>NASA Calendar</h2> <script type="text/javascript" language="javascript" src="/templateimages/redesign/calendar/js/nasa_calendar.js"></script> <a class="linkbutton_on_blue" href="http://calendar.nasa.gov/calendar/">View Full NASA Calendar</a> <a class="myOverlayCalendar rss bottom null iCal_icon" href="/templateimages/redesign/calendar/iCal/nasa_calendar.ics"><span class="hide">Calendar</span></a> </div> <div class="bottom_cap"></div> </div> | |
| <script> | |
| document.getElementById('curr_rssurl').value='none'; | |
| </script> | |
| <!DOCTYPE "xmlns:xsl='http://www.w3.org/1999/XSL/Transform'"><!--<div id="collection-109422" style="display:none"></div>--><!--Content For Homepage-DarkBlue-Med Starts Here--><div class="box_350_cap"><div class="top_cap dark_blue_cap"></div><div class="box_350 box_350_short box_dark_blue"><h2>NASA Leadership</h2><!-- SIDE BY SIDE OPTION --> <div class="NASALeadership"> <ul> <li> <a href="/about/highlights/bolden_bio.html"><IMG WIDTH="100" ALT="Administrator Charles F. Bolden. Credit: NASA/Bill Ingalls" TITLE="Administrator Charles F. Bolden. Credit: NASA/Bill Ingalls" SRC="/images/content/365066main_bolden_100.jpg" HEIGHT="75" ALIGN="Bottom" BORDER="0" /></a> <h4><a href="/about/highlights/bolden_bio.html">Administrator Charles F. Bolden, Jr.</a></h4> <a href="http://blogs.nasa.gov/cm/newui/blog/viewpostlist.jsp?blogname=bolden">› Blog</a> <br /> <span class="light_blue">› </span><A HREF="/news/speeches/admin/index.html" >Speeches and Testimony</A><br /> <a href="/about/highlights/leadership_gallery.html">› Leadership Gallery</a> </li> <li> <a href="/about/highlights/garver_bio.html"><IMG WIDTH="100" ALT="Deputy Administrator Lori B. Garver. Credit: NASA/Bill Ingalls" TITLE="Deputy Administrator Lori B. Garver. Credit: NASA/Bill Ingalls" SRC="/images/content/354447main_garver_100.jpg" HEIGHT="75" ALIGN="Bottom" BORDER="0" /></a> <h4><a href="/about/highlights/garver_bio.html">Deputy Administrator Lori Beth Garver</a></h4> <a href="http://blogs.nasa.gov/cm/blog/garver">› Blog</a> | <a href="http://www.facebook.com/LoriGarver">› Facebook→</a> | <a href="http://twitter.com/lori_garver">› Twitter→</a> <br /> <span class="light_blue">› </span><a href="/news/speeches/deputy/index.html">Speeches and Testimony</a><br /> <a href="/about/highlights/leadership_gallery.html">› Leadership Gallery</a> </li> </ul> </div> | |
| </div><div class="bottom_cap dark_blue_cap"></div></div><!--Content Homepage-NoBlinds-DarkBlue-Med Ends Here--> | |
| <div class="subleft_352"> | |
| <div class="box_170_cap"> | |
| <div class="top_cap dark_blue_cap"></div> | |
| <div class="box_170 box_170_short box_dark_blue"> | |
| <div class="tinyContent"> | |
| <a href="http://women.nasa.gov/"><IMG WIDTH="154" ALT="Women of NASA" TITLE="Women of NASA" SRC="/images/content/529761main_main_women_nasa.jpg" HEIGHT="115" ALIGN="Bottom" BORDER="0" /></a> | |
| <h3>Women@NASA</h3> | |
| <ul> | |
| <li> | |
| <span class="light_blue">› </span><a href="http://women.nasa.gov/">Learn More</a> | |
| </li> | |
| <li> | |
| <span class="light_blue">› </span><a href="http://www.whitehouse.gov/blog/2010/10/15/future-women-science-and-space-exploration">White House Blog: The Future Women of Science and Space Exploration→</a> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="bottom_cap dark_blue_cap"></div> | |
| </div> | |
| </div> | |
| <div class="subright_352"> | |
| <div class="box_170_cap"> | |
| <div class="top_cap dark_blue_cap"></div> | |
| <div class="box_170 box_170_short box_dark_blue"> | |
| <div class="tinyContent"> | |
| <a href="/multimedia/videogallery/index.html?collection_id=85771"><IMG WIDTH="154" ALT="ScienceCast" TITLE="ScienceCast" SRC="/images/content/707293main_science_cast_154.jpg" HEIGHT="116" ALIGN="Bottom" BORDER="0" /></a> | |
| <h3>ScienceCasts</h3> | |
| <p>Short videos on fun, unusual topics from NASA's science missions.</p> | |
| <ul> | |
| <li> | |
| <span class="light_blue">› </span><a href="/multimedia/videogallery/index.html?collection_id=85771">Watch Videos</a> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="bottom_cap dark_blue_cap"></div> | |
| </div> | |
| </div> | |
| </div></div><div class="right_232"> | |
| <div style="margin-bottom: 5px;"> <a class="twitter-timeline" data-chrome="nofooter" data-dnt="true" href="https://twitter.com/NASA" data-widget-id="306474616933711873">Tweets by @NASA</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </div> | |
| <!-- Small GOV DELIVERY Module Starts Here --> <div class="gov_delivery grip_accordion_gov"> <div class="cap cap_active"> </div> <h3>Get NASA Updates By Email</h3> <div class="content_gov" style="height:auto;"> <div class="content_outline_grey" > <div class="content_outline_black" > <ul> <li> <div class="gov_deliver_form"> <form action="" name="govdelivery" class="niceform"> <input value="USNASA" name="folder" type="hidden" alt="NASA Gov Delivery"> <input class="textinput" onfocus="this.value=''" size="20" value="Enter E-mail Address" name="textinput" id="textinput" type="text" alt="Enter E-mail Address"> <input onclick="govdelivery_quicksubscribe(); return false;" type="button" title="Subscribe" class="gov_delivery_linkbutton_blue_sm" value="Subscribe"/> <b>Powered by Gov Delivery</b> </form> </div> </li> </ul> </div> </div> </div> <div class="active_footer_gov"> </div> </div> <!-- Small GOV DELIVERY Module Ends Here--> | |
| <!DOCTYPE "xmlns:xsl='http://www.w3.org/1999/XSL/Transform'"><!--<div id="item-109088" style="display:none"></div>--><div class="blinds | |
| 355 | |
| grip_accordion prejs_grip"> | |
| <div class="cap"> </div> | |
| <h3 class="top_header_grip_popular"> | |
| <a href="#">Careers @ NASA</a> | |
| </h3> | |
| <div class="content careers"><div class="content_outline_grey"> <div class="content_outline_black"><ul> <li> <h3>For Job Seekers</h3> <p>Apply for a job, post a resume.</p> <p><span class="link_career">› </span><a href="http://nasajobs.nasa.gov/">NASA Jobs → </a></p> </li> <li> <h3>For Students</h3> <p>Internships, co-ops, summer programs</p> <p><span class="link_career">› </span><a href="http://nasajobs.nasa.gov/studentopps/employment/programs.htm">Student Opportunities →</a></p> </li> <li> <h3>For Military or College Graduates</h3> <p><span class="link_career">› </span><a href="http://nasajobs.nasa.gov/astronauts/default.htm">Astronaut Selection →</a></p> </li> </ul></div> </div></div> | |
| <div class="footer"> </div> | |
| <h3 class="top_header_grip_popular"> | |
| <a href="#">NASA Centers</a> | |
| </h3> | |
| <div class="content expandablebox"><div class="content_outline_grey"> <div class="content_outline_black"><ul> <li> <p><span class="link_expandablebox">› </span> <a href="/centers/ames/home/index.html">Ames Research Center</a></p> <p><span class="link_expandablebox">› </span> <a href="/centers/dryden/home/index.html">Dryden Flight Research Center</a></p> <p><span class="link_expandablebox">› </span> <a href="/centers/glenn/home/index.html">Glenn Research Center</a></p> <p><span class="link_expandablebox">› </span> <a href="/centers/goddard/home/index.html">Goddard Space Flight Center</a></p> <p><span class="link_expandablebox">› </span> <a href="/centers/hq/home/index.html">Headquarters</a></p> <p><span class="link_expandablebox">› </span> <a href="/centers/jpl/home/index.html">Jet Propulsion Laboratory</a></p> <p><span class="link_expandablebox">› </span> <a href="/centers/johnson/home/index.html">Johnson Space Center</a></p> <p><span class="link_expandablebox">› </span> <a href="/centers/kennedy/home/index.html">Kennedy Space Center</a></p> <p><span class="link_expandablebox">› </span> <a href="/centers/langley/home/index.html">Langley Research Center</a></p> <p><span class="link_expandablebox">› </span> <a href="/centers/marshall/home/index.html">Marshall Space Flight Center</a></p> <p><span class="link_expandablebox">› </span> <a href="/centers/stennis/home/index.html">Stennis Space Center</a></p> </li> </ul> <!-- <p>NASA's work is performed at locations across the country:</p> <ul> <li><span class="light_blue">› </span> <a href="/centers/ames/home/index.html">Ames Research Center</a> </li> <li><span class="light_blue">› </span> <a href="/centers/dryden/home/index.html">Dryden Flight Research Center</a></li> <li><span class="light_blue">› </span> <a href="/centers/glenn/home/index.html">Glenn Research Center</a></li> <li><span class="light_blue">› </span> <a href="/centers/goddard/home/index.html">Goddard Space FlightCenter</a></li> <li><span class="light_blue">› </span> <a href="/centers/hq/home/index.html">Headquarters</a></li> <li><span class="light_blue">› </span> <a href="/centers/jpl/home/index.html">Jet Propulsion Laboratory</a></li> <li><span class="light_blue">› </span> <a href="/centers/johnson/home/index.html">Johnson Space Center</a></li> <li><span class="light_blue">› </span> <a href="/centers/kennedy/home/index.html">Kennedy Space Center</a></li> <li><span class="light_blue">› </span> <a href="/centers/langley/home/index.html">Langley Research Center</a></li> <li><span class="light_blue">› </span> <a href="/centers/marshall/home/index.html">Marshall Space Flight Center</a></li> <li><span class="light_blue">› </span> <a href="/centers/stennis/home/index.html">Stennis Space Center</a></li> <br /> <li><span class="light_blue">› </span><b><a href="/about/sites/index.html">View Centers and Facilities Map</a></b></li></ul> --></div> </div><a href="/about/sites/index.html" class="linkbutton_on_blue">View Map</a> | |
| </div> | |
| <div class="footer"> </div> | |
| <h3 class="top_header_grip_popular"> | |
| <a href="#">NASA Directorates and Offices</a> | |
| </h3> | |
| <div class="content expandablebox"><div class="content_outline_grey"> <div class="content_outline_black"><ul> <li> <p><span class="link_expandablebox">› </span><a href="http://aerospace.nasa.gov/">Aeronautics Research →</a></p> <p><span class="link_expandablebox">› </span><a href="/directorates/heo/home/index.html">Human Exploration and Operations</a></p> <p><span class="link_expandablebox">› </span><a href="http://science.hq.nasa.gov/">Science →</a></p> <p><span class="link_expandablebox">› </span><a href="/directorates/spacetech/home/index.html">Space Technology </a></p> </a></p> <hr width="80%" /> <p><span class="link_expandablebox">› </span> <a href="/offices/ocfo/home/index.html">Chief Financial Officer</a></p> <p><span class="link_expandablebox">› </span> <a href="/offices/ochmo/main/">Chief Health and Medical Officer →</a></p> <p><span class="link_expandablebox">› </span> <a href="/offices/ocio/home/index.html">Chief Information Officer</a></p> <p><span class="link_expandablebox">› </span> <a href="/offices/oct/home/index.html">Office of the Chief Technologist</a></p> <p><span class="link_expandablebox">› </span> <a href="http://www.hq.nasa.gov/office/oer/">External Relations →</a></p> <p><span class="link_expandablebox">› </span> <a href="/offices/ogc/about/index.html">General Counsel</a></p> <p><span class="link_expandablebox">› </span> <a href="http://oim.hq.nasa.gov/">Institutions and Management →</a></p> <p><span class="link_expandablebox">› </span> <a href="http://legislative.nasa.gov/">Legislative and Intergovernmental Affairs →</a></p> </li> </ul></div> </div><a href="/about/org_index.html" class="linkbutton_on_blue">See All NASA Organizations</a> | |
| </div> | |
| <div class="footer bottom_footer"> </div> | |
| </div> | |
| </div></div><!--Footer Include Here--><!--Footer Starts Here--><div id="footer"><script type="text/javascript"> | |
| createFooterlogo(); | |
| createFooterContent('Jim Wilson', | |
| 'June 24, 2013', | |
| 'Brian Dunbar', | |
| 'Contact NASA', | |
| '/about/contact/index.html', | |
| '/sitemap/sitemap_nasa.html'); | |
| </script><!--Footer Ends Here--></div><!--Footer Include ends Here--><div class="background_layer"> </div><script src="/js/196888main_externalsource_footer.js" type="text/javascript" language="javascript"></script></body></html> |
Tuesday, June 25, 2013
NASA
Subscribe to:
Post Comments (Atom)
1+1=3
ReplyDelete13*13=169
ReplyDeleteNevertheless we , according to His promise , look for new heavens and a new earth in which righteousness dwells.
ReplyDelete光陰矢のごとし
ReplyDelete
ReplyDelete1000 years
ReplyDeleteone day
ReplyDelete19:50
7:50 P.M.
ReplyDeleteE=mcc
ReplyDelete