Search NASASearch

SEARCH · Search NASA

Results for “Persistant”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 19 records

Persistence and potential of soil organic carbon in nature‐based climate solutions: A review of managed disturbances

Societal Impact Statement Implementing nature-based climate solutions is important for mitigating climate change, which is a global issue, but requires local adjustments in management practices. Using the association between soil carbon and minerals as a proxy for carbon persistence, we evaluated the effect of different management regimes on soil carbon sequestration and loss. We identified areas where management practices that increase carbon inputs should be prioritized and areas where management should focus on avoiding severe disturbances. Using this storage-potential-and-persistence framework to identify how to increase or maintain soil organic carbon storage locally will increase the effectiveness of nature-based climate solutions globally. Summary Increasing soil organic carbon storage could reduce the pace of climate change, but the longevity of this nature-based climate solution depends on the persistence of carbon in soils, not just the input rates into soils. We apply a framework for considering how soil carbon persistence—namely, via the association with minerals—sheds light on soil carbon sequestration. We review how management of disturbances, such as prescribed burning, forestry, and grazing, can change soil carbon storage, persistence, and potential. Past work demonstrated that management of disturbances can sequester soil carbon, but it remains unclear how the potential stabilization of that accrual and vulnerability to loss varies across disturbance types and geographies. We found that there is substantial geographical heterogeneity in the overlap among estimates of carbon accrual, disturbance occurrence, and potential stabilization: Fire-prone grasslands and intensively grazed rangelands occur in areas estimated to have high potential to store mineral-associated organic carbon, and studies also find that adjusted fire and grazing can promote mineral-associated organic carbon. Plantation forestry and burned area span large regions where particulate organic matter is the dominant form, and studies find that particulate organic carbon is disproportionately lost following intense wildfires and forest harvests. Thus, areas with high mineral-associated organic carbon deficits should be prioritized for practices that increase carbon inputs; whereas areas with high proportions of particulate organic carbon should be prioritized for practices that help to avoid severe disturbances. Taken together, the distribution of and changes in persistence mechanisms shed light on the durability of nature-based climate solutions.

fire

Drought Reduces Formation, but Enhances Persistence, of Mineral‐Associated Organic Matter in a Grassland Soil

Drought effects are pervasive in terrestrial ecosystems, yet there is limited understanding of how drought impacts the transformation of plant carbon (C) inputs to mineral-associated organic matter (MAOM)—the largest and slowest-cycling pool of soil organic carbon (SOC). In a 12-week 13 C-CO 2 greenhouse labeling experiment, we tracked the formation of MAOM derived from the two dominant sources of plant C input to the mineral soil—living root inputs ( 13 C-rhizodeposits) and decaying root inputs ( 13 C-root detritus)—under normal moisture and droughted conditions in a semiarid grassland soil. At the end of the 12-week period, we also measured the persistence of 13 C-MAOM formed from rhizodeposits versus root detritus via a subsequent persistence assay. Drought reduced the formation of MAOM derived from living roots by decreasing rhizodeposits, reducing microbial growth rates, and altering the composition of organic matter, lipids, and metabolites. Drought initially delayed the formation of MAOM derived from root detritus by slowing the early stages of root litter decomposition (week 4–8), but did not decrease total MAOM formation by the end of the 12-week period. Notably, drought enhanced the persistence of MAOM derived from root detritus, but did not influence the persistence of MAOM derived from rhizodeposits. Our results provide some of the first direct evidence that drought can reduce the formation of MAOM in a grassland soil, but may enhance its persistence, based on the source of plant input from which MAOM is derived.

13C- labeling

Shape-persistent ladder molecules exhibit nanogap-independent conductance in single-molecule junctions

