---
_id: '941'
abstract:
- lang: eng
  text: 'Recently there has been a proliferation of automated program repair (APR)
    techniques, targeting various programming languages. Such techniques can be generally
    classified into two families: syntactic- and semantics-based. Semantics-based
    APR, on which we focus, typically uses symbolic execution to infer semantic constraints
    and then program synthesis to construct repairs conforming to them. While syntactic-based
    APR techniques have been shown successful on bugs in real-world programs written
    in both C and Java, semantics-based APR techniques mostly target C programs. This
    leaves empirical comparisons of the APR families not fully explored, and developers
    without a Java-based semantics APR technique. We present JFix, a semantics-based
    APR framework that targets Java, and an associated Eclipse plugin. JFix is implemented
    atop Symbolic PathFinder, a well-known symbolic execution engine for Java programs.
    It extends one particular APR technique (Angelix), and is designed to be sufficiently
    generic to support a variety of such techniques. We demonstrate that semantics-based
    APR can indeed efficiently and effectively repair a variety of classes of bugs
    in large real-world Java programs. This supports our claim that the framework
    can both support developers seeking semantics-based repair of bugs in Java programs,
    as well as enable larger scale empirical studies comparing syntactic- and semantics-based
    APR targeting Java. The demonstration of our tool is available via the project
    website at: https://xuanbachle.github.io/semanticsrepair/ '
acknowledgement: We thank Vu Le (Microsoft Research, Redmond), and anonymous reviewers
  for their comments. Duc-Hiep Chu was supported in part by the Austrian Science Fund
  (FWF) under grants S11402-N23 (RiSE/SHiNE) and Z211-N23 (Wittgenstein Award).
article_processing_charge: No
author:
- first_name: Xuan
  full_name: Le, Xuan
  last_name: Le
- first_name: Duc Hiep
  full_name: Chu, Duc Hiep
  id: 3598E630-F248-11E8-B48F-1D18A9856A87
  last_name: Chu
- first_name: David
  full_name: Lo, David
  last_name: Lo
- first_name: Claire
  full_name: Le Goues, Claire
  last_name: Le Goues
- first_name: Willem
  full_name: Visser, Willem
  last_name: Visser
citation:
  ama: 'Le X, Chu DH, Lo D, Le Goues C, Visser W. JFIX: Semantics-based repair of
    Java programs via symbolic  PathFinder. In: <i>Proceedings of the 26th ACM SIGSOFT
    International Symposium on Software Testing and Analysis</i>. ACM; 2017:376-379.
    doi:<a href="https://doi.org/10.1145/3092703.3098225">10.1145/3092703.3098225</a>'
  apa: 'Le, X., Chu, D. H., Lo, D., Le Goues, C., &#38; Visser, W. (2017). JFIX: Semantics-based
    repair of Java programs via symbolic  PathFinder. In <i>Proceedings of the 26th
    ACM SIGSOFT International Symposium on Software Testing and Analysis</i> (pp.
    376–379). Santa Barbara, CA, United States: ACM. <a href="https://doi.org/10.1145/3092703.3098225">https://doi.org/10.1145/3092703.3098225</a>'
  chicago: 'Le, Xuan, Duc Hiep Chu, David Lo, Claire Le Goues, and Willem Visser.
    “JFIX: Semantics-Based Repair of Java Programs via Symbolic  PathFinder.” In <i>Proceedings
    of the 26th ACM SIGSOFT International Symposium on Software Testing and Analysis</i>,
    376–79. ACM, 2017. <a href="https://doi.org/10.1145/3092703.3098225">https://doi.org/10.1145/3092703.3098225</a>.'
  ieee: 'X. Le, D. H. Chu, D. Lo, C. Le Goues, and W. Visser, “JFIX: Semantics-based
    repair of Java programs via symbolic  PathFinder,” in <i>Proceedings of the 26th
    ACM SIGSOFT International Symposium on Software Testing and Analysis</i>, Santa
    Barbara, CA, United States, 2017, pp. 376–379.'
  ista: 'Le X, Chu DH, Lo D, Le Goues C, Visser W. 2017. JFIX: Semantics-based repair
    of Java programs via symbolic  PathFinder. Proceedings of the 26th ACM SIGSOFT
    International Symposium on Software Testing and Analysis. ISSTA: International
    Symposium on Software Testing and Analysis, 376–379.'
  mla: 'Le, Xuan, et al. “JFIX: Semantics-Based Repair of Java Programs via Symbolic 
    PathFinder.” <i>Proceedings of the 26th ACM SIGSOFT International Symposium on
    Software Testing and Analysis</i>, ACM, 2017, pp. 376–79, doi:<a href="https://doi.org/10.1145/3092703.3098225">10.1145/3092703.3098225</a>.'
  short: X. Le, D.H. Chu, D. Lo, C. Le Goues, W. Visser, in:, Proceedings of the 26th
    ACM SIGSOFT International Symposium on Software Testing and Analysis, ACM, 2017,
    pp. 376–379.
conference:
  end_date: 2017-07-14
  location: Santa Barbara, CA, United States
  name: 'ISSTA: International Symposium on Software Testing and Analysis'
  start_date: 2017-07-10
corr_author: '1'
date_created: 2018-12-11T11:49:19Z
date_published: 2017-07-10T00:00:00Z
date_updated: 2025-09-18T10:39:32Z
day: '10'
department:
- _id: ToHe
doi: 10.1145/3092703.3098225
external_id:
  isi:
  - '000462903600038'
isi: 1
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://core.ac.uk/download/pdf/111759662.pdf
month: '07'
oa: 1
oa_version: Published Version
page: '376 - 379 '
project:
- _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: Proceedings of the 26th ACM SIGSOFT International Symposium on Software
  Testing and Analysis
publication_status: published
publisher: ACM
publist_id: '6478'
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'JFIX: Semantics-based repair of Java programs via symbolic  PathFinder'
type: conference
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
year: '2017'
...
---
_id: '942'
abstract:
- lang: eng
  text: 'A notable class of techniques for automatic program repair is known as semantics-based.
    Such techniques, e.g., Angelix, infer semantic specifications via symbolic execution,
    and then use program synthesis to construct new code that satisfies those inferred
    specifications. However, the obtained specifications are naturally incomplete,
    leaving the synthesis engine with a difficult task of synthesizing a general solution
    from a sparse space of many possible solutions that are consistent with the provided
    specifications but that do not necessarily generalize. We present S3, a new repair
    synthesis engine that leverages programming-by-examples methodology to synthesize
    high-quality bug repairs. The novelty in S3 that allows it to tackle the sparse
    search space to create more general repairs is three-fold: (1) A systematic way
    to customize and constrain the syntactic search space via a domain-specific language,
    (2) An efficient enumeration-based search strategy over the constrained search
    space, and (3) A number of ranking features based on measures of the syntactic
    and semantic distances between candidate solutions and the original buggy program.
    We compare S3’s repair effectiveness with state-of-the-art synthesis engines Angelix,
    Enumerative, and CVC4. S3 can successfully and correctly fix at least three times
    more bugs than the best baseline on datasets of 52 bugs in small programs, and
    100 bugs in real-world large programs. '
article_processing_charge: No
author:
- first_name: Xuan
  full_name: Le, Xuan
  last_name: Le
- first_name: Duc Hiep
  full_name: Chu, Duc Hiep
  id: 3598E630-F248-11E8-B48F-1D18A9856A87
  last_name: Chu
- first_name: David
  full_name: Lo, David
  last_name: Lo
- first_name: Claire
  full_name: Le Goues, Claire
  last_name: Le Goues
- first_name: Willem
  full_name: Visser, Willem
  last_name: Visser
citation:
  ama: 'Le X, Chu DH, Lo D, Le Goues C, Visser W. S3: Syntax- and semantic-guided
    repair synthesis via programming by examples. In: Vol F130154. ACM; 2017:593-604.
    doi:<a href="https://doi.org/10.1145/3106237.3106309">10.1145/3106237.3106309</a>'
  apa: 'Le, X., Chu, D. H., Lo, D., Le Goues, C., &#38; Visser, W. (2017). S3: Syntax-
    and semantic-guided repair synthesis via programming by examples (Vol. F130154,
    pp. 593–604). Presented at the FSE: Foundations of Software Engineering, Paderborn,
    Germany: ACM. <a href="https://doi.org/10.1145/3106237.3106309">https://doi.org/10.1145/3106237.3106309</a>'
  chicago: 'Le, Xuan, Duc Hiep Chu, David Lo, Claire Le Goues, and Willem Visser.
    “S3: Syntax- and Semantic-Guided Repair Synthesis via Programming by Examples,”
    F130154:593–604. ACM, 2017. <a href="https://doi.org/10.1145/3106237.3106309">https://doi.org/10.1145/3106237.3106309</a>.'
  ieee: 'X. Le, D. H. Chu, D. Lo, C. Le Goues, and W. Visser, “S3: Syntax- and semantic-guided
    repair synthesis via programming by examples,” presented at the FSE: Foundations
    of Software Engineering, Paderborn, Germany, 2017, vol. F130154, pp. 593–604.'
  ista: 'Le X, Chu DH, Lo D, Le Goues C, Visser W. 2017. S3: Syntax- and semantic-guided
    repair synthesis via programming by examples. FSE: Foundations of Software Engineering
    vol. F130154, 593–604.'
  mla: 'Le, Xuan, et al. <i>S3: Syntax- and Semantic-Guided Repair Synthesis via Programming
    by Examples</i>. Vol. F130154, ACM, 2017, pp. 593–604, doi:<a href="https://doi.org/10.1145/3106237.3106309">10.1145/3106237.3106309</a>.'
  short: X. Le, D.H. Chu, D. Lo, C. Le Goues, W. Visser, in:, ACM, 2017, pp. 593–604.
conference:
  end_date: 2017-09-08
  location: Paderborn, Germany
  name: 'FSE: Foundations of Software Engineering'
  start_date: 2017-09-04
date_created: 2018-12-11T11:49:19Z
date_published: 2017-09-01T00:00:00Z
date_updated: 2025-04-15T06:25:57Z
day: '01'
department:
- _id: ToHe
doi: 10.1145/3106237.3106309
external_id:
  isi:
  - '000414279300055'
isi: 1
language:
- iso: eng
month: '09'
oa_version: None
page: 593 - 604
project:
- _id: 25F5A88A-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S11402-N23
  name: Moderne Concurrency Paradigms
- _id: 25F42A32-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: Z211
  name: Formal methods for the design and analysis of complex systems
publication_identifier:
  isbn:
  - 978-145035105-8
publication_status: published
publisher: ACM
publist_id: '6477'
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'S3: Syntax- and semantic-guided repair synthesis via programming by examples'
type: conference
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: F130154
year: '2017'
...
---
_id: '943'
abstract:
- lang: eng
  text: Like many developing tissues, the vertebrate neural tube is patterned by antiparallel
    morphogen gradients. To understand how these inputs are interpreted, we measured
    morphogen signaling and target gene expression in mouse embryos and chick ex vivo
    assays. From these data, we derived and validated a characteristic decoding map
    that relates morphogen input to the positional identity of neural progenitors.
    Analysis of the observed responses indicates that the underlying interpretation
    strategy minimizes patterning errors in response to the joint input of noisy opposing
    gradients. We reverse-engineered a transcriptional network that provides a mechanistic
    basis for the observed cell fate decisions and accounts for the precision and
    dynamics of pattern formation. Together, our data link opposing gradient dynamics
    in a growing tissue to precise pattern formation.
article_processing_charge: No
author:
- first_name: Marcin P
  full_name: Zagórski, Marcin P
  id: 343DA0DC-F248-11E8-B48F-1D18A9856A87
  last_name: Zagórski
  orcid: 0000-0001-7896-7762
- first_name: Yoji
  full_name: Tabata, Yoji
  last_name: Tabata
- first_name: Nathalie
  full_name: Brandenberg, Nathalie
  last_name: Brandenberg
- first_name: Matthias
  full_name: Lutolf, Matthias
  last_name: Lutolf
- first_name: Gasper
  full_name: Tkacik, Gasper
  id: 3D494DCA-F248-11E8-B48F-1D18A9856A87
  last_name: Tkacik
  orcid: 0000-0002-6699-1455
- first_name: Tobias
  full_name: Bollenbach, Tobias
  last_name: Bollenbach
- first_name: James
  full_name: Briscoe, James
  last_name: Briscoe
- first_name: Anna
  full_name: Kicheva, Anna
  id: 3959A2A0-F248-11E8-B48F-1D18A9856A87
  last_name: Kicheva
  orcid: 0000-0003-4509-4998
