@article{21115,
  abstract     = {Quantifying cell morphology is central to understanding cellular regulation, fate, and heterogeneity, yet conventional image-based analyses often struggle with diverse or irregular shapes. We present a computational framework that uses topological data analysis to characterise and compare single-cell morphologies from fluorescence microscopy. Each cell is represented by its contour together with the position of its nucleus, from which we construct a filtration based on a radial distance function and derive a persistence diagram encoding the shape’s topological evolution. The similarity between two cells is quantified using the 2-Wasserstein distance between their diagrams, yielding a shape distance we call the PH distance. We apply this method to two representative experimental systems—primary human mesenchymal stem cells (hMSCs) and HeLa cells—and show that PH distances enable the detection of outliers in those systems, the identification of sub-populations, and the quantification of shape heterogeneity. We benchmark PH against three established contour-based distances (aspect ratio, Fourier descriptors, and elastic shape analysis) and show that PH offers better separation between cell types and greater robustness when clustering heterogeneous populations. Together, these results demonstrate that persistent-homology-based signatures provide a principled and sensitive approach for analysing cell morphology in settings where traditional geometric or image-based descriptors are insufficient.},
  author       = {Bleile, Yossi and Yadav, Pooja and Koehl, Patrice and Rehfeldt, Florian},
  issn         = {1553-7358},
  journal      = {PLoS Computational Biology},
  publisher    = {Public Library of Science},
  title        = {{Persistence diagrams as morphological signatures of cells: A method to measure and compare cells within a population}},
  doi          = {10.1371/journal.pcbi.1013890},
  volume       = {22},
  year         = {2026},
}

@misc{21116,
  abstract     = {Sex-chromosome systems are highly variable across animals, but how they transition from one to another is not well understood. Diptera have undergone multiple sex-chromosome turnovers and expansions while maintaining their general chromosomal content, which makes them an ideal clade to study such transitions. We analyzed more than 100 dipteran whole-genome assemblies and identified 4 new lineages that underwent sex-chromosome turnover (in addition to the 5 previously reported). We find that the majority of turnovers happened in the group Schizophora, which tend to have fewer genes on Muller element F (the chromosome homologous to the ancestral insect X chromosome) than lower dipterans, a factor previously hypothesized to facilitate turnover. Most derived X chromosomes have higher GC content than autosomes, consistent with a high prevalence of male achiasmy in Diptera. In addition, an excess of gene movement out of the X is detected for most of these new X chromosomes, and many of these moved genes have high testis expression in Drosophila, suggesting that out-of-X gene movement contributes to the long-term demasculinization of X chromosomes.},
  author       = {Layana Franco, Lorena Alexandra and Toups, Melissa A and Vicoso, Beatriz},
  keywords     = {Schizophora, sex chromosomes, sex-chromosome turnover, Diptera, genomic features, out-of-X movement.},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{Research Data for "Causes and consequences of sex-chromosome turnovers in Diptera"}},
  doi          = {10.15479/AT-ISTA-21116},
  year         = {2026},
}

@article{21132,
  abstract     = {We unify the variational hypocoercivity framework established by D. Albritton, S. Armstrong, J.-C. Mourrat, and M. Novack [2], with the notion of second-order lifts of reversible diffusion processes, recently introduced by A. Eberle and the second author [30]. We give an abstract, yet fully constructive, presentation of the theory, so that it can be applied to a large class of linear kinetic equations. As this hypocoercivity technique does not twist the reference norm, we can recover accurate and sharp convergence rates in various models. Among those, adaptive Langevin dynamics (ALD) is discussed in full detail and we show that for near-quadratic potentials, with suitable choices of parameters, it is a near-optimal second-order lift of the overdamped Langevin dynamics. As a further consequence, we observe that the Generalised Langevin Equation (GLE) is also a second-order lift, as the standard (kinetic) Langevin dynamics are, of the overdamped Langevin dynamics. Then, convergence of (GLE) cannot exceed ballistic speed, i.e. the square root of the rate of the overdamped regime. We illustrate this phenomenon with explicit computations in a benchmark Gaussian case.},
  author       = {Brigati, Giovanni and Lörler, Francis and Wang, Lihan},
  issn         = {1937-5077},
  journal      = {Kinetic and Related Models},
  pages        = {34--55},
  publisher    = {American Institute of Mathematical Sciences},
  title        = {{Hypocoercivity meets lifts}},
  doi          = {10.3934/krm.2025020},
  volume       = {20},
  year         = {2026},
}

