@article{14314,
  abstract     = {The execution of cognitive functions requires coordinated circuit activity across different brain areas that involves the associated firing of neuronal assemblies. Here, we tested the circuit mechanism behind assembly interactions between the hippocampus and the medial prefrontal cortex (mPFC) of adult rats by recording neuronal populations during a rule-switching task. We identified functionally coupled CA1-mPFC cells that synchronized their activity beyond that expected from common spatial coding or oscillatory firing. When such cell pairs fired together, the mPFC cell strongly phase locked to CA1 theta oscillations and maintained consistent theta firing phases, independent of the theta timing of their CA1 counterpart. These functionally connected CA1-mPFC cells formed interconnected assemblies. While firing together with their CA1 assembly partners, mPFC cells fired along specific theta sequences. Our results suggest that upregulated theta oscillatory firing of mPFC cells can signal transient interactions with specific CA1 assemblies, thus enabling distributed computations.},
  author       = {Nardin, Michele and Käfer, Karola and Stella, Federico and Csicsvari, Jozsef L},
  issn         = {2211-1247},
  journal      = {Cell Reports},
  number       = {9},
  publisher    = {Elsevier},
  title        = {{Theta oscillations as a substrate for medial prefrontal-hippocampal assembly interactions}},
  doi          = {10.1016/j.celrep.2023.113015},
  volume       = {42},
  year         = {2023},
}

@article{14315,
  abstract     = {During apoptosis, caspases degrade 8 out of ~30 nucleoporins to irreversibly demolish the nuclear pore complex. However, for poorly understood reasons, caspases are also activated during cell differentiation. Here, we show that sublethal activation of caspases during myogenesis results in the transient proteolysis of four peripheral Nups and one transmembrane Nup. ‘Trimmed’ NPCs become nuclear export-defective, and we identified in an unbiased manner several classes of cytoplasmic, plasma membrane, and mitochondrial proteins that rapidly accumulate in the nucleus. NPC trimming by non-apoptotic caspases was also observed in neurogenesis and endoplasmic reticulum stress. Our results suggest that caspases can reversibly modulate nuclear transport activity, which allows them to function as agents of cell differentiation and adaptation at sublethal levels.},
  author       = {Cho, Ukrae H. and Hetzer, Martin W},
  issn         = {2050-084X},
  journal      = {eLife},
  publisher    = {eLife Sciences Publications},
  title        = {{Caspase-mediated nuclear pore complex trimming in cell differentiation and endoplasmic reticulum stress}},
  doi          = {10.7554/eLife.89066},
  volume       = {12},
  year         = {2023},
}

@article{14316,
  abstract     = {Clathrin-mediated vesicle trafficking plays central roles in post-Golgi transport. In yeast (Saccharomyces cerevisiae), the AP-1 complex and GGA adaptors are predicted to generate distinct transport vesicles at the trans-Golgi network (TGN), and the epsin-related proteins Ent3p and Ent5p (collectively Ent3p/5p) act as accessories for these adaptors. Recently, we showed that vesicle transport from the TGN is crucial for yeast Rab5 (Vps21p)-mediated endosome formation, and that Ent3p/5p are crucial for this process, whereas AP-1 and GGA adaptors are dispensable. However, these observations were incompatible with previous studies showing that these adaptors are required for Ent3p/5p recruitment to the TGN, and thus the overall mechanism responsible for regulation of Vps21p activity remains ambiguous. Here, we investigated the functional relationships between clathrin adaptors in post-Golgi-mediated Vps21p activation. We show that AP-1 disruption in the ent3Δ5Δ mutant impaired transport of the Vps21p guanine nucleotide exchange factor Vps9p transport to the Vps21p compartment and severely reduced Vps21p activity. Additionally, GGA adaptors, the phosphatidylinositol-4-kinase Pik1p and Rab11 GTPases Ypt31p and Ypt32p were found to have partially overlapping functions for recruitment of AP-1 and Ent3p/5p to the TGN. These findings suggest a distinct role of clathrin adaptors for Vps21p activation in the TGN–endosome trafficking pathway.},
  author       = {Nagano, Makoto and Aoshima, Kaito and Shimamura, Hiroki and Siekhaus, Daria E and Toshima, Junko Y. and Toshima, Jiro},
  issn         = {1477-9137},
  journal      = {Journal of Cell Science},
  number       = {17},
  publisher    = {The Company of Biologists},
  title        = {{Distinct role of TGN-resident clathrin adaptors for Vps21p activation in the TGN-endosome trafficking pathway}},
  doi          = {10.1242/jcs.261448},
  volume       = {136},
  year         = {2023},
}

