---
_id: '60'
abstract:
- lang: eng
  text: Model checking is a computer-assisted method for the analysis of dynamical
    systems that can be modeled by state-transition systems. Drawing from research
    traditions in mathematical logic, programming languages, hardware design, and
    theoretical computer science, model checking is now widely used for the verification
    of hardware and software in industry. This chapter is an introduction and short
    survey of model checking. The chapter aims to motivate and link the individual
    chapters of the handbook, and to provide context for readers who are not familiar
    with model checking.
author:
- first_name: Edmund
  full_name: Clarke, Edmund
  last_name: Clarke
- 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: Helmut
  full_name: Veith, Helmut
  last_name: Veith
citation:
  ama: 'Clarke E, Henzinger TA, Veith H. Introduction to model checking. In: Henzinger
    TA, ed. <i>Handbook of Model Checking</i>. Handbook of Model Checking. Springer;
    2018:1-26. doi:<a href="https://doi.org/10.1007/978-3-319-10575-8_1">10.1007/978-3-319-10575-8_1</a>'
  apa: Clarke, E., Henzinger, T. A., &#38; Veith, H. (2018). Introduction to model
    checking. In T. A. Henzinger (Ed.), <i>Handbook of Model Checking</i> (pp. 1–26).
    Springer. <a href="https://doi.org/10.1007/978-3-319-10575-8_1">https://doi.org/10.1007/978-3-319-10575-8_1</a>
  chicago: Clarke, Edmund, Thomas A Henzinger, and Helmut Veith. “Introduction to
    Model Checking.” In <i>Handbook of Model Checking</i>, edited by Thomas A Henzinger,
    1–26. Handbook of Model Checking. Springer, 2018. <a href="https://doi.org/10.1007/978-3-319-10575-8_1">https://doi.org/10.1007/978-3-319-10575-8_1</a>.
  ieee: E. Clarke, T. A. Henzinger, and H. Veith, “Introduction to model checking,”
    in <i>Handbook of Model Checking</i>, T. A. Henzinger, Ed. Springer, 2018, pp.
    1–26.
  ista: 'Clarke E, Henzinger TA, Veith H. 2018.Introduction to model checking. In:
    Handbook of Model Checking. , 1–26.'
  mla: Clarke, Edmund, et al. “Introduction to Model Checking.” <i>Handbook of Model
    Checking</i>, edited by Thomas A Henzinger, Springer, 2018, pp. 1–26, doi:<a href="https://doi.org/10.1007/978-3-319-10575-8_1">10.1007/978-3-319-10575-8_1</a>.
  short: E. Clarke, T.A. Henzinger, H. Veith, in:, T.A. Henzinger (Ed.), Handbook
    of Model Checking, Springer, 2018, pp. 1–26.
date_created: 2018-12-11T11:44:25Z
date_published: 2018-05-19T00:00:00Z
date_updated: 2021-01-12T08:05:35Z
day: '19'
department:
- _id: ToHe
doi: 10.1007/978-3-319-10575-8_1
editor:
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  last_name: Henzinger
language:
- iso: eng
month: '05'
oa_version: None
page: 1 - 26
publication: Handbook of Model Checking
publication_status: published
publisher: Springer
publist_id: '7994'
quality_controlled: '1'
scopus_import: 1
series_title: Handbook of Model Checking
status: public
title: Introduction to model checking
type: book_chapter
user_id: 3E5EF7F0-F248-11E8-B48F-1D18A9856A87
year: '2018'
...
---
_id: '6001'
abstract:
- lang: eng
  text: "The concurrent memory reclamation problem is that of devising a way for a
    deallocating thread to verify that no other concurrent threads hold references
    to a memory block being deallocated. To date, in the absence of automatic garbage
    collection, there is no satisfactory solution to this problem; existing tracking
    methods like hazard pointers, reference counters, or epoch-based techniques like
    RCU are either prohibitively expensive or require significant programming expertise
    to the extent that implementing them efficiently can be worthy of a publication.
    None of the existing techniques are automatic or even semi-automated.\r\nIn this
    article, we take a new approach to concurrent memory reclamation. Instead of manually
    tracking access to memory locations as done in techniques like hazard pointers,
    or restricting shared accesses to specific epoch boundaries as in RCU, our algorithm,
    called ThreadScan, leverages operating system signaling to automatically detect
    which memory locations are being accessed by concurrent threads.\r\nInitial empirical
    evidence shows that ThreadScan scales surprisingly well and requires negligible
    programming effort beyond the standard use of Malloc and Free."
article_number: '18'
author:
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
- first_name: William
  full_name: Leiserson, William
  last_name: Leiserson
- first_name: Alexander
  full_name: Matveev, Alexander
  last_name: Matveev
- first_name: Nir
  full_name: Shavit, Nir
  last_name: Shavit
citation:
  ama: 'Alistarh D-A, Leiserson W, Matveev A, Shavit N. ThreadScan: Automatic and
    scalable memory reclamation. <i>ACM Transactions on Parallel Computing</i>. 2018;4(4).
    doi:<a href="https://doi.org/10.1145/3201897">10.1145/3201897</a>'
  apa: 'Alistarh, D.-A., Leiserson, W., Matveev, A., &#38; Shavit, N. (2018). ThreadScan:
    Automatic and scalable memory reclamation. <i>ACM Transactions on Parallel Computing</i>.
    Association for Computing Machinery. <a href="https://doi.org/10.1145/3201897">https://doi.org/10.1145/3201897</a>'
  chicago: 'Alistarh, Dan-Adrian, William Leiserson, Alexander Matveev, and Nir Shavit.
    “ThreadScan: Automatic and Scalable Memory Reclamation.” <i>ACM Transactions on
    Parallel Computing</i>. Association for Computing Machinery, 2018. <a href="https://doi.org/10.1145/3201897">https://doi.org/10.1145/3201897</a>.'
  ieee: 'D.-A. Alistarh, W. Leiserson, A. Matveev, and N. Shavit, “ThreadScan: Automatic
    and scalable memory reclamation,” <i>ACM Transactions on Parallel Computing</i>,
    vol. 4, no. 4. Association for Computing Machinery, 2018.'
  ista: 'Alistarh D-A, Leiserson W, Matveev A, Shavit N. 2018. ThreadScan: Automatic
    and scalable memory reclamation. ACM Transactions on Parallel Computing. 4(4),
    18.'
  mla: 'Alistarh, Dan-Adrian, et al. “ThreadScan: Automatic and Scalable Memory Reclamation.”
    <i>ACM Transactions on Parallel Computing</i>, vol. 4, no. 4, 18, Association
    for Computing Machinery, 2018, doi:<a href="https://doi.org/10.1145/3201897">10.1145/3201897</a>.'
  short: D.-A. Alistarh, W. Leiserson, A. Matveev, N. Shavit, ACM Transactions on
    Parallel Computing 4 (2018).
date_created: 2019-02-14T13:24:11Z
date_published: 2018-09-01T00:00:00Z
date_updated: 2023-02-23T13:17:54Z
day: '01'
department:
- _id: DaAl
doi: 10.1145/3201897
intvolume: '         4'
issue: '4'
language:
- iso: eng
month: '09'
oa_version: None
publication: ACM Transactions on Parallel Computing
publication_identifier:
  issn:
  - 2329-4949
publication_status: published
publisher: Association for Computing Machinery
quality_controlled: '1'
related_material:
  record:
  - id: '779'
    relation: earlier_version
    status: public
scopus_import: 1
status: public
title: 'ThreadScan: Automatic and scalable memory reclamation'
type: journal_article
user_id: 3E5EF7F0-F248-11E8-B48F-1D18A9856A87
volume: 4
year: '2018'
...
---
_id: '6002'
abstract:
- lang: eng
  text: The Bogoliubov free energy functional is analysed. The functional serves as
    a model of a translation-invariant Bose gas at positive temperature. We prove
    the existence of minimizers in the case of repulsive interactions given by a sufficiently
    regular two-body potential. Furthermore, we prove the existence of a phase transition
    in this model and provide its phase diagram.
article_processing_charge: No
arxiv: 1
author:
- first_name: Marcin M
  full_name: Napiórkowski, Marcin M
  id: 4197AD04-F248-11E8-B48F-1D18A9856A87
  last_name: Napiórkowski
- first_name: Robin
  full_name: Reuvers, Robin
  last_name: Reuvers
- first_name: Jan Philip
  full_name: Solovej, Jan Philip
  last_name: Solovej
citation:
  ama: 'Napiórkowski MM, Reuvers R, Solovej JP. The Bogoliubov free energy functional
    I: Existence of minimizers and phase diagram. <i>Archive for Rational Mechanics
    and Analysis</i>. 2018;229(3):1037-1090. doi:<a href="https://doi.org/10.1007/s00205-018-1232-6">10.1007/s00205-018-1232-6</a>'
  apa: 'Napiórkowski, M. M., Reuvers, R., &#38; Solovej, J. P. (2018). The Bogoliubov
    free energy functional I: Existence of minimizers and phase diagram. <i>Archive
    for Rational Mechanics and Analysis</i>. Springer Nature. <a href="https://doi.org/10.1007/s00205-018-1232-6">https://doi.org/10.1007/s00205-018-1232-6</a>'
  chicago: 'Napiórkowski, Marcin M, Robin Reuvers, and Jan Philip Solovej. “The Bogoliubov
    Free Energy Functional I: Existence of Minimizers and Phase Diagram.” <i>Archive
    for Rational Mechanics and Analysis</i>. Springer Nature, 2018. <a href="https://doi.org/10.1007/s00205-018-1232-6">https://doi.org/10.1007/s00205-018-1232-6</a>.'
  ieee: 'M. M. Napiórkowski, R. Reuvers, and J. P. Solovej, “The Bogoliubov free energy
    functional I: Existence of minimizers and phase diagram,” <i>Archive for Rational
    Mechanics and Analysis</i>, vol. 229, no. 3. Springer Nature, pp. 1037–1090, 2018.'
  ista: 'Napiórkowski MM, Reuvers R, Solovej JP. 2018. The Bogoliubov free energy
    functional I: Existence of minimizers and phase diagram. Archive for Rational
    Mechanics and Analysis. 229(3), 1037–1090.'
  mla: 'Napiórkowski, Marcin M., et al. “The Bogoliubov Free Energy Functional I:
    Existence of Minimizers and Phase Diagram.” <i>Archive for Rational Mechanics
    and Analysis</i>, vol. 229, no. 3, Springer Nature, 2018, pp. 1037–90, doi:<a
    href="https://doi.org/10.1007/s00205-018-1232-6">10.1007/s00205-018-1232-6</a>.'
  short: M.M. Napiórkowski, R. Reuvers, J.P. Solovej, Archive for Rational Mechanics
    and Analysis 229 (2018) 1037–1090.
date_created: 2019-02-14T13:40:53Z
date_published: 2018-09-01T00:00:00Z
date_updated: 2025-04-15T08:26:15Z
day: '01'
department:
- _id: RoSe
doi: 10.1007/s00205-018-1232-6
external_id:
  arxiv:
  - '1511.05935'
  isi:
  - '000435367300003'
intvolume: '       229'
isi: 1
issue: '3'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1511.05935
month: '09'
oa: 1
oa_version: Preprint
page: 1037-1090
project:
- _id: 25C878CE-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: P27533_N27
  name: Structure of the Excitation Spectrum for Many-Body Quantum Systems
publication: Archive for Rational Mechanics and Analysis
publication_identifier:
  eissn:
  - 1432-0673
  issn:
  - 0003-9527