@inproceedings{21133,
  abstract     = {Data structures based on trees and tree traversals are ubiquitous in computer systems. Many low-level programs, including some implementations of critical systems like page tables and the web browser DOM, rely on generic tree-traversal functions that traverse tree nodes in a pre-determined order, applying a client-provided operation to each visited node. Developing a general approach to specifying and verifying such traversals is tricky since the client-provided per-node operation can be stateful and may potentially depend on or modify the structure of the tree being traversed.
In this paper, we present a recipe for (semi-)automated verification of such generic, stateful tree traversals. Our recipe is (a) general: it applies to a range of tree traversals, in particular, pre-, post- and in-order depth-first traversals; (b) modular: parts of a traversal’s proof can be reused in verifying other similar traversals; (c) expressive: using the specification of a tree traversal, we can verify clients that use the traversal in a variety of different ways; and (d) automatable: many proof obligations can be discharged automatically.
At the heart of our recipe is a novel use of tree zippers to represent a logical abstraction of the tree traversal state, and zipper transitions as an abstraction of traversal steps. We realize our recipe in the RefinedC framework in Rocq, which allows us to verify a number of different tree traversals and their clients written in C.},
  author       = {Elbeheiry, Laila and Sammler, Michael Joachim and Krebbers, Robbert and Dreyer, Derek and Garg, Deepak},
  booktitle    = {Proceedings of the 15th ACM SIGPLAN International Conference on Certified Programs and Proofs},
  isbn         = {9798400723414},
  location     = {Rennes, France},
  pages        = {339--352},
  publisher    = {Association for Computing Machinery},
  title        = {{A recipe for modular verification of generic tree traversals}},
  doi          = {10.1145/3779031.3779110},
  year         = {2026},
}

