@article{7236,
  abstract     = {The biotic interactions hypothesis posits that biotic interactions are more important drivers of adaptation closer to the equator, evidenced by “stronger” contemporary interactions (e.g. greater interaction rates) and/or patterns of trait evolution consistent with a history of stronger interactions. Support for the hypothesis is mixed, but few studies span tropical and temperate regions while experimentally controlling for evolutionary history. Here, we integrate field observations and common garden experiments to quantify the relative importance of pollination and herbivory in a pair of tropical‐temperate congeneric perennial herbs. Phytolacca rivinoides and P. americana are pioneer species native to the Neotropics and the eastern USA, respectively. We compared plant‐pollinator and plant‐herbivore interactions between three tropical populations of P. rivinoides from Costa Rica and three temperate populations of P. americana from its northern range edge in Michigan and Ohio. For some metrics of interaction importance, we also included three subtropical populations of P. americana from its southern range edge in Florida. This approach confounds species and region but allows us, uniquely, to measure complementary proxies of interaction importance across a tropical‐temperate range in one system. To test the prediction that lower‐latitude plants are more reliant on insect pollinators, we quantified floral display and reward, insect visitation rates, and self‐pollination ability (autogamy). To test the prediction that lower‐latitude plants experience more herbivore pressure, we quantified herbivory rates, herbivore abundance, and leaf palatability. We found evidence supporting the biotic interactions hypothesis for most comparisons between P. rivinoides and north‐temperate P. americana (floral display, insect visitation, autogamy, herbivory, herbivore abundance, and young‐leaf palatability). Results for subtropical P. americana populations, however, were typically not intermediate between P. rivinoides and north‐temperate P. americana, as would be predicted by a linear latitudinal gradient in interaction importance. Subtropical young‐leaf palatability was intermediate, but subtropical mature leaves were the least palatable, and pollination‐related traits did not differ between temperate and subtropical regions. These nonlinear patterns of interaction importance suggest future work to relate interaction importance to climatic or biotic thresholds. In sum, we found that the biotic interactions hypothesis was more consistently supported at the larger spatial scale of our study.},
  author       = {Baskett, Carina and Schroeder, Lucy and Weber, Marjorie G. and Schemske, Douglas W.},
  issn         = {1557-7015},
  journal      = {Ecological Monographs},
  number       = {1},
  publisher    = {Wiley},
  title        = {{Multiple metrics of latitudinal patterns in insect pollination and herbivory for a tropical‐temperate congener pair}},
  doi          = {10.1002/ecm.1397},
  volume       = {90},
  year         = {2020},
}

@article{7253,
  abstract     = {The cyclin-dependent kinase inhibitor p57KIP2 is encoded by the imprinted Cdkn1c locus, exhibits maternal expression, and is essential for cerebral cortex development. How Cdkn1c regulates corticogenesis is however not clear. To this end we employ Mosaic Analysis with Double Markers (MADM) technology to genetically dissect Cdkn1c gene function in corticogenesis at single cell resolution. We find that the previously described growth-inhibitory Cdkn1c function is a non-cell-autonomous one, acting on the whole organism. In contrast we reveal a growth-promoting cell-autonomous Cdkn1c function which at the mechanistic level mediates radial glial progenitor cell and nascent projection neuron survival. Strikingly, the growth-promoting function of Cdkn1c is highly dosage sensitive but not subject to genomic imprinting. Collectively, our results suggest that the Cdkn1c locus regulates cortical development through distinct cell-autonomous and non-cell-autonomous mechanisms. More generally, our study highlights the importance to probe the relative contributions of cell intrinsic gene function and tissue-wide mechanisms to the overall phenotype.},
  author       = {Laukoter, Susanne and Beattie, Robert J and Pauler, Florian and Amberg, Nicole and Nakayama, Keiichi I. and Hippenmeyer, Simon},
  issn         = {2041-1723},
  journal      = {Nature Communications},
  publisher    = {Springer Nature},
  title        = {{Imprinted Cdkn1c genomic locus cell-autonomously promotes cell survival in cerebral cortex development}},
  doi          = {10.1038/s41467-019-14077-2},
  volume       = {11},
  year         = {2020},
}