publication_status: published
publisher: Springer Nature
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'The Bogoliubov free energy functional I: Existence of minimizers and phase
  diagram'
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 229
year: '2018'
...
---
_id: '6003'
abstract:
- lang: eng
  text: Digital fabrication devices are powerful tools for creating tangible reproductions
    of 3D digital models. Most available printing technologies aim at producing an
    accurate copy of a tridimensional shape. However, fabrication technologies can
    also be used to create a stylistic representation of a digital shape. We refer
    to this class of methods as ‘stylized fabrication methods’. These methods abstract
    geometric and physical features of a given shape to create an unconventional representation,
    to produce an optical illusion or to devise a particular interaction with the
    fabricated model. In this state‐of‐the‐art report, we classify and overview this
    broad and emerging class of approaches and also propose possible directions for
    future research.
article_processing_charge: No
author:
- first_name: Bernd
  full_name: Bickel, Bernd
  id: 49876194-F248-11E8-B48F-1D18A9856A87
  last_name: Bickel
  orcid: 0000-0001-6511-9385
- first_name: Paolo
  full_name: Cignoni, Paolo
  last_name: Cignoni
- first_name: Luigi
  full_name: Malomo, Luigi
  last_name: Malomo
- first_name: Nico
  full_name: Pietroni, Nico
  last_name: Pietroni
citation:
  ama: Bickel B, Cignoni P, Malomo L, Pietroni N. State of the art on stylized fabrication.
    <i>Computer Graphics Forum</i>. 2018;37(6):325-342. doi:<a href="https://doi.org/10.1111/cgf.13327">10.1111/cgf.13327</a>
  apa: Bickel, B., Cignoni, P., Malomo, L., &#38; Pietroni, N. (2018). State of the
    art on stylized fabrication. <i>Computer Graphics Forum</i>. Wiley. <a href="https://doi.org/10.1111/cgf.13327">https://doi.org/10.1111/cgf.13327</a>
  chicago: Bickel, Bernd, Paolo Cignoni, Luigi Malomo, and Nico Pietroni. “State of
    the Art on Stylized Fabrication.” <i>Computer Graphics Forum</i>. Wiley, 2018.
    <a href="https://doi.org/10.1111/cgf.13327">https://doi.org/10.1111/cgf.13327</a>.
  ieee: B. Bickel, P. Cignoni, L. Malomo, and N. Pietroni, “State of the art on stylized
    fabrication,” <i>Computer Graphics Forum</i>, vol. 37, no. 6. Wiley, pp. 325–342,
    2018.
  ista: Bickel B, Cignoni P, Malomo L, Pietroni N. 2018. State of the art on stylized
    fabrication. Computer Graphics Forum. 37(6), 325–342.
  mla: Bickel, Bernd, et al. “State of the Art on Stylized Fabrication.” <i>Computer
    Graphics Forum</i>, vol. 37, no. 6, Wiley, 2018, pp. 325–42, doi:<a href="https://doi.org/10.1111/cgf.13327">10.1111/cgf.13327</a>.
  short: B. Bickel, P. Cignoni, L. Malomo, N. Pietroni, Computer Graphics Forum 37
    (2018) 325–342.
date_created: 2019-02-14T13:52:25Z
date_published: 2018-09-01T00:00:00Z
date_updated: 2025-04-14T07:28:57Z
day: '01'
ddc:
- '004'
department:
- _id: BeBi
doi: 10.1111/cgf.13327
ec_funded: 1
external_id:
  isi:
  - '000437272800019'
file:
- access_level: open_access
  checksum: d2bbe5c658d8159fbe9016a4f5e82b19
  content_type: application/pdf
  creator: kschuh
  date_created: 2019-02-14T14:09:28Z
  date_updated: 2020-07-14T12:47:15Z
  file_id: '6004'
  file_name: StylizedFabricationSTAR-Personal.pdf
  file_size: 6209349
  relation: main_file
file_date_updated: 2020-07-14T12:47:15Z
has_accepted_license: '1'
intvolume: '        37'
isi: 1
issue: '6'
language:
- iso: eng
month: '09'
oa: 1
oa_version: Submitted Version
page: 325-342
project:
- _id: 24F9549A-B435-11E9-9278-68D0E5697425
  call_identifier: H2020
  grant_number: '715767'
  name: 'MATERIALIZABLE: Intelligent fabrication-oriented Computational Design and
    Modeling'
publication: Computer Graphics Forum
publication_identifier:
  issn:
  - 0167-7055
publication_status: published
publisher: Wiley
pubrep_id: '1051'
quality_controlled: '1'
scopus_import: '1'
status: public
title: State of the art on stylized fabrication
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 37
year: '2018'
...
---
_id: '6005'
abstract:
- lang: eng
  text: Network games are widely used as a model for selfish resource-allocation problems.
    In the classicalmodel, each player selects a path connecting her source and target
    vertices. The cost of traversingan edge depends on theload; namely, number of
    players that traverse it. Thus, it abstracts the factthat different users may
    use a resource at different times and for different durations, which playsan important
    role in determining the costs of the users in reality. For example, when transmittingpackets
    in a communication network, routing traffic in a road network, or processing a
    task in aproduction system, actual sharing and congestion of resources crucially
    depends on time.In [13], we introducedtimed network games, which add a time component
    to network games.Each vertexvin the network is associated with a cost function,
    mapping the load onvto theprice that a player pays for staying invfor one time
    unit with this load.  Each edge in thenetwork is guarded by the time intervals
    in which it can be traversed, which forces the players tospend time in the vertices.
    In this work we significantly extend the way time can be referred toin timed network
    games. In the model we study, the network is equipped withclocks, and, as intimed
    automata, edges are guarded by constraints on the values of the clocks, and their
    traversalmay involve a reset of some clocks. We argue that the stronger model
    captures many realisticnetworks.  The addition of clocks breaks the techniques
    we developed in [13] and we developnew techniques in order to show that positive
    results on classic network games carry over to thestronger timed setting.
alternative_title:
- LIPIcs
article_number: '23'
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 117.
    Schloss Dagstuhl - Leibniz-Zentrum für Informatik; 2018. doi:<a href="https://doi.org/10.4230/LIPICS.MFCS.2018.23">10.4230/LIPICS.MFCS.2018.23</a>'
  apa: 'Avni, G., Guha, S., &#38; Kupferman, O. (2018). Timed network games with clocks
    (Vol. 117). Presented at the MFCS: Mathematical Foundations of Computer Science,
    Liverpool, United Kingdom: Schloss Dagstuhl - Leibniz-Zentrum für Informatik.
    <a href="https://doi.org/10.4230/LIPICS.MFCS.2018.23">https://doi.org/10.4230/LIPICS.MFCS.2018.23</a>'
  chicago: Avni, Guy, Shibashis Guha, and Orna Kupferman. “Timed Network Games with
    Clocks,” Vol. 117. Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 2018. <a
    href="https://doi.org/10.4230/LIPICS.MFCS.2018.23">https://doi.org/10.4230/LIPICS.MFCS.2018.23</a>.
  ieee: 'G. Avni, S. Guha, and O. Kupferman, “Timed network games with clocks,” presented
    at the MFCS: Mathematical Foundations of Computer Science, Liverpool, United Kingdom,
    2018, vol. 117.'
  ista: 'Avni G, Guha S, Kupferman O. 2018. Timed network games with clocks. MFCS:
    Mathematical Foundations of Computer Science, LIPIcs, vol. 117, 23.'
  mla: Avni, Guy, et al. <i>Timed Network Games with Clocks</i>. Vol. 117, 23, Schloss
    Dagstuhl - Leibniz-Zentrum für Informatik, 2018, doi:<a href="https://doi.org/10.4230/LIPICS.MFCS.2018.23">10.4230/LIPICS.MFCS.2018.23</a>.
  short: G. Avni, S. Guha, O. Kupferman, in:, Schloss Dagstuhl - Leibniz-Zentrum für
    Informatik, 2018.
conference:
  end_date: 2018-08-31
  location: Liverpool, United Kingdom
  name: 'MFCS: Mathematical Foundations of Computer Science'
  start_date: 2018-08-27
date_created: 2019-02-14T14:12:09Z
date_published: 2018-08-01T00:00:00Z
date_updated: 2025-07-10T12:01:59Z
day: '01'
ddc:
- '000'
department:
- _id: ToHe
doi: 10.4230/LIPICS.MFCS.2018.23
file:
- access_level: open_access
  checksum: 41ab2ae9b63f5eb49fa995250c0ba128
  content_type: application/pdf
  creator: dernst
  date_created: 2019-02-14T14:22:04Z
  date_updated: 2020-07-14T12:47:15Z
  file_id: '6007'
  file_name: 2018_LIPIcs_Avni.pdf
  file_size: 542889
  relation: main_file
file_date_updated: 2020-07-14T12:47:15Z
has_accepted_license: '1'
intvolume: '       117'
language:
- iso: eng
month: '08'
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
- _id: 264B3912-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: M02369
  name: Formal Methods meets Algorithmic Game Theory
publication_identifier:
  issn:
  - 1868-8969
publication_status: published
publisher: Schloss Dagstuhl - Leibniz-Zentrum für Informatik
quality_controlled: '1'
related_material:
  record:
  - id: '963'
    relation: earlier_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: 117
year: '2018'
...
---
_id: '6006'
abstract:
- lang: eng
  text: 'Network games (NGs) are played on directed graphs and are extensively used
    in network design and analysis. Search problems for NGs include finding special
    strategy profiles such as a Nash equilibrium and a globally-optimal solution.
    The networks modeled by NGs may be huge. In formal verification, abstraction has
    proven to be an extremely effective technique for reasoning about systems with
    big and even infinite state spaces. We describe an abstraction-refinement methodology
    for reasoning about NGs. Our methodology is based on an abstraction function that
    maps the state space of an NG to a much smaller state space. We search for a global
    optimum and a Nash equilibrium by reasoning on an under- and an over-approximation
    defined on top of this smaller state space. When the approximations are too coarse
    to find such profiles, we refine the abstraction function. We extend the abstraction-refinement
    methodology to labeled networks, where the objectives of the players are regular
    languages. Our experimental results demonstrate the effectiveness of the methodology. '
article_number: '39'
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. An abstraction-refinement methodology for reasoning
    about network games. <i>Games</i>. 2018;9(3). doi:<a href="https://doi.org/10.3390/g9030039">10.3390/g9030039</a>
  apa: Avni, G., Guha, S., &#38; Kupferman, O. (2018). An abstraction-refinement methodology
    for reasoning about network games. <i>Games</i>. MDPI. <a href="https://doi.org/10.3390/g9030039">https://doi.org/10.3390/g9030039</a>
  chicago: Avni, Guy, Shibashis Guha, and Orna Kupferman. “An Abstraction-Refinement
    Methodology for Reasoning about Network Games.” <i>Games</i>. MDPI, 2018. <a href="https://doi.org/10.3390/g9030039">https://doi.org/10.3390/g9030039</a>.
  ieee: G. Avni, S. Guha, and O. Kupferman, “An abstraction-refinement methodology
    for reasoning about network games,” <i>Games</i>, vol. 9, no. 3. MDPI, 2018.
  ista: Avni G, Guha S, Kupferman O. 2018. An abstraction-refinement methodology for
    reasoning about network games. Games. 9(3), 39.
  mla: Avni, Guy, et al. “An Abstraction-Refinement Methodology for Reasoning about
    Network Games.” <i>Games</i>, vol. 9, no. 3, 39, MDPI, 2018, doi:<a href="https://doi.org/10.3390/g9030039">10.3390/g9030039</a>.
  short: G. Avni, S. Guha, O. Kupferman, Games 9 (2018).