@inproceedings{21135,
  abstract     = {Three-dimensional (3D) microscopy data is often anisotropic with significantly lower resolution (up to 8x) along the z axis than along the xy axes. Computationally generating plausible isotropic resolution from anisotropic imaging data would benefit the visual analysis of large-scale volumes. This paper proposes niiv, a self-supervised method for isotropic reconstruction of 3D microscopy data that can quickly produce images at arbitrary output resolutions. The representation embeds a learned latent code within a neural field that describes the implicit higher-resolution isotropic image region. We use an attention-guided latent interpolation approach, which allows flexible information exchange over a local latent neighborhood. Under isotropic volume assumptions, we self-supervise this representation on low-/high-resolution lateral image pairs to reconstruct an isotropic volume from low-resolution axial images. We evaluate our method on simulated and real anisotropic electron (EM) and light microscopy (LM) data. Compared to diffusion-based baselines, niiv shows improved reconstruction quality (+1 dB PSNR) and is over three orders of magnitude faster (1,000x) to infer. Specifically, niiv reconstructs a 128^3 voxel volume in 2/10th of a second, renderable at varying (continuous) high resolutions for display. Our code is available at https://github.com/jakobtroidl/niiv-miccai.},
  author       = {Troidl, Jakob and Liang, Yiqing and Beyer, Johanna and Tavakoli, Mojtaba and Danzl, Johann G and Hadwiger, Markus and Pfister, Hanspeter and Tompkin, James},
  booktitle    = {1st International Workshop on Efficient Medical Artificial Intelligence},
  isbn         = {9783032139603},
  issn         = {1611-3349},
  location     = {Daejeon, South Korea},
  pages        = {257--267},
  publisher    = {Springer Nature},
  title        = {{niiv: Interactive Self-supervised Neural Implicit Isotropic Volume Reconstruction}},
  doi          = {10.1007/978-3-032-13961-0_26},
  volume       = {16318},
  year         = {2026},
}

@inproceedings{21140,
  abstract     = {We consider several problems related to packing forests in graphs. The first one is to find k edge-disjoint forests in a directed graph G of maximal size such that the indegree of each vertex in these forests is at most k. We describe a min-max characterization for this problem and show that it can be solved in almost linear time for fixed k, extending the algorithm of [Gabow, 1995]. Specifically, the complexity is O(kδm log n), where n, m are the number of vertices and edges in G respectively, and δ = max{1, k − kG}, where kG is the edge connectivity of the graph. Using our solution to this problem, we improve complexities for two existing applications:(1) k-forest problem: find k forests in an undirected graph G maximizing the number of edges in their union. We show how to solve this problem in O(k3 min{kn, m} log2 n + k · MAXFLOW(m, m) log n) time, breaking the Ok(n3/2) complexity barrier of previously known approaches.(2) Directed edge-connectivity augmentation problem: find a smallest set of directed edges whose addition to the given directed graph makes it strongly k-connected. We improve the deterministic complexity for this problem from O(kδ(m + δn) log n) [Gabow, STOC 1994] to O(kδm log n). A similar approach with the same complexity also works for the undirected version of the problem.},
  author       = {Arkhipov, Pavel and Kolmogorov, Vladimir},
  booktitle    = {Proceedings of the 2026 Annual ACM-SIAM Symposium on Discrete Algorithms},
  location     = {Vancouver, Canada},
  pages        = {4023--4042},
  publisher    = {Society for Industrial and Applied Mathematics},
  title        = {{Faster algorithms for packing forests in graphs and related problems}},
  doi          = {10.1137/1.9781611978971.148},
  year         = {2026},
}

@misc{21145,
  abstract     = {Protein conformational energy landscapes are shaped not only by intramolecular interactions but also by their environment. In protein crystals and protein-protein complexes, intermolecular contacts alter this energy landscape, but the exact nature of this alteration is difficult to decipher. Understanding how the crystal lattice affects protein dynamics is crucial for crystallography-based studies of motion, yet its influence on collective motions remains unclear. Aromatic ring flips in the hydrophobic core represent sensitive probes of such dynamics. Here, we compare the kinetics of aromatic ring flips in the protein GB1 in crystals, in complex with its binding partner IgG, and in solution, combining advanced isotope labeling with quantitative NMR methods. We show that rings in the core flip nearly a thousand times less frequently in crystals than in solution. Enhanced-sampling molecular dynamics simulations, based on a new crystal structure, reproduce these elevated barriers and reveal how the crystal restrains motions. },
  author       = {Becker, Lea Marie and Schanda, Paul and Chipot, Christophe},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{Additional Data for "Aromatic Ring Flips Reveal Reshaping of Protein Dynamics in Crystals and Complexes"}},
  doi          = {10.15479/AT-ISTA-21145},
  year         = {2026},
}

@article{21149,
  abstract     = {We present a general theoretical framework for helical dichroism (HD), establishing an explicit link between chiral resolution and orbital angular momentum (OAM) exchange in light–matter interaction. Tracing microscopic mechanisms of the OAM transfer, we derive rotational selection rules, which establish that HD emerges only from the spin–orbit coupling of light, even for beams without the far-field OAM. Our findings refine the conditions for observing HD, provide a tool to re-examine the outcome of prior experiments, and guide future designs for chiral sensing with structured light.},
  author       = {Hrast, Mateja and Koutentakis, Georgios and Maslov, Mikhail and Lemeshko, Mikhail},
  issn         = {1079-7114},
  journal      = {Physical Review Letters},
  number       = {5},
  publisher    = {American Physical Society},
  title        = {{Bottom-up analysis of rovibrational helical dichroism}},
  doi          = {10.1103/fkf1-1jml},
  volume       = {136},
  year         = {2026},
}

@article{21158,
  abstract     = {Vernalization-regulated flowering is vital for wheat yield and geographical distribution, and the diversity of flowering time genes is essential for the breeding of climate-resilient varieties. Sugars have long been recognized in regulating flowering; however, the intrinsic connection between carbohydrate metabolism and vernalization response remains largely unexplored. Here, we identify a fructose 1,6-bisphosphate aldolase (FBA) encoding gene, HtL1/FBA10, as a modulator of heading time variation based on a genome-wide association study utilizing wheat core germplasm collections. Evolutionary analysis shows a decrease in the proportion of haplotype-2 of HtL1, which is linked to delayed flowering, in Chinese and American wheat varieties compared to landraces. Vernalization reduces HtL1/FBA10 phosphorylation levels and  increases  its O-GlcNAcylation, which in turn enhances its enzymatic activity and facilitates VERNALIZATION 1 (VRN1) transcription by regulating histone acetylation at the VRN1 locus. Our findings provide mechanistic insights into the interplay between glucose metabolism and the epigenetic regulation of vernalization in winter wheat.},
  author       = {Yang, Pengfang and Liu, Yangyang and Dong, Qi and Miao, Yuting and Zhang, Jianlong and Xu, Shujuan and Zhao, Hong and Niu, Yuda and Zhang, Xueyong and Xu, Yunyuan and Guo, Zifeng and Xing, Lijing and Chong, Kang},
  issn         = {2041-1723},
  journal      = {Nature Communications},
  publisher    = {Springer Nature},
  title        = {{O-GlcNAc and phosphorylation modifications on HtL1/FBA10 regulate wheat vernalization for flowering}},
  doi          = {10.1038/s41467-025-67734-0},
  volume       = {17},
  year         = {2026},
}

