---
_id: '6012'
abstract:
- lang: eng
  text: We present an approach to identify concise equations from data using a shallow
    neural network approach. In contrast to ordinary black-box regression, this approach
    allows understanding functional relations and generalizing them from observed
    data to unseen parts of the parameter space. We show how to extend the class of
    learnable equations for a recently proposed equation learning network to include
    divisions, and we improve the learning and model selection strategy to be useful
    for challenging real-world data. For systems governed by analytical expressions,
    our method can in many cases identify the true underlying equation and extrapolate
    to unseen domains. We demonstrate its effectiveness by experiments on a cart-pendulum
    system, where only 2 random rollouts are required to learn the forward dynamics
    and successfully achieve the swing-up task.
article_processing_charge: No
arxiv: 1
author:
- first_name: Subham
  full_name: Sahoo, Subham
  last_name: Sahoo
- first_name: Christoph
  full_name: Lampert, Christoph
  id: 40C20FD2-F248-11E8-B48F-1D18A9856A87
  last_name: Lampert
  orcid: 0000-0001-8622-7887
- first_name: Georg S
  full_name: Martius, Georg S
  id: 3A276B68-F248-11E8-B48F-1D18A9856A87
  last_name: Martius
citation:
  ama: 'Sahoo S, Lampert C, Martius GS. Learning equations for extrapolation and control.
    In: <i>Proceedings of the 35th International Conference on Machine Learning</i>.
    Vol 80. ML Research Press; 2018:4442-4450.'
  apa: 'Sahoo, S., Lampert, C., &#38; Martius, G. S. (2018). Learning equations for
    extrapolation and control. In <i>Proceedings of the 35th International Conference
    on Machine Learning</i> (Vol. 80, pp. 4442–4450). Stockholm, Sweden: ML Research
    Press.'
  chicago: Sahoo, Subham, Christoph Lampert, and Georg S Martius. “Learning Equations
    for Extrapolation and Control.” In <i>Proceedings of the 35th International Conference
    on Machine Learning</i>, 80:4442–50. ML Research Press, 2018.
  ieee: S. Sahoo, C. Lampert, and G. S. Martius, “Learning equations for extrapolation
    and control,” in <i>Proceedings of the 35th International Conference on Machine
    Learning</i>, Stockholm, Sweden, 2018, vol. 80, pp. 4442–4450.
  ista: 'Sahoo S, Lampert C, Martius GS. 2018. Learning equations for extrapolation
    and control. Proceedings of the 35th International Conference on Machine Learning.
    ICML: International Conference on Machine Learning vol. 80, 4442–4450.'
  mla: Sahoo, Subham, et al. “Learning Equations for Extrapolation and Control.” <i>Proceedings
    of the 35th International Conference on Machine Learning</i>, vol. 80, ML Research
    Press, 2018, pp. 4442–50.
  short: S. Sahoo, C. Lampert, G.S. Martius, in:, Proceedings of the 35th International
    Conference on Machine Learning, ML Research Press, 2018, pp. 4442–4450.
conference:
  end_date: 2018-07-15
  location: Stockholm, Sweden
  name: 'ICML: International Conference on Machine Learning'
  start_date: 2018-07-10
date_created: 2019-02-14T15:21:07Z
date_published: 2018-02-01T00:00:00Z
date_updated: 2025-04-15T06:50:24Z
day: '01'
department:
- _id: ChLa
ec_funded: 1
external_id:
  arxiv:
  - '1806.07259'
  isi:
  - '000683379204058'
intvolume: '        80'
isi: 1
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1806.07259
month: '02'
oa: 1
oa_version: Preprint
page: 4442-4450
project:
- _id: 25681D80-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '291734'
  name: International IST Postdoc Fellowship Programme
publication: Proceedings of the 35th International Conference on Machine Learning
publication_status: published
publisher: ML Research Press
quality_controlled: '1'
related_material:
  link:
  - description: News on IST Homepage
    relation: press_release
    url: https://ist.ac.at/en/news/first-machine-learning-method-capable-of-accurate-extrapolation/
scopus_import: '1'
status: public
title: Learning equations for extrapolation and control
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 80
year: '2018'
...
---
_id: '6031'
abstract:
- lang: eng
  text: We introduce Clover, a new library for efficient computation using low-precision
    data, providing mathematical routines required by fundamental methods in optimization
    and sparse recovery. Our library faithfully implements variants of stochastic
    quantization that guarantee convergence at low precision, and supports data formats
    from 4-bit quantized to 32-bit IEEE-754 on current Intel processors. In particular,
    we show that 4-bit can be implemented efficiently using Intel AVX despite the
    lack of native support for this data format. Experimental results with dot product,
    matrix-vector multiplication (MVM), gradient descent (GD), and iterative hard
    thresholding (IHT) demonstrate that the attainable speedups are in many cases
    close to linear with respect to the reduction of precision due to reduced data
    movement. Finally, for GD and IHT, we show examples of absolute speedup achieved
    by 4-bit versus 32-bit, by iterating until a given target error is achieved.
article_number: '8598402'
article_processing_charge: No
author:
- first_name: Alen
  full_name: Stojanov, Alen
  last_name: Stojanov
- first_name: Tyler Michael
  full_name: Smith, Tyler Michael
  last_name: Smith
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
- first_name: Markus
  full_name: Puschel, Markus
  last_name: Puschel
citation:
  ama: 'Stojanov A, Smith TM, Alistarh D-A, Puschel M. Fast quantized arithmetic on
    x86: Trading compute for data movement. In: <i>2018 IEEE International Workshop
    on Signal Processing Systems</i>. Vol 2018-October. IEEE; 2018. doi:<a href="https://doi.org/10.1109/SiPS.2018.8598402">10.1109/SiPS.2018.8598402</a>'
  apa: 'Stojanov, A., Smith, T. M., Alistarh, D.-A., &#38; Puschel, M. (2018). Fast
    quantized arithmetic on x86: Trading compute for data movement. In <i>2018 IEEE
    International Workshop on Signal Processing Systems</i> (Vol. 2018–October). Cape
    Town, South Africa: IEEE. <a href="https://doi.org/10.1109/SiPS.2018.8598402">https://doi.org/10.1109/SiPS.2018.8598402</a>'
  chicago: 'Stojanov, Alen, Tyler Michael Smith, Dan-Adrian Alistarh, and Markus Puschel.
    “Fast Quantized Arithmetic on X86: Trading Compute for Data Movement.” In <i>2018
    IEEE International Workshop on Signal Processing Systems</i>, Vol. 2018–October.
    IEEE, 2018. <a href="https://doi.org/10.1109/SiPS.2018.8598402">https://doi.org/10.1109/SiPS.2018.8598402</a>.'
  ieee: 'A. Stojanov, T. M. Smith, D.-A. Alistarh, and M. Puschel, “Fast quantized
    arithmetic on x86: Trading compute for data movement,” in <i>2018 IEEE International
    Workshop on Signal Processing Systems</i>, Cape Town, South Africa, 2018, vol.
    2018–October.'
  ista: 'Stojanov A, Smith TM, Alistarh D-A, Puschel M. 2018. Fast quantized arithmetic
    on x86: Trading compute for data movement. 2018 IEEE International Workshop on
    Signal Processing Systems. SiPS: Workshop on Signal Processing Systems vol. 2018–October,
    8598402.'
  mla: 'Stojanov, Alen, et al. “Fast Quantized Arithmetic on X86: Trading Compute
    for Data Movement.” <i>2018 IEEE International Workshop on Signal Processing Systems</i>,
    vol. 2018–October, 8598402, IEEE, 2018, doi:<a href="https://doi.org/10.1109/SiPS.2018.8598402">10.1109/SiPS.2018.8598402</a>.'
  short: A. Stojanov, T.M. Smith, D.-A. Alistarh, M. Puschel, in:, 2018 IEEE International
    Workshop on Signal Processing Systems, IEEE, 2018.
conference:
  end_date: 2018-10-24
  location: Cape Town, South Africa
  name: 'SiPS: Workshop on Signal Processing Systems'
  start_date: 2018-10-21
date_created: 2019-02-17T22:59:25Z
date_published: 2018-12-31T00:00:00Z
date_updated: 2023-09-19T14:41:51Z
day: '31'
department:
- _id: DaAl
doi: 10.1109/SiPS.2018.8598402
external_id:
  isi:
  - '000465106800060'
isi: 1
language:
- iso: eng
month: '12'
oa_version: None
publication: 2018 IEEE International Workshop on Signal Processing Systems
publication_status: published
publisher: IEEE
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'Fast quantized arithmetic on x86: Trading compute for data movement'
type: conference
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 2018-October
year: '2018'
...
---
_id: '6032'
abstract:
- lang: eng
  text: The main result of this article is a generalization of the classical blossom
    algorithm for finding perfect matchings. Our algorithm can efficiently solve Boolean
    CSPs where each variable appears in exactly two constraints (we call it edge CSP)
    and all constraints are even Δ-matroid relations (represented by lists of tuples).
    As a consequence of this, we settle the complexity classification of planar Boolean
    CSPs started by Dvorak and Kupec. Using a reduction to even Δ-matroids, we then
    extend the tractability result to larger classes of Δ-matroids that we call efficiently
    coverable. It properly includes classes that were known to be tractable before,
    namely, co-independent, compact, local, linear, and binary, with the following
    caveat:We represent Δ-matroids by lists of tuples, while the last two use a representation
    by matrices. Since an n ×n matrix can represent exponentially many tuples, our
    tractability result is not strictly stronger than the known algorithm for linear
    and binary Δ-matroids.
article_number: '22'
article_processing_charge: No
article_type: original
arxiv: 1
author:
- first_name: Alexandr
  full_name: Kazda, Alexandr
  id: 3B32BAA8-F248-11E8-B48F-1D18A9856A87
  last_name: Kazda
- first_name: Vladimir
  full_name: Kolmogorov, Vladimir
  id: 3D50B0BA-F248-11E8-B48F-1D18A9856A87
  last_name: Kolmogorov
- first_name: Michal
  full_name: Rolinek, Michal
  id: 3CB3BC06-F248-11E8-B48F-1D18A9856A87
  last_name: Rolinek
citation:
  ama: Kazda A, Kolmogorov V, Rolinek M. Even delta-matroids and the complexity of
    planar boolean CSPs. <i>ACM Transactions on Algorithms</i>. 2018;15(2). doi:<a
    href="https://doi.org/10.1145/3230649">10.1145/3230649</a>
  apa: Kazda, A., Kolmogorov, V., &#38; Rolinek, M. (2018). Even delta-matroids and
    the complexity of planar boolean CSPs. <i>ACM Transactions on Algorithms</i>.
    ACM. <a href="https://doi.org/10.1145/3230649">https://doi.org/10.1145/3230649</a>
  chicago: Kazda, Alexandr, Vladimir Kolmogorov, and Michal Rolinek. “Even Delta-Matroids
    and the Complexity of Planar Boolean CSPs.” <i>ACM Transactions on Algorithms</i>.
    ACM, 2018. <a href="https://doi.org/10.1145/3230649">https://doi.org/10.1145/3230649</a>.
  ieee: A. Kazda, V. Kolmogorov, and M. Rolinek, “Even delta-matroids and the complexity
    of planar boolean CSPs,” <i>ACM Transactions on Algorithms</i>, vol. 15, no. 2.
    ACM, 2018.
  ista: Kazda A, Kolmogorov V, Rolinek M. 2018. Even delta-matroids and the complexity
    of planar boolean CSPs. ACM Transactions on Algorithms. 15(2), 22.
  mla: Kazda, Alexandr, et al. “Even Delta-Matroids and the Complexity of Planar Boolean
    CSPs.” <i>ACM Transactions on Algorithms</i>, vol. 15, no. 2, 22, ACM, 2018, doi:<a
    href="https://doi.org/10.1145/3230649">10.1145/3230649</a>.
  short: A. Kazda, V. Kolmogorov, M. Rolinek, ACM Transactions on Algorithms 15 (2018).
date_created: 2019-02-17T22:59:25Z
date_published: 2018-12-01T00:00:00Z
date_updated: 2025-06-04T08:46:58Z
day: '01'
department:
- _id: VlKo
doi: 10.1145/3230649
ec_funded: 1
external_id:
  arxiv:
  - '1602.03124'
  isi:
  - '000468036500007'