date_created: 2019-02-14T14:17:54Z
date_published: 2018-09-01T00:00:00Z
date_updated: 2025-07-10T11:49:38Z
day: '01'
ddc:
- '004'
department:
- _id: ToHe
doi: 10.3390/g9030039
file:
- access_level: open_access
  checksum: 749d65ca4ce74256a029d9644a1b1cb0
  content_type: application/pdf
  creator: kschuh
  date_created: 2019-02-14T14:20:31Z
  date_updated: 2020-07-14T12:47:16Z
  file_id: '6008'
  file_name: 2018_MDPI_Avni.pdf
  file_size: 505155
  relation: main_file
file_date_updated: 2020-07-14T12:47:16Z
has_accepted_license: '1'
intvolume: '         9'
issue: '3'
language:
- iso: eng
month: '09'
oa: 1
oa_version: Published Version
project:
- _id: 264B3912-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: M02369
  name: Formal Methods meets Algorithmic Game Theory
- _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: Games
publication_identifier:
  issn:
  - 2073-4336
publication_status: published
publisher: MDPI
quality_controlled: '1'
related_material:
  record:
  - id: '1003'
    relation: earlier_version
    status: public
scopus_import: '1'
status: public
title: An abstraction-refinement methodology for reasoning about network 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: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 9
year: '2018'
...
---
_id: '6010'
abstract:
- lang: eng
  text: The optic tectum (TeO), or superior colliculus, is a multisensory midbrain
    center that organizes spatially orienting responses to relevant stimuli. To define
    the stimulus with the highest priority at each moment, a network of reciprocal
    connections between the TeO and the isthmi promotes competition between concurrent
    tectal inputs. In the avian midbrain, the neurons mediating enhancement and suppression
    of tectal inputs are located in separate isthmic nuclei, facilitating the analysis
    of the neural processes that mediate competition. A specific subset of radial
    neurons in the intermediate tectal layers relay retinal inputs to the isthmi,
    but at present it is unclear whether separate neurons innervate individual nuclei
    or a single neural type sends a common input to several of them. In this study,
    we used in vitro neural tracing and cell-filling experiments in chickens to show
    that single neurons innervate, via axon collaterals, the three nuclei that comprise
    the isthmotectal network. This demonstrates that the input signals representing
    the strength of the incoming stimuli are simultaneously relayed to the mechanisms
    promoting both enhancement and suppression of the input signals. By performing
    in vivo recordings in anesthetized chicks, we also show that this common input
    generates synchrony between both antagonistic mechanisms, demonstrating that activity
    enhancement and suppression are closely coordinated. From a computational point
    of view, these results suggest that these tectal neurons constitute integrative
    nodes that combine inputs from different sources to drive in parallel several
    concurrent neural processes, each performing complementary functions within the
    network through different firing patterns and connectivity.
article_processing_charge: No
author:
- first_name: Florencia
  full_name: Garrido-Charad, Florencia
  last_name: Garrido-Charad
- first_name: Tomas A
  full_name: Vega Zuniga, Tomas A
  id: 2E7C4E78-F248-11E8-B48F-1D18A9856A87
  last_name: Vega Zuniga
- first_name: Cristián
  full_name: Gutiérrez-Ibáñez, Cristián
  last_name: Gutiérrez-Ibáñez
- first_name: Pedro
  full_name: Fernandez, Pedro
  last_name: Fernandez
- first_name: Luciana
  full_name: López-Jury, Luciana
  last_name: López-Jury
- first_name: Cristian
  full_name: González-Cabrera, Cristian
  last_name: González-Cabrera
- first_name: Harvey J.
  full_name: Karten, Harvey J.
  last_name: Karten
- first_name: Harald
  full_name: Luksch, Harald
  last_name: Luksch
- first_name: Gonzalo J.
  full_name: Marín, Gonzalo J.
  last_name: Marín
citation:
  ama: Garrido-Charad F, Vega Zuniga TA, Gutiérrez-Ibáñez C, et al. “Shepherd’s crook”
    neurons drive and synchronize the enhancing and suppressive mechanisms of the
    midbrain stimulus selection network. <i>Proceedings of the National Academy of
    Sciences</i>. 2018;115(32):E7615-E7623. doi:<a href="https://doi.org/10.1073/pnas.1804517115">10.1073/pnas.1804517115</a>
  apa: Garrido-Charad, F., Vega Zuniga, T. A., Gutiérrez-Ibáñez, C., Fernandez, P.,
    López-Jury, L., González-Cabrera, C., … Marín, G. J. (2018). “Shepherd’s crook”
    neurons drive and synchronize the enhancing and suppressive mechanisms of the
    midbrain stimulus selection network. <i>Proceedings of the National Academy of
    Sciences</i>. National Academy of Sciences. <a href="https://doi.org/10.1073/pnas.1804517115">https://doi.org/10.1073/pnas.1804517115</a>
  chicago: Garrido-Charad, Florencia, Tomas A Vega Zuniga, Cristián Gutiérrez-Ibáñez,
    Pedro Fernandez, Luciana López-Jury, Cristian González-Cabrera, Harvey J. Karten,
    Harald Luksch, and Gonzalo J. Marín. ““Shepherd’s Crook” Neurons Drive and Synchronize
    the Enhancing and Suppressive Mechanisms of the Midbrain Stimulus Selection Network.”
    <i>Proceedings of the National Academy of Sciences</i>. National Academy of Sciences,
    2018. <a href="https://doi.org/10.1073/pnas.1804517115">https://doi.org/10.1073/pnas.1804517115</a>.
  ieee: F. Garrido-Charad <i>et al.</i>, ““Shepherd’s crook” neurons drive and synchronize
    the enhancing and suppressive mechanisms of the midbrain stimulus selection network,”
    <i>Proceedings of the National Academy of Sciences</i>, vol. 115, no. 32. National
    Academy of Sciences, pp. E7615–E7623, 2018.
  ista: Garrido-Charad F, Vega Zuniga TA, Gutiérrez-Ibáñez C, Fernandez P, López-Jury
    L, González-Cabrera C, Karten HJ, Luksch H, Marín GJ. 2018. “Shepherd’s crook”
    neurons drive and synchronize the enhancing and suppressive mechanisms of the
    midbrain stimulus selection network. Proceedings of the National Academy of Sciences.
    115(32), E7615–E7623.
  mla: Garrido-Charad, Florencia, et al. ““Shepherd’s Crook” Neurons Drive and Synchronize
    the Enhancing and Suppressive Mechanisms of the Midbrain Stimulus Selection Network.”
    <i>Proceedings of the National Academy of Sciences</i>, vol. 115, no. 32, National
    Academy of Sciences, 2018, pp. E7615–23, doi:<a href="https://doi.org/10.1073/pnas.1804517115">10.1073/pnas.1804517115</a>.
  short: F. Garrido-Charad, T.A. Vega Zuniga, C. Gutiérrez-Ibáñez, P. Fernandez, L.
    López-Jury, C. González-Cabrera, H.J. Karten, H. Luksch, G.J. Marín, Proceedings
    of the National Academy of Sciences 115 (2018) E7615–E7623.
date_created: 2019-02-14T14:33:34Z
date_published: 2018-08-07T00:00:00Z
date_updated: 2023-09-19T14:35:36Z
day: '07'
department:
- _id: MaJö
doi: 10.1073/pnas.1804517115
external_id:
  isi:
  - '000440982000020'
  pmid:
  - '30026198'
intvolume: '       115'
isi: 1
issue: '32'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://www.ncbi.nlm.nih.gov/pubmed/30026198
month: '08'
oa: 1
oa_version: Submitted Version
page: E7615-E7623
pmid: 1
publication: Proceedings of the National Academy of Sciences
publication_identifier:
  eissn:
  - 1091-6490
  issn:
  - 0027-8424
publication_status: published
publisher: National Academy of Sciences
quality_controlled: '1'
scopus_import: '1'
status: public
title: “Shepherd’s crook” neurons drive and synchronize the enhancing and suppressive
  mechanisms of the midbrain stimulus selection network
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 115
year: '2018'
...
---
_id: '6011'
abstract:
- lang: eng
  text: 'We establish a data-dependent notion of algorithmic stability for Stochastic
    Gradient Descent (SGD), and employ it to develop novel generalization bounds.
    This is in contrast to previous distribution-free algorithmic stability results
    for SGD which depend on the worst-case constants. By virtue of the data-dependent
    argument, our bounds provide new insights into learning with SGD on convex and
    non-convex problems. In the convex case, we show that the bound on the generalization
    error depends on the risk at the initialization point. In the non-convex case,
    we prove that the expected curvature of the objective function around the initialization
    point has crucial influence on the generalization error. In both cases, our results
    suggest a simple data-driven strategy to stabilize SGD by pre-screening its initialization.
    As a corollary, our results allow us to show optimistic generalization bounds
    that exhibit fast convergence rates for SGD subject to a vanishing empirical risk
    and low noise of stochastic gradient. '
article_processing_charge: No
arxiv: 1
author:
- first_name: Ilja
  full_name: Kuzborskij, Ilja
  last_name: Kuzborskij
- first_name: Christoph
  full_name: Lampert, Christoph
  id: 40C20FD2-F248-11E8-B48F-1D18A9856A87
  last_name: Lampert
  orcid: 0000-0001-8622-7887
citation:
  ama: 'Kuzborskij I, Lampert C. Data-dependent stability of stochastic gradient descent.
    In: <i>Proceedings of the 35 Th International Conference on Machine Learning</i>.
    Vol 80. ML Research Press; 2018:2815-2824.'
  apa: 'Kuzborskij, I., &#38; Lampert, C. (2018). Data-dependent stability of stochastic
    gradient descent. In <i>Proceedings of the 35 th International Conference on Machine
    Learning</i> (Vol. 80, pp. 2815–2824). Stockholm, Sweden: ML Research Press.'
  chicago: Kuzborskij, Ilja, and Christoph Lampert. “Data-Dependent Stability of Stochastic
    Gradient Descent.” In <i>Proceedings of the 35 Th International Conference on
    Machine Learning</i>, 80:2815–24. ML Research Press, 2018.
  ieee: I. Kuzborskij and C. Lampert, “Data-dependent stability of stochastic gradient
    descent,” in <i>Proceedings of the 35 th International Conference on Machine Learning</i>,
    Stockholm, Sweden, 2018, vol. 80, pp. 2815–2824.
  ista: 'Kuzborskij I, Lampert C. 2018. Data-dependent stability of stochastic gradient
    descent. Proceedings of the 35 th International Conference on Machine Learning.
    ICML: International Conference on Machine Learning vol. 80, 2815–2824.'
  mla: Kuzborskij, Ilja, and Christoph Lampert. “Data-Dependent Stability of Stochastic
    Gradient Descent.” <i>Proceedings of the 35 Th International Conference on Machine
    Learning</i>, vol. 80, ML Research Press, 2018, pp. 2815–24.
  short: I. Kuzborskij, C. Lampert, in:, Proceedings of the 35 Th International Conference
    on Machine Learning, ML Research Press, 2018, pp. 2815–2824.
conference:
  end_date: 2018-07-15
  location: Stockholm, Sweden
  name: 'ICML: International Conference on Machine Learning'
  start_date: 2018-07-10
date_created: 2019-02-14T14:51:57Z
date_published: 2018-02-01T00:00:00Z
date_updated: 2025-04-15T07:10:23Z
day: '01'
department:
- _id: ChLa
ec_funded: 1
external_id:
  arxiv:
  - '1703.01678'
  isi:
  - '000683379202095'