@inproceedings{14317,
  abstract     = {Markov decision processes can be viewed as transformers of probability distributions. While this view is useful from a practical standpoint to reason about trajectories of distributions, basic reachability and safety problems are known to be computationally intractable (i.e., Skolem-hard) to solve in such models. Further, we show that even for simple examples of MDPs, strategies for safety objectives over distributions can require infinite memory and randomization.
In light of this, we present a novel overapproximation approach to synthesize strategies in an MDP, such that a safety objective over the distributions is met. More precisely, we develop a new framework for template-based synthesis of certificates as affine distributional and inductive invariants for safety objectives in MDPs. We provide two algorithms within this framework. One can only synthesize memoryless strategies, but has relative completeness guarantees, while the other can synthesize general strategies. The runtime complexity of both algorithms is in PSPACE. We implement these algorithms and show that they can solve several non-trivial examples.},
  author       = {Akshay, S. and Chatterjee, Krishnendu and Meggendorfer, Tobias and Zikelic, Dorde},
  booktitle    = {International Conference on Computer Aided Verification},
  isbn         = {9783031377082},
  issn         = {1611-3349},
  location     = {Paris, France},
  pages        = {86--112},
  publisher    = {Springer Nature},
  title        = {{MDPs as distribution transformers: Affine invariant synthesis for safety objectives}},
  doi          = {10.1007/978-3-031-37709-9_5},
  volume       = {13966},
  year         = {2023},
}

@inproceedings{14318,
  abstract     = {Probabilistic recurrence relations (PRRs) are a standard formalism for describing the runtime of a randomized algorithm. Given a PRR and a time limit κ, we consider the tail probability Pr[T≥κ], i.e., the probability that the randomized runtime T of the PRR exceeds κ. Our focus is the formal analysis of tail bounds that aims at finding a tight asymptotic upper bound u≥Pr[T≥κ]. To address this problem, the classical and most well-known approach is the cookbook method by Karp (JACM 1994), while other approaches are mostly limited to deriving tail bounds of specific PRRs via involved custom analysis.
In this work, we propose a novel approach for deriving the common exponentially-decreasing tail bounds for PRRs whose preprocessing time and random passed sizes observe discrete or (piecewise) uniform distribution and whose recursive call is either a single procedure call or a divide-and-conquer. We first establish a theoretical approach via Markov’s inequality, and then instantiate the theoretical approach with a template-based algorithmic approach via a refined treatment of exponentiation. Experimental evaluation shows that our algorithmic approach is capable of deriving tail bounds that are (i) asymptotically tighter than Karp’s method, (ii) match the best-known manually-derived asymptotic tail bound for QuickSelect, and (iii) is only slightly worse (with a loglogn factor) than the manually-proven optimal asymptotic tail bound for QuickSort. Moreover, our algorithmic approach handles all examples (including realistic PRRs such as QuickSort, QuickSelect, DiameterComputation, etc.) in less than 0.1 s, showing that our approach is efficient in practice.},
  author       = {Sun, Yican and Fu, Hongfei and Chatterjee, Krishnendu and Goharshady, Amir Kafshdar},
  booktitle    = {Computer Aided Verification},
  isbn         = {9783031377082},
  issn         = {1611-3349},
  location     = {Paris, France},
  pages        = {16--39},
  publisher    = {Springer Nature},
  title        = {{Automated tail bound analysis for probabilistic recurrence relations}},
  doi          = {10.1007/978-3-031-37709-9_2},
  volume       = {13966},
  year         = {2023},
}