intvolume: '        15'
isi: 1
issue: '2'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1602.03124
month: '12'
oa: 1
oa_version: Preprint
project:
- _id: 25FBA906-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '616160'
  name: 'Discrete Optimization in Computer Vision: Theory and Practice'
publication: ACM Transactions on Algorithms
publication_status: published
publisher: ACM
quality_controlled: '1'
related_material:
  record:
  - id: '1192'
    relation: earlier_version
    status: public
scopus_import: '1'
status: public
title: Even delta-matroids and the complexity of planar boolean CSPs
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 15
year: '2018'
...
---
_id: '606'
abstract:
- lang: eng
  text: We establish the existence of a global solution for a new family of fluid-like
    equations, which are obtained in certain regimes in as the mean-field evolution
    of the supercurrent density in a (2D section of a) type-II superconductor with
    pinning and with imposed electric current. We also consider general vortex-sheet
    initial data, and investigate the uniqueness and regularity properties of the
    solution. For some choice of parameters, the equation under investigation coincides
    with the so-called lake equation from 2D shallow water fluid dynamics, and our
    analysis then leads to a new existence result for rough initial data.
acknowledgement: "The work of the author is supported by F.R.S.-FNRS ( Fonds de la
  Recherche Scientifique - FNRS ) through a Research Fellowship.\r\n\r\n"
article_processing_charge: No
arxiv: 1
author:
- first_name: Mitia
  full_name: Duerinckx, Mitia
  last_name: Duerinckx
- first_name: Julian L
  full_name: Fischer, Julian L
  id: 2C12A0B0-F248-11E8-B48F-1D18A9856A87
  last_name: Fischer
  orcid: 0000-0002-0479-558X
citation:
  ama: Duerinckx M, Fischer JL. Well-posedness for mean-field evolutions arising in
    superconductivity. <i>Annales de l’Institut Henri Poincare (C) Non Linear Analysis</i>.
    2018;35(5):1267-1319. doi:<a href="https://doi.org/10.1016/j.anihpc.2017.11.004">10.1016/j.anihpc.2017.11.004</a>
  apa: Duerinckx, M., &#38; Fischer, J. L. (2018). Well-posedness for mean-field evolutions
    arising in superconductivity. <i>Annales de l’Institut Henri Poincare (C) Non
    Linear Analysis</i>. Elsevier. <a href="https://doi.org/10.1016/j.anihpc.2017.11.004">https://doi.org/10.1016/j.anihpc.2017.11.004</a>
  chicago: Duerinckx, Mitia, and Julian L Fischer. “Well-Posedness for Mean-Field
    Evolutions Arising in Superconductivity.” <i>Annales de l’Institut Henri Poincare
    (C) Non Linear Analysis</i>. Elsevier, 2018. <a href="https://doi.org/10.1016/j.anihpc.2017.11.004">https://doi.org/10.1016/j.anihpc.2017.11.004</a>.
  ieee: M. Duerinckx and J. L. Fischer, “Well-posedness for mean-field evolutions
    arising in superconductivity,” <i>Annales de l’Institut Henri Poincare (C) Non
    Linear Analysis</i>, vol. 35, no. 5. Elsevier, pp. 1267–1319, 2018.
  ista: Duerinckx M, Fischer JL. 2018. Well-posedness for mean-field evolutions arising
    in superconductivity. Annales de l’Institut Henri Poincare (C) Non Linear Analysis.
    35(5), 1267–1319.
  mla: Duerinckx, Mitia, and Julian L. Fischer. “Well-Posedness for Mean-Field Evolutions
    Arising in Superconductivity.” <i>Annales de l’Institut Henri Poincare (C) Non
    Linear Analysis</i>, vol. 35, no. 5, Elsevier, 2018, pp. 1267–319, doi:<a href="https://doi.org/10.1016/j.anihpc.2017.11.004">10.1016/j.anihpc.2017.11.004</a>.
  short: M. Duerinckx, J.L. Fischer, Annales de l’Institut Henri Poincare (C) Non
    Linear Analysis 35 (2018) 1267–1319.
date_created: 2018-12-11T11:47:27Z
date_published: 2018-08-01T00:00:00Z
date_updated: 2023-09-19T10:39:09Z
day: '01'
department:
- _id: JuFi
doi: 10.1016/j.anihpc.2017.11.004
external_id:
  arxiv:
  - '1607.00268'
  isi:
  - '000437975500005'
intvolume: '        35'
isi: 1
issue: '5'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1607.00268
month: '08'
oa: 1
oa_version: Submitted Version
page: 1267-1319
publication: Annales de l'Institut Henri Poincare (C) Non Linear Analysis
publication_status: published
publisher: Elsevier
publist_id: '7199'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Well-posedness for mean-field evolutions arising in superconductivity
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 35
year: '2018'
...
---
_id: '607'
abstract:
- lang: eng
  text: We study the Fokker-Planck equation derived in the large system limit of the
    Markovian process describing the dynamics of quantitative traits. The Fokker-Planck
    equation is posed on a bounded domain and its transport and diffusion coefficients
    vanish on the domain's boundary. We first argue that, despite this degeneracy,
    the standard no-flux boundary condition is valid. We derive the weak formulation
    of the problem and prove the existence and uniqueness of its solutions by constructing
    the corresponding contraction semigroup on a suitable function space. Then, we
    prove that for the parameter regime with high enough mutation rate the problem
    exhibits a positive spectral gap, which implies exponential convergence to equilibrium.Next,
    we provide a simple derivation of the so-called Dynamic Maximum Entropy (DynMaxEnt)
    method for approximation of observables (moments) of the Fokker-Planck solution,
    which can be interpreted as a nonlinear Galerkin approximation. The limited applicability
    of the DynMaxEnt method inspires us to introduce its modified version that is
    valid for the whole range of admissible parameters. Finally, we present several
    numerical experiments to demonstrate the performance of both the original and
    modified DynMaxEnt methods. We observe that in the parameter regimes where both
    methods are valid, the modified one exhibits slightly better approximation properties
    compared to the original one.
acknowledgement: "JH and PM are funded by KAUST baseline funds and grant no. 1000000193
  .\r\nWe thank Nicholas Barton (IST Austria) for his useful comments and suggestions.
  \r\n\r\n"
article_processing_charge: No
arxiv: 1
author:
- first_name: Katarina
  full_name: Bodova, Katarina
  id: 2BA24EA0-F248-11E8-B48F-1D18A9856A87
  last_name: Bodova
  orcid: 0000-0002-7214-0171
- first_name: Jan
  full_name: Haskovec, Jan
  last_name: Haskovec
- first_name: Peter
  full_name: Markowich, Peter
  last_name: Markowich
citation:
  ama: 'Bodova K, Haskovec J, Markowich P. Well posedness and maximum entropy approximation
    for the dynamics of quantitative traits. <i>Physica D: Nonlinear Phenomena</i>.
    2018;376-377:108-120. doi:<a href="https://doi.org/10.1016/j.physd.2017.10.015">10.1016/j.physd.2017.10.015</a>'
  apa: 'Bodova, K., Haskovec, J., &#38; Markowich, P. (2018). Well posedness and maximum
    entropy approximation for the dynamics of quantitative traits. <i>Physica D: Nonlinear
    Phenomena</i>. Elsevier. <a href="https://doi.org/10.1016/j.physd.2017.10.015">https://doi.org/10.1016/j.physd.2017.10.015</a>'
  chicago: 'Bodova, Katarina, Jan Haskovec, and Peter Markowich. “Well Posedness and
    Maximum Entropy Approximation for the Dynamics of Quantitative Traits.” <i>Physica
    D: Nonlinear Phenomena</i>. Elsevier, 2018. <a href="https://doi.org/10.1016/j.physd.2017.10.015">https://doi.org/10.1016/j.physd.2017.10.015</a>.'
  ieee: 'K. Bodova, J. Haskovec, and P. Markowich, “Well posedness and maximum entropy
    approximation for the dynamics of quantitative traits,” <i>Physica D: Nonlinear
    Phenomena</i>, vol. 376–377. Elsevier, pp. 108–120, 2018.'
  ista: 'Bodova K, Haskovec J, Markowich P. 2018. Well posedness and maximum entropy
    approximation for the dynamics of quantitative traits. Physica D: Nonlinear Phenomena.
    376–377, 108–120.'
  mla: 'Bodova, Katarina, et al. “Well Posedness and Maximum Entropy Approximation
    for the Dynamics of Quantitative Traits.” <i>Physica D: Nonlinear Phenomena</i>,
    vol. 376–377, Elsevier, 2018, pp. 108–20, doi:<a href="https://doi.org/10.1016/j.physd.2017.10.015">10.1016/j.physd.2017.10.015</a>.'
  short: 'K. Bodova, J. Haskovec, P. Markowich, Physica D: Nonlinear Phenomena 376–377
    (2018) 108–120.'
corr_author: '1'
date_created: 2018-12-11T11:47:28Z
date_published: 2018-08-01T00:00:00Z
date_updated: 2024-10-09T20:58:45Z
day: '01'
department:
- _id: NiBa
- _id: GaTk
doi: 10.1016/j.physd.2017.10.015
external_id:
  arxiv:
  - '1704.08757'
  isi:
  - '000437962900012'
isi: 1
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1704.08757
month: '08'
oa: 1
oa_version: Submitted Version
page: 108-120
publication: 'Physica D: Nonlinear Phenomena'
publication_status: published
publisher: Elsevier
publist_id: '7198'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Well posedness and maximum entropy approximation for the dynamics of quantitative
  traits
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 376-377
year: '2018'
...
---
_id: '608'
abstract:
- lang: eng
  text: Synthesis is the automated construction of a system from its specification.
    In real life, hardware and software systems are rarely constructed from scratch.
    Rather, a system is typically constructed from a library of components. Lustig
    and Vardi formalized this intuition and studied LTL synthesis from component libraries.
    In real life, designers seek optimal systems. In this paper we add optimality
    considerations to the setting. We distinguish between quality considerations (for
    example, size - the smaller a system is, the better it is), and pricing (for example,
    the payment to the company who manufactured the component). We study the problem
    of designing systems with minimal quality-cost and price. A key point is that
    while the quality cost is individual - the choices of a designer are independent
    of choices made by other designers that use the same library, pricing gives rise
    to a resource-allocation game - designers that use the same component share its
    price, with the share being proportional to the number of uses (a component can
    be used several times in a design). We study both closed and open settings, and
    in both we solve the problem of finding an optimal design. In a setting with multiple
    designers, we also study the game-theoretic problems of the induced resource-allocation
    game.
article_processing_charge: No
article_type: original
author:
- first_name: Guy
  full_name: Avni, Guy
  id: 463C8BC2-F248-11E8-B48F-1D18A9856A87
  last_name: Avni
  orcid: 0000-0001-5588-8287
- first_name: Orna
  full_name: Kupferman, Orna
  last_name: Kupferman
citation:
  ama: Avni G, Kupferman O. Synthesis from component libraries with costs. <i>Theoretical
    Computer Science</i>. 2018;712:50-72. doi:<a href="https://doi.org/10.1016/j.tcs.2017.11.001">10.1016/j.tcs.2017.11.001</a>
  apa: Avni, G., &#38; Kupferman, O. (2018). Synthesis from component libraries with
    costs. <i>Theoretical Computer Science</i>. Elsevier. <a href="https://doi.org/10.1016/j.tcs.2017.11.001">https://doi.org/10.1016/j.tcs.2017.11.001</a>
  chicago: Avni, Guy, and Orna Kupferman. “Synthesis from Component Libraries with
    Costs.” <i>Theoretical Computer Science</i>. Elsevier, 2018. <a href="https://doi.org/10.1016/j.tcs.2017.11.001">https://doi.org/10.1016/j.tcs.2017.11.001</a>.
  ieee: G. Avni and O. Kupferman, “Synthesis from component libraries with costs,”
    <i>Theoretical Computer Science</i>, vol. 712. Elsevier, pp. 50–72, 2018.
  ista: Avni G, Kupferman O. 2018. Synthesis from component libraries with costs.
    Theoretical Computer Science. 712, 50–72.
  mla: Avni, Guy, and Orna Kupferman. “Synthesis from Component Libraries with Costs.”
    <i>Theoretical Computer Science</i>, vol. 712, Elsevier, 2018, pp. 50–72, doi:<a
    href="https://doi.org/10.1016/j.tcs.2017.11.001">10.1016/j.tcs.2017.11.001</a>.
  short: G. Avni, O. Kupferman, Theoretical Computer Science 712 (2018) 50–72.