intvolume: '        80'
isi: 1
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1703.01678
month: '02'
oa: 1
oa_version: Preprint
page: 2815-2824
project:
- _id: 2532554C-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '308036'
  name: Lifelong Learning of Visual Scene Understanding
publication: Proceedings of the 35 th International Conference on Machine Learning
publication_status: published
publisher: ML Research Press
quality_controlled: '1'
scopus_import: '1'
status: public
title: Data-dependent stability of stochastic gradient descent
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 80
year: '2018'
...
---
_id: '6012'
abstract:
- lang: eng
  text: We present an approach to identify concise equations from data using a shallow
    neural network approach. In contrast to ordinary black-box regression, this approach
    allows understanding functional relations and generalizing them from observed
    data to unseen parts of the parameter space. We show how to extend the class of
    learnable equations for a recently proposed equation learning network to include
    divisions, and we improve the learning and model selection strategy to be useful
    for challenging real-world data. For systems governed by analytical expressions,
    our method can in many cases identify the true underlying equation and extrapolate
    to unseen domains. We demonstrate its effectiveness by experiments on a cart-pendulum
    system, where only 2 random rollouts are required to learn the forward dynamics
    and successfully achieve the swing-up task.
article_processing_charge: No
arxiv: 1
author:
- first_name: Subham
  full_name: Sahoo, Subham
  last_name: Sahoo
- first_name: Christoph
  full_name: Lampert, Christoph
  id: 40C20FD2-F248-11E8-B48F-1D18A9856A87
  last_name: Lampert
  orcid: 0000-0001-8622-7887
- first_name: Georg S
  full_name: Martius, Georg S
  id: 3A276B68-F248-11E8-B48F-1D18A9856A87
  last_name: Martius
citation:
  ama: 'Sahoo S, Lampert C, Martius GS. Learning equations for extrapolation and control.
    In: <i>Proceedings of the 35th International Conference on Machine Learning</i>.
    Vol 80. ML Research Press; 2018:4442-4450.'
  apa: 'Sahoo, S., Lampert, C., &#38; Martius, G. S. (2018). Learning equations for
    extrapolation and control. In <i>Proceedings of the 35th International Conference
    on Machine Learning</i> (Vol. 80, pp. 4442–4450). Stockholm, Sweden: ML Research
    Press.'
  chicago: Sahoo, Subham, Christoph Lampert, and Georg S Martius. “Learning Equations
    for Extrapolation and Control.” In <i>Proceedings of the 35th International Conference
    on Machine Learning</i>, 80:4442–50. ML Research Press, 2018.
  ieee: S. Sahoo, C. Lampert, and G. S. Martius, “Learning equations for extrapolation
    and control,” in <i>Proceedings of the 35th International Conference on Machine
    Learning</i>, Stockholm, Sweden, 2018, vol. 80, pp. 4442–4450.
  ista: 'Sahoo S, Lampert C, Martius GS. 2018. Learning equations for extrapolation
    and control. Proceedings of the 35th International Conference on Machine Learning.
    ICML: International Conference on Machine Learning vol. 80, 4442–4450.'
  mla: Sahoo, Subham, et al. “Learning Equations for Extrapolation and Control.” <i>Proceedings
    of the 35th International Conference on Machine Learning</i>, vol. 80, ML Research
    Press, 2018, pp. 4442–50.
  short: S. Sahoo, C. Lampert, G.S. Martius, in:, Proceedings of the 35th International
    Conference on Machine Learning, ML Research Press, 2018, pp. 4442–4450.
conference:
  end_date: 2018-07-15
  location: Stockholm, Sweden
  name: 'ICML: International Conference on Machine Learning'
  start_date: 2018-07-10
date_created: 2019-02-14T15:21:07Z
date_published: 2018-02-01T00:00:00Z
date_updated: 2025-04-15T06:50:24Z
day: '01'
department:
- _id: ChLa
ec_funded: 1
external_id:
  arxiv:
  - '1806.07259'
  isi:
  - '000683379204058'
intvolume: '        80'
isi: 1
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1806.07259
month: '02'
oa: 1
oa_version: Preprint
page: 4442-4450
project:
- _id: 25681D80-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '291734'
  name: International IST Postdoc Fellowship Programme
publication: Proceedings of the 35th International Conference on Machine Learning
publication_status: published
publisher: ML Research Press
quality_controlled: '1'
related_material:
  link:
  - description: News on IST Homepage
    relation: press_release
    url: https://ist.ac.at/en/news/first-machine-learning-method-capable-of-accurate-extrapolation/
scopus_import: '1'
status: public
title: Learning equations for extrapolation and control
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 80
year: '2018'
...
---
_id: '6031'
abstract:
- lang: eng
  text: We introduce Clover, a new library for efficient computation using low-precision
    data, providing mathematical routines required by fundamental methods in optimization
    and sparse recovery. Our library faithfully implements variants of stochastic
    quantization that guarantee convergence at low precision, and supports data formats
    from 4-bit quantized to 32-bit IEEE-754 on current Intel processors. In particular,
    we show that 4-bit can be implemented efficiently using Intel AVX despite the
    lack of native support for this data format. Experimental results with dot product,
    matrix-vector multiplication (MVM), gradient descent (GD), and iterative hard
    thresholding (IHT) demonstrate that the attainable speedups are in many cases
    close to linear with respect to the reduction of precision due to reduced data
    movement. Finally, for GD and IHT, we show examples of absolute speedup achieved
    by 4-bit versus 32-bit, by iterating until a given target error is achieved.
article_number: '8598402'
article_processing_charge: No
author:
- first_name: Alen
  full_name: Stojanov, Alen
  last_name: Stojanov
- first_name: Tyler Michael
  full_name: Smith, Tyler Michael
  last_name: Smith
- first_name: Dan-Adrian
  full_name: Alistarh, Dan-Adrian
  id: 4A899BFC-F248-11E8-B48F-1D18A9856A87
  last_name: Alistarh
  orcid: 0000-0003-3650-940X
- first_name: Markus
  full_name: Puschel, Markus
  last_name: Puschel
citation:
  ama: 'Stojanov A, Smith TM, Alistarh D-A, Puschel M. Fast quantized arithmetic on
    x86: Trading compute for data movement. In: <i>2018 IEEE International Workshop
    on Signal Processing Systems</i>. Vol 2018-October. IEEE; 2018. doi:<a href="https://doi.org/10.1109/SiPS.2018.8598402">10.1109/SiPS.2018.8598402</a>'
  apa: 'Stojanov, A., Smith, T. M., Alistarh, D.-A., &#38; Puschel, M. (2018). Fast
    quantized arithmetic on x86: Trading compute for data movement. In <i>2018 IEEE
    International Workshop on Signal Processing Systems</i> (Vol. 2018–October). Cape
    Town, South Africa: IEEE. <a href="https://doi.org/10.1109/SiPS.2018.8598402">https://doi.org/10.1109/SiPS.2018.8598402</a>'
  chicago: 'Stojanov, Alen, Tyler Michael Smith, Dan-Adrian Alistarh, and Markus Puschel.
    “Fast Quantized Arithmetic on X86: Trading Compute for Data Movement.” In <i>2018
    IEEE International Workshop on Signal Processing Systems</i>, Vol. 2018–October.
    IEEE, 2018. <a href="https://doi.org/10.1109/SiPS.2018.8598402">https://doi.org/10.1109/SiPS.2018.8598402</a>.'
  ieee: 'A. Stojanov, T. M. Smith, D.-A. Alistarh, and M. Puschel, “Fast quantized
    arithmetic on x86: Trading compute for data movement,” in <i>2018 IEEE International
    Workshop on Signal Processing Systems</i>, Cape Town, South Africa, 2018, vol.
    2018–October.'
  ista: 'Stojanov A, Smith TM, Alistarh D-A, Puschel M. 2018. Fast quantized arithmetic
    on x86: Trading compute for data movement. 2018 IEEE International Workshop on
    Signal Processing Systems. SiPS: Workshop on Signal Processing Systems vol. 2018–October,
    8598402.'
  mla: 'Stojanov, Alen, et al. “Fast Quantized Arithmetic on X86: Trading Compute
    for Data Movement.” <i>2018 IEEE International Workshop on Signal Processing Systems</i>,
    vol. 2018–October, 8598402, IEEE, 2018, doi:<a href="https://doi.org/10.1109/SiPS.2018.8598402">10.1109/SiPS.2018.8598402</a>.'
  short: A. Stojanov, T.M. Smith, D.-A. Alistarh, M. Puschel, in:, 2018 IEEE International
    Workshop on Signal Processing Systems, IEEE, 2018.
conference:
  end_date: 2018-10-24
  location: Cape Town, South Africa
  name: 'SiPS: Workshop on Signal Processing Systems'
  start_date: 2018-10-21
date_created: 2019-02-17T22:59:25Z
date_published: 2018-12-31T00:00:00Z
date_updated: 2023-09-19T14:41:51Z
day: '31'
department:
- _id: DaAl
doi: 10.1109/SiPS.2018.8598402
external_id:
  isi:
  - '000465106800060'
isi: 1
language:
- iso: eng
month: '12'
oa_version: None
publication: 2018 IEEE International Workshop on Signal Processing Systems
publication_status: published
publisher: IEEE
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'Fast quantized arithmetic on x86: Trading compute for data movement'
type: conference
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 2018-October
year: '2018'
...
---
_id: '6032'
abstract:
- lang: eng
  text: The main result of this article is a generalization of the classical blossom
    algorithm for finding perfect matchings. Our algorithm can efficiently solve Boolean
    CSPs where each variable appears in exactly two constraints (we call it edge CSP)
    and all constraints are even Δ-matroid relations (represented by lists of tuples).
    As a consequence of this, we settle the complexity classification of planar Boolean
    CSPs started by Dvorak and Kupec. Using a reduction to even Δ-matroids, we then
    extend the tractability result to larger classes of Δ-matroids that we call efficiently
    coverable. It properly includes classes that were known to be tractable before,
    namely, co-independent, compact, local, linear, and binary, with the following
    caveat:We represent Δ-matroids by lists of tuples, while the last two use a representation
    by matrices. Since an n ×n matrix can represent exponentially many tuples, our
    tractability result is not strictly stronger than the known algorithm for linear
    and binary Δ-matroids.
article_number: '22'
article_processing_charge: No
article_type: original
arxiv: 1
author:
- first_name: Alexandr
  full_name: Kazda, Alexandr
  id: 3B32BAA8-F248-11E8-B48F-1D18A9856A87
  last_name: Kazda
- first_name: Vladimir
  full_name: Kolmogorov, Vladimir
  id: 3D50B0BA-F248-11E8-B48F-1D18A9856A87
  last_name: Kolmogorov
- first_name: Michal
  full_name: Rolinek, Michal
  id: 3CB3BC06-F248-11E8-B48F-1D18A9856A87
  last_name: Rolinek