@article{21159,
  abstract     = {One of the foundational theorems of extremal graph theory is Dirac’s theorem, which
says that if an n-vertex graph G has minimum degree at least n/2, then G has a
Hamilton cycle, and therefore a perfect matching (if n is even). Later work by Sárközy,
Selkow and Szemerédi showed that in fact Dirac graphs have many Hamilton cycles
and perfect matchings, culminating in a result of Cuckler and Kahn that gives a precise
description of the numbers of Hamilton cycles and perfect matchings in a Dirac graph
G (in terms of an entropy-like parameter of G). In this paper we extend Cuckler
and Kahn’s result to perfect matchings in hypergraphs. For positive integers d < k,
and for n divisible by k, let md (k, n) be the minimum d-degree that ensures the
existence of a perfect matching in an n-vertex k-uniform hypergraph. In general, it is
an open question to determine (even asymptotically) the values of md (k, n), but we are
nonetheless able to prove an analogue of the Cuckler–Kahn theorem, showing that if
an n-vertex k-uniform hypergraph G has minimum d-degree at least (1+γ )md (k, n)
(for any constantγ > 0), then the number of perfect matchings in G is controlled by
an entropy-like parameter of G. This strengthens cruder estimates arising from work
of Kang–Kelly–Kühn–Osthus–Pfenninger and Pham–Sah–Sawhney–Simkin.},
  author       = {Kwan, Matthew Alan and Safavi Hemami, Roodabeh and Wang, Yiting},
  issn         = {1439-6912},
  journal      = {Combinatorica},
  publisher    = {Springer Nature},
  title        = {{Counting perfect matchings in Dirac hypergraphs}},
  doi          = {10.1007/s00493-025-00194-8},
  volume       = {46},
  year         = {2026},
}