corr_author: '1'
date_created: 2018-12-11T11:47:28Z
date_published: 2018-02-15T00:00:00Z
date_updated: 2026-06-18T18:58:53Z
day: '15'
ddc:
- '000'
department:
- _id: ToHe
doi: 10.1016/j.tcs.2017.11.001
ec_funded: 1
external_id:
  isi:
  - '000424959200003'
intvolume: '       712'
isi: 1
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.636.4529
month: '02'
oa: 1
oa_version: Published Version
page: 50 - 72
project:
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
- _id: 25832EC2-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S 11407_N23
  name: Rigorous Systems Engineering
- _id: 25F42A32-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: Z211
  name: Formal methods for the design and analysis of complex systems
publication: Theoretical Computer Science
publication_status: published
publisher: Elsevier
publist_id: '7197'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Synthesis from component libraries with costs
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 712
year: '2018'
...
---
_id: '61'
abstract:
- lang: eng
  text: 'We prove that there is no strongly regular graph (SRG) with parameters (460;
    153; 32; 60). The proof is based on a recent lower bound on the number of 4-cliques
    in a SRG and some applications of Euclidean representation of SRGs. '
article_processing_charge: No
arxiv: 1
author:
- first_name: Andriy
  full_name: Bondarenko, Andriy
  last_name: Bondarenko
- first_name: Anton
  full_name: Mellit, Anton
  id: 388D3134-F248-11E8-B48F-1D18A9856A87
  last_name: Mellit
- first_name: Andriy
  full_name: Prymak, Andriy
  last_name: Prymak
- first_name: Danylo
  full_name: Radchenko, Danylo
  last_name: Radchenko
- first_name: Maryna
  full_name: Viazovska, Maryna
  last_name: Viazovska
citation:
  ama: 'Bondarenko A, Mellit A, Prymak A, Radchenko D, Viazovska M. There is no strongly
    regular graph with parameters (460; 153; 32; 60). In: <i>Contemporary Computational
    Mathematics</i>. Springer; 2018:131-134. doi:<a href="https://doi.org/10.1007/978-3-319-72456-0_7">10.1007/978-3-319-72456-0_7</a>'
  apa: Bondarenko, A., Mellit, A., Prymak, A., Radchenko, D., &#38; Viazovska, M.
    (2018). There is no strongly regular graph with parameters (460; 153; 32; 60).
    In <i>Contemporary Computational Mathematics</i> (pp. 131–134). Springer. <a href="https://doi.org/10.1007/978-3-319-72456-0_7">https://doi.org/10.1007/978-3-319-72456-0_7</a>
  chicago: Bondarenko, Andriy, Anton Mellit, Andriy Prymak, Danylo Radchenko, and
    Maryna Viazovska. “There Is No Strongly Regular Graph with Parameters (460; 153;
    32; 60).” In <i>Contemporary Computational Mathematics</i>, 131–34. Springer,
    2018. <a href="https://doi.org/10.1007/978-3-319-72456-0_7">https://doi.org/10.1007/978-3-319-72456-0_7</a>.
  ieee: A. Bondarenko, A. Mellit, A. Prymak, D. Radchenko, and M. Viazovska, “There
    is no strongly regular graph with parameters (460; 153; 32; 60),” in <i>Contemporary
    Computational Mathematics</i>, Springer, 2018, pp. 131–134.
  ista: 'Bondarenko A, Mellit A, Prymak A, Radchenko D, Viazovska M. 2018.There is
    no strongly regular graph with parameters (460; 153; 32; 60). In: Contemporary
    Computational Mathematics. , 131–134.'
  mla: Bondarenko, Andriy, et al. “There Is No Strongly Regular Graph with Parameters
    (460; 153; 32; 60).” <i>Contemporary Computational Mathematics</i>, Springer,
    2018, pp. 131–34, doi:<a href="https://doi.org/10.1007/978-3-319-72456-0_7">10.1007/978-3-319-72456-0_7</a>.
  short: A. Bondarenko, A. Mellit, A. Prymak, D. Radchenko, M. Viazovska, in:, Contemporary
    Computational Mathematics, Springer, 2018, pp. 131–134.
date_created: 2018-12-11T11:44:25Z
date_published: 2018-05-23T00:00:00Z
date_updated: 2021-01-12T08:06:06Z
day: '23'
department:
- _id: TaHa
doi: 10.1007/978-3-319-72456-0_7
extern: '1'
external_id:
  arxiv:
  - '1509.06286'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1509.06286
month: '05'
oa: 1
oa_version: Preprint
page: 131 - 134
publication: Contemporary Computational Mathematics
publication_status: published
publisher: Springer
publist_id: '7993'
quality_controlled: '1'
status: public
title: There is no strongly regular graph with parameters (460; 153; 32; 60)
type: book_chapter
user_id: 3E5EF7F0-F248-11E8-B48F-1D18A9856A87
year: '2018'
...
---
_id: '616'
abstract:
- lang: eng
  text: Social insects protect their colonies from infectious disease through collective
    defences that result in social immunity. In ants, workers first try to prevent
    infection of colony members. Here, we show that if this fails and a pathogen establishes
    an infection, ants employ an efficient multicomponent behaviour − &quot;destructive
    disinfection&quot; − to prevent further spread of disease through the colony.
    Ants specifically target infected pupae during the pathogen's non-contagious incubation
    period, relying on chemical 'sickness cues' emitted by pupae. They then remove
    the pupal cocoon, perforate its cuticle and administer antimicrobial poison, which
    enters the body and prevents pathogen replication from the inside out. Like the
    immune system of a body that specifically targets and eliminates infected cells,
    this social immunity measure sacrifices infected brood to stop the pathogen completing
    its lifecycle, thus protecting the rest of the colony. Hence, the same principles
    of disease defence apply at different levels of biological organisation.
article_number: e32073
article_processing_charge: Yes
author:
- first_name: Christopher
  full_name: Pull, Christopher
  id: 3C7F4840-F248-11E8-B48F-1D18A9856A87
  last_name: Pull
  orcid: 0000-0003-1122-3982
- first_name: Line V
  full_name: Ugelvig, Line V
  id: 3DC97C8E-F248-11E8-B48F-1D18A9856A87
  last_name: Ugelvig
  orcid: 0000-0003-1832-8883
- first_name: Florian
  full_name: Wiesenhofer, Florian
  id: 39523C54-F248-11E8-B48F-1D18A9856A87
  last_name: Wiesenhofer
- first_name: Anna V
  full_name: Grasse, Anna V
  id: 406F989C-F248-11E8-B48F-1D18A9856A87
  last_name: Grasse
- first_name: Simon
  full_name: Tragust, Simon
  id: 35A7A418-F248-11E8-B48F-1D18A9856A87
  last_name: Tragust
- first_name: Thomas
  full_name: Schmitt, Thomas
  last_name: Schmitt
- first_name: Mark
  full_name: Brown, Mark
  last_name: Brown
- first_name: Sylvia
  full_name: Cremer, Sylvia
  id: 2F64EC8C-F248-11E8-B48F-1D18A9856A87
  last_name: Cremer
  orcid: 0000-0002-2193-3868
citation:
  ama: Pull C, Ugelvig LV, Wiesenhofer F, et al. Destructive disinfection of infected
    brood prevents systemic disease spread in ant colonies. <i>eLife</i>. 2018;7.
    doi:<a href="https://doi.org/10.7554/eLife.32073">10.7554/eLife.32073</a>
  apa: Pull, C., Ugelvig, L. V., Wiesenhofer, F., Grasse, A. V., Tragust, S., Schmitt,
    T., … Cremer, S. (2018). Destructive disinfection of infected brood prevents systemic
    disease spread in ant colonies. <i>ELife</i>. eLife Sciences Publications. <a
    href="https://doi.org/10.7554/eLife.32073">https://doi.org/10.7554/eLife.32073</a>
  chicago: Pull, Christopher, Line V Ugelvig, Florian Wiesenhofer, Anna V Grasse,
    Simon Tragust, Thomas Schmitt, Mark Brown, and Sylvia Cremer. “Destructive Disinfection
    of Infected Brood Prevents Systemic Disease Spread in Ant Colonies.” <i>ELife</i>.
    eLife Sciences Publications, 2018. <a href="https://doi.org/10.7554/eLife.32073">https://doi.org/10.7554/eLife.32073</a>.
  ieee: C. Pull <i>et al.</i>, “Destructive disinfection of infected brood prevents
    systemic disease spread in ant colonies,” <i>eLife</i>, vol. 7. eLife Sciences
    Publications, 2018.
  ista: Pull C, Ugelvig LV, Wiesenhofer F, Grasse AV, Tragust S, Schmitt T, Brown
    M, Cremer S. 2018. Destructive disinfection of infected brood prevents systemic
    disease spread in ant colonies. eLife. 7, e32073.
  mla: Pull, Christopher, et al. “Destructive Disinfection of Infected Brood Prevents
    Systemic Disease Spread in Ant Colonies.” <i>ELife</i>, vol. 7, e32073, eLife
    Sciences Publications, 2018, doi:<a href="https://doi.org/10.7554/eLife.32073">10.7554/eLife.32073</a>.
  short: C. Pull, L.V. Ugelvig, F. Wiesenhofer, A.V. Grasse, S. Tragust, T. Schmitt,
    M. Brown, S. Cremer, ELife 7 (2018).
corr_author: '1'
date_created: 2018-12-11T11:47:31Z
date_published: 2018-01-09T00:00:00Z
date_updated: 2026-04-08T14:19:10Z
day: '09'
ddc:
- '570'
- '590'
department:
- _id: SyCr
doi: 10.7554/eLife.32073
ec_funded: 1
external_id:
  isi:
  - '000419601300001'
file:
- access_level: open_access
  checksum: 540f941e8d3530a9441e4affd94f07d7
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T10:10:43Z
  date_updated: 2020-07-14T12:47:20Z
  file_id: '4832'
  file_name: IST-2018-978-v1+1_elife-32073-v1.pdf
  file_size: 1435585
  relation: main_file
file_date_updated: 2020-07-14T12:47:20Z
has_accepted_license: '1'
intvolume: '         7'
isi: 1
language:
- iso: eng
license: https://creativecommons.org/licenses/by/4.0/
month: '01'
oa: 1
oa_version: Published Version
project:
- _id: 25DC711C-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '243071'
  name: 'Social Vaccination in Ant Colonies: from Individual Mechanisms to Society
    Effects'
- _id: 25DDF0F0-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '302004'
  name: 'Collective disease defence and pathogen detection abilities in ant societies:
    a chemo-neuro-immunological approach'
publication: eLife
publication_status: published
publisher: eLife Sciences Publications
publist_id: '7188'
pubrep_id: '978'
quality_controlled: '1'
related_material:
  record:
  - id: '819'
    relation: dissertation_contains
    status: public
scopus_import: '1'
status: public
title: Destructive disinfection of infected brood prevents systemic disease spread
  in ant colonies
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 7
year: '2018'
...
---
_id: '617'
abstract:
- lang: eng
  text: Insects are exposed to a variety of potential pathogens in their environment,
    many of which can severely impact fitness and health. Consequently, hosts have
    evolved resistance and tolerance strategies to suppress or cope with infections.
    Hosts utilizing resistance improve fitness by clearing or reducing pathogen loads,
    and hosts utilizing tolerance reduce harmful fitness effects per pathogen load.
    To understand variation in, and selective pressures on, resistance and tolerance,
    we asked to what degree they are shaped by host genetic background, whether plasticity
    in these responses depends upon dietary environment, and whether there are interactions
    between these two factors. Females from ten wild-type Drosophila melanogaster
    genotypes were kept on high- or low-protein (yeast) diets and infected with one
    of two opportunistic bacterial pathogens, Lactococcus lactis or Pseudomonas entomophila.
    We measured host resistance as the inverse of bacterial load in the early infection
    phase. The relationship (slope) between fly fecundity and individual-level bacteria
    load provided our fecundity tolerance measure. Genotype and dietary yeast determined
    host fecundity and strongly affected survival after infection with pathogenic
    P. entomophila. There was considerable genetic variation in host resistance, a
    commonly found phenomenon resulting from for example varying resistance costs
    or frequency-dependent selection. Despite this variation and the reproductive
    cost of higher P. entomophila loads, fecundity tolerance did not vary across genotypes.
    The absence of genetic variation in tolerance may suggest that at this early infection
    stage, fecundity tolerance is fixed or that any evolved tolerance mechanisms are
    not expressed under these infection conditions.