@phdthesis{7258,
  abstract     = {Many flows encountered in nature and applications are characterized by a chaotic motion known as turbulence. Turbulent flows generate intense friction with pipe walls and are responsible for considerable amounts of energy losses at world scale. The nature of turbulent friction and techniques aimed at reducing it have been subject of extensive research over the last century, but no definite answer has been found yet. In this thesis we show that in pipes at moderate turbulent Reynolds numbers friction is better described by the power law first introduced by Blasius and not by the Prandtl–von Kármán formula. At higher Reynolds numbers, large scale motions gradually become more important in the flow and can be related to the change in scaling of friction. Next, we present a series of new techniques that can relaminarize turbulence by suppressing a key mechanism that regenerates it at walls, the lift–up effect. In addition, we investigate the process of turbulence decay in several experiments and discuss the drag reduction potential. Finally, we examine the behavior of friction under pulsating conditions inspired by the human heart cycle and we show that under such circumstances turbulent friction can be reduced to produce energy savings.},
  author       = {Scarselli, Davide},
  issn         = {2663-337X},
  pages        = {174},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{New approaches to reduce friction in turbulent pipe flow}},
  doi          = {10.15479/AT:ISTA:7258},
  year         = {2020},
}

@article{7262,
  abstract     = {Advances in shape-morphing materials, such as hydrogels, shape-memory polymers and light-responsive polymers have enabled prescribing self-directed deformations of initially flat geometries. However, most proposed solutions evolve towards a target geometry without considering time-dependent actuation paths. To achieve more complex geometries and avoid self-collisions, it is critical to encode a spatial and temporal shape evolution within the initially flat shell. Recent realizations of time-dependent morphing are limited to the actuation of few, discrete hinges and cannot form doubly curved surfaces. Here, we demonstrate a method for encoding temporal shape evolution in architected shells that assume complex shapes and doubly curved geometries. The shells are non-periodic tessellations of pre-stressed contractile unit cells that soften in water at rates prescribed locally by mesostructure geometry. The ensuing midplane contraction is coupled to the formation of encoded curvatures. We propose an inverse design tool based on a data-driven model for unit cells’ temporal responses.},
  author       = {Guseinov, Ruslan and McMahan, Connor and Perez Rodriguez, Jesus and Daraio, Chiara and Bickel, Bernd},
  issn         = {2041-1723},
  journal      = {Nature Communications},
  keywords     = {Design, Synthesis and processing, Mechanical engineering, Polymers},
  publisher    = {Springer Nature},
  title        = {{Programming temporal morphing of self-actuated shells}},
  doi          = {10.1038/s41467-019-14015-2},
  volume       = {11},
  year         = {2020},
}

@inproceedings{7272,
  abstract     = {Many systems rely on optimistic concurrent search trees for multi-core scalability. In principle, optimistic trees have a simple performance story: searches are read-only and so run in parallel, with writes to shared memory occurring only when modifying the data structure. However, this paper shows that in practice, obtaining the full performance benefits of optimistic search trees is not so simple.

We focus on optimistic binary search trees (BSTs) and perform a detailed performance analysis of 10 state-of-the-art BSTs on large scale x86-64 hardware, using both microbenchmarks and an in-memory database system. We find and explain significant unexpected performance differences between BSTs with similar tree structure and search implementations, which we trace to subtle performance-degrading interactions of BSTs with systems software and hardware subsystems. We further derive a prescriptive approach to avoid this performance degradation, as well as algorithmic insights on optimistic BST design. Our work underlines the gap between the theory and practice of multi-core performance, and calls for further research to help bridge this gap.},
  author       = {Arbel-Raviv, Maya and Brown, Trevor A and Morrison, Adam},
  booktitle    = {Proceedings of the 2018 USENIX Annual Technical Conference},
  isbn         = {9781939133021},
  location     = {Boston, MA, United States},
  pages        = {295--306},
  publisher    = {USENIX Association},
  title        = {{Getting to the root of concurrent binary search tree performance}},
  year         = {2020},
}