@article{21160,
  abstract     = {Context. AM Canum Venaticorum (AM CVn) stars are ultra-compact binary systems composed of a white dwarf primary accreting from a hydrogen-deficient donor. They play a crucial role in astrophysics as potential progenitors of Type Ia supernovae and as laboratories for gravitational wave studies. However, their formation and evolutionary history remain incomplete. Three formation channels have been discussed in the literature: the white dwarf, He-star, and cataclysmic variable channels.

Aims. The chemical composition of the accretor atmosphere reflects the material transferred from the donor. In this work we took the first accurate measurements of the fundamental parameters of the accreting white dwarf in ZTF J225237.05−051917.4, including the abundances of key elements such as carbon, nitrogen, and silicon, by analysing ultraviolet spectra obtained with the Hubble Space Telescope (HST). These measurements provide new insight into the evolutionary history of the system and, together with existing optical observations, establish it as a benchmark to develop our pipeline, paving the way for its application to a larger sample of AM CVn systems.

Methods. We determined the binary parameters through photometric analysis and constrained the atmospheric parameters of the white dwarf accretor, including its effective temperature, surface gravity, and chemical abundances, by fitting the HST ultraviolet spectrum with synthetic spectral models. We then inferred the system’s formation channel by comparing the results with theoretical evolutionary models.

Results. According to our measurements, the accretor’s effective temperature (Teff) is 23 300 ± 600 K and the surface gravity (log g) is 8.4 ± 0.3, which imply an accretor mass (MWD) of 0.86 ± 0.16 M⊙. We find a high nitrogen-to-carbon abundance ratio by mass of > 153.

Conclusions. The accretor is significantly hotter than previous estimates based on simplified blackbody fits to the spectral energy distribution, underscoring the importance of detailed spectral modelling for accurately determining system parameters. Our results show that ultraviolet spectroscopy is well suited to constraining the formation channels of AM CVn systems. Of the three proposed formation channels, the He-star channel can be excluded given the high nitrogen-to-carbon ratio. Our results are consistent with both the white dwarf and cataclysmic variable channels.},
  author       = {Yu, W. and Pala, A. F. and Kupfer, T. and Gänsicke, B. T. and Koester, D. and Belloni, D. and Wong, T. L.S. and Schreiber, M. R. and van Roestel, Joannes C and Brown, A. J. and Waagen, E. O. and González-Carballo, J. L. and Bednarz, S. and Bernacki, K. and De Martino, D. and Fernández Mañanes, E. and González Farfán, R. and Green, M. J. and Groot, P. J. and Hambsch, F. J. and Knigge, C. and Martin-Velasco, J. L. and Morales-Aimar, M. and Myers, G. and Naves Nogues, R. and Poggiani, R. and Popowicz, A. and Ramsay, G. and Reina-Lorenz, E. and Rodríguez-Gil, P. and Salto-González, J. L. and Sion, E. M. and Steeghs, D. and Szkody, P. and Toloza, O. and Tovmassian, G.},
  issn         = {1432-0746},
  journal      = {Astronomy and Astrophysics},
  publisher    = {EDP Sciences},
  title        = {{The evolutionary history of ultra-compact accreting binaries: I. Chemical abundances and the formation channel of the eclipsing AM CVn system ZTF J225237.05-051917.4 from HST spectroscopy}},
  doi          = {10.1051/0004-6361/202557568},
  volume       = {706},
  year         = {2026},
}

@article{21161,
  abstract     = {In many species, sex-biased expression is widespread and thought to contribute to sexual dimorphism. While bulk RNA-sequencing has been instrumental in identifying strongly sex-biased genes, it lacks resolution to assess variation across cell-types and tissue compartments. Using single-nucleus expression data from the Fly Cell Atlas, we investigate sex differences in adult Drosophila melanogaster. We find that differences in cell-type composition between the sexes are not a major source of sex-bias, as for the vast majority of genes, the degree of sex-bias is similar regardless of whether sex differences in cell-type composition are controlled for or not. Our analysis confirms a deficit of X-linked male-biased genes in the body’s somatic tissues that is widespread across cell-types. We also find the excess of X-linked female-biased genes to be associated with nervous system cells in the head but with epithelial cells in the body’s somatic tissues, showing that single-nucleus data crucially resolves sex-bias at the cell-type level. We investigate dosage compensation (DC) across 15 tissues and 17 cell-types. We observe that it varies throughout the body. Surprisingly, we observe a lack of DC in a cluster of main cells within the male accessory glands. This result highlights the importance of understanding context-dependent DC.},
  author       = {De Castro Barbosa Rodrigues Barata, Carolina and Vicoso, Beatriz},
  issn         = {1471-2954},
  journal      = {Proceedings of the Royal Society B Biological Sciences},
  number       = {2063},
  publisher    = {Royal Society of London},
  title        = {{Single-nucleus resolution of sex-biased expression and dosage compensation in Drosophila melanogaster}},
  doi          = {10.1098/rspb.2025.2471},
  volume       = {293},
  year         = {2026},
}

