Search NASA⌕ Search

SEARCH · Search NASA

Results for “Graphics”

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 217 records · Page 12

PRISMA: PARALLEL REFINEMENT AND INTEGRATION SYSTEM FOR MULTI-AZIMUTHAL ANALYSIS

The Parallel Refinement and Integration System for Multi-azimuthal Analysis (PRISMA, version 1.1.0) is a Python application for processing X-ray diffraction (XRD) image data. PRISMA wraps GSAS-II to perform azimuthally-binned peak refinement, computes per-frame strain and d-spacing from those fits, and provides three PyQt5 graphical interfaces: (1) a Recipe Builder for selecting GSAS-II control (.imctrl) files, optional mask (.immask) files or threshold-ased masking, reference and experiment image sets, peaks, zimuthal range and bin size, and an optional ceria-based auto-calibration; (2) a Batch Processor that uses Dask on local workstations and pure MPI (mpi4py.futures.MPICommExecutor) on HPC to distribute GSAS-II refinement across cores or compute nodes and write results to a 4-dimensional (peaks x frames x azimuths x measurements) Zarr dataset; and (3) a Data Analyzer that renders heatmaps of fit parameters, strain, frame-to-frame deltas, and percent-change-vs-reference, and exports user-defined subsections to CSV or Excel. The peak-refinement algorithm is deterministic. Benchmark on ALCF Crux: a 20,000-image set, single-peak fit in frame mode with 44 azimuthal bins on 128 nodes x 128 workers, 48 seconds total wall time.