@article{7339,
  abstract     = {Cytoskeletal filaments such as microtubules (MTs) and filamentous actin (F-actin) dynamically support cell structure and functions. In central presynaptic terminals, F-actin is expressed along the release edge and reportedly plays diverse functional roles, but whether axonal MTs extend deep into terminals and play any physiological role remains controversial. At the calyx of Held in rats of either sex, confocal and high-resolution microscopy revealed that MTs enter deep into presynaptic terminal swellings and partially colocalize with a subset of synaptic vesicles (SVs). Electrophysiological analysis demonstrated that depolymerization of MTs specifically prolonged the slow-recovery time component of EPSCs from short-term depression induced by a train of high-frequency stimulation, whereas depolymerization of F-actin specifically prolonged the fast-recovery component. In simultaneous presynaptic and postsynaptic action potential recordings, depolymerization of MTs or F-actin significantly impaired the fidelity of high-frequency neurotransmission. We conclude that MTs and F-actin differentially contribute to slow and fast SV replenishment, thereby maintaining high-frequency neurotransmission.},
  author       = {Piriya Ananda Babu, Lashmi and Wang, Han Ying and Eguchi, Kohgaku and Guillaud, Laurent and Takahashi, Tomoyuki},
  issn         = {15292401},
  journal      = {Journal of neuroscience},
  number       = {1},
  pages        = {131--142},
  publisher    = {Society for Neuroscience},
  title        = {{Microtubule and actin differentially regulate synaptic vesicle cycling to maintain high-frequency neurotransmission}},
  doi          = {10.1523/JNEUROSCI.1571-19.2019},
  volume       = {40},
  year         = {2020},
}

@article{7343,
  abstract     = {Coinfections with multiple pathogens can result in complex within‐host dynamics affecting virulence and transmission. While multiple infections are intensively studied in solitary hosts, it is so far unresolved how social host interactions interfere with pathogen competition, and if this depends on coinfection diversity. We studied how the collective disease defences of ants – their social immunity – influence pathogen competition in coinfections of same or different fungal pathogen species. Social immunity reduced virulence for all pathogen combinations, but interfered with spore production only in different‐species coinfections. Here, it decreased overall pathogen sporulation success while increasing co‐sporulation on individual cadavers and maintaining a higher pathogen diversity at the community level. Mathematical modelling revealed that host sanitary care alone can modulate competitive outcomes between pathogens, giving advantage to fast‐germinating, thus less grooming‐sensitive ones. Host social interactions can hence modulate infection dynamics in coinfected group members, thereby altering pathogen communities at the host level and population level.},
  author       = {Milutinovic, Barbara and Stock, Miriam and Grasse, Anna V and Naderlinger, Elisabeth and Hilbe, Christian and Cremer, Sylvia},
  issn         = {1461-0248},
  journal      = {Ecology Letters},
  number       = {3},
  pages        = {565--574},
  publisher    = {Wiley},
  title        = {{Social immunity modulates competition between coinfecting pathogens}},
  doi          = {10.1111/ele.13458},
  volume       = {23},
  year         = {2020},
}