@article{21164,
  abstract     = {Global emission inventories often fail to capture the complexities of vehicular pollution in regions with unique fuel mixes, such as Brazil’s extensive biofuel use, leading to significant uncertainties in atmospheric modeling. This study presents a century-long (1960–2100) bottom-up vehicular emission inventory for Brazil, leveraging locally derived emission factors. Our estimates reveal substantial discrepancies in magnitude, timing, and speciation of non-CO2 pollutants (CO, NMHC, PM2.5) compared to leading global inventories (EDGAR, CEDS, CAMS), highlighting critical inaccuracies in widely used data sets. More critically, future projections under Shared Socioeconomic Pathways (SSPs) uncover a novel positive feedback mechanism: rising temperatures significantly enhance vehicular evaporative nonmethane hydrocarbon (NMHC) emissions. This temperature-dependent increase and subsequent NMHC oxidation to CO2 suggest an overlooked pathway that could amplify climate warming and air pollution globally, particularly after a breakpoint around 2050 (p < 0.05). While historical emissions peaked in the 1990s–2000s, nonexhaust PM becomes increasingly important. Air quality simulations using our inventory in the MUSICA model show good regional PM2.5 agreement but highlight challenges in resolving local primary pollutant peaks. This comprehensive inventory provides crucial data for Brazil and uncovers globally relevant climate–chemistry interactions, urging a re-evaluation of regional specificities in global emission assessments.},
  author       = {Ibarra-Espinosa, Sergio and Dias de Freitas, Edmilson and Gaubert, Benjamin and Lichtig, Pablo and Ropkins, Karl and da Silva, Iara and Martins Pereira, Guilherme and Schuch, Daniel and Nascimento, Janaina and Hoinaski, Leonardo and Martins, Leila Droprinchinski and Gavidia-Calderón, Mario and Vara-Vela, Angel and Toledo de Almeida Albuquerque, Taciana and Ynoue, Rita Yuri and Diez, Sebastian and Mera, Zamir and Casallas Garcia, Alejandro and Vallejo, Fidel and Diaz, Valeria and Pedruzzi, Rizzieri and Abrutzky, Rosana and Franco, Marco A. and Huneeus, Nicolas and Jorquera, Hector and Belalcázar-Cerón, Luis Carlos and Rojas, Néstor Y. and de Fatima Andrade, Maria and Emmons, Louisa and Brasseur, Guy},
  issn         = {1520-5851},
  journal      = {Environmental Science &amp; Technology},
  publisher    = {American Chemical Society},
  title        = {{A century of vehicular emissions in Brazil: Unveiling the impacts of unique fuel mix on air quality}},
  doi          = {10.1021/acs.est.5c08400},
  year         = {2026},
}

@unpublished{21212,
  abstract     = {Malignant glioma is incurable. Using a mouse genetic mosaic system to generate sporadic Trp53,Nf1-null OPCs, we previously identified oligodendrocyte precursor cell (OPC) as a cell-of-origin of glioma. Here, we report that pre-malignant Trp53,Nf1-null OPCs outcompete wildtype counterparts during their expansion. Blocking competition by mutating/strengthening wildtype OPCs impeded both pre-malignant progression and malignant expansion of glioma.

“In-tissue” phosphoproteomic profiling revealed an enrichment of phosphopeptides related to RNA splicing and protein translation at the peak of cell competition, suggesting that competitiveness may stem from unique protein species. Among candidates was mTORC1, whose pharmacological inhibition or genetic disruption resulted in a loss of competitiveness in our mouse model. Finally, analysis of patient biopsies and interrogating the role of individual gliomagenic mutations in OPC competition supported its relevance in human gliomas. Together, these findings identified the driving role of competitive interactions among OPCs in gliomagenesis, and suggest unconventional therapeutic strategies to target this process.},
  author       = {Jiang, Ying and Ahn, Ryuhjin and Huang, Arthur and Gonzalez, Phillippe P. and Kim, Jungeun and Zhang, Guoxin and Liu, Zihao and He, Zhenqiang and Dudley, Lindsey and Patel, Kunal S. and Dzhivhuho, Godfrey A. and Crowl, Sam and Przanowski, Piotr and Camacho, Luisa Quesada and Hao, Sijie and Zeng, Jianhao and Hippenmeyer, Simon and Fallahi-Sichani, Mohammad and Janes, Kevin A. and Naegle, Kristen M. and Hammarskjold, Marie-Louise and Goldman, Steven A. and Kornblum, Harley I. and Yao, Maojin and White, Forest and Zong, Hui},
  booktitle    = {bioRxiv},
  title        = {{Critical role of cell competition in gliomagenesis}},
  doi          = {10.64898/2026.01.15.699808},
  year         = {2026},
}