citation:
  ama: Zagórski MP, Tabata Y, Brandenberg N, et al. Decoding of position in the developing
    neural tube from antiparallel morphogen gradients. <i>Science</i>. 2017;356(6345):1379-1383.
    doi:<a href="https://doi.org/10.1126/science.aam5887">10.1126/science.aam5887</a>
  apa: Zagórski, M. P., Tabata, Y., Brandenberg, N., Lutolf, M., Tkačik, G., Bollenbach,
    T., … Kicheva, A. (2017). Decoding of position in the developing neural tube from
    antiparallel morphogen gradients. <i>Science</i>. American Association for the
    Advancement of Science. <a href="https://doi.org/10.1126/science.aam5887">https://doi.org/10.1126/science.aam5887</a>
  chicago: Zagórski, Marcin P, Yoji Tabata, Nathalie Brandenberg, Matthias Lutolf,
    Gašper Tkačik, Tobias Bollenbach, James Briscoe, and Anna Kicheva. “Decoding of
    Position in the Developing Neural Tube from Antiparallel Morphogen Gradients.”
    <i>Science</i>. American Association for the Advancement of Science, 2017. <a
    href="https://doi.org/10.1126/science.aam5887">https://doi.org/10.1126/science.aam5887</a>.
  ieee: M. P. Zagórski <i>et al.</i>, “Decoding of position in the developing neural
    tube from antiparallel morphogen gradients,” <i>Science</i>, vol. 356, no. 6345.
    American Association for the Advancement of Science, pp. 1379–1383, 2017.
  ista: Zagórski MP, Tabata Y, Brandenberg N, Lutolf M, Tkačik G, Bollenbach T, Briscoe
    J, Kicheva A. 2017. Decoding of position in the developing neural tube from antiparallel
    morphogen gradients. Science. 356(6345), 1379–1383.
  mla: Zagórski, Marcin P., et al. “Decoding of Position in the Developing Neural
    Tube from Antiparallel Morphogen Gradients.” <i>Science</i>, vol. 356, no. 6345,
    American Association for the Advancement of Science, 2017, pp. 1379–83, doi:<a
    href="https://doi.org/10.1126/science.aam5887">10.1126/science.aam5887</a>.
  short: M.P. Zagórski, Y. Tabata, N. Brandenberg, M. Lutolf, G. Tkačik, T. Bollenbach,
    J. Briscoe, A. Kicheva, Science 356 (2017) 1379–1383.
corr_author: '1'
date_created: 2018-12-11T11:49:20Z
date_published: 2017-06-30T00:00:00Z
date_updated: 2025-07-10T12:01:45Z
day: '30'
department:
- _id: AnKi
- _id: GaTk
doi: 10.1126/science.aam5887
ec_funded: 1
external_id:
  isi:
  - '000404351500036'
  pmid:
  - '28663499'
intvolume: '       356'
isi: 1
issue: '6345'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5568706/
month: '06'
oa: 1
oa_version: Submitted Version
page: 1379 - 1383
pmid: 1
project:
- _id: 254E9036-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: P28844-B27
  name: Biophysics of information processing in gene regulation
- _id: B6FC0238-B512-11E9-945C-1524E6697425
  call_identifier: H2020
  grant_number: '680037'
  name: Coordination of Patterning And Growth In the Spinal Cord
- _id: 25681D80-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '291734'
  name: International IST Postdoc Fellowship Programme
- _id: 2524F500-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '201439'
  name: Developing High-Throughput Bioassays for Human Cancers in Zebrafish
publication: Science
publication_identifier:
  issn:
  - 0036-8075
publication_status: published
publisher: American Association for the Advancement of Science
publist_id: '6474'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Decoding of position in the developing neural tube from antiparallel morphogen
  gradients
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 356
year: '2017'
...
---
_id: '9445'
abstract:
- lang: eng
  text: Cytosine methylation regulates essential genome functions across eukaryotes,
    but the fundamental question of whether nucleosomal or naked DNA is the preferred
    substrate of plant and animal methyltransferases remains unresolved. Here, we
    show that genetic inactivation of a single DDM1/Lsh family nucleosome remodeler
    biases methylation toward inter-nucleosomal linker DNA in Arabidopsis thaliana
    and mouse. We find that DDM1 enables methylation of DNA bound to the nucleosome,
    suggesting that nucleosome-free DNA is the preferred substrate of eukaryotic methyltransferases
    in vivo. Furthermore, we show that simultaneous mutation of DDM1 and linker histone
    H1 in Arabidopsis reproduces the strong linker-specific methylation patterns of
    species that diverged from flowering plants and animals over a billion years ago.
    Our results indicate that in the absence of remodeling, nucleosomes are strong
    barriers to DNA methyltransferases. Linker-specific methylation can evolve simply
    by breaking the connection between nucleosome remodeling and DNA methylation.
article_number: e30674
article_processing_charge: No
article_type: original
author:
- first_name: David B
  full_name: Lyons, David B
  last_name: Lyons
- first_name: Daniel
  full_name: Zilberman, Daniel
  id: 6973db13-dd5f-11ea-814e-b3e5455e9ed1
  last_name: Zilberman
  orcid: 0000-0002-0123-8649
citation:
  ama: Lyons DB, Zilberman D. DDM1 and Lsh remodelers allow methylation of DNA wrapped
    in nucleosomes. <i>eLife</i>. 2017;6. doi:<a href="https://doi.org/10.7554/elife.30674">10.7554/elife.30674</a>
  apa: Lyons, D. B., &#38; Zilberman, D. (2017). DDM1 and Lsh remodelers allow methylation
    of DNA wrapped in nucleosomes. <i>ELife</i>. eLife Sciences Publications. <a href="https://doi.org/10.7554/elife.30674">https://doi.org/10.7554/elife.30674</a>
  chicago: Lyons, David B, and Daniel Zilberman. “DDM1 and Lsh Remodelers Allow Methylation
    of DNA Wrapped in Nucleosomes.” <i>ELife</i>. eLife Sciences Publications, 2017.
    <a href="https://doi.org/10.7554/elife.30674">https://doi.org/10.7554/elife.30674</a>.
  ieee: D. B. Lyons and D. Zilberman, “DDM1 and Lsh remodelers allow methylation of
    DNA wrapped in nucleosomes,” <i>eLife</i>, vol. 6. eLife Sciences Publications,
    2017.
  ista: Lyons DB, Zilberman D. 2017. DDM1 and Lsh remodelers allow methylation of
    DNA wrapped in nucleosomes. eLife. 6, e30674.
  mla: Lyons, David B., and Daniel Zilberman. “DDM1 and Lsh Remodelers Allow Methylation
    of DNA Wrapped in Nucleosomes.” <i>ELife</i>, vol. 6, e30674, eLife Sciences Publications,
    2017, doi:<a href="https://doi.org/10.7554/elife.30674">10.7554/elife.30674</a>.
  short: D.B. Lyons, D. Zilberman, ELife 6 (2017).
date_created: 2021-06-02T14:28:58Z
date_published: 2017-11-15T00:00:00Z
date_updated: 2021-12-14T07:54:36Z
day: '15'
ddc:
- '570'
department:
- _id: DaZi
doi: 10.7554/elife.30674
extern: '1'
external_id:
  pmid:
  - '29140247'
file:
- access_level: open_access
  checksum: 4cfcdd67511ae4aed3d993550e46e146
  content_type: application/pdf
  creator: cziletti
  date_created: 2021-06-02T14:33:36Z
  date_updated: 2021-06-02T14:33:36Z
  file_id: '9446'
  file_name: 2017_eLife_Lyons.pdf
  file_size: 1603102
  relation: main_file
  success: 1
file_date_updated: 2021-06-02T14:33:36Z
has_accepted_license: '1'
intvolume: '         6'
language:
- iso: eng
month: '11'
oa: 1
oa_version: Published Version
pmid: 1
publication: eLife
publication_identifier:
  eissn:
  - 2050-084X
publication_status: published
publisher: eLife Sciences Publications
quality_controlled: '1'
scopus_import: '1'
status: public
title: DDM1 and Lsh remodelers allow methylation of DNA wrapped in nucleosomes
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: 8b945eb4-e2f2-11eb-945a-df72226e66a9
volume: 6
year: '2017'
...
---
_id: '946'
abstract:
- lang: eng
  text: Roots navigate through soil integrating environmental signals to orient their
    growth. The Arabidopsis root is a widely used model for developmental, physiological
    and cell biological studies. Live imaging greatly aids these efforts, but the
    horizontal sample position and continuous root tip displacement present significant
    difficulties. Here, we develop a confocal microscope setup for vertical sample
    mounting and integrated directional illumination. We present TipTracker – a custom
    software for automatic tracking of diverse moving objects usable on various microscope
    setups. Combined, this enables observation of root tips growing along the natural
    gravity vector over prolonged periods of time, as well as the ability to induce
    rapid gravity or light stimulation. We also track migrating cells in the developing
    zebrafish embryo, demonstrating the utility of this system in the acquisition
    of high-resolution data sets of dynamic samples. We provide detailed descriptions
    of the tools enabling the easy implementation on other microscopes.
acknowledged_ssus:
- _id: M-Shop
- _id: Bio
acknowledgement: "Funding: Marie Curie Actions (FP7/2007-2013 no 291734) to Daniel
  von Wangenheim; Austrian Science Fund (M 2128-B21) to Matyáš Fendrych; Austrian
  Science Fund (FWF01_I1774S) to Eva Benková; European Research Council (FP7/2007-2013
  no 282300) to Jiří Friml. \r\nThe authors are grateful to the Miba Machine Shop
  at IST Austria for their contribution to the microscope setup and to Yvonne Kemper
  for reading, understanding and correcting the manuscript.\r\n#BioimagingFacility"
article_number: e26792
article_processing_charge: Yes
author:
- first_name: Daniel
  full_name: Von Wangenheim, Daniel
  id: 49E91952-F248-11E8-B48F-1D18A9856A87
  last_name: Von Wangenheim
  orcid: 0000-0002-6862-1247
- first_name: Robert
  full_name: Hauschild, Robert
  id: 4E01D6B4-F248-11E8-B48F-1D18A9856A87
  last_name: Hauschild
  orcid: 0000-0001-9843-3522
- first_name: Matyas
  full_name: Fendrych, Matyas
  id: 43905548-F248-11E8-B48F-1D18A9856A87
  last_name: Fendrych
  orcid: 0000-0002-9767-8699
- first_name: Vanessa
  full_name: Barone, Vanessa
  id: 419EECCC-F248-11E8-B48F-1D18A9856A87
  last_name: Barone
  orcid: 0000-0003-2676-3367
- first_name: Eva
  full_name: Benková, Eva
  id: 38F4F166-F248-11E8-B48F-1D18A9856A87
  last_name: Benková
  orcid: 0000-0002-8510-9739
- first_name: Jirí
  full_name: Friml, Jirí
  id: 4159519E-F248-11E8-B48F-1D18A9856A87
  last_name: Friml
  orcid: 0000-0002-8302-7596
citation:
  ama: von Wangenheim D, Hauschild R, Fendrych M, Barone V, Benková E, Friml J. Live
    tracking of moving samples in confocal microscopy for vertically grown roots.
    <i>eLife</i>. 2017;6. doi:<a href="https://doi.org/10.7554/eLife.26792">10.7554/eLife.26792</a>
  apa: von Wangenheim, D., Hauschild, R., Fendrych, M., Barone, V., Benková, E., &#38;
    Friml, J. (2017). Live tracking of moving samples in confocal microscopy for vertically
    grown roots. <i>ELife</i>. eLife Sciences Publications. <a href="https://doi.org/10.7554/eLife.26792">https://doi.org/10.7554/eLife.26792</a>
  chicago: Wangenheim, Daniel von, Robert Hauschild, Matyas Fendrych, Vanessa Barone,
    Eva Benková, and Jiří Friml. “Live Tracking of Moving Samples in Confocal Microscopy
    for Vertically Grown Roots.” <i>ELife</i>. eLife Sciences Publications, 2017.
    <a href="https://doi.org/10.7554/eLife.26792">https://doi.org/10.7554/eLife.26792</a>.
  ieee: D. von Wangenheim, R. Hauschild, M. Fendrych, V. Barone, E. Benková, and J.
    Friml, “Live tracking of moving samples in confocal microscopy for vertically
    grown roots,” <i>eLife</i>, vol. 6. eLife Sciences Publications, 2017.
  ista: von Wangenheim D, Hauschild R, Fendrych M, Barone V, Benková E, Friml J. 2017.
    Live tracking of moving samples in confocal microscopy for vertically grown roots.
    eLife. 6, e26792.
  mla: von Wangenheim, Daniel, et al. “Live Tracking of Moving Samples in Confocal
    Microscopy for Vertically Grown Roots.” <i>ELife</i>, vol. 6, e26792, eLife Sciences
    Publications, 2017, doi:<a href="https://doi.org/10.7554/eLife.26792">10.7554/eLife.26792</a>.
  short: D. von Wangenheim, R. Hauschild, M. Fendrych, V. Barone, E. Benková, J. Friml,
    ELife 6 (2017).