Molecular electronic devices require precise control over the flow of current in single molecules. However, the electron transport properties of single molecules critically depend on dynamic molecular conformations in nanoscale junctions. Here, in this work, we report a unique strategy for controlling molecular conductance using shape-persistent molecules. Chemically diverse, charged ladder molecules, synthesized via a one-pot multicomponent ladderization strategy, show a molecular conductance (d[log( G/G 0 )]/d x ≈ -0.1 nm -1 ) that is nearly independent of junction displacement, in stark contrast to the nanogap-dependent conductance (d[log( G/G 0 )]/d x ≈ -7 nm -1 ) observed for non-ladder analogues. Ladder molecules show an unusually narrow distribution of molecular conductance during dynamic junction displacement, which is attributed to the shape-persistent backbone and restricted rotation of terminal anchor groups. These principles are further extended to a butterfly-like molecule, thereby demonstrating the strategy's generality for achieving gap-independent conductance. Overall, our work provides important avenues for controlling molecular conductance using shape-persistent molecules. Achieving robust and controllable conductance in single-molecule junctions is challenging due to the dynamic nature of molecular conformations that fluctuate over operational timescales. A strategy using shape-persistent molecules has now been developed that demonstrates nearly junction-displacement-independent conductance, providing a stable solution for single-molecule electronic properties.

molecular electronics

Optimizing Management of Persistent Data Structures in High-Performance Analytics

Large-scale data analytics workflows ingest massive input data into various data structures, including graphs and key-value datastores. These data structures undergo multiple transformations and computations and are typically reused in incremental and iterative analytics workflows. Persisting in-memory views of these data structures enables reusing them beyond the scope of a single program run while avoiding repetitive raw data ingestion overheads. Memory-mapped I/O enables persisting in-memory data structures without data serialization and deserialization overheads. However, memory-mapped I/O lacks the key feature of persisting consistent snapshots of these data structures for incremental ingestion and processing. The obstacles to efficient virtual memory snapshots using memory-mapped I/O include background writebacks outside the application’s control, and the significantly high storage footprint of such snapshots. To address these limitations, we present Privateer, a memory and storage management tool that enables storage-efficient virtual memory snapshotting while also optimizing snapshot I/O performance. Here, we integrated Privateer into Metall, a state-of-the-art persistent memory allocator for C++, and the Lightning Memory-Mapped Database (LMDB), a widely-used key-value datastore in data analytics and machine learning. Privateer optimized application performance by 1.22× when storing data structure snapshots to node-local storage, and up to 16.7× when storing snapshots to a parallel file system. Privateer also optimizes storage efficiency of incremental data structure snapshots by up to 11× using data deduplication and compression.

Computer science

Toward a persistent event-streaming system for high-performance computing applications

High-performance computing (HPC) applications have traditionally relied on parallel file systems and file transfer services to manage data movement and storage. Alternative approaches have been proposed that use direct communications between application components, trading persistence and fault tolerance for speed. Event-driven architectures, as popularized in enterprise contexts, present a compelling middle ground, avoiding the performance cost and API constraints of parallel file systems while retaining persistence and offering impedance matching between application components. However, adapting streaming frameworks to HPC workloads requires addressing challenges unique to HPC systems. This paper investigates the potential for a streaming framework designed for HPC infrastructures and use cases. We introduce Mofka, a persistent event-streaming framework designed specifically for HPC environments. Mofka combines the capabilities of a traditional streaming service with optimizations tailored to the HPC context, such as support for massively multicore nodes, efficient scaling for large producer-consumer workflows, RDMA-enabled high-performance network communications, specialized network fabrics with multiple links per node, and efficient handling of large scientific data payloads. Built using the Mochi suite of HPC data service components, Mofka provides a lightweight, modular, and high-performance solution for persistent streaming in HPC systems. We present the architecture of Mofka and evaluate its performance against Kafka and Redpanda using benchmarks on diverse platforms, including Argonne's Polaris and Oak Ridge's Frontier supercomputers, showing up to 8× improvement in throughput in some scenarios. We then demonstrate its utility in several real-world applications: a tomographic reconstruction pipeline, a workflow for the discovery of metal-organic frameworks for carbon capture, and the instrumentation of Dask workflows for provenance tracking and performance analysis.

HPC

Persistent Classification: Understanding Adversarial Attacks by Studying Decision Boundary Dynamics