acknowledgement: 'We would like to thank Susann Wicke for performing the genome-wide
  SNP/indel analyses, as well as Veronica Alves, Kevin Ferro, Momir Futo, Barbara
  Hasert, Dafne Maximo, Nora Schulz, Marlene Sroka, and Barth Wieczorek for technical
  help. We thank Brian Lazzaro for the L. lactis strain and Bruno Lemaitre for the
  Pseudomonas entomophila strain. We would like to thank two anonymous reviewers for
  their helpful comments. We are grateful to the Deutsche Forschungsgemeinschaft (DFG)
  priority programme 1399 ‘Host parasite coevolution’ for funding this project (AR
  872/1-1). '
article_processing_charge: No
article_type: original
author:
- first_name: Megan
  full_name: Kutzer, Megan
  id: 29D0B332-F248-11E8-B48F-1D18A9856A87
  last_name: Kutzer
  orcid: 0000-0002-8696-6978
- first_name: Joachim
  full_name: Kurtz, Joachim
  last_name: Kurtz
- first_name: Sophie
  full_name: Armitage, Sophie
  last_name: Armitage
citation:
  ama: Kutzer M, Kurtz J, Armitage S. Genotype and diet affect resistance, survival,
    and fecundity but not fecundity tolerance. <i>Journal of Evolutionary Biology</i>.
    2018;31(1):159-171. doi:<a href="https://doi.org/10.1111/jeb.13211">10.1111/jeb.13211</a>
  apa: Kutzer, M., Kurtz, J., &#38; Armitage, S. (2018). Genotype and diet affect
    resistance, survival, and fecundity but not fecundity tolerance. <i>Journal of
    Evolutionary Biology</i>. Wiley. <a href="https://doi.org/10.1111/jeb.13211">https://doi.org/10.1111/jeb.13211</a>
  chicago: Kutzer, Megan, Joachim Kurtz, and Sophie Armitage. “Genotype and Diet Affect
    Resistance, Survival, and Fecundity but Not Fecundity Tolerance.” <i>Journal of
    Evolutionary Biology</i>. Wiley, 2018. <a href="https://doi.org/10.1111/jeb.13211">https://doi.org/10.1111/jeb.13211</a>.
  ieee: M. Kutzer, J. Kurtz, and S. Armitage, “Genotype and diet affect resistance,
    survival, and fecundity but not fecundity tolerance,” <i>Journal of Evolutionary
    Biology</i>, vol. 31, no. 1. Wiley, pp. 159–171, 2018.
  ista: Kutzer M, Kurtz J, Armitage S. 2018. Genotype and diet affect resistance,
    survival, and fecundity but not fecundity tolerance. Journal of Evolutionary Biology.
    31(1), 159–171.
  mla: Kutzer, Megan, et al. “Genotype and Diet Affect Resistance, Survival, and Fecundity
    but Not Fecundity Tolerance.” <i>Journal of Evolutionary Biology</i>, vol. 31,
    no. 1, Wiley, 2018, pp. 159–71, doi:<a href="https://doi.org/10.1111/jeb.13211">10.1111/jeb.13211</a>.
  short: M. Kutzer, J. Kurtz, S. Armitage, Journal of Evolutionary Biology 31 (2018)
    159–171.
date_created: 2018-12-11T11:47:31Z
date_published: 2018-01-01T00:00:00Z
date_updated: 2026-06-18T19:00:18Z
day: '01'
ddc:
- '570'
department:
- _id: SyCr
doi: 10.1111/jeb.13211
external_id:
  isi:
  - '000419307000014'
  pmid:
  - '29150962'
intvolume: '        31'
isi: 1
issue: '1'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.1111/jeb.13211
month: '01'
oa: 1
oa_version: Published Version
page: 159  - 171
pmid: 1
publication: Journal of Evolutionary Biology
publication_identifier:
  eissn:
  - 1420-9101
  issn:
  - 1010-061X
publication_status: published
publisher: Wiley
publist_id: '7187'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Genotype and diet affect resistance, survival, and fecundity but not fecundity
  tolerance
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 31
year: '2018'
...
---
_id: '6183'
abstract:
- lang: eng
  text: "We study the unique solution $m$ of the Dyson equation \\[ -m(z)^{-1} = z
    - a\r\n+ S[m(z)] \\] on a von Neumann algebra $\\mathcal{A}$ with the constraint\r\n$\\mathrm{Im}\\,m\\geq
    0$. Here, $z$ lies in the complex upper half-plane, $a$ is\r\na self-adjoint element
    of $\\mathcal{A}$ and $S$ is a positivity-preserving\r\nlinear operator on $\\mathcal{A}$.
    We show that $m$ is the Stieltjes transform\r\nof a compactly supported $\\mathcal{A}$-valued
    measure on $\\mathbb{R}$. Under\r\nsuitable assumptions, we establish that this
    measure has a uniformly\r\n$1/3$-H\\\"{o}lder continuous density with respect
    to the Lebesgue measure, which\r\nis supported on finitely many intervals, called
    bands. In fact, the density is\r\nanalytic inside the bands with a square-root
    growth at the edges and internal\r\ncubic root cusps whenever the gap between
    two bands vanishes. The shape of\r\nthese singularities is universal and no other
    singularity may occur. We give a\r\nprecise asymptotic description of $m$ near
    the singular points. These\r\nasymptotics generalize the analysis at the regular
    edges given in the companion\r\npaper on the Tracy-Widom universality for the
    edge eigenvalue statistics for\r\ncorrelated random matrices [arXiv:1804.07744]
    and they play a key role in the\r\nproof of the Pearcey universality at the cusp
    for Wigner-type matrices\r\n[arXiv:1809.03971,arXiv:1811.04055]. We also extend
    the finite dimensional band\r\nmass formula from [arXiv:1804.07744] to the von
    Neumann algebra setting by\r\nshowing that the spectral mass of the bands is topologically
    rigid under\r\ndeformations and we conclude that these masses are quantized in
    some important\r\ncases."
acknowledgement: "Partially funded by ERC Advanced Grant RANMAT No. 338804.\r\nPartially
  supported by the Hausdorff Center for Mathematics.\r\n"
article_number: '1804.07752'
article_processing_charge: No
arxiv: 1
author:
- first_name: Johannes
  full_name: Alt, Johannes
  id: 36D3D8B6-F248-11E8-B48F-1D18A9856A87
  last_name: Alt
- first_name: László
  full_name: Erdös, László
  id: 4DBD5372-F248-11E8-B48F-1D18A9856A87
  last_name: Erdös
  orcid: 0000-0001-5366-9603
- first_name: Torben H
  full_name: Krüger, Torben H
  id: 3020C786-F248-11E8-B48F-1D18A9856A87
  last_name: Krüger
  orcid: 0000-0002-4821-3297
citation:
  ama: 'Alt J, Erdös L, Krüger TH. The Dyson equation with linear self-energy: Spectral
    bands, edges and  cusps. <i>arXiv</i>. doi:<a href="https://doi.org/10.48550/arXiv.1804.07752">10.48550/arXiv.1804.07752</a>'
  apa: 'Alt, J., Erdös, L., &#38; Krüger, T. H. (n.d.). The Dyson equation with linear
    self-energy: Spectral bands, edges and  cusps. <i>arXiv</i>. <a href="https://doi.org/10.48550/arXiv.1804.07752">https://doi.org/10.48550/arXiv.1804.07752</a>'
  chicago: 'Alt, Johannes, László Erdös, and Torben H Krüger. “The Dyson Equation
    with Linear Self-Energy: Spectral Bands, Edges and  Cusps.” <i>ArXiv</i>, n.d.
    <a href="https://doi.org/10.48550/arXiv.1804.07752">https://doi.org/10.48550/arXiv.1804.07752</a>.'
  ieee: 'J. Alt, L. Erdös, and T. H. Krüger, “The Dyson equation with linear self-energy:
    Spectral bands, edges and  cusps,” <i>arXiv</i>. .'
  ista: 'Alt J, Erdös L, Krüger TH. The Dyson equation with linear self-energy: Spectral
    bands, edges and  cusps. arXiv, 1804.07752.'
  mla: 'Alt, Johannes, et al. “The Dyson Equation with Linear Self-Energy: Spectral
    Bands, Edges and  Cusps.” <i>ArXiv</i>, 1804.07752, doi:<a href="https://doi.org/10.48550/arXiv.1804.07752">10.48550/arXiv.1804.07752</a>.'
  short: J. Alt, L. Erdös, T.H. Krüger, ArXiv (n.d.).
date_created: 2019-03-28T09:20:06Z
date_published: 2018-04-20T00:00:00Z
date_updated: 2026-04-08T14:11:36Z
day: '20'
department:
- _id: LaEr
doi: 10.48550/arXiv.1804.07752
ec_funded: 1
external_id:
  arxiv:
  - '1804.07752'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1804.07752
month: '04'
oa: 1
oa_version: Preprint
project:
- _id: 258DCDE6-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '338804'
  name: Random matrices, universality and disordered quantum systems
publication: arXiv
publication_status: draft
related_material:
  record:
  - id: '14694'
    relation: later_version
    status: public
  - id: '149'
    relation: dissertation_contains
    status: public
status: public
title: 'The Dyson equation with linear self-energy: Spectral bands, edges and  cusps'
type: preprint
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2018'
...
---
_id: '6195'
abstract:
- lang: eng
  text: In the context of robotic manipulation and grasping, the shift from a view
    that is static (force closure of a single posture) and contact-deprived (only
    contact for force closure is allowed, everything else is obstacle) towards a view
    that is dynamic and contact-rich (soft manipulation) has led to an increased interest
    in soft hands. These hands can easily exploit environmental constraints and object
    surfaces without risk, and safely interact with humans, but present also some
    challenges. Designing them is difficult, as well as predicting, modelling, and
    “programming” their interactions with the objects and the environment. This paper
    tackles the problem of simulating them in a fast and effective way, leveraging
    on novel and existing simulation technologies. We present a triple-layered simulation
    framework where dynamic properties such as stiffness are determined from slow
    but accurate FEM simulation data once, and then condensed into a lumped parameter
    model that can be used to fast simulate soft fingers and soft hands. We apply
    our approach to the simulation of soft pneumatic fingers.
article_number: '8461106'
article_processing_charge: No
author:
- first_name: Maria
  full_name: Pozzi, Maria
  last_name: Pozzi
- first_name: Eder
  full_name: Miguel Villalba, Eder
  id: 3FB91342-F248-11E8-B48F-1D18A9856A87
  last_name: Miguel Villalba
  orcid: 0000-0001-5665-0430
- first_name: Raphael
  full_name: Deimel, Raphael
  last_name: Deimel
- first_name: Monica
  full_name: Malvezzi, Monica
  last_name: Malvezzi
- first_name: Bernd
  full_name: Bickel, Bernd
  id: 49876194-F248-11E8-B48F-1D18A9856A87
  last_name: Bickel
  orcid: 0000-0001-6511-9385
- first_name: Oliver
  full_name: Brock, Oliver
  last_name: Brock
- first_name: Domenico
  full_name: Prattichizzo, Domenico
  last_name: Prattichizzo