date_created: 2018-12-11T11:49:21Z
date_published: 2017-06-19T00:00:00Z
date_updated: 2025-04-15T06:37:26Z
day: '19'
ddc:
- '570'
department:
- _id: JiFr
- _id: Bio
- _id: CaHe
- _id: EvBe
doi: 10.7554/eLife.26792
ec_funded: 1
external_id:
  isi:
  - '000404728300001'
file:
- access_level: open_access
  checksum: 9af3398cb0d81f99d79016a616df22e9
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T10:17:57Z
  date_updated: 2020-07-14T12:48:15Z
  file_id: '5315'
  file_name: IST-2017-847-v1+1_elife-26792-v2.pdf
  file_size: 19581847
  relation: main_file
file_date_updated: 2020-07-14T12:48:15Z
has_accepted_license: '1'
intvolume: '         6'
isi: 1
language:
- iso: eng
month: '06'
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
- _id: 2572ED28-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: M02128
  name: Molecular basis of root growth inhibition by auxin
- _id: 2542D156-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: I 1774-B16
  name: Hormone cross-talk drives nutrient dependent plant development
- _id: 25716A02-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '282300'
  name: Polarity and subcellular dynamics in plants
publication: eLife
publication_status: published
publisher: eLife Sciences Publications
publist_id: '6471'
pubrep_id: '847'
quality_controlled: '1'
related_material:
  record:
  - id: '5566'
    relation: popular_science
    status: public
scopus_import: '1'
status: public
title: Live tracking of moving samples in confocal microscopy for vertically grown
  roots
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: '2017'
...
---
_id: '947'
abstract:
- lang: eng
  text: Viewing the ways a living cell can organize its metabolism as the phase space
    of a physical system, regulation can be seen as the ability to reduce the entropy
    of that space by selecting specific cellular configurations that are, in some
    sense, optimal. Here we quantify the amount of regulation required to control
    a cell's growth rate by a maximum-entropy approach to the space of underlying
    metabolic phenotypes, where a configuration corresponds to a metabolic flux pattern
    as described by genome-scale models. We link the mean growth rate achieved by
    a population of cells to the minimal amount of metabolic regulation needed to
    achieve it through a phase diagram that highlights how growth suppression can
    be as costly (in regulatory terms) as growth enhancement. Moreover, we provide
    an interpretation of the inverse temperature β controlling maximum-entropy distributions
    based on the underlying growth dynamics. Specifically, we show that the asymptotic
    value of β for a cell population can be expected to depend on (i) the carrying
    capacity of the environment, (ii) the initial size of the colony, and (iii) the
    probability distribution from which the inoculum was sampled. Results obtained
    for E. coli and human cells are found to be remarkably consistent with empirical
    evidence.
article_number: '010401'
article_processing_charge: No
arxiv: 1
author:
- first_name: Daniele
  full_name: De Martino, Daniele
  id: 3FF5848A-F248-11E8-B48F-1D18A9856A87
  last_name: De Martino
  orcid: 0000-0002-5214-4706
- first_name: Fabrizio
  full_name: Capuani, Fabrizio
  last_name: Capuani
- first_name: Andrea
  full_name: De Martino, Andrea
  last_name: De Martino
citation:
  ama: De Martino D, Capuani F, De Martino A. Quantifying the entropic cost of cellular
    growth control. <i> Physical Review E Statistical Nonlinear and Soft Matter Physics
    </i>. 2017;96(1). doi:<a href="https://doi.org/10.1103/PhysRevE.96.010401">10.1103/PhysRevE.96.010401</a>
  apa: De Martino, D., Capuani, F., &#38; De Martino, A. (2017). Quantifying the entropic
    cost of cellular growth control. <i> Physical Review E Statistical Nonlinear and
    Soft Matter Physics </i>. American Institute of Physics. <a href="https://doi.org/10.1103/PhysRevE.96.010401">https://doi.org/10.1103/PhysRevE.96.010401</a>
  chicago: De Martino, Daniele, Fabrizio Capuani, and Andrea De Martino. “Quantifying
    the Entropic Cost of Cellular Growth Control.” <i> Physical Review E Statistical
    Nonlinear and Soft Matter Physics </i>. American Institute of Physics, 2017. <a
    href="https://doi.org/10.1103/PhysRevE.96.010401">https://doi.org/10.1103/PhysRevE.96.010401</a>.
  ieee: D. De Martino, F. Capuani, and A. De Martino, “Quantifying the entropic cost
    of cellular growth control,” <i> Physical Review E Statistical Nonlinear and Soft
    Matter Physics </i>, vol. 96, no. 1. American Institute of Physics, 2017.
  ista: De Martino D, Capuani F, De Martino A. 2017. Quantifying the entropic cost
    of cellular growth control.  Physical Review E Statistical Nonlinear and Soft
    Matter Physics . 96(1), 010401.
  mla: De Martino, Daniele, et al. “Quantifying the Entropic Cost of Cellular Growth
    Control.” <i> Physical Review E Statistical Nonlinear and Soft Matter Physics
    </i>, vol. 96, no. 1, 010401, American Institute of Physics, 2017, doi:<a href="https://doi.org/10.1103/PhysRevE.96.010401">10.1103/PhysRevE.96.010401</a>.
  short: D. De Martino, F. Capuani, A. De Martino,  Physical Review E Statistical
    Nonlinear and Soft Matter Physics  96 (2017).
date_created: 2018-12-11T11:49:21Z
date_published: 2017-07-10T00:00:00Z
date_updated: 2025-06-04T08:12:18Z
day: '10'
department:
- _id: GaTk
doi: 10.1103/PhysRevE.96.010401
ec_funded: 1
external_id:
  arxiv:
  - '1703.00219'
  isi:
  - '000405194200002'
intvolume: '        96'
isi: 1
issue: '1'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1703.00219
month: '07'
oa: 1
oa_version: Submitted Version
project:
- _id: 25681D80-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '291734'
  name: International IST Postdoc Fellowship Programme
publication: ' Physical Review E Statistical Nonlinear and Soft Matter Physics '
publication_identifier:
  issn:
  - 2470-0045
publication_status: published
publisher: American Institute of Physics
publist_id: '6470'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Quantifying the entropic cost of cellular growth control
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 96
year: '2017'
...
---
_id: '950'
abstract:
- lang: eng
  text: "Two-player games on graphs are widely studied in formal methods as they model
    the interaction between a system and its environment. The game is played by moving
    a token throughout a graph to produce an infinite path. There are several common
    modes to determine how the players move the token through the graph; e.g., in
    turn-based games the players alternate turns in moving the token. We study the
    bidding mode of moving the token, which, to the best of our knowledge, has never
    been studied in infinite-duration games. Both players have separate budgets, which
    sum up to $1$. In each turn, a bidding takes place. Both players submit bids simultaneously,
    and a bid is legal if it does not exceed the available budget. The winner of the
    bidding pays his bid to the other player and moves the token. For reachability
    objectives, repeated bidding games have been studied and are called Richman games.
    There, a central question is the existence and computation of threshold budgets;
    namely, a value t\\in [0,1] such that if\\PO's budget exceeds $t$, he can win
    the game, and if\\PT's budget exceeds 1-t, he can win the game. We focus on parity
    games and mean-payoff games. We show the existence of threshold budgets in these
    games, and reduce the problem of finding them to Richman games. We also determine
    the strategy-complexity of an optimal strategy. Our most interesting result shows
    that memoryless strategies suffice for mean-payoff bidding games. \r\n"
alternative_title:
- LIPIcs
article_number: '17'
arxiv: 1
author:
- first_name: Guy
  full_name: Avni, Guy
  id: 463C8BC2-F248-11E8-B48F-1D18A9856A87
  last_name: Avni
  orcid: 0000-0001-5588-8287
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
- first_name: Ventsislav K
  full_name: Chonev, Ventsislav K
  id: 36CBE2E6-F248-11E8-B48F-1D18A9856A87
  last_name: Chonev
citation:
  ama: 'Avni G, Henzinger TA, Chonev VK. Infinite-duration bidding games. In: Vol
    85. Schloss Dagstuhl - Leibniz-Zentrum für Informatik; 2017. doi:<a href="https://doi.org/10.4230/LIPIcs.CONCUR.2017.21">10.4230/LIPIcs.CONCUR.2017.21</a>'
  apa: 'Avni, G., Henzinger, T. A., &#38; Chonev, V. K. (2017). Infinite-duration
    bidding games (Vol. 85). Presented at the CONCUR: Concurrency Theory, Berlin,
    Germany: Schloss Dagstuhl - Leibniz-Zentrum für Informatik. <a href="https://doi.org/10.4230/LIPIcs.CONCUR.2017.21">https://doi.org/10.4230/LIPIcs.CONCUR.2017.21</a>'
  chicago: Avni, Guy, Thomas A Henzinger, and Ventsislav K Chonev. “Infinite-Duration
    Bidding Games,” Vol. 85. Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 2017.
    <a href="https://doi.org/10.4230/LIPIcs.CONCUR.2017.21">https://doi.org/10.4230/LIPIcs.CONCUR.2017.21</a>.
  ieee: 'G. Avni, T. A. Henzinger, and V. K. Chonev, “Infinite-duration bidding games,”
    presented at the CONCUR: Concurrency Theory, Berlin, Germany, 2017, vol. 85.'
  ista: 'Avni G, Henzinger TA, Chonev VK. 2017. Infinite-duration bidding games. CONCUR:
    Concurrency Theory, LIPIcs, vol. 85, 17.'
  mla: Avni, Guy, et al. <i>Infinite-Duration Bidding Games</i>. Vol. 85, 17, Schloss
    Dagstuhl - Leibniz-Zentrum für Informatik, 2017, doi:<a href="https://doi.org/10.4230/LIPIcs.CONCUR.2017.21">10.4230/LIPIcs.CONCUR.2017.21</a>.
  short: G. Avni, T.A. Henzinger, V.K. Chonev, in:, Schloss Dagstuhl - Leibniz-Zentrum
    für Informatik, 2017.
conference:
  end_date: 2017-09-07
  location: Berlin, Germany
  name: 'CONCUR: Concurrency Theory'
  start_date: 2017-09-05
date_created: 2018-12-11T11:49:22Z
date_published: 2017-09-01T00:00:00Z
date_updated: 2025-07-10T11:53:48Z
day: '01'
ddc:
- '000'
department:
- _id: ToHe
- _id: KrCh
doi: 10.4230/LIPIcs.CONCUR.2017.21
external_id:
  arxiv:
  - '1705.01433'
file:
- access_level: open_access
  checksum: 6d5cccf755207b91ccbef95d8275b013
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T10:18:00Z
  date_updated: 2020-07-14T12:48:16Z
  file_id: '5318'
  file_name: IST-2017-844-v1+1_concur-cr.pdf
  file_size: 335170
  relation: main_file
file_date_updated: 2020-07-14T12:48:16Z
has_accepted_license: '1'
intvolume: '        85'
language:
- iso: eng
month: '09'
oa: 1
oa_version: Published Version
project:
- _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_identifier:
  issn:
  - 1868-8969
publication_status: published
publisher: Schloss Dagstuhl - Leibniz-Zentrum für Informatik
publist_id: '6466'
pubrep_id: '844'
quality_controlled: '1'
related_material:
  record:
  - id: '6752'
    relation: later_version
    status: public
scopus_import: 1
status: public
title: Infinite-duration bidding games
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: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 85
year: '2017'
...
---
_id: '9506'
abstract:
- lang: eng
  text: Methylation in the bodies of active genes is common in animals and vascular
    plants. Evolutionary patterns indicate homeostatic functions for this type of
    methylation.
article_number: '87'
article_processing_charge: No
author:
- first_name: Daniel
  full_name: Zilberman, Daniel
  id: 6973db13-dd5f-11ea-814e-b3e5455e9ed1
  last_name: Zilberman
  orcid: 0000-0002-0123-8649
citation:
  ama: Zilberman D. An evolutionary case for functional gene body methylation in plants
    and animals. <i>Genome Biology</i>. 2017;18(1). doi:<a href="https://doi.org/10.1186/s13059-017-1230-2">10.1186/s13059-017-1230-2</a>
  apa: Zilberman, D. (2017). An evolutionary case for functional gene body methylation
    in plants and animals. <i>Genome Biology</i>. Springer Nature. <a href="https://doi.org/10.1186/s13059-017-1230-2">https://doi.org/10.1186/s13059-017-1230-2</a>
  chicago: Zilberman, Daniel. “An Evolutionary Case for Functional Gene Body Methylation
    in Plants and Animals.” <i>Genome Biology</i>. Springer Nature, 2017. <a href="https://doi.org/10.1186/s13059-017-1230-2">https://doi.org/10.1186/s13059-017-1230-2</a>.
  ieee: D. Zilberman, “An evolutionary case for functional gene body methylation in
    plants and animals,” <i>Genome Biology</i>, vol. 18, no. 1. Springer Nature, 2017.
  ista: Zilberman D. 2017. An evolutionary case for functional gene body methylation
    in plants and animals. Genome Biology. 18(1), 87.
  mla: Zilberman, Daniel. “An Evolutionary Case for Functional Gene Body Methylation
    in Plants and Animals.” <i>Genome Biology</i>, vol. 18, no. 1, 87, Springer Nature,
    2017, doi:<a href="https://doi.org/10.1186/s13059-017-1230-2">10.1186/s13059-017-1230-2</a>.
  short: D. Zilberman, Genome Biology 18 (2017).