@inproceedings{7346,
  abstract     = {The Price of Anarchy (PoA) is a well-established game-theoretic concept to shed light on coordination issues arising in open distributed systems. Leaving agents to selfishly optimize comes with the risk of ending up in sub-optimal states (in terms of performance and/or costs), compared to a centralized system design. However, the PoA relies on strong assumptions about agents' rationality (e.g., resources and information) and interactions, whereas in many distributed systems agents interact locally with bounded resources. They do so repeatedly over time (in contrast to "one-shot games"), and their strategies may evolve. Using a more realistic evolutionary game model, this paper introduces a realized evolutionary Price of Anarchy (ePoA). The ePoA allows an exploration of equilibrium selection in dynamic distributed systems with multiple equilibria, based on local interactions of simple memoryless agents. Considering a fundamental game related to virus propagation on networks, we present analytical bounds on the ePoA in basic network topologies and for different strategy update dynamics. In particular, deriving stationary distributions of the stochastic evolutionary process, we find that the Nash equilibria are not always the most abundant states, and that different processes can feature significant off-equilibrium behavior, leading to a significantly higher ePoA compared to the PoA studied traditionally in the literature. },
  author       = {Schmid, Laura and Chatterjee, Krishnendu and Schmid, Stefan},
  booktitle    = {Proceedings of the 23rd International Conference on Principles of Distributed Systems},
  location     = {Neuchâtel, Switzerland},
  publisher    = {Schloss Dagstuhl - Leibniz-Zentrum für Informatik},
  title        = {{The evolutionary price of anarchy: Locally bounded agents in a dynamic virus game}},
  doi          = {10.4230/LIPIcs.OPODIS.2019.21},
  volume       = {153},
  year         = {2020},
}

@inproceedings{7348,
  abstract     = {The monitoring of event frequencies can be used to recognize behavioral anomalies, to identify trends, and to deduce or discard hypotheses about the underlying system. For example, the performance of a web server may be monitored based on the ratio of the total count of requests from the least and most active clients. Exact frequency monitoring, however, can be prohibitively expensive; in the above example it would require as many counters as there are clients. In this paper, we propose the efficient probabilistic monitoring of common frequency properties, including the mode (i.e., the most common event) and the median of an event sequence. We define a logic to express composite frequency properties as a combination of atomic frequency properties. Our main contribution is an algorithm that, under suitable probabilistic assumptions, can be used to monitor these important frequency properties with four counters, independent of the number of different events. Our algorithm samples longer and longer subwords of an infinite event sequence. We prove the almost-sure convergence of our algorithm by generalizing ergodic theory from increasing-length prefixes to increasing-length subwords of an infinite sequence. A similar algorithm could be used to learn a connected Markov chain of a given structure from observing its outputs, to arbitrary precision, for a given confidence. },
  author       = {Ferrere, Thomas and Henzinger, Thomas A and Kragl, Bernhard},
  booktitle    = {28th EACSL Annual Conference on Computer Science Logic},
  isbn         = {9783959771320},
  issn         = {1868-8969},
  location     = {Barcelona, Spain},
  publisher    = {Schloss Dagstuhl - Leibniz-Zentrum für Informatik},
  title        = {{Monitoring event frequencies}},
  doi          = {10.4230/LIPIcs.CSL.2020.20},
  volume       = {152},
  year         = {2020},
}

@article{7350,
  abstract     = {The ability to sense environmental temperature and to coordinate growth and development accordingly, is critical to the reproductive success of plants. Flowering time is regulated at the level of gene expression by a complex network of factors that integrate environmental and developmental cues. One of the main players, involved in modulating flowering time in response to changes in ambient temperature is FLOWERING LOCUS M (FLM). FLM transcripts can undergo extensive alternative splicing producing multiple variants, of which FLM-β and FLM-δ are the most representative. While FLM-β codes for the flowering repressor FLM protein, translation of FLM-δ has the opposite effect on flowering. Here we show that the cyclin-dependent kinase G2 (CDKG2), together with its cognate cyclin, CYCLYN L1 (CYCL1) affects the alternative splicing of FLM, balancing the levels of FLM-β and FLM-δ across the ambient temperature range. In the absence of the CDKG2/CYCL1 complex, FLM-β expression is reduced while FLM-δ is increased in a temperature dependent manner and these changes are associated with an early flowering phenotype in the cdkg2 mutant lines. In addition, we found that transcript variants retaining the full FLM intron 1 are sequestered in the cell nucleus. Strikingly, FLM intron 1 splicing is also regulated by CDKG2/CYCL1. Our results provide evidence that temperature and CDKs regulate the alternative splicing of FLM, contributing to flowering time definition.},
  author       = {Nibau, Candida and Gallemi, Marçal and Dadarou, Despoina and Doonan, John H. and Cavallari, Nicola},
  issn         = {1664-462X},
  journal      = {Frontiers in Plant Science},
  publisher    = {Frontiers Media},
  title        = {{Thermo-sensitive alternative splicing of FLOWERING LOCUS M is modulated by cyclin-dependent kinase G2}},
  doi          = {10.3389/fpls.2019.01680},
  volume       = {10},
  year         = {2020},
}

@article{7364,
  abstract     = {We present nsCouette, a highly scalable software tool to solve the Navier–Stokes equations for incompressible fluid flow between differentially heated and independently rotating, concentric cylinders. It is based on a pseudospectral spatial discretization and dynamic time-stepping. It is implemented in modern Fortran with a hybrid MPI-OpenMP parallelization scheme and thus designed to compute turbulent flows at high Reynolds and Rayleigh numbers. An additional GPU implementation (C-CUDA) for intermediate problem sizes and a version for pipe flow (nsPipe) are also provided.},
  author       = {Lopez Alonso, Jose M and Feldmann, Daniel and Rampp, Markus and Vela-Martín, Alberto and Shi, Liang and Avila, Marc},
  issn         = {23527110},
  journal      = {SoftwareX},
  publisher    = {Elsevier},
  title        = {{nsCouette – A high-performance code for direct numerical simulations of turbulent Taylor–Couette flow}},
  doi          = {10.1016/j.softx.2019.100395},
  volume       = {11},
  year         = {2020},
}

@article{7369,
  abstract     = {Neuronal responses to complex stimuli and tasks can encompass a wide range of time scales. Understanding these responses requires measures that characterize how the information on these response patterns are represented across multiple temporal resolutions. In this paper we propose a metric – which we call multiscale relevance (MSR) – to capture the dynamical variability of the activity of single neurons across different time scales. The MSR is a non-parametric, fully featureless indicator in that it uses only the time stamps of the firing activity without resorting to any a priori covariate or invoking any specific structure in the tuning curve for neural activity. When applied to neural data from the mEC and from the ADn and PoS regions of freely-behaving rodents, we found that neurons having low MSR tend to have low mutual information and low firing sparsity across the correlates that are believed to be encoded by the region of the brain where the recordings were made. In addition, neurons with high MSR contain significant information on spatial navigation and allow to decode spatial position or head direction as efficiently as those neurons whose firing activity has high mutual information with the covariate to be decoded and significantly better than the set of neurons with high local variations in their interspike intervals. Given these results, we propose that the MSR can be used as a measure to rank and select neurons for their information content without the need to appeal to any a priori covariate.},
  author       = {Cubero, Ryan J and Marsili, Matteo and Roudi, Yasser},
  issn         = {1573-6873},
  journal      = {Journal of Computational Neuroscience},
  keywords     = {Time series analysis, Multiple time scale analysis, Spike train data, Information theory, Bayesian decoding},
  pages        = {85--102},
  publisher    = {Springer Nature},
  title        = {{Multiscale relevance and informative encoding in neuronal spike trains}},
  doi          = {10.1007/s10827-020-00740-x},
  volume       = {48},
  year         = {2020},
}

@misc{7383,
  abstract     = {Organisms cope with change by employing transcriptional regulators. However, when faced with rare environments, the evolution of transcriptional regulators and their promoters may be too slow. We ask whether the intrinsic instability of gene duplication and amplification provides a generic alternative to canonical gene regulation. By real-time monitoring of gene copy number mutations in E. coli, we show that gene duplications and amplifications enable adaptation to fluctuating environments by rapidly generating copy number, and hence expression level, polymorphism. This ‘amplification-mediated gene expression tuning’ occurs on timescales similar to canonical gene regulation and can deal with rapid environmental changes. Mathematical modeling shows that amplifications also tune gene expression in stochastic environments where transcription factor-based schemes are hard to evolve or maintain. The fleeting nature of gene amplifications gives rise to a generic population-level mechanism that relies on genetic heterogeneity to rapidly tune expression of any gene, without leaving any genomic signature.},
  author       = {Grah, Rok},
  keywords     = {Matlab scripts, analysis of microfluidics, mathematical model},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{Matlab scripts for the Paper: Gene Amplification as a Form of Population-Level Gene Expression regulation}},
  doi          = {10.15479/AT:ISTA:7383},
  year         = {2020},
}