citation:
  ama: Kazda A, Kolmogorov V, Rolinek M. Even delta-matroids and the complexity of
    planar boolean CSPs. <i>ACM Transactions on Algorithms</i>. 2018;15(2). doi:<a
    href="https://doi.org/10.1145/3230649">10.1145/3230649</a>
  apa: Kazda, A., Kolmogorov, V., &#38; Rolinek, M. (2018). Even delta-matroids and
    the complexity of planar boolean CSPs. <i>ACM Transactions on Algorithms</i>.
    ACM. <a href="https://doi.org/10.1145/3230649">https://doi.org/10.1145/3230649</a>
  chicago: Kazda, Alexandr, Vladimir Kolmogorov, and Michal Rolinek. “Even Delta-Matroids
    and the Complexity of Planar Boolean CSPs.” <i>ACM Transactions on Algorithms</i>.
    ACM, 2018. <a href="https://doi.org/10.1145/3230649">https://doi.org/10.1145/3230649</a>.
  ieee: A. Kazda, V. Kolmogorov, and M. Rolinek, “Even delta-matroids and the complexity
    of planar boolean CSPs,” <i>ACM Transactions on Algorithms</i>, vol. 15, no. 2.
    ACM, 2018.
  ista: Kazda A, Kolmogorov V, Rolinek M. 2018. Even delta-matroids and the complexity
    of planar boolean CSPs. ACM Transactions on Algorithms. 15(2), 22.
  mla: Kazda, Alexandr, et al. “Even Delta-Matroids and the Complexity of Planar Boolean
    CSPs.” <i>ACM Transactions on Algorithms</i>, vol. 15, no. 2, 22, ACM, 2018, doi:<a
    href="https://doi.org/10.1145/3230649">10.1145/3230649</a>.
  short: A. Kazda, V. Kolmogorov, M. Rolinek, ACM Transactions on Algorithms 15 (2018).
date_created: 2019-02-17T22:59:25Z
date_published: 2018-12-01T00:00:00Z
date_updated: 2025-06-04T08:46:58Z
day: '01'
department:
- _id: VlKo
doi: 10.1145/3230649
ec_funded: 1
external_id:
  arxiv:
  - '1602.03124'
  isi:
  - '000468036500007'
intvolume: '        15'
isi: 1
issue: '2'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1602.03124
month: '12'
oa: 1
oa_version: Preprint
project:
- _id: 25FBA906-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '616160'
  name: 'Discrete Optimization in Computer Vision: Theory and Practice'
publication: ACM Transactions on Algorithms
publication_status: published
publisher: ACM
quality_controlled: '1'
related_material:
  record:
  - id: '1192'
    relation: earlier_version
    status: public
scopus_import: '1'
status: public
title: Even delta-matroids and the complexity of planar boolean CSPs
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 15
year: '2018'
...
---
_id: '606'
abstract:
- lang: eng
  text: We establish the existence of a global solution for a new family of fluid-like
    equations, which are obtained in certain regimes in as the mean-field evolution
    of the supercurrent density in a (2D section of a) type-II superconductor with
    pinning and with imposed electric current. We also consider general vortex-sheet
    initial data, and investigate the uniqueness and regularity properties of the
    solution. For some choice of parameters, the equation under investigation coincides
    with the so-called lake equation from 2D shallow water fluid dynamics, and our
    analysis then leads to a new existence result for rough initial data.
acknowledgement: "The work of the author is supported by F.R.S.-FNRS ( Fonds de la
  Recherche Scientifique - FNRS ) through a Research Fellowship.\r\n\r\n"
article_processing_charge: No
arxiv: 1
author:
- first_name: Mitia
  full_name: Duerinckx, Mitia
  last_name: Duerinckx
- first_name: Julian L
  full_name: Fischer, Julian L
  id: 2C12A0B0-F248-11E8-B48F-1D18A9856A87
  last_name: Fischer
  orcid: 0000-0002-0479-558X
citation:
  ama: Duerinckx M, Fischer JL. Well-posedness for mean-field evolutions arising in
    superconductivity. <i>Annales de l’Institut Henri Poincare (C) Non Linear Analysis</i>.
    2018;35(5):1267-1319. doi:<a href="https://doi.org/10.1016/j.anihpc.2017.11.004">10.1016/j.anihpc.2017.11.004</a>
  apa: Duerinckx, M., &#38; Fischer, J. L. (2018). Well-posedness for mean-field evolutions
    arising in superconductivity. <i>Annales de l’Institut Henri Poincare (C) Non
    Linear Analysis</i>. Elsevier. <a href="https://doi.org/10.1016/j.anihpc.2017.11.004">https://doi.org/10.1016/j.anihpc.2017.11.004</a>
  chicago: Duerinckx, Mitia, and Julian L Fischer. “Well-Posedness for Mean-Field
    Evolutions Arising in Superconductivity.” <i>Annales de l’Institut Henri Poincare
    (C) Non Linear Analysis</i>. Elsevier, 2018. <a href="https://doi.org/10.1016/j.anihpc.2017.11.004">https://doi.org/10.1016/j.anihpc.2017.11.004</a>.
  ieee: M. Duerinckx and J. L. Fischer, “Well-posedness for mean-field evolutions
    arising in superconductivity,” <i>Annales de l’Institut Henri Poincare (C) Non
    Linear Analysis</i>, vol. 35, no. 5. Elsevier, pp. 1267–1319, 2018.
  ista: Duerinckx M, Fischer JL. 2018. Well-posedness for mean-field evolutions arising
    in superconductivity. Annales de l’Institut Henri Poincare (C) Non Linear Analysis.
    35(5), 1267–1319.
  mla: Duerinckx, Mitia, and Julian L. Fischer. “Well-Posedness for Mean-Field Evolutions
    Arising in Superconductivity.” <i>Annales de l’Institut Henri Poincare (C) Non
    Linear Analysis</i>, vol. 35, no. 5, Elsevier, 2018, pp. 1267–319, doi:<a href="https://doi.org/10.1016/j.anihpc.2017.11.004">10.1016/j.anihpc.2017.11.004</a>.
  short: M. Duerinckx, J.L. Fischer, Annales de l’Institut Henri Poincare (C) Non
    Linear Analysis 35 (2018) 1267–1319.
date_created: 2018-12-11T11:47:27Z
date_published: 2018-08-01T00:00:00Z
date_updated: 2023-09-19T10:39:09Z
day: '01'
department:
- _id: JuFi
doi: 10.1016/j.anihpc.2017.11.004
external_id:
  arxiv:
  - '1607.00268'
  isi:
  - '000437975500005'
intvolume: '        35'
isi: 1
issue: '5'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1607.00268
month: '08'
oa: 1
oa_version: Submitted Version
page: 1267-1319
publication: Annales de l'Institut Henri Poincare (C) Non Linear Analysis
publication_status: published
publisher: Elsevier
publist_id: '7199'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Well-posedness for mean-field evolutions arising in superconductivity
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 35
year: '2018'
...
---
_id: '607'
abstract:
- lang: eng
  text: We study the Fokker-Planck equation derived in the large system limit of the
    Markovian process describing the dynamics of quantitative traits. The Fokker-Planck
    equation is posed on a bounded domain and its transport and diffusion coefficients
    vanish on the domain's boundary. We first argue that, despite this degeneracy,
    the standard no-flux boundary condition is valid. We derive the weak formulation
    of the problem and prove the existence and uniqueness of its solutions by constructing
    the corresponding contraction semigroup on a suitable function space. Then, we
    prove that for the parameter regime with high enough mutation rate the problem
    exhibits a positive spectral gap, which implies exponential convergence to equilibrium.Next,
    we provide a simple derivation of the so-called Dynamic Maximum Entropy (DynMaxEnt)
    method for approximation of observables (moments) of the Fokker-Planck solution,
    which can be interpreted as a nonlinear Galerkin approximation. The limited applicability
    of the DynMaxEnt method inspires us to introduce its modified version that is
    valid for the whole range of admissible parameters. Finally, we present several
    numerical experiments to demonstrate the performance of both the original and
    modified DynMaxEnt methods. We observe that in the parameter regimes where both
    methods are valid, the modified one exhibits slightly better approximation properties
    compared to the original one.
acknowledgement: "JH and PM are funded by KAUST baseline funds and grant no. 1000000193
  .\r\nWe thank Nicholas Barton (IST Austria) for his useful comments and suggestions.
  \r\n\r\n"
article_processing_charge: No
arxiv: 1
author:
- first_name: Katarina
  full_name: Bodova, Katarina
  id: 2BA24EA0-F248-11E8-B48F-1D18A9856A87
  last_name: Bodova
  orcid: 0000-0002-7214-0171
- first_name: Jan
  full_name: Haskovec, Jan
  last_name: Haskovec
- first_name: Peter
  full_name: Markowich, Peter
  last_name: Markowich
citation:
  ama: 'Bodova K, Haskovec J, Markowich P. Well posedness and maximum entropy approximation
    for the dynamics of quantitative traits. <i>Physica D: Nonlinear Phenomena</i>.
    2018;376-377:108-120. doi:<a href="https://doi.org/10.1016/j.physd.2017.10.015">10.1016/j.physd.2017.10.015</a>'
  apa: 'Bodova, K., Haskovec, J., &#38; Markowich, P. (2018). Well posedness and maximum
    entropy approximation for the dynamics of quantitative traits. <i>Physica D: Nonlinear
    Phenomena</i>. Elsevier. <a href="https://doi.org/10.1016/j.physd.2017.10.015">https://doi.org/10.1016/j.physd.2017.10.015</a>'
  chicago: 'Bodova, Katarina, Jan Haskovec, and Peter Markowich. “Well Posedness and
    Maximum Entropy Approximation for the Dynamics of Quantitative Traits.” <i>Physica
    D: Nonlinear Phenomena</i>. Elsevier, 2018. <a href="https://doi.org/10.1016/j.physd.2017.10.015">https://doi.org/10.1016/j.physd.2017.10.015</a>.'
  ieee: 'K. Bodova, J. Haskovec, and P. Markowich, “Well posedness and maximum entropy
    approximation for the dynamics of quantitative traits,” <i>Physica D: Nonlinear
    Phenomena</i>, vol. 376–377. Elsevier, pp. 108–120, 2018.'
  ista: 'Bodova K, Haskovec J, Markowich P. 2018. Well posedness and maximum entropy
    approximation for the dynamics of quantitative traits. Physica D: Nonlinear Phenomena.
    376–377, 108–120.'
  mla: 'Bodova, Katarina, et al. “Well Posedness and Maximum Entropy Approximation
    for the Dynamics of Quantitative Traits.” <i>Physica D: Nonlinear Phenomena</i>,
    vol. 376–377, Elsevier, 2018, pp. 108–20, doi:<a href="https://doi.org/10.1016/j.physd.2017.10.015">10.1016/j.physd.2017.10.015</a>.'
  short: 'K. Bodova, J. Haskovec, P. Markowich, Physica D: Nonlinear Phenomena 376–377
    (2018) 108–120.'
corr_author: '1'
date_created: 2018-12-11T11:47:28Z
date_published: 2018-08-01T00:00:00Z
date_updated: 2024-10-09T20:58:45Z
day: '01'
department:
- _id: NiBa
- _id: GaTk
doi: 10.1016/j.physd.2017.10.015
external_id:
  arxiv:
  - '1704.08757'
  isi:
  - '000437962900012'
isi: 1
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1704.08757
month: '08'
oa: 1
oa_version: Submitted Version
page: 108-120
publication: 'Physica D: Nonlinear Phenomena'
publication_status: published
publisher: Elsevier
publist_id: '7198'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Well posedness and maximum entropy approximation for the dynamics of quantitative
  traits
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 376-377
year: '2018'
...
---
_id: '608'
abstract:
- lang: eng
  text: Synthesis is the automated construction of a system from its specification.
    In real life, hardware and software systems are rarely constructed from scratch.
    Rather, a system is typically constructed from a library of components. Lustig
    and Vardi formalized this intuition and studied LTL synthesis from component libraries.
    In real life, designers seek optimal systems. In this paper we add optimality
    considerations to the setting. We distinguish between quality considerations (for
    example, size - the smaller a system is, the better it is), and pricing (for example,
    the payment to the company who manufactured the component). We study the problem
    of designing systems with minimal quality-cost and price. A key point is that
    while the quality cost is individual - the choices of a designer are independent
    of choices made by other designers that use the same library, pricing gives rise
    to a resource-allocation game - designers that use the same component share its
    price, with the share being proportional to the number of uses (a component can
    be used several times in a design). We study both closed and open settings, and
    in both we solve the problem of finding an optimal design. In a setting with multiple
    designers, we also study the game-theoretic problems of the induced resource-allocation
    game.