ABSTRACT There are a number of hypotheses underlying the existence of adversarial examples for classification problems. These include the high‐dimensionality of the data, the high codimension in the ambient space of the data manifolds of interest, and that the structure of machine learning models may encourage classifiers to develop decision boundaries close to data points. This article proposes a new framework for studying adversarial examples that does not depend directly on the distance to the decision boundary. Similarly to the smoothed classifier literature, we define a (natural or adversarial) data point to be ( γ , σ)‐stable if the probability of the same classification is at least for points sampled in a Gaussian neighborhood of the point with a given standard deviation . We focus on studying the differences between persistence metrics along interpolants of natural and adversarial points. We show that adversarial examples have significantly lower persistence than natural examples for large neural networks in the context of the MNIST and ImageNet datasets. We connect this lack of persistence with decision boundary geometry by measuring angles of interpolants with respect to decision boundaries. Finally, we connect this approach with robustness by developing a manifold alignment gradient metric and demonstrating the increase in robustness that can be achieved when training with the addition of this metric.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH

Persistent Sampling: Enhancing the Efficiency of Sequential Monte Carlo

Sequential Monte Carlo (SMC) samplers are powerful tools for Bayesian inference but suffer from high computational costs due to their reliance on large particle ensembles for accurate estimates. We introduce persistent sampling (PS), an extension of SMC that systematically retains and reuses particles from all prior iterations to construct a growing, weighted ensemble. By leveraging multiple importance sampling and resampling from a mixture of historical distributions, PS mitigates the need for excessively large particle counts, directly addressing key limitations of SMC such as particle impoverishment and mode collapse. Crucially, PS achieves this without additional likelihood evaluations-weights for persistent particles are computed using cached likelihood values. This framework not only yields more accurate posterior approximations but also produces marginal likelihood estimates with significantly lower variance, enhancing reliability in model comparison. Furthermore, the persistent ensemble enables efficient adaptation of transition kernels by leveraging a larger, decorrelated particle pool. Experiments on high-dimensional Gaussian mixtures, hierarchical models, and non-convex targets demonstrate that PS consistently outperforms standard SMC and related variants, including recycled and waste-free SMC, achieving substantial reductions in mean squared error for posterior expectations and evidence estimates, all at reduced computational cost. PS thus establishes itself as a robust, scalable, and efficient alternative for complex Bayesian inference tasks.

Karamanis, Minas

Persistence of bacterial-mediated anti-rotifer protection in preliminary outdoor cultivation trial for Microchloropsis salina

Outdoor algal cultivation systems are susceptible to a wide variety of deleterious species. In previously published studies, we observed protection using microbial consortia at laboratory scale cultures; Microchloropsis salina in the presence of microbial consortia were protected from grazing from the marine rotifer, Brachionus plicatilis. Our objective for the present work was to determine if this protection conferred by microbial consortia in controlled laboratory experiments would persist in an open, outdoor multi-liter cultivation system. We found that algal protection did persist as evidenced by the presence of fewer motile rotifers and decreased rotifer-associated egg counts for the consortia-treated outdoor cultures. Due to the low temperature and light conditions that reduced growth of the algae outdoors, we performed an indoor laboratory assay which also confirmed the persistence of algal protection. Lastly, the lower numbers of motile rotifers and fewer rotifer-associated eggs in the consortia-treated algal cultures suggests a possible protective mechanism by the consortia through interfering with the rotifer lifecycle or reproduction. Finally, these initial results support the possibility that low cost, prophylactic treatments with microbial consortia can protect algae from deleterious species in outdoor cultivation systems.

59 BASIC BIOLOGICAL SCIENCES

Persistent urinary metabolic signatures in children with type 1 diabetes

There are an estimated 3.7 million people with undiagnosed type 1 diabetes (T1D), living primarily in poor areas of the globe. Therefore, there is a need for non-invasive, affordable tests to provide accurate diagnosis despite the time post-disease onset and fasting state. Here, we studied persistent urinary T1D biomarkers that can be used to develop such tests. Here, we analyzed the urine metabolomes of three independent cohorts of samples collected within 48 h (from Indiana University), and 1 year (from University of Colorado) and 1–10 years (6 years in average) (from Children’s National Medical Center) post-diagnosis. Samples were submitted to gas chromatography-mass spectrometry and machine learning an0alyses to determine diagnostic metabolite panels. The data were also mapped into a metabolic pathway to understand persistently regulated processes in T1D. Seven metabolites showed consistent increases in all three cohorts: d-glucose, d-mannose, myo-inositol, 3-hydroxyisobutyric acid, gluconolactone, d-gluconic acid, and d-glucuronic acid. A combination of machine learning analysis and metabolite ratios as biomarker candidates diagnosed T1D with high sensitivity and specificity across different cohorts and times. Mapping the regulated metabolites into a pathway showed impairment in glycolysis and overflow of glucose towards other pathways in subjects with T1D that was persistent over time. We identified and cross-validated highly specific and sensitive urinary biomarkers. This opens opportunities to develop affordable, robust, and non-invasive tests. The results also show that most of the biomarkers were signatures of dysregulated glucose metabolism.

