Color Picker

Loading ...., deleting ...., lookup value function closebutton(type, id) { switch (id) { case "remove_permissions": case "add_permissions": if(type ="justclose") { index = $($("type")[0]).text() alias = $($("alias")[0]).text() query = "" idslist = "" if ($(".mtableselector:checked").length > 0) { $(".mtableselector:checked").each(function () { key = $(this).parent().parent().attr("key") idslist += key + ";" }) query += "&type=" + index + "&filters=__dirid.keyword|mm|" + idslist + "&alias=" + alias } else { if (window.location.href.split("")[1]) query = window.location.href.split("")[1] query = query.replace("&type=&", "&") if (query.indexof("&type=") == -1) query += "&type=" + index if (query.indexof("&alias=") == -1) query += "&alias=" + alias } curperm = $("#" + id).find("[name='permissionsperms'] option:selected").val() curroles = [] $("#" + id).find('[name="usersrolesacl_allow"] option').each(function () { curroles.push($(this).val()) }) if (curroles.length == 0) { alert("please select a role") break; } aclbody = {} aclbody.esquery = query aclbody[curperm] = curroles returndata = loadxml2("/explore/api/v1/query" + query, "get", false, {}) answer = prompt("this action will " + type + " permissions to " + returndata.total + " records type yes (in all caps) to proceed") if (answer == "yes") { returnload = loadxml2("/data/in/api/v1/acl/_" + type, "post", false, aclbody) alert(returnload.message) document.getelementbyid(id).style.display = 'none' } else { alert("no permissions were modified") document.getelementbyid(id).style.display = 'none' } } else{ document.getelementbyid(id).style.display = 'none' } break; case "showhidefields": var showfields = [] $("#showhidefields input.showhidefields").each(function (index, value) { if ($(this).prop("checked")) { showfields.push($(this).attr("key")) } }) //alert("setting cookie: " + showfields) setcookie(window.location.href.split("")[0] + "-showfields", showfields, 2) document.getelementbyid(id).style.display = 'none' break; case "justclose": document.getelementbyid(id).style.display = 'none' break; default: document.getelementbyid(id).style.display = 'none' } }, saving ...., show/ hide function closebutton(type, id) { switch (id) { case "remove_permissions": case "add_permissions": if(type ="justclose") { index = $($("type")[0]).text() alias = $($("alias")[0]).text() query = "" idslist = "" if ($(".mtableselector:checked").length > 0) { $(".mtableselector:checked").each(function () { key = $(this).parent().parent().attr("key") idslist += key + ";" }) query += "&type=" + index + "&filters=__dirid.keyword|mm|" + idslist + "&alias=" + alias } else { if (window.location.href.split("")[1]) query = window.location.href.split("")[1] query = query.replace("&type=&", "&") if (query.indexof("&type=") == -1) query += "&type=" + index if (query.indexof("&alias=") == -1) query += "&alias=" + alias } curperm = $("#" + id).find("[name='permissionsperms'] option:selected").val() curroles = [] $("#" + id).find('[name="usersrolesacl_allow"] option').each(function () { curroles.push($(this).val()) }) if (curroles.length == 0) { alert("please select a role") break; } aclbody = {} aclbody.esquery = query aclbody[curperm] = curroles returndata = loadxml2("/explore/api/v1/query" + query, "get", false, {}) answer = prompt("this action will " + type + " permissions to " + returndata.total + " records type yes (in all caps) to proceed") if (answer == "yes") { returnload = loadxml2("/data/in/api/v1/acl/_" + type, "post", false, aclbody) alert(returnload.message) document.getelementbyid(id).style.display = 'none' } else { alert("no permissions were modified") document.getelementbyid(id).style.display = 'none' } } else{ document.getelementbyid(id).style.display = 'none' } break; case "showhidefields": var showfields = [] $("#showhidefields input.showhidefields").each(function (index, value) { if ($(this).prop("checked")) { showfields.push($(this).attr("key")) } }) //alert("setting cookie: " + showfields) setcookie(window.location.href.split("")[0] + "-showfields", showfields, 2) document.getelementbyid(id).style.display = 'none' break; case "justclose": document.getelementbyid(id).style.display = 'none' break; default: document.getelementbyid(id).style.display = 'none' } }, choose permissions x function closebutton(type, id) { switch (id) { case "remove_permissions": case "add_permissions": if(type ="justclose") { index = $($("type")[0]).text() alias = $($("alias")[0]).text() query = "" idslist = "" if ($(".mtableselector:checked").length > 0) { $(".mtableselector:checked").each(function () { key = $(this).parent().parent().attr("key") idslist += key + ";" }) query += "&type=" + index + "&filters=__dirid.keyword|mm|" + idslist + "&alias=" + alias } else { if (window.location.href.split("")[1]) query = window.location.href.split("")[1] query = query.replace("&type=&", "&") if (query.indexof("&type=") == -1) query += "&type=" + index if (query.indexof("&alias=") == -1) query += "&alias=" + alias } curperm = $("#" + id).find("[name='permissionsperms'] option:selected").val() curroles = [] $("#" + id).find('[name="usersrolesacl_allow"] option').each(function () { curroles.push($(this).val()) }) if (curroles.length == 0) { alert("please select a role") break; } aclbody = {} aclbody.esquery = query aclbody[curperm] = curroles returndata = loadxml2("/explore/api/v1/query" + query, "get", false, {}) answer = prompt("this action will " + type + " permissions to " + returndata.total + " records type yes (in all caps) to proceed") if (answer == "yes") { returnload = loadxml2("/data/in/api/v1/acl/_" + type, "post", false, aclbody) alert(returnload.message) document.getelementbyid(id).style.display = 'none' } else { alert("no permissions were modified") document.getelementbyid(id).style.display = 'none' } } else{ document.getelementbyid(id).style.display = 'none' } break; case "showhidefields": var showfields = [] $("#showhidefields input.showhidefields").each(function (index, value) { if ($(this).prop("checked")) { showfields.push($(this).attr("key")) } }) //alert("setting cookie: " + showfields) setcookie(window.location.href.split("")[0] + "-showfields", showfields, 2) document.getelementbyid(id).style.display = 'none' break; case "justclose": document.getelementbyid(id).style.display = 'none' break; default: document.getelementbyid(id).style.display = 'none' } }.

NASA Life Sciences Portal

The Next Generation of the Life Sciences Data Archive for Human, Animal and Plant Research

NASA's Human Research Program (HRP) conducts research and develops technologies that allow humans to travel safely and productively in space. The Program uses evidence from data collected on astronauts, as well as other supporting studies. These data are stored in the research data repository, Life Sciences Data Archive (LSDA).

NASA Research Announcement

Nspires website.

NASA Research Announcements (NRAs) for Human Exploration Research Opportunities (HERO) and for Research Opportunities in Space Biology (ROSBio) can be found on the NSPIRES website.

NASA Solicitation and Proposal Integrated Review and Evaluation System 

Search research.

Search our archive to find science based research spanning 30 years.

Explore Research

Deep Dive into research data, subject by subject, to find exact research to meet your needs.

Data Submittal

Submit research to the archive for archival storage and sharing throughout the research community.

Data Request

Request research from the archive to enhance on-going research being done by your and/or your organization.

Research Areas

nasa research paper database

Neuroscience

nasa research paper database

Cardiovascular physiology

nasa research paper database

Behavior and performance

nasa research paper database

Radiation biology

nasa research paper database

Muscle physiology

nasa research paper database

Technology development

nasa research paper database

Cell and molecular biology

NASA Logo, National Aeronautics and Space Administration

National Aeronautics and Space Administration

Goddard institute for space studies, goddard space flight center sciences and exploration directorate earth sciences division.

These database pages index about 6000 publications authored or co-authored by NASA Goddard Institute for Space Studies scientists and colleagues since the institute was founded in 1961. Most entries are refereed journal articles, but the database also includes tech reports and tech notes, report chapters, book chapters, conference proceedings papers, doctoral dissertations, and other research publications as well as some popular science articles. The database is not complete but is nearly so for the years after 1990.

Copies of some listed publications are also available here in PDF form. Otherwise, entries are citation and abstract only. Most listings also include a link to the appropriate journal website. Some include links to related news releases or non-technical science briefs describing the research.

Some complete papers provided here differ from the published form, most likely because they are post-publication versions that include typographical or other corrections. Unless otherwise indicated, the published version is the version intended by the author(s).

Recent Publications

Obiso, V., M. Gonçalves Ageitos, C. Pérez García-Pando, G.L. Schuster, S.E. Bauer, C. Di Biagio, P. Formenti, J.P. Perlwitz, K. Tsigaridis, and R.L. Miller, 2024: Observationally constrained regional variations of shortwave absorption by iron oxides emphasize the cooling effect of dust . Atmos. Chem. Phys. , 24 , no. 9, 5337-5367, doi:10.5194/acp-24-5337-2024.

Luo, M., H.M. Worden, R.D. Field, K. Tsigaridis, and G.S. Elsaesser, 2024: TROPESS-CrIS CO single-pixel vertical profiles: Intercomparisons with MOPITT and model comparisons for 2020 western US wildfires . Atmos. Meas. Tech. , 17 , no. 9, 2611-2024, doi:10.5194/amt-17-2611-2024.

Rivera, A., K. Tsigaridis, G. Faluvegi, and D. Shindell, 2024: Assessing acetone for the GISS ModelE2.1 Earth system model . Geosci. Model Dev. , 17 , no. 8, 3487-3505, doi:10.5194/gmd-17-3487-2024.

Zhang, Y., S. He, B. Wee, A.N. LeGrande, J. Wang, N. Goodkin, and X. Wang, 2024: Precipitation 17 O-excess altered during tropical convection: Evidence from monsoon cold surges in Singapore . J. Geophys. Res. Atmos. , 129 , no. 9, e2023JD040437, doi:10.1029/2023JD040437.

Orbe, C., D. Rind, D. Waugh, J. Jonas, X. Zhang, G. Chiodo, L. Nazarenko, and G.A. Schmidt, 2024: Coupled stratospheric ozone and Atlantic Meridional Overturning Circulation feedbacks on the Northern Hemisphere midlatitude jet response to 4×CO 2 . J. Climate , 37 , no. 10, 2897-2917, doi:10.1175/JCLI-D-23-0119.1.

Tan, I., M.D. Zelinka, Q. Coopman, B.H. Kahn, L. Oreopoulos, G. Tselioudis, D.T. McCoy, and N. Li, 2024: Contributions from cloud morphological changes to the interannual shortwave cloud feedback based on MODIS and ISCCP satellite observations . J. Geophys. Res. Atmos. , 129 , no. 8, e2023JD040540, doi:10.1029/2023JD040540.

Carter, J.L., R.D. Perera, and M.J. Way, 2024: Hyper illumination of exoplanets: Analytical and numerical approaches . Astron. J. , 167 , no. 5, 222, doi:10.3847/1538-3881/ad33c1.

Karl, K., R. DeFries, W. Baethgen, M. Furtado, J. Potent, E.M. Leal, E. Mencos Contreras, and C. Rosenzweig, 2024: Toward a holistic and data-driven framework to evaluate livestock-derived protein systems . One Earth , 7 , no. 4, 572-588, doi:10.1016/j.oneear.2024.02.003.

Ruane, A.C., M. Phillips, J. Jägermeyr, and C. Müller, 2024: Non-linear climate change impacts on crop yields may mislead stakeholders . Earth's Future , 12 , no. 4, e2023EF003842, doi:10.1029/2023EF003842.

Stuart, L., M. Hobbins, E. Neibuhr, A. Ruane, R. Pulwarty, A. Hoell, W. Thiaw, C. Rosenzweig, F. Muñoz-Arriola, M. Jahn, and M. Farrar, 2024: Enhancing global food security: Opportunities for the American Meteorological Society . Bull. Amer. Meteorol. Soc. , 125 , no. 4, E760-E777, doi:10.1175/BAMS-D-22-0106.1.

Cesana, G., A. Ackerman, A. Fridlind, I. Silber, A. Del Genio, M. Zelinka, H. Chepfer, T. Khadir, and R. Roehrig, 2024: Observational constraint on a feedback from supercooled clouds reduces projected warming uncertainty . Commun. Earth Environ. , 5 , 181, doi:10.1038/s43247-024-01339-1.

Guarin, J.R., J. Jägermeyr, E.A. Ainsworth, F.A.A. Oliveira, S. Asseng, K. Boote, J. Elliott, L. Emberson, I. Foster, G. Hoogenboom, D. Kelly, A.C. Ruane, and K. Sharps, 2024: Modeling the effects of tropospheric ozone on the growth and yield of global staple crops with DSSAT v4.8.0 . Geosci. Model Dev. , 17 , no. 7, 2547-2567, doi:10.5194/gmd-17-2547-2024.

Annual Lists

Publications in 2024 , 2023 , 2022 , 2021 , 2020 , 2019 , 2018 , 2017 , 2016 , 2015 , 2014 , 2013 , 2012 , 2011 , 2010 , 2009 , 2008 , 2007 , 2006 , 2005 , 2004 , 2003 , 2002 , 2001 , 2000 , 1999 , 1998 , 1997 , 1996 , 1995 , 1994 , 1993 , 1992 , 1991 , 1990 , 1989 , 1988 , 1987 , 1986 , 1985 , 1984 , 1983 , 1982 , 1981 , 1980 , 1979 , 1978 , 1977 , 1976 , 1975 , 1974 , 1973 , 1972 , 1971 , 1970 , 1969 , 1968 , 1967 , 1966 , 1965 , 1964 , 1963 , 1962 , 1961 .

Papers in press or accepted for publication.

Other Lists

+ Author Bibliographies

+ Best Paper of the Year

+ Most Cited Papers

+ Doctoral Dissertations

Publication Links

+ GSFC Earth Sciences Publications

+ GSFC Library Authors & Publications

+ SAO/NASA Astrophysics Data System

+ NASA Technical Reports Server

+ DOI Resolver

+ IPCC Assessment Reports

  • News & Features Overview
  • Projects Overview
  • Global Climate Modeling
  • Astrobiology / ROCKE-3D
  • Climate Impacts
  • Datasets Overview
  • GISTEMP Surface Temperature
  • Model E Simulations
  • Model Forcings
  • ROCKE-3D Simulations
  • ISCCP Data Products
  • GACP Data Products
  • Publications Overview
  • 2024 Publications
  • 2023 Publications
  • 2022 Publications
  • 2021 Publications
  • 2020 Publications
  • Accepted & In Press
  • Author Bibliographies
  • Annual Best
  • Dissertations
  • Software Overview
  • GCM Model E
  • Panoply Data Viewer
  • G.Projector
  • Mars24 Sunclock
  • Education Overview
  • Internships
  • Graduate Study
  • Postdoc Research
  • STEM Curriculum Modules
  • Events Overview
  • Lunch Seminars
  • Past Events
  • Management Staff
  • Personnel Directory
  • Visitors' Info

Goddard Space Flight Center

Page updated: May 8, 2024

Website Curator: Robert B. Schmunk — NASA Official: Gavin A. Schmidt

Contact GISS — NASA Privacy Policy — Accessibility

If you are a NASA employee and would like to upload new datasets, please send us an email at [email protected] requesting a "Publisher" account. For more information on uploading data, you can visit our README (this link will only work if you are connected to the NASA network)

U.S. flag

An official website of the United States government

The .gov means it’s official. Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you’re on a federal government site.

The site is secure. The https:// ensures that you are connecting to the official website and that any information you provide is encrypted and transmitted securely.

NASA logo but image did not load

Want NASA data?

Check out our data catalog below or you can read about other open-government websites further down the page.

Know what you are looking for?

Search for it in our catalog of tens of thousand datasets released to the public!

DATA.NASA.GOV: A catalog of publicly available NASA datasets

DATA.NASA.GOV is NASA's clearinghouse site for open-data provided to the public.

Tens of thousands of datasets are available for you.

The majority of dataset pages on data.nasa.gov only hold metadata for each dataset. It is common for the actual data to be held on other NASA archive sites. Data.nasa.gov will have the metadata and links to the data as it exists in those many other locations.

Some datasets on data.nasa.gov are harvested from other NASA data archives and other datasets only exist on data.nasa.gov. This slideshow created for SpaceApps Hackathon participants explains the wider NASA data universe and has some suggestions for finding NASA data.

Do You Want to Upload New NASA Datasets?

If you are a NASA individual and would like to upload new datasets, either manually via a webform or programmatically via API, please check out these instructions . Note: You'll need to be behind the NASA firewall to access that link. If you sign-up without following those instructions, you won't be able to add new datasets.

If you are a NASA staff or contractor and have a public dataset that you would like to upload or link to data.nasa.gov through metadata, please contact us to set up an account via your nasa.gov email. After you have an account, you can sign-in via the sign-in button at the top of this page and upload or edit your dataset as the dataset owner. NOTE: If you create an account yourself, you'll be able to see some information but not be able to upload datasets.

What type of data is available on Data.nasa.gov?

There are thousands of public datasets on data.nasa.gov..

To give the public a better understanding of the different types of datasets available, a data visualization page has been created entirely dedicated to helping our users gain a better understanding as to what kind of data they can expect to find.

nasa research paper database

Open Dataset Resourses Tied to Data.nasa.gov

Nasa datasets are available through a number of different websites, not just data.nasa.gov., open-innovation program.

Data.nasa.gov is the dataset-focused site of NASA's OCIO (Office of the Chief Information Officer) open-innovation program. There are also API.nasa.gov and Code.nasa.gov for APIs and Code respectively.

Open Innovation Sites

Alt text

code.nasa.gov

A page that contains information on links to all open-sourced NASA code projects.

Alt text

api.nasa.gov

A clearinghouse site for information about NASA APIs. Acts a passthrough site to NASA APIs elsewhere. Request a key and get to work!

Alt text

open.nasa.gov

More information about all open-innovation sites like code.nasa.gov and data.nasa.gov. Information about datanauts, a problem that lets the public collaborate with nasa. Information about federal open-data mandates that apply to NASA.

Alt text

data.nasa.gov (this site)

NASA's central open-data site for the public. Aggregates data from different archives and datasets not available anywhere else.

Other NASA Data Sites and Science Archives

Additionally, NASA has a number of data archives, often geared around providing the public with datasets from a particular domain, field of science, or mission.

nasa.gov/open/data has a good overview of all the various science and mission data sites.

A few key links:.

  • Planetary Data System (PDS)
  • Earth Observing System Data and Information System (EOSDIS)
  • List of Other NASA Science & Mission Data Archives

NASA Tecnical Reports Server

You might also be interested in NASA technical reports, publications, or presentations. These are found on NASA Technical Reports Server or NRTS, which is run by NASA's STI (Science & Technical Information) Program .

  • STI homepage
  • NRTS Search Page
  • An "About" page that covers what type of content is covered by NRTS

Code and data from all US federal agencies

Code.gov and data.gov are aggregator sites run by GSA (General Services Administration) that collect open-data and open-code from across all U.S. federal government agencies. Code.nasa.gov and data.nasa.gov feed into code.gov and data.gov respectively. Data.gov has an APIs for working with their datasets that make them worth checking out even if you're strickly interested in NASA data.

  • search Repository Search Site Search
  • NASA STI Compliance and Distribution Services
  • STI Repository (NTRS)
  • STI Repository (NTRS) Release Notes

Public Access

  • Use of NASA STI
  • Search Tips for the NASA STI Repository
  • NASA STI Repository
  • NASA PubSpace
  • NASA's Data Portal
  • About Public Access
  • Submit to PubSpace
  • For the General Public
  • For STI Publishers
  • Data Harvesting
  • Contact/Help

Earth as seen from the International Space Station (ISS)

Publication Management | Journal Article Versions | STI Compliance and Distribution Services Involvement | Important Links | Contact Info

What is Public Access

The Public Access initiative is part of the agency’s framework for increasing public access to scientific publications and digital scientific data.

OSTP Memorandum

The Public Access initiative follows the release of White House Office of Science and Technology Policy’s (OSTP) memorandum “Increasing Access to the Results of Federally Funded Research,” launch to ensure federally funded research is available to the public within one year of publication.

Public Access to Results of NASA-Funded Research

NASA answered the OSTP mandate by creating:

  • An agency plan entitled “NASA Plan for Increasing Access to the Results of Scientific Research” launch
  • Associated policy, NPD 2230.1, Research Data and Publication Access. launch

Together, they outline a framework for activities to increase public access to scientific publications and digital scientific data resulting from NASA-funded research.

Publication Management

All NASA-funded researchers (both civil servant and non-civil servant) are required launch to ensure that copies of publications and associated data are made available in NASA’s designated public access repository, PubSpace launch . This excludes patents, publications that contain material governed by personal privacy, export control, proprietary restrictions, or national security law or regulations.

PubSpace launch is NASA’s designated public access repository. It is a collection of NASA-funded scholarly publications within the STI Repository launch , aiming to increase access to federally funded research in accordance with NASA Public Access Policy launch . The collection enables free public access to NASA’s peer-reviewed scholarly publications, including accepted manuscripts and publisher version of record, after the designated publisher embargo period.  

NASA has entered into a partnership agreement with the Clearinghouse for the Open Research of the United States (CHORUS) publishing group, which serves as a component to the PubSpace Collection. NASA researchers who publish in a CHORUS member’s journal can now more easily satisfy the  Agency’s requirements for public access launch .

Guidance for how to locate publications in PubSpace and how to submit publications that are not available from CHORUS can be found on the Submit to PubSpace page launch .

Journal Article Versions Explained

  • Preprint – The journal article version that is submitted to the journal publisher to request acceptance and publication.
  • Accepted Manuscript – The version of the journal article that has been accepted for publication by a journal publisher and includes changes requested by the publisher and made by the author during the peer-review process. It typically includes the same content as the published article in the journal but frequently (not always) does not include the publisher’s form or format. This is the version collected for PubSpace.
  • Reprint – The version that is published in the journal by the publisher. It will typically have the date of publication and volume number. Some Federal agencies and publishers also call these the Version of Record manuscript.

STI Compliance and Distribution Services Involvement

NASA STI Compliance and Distribution Services manages several areas of public access to research as part of our mission to support the advancement of knowledge and contributing to U.S. competitiveness in space science and aerospace research and development.

STI Compliance and Distribution Services supports public access to research by:

  • Staffing the NASA Public Access Help Desk
  • Providing support to NASA-funded researchers
  • Maintaining a comprehensive collection of NASA-authored and NASA-funded peer-reviewed publications in the NASA STI Repository launch , including the PubSpace Collection

Important Links

  • NASA STI Repository launch
  • NASA PubSpace launch
  • PubSpace Submission Links and Instructions
  • Public Access Frequently Asked Questions
  • 2013 Memorandum launch
  • 2022 Memorandum launch

If you have any questions or concerns, please contact the NASA Public Access Help Desk.

NASA Public Access Help Desk

Contact Form: Public Access Help Desk

Data Access Viewer (DAV)

Papers & Reports 2023

F. Lastname Published online Month DD, 2023

Abs. Blurb. Title Publication/Conference, Month DD, 2023.

Efficient Estimation of the Number of Clusters for High-Dimensional Data

S. Kasapis, G. Zhang, J. Smereka, N. Vlahopoulos Published online December 6, 2023

The exponential growth of digital image data has given rise to the need of efficient content management and retrieval tools. Despite its popularity, the VRC method comes with two very important shortcomings: it only yields good results when the data dimensionality is low and it does not scale well for a high number of clusters, making it very difficult to use in computer vision applications. We propose an extension to the VRC method that works for increased cluster number and high-dimensionality data sets and therefore is fit for image data sets. Efficient Estimation of the Number of Clusters for High-Dimensional Data The Journal of Defense Modeling and Simulation: Applications, Methodology, Technology, December 2023.

Grid Topology for Time-Accurate Deployment Simulation of 2D Parachutes by using Navier-Stokes Equations

G. Guruswamy Published online October 31, 2023

A new grid topology approach suitable for body-fitted structured grids is presented to time-accurately simulate deployment of parachutes. The goal is to provide an alternate to the current use of Cartesian and unstructured grids that are less desired from turbulence modeling aspects compared to the body-fitted structured grids. Time-accuracy essential for the deployment is maintained, unlike in the quasi-steady loose coupling methods used elsewhere with the Cartesian/unstructured grids. The current paper establishes the new approach for a 2D case that can lead to 3D cases. Grid Topology for Time-Accurate Deployment Simulation of 2D Parachutes by using Navier-Stokes Equations Aerospace Science and Technology, vol. 142, part B, November 2023.

Spectro-Polarimetric Properties of Sunquake Sources in X1.5 Flare and Evidence for Electron and Proton Beam Impacts

A. Kosovichev, V. Sadykov, J. Stefan Published online September 13, 2023

The first significant sunquake event of Solar Cycle 25 was observed during the X1.5 flare of May 10, 2022, by the Helioseismic and Magnetic Imager (HMI) onboard the Solar Dynamics Observatory. We perform a detailed spectro-polarimetric analysis of the sunquake photospheric sources, using the Stokes profiles of the FeI 6173A line, reconstructed from the HMI linear and circular polarized filtergrams. Spectro-Polarimetric Properties of Sunquake Sources in X1.5 Flare and Evidence for Electron and Proton Beam Impacts arXiv:2309.07346 [astro-ph.SR], September 13, 2023.

Automatic Runtime Scheduling Via Directed Acyclic Graphs for CFD Applications

H. Torres, S. Murman Published online June 8, 2023

The order of execution of computational kernels for Single-Program, Multiple-Data (SPMD) programs is usually determined at compile time. These static predetermined schedules can lead to performance issues at runtime, and are difficult to implement for inhomogeneous situations, such as variable-order or multi-physics applications. It is especially challenging to generate performant schedules when it is unknown whether specific kernels require execution, as a function of user inputs, or the kernel execution time changes dependent on the hardware. This paper presents a solution to this problem by dynamically scheduling computational kernels at runtime using directed acyclic graphs to track the data dependencies between kernels. Automatic Runtime Scheduling Via Directed Acyclic Graphs for CFD Applications 2023 AIAA Aviation Forum, San Diego, CA, June 12-16, 2023.

Computational Study of Low-Speed Boundary-Layer Laminar-Turbulent over a 30-Degree Swept Plate in a Channel

M. Denison, J. Smith, J. Eppink Published online June 8, 2023

Reliable boundary-layer laminar-turbulent transition predictions are critical for the design of aircraft that use natural or controlled laminar flow to achieve low drag and better fuel efficiency. During cruise flight through low turbulence, the three-dimensional boundary layer over swept surfaces can transition prematurely due to stationary crossflow instabilities induced by surface roughness. Parabolized stability equations analyses have been successfully used to explain the different phases of the transition process under well controlled perturbations such as steps or discrete roughness elements. Computational Study of Low-Speed Boundary-Layer Laminar-Turbulent over a 30-Degree Swept Plate in a Channel 2023 AIAA Aviation Forum, San Diego, CA, June 12-16, 2023.

Multi-Fidelity Computational Analysis of a Quiet Single-Main Rotor Helicopter for Air Taxi Operations

P. Ventura Diaz, D. Perez, S. Yoon Published online June 8, 2023

A multi-fidelity computational study has been conducted on NASA's quiet single-main rotor helicopter concept for urban air mobility using computational fluid dynamics and rotorcraft comprehensive analysis tools. Two approaches have been followed in order to simulate the rotor flows: (1) a rotor disk model, which models the rotors as source terms, and (2) a high-fidelity approach using high-order accurate schemes and dual-time stepping, which simulates the rotor with its individual rotating blade grids. Multi-Fidelity Computational Analysis of a Quiet Single-Main Rotor Helicopter for Air Taxi Operations 2023 AIAA Aviation Forum, San Diego, CA, June 12-16, 2023.

Simulation of a Quadrotor Urban Air Taxi Hovering Above a Rooftop Edge

D.-G. Caprace, P. Ventura Diaz, S. Yoon Published online June 8, 2023

With the development of urban air mobility, the safety of multirotor vehicle operations in proximity to vertiports must be assessed. This paper examines high-fidelity blade-resolved OVERFLOW simulations and medium-fidelity vortex particle-mesh simulations that capture the aerodynamics of a rotorcraft in full and partial ground effect. Simulation of a Quadrotor Urban Air Taxi Hovering Above a Rooftop Edge 2023 AIAA Aviation Forum, San Diego, CA, June 12-16, 2023.

Microjet Angle Sensitivity for Active Flow Control on Multi-Element High-Lift Systems

J. Koch, J. Housman, S. Hosseini Published online June 8, 2023

This paper concerns the modeling and analysis of angled active flow control microjets using Computational Fluid Dynamics (CFD). Two geometries are considered: a 2D NLR7301 two-element aerofoil with 20° flap deflection, and a 3D Common Research Model in a high lift configuration (CRM-HL) with inboard and outboard flaps deflected 40° and 37°, respectively. Microjet Angle Sensitivity for Active Flow Control on Multi-Element High-Lift Systems 2023 AIAA Aviation Forum, San Diego, CA, June 12-16, 2023.

Aerodynamic Simulations for Complex Geometries Using Automatically Generated Structured Overset Meshes

A. Chuen, S. Hosseini, J. Jensen, W. Chan Published online June 8, 2023

Recent work on automation of structured overset mesh generation has significantly reduced the manual effort required for this task. RANS-based flow solution computation on these automatically generated structured overset meshes are investigated. Comparisons are performed with flow solutions obtained on manually generated best-practice meshes of equivalent resolution. Four test cases are presented: the Juncture Flow Experiment, two concept vehicles from NASA’s Revolutionary Veritcal Lift Technology (RVLT) project, and a ducted propeller. Aerodynamic Simulations for Complex Geometries Using Automatically Generated Structured Overset Meshes 2023 AIAA Aviation Forum, San Diego, CA, June 12-16, 2023.

Anisotropic Mach Cone Aligned Mesh Adaptation for Low Boom Simulations

C. Ashby, J. Housman, J. Duensing Published online June 8, 2023

An automated off-body Mach cone aligned structured curvilinear grid generation procedure is presented for near-field computational fluid dynamics simulations. This procedure combines output-based indicators and mesh redistribution to perform anisotropic mesh adaptation while maintaining Mach cone alignment. Automation is achieved through a novel direction-based adaptation indicator formulation. The adaptation procedure is demonstrated on the JAXA Wing Body geometry and X-59 C608 demonstrator model from the Second and Third AIAA Sonic Boom Prediction Workshops, respectively. Anisotropic Mach Cone Aligned Mesh Adaptation for Low Boom Simulations 2023 AIAA Aviation Forum, San Diego, CA, June 12-16, 2023.

Nonzero Phase Shifts of Acoustic Waves in the Lower Solar Atmosphere Measured from Realistic Simulations and Their Role in Local Helioseismology

M. Waidele, J. Zhao, I. Kitiashvili Published June 2, 2023

Previous studies analyzing the evanescent nature of acoustic waves in the lower solar atmosphere, up to 300 km above the photosphere, have shown an unexpected phase shift of an order of 1 s between different heights. Those studies investigated the spectral line Fe Ιλ6173.3, commonly used for helioseismic measurements. Such phase shifts can contribute to a misinterpretation of the measured travel times in local helioseismology, complicating inferences of, e.g., the deep meridional flow. In this study, we carry out phase shift computations using a simulated, fully radiative, and convective atmosphere from which the Fe Ιλ6173.3 line is synthesized. Nonzero Phase Shifts of Acoustic Waves in the Lower Solar Atmosphere Measured from Realistic Simulations and Their Role in Local Helioseismology The Astrophysical Journal, vol. 949, no. 2, June 2, 2023.

Turning Noise Into Data: Characterization of the Van Allen Radiation Belt Using SDO Spikes Data

S. Kasapis, B. Thompson, J. Rodriguez, R. Attie, G. Cucho-Padin, D. da Silva, M. Jin, W. Pesnell Published online March 22, 2023

images acquired by Atmospheric Imaging Assembly (AIA) instrument on-board the Solar Dynamics Observatory have frequently displayed “spikes,” pixel regions yielding extreme number of digital counts. These spikes are regularly removed from AIA Level 1.0 images to produce clean and reliable data. A study of historical data has found over 100 trillion spikes in the past decade. This project correlates spike detection frequency with radiation environment parameters in order to generate an augmented data product from SDO. Turning Noise Into Data: Characterization of the Van Allen Radiation Belt Using SDO Spikes Data Space Weather, vol. 21, issue 3, March 22, 2023.

Statistical Study of the Correlation between Solar Energetic Particles and Properties of Active Regions

R. Marroquin, V. Sadykov, A. Kosovichev, I. Kitiashvili, et al. Published online March 10, 2023

The flux of energetic particles originating from the Sun fluctuates during the solar cycles. It depends on the number and properties of Active Regions (ARs) present in a single day and associated solar activities, such as solar flares and coronal mass ejections (CMEs). Observational records of the Space Weather Prediction Center (SWPC NOAA) enable the creation of time-indexed databases containing information about ARs and particle flux enhancements, most widely known as Solar Energetic Particle events (SEPs). In this work, we utilize the data available for Solar Cycles 21-24, and the initial phase of Cycle 25 to perform a statistical analysis of the correlation between SEPs and properties of ARs inferred from the McIntosh and Hale classifications. Statistical Study of the Correlation between Solar Energetic Particles and Properties of Active Regions arXiv:2303.06100 [astro-ph.SR], March 10, 2023.

Predicting Solar Proton Events of Solar Cycles 22-24 using GOES Proton & Soft X-Ray Flux Statistics

A. Ali, V. Sadykov, A. Kosovichev, I. Kitiashvili, et al. Published online March 9, 2023

Solar Energetic Particle (SEP) events and their major subclass, Solar Proton Events (SPEs), can result in unfavorable consequences to numerous aspects of life and technology, making them one of the most prevalent and harmful effects of solar activity. Garnering knowledge leading up to such events by studying proton and soft X-ray (SXR) flux data to alleviate the burdens they cause is therefore critical for their forecasting. Predicting Solar Proton Events of Solar Cycles 22-24 using GOES Proton & Soft X-Ray Flux Statistics arXiv:2303.05446 [astro-ph.SR], March 9, 2023.

Modeling Stellar Jitter for the Detection of Earth-Mass Exoplanets via Precision Radial Velocity Measurements

S. Granovsky, I. Kitiashivili, A. Wray Published online January 20, 2023

The detection of Earth-size exoplanets is a technological and data analysis challenge. Future progress in Earth-mass exoplanet detection is expected from the development of extreme precision radial velocity measurements. Increasing radial velocity precision requires developing a new physics-based data analysis methodology to discriminate planetary signals from host-star-related effects, taking stellar variability and instrumental uncertainties into account. In this work, we investigate and quantify stellar disturbances of the planet-hosting solar-type star HD121504 (G2V spectral type) from 3D radiative modeling obtained with the StellarBox code. Modeling Stellar Jitter for the Detection of Earth-Mass Exoplanets via Precision Radial Velocity Measurements 241st Meeting of the American Astronomical Society, Seattle, WA, January 8-12, 2023.

3D Realistic Modeling of Solar-Type Stars to Characterize the Stellar Jitter

I. Kitiashivili, S. Granovsky, A. Wray Published online January 20, 2023

Detection of Earth-mass planets with the radial velocity method requires a precision of about 10cm/s to identify a signal caused by such a planet. At the same time, noise originating in the photospheric and subphotospheric layers of the parent star is of the order of meters per second. Understanding the physical nature of the photospheric noise (so-called stellar jitter) and characterizing it are critical for developing techniques to filter out these unwanted signals. We take advantage of current computational and technological capabilities to create 3D realistic models of stellar subsurface convection and atmospheres to characterize the photospheric jitter. 3D Realistic Modeling of Solar-Type Stars to Characterize the Stellar Jitter 241st Meeting of the American Astronomical Society, Seattle, WA, January 8-12, 2023.

Aerodynamic Assessment of Surface-Normal Active Flow Control for Lift Enhancement on the High-Lift Common Research Model

S. Shosseini, C. Van Dam, S. Pandya Published online January 19, 2023

This study explores aerodynamic feasibility of small surface-normal pneumatic jets (microjets) for lift enhancement on the high-lift Common Research Model. To date, lift enhancement studies using microjets have been conducted at wind tunnel Reynolds numbers less than three and half million. This paper computationally investigates microjet effects at a flight Reynolds number of 24.6 million. Aerodynamic Assessment of Surface-Normal Active Flow Control for Lift Enhancement on the High-Lift Common Research Model AIAA SciTech 2023 Forum, National Harbor, MD, January 23-27, 2023

Advances in Space Launch System Booster Separation CFD

J. Meeroff, D. Dalle, S. Rogers, A. Burkhead, D. Schauerhamer, J. Diaz Published online January 19, 2023

The Space Launch System (SLS) employs two Space Shuttle derived Solid Rocket Boosters (SRBs) which separate from the SLS core while still experiencing appreciable aerodynamic loads. Creating an aerodynamic database for this phase of flight can be challenging due to the large number of independent variables needed to fully constrain the problem and the complex flow induced by exhaust plumes of the booster separation motors (BSMs) and core main engines impinging on other parts of the vehicle. This paper details recent efforts in generating aerodynamic databases for SLS during the booster separation event using viscous Computational Fluid Dynamic (CFD) simulations obtained using NASA's FUN3D solver. Advances in Space Launch System Booster Separation CFD AIAA SciTech 2023 Forum, National Harbor, MD, January 23-27, 2023

Launch Vehicle Ascent CFD for the Space Launch System

D. Dalle, S. Rogers, J. Meeroff, A. Burkhead, D. Schauerhamer, J. Diaz Published online January 19, 2023

This paper will discuss the use of Computational Fluid Dynamics (CFD) for the Space Launch System (SLS) Program to model the ascent phase of flight. The ascent phase begins shortly after the vehicle clears the launch tower and extends to the first staging event. To model SLS’s ascent, over one thousand numerical solutions of the Navier-Stokes equations are solved, and this analysis has been repeated for five different SLS configurations. To manage this demanding ascent CFD task, the SLS program has developed the Computational Aerosciences Productivity & Execution (CAPE) software, which is introduced in the paper. Launch Vehicle Ascent CFD for the Space Launch System AIAA SciTech 2023 Forum, National Harbor, MD, January 23-27, 2023

LAVA CFD Analysis of the Check Standard Model with the Langley Unitary Plan Wind Tunnel

J. Koch, J. Housman, C. Kiris Published online January 19, 2023

This paper is part of an effort to assess the current capability of Computational Fluid Dynamics (CFD) to accurately predict the experimental forces and base pressure on the Check Standard Model (CSM). The wind tunnel data for this model is gathered during annual monitoring of test-to-test repeatability for the Langley Unitary Plan Wind Tunnel (LUPWT). A blind database designed to help quantify the uncertainty of simulating LUPWT for the CSM repeatability tests was run using the Launch, Ascent, and Vehicle Aerodynamics (LAVA) CFD code. LAVA CFD Analysis of the Check Standard Model with the Langley Unitary Plan Wind Tunnel AIAA SciTech 2023 Forum, National Harbor, MD, January 23-27, 2023

Unsteady RANS and Scale Resolving Simulations of Open Rotor Noise

E. Dumlupinar, J. Housman, G. Kenway, C. Kiris Published online January 19, 2023

Computational simulations using structured curvilinear overset grids with the Launch Ascent and Vehicle Aerodynamics (LAVA) framework are presented for predicting the aerodynamic and aeroacoustic behavior of a contra-rotating open rotor (CROR) propulsion system using a newly developed and computationally efficient sliding mesh technique. A comprehensive evaluation of two turbulence closure treatments is carried out as part of the scope of this work: Unsteady Reynolds-Averaged Navier-Stokes Simulation (URANS), and Hybrid RANS/LES (HRLES). Unsteady RANS and Scale Resolving Simulations of Open Rotor Noise AIAA SciTech 2023 Forum, National Harbor, MD, January 23-27, 2023

Parallel Mesh Adaptation for Unsteady Blast Simulations on Cartesian Meshes

W. Spurlock, M. Aftosmis, J. Chiew, M. Nemec Published online January 19, 2023

Mesh adaptation is essential for controlling the cost of large-scale, high-resolution simulations. We propose an efficient parallel unsteady adaptation approach that uses multiple sweeps over the time domain. The simulation is divided into a set of temporal “windows” each having a spatial mesh and time step adapted for a fraction of the total solution time. Parallel Mesh Adaptation for Unsteady Blast Simulations on Cartesian Meshes AIAA SciTech 2023 Forum, National Harbor, MD, January 23-27, 2023

Preliminary Assessment of a Distributed Electric Propulsion System for the SUSAN Electrofan

L. Machado, T. Chau, G. Kenway, J. Duensing, C. Kiris Published online January 19, 2023

The SUSAN Electrofan is a new hybrid electric large regional jet aircraft concept being studied by NASA that leverages advanced propulsion system technologies such as distributed electric propulsion (DEP) and boundary-layer ingestion (BLI) to reduce fuel consumption and emissions. In order to evaluate the individual benefits of these technologies toward the SUSAN Electrofan's wing-mounted propulsion systems, three configurations are proposed. Preliminary Assessment of a Distributed Electric Propulsion System for the SUSAN Electrofan AIAA SciTech 2023 Forum, National Harbor, MD, January 23-27, 2023

Evaluation of Voronoi Meshes for Large Eddy Simulations of High Lift Aerodynamics

E. Sozer, A. Ghate, G. Kenway, M. Barad, V. Sousa, C. Kiris Published online January 19, 2023

Numerical sensitivity to 3 different Voronoi seeding methods is investigated for Large Eddy Simulations (LES). A second order accurate, non-dissipative finite volume discretization is used to systematically investigate the effects of different polyhedral Voronoi mesh types using a sequence of three canonical problems with increasing complexity. Evaluation of Voronoi Meshes for Large Eddy Simulations of High Lift Aerodynamics AIAA SciTech 2023 Forum, National Harbor, MD, January 23-27, 2023

High-Fidelity Simulations of a Tiltwing Vehicle for Urban Air Mobility

D. Garcia Perez, P. Ventura Diaz, S. Yoon Published online January 19, 2023

NASA is playing an important role in the development of the urban air mobility ecosystem by identifying key research areas and establishing a fleet of conceptual reference vehicles for urban air mobility applications. This paper delves deeper into the study of NASA’s six-passenger tiltwing air taxi aerodynamics using high-fidelity computational fluid dynamics simulations. NASA’s OVERFLOW flow solver has been loosely-coupled with the rotorcraft comprehensive analysis code CAMRAD II. High-Fidelity Simulations of a Tiltwing Vehicle for Urban Air Mobility AIAA SciTech 2023 Forum, National Harbor, MD, January 23-27, 2023

Fluid-Structure Interaction Simulations of the ASPIRE SR03 Supersonic Parachute Flight Test

F. Cadieux, J. Angel, M. Barad, C. Kiris Published online January 19, 2023

Research into parachute performance continues to be a source of significant investment from the National Aeronautics and Space Administration to mitigate risks and to enable a variety of exploration missions, including landing on Mars as well as returning to Earth. The cost of flight tests to certify any changes to the current state-of-the-art parachute designs limits the development of next generation parachute systems. Fluid-structure interaction simulations could help accelerate this process once validated. Fluid-Structure Interaction Simulations of the ASPIRE SR03 Supersonic Parachute Flight Test AIAA SciTech 2023 Forum, National Harbor, MD, January 23-27, 2023

NASA Division Office

Phone: (650) 604-4502

  • Donovan Mathias , Division Chief, Acting
  • Ted Manning , Deputy Division Chief, Acting
  • Donovan Mathias , Administrative Assistant

General inquiries about the Division

Website-related issues or comments, 24x7 user assistance.

General comments or questions about NASA

Tell us about it.

We welcome your input on features and topics that you would like to see included on this website.

Please send us email with your wish list and other feedback.

  • Ask An Astrobiologist
  • Resources Graphic Histories Coloring Pages Heroes Posters Life in the extremes Digital Backgrounds SciComm Guild

NASA Astrobiology Logo

Dhaliwal, J. K., Day, J. M. D., Creech, J. B., & Moynier, F. (2024). Copper and zinc isotope compositions of pristine eucrites as analogues for differentiated planetary feedstocks. Earth and Planetary Science Letters, 637, 118740. doi:10.1016/j.epsl.2024.118740

Surprenant, R. L., Gehling, J. G., Hughes, E. B., & Droser, M. L. (2024). Reply to “Comment on “Biostratinomy of the enigmatic tubular organism Aulozoon soliorum, the Rawnsley Quartzite, South Australia” by Surprenant et al. (2023)”. Gondwana Research, 131, 69–74. doi:10.1016/j.gr.2024.02.010

Horvath, D. G., & Andrews-Hanna, J. C. (2024). The hydrology of the Jezero crater paleolake: Implications for the climate and limnology of the lake system from hydrological modeling. Earth and Planetary Science Letters, 635, 118690. doi:10.1016/j.epsl.2024.118690

Kaib, N. A., Parsells, A., Grimm, S., Quarles, B., & Clement, M. S. (2024). More realistic planetesimal masses alter Kuiper belt formation models and add stochasticity. Icarus, 415, 116057. doi:10.1016/j.icarus.2024.116057

Gillon, M., Pedersen, P. P., Rackham, B. V., Dransfield, G., Ducrot, E., Barkaoui, K., … Lang, F. Z. (2024). Detection of an Earth-sized exoplanet orbiting the nearby ultracool dwarf star SPECULOOS-3. Nature Astronomy. doi:10.1038/s41550-024-02271-2

Gruber, B. H., Nicklas, R. W., Day, J. M. D., Chin, E. J., Ren, M., & Bernard, R. E. (2024). Origin of fabrics and olivine chemical variations preserved in brachinite and brachinite‐like achondrite meteorites. Meteoritics & Planetary Science. doi:10.1111/maps.14179

Khawaja, N., Hortal Sánchez, L., O’Sullivan, T. R., Bloema, J., Napoleoni, M., Klenner, F., … Postberg, F. (2024). Laboratory characterization of hydrothermally processed oligopeptides in ice grains emitted by Enceladus and Europa. Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, 382(2273), None. doi:10.1098/rsta.2023.0201

Bland, M. T., Martin, E. S., & Patthoff, A. (2024). Increasing the Usability and Accessibility of Voyager 2 Images of Triton. The Planetary Science Journal, 5(5), 112. doi:10.3847/psj/ad33ca

Deienno, R., Nesvorný, D., Clement, M. S., Bottke, W. F., Izidoro, A., & Walsh, K. J. (2024). Accretion and Uneven Depletion of the Main Asteroid Belt. The Planetary Science Journal, 5(5), 110. doi:10.3847/psj/ad3a68

Robinson, K. J., Seewald, J. S., Sylva, S. P., Fecteau, K. M., & Shock, E. L. (2024). Thermodynamic property estimations for aqueous primary, secondary, and tertiary alkylamines, benzylamines, and their corresponding aminiums across temperature and pressure are validated by measurements from experiments. Geochimica et Cosmochimica Acta, 372, 62–80. doi:10.1016/j.gca.2024.03.013

NASA Logo

Suggested Searches

  • Climate Change
  • Expedition 64
  • Mars perseverance
  • SpaceX Crew-2
  • International Space Station
  • View All Topics A-Z

Humans in Space

Earth & climate, the solar system, the universe, aeronautics.

  • Learning Resources

News & Events

How NASA Tracked the Most Intense Solar Storm in Decades

How NASA Tracked the Most Intense Solar Storm in Decades

nasa research paper database

NASA’s X-59 Passes Milestone Toward Safe First Flight 

This artist’s concept depicts one of two PREFIRE CubeSats in orbit around Earth. The NASA mission will measure the amount of far-infrared radiation the planet’s polar regions shed to space – information that’s key to understanding Earth’s energy balance.

5 Things to Know About NASA’s Tiny Twin Polar Satellites

  • Search All NASA Missions
  • A to Z List of Missions
  • Upcoming Launches and Landings
  • Spaceships and Rockets
  • Communicating with Missions
  • James Webb Space Telescope
  • Hubble Space Telescope
  • Why Go to Space
  • Astronauts Home
  • Commercial Space
  • Destinations
  • Living in Space
  • Explore Earth Science
  • Earth, Our Planet
  • Earth Science in Action
  • Earth Multimedia
  • Earth Science Researchers
  • Pluto & Dwarf Planets
  • Asteroids, Comets & Meteors
  • The Kuiper Belt
  • The Oort Cloud
  • Skywatching
  • The Search for Life in the Universe
  • Black Holes
  • The Big Bang
  • Dark Energy & Dark Matter
  • Earth Science
  • Planetary Science
  • Astrophysics & Space Science
  • The Sun & Heliophysics
  • Biological & Physical Sciences
  • Lunar Science
  • Citizen Science
  • Astromaterials
  • Aeronautics Research
  • Human Space Travel Research
  • Science in the Air
  • NASA Aircraft
  • Flight Innovation
  • Supersonic Flight
  • Air Traffic Solutions
  • Green Aviation Tech
  • Drones & You
  • Technology Transfer & Spinoffs
  • Space Travel Technology
  • Technology Living in Space
  • Manufacturing and Materials
  • Science Instruments
  • For Kids and Students
  • For Educators
  • For Colleges and Universities
  • For Professionals
  • Science for Everyone
  • Requests for Exhibits, Artifacts, or Speakers
  • STEM Engagement at NASA
  • NASA's Impacts
  • Centers and Facilities
  • Directorates
  • Organizations
  • People of NASA
  • Internships
  • Our History
  • Doing Business with NASA
  • Get Involved
  • Aeronáutica
  • Ciencias Terrestres
  • Sistema Solar
  • All NASA News
  • Video Series on NASA+
  • Newsletters
  • Social Media
  • Media Resources
  • Upcoming Launches & Landings
  • Virtual Events
  • Sounds and Ringtones
  • Interactives
  • STEM Multimedia

Hubble Views Cosmic Dust Lanes

Hubble Views Cosmic Dust Lanes

A woman sits on the floor and looks through an eyepiece device. She is wearing a light brown flight suit. Two people are behind her in blue flight suits and one person in front of her to the right is wearing a light brown flight suit.

Eleasa Kim: Pioneering CLDP Payload Operations and Cultural Integration

NASA astronauts Kate Rubins and Andre Douglas push a tool cart loaded with lunar tools through the San Francisco Volcanic Field north of Flagstaff, Arizona, as they practice moonwalking operations for Artemis III.

NASA Tests Technology, Practices Artemis Moonwalks in Arizona Desert

NASA astronaut Megan McArthur services donor cells inside the Kibo laboratory module’s Life Science Glovebox for the Celestial Immunity study.

Station Science 101 | Research in Microgravity: Higher, Faster, Longer

In a field in western Kentucky, a machine sprays cover crops

How ‘Glowing’ Plants Could Help Scientists Predict Flash Drought

Four people converse onboard an aircraft.

NASA Teammates Recall Favorite Memories Aboard Flying Laboratory

Jupiter’s moon Europa was captured by the JunoCam instrument aboard NASA’s Juno spacecraft during the mission’s close flyby on Sept. 29, 2022. The images show the fractures, ridges, and bands that crisscross the moon’s surface.

NASA’s Juno Provides High-Definition Views of Europa’s Icy Shell

The Next Full Moon is the Flower, Corn, or Corn Planting Moon

The Next Full Moon is the Flower, Corn, or Corn Planting Moon

Binoculars: A Great First Telescope

Binoculars: A Great First Telescope

Discovery Alert: An Earth-sized World and Its Ultra-cool Star

Discovery Alert: An Earth-sized World and Its Ultra-cool Star

Hubble Views the Dawn of a Sun-like Star 

Hubble Views the Dawn of a Sun-like Star 

Amendment 16: New Opportunity: B.22 Artificial Intelligence Applications in Heliophysics

Amendment 16: New Opportunity: B.22 Artificial Intelligence Applications in Heliophysics

Amendment 15: New Opportunity: E.11 Consortium in Biological Sciences

Amendment 15: New Opportunity: E.11 Consortium in Biological Sciences

Two men work at a desk in a NASA office as one points to some Aviary computer code displayed on a monitor. A picture of a future aircraft design appears on a neighboring monitor.

Aviary: A New NASA Software Platform for Aircraft Modelling

Jim Gentes wearing the Jiro Prolight bicycle helmet.

Tech Today: A NASA-Inspired Bike Helmet with Aerodynamics of a Jet  

blue glow emanates from a ring-like Hall-effect Thruster

Tech Today: NASA’s Ion Thruster Knowhow Keeps Satellites Flying

nasa research paper database

NASA Selects Commercial Service Studies to Enable Mars Robotic Science

The 2024 App Development Challenge top teams in front of the Orion Capsule in the Space Vehicle Mockup Facility at NASA’s Johnson Space Center in Houston.

NASA Challenge Gives Artemis Generation Coders a Chance to Shine

Kenyan students surround a computer laptop. They are smiling and laughing at the screen.

NASA Around the World: Interns Teach Virtual Lessons in Kenya

This image is a split portrait. On the left, a woman with long brown hair smiles in a gray blazer over a red top, with the U.S. flag (left) and the NASA flag (right) behind her. On the right, a man with black hair, wearing glasses and a dark gray suit with a blue tie, also smiles at the camera. The background behind him features images of space and satellites.

NASA Names Deputy Station Manager, Operations Integration Manager

A woman poses, smiling with her hands on her hips, in front of the mission control desk onboard an aircraft. She is wearing a tan flysuit, and the switch board behind her is crowded with buttons, switches, monitors, cords, and stickers.

Meet NASA Women Behind World’s Largest Flying Laboratory

2021 Astronaut Candidates Stand in Recognition

Diez maneras en que los estudiantes pueden prepararse para ser astronautas

Astronaut Marcos Berrios

Astronauta de la NASA Marcos Berríos

image of an experiment facility installed in the exterior of the space station

Resultados científicos revolucionarios en la estación espacial de 2023

Nasa awards expand research capabilities at institutions nationwide.

The headshot image of Tiernan P. Doyle

Tiernan P. Doyle

Nasa headquarters.

nasa research paper database

NASA is awarding approximately $45 million to 21 higher-education institutions to help build capacity for research. The awards were made possible through the Minority University Research and Education Project Institutional Research Opportunity (MIRO) and Established Program to Stimulate Competitive Research (EPSCoR) grants, which are funded by the agency’s Office of Science, Technology, Engineering, and Mathematics (STEM) Engagement.

“NASA’s Minority University Research and Education Project Institutional Research Opportunity and Established Program to Stimulate Competitive Research awards help institutions raise their technological bar,” said Torry Johnson, deputy associate administrator of STEM Engagement Programs at NASA Headquarters in Washington. “When institutions enhance their capabilities and infrastructure, they become more competitive in their research, which opens doors to valuable experience and opportunities.”

Minority University Research and Education Project Institutional Research Opportunity (MIRO) Awards

Seven minority-serving institutions will receive approximately $5 million each over a five-year period of performance for projects that span a variety of research topics. The institutions and their proposed projects are:

  • Alaska Pacific University in Anchorage – Alaska Pacific University Microplastics Research and Education Center
  • California State University in Fullerton – SpaceIgnite Center for Advanced Research-Education in Combustion
  • City University of New York, Hunter College in New York – NASA-Hunter College Center for Advanced Energy Storage for Space
  • Florida Agricultural and Mechanical University in Tallahassee – Integrative Space Additive Manufacturing: Opportunities for Workforce-Development in NASA Related Materials Research and Education
  • New Jersey Institute of Technology in Newark – AI Powered Solar Eruption Center of Excellence in Research and Education
  • University of Houston in Houston – NASA MIRO Inflatable Deployable Environment and Adaptive Space Systems Center
  • University of Illinois in Chicago – Center for In-Space Manufacturing: Recycling and Regolith Processing

NASA’s MIRO award was established to strengthen and develop research capacity and infrastructure of minority serving institutions in areas of strategic importance and value to NASA missions and national priorities.

Established Program to Stimulate Competitive Research (EPSCoR) Award

NASA establishes partnerships with government, higher education, and industry to create lasting improvements in research infrastructure and capacity for specific states or regions, while enhancing its national research and development competitiveness. The program is directed at those jurisdictions that have traditionally not participated in competitive aerospace and aerospace-related research activities.

NASA will award 14 institutions up to $750,000 each over the course of a three-year period of performance. The awarded institutions and their projects are:

  • University of Mississippi in University – Development of a Lagrangian Stability Analysis Framework for High-Speed Boundary Layers
  • University of Alabama in Huntsville – Testing the functionality and performance of a large area detector for STROBE-X
  • Louisiana State University in Baton Rouge – Colloidal Assembly: Understanding the Electric Field Driven Assembly of Colloids and its Applications (Science Mission Directorate)
  • West Virginia University in Morgantown – Science Mission Directorate: Bringing Gravitational-Wave Astronomy into the Space Age: Next-Generation Waveform Modeling of Black-Hole Binary Coalescences for Laser Intererometer Space Antenna Data Analysis
  • University of Puerto Rico in San Juan – NASA EPSCoR: Space Technology Mission Directorate/Jet Propulsion Laboratory: Advancing High-Energy, Cycle-Stable Sulfur-Based Batteries for NASA Space Missions: An Integrated Framework of Density Functional Theory, Machine Learning, and Materials Innovation
  • Desert Research Institute, Reno, Nevada – NASA’s Ames Research Center in Silicon Valley, California: Prospecting and Pre-Colonization of the Moon and Mars using Autonomous Robots with Human-In-The-Loop
  • Oklahoma State University in Stillwater – A.7.4.2 Biosignature Detection of Solar System Ocean Worlds using Science-Guided Machine Learning
  • Iowa State University in Ames – Johnson Space Center, Ames Research Center: Non-GPS Navigation System Using Dual Star/Planetary Cameras for Lunar and Deep-Space CubeSat Missions
  • University of Alaska Fairbanks in Fairbanks – NASA’s Glenn Research Center in Cleveland: The Alaska – Venus analog: synthesizing seismic ground motion and wind noise in extreme environments
  • University of the Virgin Islands in Charlotte Amalie – University of the Virgin Islands Etelman Observatory in the Era of Time Domain and MultiMessenger Astronomy: Preparing for a New Era of Science Productivity
  • University of Hawaii at Manoa in Honolulu – Cubesats for Climate Change Detection of Transient Greenhouse Gas Emissions
  • University of Idaho in Moscow – Science Mission Directorate and Goddard Space Flight Center: Improving Global Dryland Streamflow Modeling by Better Characterizing Vegetation Use of Deep-Water Resources Using NASA’s Gravity Recovery and Climate Experiment/Gravity Recovery and Climate Experiment Follow-On, SWOT, and Land Information System
  • University of Arkansas in Little Rock – AR- III-Nitride Ultraviolet Laser Diodes for Harsh Environments, Space Based Communications, and Remote Sensing (Space Technology Mission Directorate)
  • South Dakota School of Mines and Technology in Rapid City – Science Mission Directorate: High Spatial-Temporal Resolution Soil Moisture Retrieval using Deep Learning Fusion of Multimodal Satellite Datastreams

Both awards were made through NASA’s Office of STEM engagement solicitations. They promote STEM literacy to enhance and sustain the capability of institutions to perform NASA-related research and education, which directly supports the agency’s mission directorates.

For more information about NASA STEM, visit:

https://stem.nasa.gov

Gerelle Dodson Headquarters, Washington 202-358-4637 [email protected]

Related Terms

  • ISS Research

IMAGES

  1. Field Notes Celebrates NASA History with Memo Books, Paper Models

    nasa research paper database

  2. NASA Open Data Portal

    nasa research paper database

  3. How NASA Finds Critical Data through a Knowledge Graph

    nasa research paper database

  4. How NASA Finds Critical Data through a Knowledge Graph

    nasa research paper database

  5. How NASA Finds Critical Data through a Knowledge Graph

    nasa research paper database

  6. How NASA Uses Knowledge Architecture to Graph Critical Data

    nasa research paper database

COMMENTS

  1. NASA Technical Reports Server (NTRS)

    The NASA STI Repository (also known as the NASA Technical Reports Server (NTRS)) provides access to NASA metadata records, full-text online documents, images, and videos. The types of information included are conference papers, journal articles, meeting papers, patents, research reports, images, movies, and technical videos - scientific and ...

  2. NASA/ADS

    NASA/ADS is a new and improved version of the Astrophysics Data System, a digital library for astronomy and physics research. It offers a fast and easy way to search, browse, and visualize abstracts and full-text articles from various sources, such as journals, conferences, arXiv, and people. Whether you are looking for the latest discoveries, historical publications, or data catalogs, NASA ...

  3. Research Archives & Tools Research Archives

    Data from NASA's Missions, Research, and Activities. NASA has a strong track record of archiving and providing universal access to science data products from its science missions and programs. As a matter of longstanding policy and practice, NASA archives all science mission data products to ensure long-term usability and to promote wide ...

  4. NASA Unveils New Public Web Portal for Research Results

    NASA. Aug 16, 2016. RELEASE 16-086. Public access to NASA-funded research data now is just a click away, with the launch of a new agency public access portal. The creation of the NASA-Funded Research Results portal on NASA.gov reflects the agency's ongoing commitment to providing broad public access to science data.

  5. Search

    Issue Publication Date: April 1, 2015. ISSN: 2169-9313. e-ISSN: 2169-9356. DOI: 10.1002/2014jb011547. Distribution Limits. Public. Keywords. space and planetary science earth and planetary sciences (miscellaneous) geochemistry and petrology geophysics.

  6. The Next Generation of the Life Sciences Data Archive for Human ...

    NASA's Human Research Program (HRP) conducts research and develops technologies that allow humans to travel safely and productively in space. The Program uses evidence from data collected on astronauts, as well as other supporting studies. These data are stored in the research data repository, Life Sciences Data Archive (LSDA).

  7. Pubs.GISS: NASA Goddard Institute for Space Studies Publications

    These database pages index about 6000 publications authored or co-authored by NASA Goddard Institute for Space Studies scientists and colleagues since the institute was founded in 1961. Most entries are refereed journal articles, but the database also includes tech reports and tech notes, report chapters, book chapters, conference proceedings ...

  8. NASA

    STRIVES is a NASA initiative that aims to provide easy access and discovery of scientific, technical and research information from various sources and platforms. Learn more about how STRIVES can help you find relevant and reliable data for your projects and interests.

  9. NASA STI Compliance and Distribution Services

    NASA's publication repository providing easy public access to peer-reviewed papers resulting from NASA-funded research, hosted in the STI Repository. lock. Registered Content ... Data Harvesting. The NASA STI Repository OpenAPI is the recommended mechanism for access to NASA's public collection of STI, and is available along with API ...

  10. NASA Open Data Portal

    DATA.NASA.GOV is NASA's clearinghouse site for open-data provided to the public. Tens of thousands of datasets are available for you. The majority of dataset pages on data.nasa.gov only hold metadata for each dataset. It is common for the actual data to be held on other NASA archive sites. Data.nasa.gov will have the metadata and links to the ...

  11. PDF Creativity, Ideation, Invention, and Innovation (CI3)

    completed research or a major significant phase of research that present the results of NASA Programs and include extensive data or theoretical analysis. Includes compila-tions of significant scientific and technical data and information deemed to be of continuing reference value. NASA counter-part of peer-reviewed formal professional papers ...

  12. Public Access

    NASA STI Compliance and Distribution Services manages several areas of public access to research as part of our mission to support the advancement of knowledge and contributing to U.S. competitiveness in space science and aerospace research and development. STI Compliance and Distribution Services supports public access to research by:

  13. NASA POWER

    Data Access Viewer (DAV) Provides solar and meteorological data sets from NASA research for support of renewable energy, building energy efficiency and agricultural needs.

  14. Papers & Reports 2023

    NASA@SC; HECC Home ; Papers & Reports 2023 Efficient Estimation of the Number of Clusters for High-Dimensional Data. S. Kasapis, G. Zhang, J. Smereka, N. Vlahopoulos Published online December 6, 2023. The exponential growth of digital image data has given rise to the need of efficient content management and retrieval tools.

  15. Space Station Research Results

    The International Space Station is a microgravity research lab hosting groundbreaking technology demonstrations and scientific investigations. More than 3,700 investigations conducted to date have generated more than 4,000 research articles published in scientific journals. In 2023, the orbiting lab hosted approximately 500 investigations.

  16. Publications

    Publications | Research | Astrobiology. Fizzy Super Earths and Lava Worlds "Fizzy Super-Earths: Impacts of Magma Composition on the Bulk Density and Structure of Lava Worlds." in The Astrophysical Journal. 01/03. Go Explore.

  17. NASA Awards Expand Research Capabilities at Institutions Nationwide

    NASA is awarding approximately $45 million to 21 higher-education institutions to help build capacity for research. The awards were made possible through the Minority University Research and Education Project Institutional Research Opportunity (MIRO) and Established Program to Stimulate Competitive Research (EPSCoR) grants, which are funded by the agency's Office of Science, Technology ...

  18. A Bibliometric Review of Reinforced Soil Wall Research Topics

    In the past, a vast amount of research has been conducted on this specific topic, but there is no state-of-the-art overview on the general reinforced soil walls subject. In this paper, a bibliometric review of MSE walls literature is carried out to provide multiple data points regarding the state-of-the-art in MSE wall publications.