date_created: 2021-06-07T12:27:39Z
date_published: 2017-05-09T00:00:00Z
date_updated: 2021-12-14T07:55:02Z
day: '09'
ddc:
- '570'
department:
- _id: DaZi
doi: 10.1186/s13059-017-1230-2
extern: '1'
external_id:
  pmid:
  - '28486944'
file:
- access_level: open_access
  checksum: 5a455ad914e7d225b1baa4ab07fd925e
  content_type: application/pdf
  creator: asandaue
  date_created: 2021-06-07T12:31:36Z
  date_updated: 2021-06-07T12:31:36Z
  file_id: '9507'
  file_name: 2017_GenomeBiology_Zilberman.pdf
  file_size: 278183
  relation: main_file
  success: 1
file_date_updated: 2021-06-07T12:31:36Z
has_accepted_license: '1'
intvolume: '        18'
issue: '1'
language:
- iso: eng
month: '05'
oa: 1
oa_version: Published Version
pmid: 1
publication: Genome Biology
publication_identifier:
  eissn:
  - 1465-6906
  issn:
  - 1474-760X
publication_status: published
publisher: Springer Nature
quality_controlled: '1'
scopus_import: '1'
status: public
title: An evolutionary case for functional gene body methylation in plants and animals
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: 8b945eb4-e2f2-11eb-945a-df72226e66a9
volume: 18
year: '2017'
...
---
_id: '951'
abstract:
- lang: eng
  text: Dengue-suppressing Wolbachia strains are promising tools for arbovirus control,
    particularly as they have the potential to self-spread following local introductions.
    To test this, we followed the frequency of the transinfected Wolbachia strain
    wMel through Ae. aegypti in Cairns, Australia, following releases at 3 nonisolated
    locations within the city in early 2013. Spatial spread was analysed graphically
    using interpolation and by fitting a statistical model describing the position
    and width of the wave. For the larger 2 of the 3 releases (covering 0.97 km2 and
    0.52 km2), we observed slow but steady spatial spread, at about 100–200 m per
    year, roughly consistent with theoretical predictions. In contrast, the smallest
    release (0.11 km2) produced erratic temporal and spatial dynamics, with little
    evidence of spread after 2 years. This is consistent with the prediction concerning
    fitness-decreasing Wolbachia transinfections that a minimum release area is needed
    to achieve stable local establishment and spread in continuous habitats. Our graphical
    and likelihood analyses produced broadly consistent estimates of wave speed and
    wave width. Spread at all sites was spatially heterogeneous, suggesting that environmental
    heterogeneity will affect large-scale Wolbachia transformations of urban mosquito
    populations. The persistence and spread of Wolbachia in release areas meeting
    minimum area requirements indicates the promise of successful large-scale population
    transfo
article_number: e2001894
article_processing_charge: No
author:
- first_name: Tom
  full_name: Schmidt, Tom
  last_name: Schmidt
- first_name: Nicholas H
  full_name: Barton, Nicholas H
  id: 4880FE40-F248-11E8-B48F-1D18A9856A87
  last_name: Barton
  orcid: 0000-0002-8548-5240
- first_name: Gordana
  full_name: Rasic, Gordana
  last_name: Rasic
- first_name: Andrew
  full_name: Turley, Andrew
  last_name: Turley
- first_name: Brian
  full_name: Montgomery, Brian
  last_name: Montgomery
- first_name: Inaki
  full_name: Iturbe Ormaetxe, Inaki
  last_name: Iturbe Ormaetxe
- first_name: Peter
  full_name: Cook, Peter
  last_name: Cook
- first_name: Peter
  full_name: Ryan, Peter
  last_name: Ryan
- first_name: Scott
  full_name: Ritchie, Scott
  last_name: Ritchie
- first_name: Ary
  full_name: Hoffmann, Ary
  last_name: Hoffmann
- first_name: Scott
  full_name: O’Neill, Scott
  last_name: O’Neill
- first_name: Michael
  full_name: Turelli, Michael
  last_name: Turelli
citation:
  ama: Schmidt T, Barton NH, Rasic G, et al. Local introduction and heterogeneous
    spatial spread of dengue-suppressing Wolbachia through an urban population of
    Aedes Aegypti. <i>PLoS Biology</i>. 2017;15(5). doi:<a href="https://doi.org/10.1371/journal.pbio.2001894">10.1371/journal.pbio.2001894</a>
  apa: Schmidt, T., Barton, N. H., Rasic, G., Turley, A., Montgomery, B., Iturbe Ormaetxe,
    I., … Turelli, M. (2017). Local introduction and heterogeneous spatial spread
    of dengue-suppressing Wolbachia through an urban population of Aedes Aegypti.
    <i>PLoS Biology</i>. Public Library of Science. <a href="https://doi.org/10.1371/journal.pbio.2001894">https://doi.org/10.1371/journal.pbio.2001894</a>
  chicago: Schmidt, Tom, Nicholas H Barton, Gordana Rasic, Andrew Turley, Brian Montgomery,
    Inaki Iturbe Ormaetxe, Peter Cook, et al. “Local Introduction and Heterogeneous
    Spatial Spread of Dengue-Suppressing Wolbachia through an Urban Population of
    Aedes Aegypti.” <i>PLoS Biology</i>. Public Library of Science, 2017. <a href="https://doi.org/10.1371/journal.pbio.2001894">https://doi.org/10.1371/journal.pbio.2001894</a>.
  ieee: T. Schmidt <i>et al.</i>, “Local introduction and heterogeneous spatial spread
    of dengue-suppressing Wolbachia through an urban population of Aedes Aegypti,”
    <i>PLoS Biology</i>, vol. 15, no. 5. Public Library of Science, 2017.
  ista: Schmidt T, Barton NH, Rasic G, Turley A, Montgomery B, Iturbe Ormaetxe I,
    Cook P, Ryan P, Ritchie S, Hoffmann A, O’Neill S, Turelli M. 2017. Local introduction
    and heterogeneous spatial spread of dengue-suppressing Wolbachia through an urban
    population of Aedes Aegypti. PLoS Biology. 15(5), e2001894.
  mla: Schmidt, Tom, et al. “Local Introduction and Heterogeneous Spatial Spread of
    Dengue-Suppressing Wolbachia through an Urban Population of Aedes Aegypti.” <i>PLoS
    Biology</i>, vol. 15, no. 5, e2001894, Public Library of Science, 2017, doi:<a
    href="https://doi.org/10.1371/journal.pbio.2001894">10.1371/journal.pbio.2001894</a>.
  short: T. Schmidt, N.H. Barton, G. Rasic, A. Turley, B. Montgomery, I. Iturbe Ormaetxe,
    P. Cook, P. Ryan, S. Ritchie, A. Hoffmann, S. O’Neill, M. Turelli, PLoS Biology
    15 (2017).
date_created: 2018-12-11T11:49:22Z
date_published: 2017-05-30T00:00:00Z
date_updated: 2025-07-10T12:01:48Z
day: '30'
ddc:
- '576'
department:
- _id: NiBa
doi: 10.1371/journal.pbio.2001894
external_id:
  isi:
  - '000402520000012'
file:
- access_level: open_access
  checksum: 107d290bd1159ec77b734eb2824b01c8
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T10:08:30Z
  date_updated: 2020-07-14T12:48:16Z
  file_id: '4691'
  file_name: IST-2017-843-v1+1_journal.pbio.2001894.pdf
  file_size: 5541206
  relation: main_file
file_date_updated: 2020-07-14T12:48:16Z
has_accepted_license: '1'
intvolume: '        15'
isi: 1
issue: '5'
language:
- iso: eng
month: '05'
oa: 1
oa_version: Published Version
publication: PLoS Biology
publication_identifier:
  issn:
  - 1544-9173
publication_status: published
publisher: Public Library of Science
publist_id: '6464'
pubrep_id: '843'
quality_controlled: '1'
related_material:
  record:
  - id: '9856'
    relation: research_data
    status: public
  - id: '9857'
    relation: research_data
    status: public
  - id: '9858'
    relation: research_data
    status: public
scopus_import: '1'
status: public
title: Local introduction and heterogeneous spatial spread of dengue-suppressing Wolbachia
  through an urban population of Aedes Aegypti
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: 15
year: '2017'
...
---
_id: '952'
abstract:
- lang: eng
  text: A novel strategy for controlling the spread of arboviral diseases such as
    dengue, Zika and chikungunya is to transform mosquito populations with virus-suppressing
    Wolbachia. In general, Wolbachia transinfected into mosquitoes induce fitness
    costs through lower viability or fecundity. These maternally inherited bacteria
    also produce a frequency-dependent advantage for infected females by inducing
    cytoplasmic incompatibility (CI), which kills the embryos produced by uninfected
    females mated to infected males. These competing effects, a frequency-dependent
    advantage and frequency-independent costs, produce bistable Wolbachia frequency
    dynamics. Above a threshold frequency, denoted pˆ, CI drives fitness-decreasing
    Wolbachia transinfections through local populations; but below pˆ, infection frequencies
    tend to decline to zero. If pˆ is not too high, CI also drives spatial spread
    once infections become established over sufficiently large areas. We illustrate
    how simple models provide testable predictions concerning the spatial and temporal
    dynamics of Wolbachia introductions, focusing on rate of spatial spread, the shape
    of spreading waves, and the conditions for initiating spread from local introductions.
    First, we consider the robustness of diffusion-based predictions to incorporating
    two important features of wMel-Aedes aegypti biology that may be inconsistent
    with the diffusion approximations, namely fast local dynamics induced by complete
    CI (i.e., all embryos produced from incompatible crosses die) and long-tailed,
    non-Gaussian dispersal. With complete CI, our numerical analyses show that long-tailed
    dispersal changes wave-width predictions only slightly; but it can significantly
    reduce wave speed relative to the diffusion prediction; it also allows smaller
    local introductions to initiate spatial spread. Second, we use approximations
    for pˆ and dispersal distances to predict the outcome of 2013 releases of wMel-infected
    Aedes aegypti in Cairns, Australia, Third, we describe new data from Ae. aegypti
    populations near Cairns, Australia that demonstrate long-distance dispersal and
    provide an approximate lower bound on pˆ for wMel in northeastern Australia. Finally,
    we apply our analyses to produce operational guidelines for efficient transformation
    of vector populations over large areas. We demonstrate that even very slow spatial
    spread, on the order of 10-20 m/month (as predicted), can produce area-wide population
    transformation within a few years following initial releases covering about 20-30%
    of the target area.
article_processing_charge: No
author:
- first_name: Michael
  full_name: Turelli, Michael
  last_name: Turelli
- first_name: Nicholas H
  full_name: Barton, Nicholas H
  id: 4880FE40-F248-11E8-B48F-1D18A9856A87
  last_name: Barton
  orcid: 0000-0002-8548-5240
citation:
  ama: 'Turelli M, Barton NH. Deploying dengue-suppressing Wolbachia: Robust models
    predict slow but effective spatial spread in Aedes aegypti. <i>Theoretical Population
    Biology</i>. 2017;115:45-60. doi:<a href="https://doi.org/10.1016/j.tpb.2017.03.003">10.1016/j.tpb.2017.03.003</a>'
  apa: 'Turelli, M., &#38; Barton, N. H. (2017). Deploying dengue-suppressing Wolbachia:
    Robust models predict slow but effective spatial spread in Aedes aegypti. <i>Theoretical
    Population Biology</i>. Elsevier. <a href="https://doi.org/10.1016/j.tpb.2017.03.003">https://doi.org/10.1016/j.tpb.2017.03.003</a>'
  chicago: 'Turelli, Michael, and Nicholas H Barton. “Deploying Dengue-Suppressing
    Wolbachia: Robust Models Predict Slow but Effective Spatial Spread in Aedes Aegypti.”
    <i>Theoretical Population Biology</i>. Elsevier, 2017. <a href="https://doi.org/10.1016/j.tpb.2017.03.003">https://doi.org/10.1016/j.tpb.2017.03.003</a>.'
  ieee: 'M. Turelli and N. H. Barton, “Deploying dengue-suppressing Wolbachia: Robust
    models predict slow but effective spatial spread in Aedes aegypti,” <i>Theoretical
    Population Biology</i>, vol. 115. Elsevier, pp. 45–60, 2017.'
  ista: 'Turelli M, Barton NH. 2017. Deploying dengue-suppressing Wolbachia: Robust
    models predict slow but effective spatial spread in Aedes aegypti. Theoretical
    Population Biology. 115, 45–60.'
  mla: 'Turelli, Michael, and Nicholas H. Barton. “Deploying Dengue-Suppressing Wolbachia:
    Robust Models Predict Slow but Effective Spatial Spread in Aedes Aegypti.” <i>Theoretical
    Population Biology</i>, vol. 115, Elsevier, 2017, pp. 45–60, doi:<a href="https://doi.org/10.1016/j.tpb.2017.03.003">10.1016/j.tpb.2017.03.003</a>.'
  short: M. Turelli, N.H. Barton, Theoretical Population Biology 115 (2017) 45–60.