@article{7387,
  abstract     = {Most bacteria accomplish cell division with the help of a dynamic protein complex called the divisome, which spans the cell envelope in the plane of division. Assembly and activation of this machinery are coordinated by the tubulin-related GTPase FtsZ, which was found to form treadmilling filaments on supported bilayers in vitro1, as well as in live cells, in which filaments circle around the cell division site2,3. Treadmilling of FtsZ is thought to actively move proteins around the division septum, thereby distributing peptidoglycan synthesis and coordinating the inward growth of the septum to form the new poles of the daughter cells4. However, the molecular mechanisms underlying this function are largely unknown. Here, to study how FtsZ polymerization dynamics are coupled to downstream proteins, we reconstituted part of the bacterial cell division machinery using its purified components FtsZ, FtsA and truncated transmembrane proteins essential for cell division. We found that the membrane-bound cytosolic peptides of FtsN and FtsQ co-migrated with treadmilling FtsZ–FtsA filaments, but despite their directed collective behaviour, individual peptides showed random motion and transient confinement. Our work suggests that divisome proteins follow treadmilling FtsZ filaments by a diffusion-and-capture mechanism, which can give rise to a moving zone of signalling activity at the division site.},
  author       = {Baranova, Natalia S. and Radler, Philipp and Hernández-Rocamora, Víctor M. and Alfonso, Carlos and Lopez Pelegrin, Maria D and Rivas, Germán and Vollmer, Waldemar and Loose, Martin},
  issn         = {2058-5276},
  journal      = {Nature Microbiology},
  pages        = {407--417},
  publisher    = {Springer Nature},
  title        = {{Diffusion and capture permits dynamic coupling between treadmilling FtsZ filaments and cell division proteins}},
  doi          = {10.1038/s41564-019-0657-5},
  volume       = {5},
  year         = {2020},
}