citation:
  ama: 'Pozzi M, Miguel Villalba E, Deimel R, et al. Efficient FEM-based simulation
    of soft robots modeled as kinematic chains. In: IEEE; 2018. doi:<a href="https://doi.org/10.1109/icra.2018.8461106">10.1109/icra.2018.8461106</a>'
  apa: 'Pozzi, M., Miguel Villalba, E., Deimel, R., Malvezzi, M., Bickel, B., Brock,
    O., &#38; Prattichizzo, D. (2018). Efficient FEM-based simulation of soft robots
    modeled as kinematic chains. Presented at the ICRA: International Conference on
    Robotics and Automation, Brisbane, Australia: IEEE. <a href="https://doi.org/10.1109/icra.2018.8461106">https://doi.org/10.1109/icra.2018.8461106</a>'
  chicago: Pozzi, Maria, Eder Miguel Villalba, Raphael Deimel, Monica Malvezzi, Bernd
    Bickel, Oliver Brock, and Domenico Prattichizzo. “Efficient FEM-Based Simulation
    of Soft Robots Modeled as Kinematic Chains.” IEEE, 2018. <a href="https://doi.org/10.1109/icra.2018.8461106">https://doi.org/10.1109/icra.2018.8461106</a>.
  ieee: 'M. Pozzi <i>et al.</i>, “Efficient FEM-based simulation of soft robots modeled
    as kinematic chains,” presented at the ICRA: International Conference on Robotics
    and Automation, Brisbane, Australia, 2018.'
  ista: 'Pozzi M, Miguel Villalba E, Deimel R, Malvezzi M, Bickel B, Brock O, Prattichizzo
    D. 2018. Efficient FEM-based simulation of soft robots modeled as kinematic chains.
    ICRA: International Conference on Robotics and Automation, 8461106.'
  mla: Pozzi, Maria, et al. <i>Efficient FEM-Based Simulation of Soft Robots Modeled
    as Kinematic Chains</i>. 8461106, IEEE, 2018, doi:<a href="https://doi.org/10.1109/icra.2018.8461106">10.1109/icra.2018.8461106</a>.
  short: M. Pozzi, E. Miguel Villalba, R. Deimel, M. Malvezzi, B. Bickel, O. Brock,
    D. Prattichizzo, in:, IEEE, 2018.
conference:
  end_date: 2018-05-25
  location: Brisbane, Australia
  name: 'ICRA: International Conference on Robotics and Automation'
  start_date: 2018-05-21
date_created: 2019-04-04T09:50:38Z
date_published: 2018-09-10T00:00:00Z
date_updated: 2023-09-19T14:49:03Z
day: '10'
department:
- _id: BeBi
doi: 10.1109/icra.2018.8461106
external_id:
  isi:
  - '000446394503031'
isi: 1
language:
- iso: eng
month: '09'
oa_version: None
publication_identifier:
  isbn:
  - '9781538630815'
publication_status: published
publisher: IEEE
quality_controlled: '1'
scopus_import: '1'
status: public
title: Efficient FEM-based simulation of soft robots modeled as kinematic chains
type: conference
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
year: '2018'
...
---
_id: '62'
abstract:
- lang: eng
  text: Imaging is a dominant strategy for data collection in neuroscience, yielding
    stacks of images that often scale to gigabytes of data for a single experiment.
    Machine learning algorithms from computer vision can serve as a pair of virtual
    eyes that tirelessly processes these images, automatically detecting and identifying
    microstructures. Unlike learning methods, our Flexible Learning-free Reconstruction
    of Imaged Neural volumes (FLoRIN) pipeline exploits structure-specific contextual
    clues and requires no training. This approach generalizes across different modalities,
    including serially-sectioned scanning electron microscopy (sSEM) of genetically
    labeled and contrast enhanced processes, spectral confocal reflectance (SCoRe)
    microscopy, and high-energy synchrotron X-ray microtomography (μCT) of large tissue
    volumes. We deploy the FLoRIN pipeline on newly published and novel mouse datasets,
    demonstrating the high biological fidelity of the pipeline’s reconstructions.
    FLoRIN reconstructions are of sufficient quality for preliminary biological study,
    for example examining the distribution and morphology of cells or extracting single
    axons from functional data. Compared to existing supervised learning methods,
    FLoRIN is one to two orders of magnitude faster and produces high-quality reconstructions
    that are tolerant to noise and artifacts, as is shown qualitatively and quantitatively.
acknowledgement: 'Equipment was generously donated by the NVIDIA Corporation, and
  made available by the National Science Foundation (NSF) through grant #CNS-1629914.
  This research used resources of the Argonne Leadership Computing Facility, which
  is a DOE Office of Science User Facility supported under Contract DE-AC02-06CH11357.'
article_number: '14247'
article_processing_charge: No
article_type: original
author:
- first_name: Ali
  full_name: Shabazi, Ali
  last_name: Shabazi
- first_name: Jeffery
  full_name: Kinnison, Jeffery
  last_name: Kinnison
- first_name: Rafael
  full_name: Vescovi, Rafael
  last_name: Vescovi
- first_name: Ming
  full_name: Du, Ming
  last_name: Du
- first_name: Robert
  full_name: Hill, Robert
  last_name: Hill
- first_name: Maximilian A
  full_name: Jösch, Maximilian A
  id: 2BD278E6-F248-11E8-B48F-1D18A9856A87
  last_name: Jösch
  orcid: 0000-0002-3937-1330
- first_name: Marc
  full_name: Takeno, Marc
  last_name: Takeno
- first_name: Hongkui
  full_name: Zeng, Hongkui
  last_name: Zeng
- first_name: Nuno
  full_name: Da Costa, Nuno
  last_name: Da Costa
- first_name: Jaime
  full_name: Grutzendler, Jaime
  last_name: Grutzendler
- first_name: Narayanan
  full_name: Kasthuri, Narayanan
  last_name: Kasthuri
- first_name: Walter
  full_name: Scheirer, Walter
  last_name: Scheirer
citation:
  ama: Shabazi A, Kinnison J, Vescovi R, et al. Flexible learning-free segmentation
    and reconstruction of neural volumes. <i>Scientific Reports</i>. 2018;8(1). doi:<a
    href="https://doi.org/10.1038/s41598-018-32628-3">10.1038/s41598-018-32628-3</a>
  apa: Shabazi, A., Kinnison, J., Vescovi, R., Du, M., Hill, R., Jösch, M. A., … Scheirer,
    W. (2018). Flexible learning-free segmentation and reconstruction of neural volumes.
    <i>Scientific Reports</i>. Nature Publishing Group. <a href="https://doi.org/10.1038/s41598-018-32628-3">https://doi.org/10.1038/s41598-018-32628-3</a>
  chicago: Shabazi, Ali, Jeffery Kinnison, Rafael Vescovi, Ming Du, Robert Hill, Maximilian
    A Jösch, Marc Takeno, et al. “Flexible Learning-Free Segmentation and Reconstruction
    of Neural Volumes.” <i>Scientific Reports</i>. Nature Publishing Group, 2018.
    <a href="https://doi.org/10.1038/s41598-018-32628-3">https://doi.org/10.1038/s41598-018-32628-3</a>.
  ieee: A. Shabazi <i>et al.</i>, “Flexible learning-free segmentation and reconstruction
    of neural volumes,” <i>Scientific Reports</i>, vol. 8, no. 1. Nature Publishing
    Group, 2018.
  ista: Shabazi A, Kinnison J, Vescovi R, Du M, Hill R, Jösch MA, Takeno M, Zeng H,
    Da Costa N, Grutzendler J, Kasthuri N, Scheirer W. 2018. Flexible learning-free
    segmentation and reconstruction of neural volumes. Scientific Reports. 8(1), 14247.
  mla: Shabazi, Ali, et al. “Flexible Learning-Free Segmentation and Reconstruction
    of Neural Volumes.” <i>Scientific Reports</i>, vol. 8, no. 1, 14247, Nature Publishing
    Group, 2018, doi:<a href="https://doi.org/10.1038/s41598-018-32628-3">10.1038/s41598-018-32628-3</a>.
  short: A. Shabazi, J. Kinnison, R. Vescovi, M. Du, R. Hill, M.A. Jösch, M. Takeno,
    H. Zeng, N. Da Costa, J. Grutzendler, N. Kasthuri, W. Scheirer, Scientific Reports
    8 (2018).
date_created: 2018-12-11T11:44:25Z
date_published: 2018-09-24T00:00:00Z
date_updated: 2023-09-11T14:02:55Z
day: '24'
ddc:
- '570'
department:
- _id: MaJö
doi: 10.1038/s41598-018-32628-3
external_id:
  isi:
  - '000445336600015'
file:
- access_level: open_access
  checksum: 1a14ae0666b82fbaa04bef110e3f6bf2
  content_type: application/pdf
  creator: dernst
  date_created: 2018-12-17T12:22:24Z
  date_updated: 2020-07-14T12:47:24Z
  file_id: '5699'
  file_name: 2018_ScientificReports_Shahbazi.pdf
  file_size: 4141645
  relation: main_file
file_date_updated: 2020-07-14T12:47:24Z
has_accepted_license: '1'
intvolume: '         8'
isi: 1
issue: '1'
language:
- iso: eng
month: '09'
oa: 1
oa_version: Published Version
publication: Scientific Reports
publication_status: published
publisher: Nature Publishing Group
publist_id: '7992'
quality_controlled: '1'
related_material:
  link:
  - relation: erratum
    url: http://doi.org/10.1038/s41598-018-36220-7
scopus_import: '1'
status: public
title: Flexible learning-free segmentation and reconstruction of neural volumes
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 8
year: '2018'
...
---
_id: '620'
abstract:
- lang: eng
  text: Clathrin-mediated endocytosis requires the coordinated assembly of various
    endocytic proteins and lipids at the plasma membrane. Accumulating evidence demonstrates
    a crucial role for phosphatidylinositol-4,5-bisphosphate (PtdIns(4,5)P2) in endocytosis,
    but specific roles for PtdIns(4)P other than as the biosynthetic precursor of
    PtdIns(4,5)P2 have not been clarified. In this study we investigated the role
    of PtdIns(4)P or PtdIns(4,5)P2 in receptor-mediated endocytosis through the construction
    of temperature-sensitive (ts) mutants for the PI 4-kinases Stt4p and Pik1p and
    the PtdIns(4) 5-kinase Mss4p. Quantitative analyses of endocytosis revealed that
    both the stt4(ts)pik1(ts) and mss4(ts) mutants have a severe defect in endocytic
    internalization. Live-cell imaging of endocytic protein dynamics in stt4(ts)pik1(ts)
    and mss4(ts) mutants revealed that PtdIns(4)P is required for the recruitment
    of the alpha-factor receptor Ste2p to clathrin-coated pits whereas PtdIns(4,5)P2
    is required for membrane internalization. We also found that the localization
    to endocytic sites of the ENTH/ANTH domain-bearing clathrin adaptors, Ent1p/Ent2p
    and Yap1801p/Yap1802p, is significantly impaired in the stt4(ts)pik1(ts) mutant,
    but not in the mss4(ts) mutant. These results suggest distinct roles in successive
    steps for PtdIns(4)P and PtdIns(4,5)P2 during receptor-mediated endocytosis.
article_number: jcs207696
article_processing_charge: No
author:
- first_name: Wataru
  full_name: Yamamoto, Wataru
  last_name: Yamamoto
- first_name: Suguru
  full_name: Wada, Suguru
  last_name: Wada
- first_name: Makoto
  full_name: Nagano, Makoto
  last_name: Nagano
- first_name: Kaito
  full_name: Aoshima, Kaito
  last_name: Aoshima
- first_name: Daria E
  full_name: Siekhaus, Daria E
  id: 3D224B9E-F248-11E8-B48F-1D18A9856A87
  last_name: Siekhaus
  orcid: 0000-0001-8323-8353
- first_name: Junko
  full_name: Toshima, Junko
  last_name: Toshima
- first_name: Jiro
  full_name: Toshima, Jiro
  last_name: Toshima