article_processing_charge: No
article_type: original
author:
- first_name: Guy
  full_name: Avni, Guy
  id: 463C8BC2-F248-11E8-B48F-1D18A9856A87
  last_name: Avni
  orcid: 0000-0001-5588-8287
- first_name: Orna
  full_name: Kupferman, Orna
  last_name: Kupferman
citation:
  ama: Avni G, Kupferman O. Synthesis from component libraries with costs. <i>Theoretical
    Computer Science</i>. 2018;712:50-72. doi:<a href="https://doi.org/10.1016/j.tcs.2017.11.001">10.1016/j.tcs.2017.11.001</a>
  apa: Avni, G., &#38; Kupferman, O. (2018). Synthesis from component libraries with
    costs. <i>Theoretical Computer Science</i>. Elsevier. <a href="https://doi.org/10.1016/j.tcs.2017.11.001">https://doi.org/10.1016/j.tcs.2017.11.001</a>
  chicago: Avni, Guy, and Orna Kupferman. “Synthesis from Component Libraries with
    Costs.” <i>Theoretical Computer Science</i>. Elsevier, 2018. <a href="https://doi.org/10.1016/j.tcs.2017.11.001">https://doi.org/10.1016/j.tcs.2017.11.001</a>.
  ieee: G. Avni and O. Kupferman, “Synthesis from component libraries with costs,”
    <i>Theoretical Computer Science</i>, vol. 712. Elsevier, pp. 50–72, 2018.
  ista: Avni G, Kupferman O. 2018. Synthesis from component libraries with costs.
    Theoretical Computer Science. 712, 50–72.
  mla: Avni, Guy, and Orna Kupferman. “Synthesis from Component Libraries with Costs.”
    <i>Theoretical Computer Science</i>, vol. 712, Elsevier, 2018, pp. 50–72, doi:<a
    href="https://doi.org/10.1016/j.tcs.2017.11.001">10.1016/j.tcs.2017.11.001</a>.
  short: G. Avni, O. Kupferman, Theoretical Computer Science 712 (2018) 50–72.
corr_author: '1'
date_created: 2018-12-11T11:47:28Z
date_published: 2018-02-15T00:00:00Z
date_updated: 2025-04-15T06:26:02Z
day: '15'
department:
- _id: ToHe
doi: 10.1016/j.tcs.2017.11.001
ec_funded: 1
external_id:
  isi:
  - '000424959200003'
intvolume: '       712'
isi: 1
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.636.4529
month: '02'
oa: 1
oa_version: Published Version
page: 50 - 72
project:
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
- _id: 25832EC2-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S 11407_N23
  name: Rigorous Systems Engineering
- _id: 25F42A32-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: Z211
  name: Formal methods for the design and analysis of complex systems
publication: Theoretical Computer Science
publication_status: published
publisher: Elsevier
publist_id: '7197'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Synthesis from component libraries with costs
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 712
year: '2018'
...
---
_id: '61'
abstract:
- lang: eng
  text: 'We prove that there is no strongly regular graph (SRG) with parameters (460;
    153; 32; 60). The proof is based on a recent lower bound on the number of 4-cliques
    in a SRG and some applications of Euclidean representation of SRGs. '
article_processing_charge: No
arxiv: 1
author:
- first_name: Andriy
  full_name: Bondarenko, Andriy
  last_name: Bondarenko
- first_name: Anton
  full_name: Mellit, Anton
  id: 388D3134-F248-11E8-B48F-1D18A9856A87
  last_name: Mellit
- first_name: Andriy
  full_name: Prymak, Andriy
  last_name: Prymak
- first_name: Danylo
  full_name: Radchenko, Danylo
  last_name: Radchenko
- first_name: Maryna
  full_name: Viazovska, Maryna
  last_name: Viazovska
citation:
  ama: 'Bondarenko A, Mellit A, Prymak A, Radchenko D, Viazovska M. There is no strongly
    regular graph with parameters (460; 153; 32; 60). In: <i>Contemporary Computational
    Mathematics</i>. Springer; 2018:131-134. doi:<a href="https://doi.org/10.1007/978-3-319-72456-0_7">10.1007/978-3-319-72456-0_7</a>'
  apa: Bondarenko, A., Mellit, A., Prymak, A., Radchenko, D., &#38; Viazovska, M.
    (2018). There is no strongly regular graph with parameters (460; 153; 32; 60).
    In <i>Contemporary Computational Mathematics</i> (pp. 131–134). Springer. <a href="https://doi.org/10.1007/978-3-319-72456-0_7">https://doi.org/10.1007/978-3-319-72456-0_7</a>
  chicago: Bondarenko, Andriy, Anton Mellit, Andriy Prymak, Danylo Radchenko, and
    Maryna Viazovska. “There Is No Strongly Regular Graph with Parameters (460; 153;
    32; 60).” In <i>Contemporary Computational Mathematics</i>, 131–34. Springer,
    2018. <a href="https://doi.org/10.1007/978-3-319-72456-0_7">https://doi.org/10.1007/978-3-319-72456-0_7</a>.
  ieee: A. Bondarenko, A. Mellit, A. Prymak, D. Radchenko, and M. Viazovska, “There
    is no strongly regular graph with parameters (460; 153; 32; 60),” in <i>Contemporary
    Computational Mathematics</i>, Springer, 2018, pp. 131–134.
  ista: 'Bondarenko A, Mellit A, Prymak A, Radchenko D, Viazovska M. 2018.There is
    no strongly regular graph with parameters (460; 153; 32; 60). In: Contemporary
    Computational Mathematics. , 131–134.'
  mla: Bondarenko, Andriy, et al. “There Is No Strongly Regular Graph with Parameters
    (460; 153; 32; 60).” <i>Contemporary Computational Mathematics</i>, Springer,
    2018, pp. 131–34, doi:<a href="https://doi.org/10.1007/978-3-319-72456-0_7">10.1007/978-3-319-72456-0_7</a>.
  short: A. Bondarenko, A. Mellit, A. Prymak, D. Radchenko, M. Viazovska, in:, Contemporary
    Computational Mathematics, Springer, 2018, pp. 131–134.
date_created: 2018-12-11T11:44:25Z
date_published: 2018-05-23T00:00:00Z
date_updated: 2021-01-12T08:06:06Z
day: '23'
department:
- _id: TaHa
doi: 10.1007/978-3-319-72456-0_7
extern: '1'
external_id:
  arxiv:
  - '1509.06286'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1509.06286
month: '05'
oa: 1
oa_version: Preprint
page: 131 - 134
publication: Contemporary Computational Mathematics
publication_status: published
publisher: Springer
publist_id: '7993'
quality_controlled: '1'
status: public
title: There is no strongly regular graph with parameters (460; 153; 32; 60)
type: book_chapter
user_id: 3E5EF7F0-F248-11E8-B48F-1D18A9856A87
year: '2018'
...
---
_id: '6109'
abstract:
- lang: eng
  text: Neuropeptides are ubiquitous modulators of behavior and physiology. They are
    packaged in specialized secretory organelles called dense core vesicles (DCVs)
    that are released upon neural stimulation. Unlike synaptic vesicles, which can
    be recycled and refilled close to release sites, DCVs must be replenished by de
    novo synthesis in the cell body. Here, we dissect DCV cell biology in vivo in
    a Caenorhabditis elegans sensory neuron whose tonic activity we can control using
    a natural stimulus. We express fluorescently tagged neuropeptides in the neuron
    and define parameters that describe their subcellular distribution. We measure
    these parameters at high and low neural activity in 187 mutants defective in proteins
    implicated in membrane traffic, neuroendocrine secretion, and neuronal or synaptic
    activity. Using unsupervised hierarchical clustering methods, we analyze these
    data and identify 62 groups of genes with similar mutant phenotypes. We explore
    the function of a subset of these groups. We recapitulate many previous findings,
    validating our paradigm. We uncover a large battery of proteins involved in recycling
    DCV membrane proteins, something hitherto poorly explored. We show that the unfolded
    protein response promotes DCV production, which may contribute to intertissue
    communication of stress. We also find evidence that different mechanisms of priming
    and exocytosis may operate at high and low neural activity. Our work provides
    a defined framework to study DCV biology at different neural activity levels.
author:
- first_name: Patrick
  full_name: Laurent, Patrick
  last_name: Laurent
- first_name: QueeLim
  full_name: Ch’ng, QueeLim
  last_name: Ch’ng
- first_name: Maëlle
  full_name: Jospin, Maëlle
  last_name: Jospin
- first_name: Changchun
  full_name: Chen, Changchun
  last_name: Chen
- first_name: Ramiro
  full_name: Lorenzo, Ramiro
  last_name: Lorenzo
- first_name: Mario
  full_name: de Bono, Mario
  id: 4E3FF80E-F248-11E8-B48F-1D18A9856A87
  last_name: de Bono
  orcid: 0000-0001-8347-0443
citation:
  ama: Laurent P, Ch’ng Q, Jospin M, Chen C, Lorenzo R, de Bono M. Genetic dissection
    of neuropeptide cell biology at high and low activity in a defined sensory neuron.
    <i>Proceedings of the National Academy of Sciences</i>. 2018;115(29):E6890-E6899.
    doi:<a href="https://doi.org/10.1073/pnas.1714610115">10.1073/pnas.1714610115</a>
  apa: Laurent, P., Ch’ng, Q., Jospin, M., Chen, C., Lorenzo, R., &#38; de Bono, M.
    (2018). Genetic dissection of neuropeptide cell biology at high and low activity
    in a defined sensory neuron. <i>Proceedings of the National Academy of Sciences</i>.
    National Academy of Sciences. <a href="https://doi.org/10.1073/pnas.1714610115">https://doi.org/10.1073/pnas.1714610115</a>
  chicago: Laurent, Patrick, QueeLim Ch’ng, Maëlle Jospin, Changchun Chen, Ramiro
    Lorenzo, and Mario de Bono. “Genetic Dissection of Neuropeptide Cell Biology at
    High and Low Activity in a Defined Sensory Neuron.” <i>Proceedings of the National
    Academy of Sciences</i>. National Academy of Sciences, 2018. <a href="https://doi.org/10.1073/pnas.1714610115">https://doi.org/10.1073/pnas.1714610115</a>.
  ieee: P. Laurent, Q. Ch’ng, M. Jospin, C. Chen, R. Lorenzo, and M. de Bono, “Genetic
    dissection of neuropeptide cell biology at high and low activity in a defined
    sensory neuron,” <i>Proceedings of the National Academy of Sciences</i>, vol.
    115, no. 29. National Academy of Sciences, pp. E6890–E6899, 2018.
  ista: Laurent P, Ch’ng Q, Jospin M, Chen C, Lorenzo R, de Bono M. 2018. Genetic
    dissection of neuropeptide cell biology at high and low activity in a defined
    sensory neuron. Proceedings of the National Academy of Sciences. 115(29), E6890–E6899.
  mla: Laurent, Patrick, et al. “Genetic Dissection of Neuropeptide Cell Biology at
    High and Low Activity in a Defined Sensory Neuron.” <i>Proceedings of the National
    Academy of Sciences</i>, vol. 115, no. 29, National Academy of Sciences, 2018,
    pp. E6890–99, doi:<a href="https://doi.org/10.1073/pnas.1714610115">10.1073/pnas.1714610115</a>.
  short: P. Laurent, Q. Ch’ng, M. Jospin, C. Chen, R. Lorenzo, M. de Bono, Proceedings
    of the National Academy of Sciences 115 (2018) E6890–E6899.