date_created: 2018-12-11T11:49:22Z
date_published: 2017-06-01T00:00:00Z
date_updated: 2025-07-10T12:01:49Z
day: '01'
ddc:
- '576'
department:
- _id: NiBa
doi: 10.1016/j.tpb.2017.03.003
external_id:
  pmid:
  - '28411063'
file:
- access_level: open_access
  checksum: 9aeff86fa7de69f7a15cf4fc60d57d01
  content_type: application/pdf
  creator: dernst
  date_created: 2019-04-17T06:39:45Z
  date_updated: 2020-07-14T12:48:16Z
  file_id: '6327'
  file_name: 2017_TheoreticalPopulationBio_Turelli.pdf
  file_size: 2073856
  relation: main_file
file_date_updated: 2020-07-14T12:48:16Z
has_accepted_license: '1'
intvolume: '       115'
language:
- iso: eng
month: '06'
oa: 1
oa_version: Submitted Version
page: 45 - 60
pmid: 1
publication: Theoretical Population Biology
publication_identifier:
  issn:
  - 0040-5809
publication_status: published
publisher: Elsevier
publist_id: '6463'
pubrep_id: '972'
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'Deploying dengue-suppressing Wolbachia: Robust models predict slow but effective
  spatial spread in Aedes aegypti'
tmp:
  image: /images/cc_by_nc_nd.png
  legal_code_url: https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode
  name: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International
    (CC BY-NC-ND 4.0)
  short: CC BY-NC-ND (4.0)
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 115
year: '2017'
...
---
_id: '953'
abstract:
- lang: eng
  text: 'The role of natural selection in the evolution of adaptive phenotypes has
    undergone constant probing by evolutionary biologists, employing both theoretical
    and empirical approaches. As Darwin noted, natural selection can act together
    with other processes, including random changes in the frequencies of phenotypic
    differences that are not under strong selection, and changes in the environment,
    which may reflect evolutionary changes in the organisms themselves. As understanding
    of genetics developed after 1900, the new genetic discoveries were incorporated
    into evolutionary biology. The resulting general principles were summarized by
    Julian Huxley in his 1942 book Evolution: the modern synthesis. Here, we examine
    how recent advances in genetics, developmental biology and molecular biology,
    including epigenetics, relate to today''s understanding of the evolution of adaptations.
    We illustrate how careful genetic studies have repeatedly shown that apparently
    puzzling results in a wide diversity of organisms involve processes that are consistent
    with neo-Darwinism. They do not support important roles in adaptation for processes
    such as directed mutation or the inheritance of acquired characters, and therefore
    no radical revision of our understanding of the mechanism of adaptive evolution
    is needed.'
article_number: '20162864'
article_processing_charge: No
author:
- first_name: Deborah
  full_name: Charlesworth, Deborah
  last_name: Charlesworth
- first_name: Nicholas H
  full_name: Barton, Nicholas H
  id: 4880FE40-F248-11E8-B48F-1D18A9856A87
  last_name: Barton
  orcid: 0000-0002-8548-5240
- first_name: Brian
  full_name: Charlesworth, Brian
  last_name: Charlesworth
citation:
  ama: Charlesworth D, Barton NH, Charlesworth B. The sources of adaptive evolution.
    <i>Proceedings of the Royal Society of London Series B Biological Sciences</i>.
    2017;284(1855). doi:<a href="https://doi.org/10.1098/rspb.2016.2864">10.1098/rspb.2016.2864</a>
  apa: Charlesworth, D., Barton, N. H., &#38; Charlesworth, B. (2017). The sources
    of adaptive evolution. <i>Proceedings of the Royal Society of London Series B
    Biological Sciences</i>. Royal Society, The. <a href="https://doi.org/10.1098/rspb.2016.2864">https://doi.org/10.1098/rspb.2016.2864</a>
  chicago: Charlesworth, Deborah, Nicholas H Barton, and Brian Charlesworth. “The
    Sources of Adaptive Evolution.” <i>Proceedings of the Royal Society of London
    Series B Biological Sciences</i>. Royal Society, The, 2017. <a href="https://doi.org/10.1098/rspb.2016.2864">https://doi.org/10.1098/rspb.2016.2864</a>.
  ieee: D. Charlesworth, N. H. Barton, and B. Charlesworth, “The sources of adaptive
    evolution,” <i>Proceedings of the Royal Society of London Series B Biological
    Sciences</i>, vol. 284, no. 1855. Royal Society, The, 2017.
  ista: Charlesworth D, Barton NH, Charlesworth B. 2017. The sources of adaptive evolution.
    Proceedings of the Royal Society of London Series B Biological Sciences. 284(1855),
    20162864.
  mla: Charlesworth, Deborah, et al. “The Sources of Adaptive Evolution.” <i>Proceedings
    of the Royal Society of London Series B Biological Sciences</i>, vol. 284, no.
    1855, 20162864, Royal Society, The, 2017, doi:<a href="https://doi.org/10.1098/rspb.2016.2864">10.1098/rspb.2016.2864</a>.
  short: D. Charlesworth, N.H. Barton, B. Charlesworth, Proceedings of the Royal Society
    of London Series B Biological Sciences 284 (2017).
date_created: 2018-12-11T11:49:23Z
date_published: 2017-05-31T00:00:00Z
date_updated: 2023-09-22T10:01:48Z
day: '31'
department:
- _id: NiBa
doi: 10.1098/rspb.2016.2864
external_id:
  isi:
  - '000405148800021'
  pmid:
  - '28566483'
intvolume: '       284'
isi: 1
issue: '1855'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5454256/
month: '05'
oa: 1
oa_version: Submitted Version
pmid: 1
publication: Proceedings of the Royal Society of London Series B Biological Sciences
publication_status: published
publisher: Royal Society, The
publist_id: '6462'
quality_controlled: '1'
scopus_import: '1'
status: public
title: The sources of adaptive evolution
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 284
year: '2017'
...
---
_id: '954'
abstract:
- lang: eng
  text: Understanding the relation between genotype and phenotype remains a major
    challenge. The difficulty of predicting individual mutation effects, and particularly
    the interactions between them, has prevented the development of a comprehensive
    theory that links genotypic changes to their phenotypic effects. We show that
    a general thermodynamic framework for gene regulation, based on a biophysical
    understanding of protein-DNA binding, accurately predicts the sign of epistasis
    in a canonical cis-regulatory element consisting of overlapping RNA polymerase
    and repressor binding sites. Sign and magnitude of individual mutation effects
    are sufficient to predict the sign of epistasis and its environmental dependence.
    Thus, the thermodynamic model offers the correct null prediction for epistasis
    between mutations across DNA-binding sites. Our results indicate that a predictive
    theory for the effects of cis-regulatory mutations is possible from first principles,
    as long as the essential molecular mechanisms and the constraints these impose
    on a biological system are accounted for.
article_number: e25192
article_processing_charge: Yes
author:
- first_name: Mato
  full_name: Lagator, Mato
  id: 345D25EC-F248-11E8-B48F-1D18A9856A87
  last_name: Lagator
- first_name: Tiago
  full_name: Paixao, Tiago
  id: 2C5658E6-F248-11E8-B48F-1D18A9856A87
  last_name: Paixao
  orcid: 0000-0003-2361-3953
- first_name: Nicholas H
  full_name: Barton, Nicholas H
  id: 4880FE40-F248-11E8-B48F-1D18A9856A87
  last_name: Barton
  orcid: 0000-0002-8548-5240
- first_name: Jonathan P
  full_name: Bollback, Jonathan P
  id: 2C6FA9CC-F248-11E8-B48F-1D18A9856A87
  last_name: Bollback
  orcid: 0000-0002-4624-4612
- first_name: Calin C
  full_name: Guet, Calin C
  id: 47F8433E-F248-11E8-B48F-1D18A9856A87
  last_name: Guet
  orcid: 0000-0001-6220-2052
citation:
  ama: Lagator M, Paixao T, Barton NH, Bollback JP, Guet CC. On the mechanistic nature
    of epistasis in a canonical cis-regulatory element. <i>eLife</i>. 2017;6. doi:<a
    href="https://doi.org/10.7554/eLife.25192">10.7554/eLife.25192</a>
  apa: Lagator, M., Paixao, T., Barton, N. H., Bollback, J. P., &#38; Guet, C. C.
    (2017). On the mechanistic nature of epistasis in a canonical cis-regulatory element.
    <i>ELife</i>. eLife Sciences Publications. <a href="https://doi.org/10.7554/eLife.25192">https://doi.org/10.7554/eLife.25192</a>
  chicago: Lagator, Mato, Tiago Paixao, Nicholas H Barton, Jonathan P Bollback, and
    Calin C Guet. “On the Mechanistic Nature of Epistasis in a Canonical Cis-Regulatory
    Element.” <i>ELife</i>. eLife Sciences Publications, 2017. <a href="https://doi.org/10.7554/eLife.25192">https://doi.org/10.7554/eLife.25192</a>.
  ieee: M. Lagator, T. Paixao, N. H. Barton, J. P. Bollback, and C. C. Guet, “On the
    mechanistic nature of epistasis in a canonical cis-regulatory element,” <i>eLife</i>,
    vol. 6. eLife Sciences Publications, 2017.
  ista: Lagator M, Paixao T, Barton NH, Bollback JP, Guet CC. 2017. On the mechanistic
    nature of epistasis in a canonical cis-regulatory element. eLife. 6, e25192.
  mla: Lagator, Mato, et al. “On the Mechanistic Nature of Epistasis in a Canonical
    Cis-Regulatory Element.” <i>ELife</i>, vol. 6, e25192, eLife Sciences Publications,
    2017, doi:<a href="https://doi.org/10.7554/eLife.25192">10.7554/eLife.25192</a>.
  short: M. Lagator, T. Paixao, N.H. Barton, J.P. Bollback, C.C. Guet, ELife 6 (2017).
date_created: 2018-12-11T11:49:23Z
date_published: 2017-05-18T00:00:00Z
date_updated: 2025-07-10T12:01:50Z
day: '18'
ddc:
- '576'
department:
- _id: CaGu
- _id: NiBa
- _id: JoBo
doi: 10.7554/eLife.25192
ec_funded: 1
external_id:
  isi:
  - '000404024800001'
file:
- access_level: open_access
  checksum: 59cdd4400fb41280122d414fea971546
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T10:17:49Z
  date_updated: 2020-07-14T12:48:16Z
  file_id: '5306'
  file_name: IST-2017-841-v1+1_elife-25192-v2.pdf
  file_size: 2441529
  relation: main_file
- access_level: open_access
  checksum: b69024880558b858eb8c5d47a92b6377
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T10:17:50Z
  date_updated: 2020-07-14T12:48:16Z
  file_id: '5307'
  file_name: IST-2017-841-v1+2_elife-25192-figures-v2.pdf
  file_size: 3752660
  relation: main_file
file_date_updated: 2020-07-14T12:48:16Z
has_accepted_license: '1'
intvolume: '         6'
isi: 1
language:
- iso: eng
month: '05'
oa: 1
oa_version: Published Version
project:
- _id: 25B1EC9E-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '618091'
  name: Speed of Adaptation in Population Genetics and Evolutionary Computation
- _id: 25681D80-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '291734'
  name: International IST Postdoc Fellowship Programme
- _id: 2578D616-B435-11E9-9278-68D0E5697425
  call_identifier: H2020
  grant_number: '648440'
  name: Selective Barriers to Horizontal Gene Transfer
publication: eLife
publication_identifier:
  issn:
  - 2050-084X
publication_status: published
publisher: eLife Sciences Publications
publist_id: '6460'
pubrep_id: '841'
quality_controlled: '1'
scopus_import: '1'
status: public
title: On the mechanistic nature of epistasis in a canonical cis-regulatory element
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: 6
year: '2017'
...
---
_id: '956'
abstract:
- lang: eng
  text: We study a class of ergodic quantum Markov semigroups on finite-dimensional
    unital C⁎-algebras. These semigroups have a unique stationary state σ, and we
    are concerned with those that satisfy a quantum detailed balance condition with
    respect to σ. We show that the evolution on the set of states that is given by
    such a quantum Markov semigroup is gradient flow for the relative entropy with
    respect to σ in a particular Riemannian metric on the set of states. This metric
    is a non-commutative analog of the 2-Wasserstein metric, and in several interesting
    cases we are able to show, in analogy with work of Otto on gradient flows with
    respect to the classical 2-Wasserstein metric, that the relative entropy is strictly
    and uniformly convex with respect to the Riemannian metric introduced here. As
    a consequence, we obtain a number of new inequalities for the decay of relative
    entropy for ergodic quantum Markov semigroups with detailed balance.