@article{14319,
  abstract     = {We study multigraphs whose edge-sets are the union of three perfect matchings, M1, M2, and M3. Given such a graph G and any a1; a2; a3 2 N with a1 +a2 +a3 6 n - 2, we show there exists a matching M of G with jM \ Mij = ai for each i 2 f1; 2; 3g. The bound n - 2 in the theorem is best possible in general. We conjecture however that if G is bipartite, the same result holds with n - 2 replaced by n - 1. We give a construction that shows such a result would be tight. We
also make a conjecture generalising the Ryser-Brualdi-Stein conjecture with colour
multiplicities.},
  author       = {Anastos, Michael and Fabian, David and Müyesser, Alp and Szabó, Tibor},
  issn         = {1077-8926},
  journal      = {Electronic Journal of Combinatorics},
  number       = {3},
  publisher    = {Electronic Journal of Combinatorics},
  title        = {{Splitting matchings and the Ryser-Brualdi-Stein conjecture for multisets}},
  doi          = {10.37236/11714},
  volume       = {30},
  year         = {2023},
}

@article{14320,
  abstract     = {The development of two-dimensional materials has resulted in a diverse range of novel, high-quality compounds with increasing complexity. A key requirement for a comprehensive quantitative theory is the accurate determination of these materials' band structure parameters. However, this task is challenging due to the intricate band structures and the indirect nature of experimental probes. In this work, we introduce a general framework to derive band structure parameters from experimental data using deep neural networks. We applied our method to the penetration field capacitance measurement of trilayer graphene, an effective probe of its density of states. First, we demonstrate that a trained deep network gives accurate predictions for the penetration field capacitance as a function of tight-binding parameters. Next, we use the fast and accurate predictions from the trained network to automatically determine tight-binding parameters directly from experimental data, with extracted parameters being in a good agreement with values in the literature. We conclude by discussing potential applications of our method to other materials and experimental techniques beyond penetration field capacitance.},
  author       = {Henderson, Paul M and Ghazaryan, Areg and Zibrov, Alexander A. and Young, Andrea F. and Serbyn, Maksym},
  issn         = {2469-9969},
  journal      = {Physical Review B},
  number       = {12},
  publisher    = {American Physical Society},
  title        = {{Deep learning extraction of band structure parameters from density of states: A case study on trilayer graphene}},
  doi          = {10.1103/physrevb.108.125411},
  volume       = {108},
  year         = {2023},
}

@article{14321,
  abstract     = {We demonstrate the possibility of a coupling between the magnetization direction of a ferromagnet and the tilting angle of adsorbed achiral molecules. To illustrate the mechanism of the coupling, we analyze a minimal Stoner model that includes Rashba spin–orbit coupling due to the electric field on the surface of the ferromagnet. The proposed mechanism allows us to study magnetic anisotropy of the system with an extended Stoner–Wohlfarth model and argue that adsorbed achiral molecules can change magnetocrystalline anisotropy of the substrate. Our research aims to motivate further experimental studies of the current-free chirality induced spin selectivity effect involving both enantiomers.},
  author       = {Al Hyder, Ragheed and Cappellaro, Alberto and Lemeshko, Mikhail and Volosniev, Artem},
  issn         = {1089-7690},
  journal      = {The Journal of Chemical Physics},
  keywords     = {Physical and Theoretical Chemistry, General Physics and Astronomy},
  number       = {10},
  publisher    = {AIP Publishing},
  title        = {{Achiral dipoles on a ferromagnet can affect its magnetization direction}},
  doi          = {10.1063/5.0165806},
  volume       = {159},
  year         = {2023},
}

@phdthesis{14323,
  abstract     = {Morphogens are signaling molecules that are known for their prominent role in pattern formation within developing tissues. In addition to patterning, morphogens also control tissue growth. However, the underlying mechanisms are poorly understood. We studied the role of morphogens in regulating tissue growth in the developing vertebrate neural tube. In this system, opposing morphogen gradients of Shh and BMP establish the dorsoventral pattern of neural progenitor domains. Perturbations in these morphogen pathways result in alterations in tissue growth and cell cycle progression, however, it has been unclear what cellular process is affected. To address this, we analysed the rates of cell proliferation and cell death in mouse mutants in which signaling is perturbed, as well as in chick neural plate explants exposed to defined concentrations of signaling activators or inhibitors. Our results indicated that the rate of cell proliferation was not altered in these assays. By contrast, both the Shh and BMP signaling pathways had profound effects on neural progenitor survival. Our results indicate that these pathways synergise to promote cell survival within neural progenitors. Consistent with this, we found that progenitors within the intermediate region of the neural tube, where the combined levels of Shh and BMP are the lowest, are most prone to cell death when signaling activity is inhibited. In addition, we found that downregulation of Shh results in increased apoptosis within the roof plate, which is the dorsal source of BMP ligand production. This revealed a cross-interaction between the Shh and BMP morphogen signaling pathways that may be relevant for understanding how gradients scale in neural tubes with different overall sizes. We further studied the mechanism acting downstream of Shh in cell survival regulation using genetic and genomic approaches. We propose that Shh transcriptionally regulates a non-canonical apoptotic pathway. Altogether, our study points to a novel role of opposing morphogen gradients in tissue size regulation and provides new insights into complex interactions between Shh and BMP signaling gradients in the neural tube.},
  author       = {Kuzmicz-Kowalska, Katarzyna},
  issn         = {2663 - 337X},
  pages        = {151},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{Regulation of neural progenitor survival by Shh and BMP in the developing spinal cord}},
  doi          = {10.15479/at:ista:14323},
  year         = {2023},
}