citation:
  ama: Yamamoto W, Wada S, Nagano M, et al. Distinct roles for plasma membrane PtdIns
    4 P and PtdIns 4 5 P2 during yeast receptor mediated endocytosis. <i>Journal of
    Cell Science</i>. 2018;131(1). doi:<a href="https://doi.org/10.1242/jcs.207696">10.1242/jcs.207696</a>
  apa: Yamamoto, W., Wada, S., Nagano, M., Aoshima, K., Siekhaus, D. E., Toshima,
    J., &#38; Toshima, J. (2018). Distinct roles for plasma membrane PtdIns 4 P and
    PtdIns 4 5 P2 during yeast receptor mediated endocytosis. <i>Journal of Cell Science</i>.
    Company of Biologists. <a href="https://doi.org/10.1242/jcs.207696">https://doi.org/10.1242/jcs.207696</a>
  chicago: Yamamoto, Wataru, Suguru Wada, Makoto Nagano, Kaito Aoshima, Daria E Siekhaus,
    Junko Toshima, and Jiro Toshima. “Distinct Roles for Plasma Membrane PtdIns 4
    P and PtdIns 4 5 P2 during Yeast Receptor Mediated Endocytosis.” <i>Journal of
    Cell Science</i>. Company of Biologists, 2018. <a href="https://doi.org/10.1242/jcs.207696">https://doi.org/10.1242/jcs.207696</a>.
  ieee: W. Yamamoto <i>et al.</i>, “Distinct roles for plasma membrane PtdIns 4 P
    and PtdIns 4 5 P2 during yeast receptor mediated endocytosis,” <i>Journal of Cell
    Science</i>, vol. 131, no. 1. Company of Biologists, 2018.
  ista: Yamamoto W, Wada S, Nagano M, Aoshima K, Siekhaus DE, Toshima J, Toshima J.
    2018. Distinct roles for plasma membrane PtdIns 4 P and PtdIns 4 5 P2 during yeast
    receptor mediated endocytosis. Journal of Cell Science. 131(1), jcs207696.
  mla: Yamamoto, Wataru, et al. “Distinct Roles for Plasma Membrane PtdIns 4 P and
    PtdIns 4 5 P2 during Yeast Receptor Mediated Endocytosis.” <i>Journal of Cell
    Science</i>, vol. 131, no. 1, jcs207696, Company of Biologists, 2018, doi:<a href="https://doi.org/10.1242/jcs.207696">10.1242/jcs.207696</a>.
  short: W. Yamamoto, S. Wada, M. Nagano, K. Aoshima, D.E. Siekhaus, J. Toshima, J.
    Toshima, Journal of Cell Science 131 (2018).
date_created: 2018-12-11T11:47:32Z
date_published: 2018-01-04T00:00:00Z
date_updated: 2026-06-18T19:01:31Z
day: '04'
ddc:
- '570'
department:
- _id: DaSi
doi: 10.1242/jcs.207696
external_id:
  isi:
  - '000424786900012'
  pmid:
  - '29192062'
intvolume: '       131'
isi: 1
issue: '1'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://www.ncbi.nlm.nih.gov/pubmed/29192062
month: '01'
oa: 1
oa_version: Published Version
pmid: 1
publication: Journal of Cell Science
publication_status: published
publisher: Company of Biologists
publist_id: '7184'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Distinct roles for plasma membrane PtdIns 4 P and PtdIns 4 5 P2 during yeast
  receptor mediated endocytosis
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 131
year: '2018'
...
---
_id: '63'
abstract:
- lang: eng
  text: African cichlids display a remarkable assortment of jaw morphologies, pigmentation
    patterns, and mating behaviors. In addition to this previously documented diversity,
    recent studies have documented a rich diversity of sex chromosomes within these
    fishes. Here we review the known sex-determination network within vertebrates,
    and the extraordinary number of sex chromosomes systems segregating in African
    cichlids. We also propose a model for understanding the unusual number of sex
    chromosome systems within this clade.
acknowledgement: NSF DEB-1830753 and ISTPlus Fellowship
article_number: '480'
article_processing_charge: No
author:
- first_name: William J
  full_name: Gammerdinger, William J
  id: 3A7E01BC-F248-11E8-B48F-1D18A9856A87
  last_name: Gammerdinger
  orcid: 0000-0001-9638-1220
- first_name: Thomas
  full_name: Kocher, Thomas
  last_name: Kocher
citation:
  ama: Gammerdinger WJ, Kocher T. Unusual diversity of sex chromosomes in African
    cichlid fishes. <i>Genes</i>. 2018;9(10). doi:<a href="https://doi.org/10.3390/genes9100480">10.3390/genes9100480</a>
  apa: Gammerdinger, W. J., &#38; Kocher, T. (2018). Unusual diversity of sex chromosomes
    in African cichlid fishes. <i>Genes</i>. MDPI. <a href="https://doi.org/10.3390/genes9100480">https://doi.org/10.3390/genes9100480</a>
  chicago: Gammerdinger, William J, and Thomas Kocher. “Unusual Diversity of Sex Chromosomes
    in African Cichlid Fishes.” <i>Genes</i>. MDPI, 2018. <a href="https://doi.org/10.3390/genes9100480">https://doi.org/10.3390/genes9100480</a>.
  ieee: W. J. Gammerdinger and T. Kocher, “Unusual diversity of sex chromosomes in
    African cichlid fishes,” <i>Genes</i>, vol. 9, no. 10. MDPI, 2018.
  ista: Gammerdinger WJ, Kocher T. 2018. Unusual diversity of sex chromosomes in African
    cichlid fishes. Genes. 9(10), 480.
  mla: Gammerdinger, William J., and Thomas Kocher. “Unusual Diversity of Sex Chromosomes
    in African Cichlid Fishes.” <i>Genes</i>, vol. 9, no. 10, 480, MDPI, 2018, doi:<a
    href="https://doi.org/10.3390/genes9100480">10.3390/genes9100480</a>.
  short: W.J. Gammerdinger, T. Kocher, Genes 9 (2018).
date_created: 2018-12-11T11:44:26Z
date_published: 2018-10-04T00:00:00Z
date_updated: 2025-04-15T06:50:01Z
day: '04'
ddc:
- '570'
department:
- _id: BeVi
doi: 10.3390/genes9100480
ec_funded: 1
external_id:
  isi:
  - '000448656700018'
file:
- access_level: open_access
  checksum: bec527692e2c9b56919c0429634ff337
  content_type: application/pdf
  creator: dernst
  date_created: 2018-12-18T09:54:46Z
  date_updated: 2020-07-14T12:47:27Z
  file_id: '5743'
  file_name: 2018_Genes_Gammerdinger.pdf
  file_size: 1415791
  relation: main_file
file_date_updated: 2020-07-14T12:47:27Z
has_accepted_license: '1'
intvolume: '         9'
isi: 1
issue: '10'
language:
- iso: eng
month: '10'
oa: 1
oa_version: Published Version
project:
- _id: 25681D80-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '291734'
  name: International IST Postdoc Fellowship Programme
publication: Genes
publication_status: published
publisher: MDPI
publist_id: '7991'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Unusual diversity of sex chromosomes in African cichlid fishes
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 9
year: '2018'
...
---
_id: '6339'
abstract:
- lang: eng
  text: We introduce a diagrammatic Monte Carlo approach to angular momentum properties
    of quantum many-particle systems possessing a macroscopic number of degrees of
    freedom. The treatment is based on a diagrammatic expansion that merges the usual
    Feynman diagrams with the angular momentum diagrams known from atomic and nuclear
    structure theory, thereby incorporating the non-Abelian algebra inherent to quantum
    rotations. Our approach is applicable at arbitrary coupling, is free of systematic
    errors and of finite-size effects, and naturally provides access to the impurity
    Green function. We exemplify the technique by obtaining an all-coupling solution
    of the angulon model; however, the method is quite general and can be applied
    to a broad variety of systems in which particles exchange quantum angular momentum
    with their many-body environment.
article_number: '165301'
article_processing_charge: No
arxiv: 1
author:
- first_name: Giacomo
  full_name: Bighin, Giacomo
  id: 4CA96FD4-F248-11E8-B48F-1D18A9856A87
  last_name: Bighin
  orcid: 0000-0001-8823-9777
- first_name: Timur
  full_name: Tscherbul, Timur
  last_name: Tscherbul
- first_name: Mikhail
  full_name: Lemeshko, Mikhail
  id: 37CB05FA-F248-11E8-B48F-1D18A9856A87
  last_name: Lemeshko
  orcid: 0000-0002-6990-7802
citation:
  ama: Bighin G, Tscherbul T, Lemeshko M. Diagrammatic Monte Carlo approach to angular
    momentum in quantum many-particle systems. <i>Physical Review Letters</i>. 2018;121(16).
    doi:<a href="https://doi.org/10.1103/physrevlett.121.165301">10.1103/physrevlett.121.165301</a>
  apa: Bighin, G., Tscherbul, T., &#38; Lemeshko, M. (2018). Diagrammatic Monte Carlo
    approach to angular momentum in quantum many-particle systems. <i>Physical Review
    Letters</i>. American Physical Society. <a href="https://doi.org/10.1103/physrevlett.121.165301">https://doi.org/10.1103/physrevlett.121.165301</a>
  chicago: Bighin, Giacomo, Timur Tscherbul, and Mikhail Lemeshko. “Diagrammatic Monte Carlo
    Approach to Angular Momentum in Quantum Many-Particle Systems.” <i>Physical Review
    Letters</i>. American Physical Society, 2018. <a href="https://doi.org/10.1103/physrevlett.121.165301">https://doi.org/10.1103/physrevlett.121.165301</a>.
  ieee: G. Bighin, T. Tscherbul, and M. Lemeshko, “Diagrammatic Monte Carlo approach
    to angular momentum in quantum many-particle systems,” <i>Physical Review Letters</i>,
    vol. 121, no. 16. American Physical Society, 2018.
  ista: Bighin G, Tscherbul T, Lemeshko M. 2018. Diagrammatic Monte Carlo approach
    to angular momentum in quantum many-particle systems. Physical Review Letters.
    121(16), 165301.
  mla: Bighin, Giacomo, et al. “Diagrammatic Monte Carlo Approach to Angular Momentum
    in Quantum Many-Particle Systems.” <i>Physical Review Letters</i>, vol. 121, no.
    16, 165301, American Physical Society, 2018, doi:<a href="https://doi.org/10.1103/physrevlett.121.165301">10.1103/physrevlett.121.165301</a>.
  short: G. Bighin, T. Tscherbul, M. Lemeshko, Physical Review Letters 121 (2018).
date_created: 2019-04-17T10:53:38Z
date_published: 2018-10-16T00:00:00Z
date_updated: 2025-04-15T07:59:29Z
day: '16'
department:
- _id: MiLe
doi: 10.1103/physrevlett.121.165301
external_id:
  arxiv:
  - '1803.07990'
  isi:
  - '000447468400008'
intvolume: '       121'
isi: 1
issue: '16'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1803.07990
month: '10'
oa: 1
oa_version: Preprint
project:
- _id: 26031614-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: P29902
  name: Quantum rotations in the presence of a many-body environment
publication: Physical Review Letters
publication_status: published
publisher: American Physical Society
quality_controlled: '1'
related_material:
  link:
  - description: News on IST Homepage
    relation: press_release
    url: https://ist.ac.at/en/news/description-of-rotating-molecules-made-easy/
scopus_import: '1'
status: public
title: Diagrammatic Monte Carlo approach to angular momentum in quantum many-particle
  systems
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 121
year: '2018'
...
---
DOAJ_listed: '1'
OA_place: publisher
OA_type: gold
_id: '6354'
abstract:
- lang: eng
  text: Blood platelets are critical for hemostasis and thrombosis, but also play
    diverse roles during immune responses. We have recently reported that platelets
    migrate at sites of infection in vitro and in vivo. Importantly, platelets use
    their ability to migrate to collect and bundle fibrin (ogen)-bound bacteria accomplishing
    efficient intravascular bacterial trapping. Here, we describe a method that allows
    analyzing platelet migration in vitro, focusing on their ability to collect bacteria
    and trap bacteria under flow.
acknowledgement: This protocol was adapted from a previously published study (Gaertner
  et al., 2017). We thank Michael Lorenz for his excellent assistance in bacteria
  culture. This work was funded by the DFG SFB 914 (S.M. [B02 and Z01]), the DFG SFB
  1123 (S.M. [B06]), the DFG FOR 2033 (S.M. and F.G.), the German Centre for Cardiovascular
  Research (DZHK) (MHA 1.4VD [S.M.]), FP7 program (project 260309, PRESTIGE [S.M.]),
  FöFoLe project 947 (F.G.), the Friedrich-Baur-Stiftung project 41/16 (F.G.), Marie
  Sklodowska Curie Individual Fellowship (EU project 747687, LamelliaActin [F.G.]).
