Search NASA⌕ Search

SEARCH · Search NASA

Results for “Feature selection”

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

The impact of metastability on the high-pressure behavior of cerium

The structures adopted by solids under pressure are often assumed to reflect thermodynamic equilibrium, yet in many materials phase selection is strongly influenced by kinetic pathways and microstructural inheritance. Elemental cerium (Ce) exemplifies this challenge, with decades of conflicting reports describing different high-pressure crystal structures emerging under nominally identical conditions. Here we use neutron diffraction from large ( ~ 60 mm 3 ) sample volumes to follow the structural evolution in ultra-high-purity Ce during controlled pressure-temperature cycling between 85 and 295 K and up to 8 GPa. We find that the crystal structure formed at high pressure depends on the compression pathway: slow compression ( ~ 0.25 GPa hr −1 ) at room temperature favors an orthorhombic phase (α'), whereas slow ( ~ 0.25 GPa hr −1 ) and also moderately faster ( ~ 0.5 GPa hr −1 ) compression at low temperature stabilizes a pure monoclinic phase (α"). The low-temperature phase persists metastably over a wide temperature range but transforms irreversibly upon heating above ~ 280 K, or modest pressure cycling. Remarkably, the lower-pressure γ phase remains trapped far beyond the expected stability field, persisting to the highest pressures studied. These observations show that phase selection in Ce is governed by kinetics and microstructural memory rather than equilibrium thermodynamics or sample morphology alone, establishing path dependence as a defining feature of its high-pressure behavior.

Ridley, Christopher J. [Oak Ridge National Laborat↗

Direct measurement of covalent three-center, two-electron M–H–B bonding in Zr and Hf borohydrides using B K-edge XAS

Metal borohydride complexes have long been the subject of intense fundamental interest because of their unconventional metal–ligand bonding that occurs via three-center, two-electron M–H–B bonds. This type of bonding implies significant delocalization of electron density over all three atoms, but the degree of orbital mixing between the metal and boron has been difficult to assess by direct experimental means. Herein, we demonstrate how ligand K-edge X-ray absorption spectroscopy (XAS) conducted at the B K-edge yields evidence of significant covalent M–H–B bonding with Zr and Hf. To accommodate the B K-edge XAS studies, which were conducted under ultra-high vacuum (<10 −8 torr), we prepared a series of new [Zr(RBH 3 ) 4 ] and [Hf(RBH 3 ) 4 ] complexes with substituents that attenuate volatility (R = benzyl, phenyl, mesityl, 2,4,6-triisopropylphenyl, and anthryl). 1 H and 11 B NMR spectroscopy, IR spectroscopy, and single-crystal X-ray diffraction (XRD) studies revealed metal and ligand dependent differences in the BH 3 chemical shifts that correlate to changes in M−B distances and select B–H vibrational stretching modes. The B K-edge XAS spectra of the Zr and Hf complexes yielded a pre-edge feature that was assigned as B 1s → M–H–B π* based on comparison to time-dependent density functional theory (TDDFT) calculations. The pre-edge transitions appear due to covalent mixing between boron and the metal, thereby demonstrating how B K-edge XAS can provide direct evidence of covalent three-center, two electron M–H–B bonding in borohydride complexes using boron as a spectroscopic reporter.

Hansen, Hannah M. [University of Iowa, Iowa City, ↗

Identification of low-momentum muons in the CMS detector using multivariate techniques in proton-proton collisions at $\sqrt{s}$ = 13.6 TeV

“Soft” muons with a transverse momentum below 10 GeV are featured in many processes studied by the CMS experiment, such as decays of heavy-flavor hadrons or rare tau lepton decays. Maximizing the selection efficiency for these muons, while simultaneously suppressing backgrounds from long-lived light-flavor hadron decays, is therefore important for the success of the CMS physics program. Multivariate techniques have been shown to deliver better muon identification performance than traditional selection techniques. To take full advantage of the large data set currently being collected during Run 3 of the CERN LHC, a new multivariate classifier based on a gradient-boosted decision tree has been developed. It offers a significantly improved separation of signal and background muons compared to a similar classifier used for the analysis of the Run 2 data. The performance of the new classifier is evaluated on a data set collected with the CMS detector in 2022 and 2023, corresponding to an integrated luminosity of 62 fb -1 .

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS↗

RANGERS: Modeling Report on Integrity and Performance Assessment of Engineered Barrier Systems in a Salt Repository for HLW/SNF

The Engineered Barrier System (EBS) plays an important role in ensuring the long-term safety and containment of high-level waste (HLW) and spent nuclear fuel (SNF) in deep geological repositories in salt formation. As part of a multi-barrier system, the EBS works alongside the natural barrier, which is the salt formation itself and the technical barrier comprising the disposal casks. The primary function of the EBS is to maintain containment during a defined period until the backfill used in the repository made of crushed salt, develops its sealing capacity through compaction. Over the time, the backfill eventually compacts to a state of low porosity and permeability, acting as a long-term seal. However, until this process is complete, the EBS must retain its structural and functional integrity. Regulatory guidelines in Germany currently require the EBS to remain effective for up to next ice age, that is expected in 50,000 years. The significant hydro-geological and topographic changes expected during an ice age could make it impossible to accurately predict the hydro-chemical conditions within the repository system at that time. In response to these challenges, BGE TECHNOLOGY GmbH (BGE TEC) and Sandia National Laboratories (SNL) have jointly developed a comprehensive methodology for the design and safety assessment of engineered barrier systems within the scope of the RANGERS project. This methodology is tailored for repositories in salt formations. The developed methodology provides a structured approach for designing and assessing the performance of the EBS in salt-based repositories. It begins with defining a sealing concept based on the geological characteristics of the selected site and the overall repository design. The entire repository system, comprising the geological site, repository infrastructure, and EBS, is then subjected to a Features, Events, and Processes (FEP) analysis, focusing solely on those FEPs that affect the EBS. The derived FEPs help identify the loads and stresses acting on the EBS, which serve as the foundation for conducting an integrity assessment. This analysis helps predict the EBS’s evolution and performance over the regulatory time frame, feeding into integrated performance assessment simulations.

12 MANAGEMENT OF RADIOACTIVE AND NON-RADIOACTIVE W↗

Reductive Analysis with Compiler-Guided Large Language Models for Input-Centric Code Optimizations

Input-centric program optimization aims to optimize code by considering the relations between program inputs and program behaviors. Despite its promise, a long-standing barrier for its adoption is the difficulty of automatically identifying critical features of complex inputs. This paper introduces a novel technique, reductive analysis through compiler-guided Large Language Models (LLMs), to solve the problem through a synergy between compilers and LLMs. It uses a reductive approach to overcome the scalability and other limitations of LLMs in program code analysis. The solution, for the first time, automates the identification of critical input features without heavy instrumentation or profiling, cutting the time needed for input identification by 44× (or 450× for local LLMs), reduced from 9.6 hours to 13 minutes (with remote LLMs) or 77 seconds (with local LLMs) on average, making input characterization possible to be integrated into the workflow of program compilations. Optimizations on those identified input features show similar or even better results than those identified by previous profiling-based methods, leading to optimizations that yield 92.6% accuracy in selecting the appropriate adaptive OpenMP parallelization decisions, and 20-30% performance improvement of serverless computing while reducing resource usage by 50-60%.

Input-Centric Optimization↗

Deep learning model for fast, science-based forecasting of fluid migration along faults in geologic carbon storage scenarios

Effective long-term geologic storage depends on robust site selection and credible, science-based forecasting of subsurface behavior to ensure storage integrity. For this work, we develop a deep learning–based reduced-order model (ROM) to quantify potential carbon dioxide (CO₂) and brine migration through geological faults. The ROM combines a Transformer model for binary classification and a Stacked Ensemble for regression, trained on a comprehensive dataset generated from 1400 physics-based reservoir simulations. Key geologic and operational parameters—including fault geometry, reservoir structure, and injection conditions—were systematically varied to capture a wide range of fluid migration scenarios. The ROM accurately predicts the onset of migration, cumulative migration volumes of both CO₂ and brine, and associated migration rates, as compared to an independent set of validation simulations, while significantly reducing computational cost compared to traditional simulation methods. Model performance was evaluated across diverse fault configurations, revealing that shallow reservoir geometry and fault angle are among the most influential factors governing migration behavior. Sensitivity analysis using SHapley Additive exPlanations (SHAP) provided interpretability, revealing distinct patterns in how geological and operational features drive transient versus cumulative migration outcomes. The ROM’s ability to rapidly simulate fault migration scenarios enables efficient sensitivity analyses, scenario evaluations, and decision support for site selection and monitoring design. This approach enhances the safety, scalability, and long-term operational performance of geologic carbon storage (GCS) systems by providing a robust, interpretable tool for predicting subsurface fluid migration and assessing fault-related migration potential.

42 ENGINEERING↗

Pushing the Limits: Maximizing Energy Density in Silicon Sulfide Solid‐State Batteries

Here, for the first time, we demonstrate a silicon solid-state battery (SSB) architecture that achieves >400 Wh kg −1 , approaching the theoretical limit for silicon-based SSBs. This configuration features a 99.9 wt% micro-Si, a thin sulfide solid electrolyte (SSE), and a high-loading NMC811. Key to these results is strategically selecting and evaluating the processing techniques, whether wet or dry, for the negative electrode, positive electrode and thin sheet-type SSE. Excessive lithium incorporation into the silicon host, beyond the Li 3.75 +Si phase to form a LiSi composite, is essential to match the high capacity of the positive electrode. This SSB achieves over 1000 cycles for a 2 mAh cm −2 with ≈80% capacity retention and 94% capacity retention for 3 mAh cm −2 over 500 cycles at 25 °C. Post analysis identifies the primary capacity decay mechanisms as oxidation at the NMC/SSE interface and structural disruptions within NMC. Meanwhile, the Si electrode maintains a robust solid-electrolyte interphase layer, minimizing capacity decay. This study highlights the necessity for improved NMC coatings, lattice oxygen stabilization, and a durable positive electrode-electrolyte interface to improve the long-term stability of SSBs. Strategies leading to a single-layer pouch cell SSB exceeding 400 Wh kg −1 are developed.

25 ENERGY STORAGE↗

Mapping the cosmic gamma-ray horizon: the 1CGH catalogue of Fermi -LAT detections above 10 GeV

ABSTRACT We present the First Cosmic Gamma-ray Horizon (1CGH) catalogue, featuring $\gamma$-ray detections above 10 GeV based on 16 yr of observations with the Fermi Large Area Telescope (Fermi-LAT) satellite. After carefully selecting a sample of blazars and blazar candidates from catalogues in the literature, we performed a binned likelihood analysis and identified 2791 $\gamma$-ray emitters above 10 GeV, at >3$\sigma$ level, including 62 that are new $\gamma$-ray detections. For each source, we estimated the mean energy of the highest energy bin and analysed them in the context of the cosmic gamma-ray horizon. By adopting a reference model for the extragalactic background light (EBL), we identified a subsample of 525 sources where moderate to severe $\gamma$-ray absorption could be detected across the redshift range of 0–3. This work provides the most up-to-date compilation of detections above 10 GeV, along with their redshift information. We condense extensive results from the literature, including reports on observational campaigns dedicated to blazars and $\gamma$-ray sources, thereby delivering an unprecedented review of the redshift information for sources detected above 10 GeV. Additionally, we highlight key 1CGH sources where redshift information remains incomplete, offering guidance for future optical observation campaigns. The 1CGH catalogue aims to track the most significant sources for studying the $\gamma$-ray transparency of the Universe. Furthermore, it provides a targeted subsample where the EBL optical depth, $\tau _{(E,z)}$, can be robustly measured using Fermi-LAT data.

Arsioli, Bruno (ORCID:0000000181666602)↗

Cross-reactive sarbecovirus antibodies induced by mosaic RBD nanoparticles

Broad immune responses are needed to mitigate viral evolution and escape. To induce antibodies against conserved receptor-binding domain (RBD) regions of SARS-like betacoronavirus (sarbecovirus) spike proteins that recognize SARS-CoV-2 variants of concern and zoonotic sarbecoviruses, we developed mosaic-8b RBD nanoparticles presenting eight sarbecovirus RBDs arranged randomly on a 60-mer nanoparticle. Mosaic-8b immunizations protected animals from challenges from viruses whose RBDs were matched or mismatched to those on nanoparticles. Here, we describe neutralizing mAbs isolated from mosaic-8b-immunized rabbits, some on par with Pemgarda, the only currently FDA-approved therapeutic mAb. Deep mutational scanning, in vitro selection of spike resistance mutations, and single-particle cryo-electron microscopy structures of spike–antibody complexes demonstrated targeting of conserved RBD epitopes. Rabbit mAbs included critical D-gene segment RBD-recognizing features in common with human anti-RBD mAbs, despite rabbit genomes lacking an equivalent human D-gene segment, thus demonstrating that the immune systems of humans and other mammals can utilize different antibody gene segments to arrive at similar modes of antigen recognition. These results suggest that animal models can be used to elicit anti-RBD mAbs with similar properties to those raised in humans, which can then be humanized for therapeutic use, and that mosaic RBD nanoparticle immunization coupled with multiplexed screening represents an efficient way to generate and select broadly cross-reactive therapeutic pan-sarbecovirus and pan-SARS-CoV-2 variant mAbs.

Science & Technology - Other Topics↗

Interpretable machine learning-guided design of Fe-based soft magnetic alloys

Here, we present a machine learning (ML) guided approach to predict saturation magnetization (𝑀 S ) and coercivity (𝐻 C ) in Fe-rich soft magnetic alloys, particularly Fe-Si-B systems. ML models trained on experimental data reveal that increasing Si and B content reduces 𝑀 S from 1.81 T (DFT ≈ 2.04 T) to ≈1.54 T (DFT ≈ 1.56T) in Fe-Si-B, which is attributed to decreased magnetic density and structural modifications. Experimental validation of ML predicted magnetic saturation on Fe-1Si-1B (2.09 T), Fe-5Si-5B (2.01 T), and Fe-10Si-10B (1.54 T) alloy compositions further supports our findings. These trends are consistent with density functional theory predictions, which link increased electronic disorder and band broadening to lower 𝑀 S values. Experimental validation on selected alloys confirms the predictive accuracy of the ML model, with good agreement across compositions. Beyond predictive accuracy, detailed uncertainty quantification and model interpretability including through feature importance and partial dependence analysis reveal that 𝑀 S is governed by a nonlinear interplay between Fe content and early transition metal ratios, while 𝐻 C is more sensitive to processing conditions such as ribbon thickness and thermal treatment windows. The ML framework was further applied to Fe-Si-B/Cr/Cu/Zr/Nb alloys in a pseudoquaternary compositional space, which shows comparable magnetic properties to NANOMET (Fe 84.8 ⁢Si 0.5 ⁢B 9.4 ⁢Cu 0.8⁢ P 3.5 ⁢C 1 ), FINEMET (Fe 73.5 ⁢Si 13.5 ⁢B 9 Cu 1 ⁢Nb 3 ), NANOPERM (Fe 88 ⁢Zr 7⁢ B 4 ⁢Cu 1 ), and HITPERM (Fe 44 ⁢Co 44 ⁢Zr 7⁢ B 4 ⁢Cu 1 . Our findings demonstrate the potential of the ML framework for accelerated search of high-performance soft magnetic materials.

density functional theory↗

Proteogenomic characterization of difficult-to-treat breast cancer with tumor cells enriched through laser microdissection

Abstract Background Breast cancer (BC) is the most commonly diagnosed cancer and the leading cause of cancer death among women globally. Despite advances, there is considerable variation in clinical outcomes for patients with non-luminal A tumors, classified as difficult-to-treat breast cancers (DTBC). This study aims to delineate the proteogenomic landscape of DTBC tumors compared to luminal A (LumA) tumors. Methods We retrospectively collected a total of 117 untreated primary breast tumor specimens, focusing on DTBC subtypes. Breast tumors were processed by laser microdissection (LMD) to enrich tumor cells. DNA, RNA, and protein were simultaneously extracted from each tumor preparation, followed by whole genome sequencing, paired-end RNA sequencing, global proteomics and phosphoproteomics. Differential feature analysis, pathway analysis and survival analysis were performed to better understand DTBC and investigate biomarkers. Results We observed distinct variations in gene mutations, structural variations, and chromosomal alterations between DTBC and LumA breast tumors. DTBC tumors predominantly had more mutations inTP53,PLXNB3, Zinc finger genes, and fewer mutations inSDC2,CDH1,PIK3CA,SVIL, andPTEN. Notably, Cytoband 1q21, which contains numerous cell proliferation-related genes, was significantly amplified in the DTBC tumors. LMD successfully minimized stromal components and increased RNA–protein concordance, as evidenced by stromal score comparisons and proteomic analysis. Distinct DTBC and LumA-enriched clusters were observed by proteomic and phosphoproteomic clustering analysis, some with survival differences. Phosphoproteomics identified two distinct phosphoproteomic profiles for high relapse-risk and low relapse-risk basal-like tumors, involving several genes known to be associated with breast cancer oncogenesis and progression, includingKIAA1522,DCK,FOXO3,MYO9B,ARID1A,EPRS,ZC3HAV1, andRBM14. Lastly, an integrated pathway analysis of multi-omics data highlighted a robust enrichment of proliferation pathways in DTBC tumors. Conclusions This study provides an integrated proteogenomic characterization of DTBC vs LumA with tumor cells enriched through laser microdissection. We identified many common features of DTBC tumors and the phosphopeptides that could serve as potential biomarkers for high/low relapse-risk basal-like BC and possibly guide treatment selections.

Oncology↗

Designing molecular qubits: computational insights into first-row and group 6 transition metal complexes

In the realm of optically addressable qubits, a previously synthesized and characterized Cr( IV ) pseudo-tetrahedral complex, featuring four strongly donating ligands surrounding the chromium center, has demonstrated potential as a qubit candidate. This study proposes analogs of this complex through a metal substitution strategy, extending the investigation to different complexes based on metal centers selected from first-row and Group 6 transition metals. Computational modeling based on multiconfigurational methods CASPT2 and MC-PDFT was utilized to calculate energy gaps between ground and excited electronic spin states, and zero-field splitting parameters. Simulations were applied to each equilibrium geometry and related deformations based on vibrational modes. All results align with previous experimental findings, but also show that qubits based on V and Ti centers could be more electronically stable than the Cr one, suggesting a lower electronic features dependency from their related geometry. In some cases geometrical deformations provide changes in relative energy gaps between triplet and singlet excited state, that could potentially swap, offering a different initialization process, and some inspiration for ligand design based on such deformations. Additionally, this study identifies an unsynthesized Ti( II ) compound as a promising candidate for molecular qubits. This finding highlights the role of computational multireference methods in the rational design of qubit systems.

Sauza-de la Vega, Arturo [Univ. of Chicago, IL (Un↗

Computational discovery of a tetragonal MBene phase: diamond-shaped boron lattices, viable MAB precursors, and selective CO 2 reduction

MBenes are a class of two-dimensional transition-metal borides derived from layered MAB phases. Here, we use first-principles calculations to predict a new tetragonal MB (1 : 1) MBene phase featuring a diamond-shaped B–B lattice and systematically assess its phase stability, synthetic accessibility, and catalytic performance towards the CO 2 reduction reaction (CO 2 RR). Four tetragonal configurations are benchmarked against known hexagonal and orthorhombic phases, and a multi-tier screening identifies six robust members (CrB, FeB, MoB, WB, IrB, and PtB). Exploration of the I4/mmm MAB space reveals 11 viable precursors, including the experimentally synthesized Ir 2 ZnB 2 , which validates our screening approach. CO 2 RR free-energy diagrams show that CrB favors CH 3 OH while FeB, MoB, WB, IrB, and PtB preferentially yield HCOOH. The corresponding limiting potentials are competitive with, and in some cases superior to, those reported for state-of-the-art orthorhombic and hexagonal MBenes. These findings expand the MBene landscape by establishing a tetragonal phase with structural, synthetic, and catalytic promise.

Lu, Linguo [University of Puerto Rico, San Juan, P↗

DECADE+ DES Y3 Weak Lensing Mass Map: A 13,000 deg $\^{} 2$ View of Cosmic Structure from 270 Million Galaxies

We present the largest galaxy weak lensing mass map of the late-time Universe, reconstructed from 270 million galaxies in the DECADE and DES Year 3 datasets, covering 13,000 square degrees. We validate the map through systematic tests against observational conditions (depth, seeing, etc.), finding the map is statistically consistent with no contamination. The large area covered by the mass map makes it a well-suited tool for cosmological analyses, cross-correlation studies and the identification of large-scale structure features. We demonstrate its potential by detecting cosmic filaments directly from the mass map for the first time and validating them through their association with galaxy clusters selected using the Sunyaev-Zeldovich effect from Planck and ACT DR6.

Gatti, M.↗

Computed Tomography Scanning and Geophysical Measurements of UW Enterprises LP 1-250512-129 Well in Southwestern Indiana

The computed tomography (CT) facilities and the Multi-Sensor Core Logger (MSCL) at the National Energy Technology Laboratory (NETL) in Morgantown, West Virginia, were used to characterize Illinois Basin core of the Upper Devonian-Early Mississippian New Albany Shale Formation from Posey County, Indiana. The primary impetus of this work is a collaboration between Indiana Geological and Water Survey at Indiana University Bloomington, NETL, and Woolsey Operating Company LLC to characterize and make publicly available core information from the New Albany Shale of the Illinois Basin. Core characterization of this unconventional oil/gas well will aid in understanding the lithology changes and the fracture complexity of the New Albany Shale. There is a potential for this formation to be developed in the future for critical mineral and rare earth element (CM/REE) extraction. The resultant datasets are presented in this report and can be accessed from NETL's Energy Data eXchange (EDX) online system using the following link: https://edx.netl.doe.gov/dataset/uw-enterprises. All equipment and techniques used were non-destructive, enabling future examinations and analyses to be performed on this core. None of the equipment used was suitable for direct visualization of the pore space in the fine-grained structures studied; however, fractures, discontinuities, and millimeter-scale features were readily detectable with the methods tested. Imaging with the NETL medical CT scanner was performed on the entire core. Targeted higher resolution CT scanning of select sections was performed with NETL’s industrial and micro-CT scanner. Qualitative analysis of the medical CT images, coupled with X-ray fluorescence (XRF), P-wave, and magnetic susceptibility measurements from the MSCL were useful in identifying zones of interest for more detailed analysis. The ability to quickly identify key areas for more detailed study with higher resolution will save time and resources in future studies. The combination of methods used provides a multi-scale analysis of the core; the resulting macro and micro descriptions are relevant to many subsurface energy related examinations traditionally performed at NETL.

58 GEOSCIENCES↗

A Combined Water and CO 2 Direct Air Capture System (Final Technical Report)

The primary objective of the project was to demonstrate the technical and economic performance of a technology that simultaneously captures CO 2 and water from the air – a Hybrid Direct Air Capture system (HDAC). In HDAC, air is passed over water capture section as well as a CO 2 selective sorbent to remove CO 2 from the air stream. Combining potable water generation and CO 2 capture in a single device with the unique energy conserving features of the proposed design enables long-term projected CAPEX under $\$$750/t-CO 2 and levelized cost of capture (LCOC) of $\$$140/t-CO 2 . Project DE-FE-0031970 "A Combined Water and CO 2 Direct Air Capture System" ran for four years and three months from 10/01/2020 to 12/31/2024 for three budget periods and an extension period. The total project budget at completion was $\$$3,534,408 consisting of a $\$$2,680,064 federal share and $\$$854,344 cost share. The pilot plant was successfully designed, engineered, built and commissioned during the initial three budget periods. The plant demonstrated successful water capture during this period, whereas initial CO 2 capture was well below target values. The project team requested an extension period during which alternate materials and beds were evaluated. By the end of the project, both moisture swing adsorption of CO 2 and water capture had successfully been demonstrated at target capture rates making further scale-up of the technology viable.

42 ENGINEERING↗

DECADE+DES Y3 Weak Lensing Mass Map: A 13,000 deg$^2$ View of Cosmic Structure from 270 Million Galaxies

We present the largest galaxy weak lensing mass map of the late-time Universe, reconstructed from 270 million galaxies in the DECADE and DES Year 3 datasets, covering 13,000 square degrees. We validate the map through systematic tests against observational conditions (depth, seeing, etc.), finding the map is statistically consistent with no contamination. The large area covered by the mass map makes it a well-suited tool for cosmological analyses, cross-correlation studies and the identification of large-scale structure features. We demonstrate its potential by detecting cosmic filaments directly from the mass map for the first time and validating them through their association with galaxy clusters selected using the Sunyaev-Zeldovich effect from Planck and ACT DR6.

Gatti, M. [Chicago U., KICP] (ORCID:00000001613487↗

Infrared-Transparent Semiconductor Membranes for Electromagnetic Interference Shielding of Millimeter Waves

Here, it is demonstrated that single-crystalline and highly doped GaAs membranes are excellent candidates for realizing infrared-transparent shields of electromagnetic interference at millimeter frequencies. Measured optical transmittance spectra for the semiconductor membranes show resonant features between 750 and 2500 nm, with a 100% maximum transmittance. The shielding effectiveness of the membranes is extracted from measured scattering parameters between 65 and 85 GHz. Selected GaAs membranes and membranes/polyamide films exhibit shielding effectiveness ranging from 22 to 40 dB, which are suitable values to ensure the safe operation of infrared devices for commercial applications. Theoretical calculations based on a plane wave model show that the interplay of primary reflection and multiple internal reflections of the radio-frequency waves results in broadband shielding capabilities of the membrane between 10 and 300 GHz.

77 NANOSCIENCE AND NANOTECHNOLOGY↗