article_processing_charge: No
arxiv: 1
author:
- first_name: Eric
  full_name: Carlen, Eric
  last_name: Carlen
- first_name: Jan
  full_name: Maas, Jan
  id: 4C5696CE-F248-11E8-B48F-1D18A9856A87
  last_name: Maas
  orcid: 0000-0002-0845-1338
citation:
  ama: Carlen E, Maas J. Gradient flow and entropy inequalities for quantum Markov
    semigroups with detailed balance. <i>Journal of Functional Analysis</i>. 2017;273(5):1810-1869.
    doi:<a href="https://doi.org/10.1016/j.jfa.2017.05.003">10.1016/j.jfa.2017.05.003</a>
  apa: Carlen, E., &#38; Maas, J. (2017). Gradient flow and entropy inequalities for
    quantum Markov semigroups with detailed balance. <i>Journal of Functional Analysis</i>.
    Academic Press. <a href="https://doi.org/10.1016/j.jfa.2017.05.003">https://doi.org/10.1016/j.jfa.2017.05.003</a>
  chicago: Carlen, Eric, and Jan Maas. “Gradient Flow and Entropy Inequalities for
    Quantum Markov Semigroups with Detailed Balance.” <i>Journal of Functional Analysis</i>.
    Academic Press, 2017. <a href="https://doi.org/10.1016/j.jfa.2017.05.003">https://doi.org/10.1016/j.jfa.2017.05.003</a>.
  ieee: E. Carlen and J. Maas, “Gradient flow and entropy inequalities for quantum
    Markov semigroups with detailed balance,” <i>Journal of Functional Analysis</i>,
    vol. 273, no. 5. Academic Press, pp. 1810–1869, 2017.
  ista: Carlen E, Maas J. 2017. Gradient flow and entropy inequalities for quantum
    Markov semigroups with detailed balance. Journal of Functional Analysis. 273(5),
    1810–1869.
  mla: Carlen, Eric, and Jan Maas. “Gradient Flow and Entropy Inequalities for Quantum
    Markov Semigroups with Detailed Balance.” <i>Journal of Functional Analysis</i>,
    vol. 273, no. 5, Academic Press, 2017, pp. 1810–69, doi:<a href="https://doi.org/10.1016/j.jfa.2017.05.003">10.1016/j.jfa.2017.05.003</a>.
  short: E. Carlen, J. Maas, Journal of Functional Analysis 273 (2017) 1810–1869.
date_created: 2018-12-11T11:49:24Z
date_published: 2017-09-01T00:00:00Z
date_updated: 2025-06-04T08:14:53Z
day: '01'
department:
- _id: JaMa
doi: 10.1016/j.jfa.2017.05.003
external_id:
  arxiv:
  - '1609.01254'
  isi:
  - '000406082300005'
intvolume: '       273'
isi: 1
issue: '5'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1609.01254
month: '09'
oa: 1
oa_version: Submitted Version
page: 1810 - 1869
publication: Journal of Functional Analysis
publication_identifier:
  issn:
  - 0022-1236
publication_status: published
publisher: Academic Press
publist_id: '6452'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Gradient flow and entropy inequalities for quantum Markov semigroups with detailed
  balance
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 273
year: '2017'
...
---
_id: '957'
abstract:
- lang: eng
  text: Small molecule biosensors based on Forster resonance energy transfer (FRET)
    enable small molecule signaling to be monitored with high spatial and temporal
    resolution in complex cellular environments. FRET sensors can be constructed by
    fusing a pair of fluorescent proteins to a suitable recognition domain, such as
    a member of the solute-binding protein (SBP) superfamily. However, naturally occurring
    SBPs may be unsuitable for incorporation into FRET sensors due to their low thermostability,
    which may preclude imaging under physiological conditions, or because the positions
    of their N- and C-termini may be suboptimal for fusion of fluorescent proteins,
    which may limit the dynamic range of the resulting sensors. Here, we show how
    these problems can be overcome using ancestral protein reconstruction and circular
    permutation. Ancestral protein reconstruction, used as a protein engineering strategy,
    leverages phylogenetic information to improve the thermostability of proteins,
    while circular permutation enables the termini of an SBP to be repositioned to
    maximize the dynamic range of the resulting FRET sensor. We also provide a protocol
    for cloning the engineered SBPs into FRET sensor constructs using Golden Gate
    assembly and discuss considerations for in situ characterization of the FRET sensors.
alternative_title:
- Methods in Molecular Biology
article_processing_charge: No
author:
- first_name: Ben
  full_name: Clifton, Ben
  last_name: Clifton
- first_name: Jason
  full_name: Whitfield, Jason
  last_name: Whitfield
- first_name: Inmaculada
  full_name: Sanchez Romero, Inmaculada
  id: 3D9C5D30-F248-11E8-B48F-1D18A9856A87
  last_name: Sanchez Romero
- first_name: Michel
  full_name: Herde, Michel
  last_name: Herde
- first_name: Christian
  full_name: Henneberger, Christian
  last_name: Henneberger
- first_name: Harald L
  full_name: Janovjak, Harald L
  id: 33BA6C30-F248-11E8-B48F-1D18A9856A87
  last_name: Janovjak
  orcid: 0000-0002-8023-9315
- first_name: Colin
  full_name: Jackson, Colin
  last_name: Jackson
citation:
  ama: 'Clifton B, Whitfield J, Sanchez-Romero I, et al. Ancestral protein reconstruction
    and circular permutation for improving the stability and dynamic range of FRET
    sensors. In: Stein V, ed. <i>Synthetic Protein Switches</i>. Vol 1596. Synthetic
    Protein Switches. Springer; 2017:71-87. doi:<a href="https://doi.org/10.1007/978-1-4939-6940-1_5">10.1007/978-1-4939-6940-1_5</a>'
  apa: Clifton, B., Whitfield, J., Sanchez-Romero, I., Herde, M., Henneberger, C.,
    Janovjak, H. L., &#38; Jackson, C. (2017). Ancestral protein reconstruction and
    circular permutation for improving the stability and dynamic range of FRET sensors.
    In V. Stein (Ed.), <i>Synthetic Protein Switches</i> (Vol. 1596, pp. 71–87). Springer.
    <a href="https://doi.org/10.1007/978-1-4939-6940-1_5">https://doi.org/10.1007/978-1-4939-6940-1_5</a>
  chicago: Clifton, Ben, Jason Whitfield, Inmaculada Sanchez-Romero, Michel Herde,
    Christian Henneberger, Harald L Janovjak, and Colin Jackson. “Ancestral Protein
    Reconstruction and Circular Permutation for Improving the Stability and Dynamic
    Range of FRET Sensors.” In <i>Synthetic Protein Switches</i>, edited by Viktor
    Stein, 1596:71–87. Synthetic Protein Switches. Springer, 2017. <a href="https://doi.org/10.1007/978-1-4939-6940-1_5">https://doi.org/10.1007/978-1-4939-6940-1_5</a>.
  ieee: B. Clifton <i>et al.</i>, “Ancestral protein reconstruction and circular permutation
    for improving the stability and dynamic range of FRET sensors,” in <i>Synthetic
    Protein Switches</i>, vol. 1596, V. Stein, Ed. Springer, 2017, pp. 71–87.
  ista: 'Clifton B, Whitfield J, Sanchez-Romero I, Herde M, Henneberger C, Janovjak
    HL, Jackson C. 2017.Ancestral protein reconstruction and circular permutation
    for improving the stability and dynamic range of FRET sensors. In: Synthetic Protein
    Switches. Methods in Molecular Biology, vol. 1596, 71–87.'
  mla: Clifton, Ben, et al. “Ancestral Protein Reconstruction and Circular Permutation
    for Improving the Stability and Dynamic Range of FRET Sensors.” <i>Synthetic Protein
    Switches</i>, edited by Viktor Stein, vol. 1596, Springer, 2017, pp. 71–87, doi:<a
    href="https://doi.org/10.1007/978-1-4939-6940-1_5">10.1007/978-1-4939-6940-1_5</a>.
  short: B. Clifton, J. Whitfield, I. Sanchez-Romero, M. Herde, C. Henneberger, H.L.
    Janovjak, C. Jackson, in:, V. Stein (Ed.), Synthetic Protein Switches, Springer,
    2017, pp. 71–87.
date_created: 2018-12-11T11:49:24Z
date_published: 2017-03-15T00:00:00Z
date_updated: 2025-07-10T12:01:52Z
day: '15'
department:
- _id: HaJa
doi: 10.1007/978-1-4939-6940-1_5
editor:
- first_name: Viktor
  full_name: Stein, Viktor
  last_name: Stein
intvolume: '      1596'
language:
- iso: eng
month: '03'
oa_version: None
page: 71 - 87
project:
- _id: 255BFFFA-B435-11E9-9278-68D0E5697425
  grant_number: RGY0084/2012
  name: In situ real-time imaging of neurotransmitter signaling using designer optical
    sensors
publication: Synthetic Protein Switches
publication_identifier:
  issn:
  - 1064-3745
publication_status: published
publisher: Springer
publist_id: '6451'
quality_controlled: '1'
scopus_import: '1'
series_title: Synthetic Protein Switches
status: public
title: Ancestral protein reconstruction and circular permutation for improving the
  stability and dynamic range of FRET sensors
type: book_chapter
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 1596
year: '2017'
...
---
_id: '958'
abstract:
- lang: eng
  text: Biosensors that exploit Forster resonance energy transfer (FRET) can be used
    to visualize biological and physiological processes and are capable of providing
    detailed information in both spatial and temporal dimensions. In a FRET-based
    biosensor, substrate binding is associated with a change in the relative positions
    of two fluorophores, leading to a change in FRET efficiency that may be observed
    in the fluorescence spectrum. As a result, their design requires a ligand-binding
    protein that exhibits a conformational change upon binding. However, not all ligand-binding
    proteins produce responsive sensors upon conjugation to fluorescent proteins or
    dyes, and identifying the optimum locations for the fluorophores often involves
    labor-intensive iterative design or high-throughput screening. Combining the genetic
    fusion of a fluorescent protein to the ligand-binding protein with site-specific
    covalent attachment of a fluorescent dye can allow fine control over the positions
    of the two fluorophores, allowing the construction of very sensitive sensors.
    This relies upon the accurate prediction of the locations of the two fluorophores
    in bound and unbound states. In this chapter, we describe a method for computational
    identification of dye-attachment sites that allows the use of cysteine modification
    to attach synthetic dyes that can be paired with a fluorescent protein for the
    purposes of creating FRET sensors.
alternative_title:
- Methods in Molecular Biology
article_processing_charge: No
author:
- first_name: Joshua
  full_name: Mitchell, Joshua
  last_name: Mitchell
- first_name: William
  full_name: Zhang, William
  last_name: Zhang
- first_name: Michel
  full_name: Herde, Michel
  last_name: Herde
- first_name: Christian
  full_name: Henneberger, Christian
  last_name: Henneberger
- first_name: Harald L
  full_name: Janovjak, Harald L
  id: 33BA6C30-F248-11E8-B48F-1D18A9856A87
  last_name: Janovjak
  orcid: 0000-0002-8023-9315
- first_name: Megan
  full_name: O'Mara, Megan
  last_name: O'Mara
- first_name: Colin
  full_name: Jackson, Colin
  last_name: Jackson
citation:
  ama: 'Mitchell J, Zhang W, Herde M, et al. Method for developing optical sensors
    using a synthetic dye fluorescent protein FRET pair and computational modeling
    and assessment. In: Stein V, ed. <i>Synthetic Protein Switches</i>. Vol 1596.
    Synthetic Protein Switches. Springer; 2017:89-99. doi:<a href="https://doi.org/10.1007/978-1-4939-6940-1_6">10.1007/978-1-4939-6940-1_6</a>'
  apa: Mitchell, J., Zhang, W., Herde, M., Henneberger, C., Janovjak, H. L., O’Mara,
    M., &#38; Jackson, C. (2017). Method for developing optical sensors using a synthetic
    dye fluorescent protein FRET pair and computational modeling and assessment. In
    V. Stein (Ed.), <i>Synthetic Protein Switches</i> (Vol. 1596, pp. 89–99). Springer.
    <a href="https://doi.org/10.1007/978-1-4939-6940-1_6">https://doi.org/10.1007/978-1-4939-6940-1_6</a>
  chicago: Mitchell, Joshua, William Zhang, Michel Herde, Christian Henneberger, Harald
    L Janovjak, Megan O’Mara, and Colin Jackson. “Method for Developing Optical Sensors
    Using a Synthetic Dye Fluorescent Protein FRET Pair and Computational Modeling
    and Assessment.” In <i>Synthetic Protein Switches</i>, edited by Viktor Stein,
    1596:89–99. Synthetic Protein Switches. Springer, 2017. <a href="https://doi.org/10.1007/978-1-4939-6940-1_6">https://doi.org/10.1007/978-1-4939-6940-1_6</a>.
  ieee: J. Mitchell <i>et al.</i>, “Method for developing optical sensors using a
    synthetic dye fluorescent protein FRET pair and computational modeling and assessment,”
    in <i>Synthetic Protein Switches</i>, vol. 1596, V. Stein, Ed. Springer, 2017,
    pp. 89–99.
  ista: 'Mitchell J, Zhang W, Herde M, Henneberger C, Janovjak HL, O’Mara M, Jackson
    C. 2017.Method for developing optical sensors using a synthetic dye fluorescent
    protein FRET pair and computational modeling and assessment. In: Synthetic Protein
    Switches. Methods in Molecular Biology, vol. 1596, 89–99.'
  mla: Mitchell, Joshua, et al. “Method for Developing Optical Sensors Using a Synthetic
    Dye Fluorescent Protein FRET Pair and Computational Modeling and Assessment.”
    <i>Synthetic Protein Switches</i>, edited by Viktor Stein, vol. 1596, Springer,
    2017, pp. 89–99, doi:<a href="https://doi.org/10.1007/978-1-4939-6940-1_6">10.1007/978-1-4939-6940-1_6</a>.
  short: J. Mitchell, W. Zhang, M. Herde, C. Henneberger, H.L. Janovjak, M. O’Mara,
    C. Jackson, in:, V. Stein (Ed.), Synthetic Protein Switches, Springer, 2017, pp.
    89–99.