@article{21217,
  abstract     = {This study investigates the mechanisms driving clustered convection and the breakdown of the Intertropical Convergence Zone (ITCZ) over the Western Pacific Warm Pool using high‐resolution cloud‐resolving simulations and machine‐learning sensitivity experiments. Results show that ITCZ breakdown episodes, marked by spatially homogeneous convection and weakened meridional moisture gradients, are triggered primarily by anomalous moisture advection linked to the equatorial Rossby‐wave activity. While large‐scale moisture advection regulates the background convective state strongly, it is the surface and low‐level meridional winds that dominate transitions between clustered and random convection. Simulations demonstrate that moisture alone can sustain convective clustering, but breakdown episodes are more persistent and widespread when coupled with southerly meridional advection. These findings confirm that wave‐driven advection acts as a regulatory mechanism, periodically disrupting convective clustering and reshaping the meridional moisture gradient. This modulation of organization by wave‐induced breakdown events is critical for understanding tropical convection variability and its implications for the climate system.},
  author       = {Casallas Garcia, Alejandro and Mark Tompkins, Adrian and Muller, Caroline J},
  issn         = {1477-870X},
  journal      = {Quarterly Journal of the Royal Meteorological Society},
  publisher    = {Wiley},
  title        = {{Moisture and wind effects of Rossby waves on Western Pacific Intertropical Convergence Zone breakdown events}},
  doi          = {10.1002/qj.70131},
  year         = {2026},
}