@unpublished{14333,
  abstract     = {As causal ground truth is incredibly rare, causal discovery algorithms are
commonly only evaluated on simulated data. This is concerning, given that
simulations reflect common preconceptions about generating processes regarding
noise distributions, model classes, and more. In this work, we propose a novel
method for falsifying the output of a causal discovery algorithm in the absence
of ground truth. Our key insight is that while statistical learning seeks
stability across subsets of data points, causal learning should seek stability
across subsets of variables. Motivated by this insight, our method relies on a
notion of compatibility between causal graphs learned on different subsets of
variables. We prove that detecting incompatibilities can falsify wrongly
inferred causal relations due to violation of assumptions or errors from finite
sample effects. Although passing such compatibility tests is only a necessary
criterion for good performance, we argue that it provides strong evidence for
the causal models whenever compatibility entails strong implications for the
joint distribution. We also demonstrate experimentally that detection of
incompatibilities can aid in causal model selection.},
  author       = {Faller, Philipp M. and Vankadara, Leena Chennuru and Mastakouri, Atalanti A. and Locatello, Francesco and Janzing, Dominik},
  booktitle    = {arXiv},
  title        = {{Self-compatibility: Evaluating causal discovery without ground truth}},
  doi          = {10.48550/arXiv.2307.09552},
  year         = {2023},
}

@article{14334,
  abstract     = {Quantum kinetically constrained models have recently attracted significant attention due to their anomalous dynamics and thermalization. In this work, we introduce a hitherto unexplored family of kinetically constrained models featuring conserved particle number and strong inversion-symmetry breaking due to facilitated hopping. We demonstrate that these models provide a generic example of so-called quantum Hilbert space fragmentation, that is manifested in disconnected sectors in the Hilbert space that are not apparent in the computational basis. Quantum Hilbert space fragmentation leads to an exponential in system size number of eigenstates with exactly zero entanglement entropy across several bipartite cuts. These eigenstates can be probed dynamically using quenches from simple initial product states. In addition, we study the particle spreading under unitary dynamics launched from the domain wall state, and find faster than diffusive dynamics at high particle densities, that crosses over into logarithmically slow relaxation at smaller densities. Using a classically simulable cellular automaton, we reproduce the logarithmic dynamics observed in the quantum case. Our work suggests that particle conserving constrained models with inversion symmetry breaking realize so far unexplored dynamical behavior and invite their further theoretical and experimental studies.},
  author       = {Brighi, Pietro and Ljubotina, Marko and Serbyn, Maksym},
  issn         = {2542-4653},
  journal      = {SciPost Physics},
  keywords     = {General Physics and Astronomy},
  number       = {3},
  publisher    = {SciPost Foundation},
  title        = {{Hilbert space fragmentation and slow dynamics in particle-conserving quantum East models}},
  doi          = {10.21468/scipostphys.15.3.093},
  volume       = {15},
  year         = {2023},
}