Type 1 diabetes

Ultranano Titania: Selectively Ridding Water of Persistent Organic Pollutants

Persistent organic pollutants, including the EPA's “dirty dozen”, are difficult to remove from water supplies due to their chemical stability. Here, we report a stable oxide photocatalyst, ultranano titania (d < 2 nm) doped with iron, Fe•TiUNP, that efficiently mineralizes multiple persistent pollutants including aromatic compounds plus common troublesome, difficult-to-oxidize intermediates such as formaldehyde and acetone, netting mineralization of persistent pollutants. Efficiency stems from a direct charge-transfer pathway. The key role of iron doping is to lower the reduction potential of the photogenerated electron so that it is insufficient to reduce water, thus eliminating competition from the hydrogen evolution reaction. The reduction potential of the localized electron is similarly insufficient to reduce quinone, enabling breaking aromaticity. Specific results for degrading acetone, phenol, benzoic acid, and 1,4-benzoquinone are reported.

alcohols

Cosmology with persistent homology: a Fisher forecast

Abstract Persistent homology naturally addresses the multi-scale topological characteristics of the large-scale structure as a distribution of clusters, loops, and voids. We apply this tool to the dark matter halo catalogs from theQuijotesimulations, and build a summary statistic for comparison with the joint power spectrum and bispectrum statistic regarding their information content on cosmological parameters and primordial non-Gaussianity. Through a Fisher analysis, we find that constraints from persistent homology are tighter for 8 out of the 10 parameters by margins of 13–50%. The complementarity of the two statistics breaks parameter degeneracies, allowing for a further gain in constraining power when combined. We run a series of consistency checks to consolidate our results, and conclude that our findings motivate incorporating persistent homology into inference pipelines for cosmological survey data.

Astronomy & Astrophysics

Persistent Current Simulation for CCT Testing Magnet Used in EIC

The Electron-Ion Collider (EIC), a powerful new facility to be built in the United States at the U.S. Department of Energy's Brookhaven National Laboratory in collaboration with Thomas Jefferson National Accelerator Facility, will explore the most fundamental building blocks of nearly all visible matter. Here, there are many different types of superconducting magnets near the interaction region (IR) of EIC. Due to space constraints and special lattice requirements, Tapered CCT (canted-cosine theta) magnets have been used for EIC. At beam injection, the magnetic field is only ~5.5% of the maximum operating field. Considerable field errors will be generated from persistent current in superconducting strands even using very fine filament for those superconductors. A tapered CCT demonstrator magnet has been built and tested successfully at BNL since July 2020 to evaluate the key technologies for future tapered CCT magnets. In October 2023, BNL team also measured the persistent current in this demonstrator magnet. To validate the persistent current simulation methods for CCT magnets in EIC, this paper used a full 3D Opera Model and measured magnetization data from superconducting strand for the simulation. Simulation results showed reasonable agreement with recent measurement results.

73 NUCLEAR PHYSICS AND RADIATION PHYSICS

Robustness of topological persistence in knowledge distillation for wearable sensor data