date_created: 2018-12-11T11:49:24Z
date_published: 2017-05-15T00:00:00Z
date_updated: 2025-07-10T12:01:54Z
day: '15'
department:
- _id: HaJa
doi: 10.1007/978-1-4939-6940-1_6
editor:
- first_name: Viktor
  full_name: Stein, Viktor
  last_name: Stein
intvolume: '      1596'
language:
- iso: eng
month: '05'
oa_version: None
page: 89 - 99
publication: Synthetic Protein Switches
publication_identifier:
  issn:
  - 1064-3745
publication_status: published
publisher: Springer
publist_id: '6450'
quality_controlled: '1'
scopus_import: '1'
series_title: Synthetic Protein Switches
status: public
title: Method for developing optical sensors using a synthetic dye fluorescent protein
  FRET pair and computational modeling and assessment
type: book_chapter
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 1596
year: '2017'
...
---
_id: '959'
abstract:
- lang: eng
  text: In this work it is shown that scale-free tails in metabolic flux distributions
    inferred in stationary models are an artifact due to reactions involved in thermodynamically
    unfeasible cycles, unbounded by physical constraints and in principle able to
    perform work without expenditure of free energy. After implementing thermodynamic
    constraints by removing such loops, metabolic flux distributions scale meaningfully
    with the physical limiting factors, acquiring in turn a richer multimodal structure
    potentially leading to symmetry breaking while optimizing for objective functions.
article_processing_charge: No
arxiv: 1
author:
- first_name: Daniele
  full_name: De Martino, Daniele
  id: 3FF5848A-F248-11E8-B48F-1D18A9856A87
  last_name: De Martino
  orcid: 0000-0002-5214-4706
citation:
  ama: De Martino D. Scales and multimodal flux distributions in stationary metabolic
    network models via thermodynamics. <i> Physical Review E Statistical Nonlinear
    and Soft Matter Physics </i>. 2017;95(6):062419. doi:<a href="https://doi.org/10.1103/PhysRevE.95.062419">10.1103/PhysRevE.95.062419</a>
  apa: De Martino, D. (2017). Scales and multimodal flux distributions in stationary
    metabolic network models via thermodynamics. <i> Physical Review E Statistical
    Nonlinear and Soft Matter Physics </i>. American Institute of Physics. <a href="https://doi.org/10.1103/PhysRevE.95.062419">https://doi.org/10.1103/PhysRevE.95.062419</a>
  chicago: De Martino, Daniele. “Scales and Multimodal Flux Distributions in Stationary
    Metabolic Network Models via Thermodynamics.” <i> Physical Review E Statistical
    Nonlinear and Soft Matter Physics </i>. American Institute of Physics, 2017. <a
    href="https://doi.org/10.1103/PhysRevE.95.062419">https://doi.org/10.1103/PhysRevE.95.062419</a>.
  ieee: D. De Martino, “Scales and multimodal flux distributions in stationary metabolic
    network models via thermodynamics,” <i> Physical Review E Statistical Nonlinear
    and Soft Matter Physics </i>, vol. 95, no. 6. American Institute of Physics, p.
    062419, 2017.
  ista: De Martino D. 2017. Scales and multimodal flux distributions in stationary
    metabolic network models via thermodynamics.  Physical Review E Statistical Nonlinear
    and Soft Matter Physics . 95(6), 062419.
  mla: De Martino, Daniele. “Scales and Multimodal Flux Distributions in Stationary
    Metabolic Network Models via Thermodynamics.” <i> Physical Review E Statistical
    Nonlinear and Soft Matter Physics </i>, vol. 95, no. 6, American Institute of
    Physics, 2017, p. 062419, doi:<a href="https://doi.org/10.1103/PhysRevE.95.062419">10.1103/PhysRevE.95.062419</a>.
  short: D. De Martino,  Physical Review E Statistical Nonlinear and Soft Matter Physics  95
    (2017) 062419.
date_created: 2018-12-11T11:49:25Z
date_published: 2017-06-28T00:00:00Z
date_updated: 2025-06-04T08:15:40Z
day: '28'
department:
- _id: GaTk
doi: 10.1103/PhysRevE.95.062419
ec_funded: 1
external_id:
  arxiv:
  - '1703.00853'
  isi:
  - '000404546400004'
intvolume: '        95'
isi: 1
issue: '6'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1703.00853
month: '06'
oa: 1
oa_version: Submitted Version
page: '062419'
project:
- _id: 25681D80-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '291734'
  name: International IST Postdoc Fellowship Programme
publication: ' Physical Review E Statistical Nonlinear and Soft Matter Physics '
publication_identifier:
  issn:
  - 2470-0045
publication_status: published
publisher: American Institute of Physics
publist_id: '6446'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Scales and multimodal flux distributions in stationary metabolic network models
  via thermodynamics
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 95
year: '2017'
...
---
_id: '963'
abstract:
- lang: eng
  text: 'Network games are widely used as a model for selfish resource-allocation
    problems. In the classical model, each player selects a path connecting her source
    and target vertex. The cost of traversing an edge depends on the number of players
    that traverse it. Thus, it abstracts the fact that different users may use a resource
    at different times and for different durations, which plays an important role
    in defining the costs of the users in reality. For example, when transmitting
    packets in a communication network, routing traffic in a road network, or processing
    a task in a production system, the traversal of the network involves an inherent
    delay, and so sharing and congestion of resources crucially depends on time. We
    study timed network games , which add a time component to network games. Each
    vertex v in the network is associated with a cost function, mapping the load on
    v to the price that a player pays for staying in v for one time unit with this
    load. In addition, each edge has a guard, describing time intervals in which the
    edge can be traversed, forcing the players to spend time on vertices. Unlike earlier
    work that add a time component to network games, the time in our model is continuous
    and cannot be discretized. In particular, players have uncountably many strategies,
    and a game may have uncountably many pure Nash equilibria. We study properties
    of timed network games with cost-sharing or congestion cost functions: their stability,
    equilibrium inefficiency, and complexity. In particular, we show that the answer
    to the question whether we can restrict attention to boundary strategies, namely
    ones in which edges are traversed only at the boundaries of guards, is mixed. '
alternative_title:
- LIPIcs
article_number: '37'
article_processing_charge: No
author:
- first_name: Guy
  full_name: Avni, Guy
  id: 463C8BC2-F248-11E8-B48F-1D18A9856A87
  last_name: Avni
  orcid: 0000-0001-5588-8287
- first_name: Shibashis
  full_name: Guha, Shibashis
  last_name: Guha
- first_name: Orna
  full_name: Kupferman, Orna
  last_name: Kupferman
citation:
  ama: 'Avni G, Guha S, Kupferman O. Timed network games with clocks. In: Vol 83.
    Schloss Dagstuhl - Leibniz-Zentrum für Informatik; 2017. doi:<a href="https://doi.org/10.4230/LIPIcs.MFCS.2017.37">10.4230/LIPIcs.MFCS.2017.37</a>'
  apa: 'Avni, G., Guha, S., &#38; Kupferman, O. (2017). Timed network games with clocks
    (Vol. 83). Presented at the MFCS: Mathematical Foundations of Computer Science,
    Aalborg, Denmark: Schloss Dagstuhl - Leibniz-Zentrum für Informatik. <a href="https://doi.org/10.4230/LIPIcs.MFCS.2017.37">https://doi.org/10.4230/LIPIcs.MFCS.2017.37</a>'
  chicago: Avni, Guy, Shibashis Guha, and Orna Kupferman. “Timed Network Games with
    Clocks,” Vol. 83. Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 2017. <a
    href="https://doi.org/10.4230/LIPIcs.MFCS.2017.37">https://doi.org/10.4230/LIPIcs.MFCS.2017.37</a>.
  ieee: 'G. Avni, S. Guha, and O. Kupferman, “Timed network games with clocks,” presented
    at the MFCS: Mathematical Foundations of Computer Science, Aalborg, Denmark, 2017,
    vol. 83.'
  ista: 'Avni G, Guha S, Kupferman O. 2017. Timed network games with clocks. MFCS:
    Mathematical Foundations of Computer Science, LIPIcs, vol. 83, 37.'
  mla: Avni, Guy, et al. <i>Timed Network Games with Clocks</i>. Vol. 83, 37, Schloss
    Dagstuhl - Leibniz-Zentrum für Informatik, 2017, doi:<a href="https://doi.org/10.4230/LIPIcs.MFCS.2017.37">10.4230/LIPIcs.MFCS.2017.37</a>.
  short: G. Avni, S. Guha, O. Kupferman, in:, Schloss Dagstuhl - Leibniz-Zentrum für
    Informatik, 2017.
conference:
  end_date: 2017-08-25
  location: Aalborg, Denmark
  name: 'MFCS: Mathematical Foundations of Computer Science'
  start_date: 2017-08-21
date_created: 2018-12-11T11:49:26Z
date_published: 2017-06-01T00:00:00Z
date_updated: 2025-07-10T12:01:59Z
day: '01'
ddc:
- '004'
department:
- _id: ToHe
doi: 10.4230/LIPIcs.MFCS.2017.37
file:
- access_level: open_access
  checksum: f55eaf7f3c36ea07801112acfedd17d5
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T10:14:10Z
  date_updated: 2020-07-14T12:48:18Z
  file_id: '5059'
  file_name: IST-2017-829-v1+1_mfcs-cr.pdf
  file_size: 369730
  relation: main_file
file_date_updated: 2020-07-14T12:48:18Z
has_accepted_license: '1'
intvolume: '        83'
language:
- iso: eng
month: '06'
oa: 1
oa_version: Published Version
project:
- _id: 25F5A88A-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S11402-N23
  name: Moderne Concurrency Paradigms
publication_identifier:
  issn:
  - 1868-8969
publication_status: published
publisher: Schloss Dagstuhl - Leibniz-Zentrum für Informatik
publist_id: '6438'
pubrep_id: '829'
quality_controlled: '1'
related_material:
  record:
  - id: '6005'
    relation: later_version
    status: public
scopus_import: '1'
status: public
title: Timed network games with clocks
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: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 83
year: '2017'
...
---
_id: '9707'
abstract:
- lang: eng
  text: Branching morphogenesis of the epithelial ureteric bud forms the renal collecting
    duct system and is critical for normal nephron number, while low nephron number
    is implicated in hypertension and renal disease. Ureteric bud growth and branching
    requires GDNF signaling from the surrounding mesenchyme to cells at the ureteric
    bud tips, via the Ret receptor tyrosine kinase and coreceptor Gfrα1; Ret signaling
    up-regulates transcription factors Etv4 and Etv5, which are also critical for
    branching. Despite extensive knowledge of the genetic control of these events,
    it is not understood, at the cellular level, how renal branching morphogenesis
    is achieved or how Ret signaling influences epithelial cell behaviors to promote
    this process. Analysis of chimeric embryos previously suggested a role for Ret
    signaling in promoting cell rearrangements in the nephric duct, but this method
    was unsuited to study individual cell behaviors during ureteric bud branching.
    Here, we use Mosaic Analysis with Double Markers (MADM), combined with organ culture
    and time-lapse imaging, to trace the movements and divisions of individual ureteric
    bud tip cells. We first examine wild-type clones and then Ret or Etv4 mutant/wild-type
    clones in which the mutant and wild-type sister cells are differentially and heritably
    marked by green and red fluorescent proteins. We find that, in normal kidneys,
    most individual tip cells behave as self-renewing progenitors, some of whose progeny
    remain at the tips while others populate the growing UB trunks. In Ret or Etv4
    MADM clones, the wild-type cells generated at a UB tip are much more likely to
    remain at, or move to, the new tips during branching and elongation, while their
    Ret−/− or Etv4−/− sister cells tend to lag behind and contribute only to the trunks.
    By tracking successive mitoses in a cell lineage, we find that Ret signaling has
    little effect on proliferation, in contrast to its effects on cell movement. Our
    results show that Ret/Etv4 signaling promotes directed cell movements in the ureteric
    bud tips, and suggest a model in which these cell movements mediate branching
    morphogenesis.