@article{14339,
  abstract     = {Lateral roots are typically maintained at non-vertical angles with respect to gravity. These gravitropic setpoint angles are intriguing because their maintenance requires that roots are able to effect growth response both with and against the gravity vector, a phenomenon previously attributed to gravitropism acting against an antigravitropic offset mechanism. Here we show how the components mediating gravitropism in the vertical primary root—PINs and phosphatases acting upon them—are reconfigured in their regulation such that lateral root growth at a range of angles can be maintained. We show that the ability of Arabidopsis lateral roots to bend both downward and upward requires the generation of auxin asymmetries and is driven by angle-dependent variation in downward gravitropic auxin flux acting against angle-independent upward, antigravitropic flux. Further, we demonstrate a symmetry in auxin distribution in lateral roots at gravitropic setpoint angle that can be traced back to a net, balanced polarization of PIN3 and PIN7 auxin transporters in the columella. These auxin fluxes are shifted by altering PIN protein phosphoregulation in the columella, either by introducing PIN3 phosphovariant versions or via manipulation of levels of the phosphatase subunit PP2A/RCN1. Finally, we show that auxin, in addition to driving lateral root directional growth, acts within the lateral root columella to induce more vertical growth by increasing RCN1 levels, causing a downward shift in PIN3 localization, thereby diminishing the magnitude of the upward, antigravitropic auxin flux.},
  author       = {Roychoudhry, S and Sageman-Furnas, K and Wolverton, C and Grones, Peter and Tan, Shutang and Molnar, Gergely and De Angelis, M and Goodman, HL and Capstaff, N and JPB, Lloyd and Mullen, J and Hangarter, R and Friml, Jiří and Kepinski, S},
  issn         = {2055-0278},
  journal      = {Nature Plants},
  pages        = {1500--1513},
  publisher    = {Springer Nature},
  title        = {{Antigravitropic PIN polarization maintains non-vertical growth in lateral roots}},
  doi          = {10.1038/s41477-023-01478-x},
  volume       = {9},
  year         = {2023},
}

@article{14341,
  abstract     = {Flows through pipes and channels are, in practice, almost always turbulent, and the multiscale eddying motion is responsible for a major part of the encountered friction losses and pumping costs1. Conversely, for pulsatile flows, in particular for aortic blood flow, turbulence levels remain low despite relatively large peak velocities. For aortic blood flow, high turbulence levels are intolerable as they would damage the shear-sensitive endothelial cell layer2,3,4,5. Here we show that turbulence in ordinary pipe flow is diminished if the flow is driven in a pulsatile mode that incorporates all the key features of the cardiac waveform. At Reynolds numbers comparable to those of aortic blood flow, turbulence is largely inhibited, whereas at much higher speeds, the turbulent drag is reduced by more than 25%. This specific operation mode is more efficient when compared with steady driving, which is the present situation for virtually all fluid transport processes ranging from heating circuits to water, gas and oil pipelines.},
  author       = {Scarselli, Davide and Lopez Alonso, Jose M and Varshney, Atul and Hof, Björn},
  issn         = {1476-4687},
  journal      = {Nature},
  number       = {7977},
  pages        = {71--74},
  publisher    = {Springer Nature},
  title        = {{Turbulence suppression by cardiac-cycle-inspired driving of pipe flow}},
  doi          = {10.1038/s41586-023-06399-5},
  volume       = {621},
  year         = {2023},
}