Topological data analysis (TDA) has shown great success in various applications involving wearable sensor data. However, there are difficulties in leveraging topological features in machine learning and wearable sensors because of the large time consumption and computational resources required to extract the features. To address this problem, knowledge distillation (KD) is utilized to generate a small model and accommodate topological features with persistence image (PI) representations from the raw time series data. Deploying topological knowledge in KD enables the student to achieve better performance compared to the one trained solely on raw time series data. However, it is not yet known if there are coherent characteristics for topological features in PI, which can aid in improving the performance during KD. In this paper, we investigate the suitability and challenges of utilizing topological features in KD for wearable sensor data, thereby contributing to the advancement of the field. Our study explores the impact of transferred topological features by comparing the Teacher-to-Student framework with Multiple Teachers-to-Student where teachers utilize both time series data and persistence images obtained by TDA as inputs. Additionally, we conduct a rigorous examination of topological knowledge effects by testing under various corruptions, knowledge types, and learning strategies in the context of human activity recognition tasks. Our analysis of topological features in KD presents the optimal strategy for incorporating these features. This study includes datasets of varying scales, window lengths, and activity classes, providing a comprehensive evaluation. Our results demonstrate that leveraging topological features in KD to enhance performance across databases.

97 MATHEMATICS AND COMPUTING

Long‐term growth and persistence of granitic inselbergs in a semi‐arid cratonic landscape

Granitic inselbergs are enduring landforms that punctuate planation surfaces in tectonically stable settings, yet the mechanisms and timescales of their persistence remain debated. Here, in this study, we present a multinuclide cosmogenic dataset ( 10 Be, 26 Al and 21 Ne) from bedrock, fluvial sediments and planation surfaces in the semi-arid Central Ceará Domain, north-eastern Brazil, to quantify denudation rates and reconstruct the long-term dynamics of residual relief formation. This triple-nuclide approach enables independent validation of denudation contrasts and long-term exposure histories, providing quantitative constraints on inselberg evolution that a single-nuclide approach could not resolve. Bedrock denudation rates (1–4 m Myr −1 ) are systematically lower than basin-wide rates (8–14 m Myr −1 ), revealing a regional pattern of vertical differential denudation. When combined with summit elevations and surface exposure ages of up to 5 Myr, these contrasts suggest that cumulative relief growth has been operating over timescales of tens of millions of years (1–57 Myr). Morphological and structural observations further indicate localized mass wasting and heterogeneous erosion styles, modulated by rock fabric and joint density. Cosmogenic nuclide inventories in detrital sediments reveal partial reworking from older sediment stocks, including surface pebbles with exposure ages up to 5 Myr, which record multistage of burial and re-exposure histories and reflect episodic remobilization in low-connectivity, semi-arid catchments. Rather than static relicts of ancient surfaces, inselbergs in this cratonic setting emerge as dynamic landforms actively sustained by slow but persistent differential denudation. These results provide new constraints on long-term cratonic landscape evolution and underscore the interplay between lithological resistance, structural inheritance and sediment transfer processes in sustaining topographic relief. They also call for a critical reassessment of classical inselberg models, suggesting that hybrid mechanisms, rather than single-process paradigms, more accurately capture the complexity of residual landform development in cratonic interiors.

Cosmogenic nuclides

Programmable hydrogels by combining persistent and transient dynamic bonds

Out-of-equilibrium chemistry is currently being applied to polymer systems to mimic the autonomous behavior of biological materials. In this study, hydrogels with self-healing properties were developed that combine persistent crosslinks from dynamic metal-ligand coordination with transient crosslinks from dynamic anhydride bonds. Polymers containing terpyridine ligands and carboxylic acid groups were synthesized and crosslinked with divalent metal ions (Fe 2+ , Ni 2+ , Co 2+ , Zn 2+ , Cu 2+ ). The coordination bonds from terpyridine–metal coordination impart persistent stability, while transient anhydrides formed on treatment with 1-ethyl-3-(3-dimethylaminopropyl)carbodiimide hydrochloride (EDC) temporarily increase crosslink density. Distinct behaviors are observed depending on the choice of metal, with Ni 2+ forming robust, stable networks; Zn 2+ creating moderately dynamic gels; and Cu 2+ yielding highly dynamic, soft materials. Treatment with EDC increased storage moduli significantly, with transient effects lasting up to 280 min depending on the metal ion. Self-healing experiments demonstrated independent contributions from metal coordination and transient anhydrides, enabling recovery of stress and strain under varying conditions. Additionally, complex and reversible 2D stiffness patterns were generated by spatially controlled EDC treatment of Zn 2+ and Cu 2+ hydrogel films, demonstrating programmability and reusability.