@article{7388,
  abstract     = {We give a Wong-Zakai type characterisation of the solutions of quasilinear heat equations driven by space-time white noise in 1 + 1 dimensions. In order to show that the renormalisation counterterms are local in the solution, a careful arrangement of a few hundred terms is required. The main tool in this computation is a general ‘integration by parts’ formula that provides a number of linear identities for the renormalisation constants.},
  author       = {Gerencser, Mate},
  issn         = {0294-1449},
  journal      = {Annales de l'Institut Henri Poincaré C, Analyse non linéaire},
  number       = {3},
  pages        = {663--682},
  publisher    = {Elsevier},
  title        = {{Nondivergence form quasilinear heat equations driven by space-time white noise}},
  doi          = {10.1016/j.anihpc.2020.01.003},
  volume       = {37},
  year         = {2020},
}

@article{7389,
  abstract     = {Recently Kloeckner described the structure of the isometry group of the quadratic Wasserstein space W_2(R^n). It turned out that the case of the real line is exceptional in the sense that there exists an exotic isometry flow. Following this line of investigation, we compute Isom(W_p(R)), the isometry group of the Wasserstein space
W_p(R) for all p \in [1,\infty) \setminus {2}. We show that W_2(R) is also exceptional regarding the
parameter p: W_p(R) is isometrically rigid if and only if p is not equal to 2. Regarding the underlying
space, we prove that the exceptionality of p = 2 disappears if we replace R by the compact
interval [0,1]. Surprisingly, in that case, W_p([0,1]) is isometrically rigid if and only if
p is not equal to 1. Moreover, W_1([0,1]) admits isometries that split mass, and Isom(W_1([0,1]))
cannot be embedded into Isom(W_1(R)).},
  author       = {Geher, Gyorgy Pal and Titkos, Tamas and Virosztek, Daniel},
  issn         = {10886850},
  journal      = {Transactions of the American Mathematical Society},
  keywords     = {Wasserstein space, isometric embeddings, isometric rigidity, exotic isometry flow},
  number       = {8},
  pages        = {5855--5883},
  publisher    = {American Mathematical Society},
  title        = {{Isometric study of Wasserstein spaces - the real line}},
  doi          = {10.1090/tran/8113},
  volume       = {373},
  year         = {2020},
}

@inbook{74,
  abstract     = {We study the Gromov waist in the sense of t-neighborhoods for measures in the Euclidean  space,  motivated  by  the  famous  theorem  of  Gromov  about  the  waist  of  radially symmetric Gaussian measures.  In particular, it turns our possible to extend Gromov’s original result  to  the  case  of  not  necessarily  radially  symmetric  Gaussian  measure.   We  also  provide examples of measures having no t-neighborhood waist property, including a rather wide class
of compactly supported radially symmetric measures and their maps into the Euclidean space of dimension at least 2.
We  use  a  simpler  form  of  Gromov’s  pancake  argument  to  produce  some  estimates  of t-neighborhoods of (weighted) volume-critical submanifolds in the spirit of the waist theorems, including neighborhoods of algebraic manifolds in the complex projective space. In the appendix of this paper we provide for reader’s convenience a more detailed explanation of the Caffarelli theorem that we use to handle not necessarily radially symmetric Gaussian
measures.},
  author       = {Akopyan, Arseniy and Karasev, Roman},
  booktitle    = {Geometric Aspects of Functional Analysis},
  editor       = {Klartag, Bo'az and Milman, Emanuel},
  isbn         = {9783030360191},
  issn         = {16179692},
  pages        = {1--27},
  publisher    = {Springer Nature},
  title        = {{Gromov's waist of non-radial Gaussian measures and radial non-Gaussian measures}},
  doi          = {10.1007/978-3-030-36020-7_1},
  volume       = {2256},
  year         = {2020},
}

@inbook{7410,
  abstract     = {Epiboly is a conserved gastrulation movement describing the thinning and spreading of a sheet or multi-layer of cells. The zebrafish embryo has emerged as a vital model system to address the cellular and molecular mechanisms that drive epiboly. In the zebrafish embryo, the blastoderm, consisting of a simple squamous epithelium (the enveloping layer) and an underlying mass of deep cells, as well as a yolk nuclear syncytium (the yolk syncytial layer) undergo epiboly to internalize the yolk cell during gastrulation. The major events during zebrafish epiboly are: expansion of the enveloping layer and the internal yolk syncytial layer, reduction and removal of the yolk membrane ahead of the advancing blastoderm margin and deep cell rearrangements between the enveloping layer and yolk syncytial layer to thin the blastoderm. Here, work addressing the cellular and molecular mechanisms as well as the sources of the mechanical forces that underlie these events is reviewed. The contribution of recent findings to the current model of epiboly as well as open questions and future prospects are also discussed.},
  author       = {Bruce, Ashley E.E. and Heisenberg, Carl-Philipp J},
  booktitle    = {Gastrulation: From Embryonic Pattern to Form},
  editor       = {Solnica-Krezel, Lilianna },
  isbn         = {9780128127988},
  issn         = {0070-2153},
  pages        = {319--341},
  publisher    = {Elsevier},
  title        = {{Mechanisms of zebrafish epiboly: A current view}},
  doi          = {10.1016/bs.ctdb.2019.07.001},
  volume       = {136},
  year         = {2020},
}

@article{7416,
  abstract     = {Earlier, we demonstrated that transcript levels of METAL TOLERANCE PROTEIN2 (MTP2) and of HEAVY METAL ATPase2 (HMA2) increase strongly in roots of Arabidopsis upon prolonged zinc (Zn) deficiency and respond to shoot physiological Zn status, and not to the local Zn status in roots. This provided evidence for shoot-to-root communication in the acclimation of plants to Zn deficiency. Zn-deficient soils limit both the yield and quality of agricultural crops and can result in clinically relevant nutritional Zn deficiency in human populations. Implementing Zn deficiency during cultivation of the model plant Arabidopsis thaliana on agar-solidified media is difficult because trace element contaminations are present in almost all commercially available agars. Here, we demonstrate root morphological acclimations to Zn deficiency on agar-solidified medium following the effective removal of contaminants. These advancements allow reproducible phenotyping toward understanding fundamental plant responses to deficiencies of Zn and other essential trace elements.},
  author       = {Sinclair, Scott A and Krämer, U.},
  issn         = {1559-2324},
  journal      = {Plant Signaling & Behavior},
  number       = {1},
  publisher    = {Taylor & Francis},
  title        = {{Generation of effective zinc-deficient agar-solidified media allows identification of root morphology changes in response to zinc limitation}},
  doi          = {10.1080/15592324.2019.1687175},
  volume       = {15},
  year         = {2020},
}

@article{7417,
  abstract     = {Previously, we reported that the allelic de-etiolated by zinc (dez) and trichome birefringence (tbr) mutants exhibit photomorphogenic development in the dark, which is enhanced by high Zn. TRICHOME BIREFRINGENCE-LIKE proteins had been implicated in transferring acetyl groups to various hemicelluloses. Pectin O-acetylation levels were lower in dark-grown dez seedlings than in the wild type. We observed Zn-enhanced photomorphogenesis in the dark also in the reduced wall acetylation 2 (rwa2-3) mutant, which exhibits lowered O-acetylation levels of cell wall macromolecules including pectins and xyloglucans, supporting a role for cell wall macromolecule O-acetylation in the photomorphogenic phenotypes of rwa2-3 and dez. Application of very short oligogalacturonides (vsOGs) restored skotomorphogenesis in dark-grown dez and rwa2-3. Here we demonstrate that in dez, O-acetylation of non-pectin cell wall components, notably of xyloglucan, is enhanced. Our results highlight the complexity of cell wall homeostasis and indicate against an influence of xyloglucan O-acetylation on light-dependent seedling development.},
  author       = {Sinclair, Scott A and Gille, S. and Pauly, M. and Krämer, U.},
  issn         = {1559-2324},
  journal      = {Plant Signaling & Behavior},
  number       = {1},
  publisher    = {Informa UK Limited},
  title        = {{Regulation of acetylation of plant cell wall components is complex and responds to external stimuli}},
  doi          = {10.1080/15592324.2019.1687185},
  volume       = {15},
  year         = {2020},
}