@article{14342,
  abstract     = {We propose a simple method to measure nonlinear Kerr refractive index in mid-infrared frequency range that avoids using sophisticated infrared detectors. Our approach is based on using a near-infrared probe beam which interacts with a mid-IR beam via wavelength-non-degenerate cross-phase modulation (XPM). By carefully measuring XPM-induced spectral modifications in the probe beam and comparing the experimental data with simulation results, we extract the value for the non-degenerate Kerr index. Finally, in order to obtain the value of degenerate mid-IR Kerr index, we use the well-established two-band formalism of Sheik-Bahae et al., which is shown to become particularly simple in the limit of low frequencies. The proposed technique is complementary to the conventional techniques, such as z-scan, and has the advantage of not requiring any mid-infrared detectors.},
  author       = {Lorenc, Dusan and Alpichshev, Zhanybek},
  issn         = {0003-6951},
  journal      = {Applied Physics Letters},
  number       = {9},
  publisher    = {AIP Publishing},
  title        = {{Mid-infrared Kerr index evaluation via cross-phase modulation with a near-infrared probe beam}},
  doi          = {10.1063/5.0161713},
  volume       = {123},
  year         = {2023},
}

@article{14343,
  abstract     = {The total energy of an eigenstate in a composite quantum system tends to be distributed equally among its constituents. We identify the quantum fluctuation around this equipartition principle in the simplest disordered quantum system consisting of linear combinations of Wigner matrices. As our main ingredient, we prove the Eigenstate Thermalisation Hypothesis and Gaussian fluctuation for general quadratic forms of the bulk eigenvectors of Wigner matrices with an arbitrary deformation.},
  author       = {Cipolloni, Giorgio and Erdös, László and Henheik, Sven Joscha and Kolupaiev, Oleksii},
  issn         = {2050-5094},
  journal      = {Forum of Mathematics, Sigma},
  publisher    = {Cambridge University Press},
  title        = {{Gaussian fluctuations in the equipartition principle for Wigner matrices}},
  doi          = {10.1017/fms.2023.70},
  volume       = {11},
  year         = {2023},
}

@inproceedings{14344,
  abstract     = {We study the Hamilton cycle problem with input a random graph G ~ G(n,p) in two different settings. In the first one, G is given to us in the form of randomly ordered adjacency lists while in the second one, we are given the adjacency matrix of G. In each of the two settings we derive a deterministic algorithm that w.h.p. either finds a Hamilton cycle or returns a certificate that such a cycle does not exist for p = p(n) ≥ 0. The running times of our algorithms are O(n) and  respectively, each being best possible in its own setting.},
  author       = {Anastos, Michael},
  booktitle    = {Proceedings of the Annual ACM-SIAM Symposium on Discrete Algorithms},
  isbn         = {9781611977554},
  location     = {Florence, Italy},
  pages        = {2286--2323},
  publisher    = {Society for Industrial and Applied Mathematics},
  title        = {{Fast algorithms for solving the Hamilton cycle problem with high probability}},
  doi          = {10.1137/1.9781611977554.ch88},
  volume       = {2023},
  year         = {2023},
}

@article{14345,
  abstract     = {For a locally finite set in R2, the order-k Brillouin tessellations form an infinite sequence of convex face-to-face tilings of the plane. If the set is coarsely dense and generic, then the corresponding infinite sequences of minimum and maximum angles are both monotonic in k. As an example, a stationary Poisson point process in R2  is locally finite, coarsely dense, and generic with probability one. For such a set, the distributions of angles in the Voronoi tessellations, Delaunay mosaics, and Brillouin tessellations are independent of the order and can be derived from the formula for angles in order-1 Delaunay mosaics given by Miles (Math. Biosci. 6, 85–127 (1970)).},
  author       = {Edelsbrunner, Herbert and Garber, Alexey and Ghafari, Mohadese and Heiss, Teresa and Saghafian, Morteza},
  issn         = {1432-0444},
  journal      = {Discrete and Computational Geometry},
  publisher    = {Springer Nature},
  title        = {{On angles in higher order Brillouin tessellations and related tilings in the plane}},
  doi          = {10.1007/s00454-023-00566-1},
  year         = {2023},
}