Lorenzo Martin, Maria De La Cinta [Argonne Nationa↗

Exploring Flood Predictability in Taiwan through Coupled Atmospheric–Hydrological and High-Performance Hydrodynamic Models

Effective flood simulation capabilities can tremendously support early warning and disaster prevention. To examine the applicability of a fully physics-based and high-performance flood simulation and forecasting modeling framework for a flood-prone region in Taiwan, we conduct a numerical experiment that couples the Weather Research and Forecasting (WRF) Model, WRF-Hydrological modeling system (WRF-Hydro), and the Two-Dimensional Runoff Inundation Toolkit for Operational Needs (TRITON) to perform integrated rainfall, streamflow, and flood simulations. Furthermore, we first use the coupled WRF and WRF-Hydro (WWH) to predict rainfall and streamflow and then drive TRITON with the predicted streamflow hydrographs to simulate flood depth and inundation area. With the refined spatial resolution and parameterization, this framework can better predict rainfall with reasonable spatial patterns. Although WWH could overestimate the amount of rainfall in some areas, the uncertain rainfall–streamflow predictions produce reasonable flood maps able to pinpoint regions at risk of flooding. In terms of model efficiency, the graphics processing unit–based computation can yield a speed-up factor as high as ∼13 compared to the central processing unit–based computation, promoting the efficacy of the coupled modeling framework in practical real-time flood forecasting.

Coupled models↗

Metal additive manufacturing simulation across length, time, and computing scales

Metal additive manufacturing (AM) offers a unique opportunity for production of advanced materials and complex geometries. However, variability in microstructure and properties challenges conventional approaches to design, process optimization, qualification, and materials selection. Modeling and simulation can improve understanding of AM processing and materials, but also poses major challenges for existing computational methods. Simultaneously, modern scientific computing hardware has become increasingly complex, most notably with the adoption of hybrid architectures such as Graphical Processing Units (GPUs). If appropriately utilized, emerging computational capabilities provide an opportunity to reveal new insight into AM processing and the resulting material structure and properties. In this review we describe the computational AM landscape, identify critical gaps, and highlight opportunities to impact the development and application of AM. First, the requirements and challenges of representative AM problem statements will be defined. Here, these problems range from scientific studies to industrial applications and are designed to capture the breadth of challenges facing the AM community. Next, the current state of AM modeling and simulation is evaluated, broken down by enabling hardware and software, process simulation, microstructure simulation, and property simulation. Each section describes the diversity of simulation approaches and associated trade-offs in physical fidelity and computational expense. Each area is then assessed based on their suitability and readiness for current and developing computational architectures. Lastly, the greatest opportunities for future research and application are highlighted, including gaps in modeling capabilities, opportunities for near-term application, and key scientific challenges.

additive manufacturing↗

Towards exascale for wind energy simulations

We examine large-eddy-simulation modeling approaches and computational performance of two open-source computational fluid dynamics codes for the simulation of atmospheric boundary layer flows that are of direct relevance to wind energy production. The first code, NekRS, is a high-order, unstructured-grid, spectral element code. The second code, AMR-Wind, is a second-order, block-structured, finite-volume code with adaptive mesh refinement capabilities. The objective of this study is to co-develop these codes in order to improve model fidelity and performance for each. These features will be critical for running ABL-based applications such as wind farm analysis on advanced computing architectures. To this end, we investigate the performance of NekRS and AMR-Wind on the Oak Ridge Leadership Facility supercomputers Summit, using 4 to 800 nodes (24 to 4,800 NVIDIA V100 GPUs), and Crusher, the testbed for the Frontier exascale system, using 18 to 384 Graphics Compute Dies on AMD MI250X GPUs. We compare strong- and weak-scaling capabilities, linear solver performance, and time to solution. We also identify leading inhibitors to parallel scaling.

17 WIND ENERGY↗

Refining HPCToolkit for application performance analysis at exascale

As part of the US Department of Energy’s Exascale Computing Project (ECP), Rice University has been refining its HPCToolkit performance tools to better support measurement and analysis of applications executing on exascale supercomputers. To efficiently collect performance measurements of GPU-accelerated applications, HPCToolkit employs novel non-blocking data structures to communicate performance measurements between tool threads and application threads. To attribute performance information in detail to source lines, loop nests, and inlined call chains, HPCToolkit performs parallel analysis of large CPU and GPU binaries involved in the execution of an exascale application to rapidly recover mappings between machine instructions and source code. To analyze terabytes of performance measurements gathered during executions at exascale, HPCToolkit employs distributed-memory parallelism, multithreading, sparse data structures, and out-of-core streaming analysis algorithms. To support interactive exploration of profiles up to terabytes in size, HPCToolkit’s hpcviewer graphical user interface uses out-of-core methods to visualize performance data. The result of these efforts is that HPCToolkit now supports collection, analysis, and presentation of profiles and traces of GPU-accelerated applications at exascale. These improvements have enabled HPCToolkit to efficiently measure, analyze and explore terabytes of performance data for executions using as many as 64K MPI ranks and 64K GPU tiles on ORNL’s Frontier supercomputer. HPCToolkit’s support for measurement and analysis of GPU-accelerated applications has been employed to study a collection of open-science applications developed as part of ECP. This paper reports on these experiences, which provided insight into opportunities for tuning applications, strengths and weaknesses of HPCToolkit itself, as well as unexpected behaviors in executions at exascale.

Adhianto, Laksono↗

A two-level GPU-accelerated incomplete LU preconditioner for general sparse linear systems

This paper presents a parallel preconditioning approach based on incomplete LU (ILU) factorizations in the framework of Domain Decomposition (DD) for general sparse linear systems. We focus on distributed memory parallel architectures, specifically, those that are equipped with graphic processing units (GPUs). In addition to block-Jacobi, we present general purpose two-level ILU Schur complement-based approaches, where different strategies are presented to solve the coarse-level reduced system. These strategies are combined with modified ILU methods in the construction of the coarse-level operator, in order to effectively remove smooth errors by targeting an algebraically smooth vector. We leverage available GPU-based sparse matrix kernels to accelerate the setup and the solve phases of the proposed ILU preconditioner. We evaluate the efficiency of the proposed methods as a smoother for algebraic multigrid (AMG) and as a preconditioner for Krylov subspace methods on challenging anisotropic diffusion problems and a collection of general sparse matrices.

97 MATHEMATICS AND COMPUTING↗

A GPU-based compressible combustion solver for applications exhibiting disparate space and time scales

High-speed chemically active flows pose significant computational challenges due to their disparate space and time scales, with stiff chemistry often dominating simulation time. While modern scientific computing programs achieve exascale performance by leveraging graphics processing units (GPUs), existing GPU-based compressible combustion solvers face critical limitations in memory management, load balancing, and handling the highly localized nature of chemical reactions. To this end, we present a high-performance compressible reacting flow solver built on the AMReX framework and optimized for multi-GPU settings. Here, our approach addresses three GPU performance bottlenecks: memory access patterns through column-major storage optimization, computational workload variability via a bulk-sparse integration strategy for chemical kinetics, and multi-GPU load distribution for adaptive mesh refinement applications. The solver adapts existing matrix-based chemical kinetics formulations to multi-grid contexts. Using representative combustion applications, including 2D and 3D detonations and a 3D jet-in-crossflow configuration, we demonstrate 1.4–5× performance improvements over initial implementations on an in-house cluster of NVIDIA H100 GPUs, and near-ideal weak scaling on the Frontier supercomputer (Oak Ridge Leadership Computing Facility) with up to 1024 AMD Instinct MI250X GPUs. Roofline analysis reveals substantial improvements in arithmetic intensity for both convection (∼ 10 ×) and chemistry (∼ 4 ×) routines, confirming efficient utilization of GPU memory bandwidth and computational resources.

42 ENGINEERING↗

Regional-scale fault-to-structure earthquake simulations with the EQSIM framework: Workflow maturation and computational performance on GPU-accelerated exascale platforms

Continuous advancements in scientific and engineering understanding of earthquake phenomena, combined with the associated development of representative physics-based models, is providing a foundation for high-performance, fault-to-structure earthquake simulations. However, regional-scale applications of high-performance models have been challenged by the computational requirements at the resolutions required for engineering risk assessments. The EarthQuake SIMulation (EQSIM) framework, a software application development under the US Department of Energy (DOE) Exascale Computing Project, is focused on overcoming the existing computational barriers and enabling routine regional-scale simulations at resolutions relevant to a breadth of engineered systems. This multidisciplinary software development—drawing upon expertise in geophysics, engineering, applied math and computer science—is preparing the advanced computational workflow necessary to fully exploit the DOE’s exaflop computer platforms coming online in the 2023 to 2024 timeframe. Achievement of the computational performance required for high-resolution regional models containing upward of hundreds of billions to trillions of model grid points requires numerical efficiency in every phase of a regional simulation. This includes run time start-up and regional model generation, effective distribution of the computational workload across thousands of computer nodes, efficient coupling of regional geophysics and local engineering models, and application-tailored highly efficient transfer, storage, and interrogation of very large volumes of simulation data. This article summarizes the most recent advancements and refinements incorporated in the workflow design for the EQSIM integrated fault-to-structure framework, which are based on extensive numerical testing across multiple graphics processing unit (GPU)-accelerated platforms, and demonstrates the computational performance achieved on the world’s first exaflop computer platform through representative regional-scale earthquake simulations for the San Francisco Bay Area in California, USA.

58 GEOSCIENCES↗

An open-access simulated earthquake ground-motion database for an M7 Hayward Fault earthquake in the San Francisco Bay Region

Comprehensive understanding of earthquake ground motions, particularly in the near-fault region of large-magnitude events, is limited by gaps in strong-motion data. This challenge is prominent in areas with high seismic hazard but infrequent large earthquakes where data is sparse and difficult to interpret. These data limitations lead to uncertainties in the development of site-specific ground motions, which are crucial for engineering risk assessments. To address these challenges, physics-based regional-scale ground-motion simulations have been developed. With the emergence of exaflop-scale computing ecosystems, it is now possible to simulate regional earthquake processes at unprecedented fidelity and generate the large number of fault rupture realizations necessary to characterize both intra- and inter-event ground-motion variability. This article introduces a new database of simulated earthquake ground motions, created for applications in earthquake engineering, earthquake planning, and emergency response. The inaugural version of the database features simulated ground motions for a magnitude 7 Hayward Fault earthquake in the San Francisco Bay Region (SFBR), using the EarthQuake SIMulation (EQSIM) simulation framework and the Graves–Pitarka kinematic rupture model. The aim is to provide high-fidelity, spatially dense, three-component motions generated on the Department of Energy’s (DOE) newest generation of graphics processing unit (GPU)-accelerated supercomputers. These motions are being made openly available to the engineering, scientific, and disaster planning communities. In addition, this work develops protocols for the efficient dissemination of these large data sets and emphasizes community engagement to build confidence in their application. This article discusses the methodology behind the data, underlying software verification and validation, scalable data management, and a user interface for data access. The goal is to facilitate widespread use and elicit expert feedback to maximize the utility and exploitation of simulated motions. While the initial focus is on the San Francisco Region, simulations for additional regions will be added as the DOE program progresses.

Simulated ground-motion database↗

Multi-modal characterisation of early-stage, subclinical cardiac deterioration in patients with type 2 diabetes

Abstract Background Type 2 diabetes mellitus (T2DM) is a major risk factor for heart failure with preserved ejection fraction and cardiac arrhythmias. Precursors of these complications, such as diabetic cardiomyopathy, remain incompletely understood and underdiagnosed. Detection of early signs of cardiac deterioration in T2DM patients is critical for prevention. Our goal is to quantify T2DM-driven abnormalities in ECG and cardiac imaging biomarkers leading to cardiovascular disease. Methods We quantified ECG and cardiac magnetic resonance imaging biomarkers in two matched cohorts of 1781 UK Biobank participants, with and without T2DM, and no diagnosed cardiovascular disease at the time of assessment. We performed a pair-matched cross-sectional study to compare cardiac biomarkers in both cohorts, and examined the association between T2DM and these biomarkers. We built multivariate multiple linear regression models sequentially adjusted for socio-demographic, lifestyle, and clinical covariates. Results Participants with T2DM had a higher resting heart rate (66 vs. 61 beats per minute,p < 0.001), longer QTc interval (424 vs. 420ms,p < 0.001), reduced T wave amplitude (0.33 vs. 0.37mV,p < 0.001), lower stroke volume (72 vs. 78ml,p < 0.001) and thicker left ventricular wall (6.1 vs. 5.9mm,p < 0.001) despite a decreased Sokolow-Lyon index (19.1 vs. 20.2mm,p < 0.001). T2DM was independently associated with higher heart rate (beta = 3.11, 95% CI = [2.11,4.10],p < 0.001), lower stroke volume (beta = −4.11, 95% CI = [−6.03, −2.19],p < 0.001) and higher left ventricular wall thickness (beta = 0.133, 95% CI = [0.081,0.186],p < 0.001). Trends were consistent in subgroups of different sex, age and body mass index. Fewer significant differences were observed in participants of non-white ethnic background. QRS duration and Sokolow-Lyon index showed a positive association with the development of cardiovascular disease in cohorts with and without T2DM, respectively. A higher left ventricular mass and wall thickness were associated with cardiovascular outcomes in both groups. Conclusion T2DM prior to cardiovascular disease was linked with a higher heart rate, QTc prolongation, T wave amplitude reduction, as well as lower stroke volume and increased left ventricular wall thickness. Increased QRS duration and left ventricular wall thickness and mass were most strongly associated with future cardiovascular disease. Although subclinical, these changes may indicate the presence of autonomic dysfunction and diabetic cardiomyopathy. Graphical Abstract

Cardiovascular System & Cardiology↗

Development of 225Ac-doped biocompatible nanoparticles for targeted alpha therapy

Abstract Targeted alpha therapy (TAT) relies on chemical affinity or active targeting using radioimmunoconjugates as strategies to deliver α-emitting radionuclides to cancerous tissue. These strategies can be affected by transmetalation of the parent radionuclide by competing ions in vivo and the bond-breaking recoil energy of decay daughters. The retention of α-emitting radionuclides and the dose delivered to cancer cells are influenced by these processes. Encapsulating α-emitting radionuclides within nanoparticles can help overcome many of these challenges. Poly(lactic- co -glycolic acid) (PLGA) nanoparticles are a biodegradable and biocompatible delivery platform that has been used for drug delivery. In this study, PLGA nanoparticles are utilized for encapsulation and retention of actinium-225 ([ 225 Ac]Ac 3+ ). Encapsulation of [ 225 Ac]Ac 3+ within PLGA nanoparticles (Z ave = 155.3 nm) was achieved by adapting a double-emulsion solvent evaporation method. The encapsulation efficiency was affected by both the solvent conditions and the chelation of [ 225 Ac]Ac 3+ . Chelation of [ 225 Ac]Ac 3+ to a lipophilic 2,9-bis-lactam-1,10-phenanthroline ligand ([ 225 Ac]AcBLPhen) significantly decreased its release (< 2%) and that of its decay daughters (< 50%) from PLGA nanoparticles. PLGA nanoparticles encapsulating [ 225 Ac]AcBLPhen significantly increased the delivery of [ 225 Ac]Ac 3+ to murine (E0771) and human (MCF-7 and MDA-MB-231) breast cancer cells with a concomitant increase in cell death over free [ 225 Ac]Ac 3+ in solution. These results demonstrate that PLGA nanoparticles have potential as radionuclide delivery platforms for TAT to advance precision radiotherapy for cancer. In addition, this technology offers an alternative use for ligands with poor aqueous solubility, low stability, or low affinity, allowing them to be repurposed for TAT by encapsulation within PLGA nanoparticles. Graphical Abstract

60 APPLIED LIFE SCIENCES↗

Hydrothermal conditioning of oleaginous yeast cells to enable recovery of lipids as potential drop-in fuel precursors

Abstract Background Lipids produced using oleaginous yeast cells are an emerging feedstock to manufacture commercially valuable oleochemicals ranging from pharmaceuticals to lipid-derived biofuels. Production of biofuels using oleaginous yeast is a multistep procedure that requires yeast cultivation and harvesting, lipid recovery, and conversion of the lipids to biofuels. The quantitative recovery of the total intracellular lipid from the yeast cells is a critical step during the development of a bioprocess. Their rigid cell walls often make them resistant to lysis. The existing methods include mechanical, chemical, biological and thermochemical lysis of yeast cell walls followed by solvent extraction. In this study, an aqueous thermal pretreatment was explored as a method for lysing the cell wall of the oleaginous yeast Rhodotorula toruloides for lipid recovery. Results Hydrothermal pretreatment for 60 min at 121 °C with a dry cell weight of 7% (w/v) in the yeast slurry led to a recovery of 84.6 ± 3.2% (w/w) of the total lipids when extracted with organic solvents. The conventional sonication and acid-assisted thermal cell lysis led to a lipid recovery yield of 99.8 ± 0.03% (w/w) and 109.5 ± 1.9% (w/w), respectively. The fatty acid profiles of the hydrothermally pretreated cells and freeze-dried control were similar, suggesting that the thermal lysis of the cells did not degrade the lipids. Conclusion This work demonstrates that hydrothermal pretreatment of yeast cell slurry at 121 °C for 60 min is a robust and sustainable method for cell conditioning to extract intracellular microbial lipids for biofuel production and provides a baseline for further scale-up and process integration. Graphical abstract

09 BIOMASS FUELS↗

Morphological and molecular characterization of a Sarcocystis bovifelis-like sarcocyst in American beef

Abstract Background Parasites in the apicomplexan genusSarcocystisinfect cattle worldwide. Assessing the economic importance of each such parasite species requires proper diagnosis.Sarcocystiscruzi,a thin-walled species, infects virtually all cattle. The prevalence of the other thin-walled parasite,Sarcocystisheydorni, remains less well established. The remaining six species all have thick (> 3 µm) cyst walls (Sarcocystishirsuta,S.hominis,S.bovifelis,S.bovini,S.sigmoideus, andS.rommeli). Thick-walled sarcocysts often induce inflammation in striated muscles (causing bovine eosinophilic myositis), leading to condemnation of carcasses at slaughter. One of these,S.hirsuta, can be seen macroscopically and lead to condemnation of beef. TwoSarcocystisspecies,S.hominisandS.heydorni, are zoonotic. AlthoughS.hominishas been reported as prevalent in Europe, the occurrence of thick-walled species in the US remains poorly known. Here, for the first time to our knowldge, we characterize a thick-walledSarcocystisspecies from a sample of beef from a local grocery store in Maryland. By morphological and genetic criteria, it closely, but not perfectly, resembles parasites previously ascribed toS.bovifelis. Methods Beef samples were examined forSarcocystisinfection, using acid-pepsin digestion to search for bradyzoites, microscopically by compression between a glass slide and coverslip, by histology of paraffin embedded sections stained with hematoxylin and eosin, and by transmission electron microscopy (TEM). Molecular characterization was attempted employing genetic markers:18SrRNA,28SrRNA,cox1,ITS1,gapdh1,ron3, andrpoB. Results Molecular evaluation revealed 100% identity withS.bovifelis-like sarcocysts from naturally infected cattle from Germany and Argentina; although the condition of the frozen material precludes complete characterization by TEM, we noted morphological features which differed from theS.bovifelisoriginally described from experimentally infected cattle from Germany. Conclusions A novelSarcocystisspecies is described from beef from the USA but not named until further evaluation. Graphical Abstract

Parasitology↗

Evaluation of the 2022 West Nile virus forecasting challenge, USA

Abstract Background West Nile virus (WNV) is the most common cause of mosquito-borne disease in the continental USA, with an average of ~1200 severe, neuroinvasive cases reported annually from 2005 to 2021 (range 386–2873). Despite this burden, efforts to forecast WNV disease to inform public health measures to reduce disease incidence have had limited success. Here, we analyze forecasts submitted to the 2022 WNV Forecasting Challenge, a follow-up to the 2020 WNV Forecasting Challenge. Methods Forecasting teams submitted probabilistic forecasts of annual West Nile virus neuroinvasive disease (WNND) cases for each county in the continental USA for the 2022 WNV season. We assessed the skill of team-specific forecasts, baseline forecasts, and an ensemble created from team-specific forecasts. We then characterized the impact of model characteristics and county-specific contextual factors (e.g., population) on forecast skill. Results Ensemble forecasts for 2022 anticipated a season at or below median long-term WNND incidence for nearly all (> 99%) counties. More counties reported higher case numbers than anticipated by the ensemble forecast median, but national caseload (826) was well below the 10-year median (1386). Forecast skill was highest for the ensemble forecast, though the historical negative binomial baseline model and several team-submitted forecasts had similar forecast skill. Forecasts utilizing regression-based frameworks tended to have more skill than those that did not and models using climate, mosquito surveillance, demographic, or avian data had less skill than those that did not, potentially due to overfitting. County-contextual analysis showed strong relationships with the number of years that WNND had been reported and permutation entropy (historical variability). Evaluations based on weighted interval score and logarithmic scoring metrics produced similar results. Conclusions The relative success of the ensemble forecast, the best forecast for 2022, suggests potential gains in community ability to forecast WNV, an improvement from the 2020 Challenge. Similar to the previous challenge, however, our results indicate that skill was still limited with general underprediction despite a relative low incidence year. Potential opportunities for improvement include refining mechanistic approaches, integrating additional data sources, and considering different approaches for areas with and without previous cases. Graphical Abstract

54 ENVIRONMENTAL SCIENCES↗

The circular bioeconomy: a driver for system integration

Background: Human and earth system modeling, traditionally centered on the interplay between the energy system and the atmosphere, are facing a paradigm shift. The Intergovernmental Panel on Climate Change’s mandate for comprehensive, cross-sectoral climate action emphasizes avoiding the vulnerabilities of narrow sectoral approaches. Our study explores the circular bioeconomy, highlighting the intricate interconnections among agriculture, forestry, aquaculture, technological advancements, and ecological recycling. Collectively, these sectors play a pivotal role in supplying essential resources to meet the food, material, and energy needs of a growing global population. We pose the pertinent question of what it takes to integrate these multifaceted sectors into a new era of holistic systems thinking and planning. Results: The foundation for discussion is provided by a novel graphical representation encompassing statistical data on food, materials, energy flows, and circularity. This representation aids in constructing an inventory of technological advancements and climate actions that have the potential to significantly reshape the structure and scale of the economic metabolism in the coming decades. In this context, the three dominant mega-trends—population dynamics, economic developments, and the climate crisis—compel us to address the potential consequences of the identified actions, all of which fall under the four categories of substitution, efficiency, sufficiency, and reliability measures. Substitution and efficiency measures currently dominate systems modeling. Including novel bio-based processes and circularity aspects might require only expanded system boundaries. Conversely, paradigm shifts in systems engineering are expected to center on sufficiency and reliability actions. Effectively assessing the impact of sufficiency measures will necessitate substantial progress in inter- and transdisciplinary collaboration, primarily due to their non-technological nature. In addition, placing emphasis on modeling the reliability and resilience of transformation pathways represents a distinct and emerging frontier that highlights the significance of an integrated network of networks. Conclusions: Existing and emerging circular bioeconomy practices can serve as prime examples of system integration. These practices facilitate the interconnection of complex biomass supply chain networks with other networks encompassing feedstock-independent renewable power, hydrogen, CO 2 , water, and other biotic, abiotic, and intangible resources. Elevating the prominence of these connectors will empower policymakers to steer the amplification of synergies and mitigation of tradeoffs among systems, sectors, and goals.

09 BIOMASS FUELS↗

Emergence of two distinct phase transitions in monolayer CoSe2 on graphene

Abstract Dimensional modifications play a crucial role in various applications, especially in the context of device miniaturization, giving rise to novel quantum phenomena. The many-body dynamics induced by dimensional modifications, including electron-electron, electron-phonon, electron-magnon and electron-plasmon coupling, are known to significantly affect the atomic and electronic properties of the materials. By reducing the dimensionality of orthorhombic CoSe 2 and forming heterostructure with bilayer graphene using molecular beam epitaxy, we unveil the emergence of two types of phase transitions through angle-resolved photoemission spectroscopy and scanning tunneling microscopy measurements. We disclose that the 2 × 1 superstructure is associated with charge density wave induced by Fermi surface nesting, characterized by a transition temperature of 340 K. Additionally, another phase transition at temperature of 160 K based on temperature dependent gap evolution are observed with renormalized electronic structure induced by electron-boson coupling. These discoveries of the electronic and atomic modifications, influenced by electron-electron and electron-boson interactions, underscore that many-body physics play significant roles in understanding low-dimensional properties of non-van der Waals Co-chalcogenides and related heterostructures. Graphical Abstract

36 MATERIALS SCIENCE↗

Zero-crosstalk silicon photonic refractive index sensor with subwavelength gratings

Abstract Silicon photonic index sensors have received significant attention for label-free bio and gas-sensing applications, offering cost-effective and scalable solutions. Here, we introduce an ultra-compact silicon photonic refractive index sensor that leverages zero-crosstalk singularity responses enabled by subwavelength gratings. The subwavelength gratings are precisely engineered to achieve an anisotropic perturbation-led zero-crosstalk, resulting in a single transmission dip singularity in the spectrum that is independent of device length. The sensor is optimized for the transverse magnetic mode operation, where the subwavelength gratings are arranged perpendicular to the propagation direction to support a leaky-like mode and maximize the evanescent field interaction with the analyte space. Experimental results demonstrate a high wavelength sensitivity of − 410 nm/RIU and an intensity sensitivity of 395 dB/RIU, with a compact device footprint of approximately 82.8 μm 2 . Distinct from other resonant and interferometric sensors, our approach provides an FSR-free single-dip spectral response on a small device footprint, overcoming common challenges faced by traditional sensors, such as signal/phase ambiguity, sensitivity fading, limited detection range, and the necessity for large device footprints. This makes our sensor ideal for simplified intensity interrogation. The proposed sensor holds promise for a range of on-chip refractive index sensing applications, from gas to biochemical detection, representing a significant step towards efficient and miniaturized photonic sensing solutions. Graphical Abstract

Materials Science↗

Spectroelectrochemical insights into the intrinsic nature of lead halide perovskites

Abstract Lead halide perovskites have emerged as a new class of semiconductor materials with exceptional optoelectronic properties, sparking significant research interest in photovoltaics and light-emitting diodes. However, achieving long-term operational stability remains a critical hurdle. The soft, ionic nature of the halide perovskite lattice renders them vulnerable to various instabilities. These instabilities can be triggered by factors such as photoexcitation, electrical bias, and the surrounding electrolyte/solvent or atmosphere under operating conditions. Spectroelectrochemistry offers a powerful approach to bridge the gap between electrochemistry and photochemistry (or spectroscopy), by providing a comprehensive understanding of the band structure and excited-state dynamics of halide perovskites. This review summarizes recent advances that highlight the fundamental principles, the electronic band structure of halide perovskite materials, and the photoelectrochemical phenomena observed upon photo- and electro-chemical charge injections. Further, we discuss halide instability, encompassing halide oxidation, vacancy formation, ion migration, degradation, and sequential expulsion under electrical bias. Spectroelectrochemical studies that provide a deeper understanding of interfacial processes and halide mobility can pave the way for the design of more robust perovskites, accelerating future research and development efforts. Graphical Abstract

Min, Seonhong↗