Rajawasam, Chamoni W. H. [Miami University, Oxford

Interaction of Soil pH and Mineralogy Controls Soil Organic Matter Persistence through Changes in the Composition and Amount of Microbial Necromass

Microbial necromass–mineral associations are key to long-term soil organic matter (SOM) persistence. However, how soil pH and mineralogy interact to regulate SOM stability remains poorly understood. Here, we used artificial soils to test how three clay minerals (bentonite, kaolinite, and goethite), adjusted to four pH levels (5–8), affect microbial activity (respiration), microbial physiology (carbon use efficiency, CUE), microbial-derived residue material (necromass), and the formation and stability of mineral-associated organic matter (MAOM). Artificial soils were inoculated with a rhizosphere-derived microbial community cultured under the same pH conditions and on two representative simulated exudate types (organic acids and carbohydrates) and incubated for 6 weeks. In two complementary experiments, we added necromass from known microbial taxa to the same minerals across pH levels to isolate the role of necromass chemistry and loading. We found that soil pH shaped MAOM chemistry by altering microbial activity and necromass composition. In interaction with mineral type, pH also controlled MAOM thermal stability. Higher necromass loading weakened mineral-organic bonding, reducing MAOM stability, consistent with zonal mineral–organic interaction models. Our results demonstrate that microbial activity, rather than carbon use efficiency, better predicts MAOM formation and that pH-dependent necromass composition and loading govern MAOM persistence. These findings advance mechanistic understanding of SOM stabilization and have implications for predicting soil carbon dynamics under shifting environmental conditions.

carbon use efficiency

Fe-rich X-ray amorphous material records past climate and persistence of water on Mars

X-ray amorphous material comprises 15-73 wt.% of sedimentary rocks and eolian sediments in Gale crater. This material is variably siliceous and iron rich but aluminum poor. The presence of volatiles is consistent with the existence of incipient weathering products. To better understand the implications of this material for past aqueous conditions on Mars, here we investigate X-ray amorphous material formation and longevity within terrestrial iron rich soils with varying ages and environmental conditions using bulk and selective dissolution methods, X-ray diffraction, and transmission electron microscopy. Results indicate that in situ aqueous alteration is required to concentrate iron into clay-size fraction material. Cooler climates promote the formation and persistence of X-ray amorphous material whereas warmer climates promote the formation of crystalline secondary phases. Iron rich X-ray amorphous material formation and persistence on Mars are therefore consistent with past cool and relatively wet environments followed by long-term cold and dry conditions.

54 ENVIRONMENTAL SCIENCES

Bacterial and fungal composition and exometabolites control the development and persistence of soil water repellency

Soil water repellency (SWR), the reduced affinity of soil for water, is a phenomenon that affects soils globally. With worsening climate change, SWR is expected to increase emphasizing the need to understand the mechanisms driving SWR development and persistence. The importance of the soil microbes in SWR has been postulated for decades, but limited research has been conducted into whole-community interactions and the role of community metabolic activity. To address this gap in knowledge, we investigated the direct effect of microbial community composition, activity, and diversity, as well as their associated metabolites on the development and persistence of SWR by inoculating microcosms containing model soils with 15 different microbial communities and quantified respiration and SWR over time. Six communities that consistently produced either a hydrophobic or hydrophilic phenotype were characterized using metagenomics and metabolomics to determine the impact of microbial and metabolite composition and diversity on SWR. We identified several bacterial genera with significant changes in abundance between SWR phenotypes including Nocardiopsis and Kocuria in hydrophilic and Streptomyces and Cutibacterium in hydrophobic. We discovered that hydrophilic communities were more positively connected when compared to hydrophobic communities, which could be due to an increase in defense mechanism genes. Additionally, we identified specific metabolites associated with hydrophilic and hydrophobic phenotypes including an increase in the osmolyte ectoine in hydrophilic and an increase in plant-derived decomposition products in hydrophobic communities. Finally, our research suggests that fungi, previously thought to cause hydrophobicity, may actually contribute to hydrophilicity through their preferential consumption of hydrophobic compounds.

54 ENVIRONMENTAL SCIENCES