article_number: e3018
article_processing_charge: Yes
article_type: original
author:
- first_name: Shuxia
  full_name: Fan, Shuxia
  last_name: Fan
- first_name: Michael
  full_name: Lorenz, Michael
  last_name: Lorenz
- first_name: Steffen
  full_name: Massberg, Steffen
  last_name: Massberg
- first_name: Florian R
  full_name: Gärtner, Florian R
  id: 397A88EE-F248-11E8-B48F-1D18A9856A87
  last_name: Gärtner
  orcid: 0000-0001-6120-3723
citation:
  ama: Fan S, Lorenz M, Massberg S, Gärtner FR. Platelet migration and bacterial trapping
    assay under flow. <i>Bio-Protocol</i>. 2018;8(18). doi:<a href="https://doi.org/10.21769/bioprotoc.3018">10.21769/bioprotoc.3018</a>
  apa: Fan, S., Lorenz, M., Massberg, S., &#38; Gärtner, F. R. (2018). Platelet migration
    and bacterial trapping assay under flow. <i>Bio-Protocol</i>. Bio-Protocol. <a
    href="https://doi.org/10.21769/bioprotoc.3018">https://doi.org/10.21769/bioprotoc.3018</a>
  chicago: Fan, Shuxia, Michael Lorenz, Steffen Massberg, and Florian R Gärtner. “Platelet
    Migration and Bacterial Trapping Assay under Flow.” <i>Bio-Protocol</i>. Bio-Protocol,
    2018. <a href="https://doi.org/10.21769/bioprotoc.3018">https://doi.org/10.21769/bioprotoc.3018</a>.
  ieee: S. Fan, M. Lorenz, S. Massberg, and F. R. Gärtner, “Platelet migration and
    bacterial trapping assay under flow,” <i>Bio-Protocol</i>, vol. 8, no. 18. Bio-Protocol,
    2018.
  ista: Fan S, Lorenz M, Massberg S, Gärtner FR. 2018. Platelet migration and bacterial
    trapping assay under flow. Bio-Protocol. 8(18), e3018.
  mla: Fan, Shuxia, et al. “Platelet Migration and Bacterial Trapping Assay under
    Flow.” <i>Bio-Protocol</i>, vol. 8, no. 18, e3018, Bio-Protocol, 2018, doi:<a
    href="https://doi.org/10.21769/bioprotoc.3018">10.21769/bioprotoc.3018</a>.
  short: S. Fan, M. Lorenz, S. Massberg, F.R. Gärtner, Bio-Protocol 8 (2018).
corr_author: '1'
date_created: 2019-04-29T09:40:33Z
date_published: 2018-09-20T00:00:00Z
date_updated: 2025-05-20T07:43:06Z
day: '20'
ddc:
- '570'
department:
- _id: MiSi
doi: 10.21769/bioprotoc.3018
ec_funded: 1
external_id:
  pmid:
  - '34395806'
file:
- access_level: open_access
  checksum: d4588377e789da7f360b553ae02c5119
  content_type: application/pdf
  creator: dernst
  date_created: 2019-04-30T08:04:33Z
  date_updated: 2020-07-14T12:47:28Z
  file_id: '6360'
  file_name: 2018_BioProtocol_Fan.pdf
  file_size: 2928337
  relation: main_file
file_date_updated: 2020-07-14T12:47:28Z
has_accepted_license: '1'
intvolume: '         8'
issue: '18'
keyword:
- Platelets
- Cell migration
- Bacteria
- Shear flow
- Fibrinogen
- E. coli
language:
- iso: eng
month: '09'
oa: 1
oa_version: Published Version
pmid: 1
project:
- _id: 260AA4E2-B435-11E9-9278-68D0E5697425
  call_identifier: H2020
  grant_number: '747687'
  name: Mechanical Adaptation of Lamellipodial Actin Networks in Migrating Cells
publication: Bio-Protocol
publication_identifier:
  issn:
  - 2331-8325
publication_status: published
publisher: Bio-Protocol
quality_controlled: '1'
status: public
title: Platelet migration and bacterial trapping assay under flow
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 8
year: '2018'
...
---
_id: '6355'
abstract:
- lang: eng
  text: We  prove  that  any  cyclic  quadrilateral  can  be  inscribed  in  any  closed  convex
    C1-curve.  The smoothness condition is not required if the quadrilateral is a
    rectangle.
article_number: e7
article_processing_charge: No
arxiv: 1
author:
- first_name: Arseniy
  full_name: Akopyan, Arseniy
  id: 430D2C90-F248-11E8-B48F-1D18A9856A87
  last_name: Akopyan
  orcid: 0000-0002-2548-617X
- first_name: Sergey
  full_name: Avvakumov, Sergey
  id: 3827DAC8-F248-11E8-B48F-1D18A9856A87
  last_name: Avvakumov
  orcid: 0000-0002-7840-5062
citation:
  ama: Akopyan A, Avvakumov S. Any cyclic quadrilateral can be inscribed in any closed
    convex smooth curve. <i>Forum of Mathematics, Sigma</i>. 2018;6. doi:<a href="https://doi.org/10.1017/fms.2018.7">10.1017/fms.2018.7</a>
  apa: Akopyan, A., &#38; Avvakumov, S. (2018). Any cyclic quadrilateral can be inscribed
    in any closed convex smooth curve. <i>Forum of Mathematics, Sigma</i>. Cambridge
    University Press. <a href="https://doi.org/10.1017/fms.2018.7">https://doi.org/10.1017/fms.2018.7</a>
  chicago: Akopyan, Arseniy, and Sergey Avvakumov. “Any Cyclic Quadrilateral Can Be
    Inscribed in Any Closed Convex Smooth Curve.” <i>Forum of Mathematics, Sigma</i>.
    Cambridge University Press, 2018. <a href="https://doi.org/10.1017/fms.2018.7">https://doi.org/10.1017/fms.2018.7</a>.
  ieee: A. Akopyan and S. Avvakumov, “Any cyclic quadrilateral can be inscribed in
    any closed convex smooth curve,” <i>Forum of Mathematics, Sigma</i>, vol. 6. Cambridge
    University Press, 2018.
  ista: Akopyan A, Avvakumov S. 2018. Any cyclic quadrilateral can be inscribed in
    any closed convex smooth curve. Forum of Mathematics, Sigma. 6, e7.
  mla: Akopyan, Arseniy, and Sergey Avvakumov. “Any Cyclic Quadrilateral Can Be Inscribed
    in Any Closed Convex Smooth Curve.” <i>Forum of Mathematics, Sigma</i>, vol. 6,
    e7, Cambridge University Press, 2018, doi:<a href="https://doi.org/10.1017/fms.2018.7">10.1017/fms.2018.7</a>.
  short: A. Akopyan, S. Avvakumov, Forum of Mathematics, Sigma 6 (2018).
corr_author: '1'
date_created: 2019-04-30T06:09:57Z
date_published: 2018-05-31T00:00:00Z
date_updated: 2026-04-08T07:25:54Z
day: '31'
ddc:
- '510'
department:
- _id: UlWa
- _id: HeEd
- _id: JaMa
doi: 10.1017/fms.2018.7
ec_funded: 1
external_id:
  arxiv:
  - '1712.10205'
  isi:
  - '000433915500001'
file:
- access_level: open_access
  checksum: 5a71b24ba712a3eb2e46165a38fbc30a
  content_type: application/pdf
  creator: dernst
  date_created: 2019-04-30T06:14:58Z
  date_updated: 2020-07-14T12:47:28Z
  file_id: '6356'
  file_name: 2018_ForumMahtematics_Akopyan.pdf
  file_size: 249246
  relation: main_file
file_date_updated: 2020-07-14T12:47:28Z
has_accepted_license: '1'
intvolume: '         6'
isi: 1
language:
- iso: eng
month: '05'
oa: 1
oa_version: Published Version
project:
- _id: 256E75B8-B435-11E9-9278-68D0E5697425
  call_identifier: H2020
  grant_number: '716117'
  name: Optimal Transport and Stochastic Dynamics
publication: Forum of Mathematics, Sigma
publication_identifier:
  issn:
  - 2050-5094
publication_status: published
publisher: Cambridge University Press
quality_controlled: '1'
related_material:
  record:
  - id: '8156'
    relation: dissertation_contains
    status: public
status: public
title: Any cyclic quadrilateral can be inscribed in any closed convex smooth curve
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 6
year: '2018'
...
---
_id: '64'
abstract:
- lang: eng
  text: Tropical geometry, an established field in pure mathematics, is a place where
    string theory, mirror symmetry, computational algebra, auction theory, and so
    forth meet and influence one another. In this paper, we report on our discovery
    of a tropical model with self-organized criticality (SOC) behavior. Our model
    is continuous, in contrast to all known models of SOC, and is a certain scaling
    limit of the sandpile model, the first and archetypical model of SOC. We describe
    how our model is related to pattern formation and proportional growth phenomena
    and discuss the dichotomy between continuous and discrete models in several contexts.
    Our aim in this context is to present an idealized tropical toy model (cf. Turing
    reaction-diffusion model), requiring further investigation.
article_processing_charge: No
article_type: original
arxiv: 1
author:
- first_name: Nikita
  full_name: Kalinin, Nikita
  last_name: Kalinin
- first_name: Aldo
  full_name: Guzmán Sáenz, Aldo
  last_name: Guzmán Sáenz
- first_name: Y
  full_name: Prieto, Y
  last_name: Prieto
- first_name: Mikhail
  full_name: Shkolnikov, Mikhail
  id: 35084A62-F248-11E8-B48F-1D18A9856A87
  last_name: Shkolnikov
  orcid: 0000-0002-4310-178X
- first_name: V
  full_name: Kalinina, V
  last_name: Kalinina
- first_name: Ernesto
  full_name: Lupercio, Ernesto
  last_name: Lupercio
citation:
  ama: Kalinin N, Guzmán Sáenz A, Prieto Y, Shkolnikov M, Kalinina V, Lupercio E.
    Self-organized criticality and pattern emergence through the lens of tropical
    geometry. <i>Proceedings of the National Academy of Sciences of the United States
    of America</i>. 2018;115(35):E8135-E8142. doi:<a href="https://doi.org/10.1073/pnas.1805847115">10.1073/pnas.1805847115</a>
  apa: Kalinin, N., Guzmán Sáenz, A., Prieto, Y., Shkolnikov, M., Kalinina, V., &#38;
    Lupercio, E. (2018). Self-organized criticality and pattern emergence through
    the lens of tropical geometry. <i>Proceedings of the National Academy of Sciences
    of the United States of America</i>. National Academy of Sciences. <a href="https://doi.org/10.1073/pnas.1805847115">https://doi.org/10.1073/pnas.1805847115</a>
  chicago: Kalinin, Nikita, Aldo Guzmán Sáenz, Y Prieto, Mikhail Shkolnikov, V Kalinina,
    and Ernesto Lupercio. “Self-Organized Criticality and Pattern Emergence through
    the Lens of Tropical Geometry.” <i>Proceedings of the National Academy of Sciences
    of the United States of America</i>. National Academy of Sciences, 2018. <a href="https://doi.org/10.1073/pnas.1805847115">https://doi.org/10.1073/pnas.1805847115</a>.
  ieee: N. Kalinin, A. Guzmán Sáenz, Y. Prieto, M. Shkolnikov, V. Kalinina, and E.
    Lupercio, “Self-organized criticality and pattern emergence through the lens of
    tropical geometry,” <i>Proceedings of the National Academy of Sciences of the
    United States of America</i>, vol. 115, no. 35. National Academy of Sciences,
    pp. E8135–E8142, 2018.
  ista: Kalinin N, Guzmán Sáenz A, Prieto Y, Shkolnikov M, Kalinina V, Lupercio E.
    2018. Self-organized criticality and pattern emergence through the lens of tropical
    geometry. Proceedings of the National Academy of Sciences of the United States
    of America. 115(35), E8135–E8142.
  mla: Kalinin, Nikita, et al. “Self-Organized Criticality and Pattern Emergence through
    the Lens of Tropical Geometry.” <i>Proceedings of the National Academy of Sciences
    of the United States of America</i>, vol. 115, no. 35, National Academy of Sciences,
    2018, pp. E8135–42, doi:<a href="https://doi.org/10.1073/pnas.1805847115">10.1073/pnas.1805847115</a>.
  short: N. Kalinin, A. Guzmán Sáenz, Y. Prieto, M. Shkolnikov, V. Kalinina, E. Lupercio,
    Proceedings of the National Academy of Sciences of the United States of America
    115 (2018) E8135–E8142.