date_created: 2019-03-19T12:41:33Z
date_published: 2018-07-17T00:00:00Z
date_updated: 2021-01-12T08:06:09Z
day: '17'
ddc:
- '570'
doi: 10.1073/pnas.1714610115
extern: '1'
external_id:
  pmid:
  - '29959203'
file:
- access_level: open_access
  checksum: 5e81665377441cdd8d99ab952c534319
  content_type: application/pdf
  creator: kschuh
  date_created: 2019-03-19T13:01:58Z
  date_updated: 2020-07-14T12:47:19Z
  file_id: '6110'
  file_name: 2018_PNAS_Laurent.pdf
  file_size: 1567765
  relation: main_file
file_date_updated: 2020-07-14T12:47:19Z
has_accepted_license: '1'
intvolume: '       115'
issue: '29'
language:
- iso: eng
month: '07'
oa: 1
oa_version: Published Version
page: E6890-E6899
pmid: 1
publication: Proceedings of the National Academy of Sciences
publication_identifier:
  issn:
  - 0027-8424
  - 1091-6490
publication_status: published
publisher: National Academy of Sciences
quality_controlled: '1'
status: public
title: Genetic dissection of neuropeptide cell biology at high and low activity in
  a defined sensory neuron
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: 3E5EF7F0-F248-11E8-B48F-1D18A9856A87
volume: 115
year: '2018'
...
---
_id: '6111'
abstract:
- lang: eng
  text: 'Neurons develop elaborate morphologies that provide a model for understanding
    cellular architecture. By studying C. elegans sensory dendrites, we previously
    identified genes that act to promote the extension of ciliated sensory dendrites
    during embryogenesis. Interestingly, the nonciliated dendrite of the oxygen-sensing
    neuron URX is not affected by these genes, suggesting it develops through a distinct
    mechanism. Here, we use a visual forward genetic screen to identify mutants that
    affect URX dendrite morphogenesis. We find that disruption of the MAP kinase MAPK-15
    or the βH-spectrin SMA-1 causes a phenotype opposite to what we had seen before:
    dendrites extend normally during embryogenesis but begin to overgrow as the animals
    reach adulthood, ultimately extending up to 150% of their normal length. SMA-1
    is broadly expressed and acts non-cell-autonomously, while MAPK-15 is expressed
    in many sensory neurons including URX and acts cell-autonomously. MAPK-15 acts
    at the time of overgrowth, localizes at the dendrite ending, and requires its
    kinase activity, suggesting it acts locally in time and space to constrain dendrite
    growth. Finally, we find that the oxygen-sensing guanylate cyclase GCY-35, which
    normally localizes at the dendrite ending, is localized throughout the overgrown
    region, and that overgrowth can be suppressed by overexpressing GCY-35 or by genetically
    mimicking elevated cGMP signaling. These results suggest that overgrowth may correspond
    to expansion of a sensory compartment at the dendrite ending, reminiscent of the
    remodeling of sensory cilia or dendritic spines. Thus, in contrast to established
    pathways that promote dendrite growth during early development, our results reveal
    a distinct mechanism that constrains dendrite growth throughout the life of the
    animal, possibly by controlling the size of a sensory compartment at the dendrite
    ending.'
article_number: e1007435
author:
- first_name: Ian G.
  full_name: McLachlan, Ian G.
  last_name: McLachlan
- first_name: Isabel
  full_name: Beets, Isabel
  last_name: Beets
- first_name: Mario
  full_name: de Bono, Mario
  id: 4E3FF80E-F248-11E8-B48F-1D18A9856A87
  last_name: de Bono
  orcid: 0000-0001-8347-0443
- first_name: Maxwell G.
  full_name: Heiman, Maxwell G.
  last_name: Heiman
citation:
  ama: McLachlan IG, Beets I, de Bono M, Heiman MG. A neuronal MAP kinase constrains
    growth of a Caenorhabditis elegans sensory dendrite throughout the life of the
    organism. <i>PLOS Genetics</i>. 2018;14(6). doi:<a href="https://doi.org/10.1371/journal.pgen.1007435">10.1371/journal.pgen.1007435</a>
  apa: McLachlan, I. G., Beets, I., de Bono, M., &#38; Heiman, M. G. (2018). A neuronal
    MAP kinase constrains growth of a Caenorhabditis elegans sensory dendrite throughout
    the life of the organism. <i>PLOS Genetics</i>. Public Library of Science. <a
    href="https://doi.org/10.1371/journal.pgen.1007435">https://doi.org/10.1371/journal.pgen.1007435</a>
  chicago: McLachlan, Ian G., Isabel Beets, Mario de Bono, and Maxwell G. Heiman.
    “A Neuronal MAP Kinase Constrains Growth of a Caenorhabditis Elegans Sensory Dendrite
    throughout the Life of the Organism.” <i>PLOS Genetics</i>. Public Library of
    Science, 2018. <a href="https://doi.org/10.1371/journal.pgen.1007435">https://doi.org/10.1371/journal.pgen.1007435</a>.
  ieee: I. G. McLachlan, I. Beets, M. de Bono, and M. G. Heiman, “A neuronal MAP kinase
    constrains growth of a Caenorhabditis elegans sensory dendrite throughout the
    life of the organism,” <i>PLOS Genetics</i>, vol. 14, no. 6. Public Library of
    Science, 2018.
  ista: McLachlan IG, Beets I, de Bono M, Heiman MG. 2018. A neuronal MAP kinase constrains
    growth of a Caenorhabditis elegans sensory dendrite throughout the life of the
    organism. PLOS Genetics. 14(6), e1007435.
  mla: McLachlan, Ian G., et al. “A Neuronal MAP Kinase Constrains Growth of a Caenorhabditis
    Elegans Sensory Dendrite throughout the Life of the Organism.” <i>PLOS Genetics</i>,
    vol. 14, no. 6, e1007435, Public Library of Science, 2018, doi:<a href="https://doi.org/10.1371/journal.pgen.1007435">10.1371/journal.pgen.1007435</a>.
  short: I.G. McLachlan, I. Beets, M. de Bono, M.G. Heiman, PLOS Genetics 14 (2018).
date_created: 2019-03-19T13:09:28Z
date_published: 2018-06-07T00:00:00Z
date_updated: 2021-01-12T08:06:11Z
day: '07'
ddc:
- '570'
doi: 10.1371/journal.pgen.1007435
extern: '1'
external_id:
  pmid:
  - '29879119'
file:
- access_level: open_access
  checksum: 622036b945365dbc575bea2768aa9bc8
  content_type: application/pdf
  creator: kschuh
  date_created: 2019-03-19T13:18:01Z
  date_updated: 2020-07-14T12:47:19Z
  file_id: '6112'
  file_name: 2018_PLOS_McLachlan.pdf
  file_size: 13011506
  relation: main_file
file_date_updated: 2020-07-14T12:47:19Z
has_accepted_license: '1'
intvolume: '        14'
issue: '6'
language:
- iso: eng
month: '06'
oa: 1
oa_version: Published Version
pmid: 1
publication: PLOS Genetics
publication_identifier:
  issn:
  - 1553-7404
publication_status: published
publisher: Public Library of Science
quality_controlled: '1'
status: public
title: A neuronal MAP kinase constrains growth of a Caenorhabditis elegans sensory
  dendrite throughout the life of the organism
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: 3E5EF7F0-F248-11E8-B48F-1D18A9856A87
volume: 14
year: '2018'
...
---
_id: '6164'
abstract:
- lang: eng
  text: In this paper, we propose an algorithm to build discrete spherical shell having
    integer center and real-valued inner and outer radii on the face-centered cubic
    (FCC) grid. We address the problem by mapping it to a 2D scenario and building
    the shell layer by layer on hexagonal grids with additive manufacturing in mind.
    The layered hexagonal grids get shifted according to need as we move from one
    layer to another and forms the FCC grid in 3D. However, we restrict our computation
    strictly to 2D in order to utilize symmetry and simplicity.
alternative_title:
- LNCS
article_processing_charge: No
author:
- first_name: Girish
  full_name: Koshti, Girish
  last_name: Koshti
- first_name: Ranita
  full_name: Biswas, Ranita
  id: 3C2B033E-F248-11E8-B48F-1D18A9856A87
  last_name: Biswas
  orcid: 0000-0002-5372-7890
- first_name: Gaëlle
  full_name: Largeteau-Skapin, Gaëlle
  last_name: Largeteau-Skapin
- first_name: Rita
  full_name: Zrour, Rita
  last_name: Zrour
- first_name: Eric
  full_name: Andres, Eric
  last_name: Andres
- first_name: Partha
  full_name: Bhowmick, Partha
  last_name: Bhowmick
citation:
  ama: 'Koshti G, Biswas R, Largeteau-Skapin G, Zrour R, Andres E, Bhowmick P. Sphere
    construction on the FCC grid interpreted as layered hexagonal grids in 3D. In:
    <i>19th International Workshop</i>. Vol 11255. Cham: Springer; 2018:82-96. doi:<a
    href="https://doi.org/10.1007/978-3-030-05288-1_7">10.1007/978-3-030-05288-1_7</a>'
  apa: 'Koshti, G., Biswas, R., Largeteau-Skapin, G., Zrour, R., Andres, E., &#38;
    Bhowmick, P. (2018). Sphere construction on the FCC grid interpreted as layered
    hexagonal grids in 3D. In <i>19th International Workshop</i> (Vol. 11255, pp.
    82–96). Cham: Springer. <a href="https://doi.org/10.1007/978-3-030-05288-1_7">https://doi.org/10.1007/978-3-030-05288-1_7</a>'
  chicago: 'Koshti, Girish, Ranita Biswas, Gaëlle Largeteau-Skapin, Rita Zrour, Eric
    Andres, and Partha Bhowmick. “Sphere Construction on the FCC Grid Interpreted
    as Layered Hexagonal Grids in 3D.” In <i>19th International Workshop</i>, 11255:82–96.
    Cham: Springer, 2018. <a href="https://doi.org/10.1007/978-3-030-05288-1_7">https://doi.org/10.1007/978-3-030-05288-1_7</a>.'
  ieee: G. Koshti, R. Biswas, G. Largeteau-Skapin, R. Zrour, E. Andres, and P. Bhowmick,
    “Sphere construction on the FCC grid interpreted as layered hexagonal grids in
    3D,” in <i>19th International Workshop</i>, Porto, Portugal, 2018, vol. 11255,
    pp. 82–96.
  ista: 'Koshti G, Biswas R, Largeteau-Skapin G, Zrour R, Andres E, Bhowmick P. 2018.
    Sphere construction on the FCC grid interpreted as layered hexagonal grids in
    3D. 19th International Workshop. IWCIA: International Workshop on Combinatorial
    Image Analysis, LNCS, vol. 11255, 82–96.'
  mla: Koshti, Girish, et al. “Sphere Construction on the FCC Grid Interpreted as
    Layered Hexagonal Grids in 3D.” <i>19th International Workshop</i>, vol. 11255,
    Springer, 2018, pp. 82–96, doi:<a href="https://doi.org/10.1007/978-3-030-05288-1_7">10.1007/978-3-030-05288-1_7</a>.
  short: G. Koshti, R. Biswas, G. Largeteau-Skapin, R. Zrour, E. Andres, P. Bhowmick,
    in:, 19th International Workshop, Springer, Cham, 2018, pp. 82–96.