@article{14360,
  abstract     = {To navigate through diverse tissues, migrating cells must balance persistent self-propelled motion with adaptive behaviors to circumvent obstacles. We identify a curvature-sensing mechanism underlying obstacle evasion in immune-like cells. Specifically, we propose that actin polymerization at the advancing edge of migrating cells is inhibited by the curvature-sensitive BAR domain protein Snx33 in regions with inward plasma membrane curvature. The genetic perturbation of this machinery reduces the cells’ capacity to evade obstructions combined with faster and more persistent cell migration in obstacle-free environments. Our results show how cells can read out their surface topography and utilize actin and plasma membrane biophysics to interpret their environment, allowing them to adaptively decide if they should move ahead or turn away. On the basis of our findings, we propose that the natural diversity of BAR domain proteins may allow cells to tune their curvature sensing machinery to match the shape characteristics in their environment.},
  author       = {Sitarska, Ewa and Almeida, Silvia Dias and Beckwith, Marianne Sandvold and Stopp, Julian A and Czuchnowski, Jakub and Siggel, Marc and Roessner, Rita and Tschanz, Aline and Ejsing, Christer and Schwab, Yannick and Kosinski, Jan and Sixt, Michael K and Kreshuk, Anna and Erzberger, Anna and Diz-Muñoz, Alba},
  issn         = {2041-1723},
  journal      = {Nature Communications},
  publisher    = {Springer Nature},
  title        = {{Sensing their plasma membrane curvature allows migrating cells to circumvent obstacles}},
  doi          = {10.1038/s41467-023-41173-1},
  volume       = {14},
  year         = {2023},
}

@article{14361,
  abstract     = {Whether one considers swarming insects, flocking birds, or bacterial colonies, collective motion arises from the coordination of individuals and entails the adjustment of their respective velocities. In particular, in close confinements, such as those encountered by dense cell populations during development or regeneration, collective migration can only arise coordinately. Yet, how individuals unify their velocities is often not understood. Focusing on a finite number of cells in circular confinements, we identify waves of polymerizing actin that function as a pacemaker governing the speed of individual cells. We show that the onset of collective motion coincides with the synchronization of the wave nucleation frequencies across the population. Employing a simpler and more readily accessible mechanical model system of active spheres, we identify the synchronization of the individuals’ internal oscillators as one of the essential requirements to reach the corresponding collective state. The mechanical ‘toy’ experiment illustrates that the global synchronous state is achieved by nearest neighbor coupling. We suggest by analogy that local coupling and the synchronization of actin waves are essential for the emergent, self-organized motion of cell collectives.},
  author       = {Riedl, Michael and Mayer, Isabelle D and Merrin, Jack and Sixt, Michael K and Hof, Björn},
  issn         = {2041-1723},
  journal      = {Nature Communications},
  publisher    = {Springer Nature},
  title        = {{Synchronization in collectively moving inanimate and living active matter}},
  doi          = {10.1038/s41467-023-41432-1},
  volume       = {14},
  year         = {2023},
}

@article{14362,
  abstract     = {Motivated by recent applications to entropy theory in dynamical systems, we generalise notions introduced by Matthews and define weakly weighted and componentwise weakly weighted (generalised) quasi-metrics. We then systematise and extend to full generality the correspondences between these objects and other structures arising in theoretical computer science and dynamics. In particular, we study the correspondences with weak partial metrics and, if the underlying space is a semilattice, with invariant (generalised) quasi-metrics satisfying the descending path condition, and with strictly monotone semi(-co-)valuations.
We conclude discussing, for endomorphisms of generalised quasi-metric semilattices, a generalisation of both the known intrinsic semilattice entropy and the semigroup entropy.},
  author       = {Castellano, Ilaria and Giordano Bruno, Anna and Zava, Nicolò},
  issn         = {0304-3975},
  journal      = {Theoretical Computer Science},
  publisher    = {Elsevier},
  title        = {{Weakly weighted generalised quasi-metric spaces and semilattices}},
  doi          = {10.1016/j.tcs.2023.114129},
  volume       = {977},
  year         = {2023},
}