@inbook{21230,
  abstract     = {Asteroseismology is the study of the interior physics and structure of stars using their pulsations. It is applicable to stars across the Hertzsprung–Russell (HR) diagram and a powerful technique not only to measure masses, radii, and ages but also directly constrain interior rotation, chemical mixing, and magnetism. This is because a star's self-excited pulsation modes are sensitive to its structure. Asteroseismology generally requires long-duration and high-precision time-series data. The method of forward asteroseismic modeling, which is the statistical comparison of observed pulsation mode frequencies to theoretically predicted pulsation frequencies calculated from a grid of models, provides precise constraints for calibrating various transport phenomena. In this introduction to asteroseismology, we provide an overview of its principles, and the typical data sets and methodologies used to constrain stellar interiors. Finally, we present key highlights of asteroseismic results from across the HR diagram, and conclude with ongoing challenges and future prospects for this ever-expanding field within stellar astrophysics.},
  author       = {Bowman, Dominic M. and Bugnet, Lisa Annabelle},
  booktitle    = {Encyclopedia of Astrophysics},
  editor       = {Mandel, Ilya},
  isbn         = {9780443214400},
  pages        = {133--153},
  publisher    = {Elsevier},
  title        = {{Asteroseismology}},
  doi          = {10.1016/b978-0-443-21439-4.00036-5},
  volume       = {2},
  year         = {2026},
}

@article{21231,
  abstract     = {To assess cell migration in complex spatial environments, microfabricated chips, such as mazes and pillar forests, are routinely used to impose spatial and mechanical constraints, and cell trajectories are followed within these structures by advanced imaging techniques. In systems mechanobiology, computational models serve as essential tools to uncover how physical geometry influences intracellular dynamics; however, decoding such complex behaviors requires advanced inference techniques. Here, we integrated experimental observations of dendritic cell migration in a geometrically constrained microenvironment into a Cellular Potts model. We demonstrated that these spatial constraints modulate the motility dynamics, including speed and directional changes. We show that classical summary statistics, such as mean squared displacement and turning angle distributions, can resolve key mechanistic features but fail to extract richer spatiotemporal patterns, limiting accurate parameter inference. To solve this, we applied neural posterior estimation with in-the-loop learning of summary features. This learned summary representation of the data enables robust and flexible parameter inference, providing a data-driven framework for model calibration and advancing quantitative analysis of cell migration in structured microenvironments.},
  author       = {Arruda, Jonas and Alamoudi, Emad and Mueller, Robert and Vaisband, Marc and Molkenbur, Ronja and Merrin, Jack and Kiermaier, Eva and Hasenauer, Jan},
  issn         = {2056-7189},
  journal      = {npj Systems Biology and Applications},
  publisher    = {Springer Nature},
  title        = {{Simulation-based inference of cell migration dynamics in complex spatial environments}},
  doi          = {10.1038/s41540-026-00648-9},
  volume       = {12},
  year         = {2026},
}

@article{21232,
  abstract     = {<jats:title>Abstract</jats:title>
                  <jats:p>In this paper, we consider a simple class of stratified spaces – 2-complexes. We present an algorithm that learns the abstract structure of an embedded 2-complex from a point cloud sampled from it. We use tools and inspiration from computational geometry, algebraic topology, and topological data analysis and prove the correctness of the identified abstract structure under assumptions on the embedding.</jats:p>},
  author       = {Bleile, Yossi},
  issn         = {2730-9657},
  journal      = {La Matematica},
  publisher    = {Springer Nature},
  title        = {{Towards stratified space learning: 2-complexes}},
  doi          = {10.1007/s44007-025-00183-9},
  volume       = {5},
  year         = {2026},
}

@article{21233,
  abstract     = {Potential self-perpetuating dieback of the Amazon rain forest has been a topic of concern. The concern is that initial deforestation could critically impair the forest’s water recycling capacities, further harming the remaining forest through reduced annual precipitation. Many studies have focused on annual mean precipitation changes, due to its widespread perception as a central control on the Amazon rain forest’s stability. However, the impact of deforestation goes beyond changes in the annual mean precipitation. Yet, global coarse-resolution climate models are not well suited to investigate changes in short-duration and localized events due to their coarse resolution. Here, we circumvent these issues by analyzing a full-deforestation scenario simulated by a global storm-resolving model. We focus on changes in the tail of the hourly distribution of precipitation, temperature, and wind. Hourly precipitation becomes more extreme in the absence of the forest than in an intact forest, with an increased occurrence of both no rain and intense rainfall. These changes are driven by enhanced moisture convergence that strengthens vertical velocity. On average, the near-surface temperature rises significantly by about 3.84 °C, and the daily minimum temperature after deforestation becomes similar to the daily maximum temperature before deforestation. Except for wet-bulb temperature, human heat stress indicators shift to more severe levels, with implications for health and a significant reduction in work productivity. Finally, the mean 10 m wind speed intensifies by a factor of four, with the 99th percentile wind speed doubling. To summarize, our findings, while based on an idealized case, provide a stark warning of the effects of continuing deforestation of the Amazon.},
  author       = {Yoon, Arim and Hohenegger, Cathy and Bao, Jiawei and Brunner, Lukas},
  issn         = {2190-4987},
  journal      = {Earth System Dynamics},
  number       = {1},
  pages        = {167--179},
  publisher    = {Copernicus GmbH},
  title        = {{Extreme events in the Amazon after deforestation}},
  doi          = {10.5194/esd-17-167-2026},
  volume       = {17},
  year         = {2026},
}

@article{21234,
  abstract     = {In aged humans and mice, hypobranched glycogen aggregates, known as polyglucosan bodies (PGBs), accumulate in hippocampal astrocytes. While PGBs are linked to cognitive decline in neurological diseases, they remain largely unstudied in the context of typical aging. We show that PGBs arise in autophagy-dysregulated astrocytes in the aged hippocampus, with substantial variation among 32 inbred BXD mouse strains. Genetic mapping through quantitative trait locus analysis identified a major locus (Pgb1) that modulates hippocampal PGB burden. Extensive transcriptomic and proteomic datasets were produced for the aged hippocampus of the BXD family to investigate the mechanism by which the Pgb1 locus modulates PGB burden. We identified that Pgb1 contains allelic Smarcal1 and Usp37 variants and influences PGB burden through trans-regulation of mRNA and protein expression levels, including abundance of glycogen-mobilizing factor PYGB. Furthermore, comprehensive phenome-wide association scans, transcriptomic analyses, and direct behavioral testing demonstrated that cognition remains intact despite age-related PGB burden. A record of this paper’s transparent peer review process is included in the supplemental information.},
  author       = {Gómez-Pascual, Alicia and Glikman, Dow M and Ng, Hui Xin and Tomkins, James E. and Lu, Lu and Xu, Ying and Ashbrook, David G. and Kaczorowski, Catherine and Kempermann, Gerd and Killmar, John and Mozhui, Khyobeni and Ohlenschläger, Oliver and Aebersold, Rudolf and Ingram, Donald K. and Williams, Evan G. and Jucker, Mathias and Overall, Rupert W. and Williams, Robert W. and de Bakker, Dennis E.M.},
  issn         = {2405-4712},
  journal      = {Cell Systems},
  number       = {2},
  publisher    = {Elsevier},
  title        = {{The Smarcal1-Usp37 locus modulates glycogen aggregation in astrocytes of the aged hippocampus}},
  doi          = {10.1016/j.cels.2025.101488},
  volume       = {17},
  year         = {2026},
}