conference:
  end_date: 2018-11-24
  location: Porto, Portugal
  name: 'IWCIA: International Workshop on Combinatorial Image Analysis'
  start_date: 2018-11-22
date_created: 2019-03-21T12:16:58Z
date_published: 2018-11-22T00:00:00Z
date_updated: 2022-01-27T15:26:39Z
day: '22'
doi: 10.1007/978-3-030-05288-1_7
extern: '1'
intvolume: '     11255'
language:
- iso: eng
month: '11'
oa_version: None
page: 82-96
place: Cham
publication: 19th International Workshop
publication_identifier:
  eisbn:
  - 978-3-030-05288-1
  eissn:
  - 1611-3349
  isbn:
  - 978-3-030-05287-4
  issn:
  - 0302-9743
publication_status: published
publisher: Springer
quality_controlled: '1'
status: public
title: Sphere construction on the FCC grid interpreted as layered hexagonal grids
  in 3D
type: conference
user_id: 8b945eb4-e2f2-11eb-945a-df72226e66a9
volume: 11255
year: '2018'
...
---
_id: '617'
abstract:
- lang: eng
  text: Insects are exposed to a variety of potential pathogens in their environment,
    many of which can severely impact fitness and health. Consequently, hosts have
    evolved resistance and tolerance strategies to suppress or cope with infections.
    Hosts utilizing resistance improve fitness by clearing or reducing pathogen loads,
    and hosts utilizing tolerance reduce harmful fitness effects per pathogen load.
    To understand variation in, and selective pressures on, resistance and tolerance,
    we asked to what degree they are shaped by host genetic background, whether plasticity
    in these responses depends upon dietary environment, and whether there are interactions
    between these two factors. Females from ten wild-type Drosophila melanogaster
    genotypes were kept on high- or low-protein (yeast) diets and infected with one
    of two opportunistic bacterial pathogens, Lactococcus lactis or Pseudomonas entomophila.
    We measured host resistance as the inverse of bacterial load in the early infection
    phase. The relationship (slope) between fly fecundity and individual-level bacteria
    load provided our fecundity tolerance measure. Genotype and dietary yeast determined
    host fecundity and strongly affected survival after infection with pathogenic
    P. entomophila. There was considerable genetic variation in host resistance, a
    commonly found phenomenon resulting from for example varying resistance costs
    or frequency-dependent selection. Despite this variation and the reproductive
    cost of higher P. entomophila loads, fecundity tolerance did not vary across genotypes.
    The absence of genetic variation in tolerance may suggest that at this early infection
    stage, fecundity tolerance is fixed or that any evolved tolerance mechanisms are
    not expressed under these infection conditions.
acknowledgement: 'We would like to thank Susann Wicke for performing the genome-wide
  SNP/indel analyses, as well as Veronica Alves, Kevin Ferro, Momir Futo, Barbara
  Hasert, Dafne Maximo, Nora Schulz, Marlene Sroka, and Barth Wieczorek for technical
  help. We thank Brian Lazzaro for the L. lactis strain and Bruno Lemaitre for the
  Pseudomonas entomophila strain. We would like to thank two anonymous reviewers for
  their helpful comments. We are grateful to the Deutsche Forschungsgemeinschaft (DFG)
  priority programme 1399 ‘Host parasite coevolution’ for funding this project (AR
  872/1-1). '
article_processing_charge: No
article_type: original
author:
- first_name: Megan
  full_name: Kutzer, Megan
  id: 29D0B332-F248-11E8-B48F-1D18A9856A87
  last_name: Kutzer
  orcid: 0000-0002-8696-6978
- first_name: Joachim
  full_name: Kurtz, Joachim
  last_name: Kurtz
- first_name: Sophie
  full_name: Armitage, Sophie
  last_name: Armitage
citation:
  ama: Kutzer M, Kurtz J, Armitage S. Genotype and diet affect resistance, survival,
    and fecundity but not fecundity tolerance. <i>Journal of Evolutionary Biology</i>.
    2018;31(1):159-171. doi:<a href="https://doi.org/10.1111/jeb.13211">10.1111/jeb.13211</a>
  apa: Kutzer, M., Kurtz, J., &#38; Armitage, S. (2018). Genotype and diet affect
    resistance, survival, and fecundity but not fecundity tolerance. <i>Journal of
    Evolutionary Biology</i>. Wiley. <a href="https://doi.org/10.1111/jeb.13211">https://doi.org/10.1111/jeb.13211</a>
  chicago: Kutzer, Megan, Joachim Kurtz, and Sophie Armitage. “Genotype and Diet Affect
    Resistance, Survival, and Fecundity but Not Fecundity Tolerance.” <i>Journal of
    Evolutionary Biology</i>. Wiley, 2018. <a href="https://doi.org/10.1111/jeb.13211">https://doi.org/10.1111/jeb.13211</a>.
  ieee: M. Kutzer, J. Kurtz, and S. Armitage, “Genotype and diet affect resistance,
    survival, and fecundity but not fecundity tolerance,” <i>Journal of Evolutionary
    Biology</i>, vol. 31, no. 1. Wiley, pp. 159–171, 2018.
  ista: Kutzer M, Kurtz J, Armitage S. 2018. Genotype and diet affect resistance,
    survival, and fecundity but not fecundity tolerance. Journal of Evolutionary Biology.
    31(1), 159–171.
  mla: Kutzer, Megan, et al. “Genotype and Diet Affect Resistance, Survival, and Fecundity
    but Not Fecundity Tolerance.” <i>Journal of Evolutionary Biology</i>, vol. 31,
    no. 1, Wiley, 2018, pp. 159–71, doi:<a href="https://doi.org/10.1111/jeb.13211">10.1111/jeb.13211</a>.
  short: M. Kutzer, J. Kurtz, S. Armitage, Journal of Evolutionary Biology 31 (2018)
    159–171.
date_created: 2018-12-11T11:47:31Z
date_published: 2018-01-01T00:00:00Z
date_updated: 2023-09-11T14:06:04Z
day: '01'
department:
- _id: SyCr
doi: 10.1111/jeb.13211
external_id:
  isi:
  - '000419307000014'
  pmid:
  - '29150962'
intvolume: '        31'
isi: 1
issue: '1'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.1111/jeb.13211
month: '01'
oa: 1
oa_version: Published Version
page: 159  - 171
pmid: 1
publication: Journal of Evolutionary Biology
publication_identifier:
  eissn:
  - 1420-9101
  issn:
  - 1010-061X
publication_status: published
publisher: Wiley
publist_id: '7187'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Genotype and diet affect resistance, survival, and fecundity but not fecundity
  tolerance
type: journal_article
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
volume: 31
year: '2018'
...
---
_id: '6195'
abstract:
- lang: eng
  text: In the context of robotic manipulation and grasping, the shift from a view
    that is static (force closure of a single posture) and contact-deprived (only
    contact for force closure is allowed, everything else is obstacle) towards a view
    that is dynamic and contact-rich (soft manipulation) has led to an increased interest
    in soft hands. These hands can easily exploit environmental constraints and object
    surfaces without risk, and safely interact with humans, but present also some
    challenges. Designing them is difficult, as well as predicting, modelling, and
    “programming” their interactions with the objects and the environment. This paper
    tackles the problem of simulating them in a fast and effective way, leveraging
    on novel and existing simulation technologies. We present a triple-layered simulation
    framework where dynamic properties such as stiffness are determined from slow
    but accurate FEM simulation data once, and then condensed into a lumped parameter
    model that can be used to fast simulate soft fingers and soft hands. We apply
    our approach to the simulation of soft pneumatic fingers.
article_number: '8461106'
article_processing_charge: No
author:
- first_name: Maria
  full_name: Pozzi, Maria
  last_name: Pozzi
- first_name: Eder
  full_name: Miguel Villalba, Eder
  id: 3FB91342-F248-11E8-B48F-1D18A9856A87
  last_name: Miguel Villalba
  orcid: 0000-0001-5665-0430
- first_name: Raphael
  full_name: Deimel, Raphael
  last_name: Deimel
- first_name: Monica
  full_name: Malvezzi, Monica
  last_name: Malvezzi
- first_name: Bernd
  full_name: Bickel, Bernd
  id: 49876194-F248-11E8-B48F-1D18A9856A87
  last_name: Bickel
  orcid: 0000-0001-6511-9385
- first_name: Oliver
  full_name: Brock, Oliver
  last_name: Brock
- first_name: Domenico
  full_name: Prattichizzo, Domenico
  last_name: Prattichizzo
citation:
  ama: 'Pozzi M, Miguel Villalba E, Deimel R, et al. Efficient FEM-based simulation
    of soft robots modeled as kinematic chains. In: IEEE; 2018. doi:<a href="https://doi.org/10.1109/icra.2018.8461106">10.1109/icra.2018.8461106</a>'
  apa: 'Pozzi, M., Miguel Villalba, E., Deimel, R., Malvezzi, M., Bickel, B., Brock,
    O., &#38; Prattichizzo, D. (2018). Efficient FEM-based simulation of soft robots
    modeled as kinematic chains. Presented at the ICRA: International Conference on
    Robotics and Automation, Brisbane, Australia: IEEE. <a href="https://doi.org/10.1109/icra.2018.8461106">https://doi.org/10.1109/icra.2018.8461106</a>'
  chicago: Pozzi, Maria, Eder Miguel Villalba, Raphael Deimel, Monica Malvezzi, Bernd
    Bickel, Oliver Brock, and Domenico Prattichizzo. “Efficient FEM-Based Simulation
    of Soft Robots Modeled as Kinematic Chains.” IEEE, 2018. <a href="https://doi.org/10.1109/icra.2018.8461106">https://doi.org/10.1109/icra.2018.8461106</a>.
  ieee: 'M. Pozzi <i>et al.</i>, “Efficient FEM-based simulation of soft robots modeled
    as kinematic chains,” presented at the ICRA: International Conference on Robotics
    and Automation, Brisbane, Australia, 2018.'
  ista: 'Pozzi M, Miguel Villalba E, Deimel R, Malvezzi M, Bickel B, Brock O, Prattichizzo
    D. 2018. Efficient FEM-based simulation of soft robots modeled as kinematic chains.
    ICRA: International Conference on Robotics and Automation, 8461106.'
  mla: Pozzi, Maria, et al. <i>Efficient FEM-Based Simulation of Soft Robots Modeled
    as Kinematic Chains</i>. 8461106, IEEE, 2018, doi:<a href="https://doi.org/10.1109/icra.2018.8461106">10.1109/icra.2018.8461106</a>.
  short: M. Pozzi, E. Miguel Villalba, R. Deimel, M. Malvezzi, B. Bickel, O. Brock,
    D. Prattichizzo, in:, IEEE, 2018.
conference:
  end_date: 2018-05-25
  location: Brisbane, Australia
  name: 'ICRA: International Conference on Robotics and Automation'
  start_date: 2018-05-21
date_created: 2019-04-04T09:50:38Z
date_published: 2018-09-10T00:00:00Z
date_updated: 2023-09-19T14:49:03Z
day: '10'
department:
- _id: BeBi
doi: 10.1109/icra.2018.8461106
external_id:
  isi:
  - '000446394503031'
isi: 1
language:
- iso: eng
month: '09'
oa_version: None
publication_identifier:
  isbn:
  - '9781538630815'
publication_status: published
publisher: IEEE
quality_controlled: '1'
scopus_import: '1'
status: public
title: Efficient FEM-based simulation of soft robots modeled as kinematic chains
type: conference
user_id: c635000d-4b10-11ee-a964-aac5a93f6ac1
year: '2018'
...