date_created: 2018-12-11T11:44:26Z
date_published: 2018-08-28T00:00:00Z
date_updated: 2025-06-03T11:21:16Z
day: '28'
department:
- _id: TaHa
doi: 10.1073/pnas.1805847115
ec_funded: 1
external_id:
  arxiv:
  - '1806.09153'
  isi:
  - '000442861600009'
intvolume: '       115'
isi: 1
issue: '35'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1806.09153
month: '08'
oa: 1
oa_version: Preprint
page: E8135 - E8142
project:
- _id: 25681D80-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '291734'
  name: International IST Postdoc Fellowship Programme
publication: Proceedings of the National Academy of Sciences of the United States
  of America
publication_identifier:
  issn:
  - 0027-8424
publication_status: published
publisher: National Academy of Sciences
publist_id: '7990'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Self-organized criticality and pattern emergence through the lens of tropical
  geometry
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 115
year: '2018'
...
---
_id: '198'
abstract:
- lang: eng
  text: We consider a class of students learning a language from a teacher. The situation
    can be interpreted as a group of child learners receiving input from the linguistic
    environment. The teacher provides sample sentences. The students try to learn
    the grammar from the teacher. In addition to just listening to the teacher, the
    students can also communicate with each other. The students hold hypotheses about
    the grammar and change them if they receive counter evidence. The process stops
    when all students have converged to the correct grammar. We study how the time
    to convergence depends on the structure of the classroom by introducing and evaluating
    various complexity measures. We find that structured communication between students,
    although potentially introducing confusion, can greatly reduce some of the complexity
    measures. Our theory can also be interpreted as applying to the scientific process,
    where nature is the teacher and the scientists are the students.
article_number: '20180073'
article_processing_charge: No
article_type: original
author:
- first_name: Rasmus
  full_name: Ibsen-Jensen, Rasmus
  id: 3B699956-F248-11E8-B48F-1D18A9856A87
  last_name: Ibsen-Jensen
  orcid: 0000-0003-4783-0389
- first_name: Josef
  full_name: Tkadlec, Josef
  id: 3F24CCC8-F248-11E8-B48F-1D18A9856A87
  last_name: Tkadlec
  orcid: 0000-0002-1097-9684
- first_name: Krishnendu
  full_name: Chatterjee, Krishnendu
  id: 2E5DCA20-F248-11E8-B48F-1D18A9856A87
  last_name: Chatterjee
  orcid: 0000-0002-4561-241X
- first_name: Martin
  full_name: Nowak, Martin
  last_name: Nowak
citation:
  ama: Ibsen-Jensen R, Tkadlec J, Chatterjee K, Nowak M. Language acquisition with
    communication between learners. <i>Journal of the Royal Society Interface</i>.
    2018;15(140). doi:<a href="https://doi.org/10.1098/rsif.2018.0073">10.1098/rsif.2018.0073</a>
  apa: Ibsen-Jensen, R., Tkadlec, J., Chatterjee, K., &#38; Nowak, M. (2018). Language
    acquisition with communication between learners. <i>Journal of the Royal Society
    Interface</i>. The Royal Society. <a href="https://doi.org/10.1098/rsif.2018.0073">https://doi.org/10.1098/rsif.2018.0073</a>
  chicago: Ibsen-Jensen, Rasmus, Josef Tkadlec, Krishnendu Chatterjee, and Martin
    Nowak. “Language Acquisition with Communication between Learners.” <i>Journal
    of the Royal Society Interface</i>. The Royal Society, 2018. <a href="https://doi.org/10.1098/rsif.2018.0073">https://doi.org/10.1098/rsif.2018.0073</a>.
  ieee: R. Ibsen-Jensen, J. Tkadlec, K. Chatterjee, and M. Nowak, “Language acquisition
    with communication between learners,” <i>Journal of the Royal Society Interface</i>,
    vol. 15, no. 140. The Royal Society, 2018.
  ista: Ibsen-Jensen R, Tkadlec J, Chatterjee K, Nowak M. 2018. Language acquisition
    with communication between learners. Journal of the Royal Society Interface. 15(140),
    20180073.
  mla: Ibsen-Jensen, Rasmus, et al. “Language Acquisition with Communication between
    Learners.” <i>Journal of the Royal Society Interface</i>, vol. 15, no. 140, 20180073,
    The Royal Society, 2018, doi:<a href="https://doi.org/10.1098/rsif.2018.0073">10.1098/rsif.2018.0073</a>.
  short: R. Ibsen-Jensen, J. Tkadlec, K. Chatterjee, M. Nowak, Journal of the Royal
    Society Interface 15 (2018).
date_created: 2018-12-11T11:45:09Z
date_published: 2018-03-01T00:00:00Z
date_updated: 2025-04-15T07:26:26Z
day: '01'
ddc:
- '000'
department:
- _id: KrCh
doi: 10.1098/rsif.2018.0073
ec_funded: 1
external_id:
  isi:
  - '000428576200023'
  pmid:
  - '29593089'
file:
- access_level: open_access
  checksum: 444e1a9d98eb0e780671be82b13025f3
  content_type: application/pdf
  creator: dernst
  date_created: 2019-02-12T07:54:37Z
  date_updated: 2020-07-14T12:45:22Z
  file_id: '5955'
  file_name: 2018_RS_IbsenJensen.pdf
  file_size: 219837
  relation: main_file
file_date_updated: 2020-07-14T12:45:22Z
has_accepted_license: '1'
intvolume: '        15'
isi: 1
issue: '140'
language:
- iso: eng
month: '03'
oa: 1
oa_version: Submitted Version
pmid: 1
project:
- _id: 2581B60A-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '279307'
  name: 'Quantitative Graph Games: Theory and Applications'
- _id: 2584A770-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: P 23499-N23
  name: Modern Graph Algorithmic Techniques in Formal Verification
- _id: 25832EC2-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S 11407_N23
  name: Rigorous Systems Engineering
publication: Journal of the Royal Society Interface
publication_identifier:
  eissn:
  - 1742-5662
publication_status: published
publisher: The Royal Society
publist_id: '7715'
quality_controlled: '1'
related_material:
  link:
  - relation: supplementary_material
    url: https://dx.doi.org/10.6084/m9.figshare.c.4028971
  record:
  - id: '9814'
    relation: research_data
    status: public
scopus_import: '1'
status: public
title: Language acquisition with communication between learners
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 15
year: '2018'
...
---
_id: '199'
abstract:
- lang: eng
  text: Sex-biased genes are central to the study of sexual selection, sexual antagonism,
    and sex chromosome evolution. We describe a comprehensive de novo assembled transcriptome
    in the common frog Rana temporaria based on five developmental stages and three
    adult tissues from both sexes, obtained from a population with karyotypically
    homomorphic but genetically differentiated sex chromosomes. This allows the study
    of sex-biased gene expression throughout development, and its effect on the rate
    of gene evolution while accounting for pleiotropic expression, which is known
    to negatively correlate with the evolutionary rate. Overall, sex-biased genes
    had little overlap among developmental stages and adult tissues. Late developmental
    stages and gonad tissues had the highest numbers of stage-or tissue-specific genes.
    We find that pleiotropic gene expression is a better predictor than sex bias for
    the evolutionary rate of genes, though it often interacts with sex bias. Although
    genetically differentiated, the sex chromosomes were not enriched in sex-biased
    genes, possibly due to a very recent arrest of XY recombination. These results
    extend our understanding of the developmental dynamics, tissue specificity, and
    genomic localization of sex-biased genes.
article_number: '294'
article_processing_charge: No
author:
- first_name: Wen
  full_name: Ma, Wen
  last_name: Ma
- first_name: Paris
  full_name: Veltsos, Paris
  last_name: Veltsos
- first_name: Melissa A
  full_name: Toups, Melissa A
  id: 4E099E4E-F248-11E8-B48F-1D18A9856A87
  last_name: Toups
  orcid: 0000-0002-9752-7380
- first_name: Nicolas
  full_name: Rodrigues, Nicolas
  last_name: Rodrigues
- first_name: Roberto
  full_name: Sermier, Roberto
  last_name: Sermier
- first_name: Daniel
  full_name: Jeffries, Daniel
  last_name: Jeffries
- first_name: Nicolas
  full_name: Perrin, Nicolas
  last_name: Perrin
citation:
  ama: Ma W, Veltsos P, Toups MA, et al. Tissue specificity and dynamics of sex biased
    gene expression in a common frog population with differentiated, yet homomorphic,
    sex chromosomes. <i>Genes</i>. 2018;9(6). doi:<a href="https://doi.org/10.3390/genes9060294">10.3390/genes9060294</a>
  apa: Ma, W., Veltsos, P., Toups, M. A., Rodrigues, N., Sermier, R., Jeffries, D.,
    &#38; Perrin, N. (2018). Tissue specificity and dynamics of sex biased gene expression
    in a common frog population with differentiated, yet homomorphic, sex chromosomes.
    <i>Genes</i>. MDPI. <a href="https://doi.org/10.3390/genes9060294">https://doi.org/10.3390/genes9060294</a>
  chicago: Ma, Wen, Paris Veltsos, Melissa A Toups, Nicolas Rodrigues, Roberto Sermier,
    Daniel Jeffries, and Nicolas Perrin. “Tissue Specificity and Dynamics of Sex Biased
    Gene Expression in a Common Frog Population with Differentiated, yet Homomorphic,
    Sex Chromosomes.” <i>Genes</i>. MDPI, 2018. <a href="https://doi.org/10.3390/genes9060294">https://doi.org/10.3390/genes9060294</a>.
  ieee: W. Ma <i>et al.</i>, “Tissue specificity and dynamics of sex biased gene expression
    in a common frog population with differentiated, yet homomorphic, sex chromosomes,”
    <i>Genes</i>, vol. 9, no. 6. MDPI, 2018.
  ista: Ma W, Veltsos P, Toups MA, Rodrigues N, Sermier R, Jeffries D, Perrin N. 2018.
    Tissue specificity and dynamics of sex biased gene expression in a common frog
    population with differentiated, yet homomorphic, sex chromosomes. Genes. 9(6),
    294.
  mla: Ma, Wen, et al. “Tissue Specificity and Dynamics of Sex Biased Gene Expression
    in a Common Frog Population with Differentiated, yet Homomorphic, Sex Chromosomes.”
    <i>Genes</i>, vol. 9, no. 6, 294, MDPI, 2018, doi:<a href="https://doi.org/10.3390/genes9060294">10.3390/genes9060294</a>.
  short: W. Ma, P. Veltsos, M.A. Toups, N. Rodrigues, R. Sermier, D. Jeffries, N.
    Perrin, Genes 9 (2018).
date_created: 2018-12-11T11:45:09Z
date_published: 2018-06-12T00:00:00Z
date_updated: 2024-12-11T13:13:35Z
day: '12'
ddc:
- '570'
department:
- _id: BeVi
doi: 10.3390/genes9060294
external_id:
  isi:
  - '000436494200026'
file:
- access_level: open_access
  checksum: 423069beb1cd3cdd25bf3f464b38f1d7
  content_type: application/pdf
  creator: dernst
  date_created: 2019-02-01T07:52:28Z
  date_updated: 2020-07-14T12:45:22Z
  file_id: '5905'
  file_name: 2018_Genes_Ma.pdf
  file_size: 3985796
  relation: main_file
file_date_updated: 2020-07-14T12:45:22Z
has_accepted_license: '1'
intvolume: '         9'
isi: 1
issue: '6'
language:
- iso: eng
month: '06'
oa: 1
oa_version: Published Version
publication: Genes
publication_status: published
publisher: MDPI
publist_id: '7714'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Tissue specificity and dynamics of sex biased gene expression in a common frog
  population with differentiated, yet homomorphic, sex chromosomes
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 9
year: '2018'
...