article_processing_charge: No
author:
- first_name: Paul
  full_name: Riccio, Paul
  last_name: Riccio
- first_name: Christina
  full_name: Cebrián, Christina
  last_name: Cebrián
- first_name: Hui
  full_name: Zong, Hui
  last_name: Zong
- first_name: Simon
  full_name: Hippenmeyer, Simon
  id: 37B36620-F248-11E8-B48F-1D18A9856A87
  last_name: Hippenmeyer
  orcid: 0000-0003-2279-1061
- first_name: Frank
  full_name: Costantini, Frank
  last_name: Costantini
citation:
  ama: 'Riccio P, Cebrián C, Zong H, Hippenmeyer S, Costantini F. Data from: Ret and
    Etv4 promote directed movements of progenitor cells during renal branching morphogenesis.
    2017. doi:<a href="https://doi.org/10.5061/dryad.pk16b">10.5061/dryad.pk16b</a>'
  apa: 'Riccio, P., Cebrián, C., Zong, H., Hippenmeyer, S., &#38; Costantini, F. (2017).
    Data from: Ret and Etv4 promote directed movements of progenitor cells during
    renal branching morphogenesis. Dryad. <a href="https://doi.org/10.5061/dryad.pk16b">https://doi.org/10.5061/dryad.pk16b</a>'
  chicago: 'Riccio, Paul, Christina Cebrián, Hui Zong, Simon Hippenmeyer, and Frank
    Costantini. “Data from: Ret and Etv4 Promote Directed Movements of Progenitor
    Cells during Renal Branching Morphogenesis.” Dryad, 2017. <a href="https://doi.org/10.5061/dryad.pk16b">https://doi.org/10.5061/dryad.pk16b</a>.'
  ieee: 'P. Riccio, C. Cebrián, H. Zong, S. Hippenmeyer, and F. Costantini, “Data
    from: Ret and Etv4 promote directed movements of progenitor cells during renal
    branching morphogenesis.” Dryad, 2017.'
  ista: 'Riccio P, Cebrián C, Zong H, Hippenmeyer S, Costantini F. 2017. Data from:
    Ret and Etv4 promote directed movements of progenitor cells during renal branching
    morphogenesis, Dryad, <a href="https://doi.org/10.5061/dryad.pk16b">10.5061/dryad.pk16b</a>.'
  mla: 'Riccio, Paul, et al. <i>Data from: Ret and Etv4 Promote Directed Movements
    of Progenitor Cells during Renal Branching Morphogenesis</i>. Dryad, 2017, doi:<a
    href="https://doi.org/10.5061/dryad.pk16b">10.5061/dryad.pk16b</a>.'
  short: P. Riccio, C. Cebrián, H. Zong, S. Hippenmeyer, F. Costantini, (2017).
date_created: 2021-07-23T09:39:34Z
date_published: 2017-01-14T00:00:00Z
date_updated: 2022-08-25T13:34:55Z
day: '14'
department:
- _id: SiHi
doi: 10.5061/dryad.pk16b
main_file_link:
- open_access: '1'
  url: https://doi.org/10.5061/dryad.pk16b
month: '01'
oa: 1
oa_version: Published Version
publisher: Dryad
related_material:
  record:
  - id: '9702'
    relation: used_in_publication
    status: deleted
status: public
title: 'Data from: Ret and Etv4 promote directed movements of progenitor cells during
  renal branching morphogenesis'
type: research_data_reference
user_id: 6785fbc1-c503-11eb-8a32-93094b40e1cf
year: '2017'
...
---
_id: '9709'
abstract:
- lang: eng
  text: Across the nervous system, certain population spiking patterns are observed
    far more frequently than others. A hypothesis about this structure is that these
    collective activity patterns function as population codewords–collective modes–carrying
    information distinct from that of any single cell. We investigate this phenomenon
    in recordings of ∼150 retinal ganglion cells, the retina’s output. We develop
    a novel statistical model that decomposes the population response into modes;
    it predicts the distribution of spiking activity in the ganglion cell population
    with high accuracy. We found that the modes represent localized features of the
    visual stimulus that are distinct from the features represented by single neurons.
    Modes form clusters of activity states that are readily discriminated from one
    another. When we repeated the same visual stimulus, we found that the same mode
    was robustly elicited. These results suggest that retinal ganglion cells’ collective
    signaling is endowed with a form of error-correcting code–a principle that may
    hold in brain areas beyond retina.
article_processing_charge: No
author:
- first_name: Jason
  full_name: Prentice, Jason
  last_name: Prentice
- first_name: Olivier
  full_name: Marre, Olivier
  last_name: Marre
- first_name: Mark
  full_name: Ioffe, Mark
  last_name: Ioffe
- first_name: Adrianna
  full_name: Loback, Adrianna
  last_name: Loback
- first_name: Gašper
  full_name: Tkačik, Gašper
  id: 3D494DCA-F248-11E8-B48F-1D18A9856A87
  last_name: Tkačik
  orcid: 0000-0002-6699-1455
- first_name: Michael
  full_name: Berry, Michael
  last_name: Berry
citation:
  ama: 'Prentice J, Marre O, Ioffe M, Loback A, Tkačik G, Berry M. Data from: Error-robust
    modes of the retinal population code. 2017. doi:<a href="https://doi.org/10.5061/dryad.1f1rc">10.5061/dryad.1f1rc</a>'
  apa: 'Prentice, J., Marre, O., Ioffe, M., Loback, A., Tkačik, G., &#38; Berry, M.
    (2017). Data from: Error-robust modes of the retinal population code. Dryad. <a
    href="https://doi.org/10.5061/dryad.1f1rc">https://doi.org/10.5061/dryad.1f1rc</a>'
  chicago: 'Prentice, Jason, Olivier Marre, Mark Ioffe, Adrianna Loback, Gašper Tkačik,
    and Michael Berry. “Data from: Error-Robust Modes of the Retinal Population Code.”
    Dryad, 2017. <a href="https://doi.org/10.5061/dryad.1f1rc">https://doi.org/10.5061/dryad.1f1rc</a>.'
  ieee: 'J. Prentice, O. Marre, M. Ioffe, A. Loback, G. Tkačik, and M. Berry, “Data
    from: Error-robust modes of the retinal population code.” Dryad, 2017.'
  ista: 'Prentice J, Marre O, Ioffe M, Loback A, Tkačik G, Berry M. 2017. Data from:
    Error-robust modes of the retinal population code, Dryad, <a href="https://doi.org/10.5061/dryad.1f1rc">10.5061/dryad.1f1rc</a>.'
  mla: 'Prentice, Jason, et al. <i>Data from: Error-Robust Modes of the Retinal Population
    Code</i>. Dryad, 2017, doi:<a href="https://doi.org/10.5061/dryad.1f1rc">10.5061/dryad.1f1rc</a>.'
  short: J. Prentice, O. Marre, M. Ioffe, A. Loback, G. Tkačik, M. Berry, (2017).
date_created: 2021-07-23T11:34:34Z
date_published: 2017-10-18T00:00:00Z
date_updated: 2025-09-22T09:43:12Z
day: '18'
department:
- _id: GaTk
doi: 10.5061/dryad.1f1rc
main_file_link:
- open_access: '1'
  url: https://doi.org/10.5061/dryad.1f1rc
month: '10'
oa: 1
oa_version: Published Version
publisher: Dryad
related_material:
  record:
  - id: '1197'
    relation: used_in_publication
    status: public
status: public
title: 'Data from: Error-robust modes of the retinal population code'
type: research_data_reference
user_id: 6785fbc1-c503-11eb-8a32-93094b40e1cf
year: '2017'
...
---
_id: '463'
abstract:
- lang: eng
  text: We investigate transient behaviors induced by magnetic fields on the dynamics
    of the flow of a ferrofluid in the gap between two concentric, independently rotating
    cylinders. Without applying any magnetic fields, we uncover emergence of flow
    states constituted by a combination of a localized spiral state (SPIl) in the
    top and bottom of the annulus and different multi-cell flow states (SPI2v, SPI3v)
    with toroidally closed vortices in the interior of the bulk (SPIl+2v = SPIl +
    SPI2v and SPIl+3v = SPIl + SPI3v). However, when a magnetic field is presented,
    we observe the transient behaviors between multi-cell states passing through two
    critical thresholds in a strength of an axial (transverse) magnetic field. Before
    the first critical threshold of a magnetic field strength, multi-stable states
    with different number of cells could be observed. After the first critical threshold,
    we find the transient behavior between the three- and two-cell flow states. For
    more strength of magnetic field or after the second critical threshold, we discover
    that multi-cell states are disappeared and a localized spiral state remains to
    be stimulated. The studied transient behavior could be understood by the investigation
    of various quantities including a modal kinetic energy, a mode amplitude of the
    radial velocity, wavenumber, angular momentum, and torque. In addition, the emergence
    of new flow states and the transient behavior between their states in ferrofluidic
    flows indicate that richer and potentially controllable dynamics through magnetic
    fields could be possible in ferrofluic flow.
article_number: '113112'
article_processing_charge: No
article_type: original
author:
- first_name: Sebastian
  full_name: Altmeyer, Sebastian
  id: 2EE67FDC-F248-11E8-B48F-1D18A9856A87
  last_name: Altmeyer
  orcid: 0000-0001-5964-0203
- first_name: Younghae
  full_name: Do, Younghae
  last_name: Do
- first_name: Soorok
  full_name: Ryu, Soorok
  last_name: Ryu
citation:
  ama: Altmeyer S, Do Y, Ryu S. Transient behavior between multi-cell flow states
    in ferrofluidic Taylor-Couette flow. <i>Chaos</i>. 2017;27(11). doi:<a href="https://doi.org/10.1063/1.5002771">10.1063/1.5002771</a>
  apa: Altmeyer, S., Do, Y., &#38; Ryu, S. (2017). Transient behavior between multi-cell
    flow states in ferrofluidic Taylor-Couette flow. <i>Chaos</i>. AIP Publishing.
    <a href="https://doi.org/10.1063/1.5002771">https://doi.org/10.1063/1.5002771</a>
  chicago: Altmeyer, Sebastian, Younghae Do, and Soorok Ryu. “Transient Behavior between
    Multi-Cell Flow States in Ferrofluidic Taylor-Couette Flow.” <i>Chaos</i>. AIP
    Publishing, 2017. <a href="https://doi.org/10.1063/1.5002771">https://doi.org/10.1063/1.5002771</a>.
  ieee: S. Altmeyer, Y. Do, and S. Ryu, “Transient behavior between multi-cell flow
    states in ferrofluidic Taylor-Couette flow,” <i>Chaos</i>, vol. 27, no. 11. AIP
    Publishing, 2017.
  ista: Altmeyer S, Do Y, Ryu S. 2017. Transient behavior between multi-cell flow
    states in ferrofluidic Taylor-Couette flow. Chaos. 27(11), 113112.
  mla: Altmeyer, Sebastian, et al. “Transient Behavior between Multi-Cell Flow States
    in Ferrofluidic Taylor-Couette Flow.” <i>Chaos</i>, vol. 27, no. 11, 113112, AIP
    Publishing, 2017, doi:<a href="https://doi.org/10.1063/1.5002771">10.1063/1.5002771</a>.
  short: S. Altmeyer, Y. Do, S. Ryu, Chaos 27 (2017).
date_created: 2018-12-11T11:46:37Z
date_published: 2017-11-01T00:00:00Z
date_updated: 2025-09-18T09:58:08Z
day: '01'
ddc:
- '530'
department:
- _id: BjHo
doi: 10.1063/1.5002771
external_id:
  isi:
  - '000416827300016'
file:
- access_level: open_access
  checksum: 0731f9d416760c1062db258ca51f8bdc
  content_type: application/pdf
  creator: dernst
  date_created: 2019-10-24T15:14:30Z
  date_updated: 2020-07-14T12:46:32Z
  file_id: '6970'
  file_name: 2017_Chaos_Altmeyer.pdf
  file_size: 7714020
  relation: main_file
file_date_updated: 2020-07-14T12:46:32Z
has_accepted_license: '1'
intvolume: '        27'
isi: 1
issue: '11'
language:
- iso: eng
month: '11'
oa: 1
oa_version: Published Version
publication: Chaos
publication_identifier:
  issn:
  - 1054-1500
publication_status: published
publisher: AIP Publishing
publist_id: '7358'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Transient behavior between multi-cell flow states in ferrofluidic Taylor-Couette
  flow
type: journal_article
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
volume: 27
year: '2017'
...
