---
_id: '14484'
abstract:
- lang: eng
  text: Intercellular signaling molecules, known as morphogens, act at a long range
    in developing tissues to provide spatial information and control properties such
    as cell fate and tissue growth. The production, transport, and removal of morphogens
    shape their concentration profiles in time and space. Downstream signaling cascades
    and gene regulatory networks within cells then convert the spatiotemporal morphogen
    profiles into distinct cellular responses. Current challenges are to understand
    the diverse molecular and cellular mechanisms underlying morphogen gradient formation,
    as well as the logic of downstream regulatory circuits involved in morphogen interpretation.
    This knowledge, combining experimental and theoretical results, is essential to
    understand emerging properties of morphogen-controlled systems, such as robustness
    and scaling.
acknowledgement: We are grateful to Zena Hadjivasiliou for comments on this article.
  A.K. is supported by grants from the European Research Council under the European
  Union (EU) Horizon 2020 research and innovation program (680037) and Horizon Europe
  (101044579), and the Austrian Science Fund (F78) (Stem Cell Modulation). J.B. is
  supported by the Francis Crick Institute, which receives its core funding from Cancer
  Research UK (CC001051), the UK Medical Research Council (CC001051), and the Wellcome
  Trust (CC001051), and by a grant from the European Research Council under the EU
  Horizon 2020 research and innovation program (742138).
article_processing_charge: Yes (in subscription journal)
article_type: review
author:
- first_name: Anna
  full_name: Kicheva, Anna
  id: 3959A2A0-F248-11E8-B48F-1D18A9856A87
  last_name: Kicheva
  orcid: 0000-0003-4509-4998
- first_name: James
  full_name: Briscoe, James
  last_name: Briscoe
citation:
  ama: Kicheva A, Briscoe J. Control of tissue development by morphogens. <i>Annual
    Review of Cell and Developmental Biology</i>. 2023;39:91-121. doi:<a href="https://doi.org/10.1146/annurev-cellbio-020823-011522">10.1146/annurev-cellbio-020823-011522</a>
  apa: Kicheva, A., &#38; Briscoe, J. (2023). Control of tissue development by morphogens.
    <i>Annual Review of Cell and Developmental Biology</i>. Annual Reviews. <a href="https://doi.org/10.1146/annurev-cellbio-020823-011522">https://doi.org/10.1146/annurev-cellbio-020823-011522</a>
  chicago: Kicheva, Anna, and James Briscoe. “Control of Tissue Development by Morphogens.”
    <i>Annual Review of Cell and Developmental Biology</i>. Annual Reviews, 2023.
    <a href="https://doi.org/10.1146/annurev-cellbio-020823-011522">https://doi.org/10.1146/annurev-cellbio-020823-011522</a>.
  ieee: A. Kicheva and J. Briscoe, “Control of tissue development by morphogens,”
    <i>Annual Review of Cell and Developmental Biology</i>, vol. 39. Annual Reviews,
    pp. 91–121, 2023.
  ista: Kicheva A, Briscoe J. 2023. Control of tissue development by morphogens. Annual
    Review of Cell and Developmental Biology. 39, 91–121.
  mla: Kicheva, Anna, and James Briscoe. “Control of Tissue Development by Morphogens.”
    <i>Annual Review of Cell and Developmental Biology</i>, vol. 39, Annual Reviews,
    2023, pp. 91–121, doi:<a href="https://doi.org/10.1146/annurev-cellbio-020823-011522">10.1146/annurev-cellbio-020823-011522</a>.
  short: A. Kicheva, J. Briscoe, Annual Review of Cell and Developmental Biology 39
    (2023) 91–121.
date_created: 2023-11-05T23:00:53Z
date_published: 2023-10-16T00:00:00Z
date_updated: 2023-11-06T09:56:24Z
day: '16'
ddc:
- '570'
department:
- _id: AnKi
doi: 10.1146/annurev-cellbio-020823-011522
ec_funded: 1
external_id:
  pmid:
  - '37418774'
file:
- access_level: open_access
  checksum: 461726014cf5907010afbd418d3c13ec
  content_type: application/pdf
  creator: dernst
  date_created: 2023-11-06T09:47:50Z
  date_updated: 2023-11-06T09:47:50Z
  file_id: '14491'
  file_name: 2023_AnnualReviews_Kicheva.pdf
  file_size: 434819
  relation: main_file
  success: 1
file_date_updated: 2023-11-06T09:47:50Z
has_accepted_license: '1'
intvolume: '        39'
language:
- iso: eng
month: '10'
oa: 1
oa_version: Published Version
page: 91-121
pmid: 1
project:
- _id: B6FC0238-B512-11E9-945C-1524E6697425
  call_identifier: H2020
  grant_number: '680037'
  name: Coordination of Patterning And Growth In the Spinal Cord
- _id: bd7e737f-d553-11ed-ba76-d69ffb5ee3aa
  grant_number: '101044579'
  name: Mechanisms of tissue size regulation in spinal cord development
- _id: 059DF620-7A3F-11EA-A408-12923DDC885E
  grant_number: F07802
  name: Morphogen control of growth and pattern in the spinal cord
publication: Annual Review of Cell and Developmental Biology
publication_identifier:
  eissn:
  - 1530-8995
  issn:
  - 1081-0706
publication_status: published
publisher: Annual Reviews
quality_controlled: '1'
scopus_import: '1'
status: public
title: Control of tissue development by morphogens
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: 39
year: '2023'
...
---
_id: '14485'
abstract:
- lang: eng
  text: "Batching is a technique that stores multiple keys/values in each node of
    a data structure. In sequential search data structures, batching reduces latency
    by reducing the number of cache misses and shortening the chain of pointers to
    dereference. Applying batching to concurrent data structures is challenging, because
    it is difficult to maintain the search property and keep contention low in the
    presence of batching.\r\nIn this paper, we present a general methodology for leveraging
    batching in concurrent search data structures, called BatchBoost. BatchBoost builds
    a search data structure from distinct \"data\" and \"index\" layers. The data
    layer’s purpose is to store a batch of key/value pairs in each of its nodes. The
    index layer uses an unmodified concurrent search data structure to route operations
    to a position in the data layer that is \"close\" to where the corresponding key
    should exist. The requirements on the index and data layers are low: with minimal
    effort, we were able to compose three highly scalable concurrent search data structures
    based on three original data structures as the index layers with a batched version
    of the Lazy List as the data layer. The resulting BatchBoost data structures provide
    significant performance improvements over their original counterparts."
alternative_title:
- LIPIcs
article_number: '35'
article_processing_charge: Yes
author:
- first_name: Vitaly
  full_name: Aksenov, Vitaly
  last_name: Aksenov
- first_name: Michael
  full_name: Anoprenko, Michael
  last_name: Anoprenko
- first_name: Alexander
  full_name: Fedorov, Alexander
  id: 2e711909-896a-11ed-bdf8-eb0f5a2984c6
  last_name: Fedorov
- first_name: Michael
  full_name: Spear, Michael
  last_name: Spear
citation:
  ama: 'Aksenov V, Anoprenko M, Fedorov A, Spear M. Brief announcement: BatchBoost:
    Universal batching for concurrent data structures. In: <i>37th International Symposium
    on Distributed Computing</i>. Vol 281. Schloss Dagstuhl - Leibniz-Zentrum für
    Informatik; 2023. doi:<a href="https://doi.org/10.4230/LIPIcs.DISC.2023.35">10.4230/LIPIcs.DISC.2023.35</a>'
  apa: 'Aksenov, V., Anoprenko, M., Fedorov, A., &#38; Spear, M. (2023). Brief announcement:
    BatchBoost: Universal batching for concurrent data structures. In <i>37th International
    Symposium on Distributed Computing</i> (Vol. 281). L’Aquila, Italy: Schloss Dagstuhl
    - Leibniz-Zentrum für Informatik. <a href="https://doi.org/10.4230/LIPIcs.DISC.2023.35">https://doi.org/10.4230/LIPIcs.DISC.2023.35</a>'
  chicago: 'Aksenov, Vitaly, Michael Anoprenko, Alexander Fedorov, and Michael Spear.
    “Brief Announcement: BatchBoost: Universal Batching for Concurrent Data Structures.”
    In <i>37th International Symposium on Distributed Computing</i>, Vol. 281. Schloss
    Dagstuhl - Leibniz-Zentrum für Informatik, 2023. <a href="https://doi.org/10.4230/LIPIcs.DISC.2023.35">https://doi.org/10.4230/LIPIcs.DISC.2023.35</a>.'
  ieee: 'V. Aksenov, M. Anoprenko, A. Fedorov, and M. Spear, “Brief announcement:
    BatchBoost: Universal batching for concurrent data structures,” in <i>37th International
    Symposium on Distributed Computing</i>, L’Aquila, Italy, 2023, vol. 281.'
  ista: 'Aksenov V, Anoprenko M, Fedorov A, Spear M. 2023. Brief announcement: BatchBoost:
    Universal batching for concurrent data structures. 37th International Symposium
    on Distributed Computing. DISC: Symposium on Distributed Computing, LIPIcs, vol.
    281, 35.'
  mla: 'Aksenov, Vitaly, et al. “Brief Announcement: BatchBoost: Universal Batching
    for Concurrent Data Structures.” <i>37th International Symposium on Distributed
    Computing</i>, vol. 281, 35, Schloss Dagstuhl - Leibniz-Zentrum für Informatik,
    2023, doi:<a href="https://doi.org/10.4230/LIPIcs.DISC.2023.35">10.4230/LIPIcs.DISC.2023.35</a>.'
  short: V. Aksenov, M. Anoprenko, A. Fedorov, M. Spear, in:, 37th International Symposium
    on Distributed Computing, Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 2023.
conference:
  end_date: 2023-10-13
  location: L'Aquila, Italy
  name: 'DISC: Symposium on Distributed Computing'
  start_date: 2023-10-09
date_created: 2023-11-05T23:00:53Z
date_published: 2023-10-01T00:00:00Z
date_updated: 2023-11-07T07:48:01Z
day: '01'
ddc:
- '000'
department:
- _id: GradSch
doi: 10.4230/LIPIcs.DISC.2023.35
file:
- access_level: open_access
  checksum: d9f8d2915cccdf2df5905b7cd1b4a560
  content_type: application/pdf
  creator: dernst
  date_created: 2023-11-06T11:45:21Z
  date_updated: 2023-11-06T11:45:21Z
  file_id: '14492'
  file_name: 2023_LIPIcs_Aksenov.pdf
  file_size: 646665
  relation: main_file
  success: 1
file_date_updated: 2023-11-06T11:45:21Z
has_accepted_license: '1'
intvolume: '       281'
language:
- iso: eng
month: '10'
oa: 1
oa_version: Published Version
publication: 37th International Symposium on Distributed Computing
publication_identifier:
  isbn:
  - '9783959773010'
  issn:
  - 1868-8969
publication_status: published
publisher: Schloss Dagstuhl - Leibniz-Zentrum für Informatik
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'Brief announcement: BatchBoost: Universal batching for concurrent data structures'
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: 281
year: '2023'
...
---
_id: '14486'
abstract:
- lang: eng
  text: We present a minimal model of ferroelectric large polarons, which are suggested
    as one of the mechanisms responsible for the unique charge transport properties
    of hybrid perovskites. We demonstrate that short-ranged charge–rotor interactions
    lead to long-range ferroelectric ordering of rotors, which strongly affects the
    carrier mobility. In the nonperturbative regime, where our theory cannot be reduced
    to any of the earlier models, we reveal that the polaron is characterized by large
    coherence length and a roughly tenfold increase of the effective mass as compared
    to the bare mass. These results are in good agreement with other theoretical predictions
    for ferroelectric polarons. Our model establishes a general phenomenological framework
    for ferroelectric polarons providing the starting point for future studies of
    their role in the transport properties of hybrid organic-inorganic perovskites.
acknowledgement: We thank Zh. Alpichshev, A. Volosniev, and A. V. Zampetaki for fruitful
  discussions and comments. This project received funding from the European Union’s
  Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie
  Grant Agreement No. 101034413. M.L. acknowledges support by the European Research
  Council (ERC) Starting Grant No. 801770 (ANGULON).
article_number: '043016'
article_processing_charge: Yes
article_type: original
arxiv: 1
author:
- first_name: Georgios
  full_name: Koutentakis, Georgios
  id: d7b23d3a-9e21-11ec-b482-f76739596b95
  last_name: Koutentakis
- first_name: Areg
  full_name: Ghazaryan, Areg
  id: 4AF46FD6-F248-11E8-B48F-1D18A9856A87
  last_name: Ghazaryan
  orcid: 0000-0001-9666-3543
- first_name: Mikhail
  full_name: Lemeshko, Mikhail
  id: 37CB05FA-F248-11E8-B48F-1D18A9856A87
  last_name: Lemeshko
  orcid: 0000-0002-6990-7802
citation:
  ama: Koutentakis G, Ghazaryan A, Lemeshko M. Rotor lattice model of ferroelectric
    large polarons. <i>Physical Review Research</i>. 2023;5(4). doi:<a href="https://doi.org/10.1103/PhysRevResearch.5.043016">10.1103/PhysRevResearch.5.043016</a>
  apa: Koutentakis, G., Ghazaryan, A., &#38; Lemeshko, M. (2023). Rotor lattice model
    of ferroelectric large polarons. <i>Physical Review Research</i>. American Physical
    Society. <a href="https://doi.org/10.1103/PhysRevResearch.5.043016">https://doi.org/10.1103/PhysRevResearch.5.043016</a>
  chicago: Koutentakis, Georgios, Areg Ghazaryan, and Mikhail Lemeshko. “Rotor Lattice
    Model of Ferroelectric Large Polarons.” <i>Physical Review Research</i>. American
    Physical Society, 2023. <a href="https://doi.org/10.1103/PhysRevResearch.5.043016">https://doi.org/10.1103/PhysRevResearch.5.043016</a>.
  ieee: G. Koutentakis, A. Ghazaryan, and M. Lemeshko, “Rotor lattice model of ferroelectric
    large polarons,” <i>Physical Review Research</i>, vol. 5, no. 4. American Physical
    Society, 2023.
  ista: Koutentakis G, Ghazaryan A, Lemeshko M. 2023. Rotor lattice model of ferroelectric
    large polarons. Physical Review Research. 5(4), 043016.
  mla: Koutentakis, Georgios, et al. “Rotor Lattice Model of Ferroelectric Large Polarons.”
    <i>Physical Review Research</i>, vol. 5, no. 4, 043016, American Physical Society,
    2023, doi:<a href="https://doi.org/10.1103/PhysRevResearch.5.043016">10.1103/PhysRevResearch.5.043016</a>.
  short: G. Koutentakis, A. Ghazaryan, M. Lemeshko, Physical Review Research 5 (2023).
date_created: 2023-11-05T23:00:53Z
date_published: 2023-10-05T00:00:00Z
date_updated: 2023-11-07T07:53:39Z
day: '05'
ddc:
- '530'
department:
- _id: MiLe
doi: 10.1103/PhysRevResearch.5.043016
ec_funded: 1
external_id:
  arxiv:
  - '2301.09875'
file:
- access_level: open_access
  checksum: cb8de8fed6e09df1a18bd5a5aec5c55c
  content_type: application/pdf
  creator: dernst
  date_created: 2023-11-07T07:52:46Z
  date_updated: 2023-11-07T07:52:46Z
  file_id: '14493'
  file_name: 2023_PhysReviewResearch_Koutentakis.pdf
  file_size: 1127522
  relation: main_file
  success: 1
file_date_updated: 2023-11-07T07:52:46Z
has_accepted_license: '1'
intvolume: '         5'
issue: '4'
language:
- iso: eng
month: '10'
oa: 1
oa_version: Published Version
project:
- _id: fc2ed2f7-9c52-11eb-aca3-c01059dda49c
  call_identifier: H2020
  grant_number: '101034413'
  name: 'IST-BRIDGE: International postdoctoral program'
- _id: 2688CF98-B435-11E9-9278-68D0E5697425
  call_identifier: H2020
  grant_number: '801770'
  name: 'Angulon: physics and applications of a new quasiparticle'
publication: Physical Review Research
publication_identifier:
  issn:
  - 2643-1564
publication_status: published
publisher: American Physical Society
quality_controlled: '1'
scopus_import: '1'
status: public
title: Rotor lattice model of ferroelectric large polarons
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: 5
year: '2023'
...
---
_id: '14487'
abstract:
- lang: eng
  text: High Mountain Asia (HMA) is among the most vulnerable water towers globally
    and yet future projections of water availability in and from its high-mountain
    catchments remain uncertain, as their hydrologic response to ongoing environmental
    changes is complex. Mechanistic modeling approaches incorporating cryospheric,
    hydrological, and vegetation processes in high spatial, temporal, and physical
    detail have never been applied for high-elevation catchments of HMA. We use a
    land surface model at high spatial and temporal resolution (100 m and hourly)
    to simulate the coupled dynamics of energy, water, and vegetation for the 350
    km2 Langtang catchment (Nepal). We compare our model outputs for one hydrological
    year against a large set of observations to gain insight into the partitioning
    of the water balance at the subseasonal scale and across elevation bands. During
    the simulated hydrological year, we find that evapotranspiration is a key component
    of the total water balance, as it causes about the equivalent of 20% of all the
    available precipitation or 154% of the water production from glacier melt in the
    basin to return directly to the atmosphere. The depletion of the cryospheric water
    budget is dominated by snow melt, but at high elevations is primarily dictated
    by snow and ice sublimation. Snow sublimation is the dominant vapor flux (49%)
    at the catchment scale, accounting for the equivalent of 11% of snowfall, 17%
    of snowmelt, and 75% of ice melt, respectively. We conclude that simulations should
    consider sublimation and other evaporative fluxes explicitly, as otherwise water
    balance estimates can be ill-quantified.
acknowledgement: This project has received funding from the JSPS-SNSF (Japan Society
  for the Promotion of Science and Swiss National Science Foundation) Bilateral Programmes
  project (HOPE, High-ele-vation precipitation in High Mountain Asia; Grant 183633),
  and the European Research Council (ERC) under the European Union's Horizon 2020
  research and innovation program (RAVEN, Rapid mass losses of debris-covered glaciers
  in High Mountain Asia; Grant 772751). We want to thank in particular T. Gurung,
  S. Joshi, J. Shea, W. Immerzeel, and others involved, as well as ICIMOD, for their
  efforts over the past years in observing the meteorology of the Langtang catchment,
  collecting and organizing the data and making them publicly available. We also thank
  the National Geographic Society (Grant NGS-61784R-19) and the Mount Everest Foundation
  (reference 19-24) for providing fieldwork funding for C. L. Fyffe. We thank T. Kramer
  for help with the WSL Hyperion cluster. We are grate-ful for comments by three anonymous
  reviewers and the Associate Editor, who greatly helped to improve the manuscript
  further. Open access funding provided by ETH-Bereich Forschungsanstalten.
article_number: e2022WR033841
article_processing_charge: Yes (via OA deal)
article_type: original
author:
- first_name: Pascal
  full_name: Buri, Pascal
  last_name: Buri
- first_name: Simone
  full_name: Fatichi, Simone
  last_name: Fatichi
- first_name: Thomas
  full_name: Shaw, Thomas
  id: 3caa3f91-1f03-11ee-96ce-e0e553054d6e
  last_name: Shaw
- first_name: Evan S.
  full_name: Miles, Evan S.
  last_name: Miles
- first_name: Michael
  full_name: Mccarthy, Michael
  id: 22a2674a-61ce-11ee-94b5-d18813baf16f
  last_name: Mccarthy
- first_name: Catriona Louise
  full_name: Fyffe, Catriona Louise
  id: 001b0422-8d15-11ed-bc51-cab6c037a228
  last_name: Fyffe
- first_name: Stefan
  full_name: Fugger, Stefan
  last_name: Fugger
- first_name: Shaoting
  full_name: Ren, Shaoting
  last_name: Ren
- first_name: Marin
  full_name: Kneib, Marin
  last_name: Kneib
- first_name: Achille
  full_name: Jouberton, Achille
  last_name: Jouberton
- first_name: Jakob
  full_name: Steiner, Jakob
  last_name: Steiner
- first_name: Koji
  full_name: Fujita, Koji
  last_name: Fujita
- first_name: Francesca
  full_name: Pellicciotti, Francesca
  id: b28f055a-81ea-11ed-b70c-a9fe7f7b0e70
  last_name: Pellicciotti
  orcid: 0000-0002-5554-8087
citation:
  ama: 'Buri P, Fatichi S, Shaw T, et al. Land surface modeling in the Himalayas:
    On the importance of evaporative fluxes for the water balance of a high-elevation
    catchment. <i>Water Resources Research</i>. 2023;59(10). doi:<a href="https://doi.org/10.1029/2022WR033841">10.1029/2022WR033841</a>'
  apa: 'Buri, P., Fatichi, S., Shaw, T., Miles, E. S., McCarthy, M., Fyffe, C. L.,
    … Pellicciotti, F. (2023). Land surface modeling in the Himalayas: On the importance
    of evaporative fluxes for the water balance of a high-elevation catchment. <i>Water
    Resources Research</i>. Wiley. <a href="https://doi.org/10.1029/2022WR033841">https://doi.org/10.1029/2022WR033841</a>'
  chicago: 'Buri, Pascal, Simone Fatichi, Thomas Shaw, Evan S. Miles, Michael McCarthy,
    Catriona Louise Fyffe, Stefan Fugger, et al. “Land Surface Modeling in the Himalayas:
    On the Importance of Evaporative Fluxes for the Water Balance of a High-Elevation
    Catchment.” <i>Water Resources Research</i>. Wiley, 2023. <a href="https://doi.org/10.1029/2022WR033841">https://doi.org/10.1029/2022WR033841</a>.'
  ieee: 'P. Buri <i>et al.</i>, “Land surface modeling in the Himalayas: On the importance
    of evaporative fluxes for the water balance of a high-elevation catchment,” <i>Water
    Resources Research</i>, vol. 59, no. 10. Wiley, 2023.'
  ista: 'Buri P, Fatichi S, Shaw T, Miles ES, McCarthy M, Fyffe CL, Fugger S, Ren
    S, Kneib M, Jouberton A, Steiner J, Fujita K, Pellicciotti F. 2023. Land surface
    modeling in the Himalayas: On the importance of evaporative fluxes for the water
    balance of a high-elevation catchment. Water Resources Research. 59(10), e2022WR033841.'
  mla: 'Buri, Pascal, et al. “Land Surface Modeling in the Himalayas: On the Importance
    of Evaporative Fluxes for the Water Balance of a High-Elevation Catchment.” <i>Water
    Resources Research</i>, vol. 59, no. 10, e2022WR033841, Wiley, 2023, doi:<a href="https://doi.org/10.1029/2022WR033841">10.1029/2022WR033841</a>.'
  short: P. Buri, S. Fatichi, T. Shaw, E.S. Miles, M. McCarthy, C.L. Fyffe, S. Fugger,
    S. Ren, M. Kneib, A. Jouberton, J. Steiner, K. Fujita, F. Pellicciotti, Water
    Resources Research 59 (2023).
date_created: 2023-11-05T23:00:53Z
date_published: 2023-10-25T00:00:00Z
date_updated: 2023-11-07T08:12:34Z
day: '25'
ddc:
- '550'
department:
- _id: FrPe
doi: 10.1029/2022WR033841
file:
- access_level: open_access
  checksum: 7ba9c87228dc09029b16bc800a0ef1a1
  content_type: application/pdf
  creator: dernst
  date_created: 2023-11-07T08:10:44Z
  date_updated: 2023-11-07T08:10:44Z
  file_id: '14495'
  file_name: 2023_WaterResourcesResearch_Buri.pdf
  file_size: 5554901
  relation: main_file
  success: 1
file_date_updated: 2023-11-07T08:10:44Z
has_accepted_license: '1'
intvolume: '        59'
issue: '10'
language:
- iso: eng
month: '10'
oa: 1
oa_version: Published Version
publication: Water Resources Research
publication_identifier:
  eissn:
  - 1944-7973
  issn:
  - 0043-1397
publication_status: published
publisher: Wiley
quality_controlled: '1'
related_material:
  record:
  - id: '14494'
    relation: research_data
    status: public
scopus_import: '1'
status: public
title: 'Land surface modeling in the Himalayas: On the importance of evaporative fluxes
  for the water balance of a high-elevation catchment'
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: 59
year: '2023'
...
---
_id: '14488'
abstract:
- lang: eng
  text: 'Portrait viewpoint and illumination editing is an important problem with
    several applications in VR/AR, movies, and photography. Comprehensive knowledge
    of geometry and illumination is critical for obtaining photorealistic results.
    Current methods are unable to explicitly model in 3D while handling both viewpoint
    and illumination editing from a single image. In this paper, we propose VoRF,
    a novel approach that can take even a single portrait image as input and relight
    human heads under novel illuminations that can be viewed from arbitrary viewpoints.
    VoRF represents a human head as a continuous volumetric field and learns a prior
    model of human heads using a coordinate-based MLP with individual latent spaces
    for identity and illumination. The prior model is learned in an auto-decoder manner
    over a diverse class of head shapes and appearances, allowing VoRF to generalize
    to novel test identities from a single input image. Additionally, VoRF has a reflectance
    MLP that uses the intermediate features of the prior model for rendering One-Light-at-A-Time
    (OLAT) images under novel views. We synthesize novel illuminations by combining
    these OLAT images with target environment maps. Qualitative and quantitative evaluations
    demonstrate the effectiveness of VoRF for relighting and novel view synthesis,
    even when applied to unseen subjects under uncontrolled illumination. This work
    is an extension of Rao et al. (VoRF: Volumetric Relightable Faces 2022). We provide
    extensive evaluation and ablative studies of our model and also provide an application,
    where any face can be relighted using textual input.'
acknowledgement: Open Access funding enabled and organized by Projekt DEAL.
article_processing_charge: Yes (via OA deal)
article_type: original
author:
- first_name: Pramod
  full_name: Rao, Pramod
  last_name: Rao
- first_name: B. R.
  full_name: Mallikarjun, B. R.
  last_name: Mallikarjun
- first_name: Gereon
  full_name: Fox, Gereon
  last_name: Fox
- first_name: Tim
  full_name: Weyrich, Tim
  last_name: Weyrich
- first_name: Bernd
  full_name: Bickel, Bernd
  id: 49876194-F248-11E8-B48F-1D18A9856A87
  last_name: Bickel
  orcid: 0000-0001-6511-9385
- first_name: Hanspeter
  full_name: Pfister, Hanspeter
  last_name: Pfister
- first_name: Wojciech
  full_name: Matusik, Wojciech
  last_name: Matusik
- first_name: Fangneng
  full_name: Zhan, Fangneng
  last_name: Zhan
- first_name: Ayush
  full_name: Tewari, Ayush
  last_name: Tewari
- first_name: Christian
  full_name: Theobalt, Christian
  last_name: Theobalt
- first_name: Mohamed
  full_name: Elgharib, Mohamed
  last_name: Elgharib
citation:
  ama: Rao P, Mallikarjun BR, Fox G, et al. A deeper analysis of volumetric relightiable
    faces. <i>International Journal of Computer Vision</i>. 2023. doi:<a href="https://doi.org/10.1007/s11263-023-01899-3">10.1007/s11263-023-01899-3</a>
  apa: Rao, P., Mallikarjun, B. R., Fox, G., Weyrich, T., Bickel, B., Pfister, H.,
    … Elgharib, M. (2023). A deeper analysis of volumetric relightiable faces. <i>International
    Journal of Computer Vision</i>. Springer Nature. <a href="https://doi.org/10.1007/s11263-023-01899-3">https://doi.org/10.1007/s11263-023-01899-3</a>
  chicago: Rao, Pramod, B. R. Mallikarjun, Gereon Fox, Tim Weyrich, Bernd Bickel,
    Hanspeter Pfister, Wojciech Matusik, et al. “A Deeper Analysis of Volumetric Relightiable
    Faces.” <i>International Journal of Computer Vision</i>. Springer Nature, 2023.
    <a href="https://doi.org/10.1007/s11263-023-01899-3">https://doi.org/10.1007/s11263-023-01899-3</a>.
  ieee: P. Rao <i>et al.</i>, “A deeper analysis of volumetric relightiable faces,”
    <i>International Journal of Computer Vision</i>. Springer Nature, 2023.
  ista: Rao P, Mallikarjun BR, Fox G, Weyrich T, Bickel B, Pfister H, Matusik W, Zhan
    F, Tewari A, Theobalt C, Elgharib M. 2023. A deeper analysis of volumetric relightiable
    faces. International Journal of Computer Vision.
  mla: Rao, Pramod, et al. “A Deeper Analysis of Volumetric Relightiable Faces.” <i>International
    Journal of Computer Vision</i>, Springer Nature, 2023, doi:<a href="https://doi.org/10.1007/s11263-023-01899-3">10.1007/s11263-023-01899-3</a>.
  short: P. Rao, B.R. Mallikarjun, G. Fox, T. Weyrich, B. Bickel, H. Pfister, W. Matusik,
    F. Zhan, A. Tewari, C. Theobalt, M. Elgharib, International Journal of Computer
    Vision (2023).
date_created: 2023-11-05T23:00:54Z
date_published: 2023-10-31T00:00:00Z
date_updated: 2023-11-06T08:52:30Z
day: '31'
department:
- _id: BeBi
doi: 10.1007/s11263-023-01899-3
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.1007/s11263-023-01899-3
month: '10'
oa: 1
oa_version: Published Version
publication: International Journal of Computer Vision
publication_identifier:
  eissn:
  - 1573-1405
  issn:
  - 0920-5691
publication_status: epub_ahead
publisher: Springer Nature
quality_controlled: '1'
scopus_import: '1'
status: public
title: A deeper analysis of volumetric relightiable faces
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2023'
...
---
_id: '14489'
abstract:
- lang: eng
  text: Microwave-optics entanglement is a vital component for building hybrid quantum
    networks. Here, a new mechanism for preparing stationary entanglement between
    microwave and optical cavity fields in a cavity optomagnomechanical system is
    proposed. It consists of a magnon mode in a ferrimagnetic crystal that couples
    directly to a microwave cavity mode via the magnetic dipole interaction and indirectly
    to an optical cavity through the deformation displacement of the crystal. The
    mechanical displacement is induced by the magnetostrictive force and coupled to
    the optical cavity via radiation pressure. Both the opto- and magnomechanical
    couplings are dispersive. Magnon–phonon entanglement is created via magnomechanical
    parametric down-conversion, which is further distributed to optical and microwave
    photons via simultaneous optomechanical beamsplitter interaction and electromagnonic
    state-swap interaction, yielding stationary microwave-optics entanglement. The
    microwave-optics entanglement is robust against thermal noise, which will find
    broad potential applications in quantum networks and quantum information processing
    with hybrid quantum systems.
acknowledgement: This work was supported by the National Key Research and Development
  Program of China (Grant no. 2022YFA1405200), the National Natural Science Foundation
  of China (Nos. 92265202), and the European Research Council (ERC CoG Q-ECHOS, 101001005).
article_number: '2200866'
article_processing_charge: No
article_type: original
arxiv: 1
author:
- first_name: Zhi Yuan
  full_name: Fan, Zhi Yuan
  last_name: Fan
- first_name: Liu
  full_name: Qiu, Liu
  id: 45e99c0d-1eb1-11eb-9b96-ed8ab2983cac
  last_name: Qiu
  orcid: 0000-0003-4345-4267
- first_name: Simon
  full_name: Gröblacher, Simon
  last_name: Gröblacher
- first_name: Jie
  full_name: Li, Jie
  last_name: Li
citation:
  ama: Fan ZY, Qiu L, Gröblacher S, Li J. Microwave-optics entanglement via cavity
    optomagnomechanics. <i>Laser and Photonics Reviews</i>. 2023;17(12). doi:<a href="https://doi.org/10.1002/lpor.202200866">10.1002/lpor.202200866</a>
  apa: Fan, Z. Y., Qiu, L., Gröblacher, S., &#38; Li, J. (2023). Microwave-optics
    entanglement via cavity optomagnomechanics. <i>Laser and Photonics Reviews</i>.
    Wiley. <a href="https://doi.org/10.1002/lpor.202200866">https://doi.org/10.1002/lpor.202200866</a>
  chicago: Fan, Zhi Yuan, Liu Qiu, Simon Gröblacher, and Jie Li. “Microwave-Optics
    Entanglement via Cavity Optomagnomechanics.” <i>Laser and Photonics Reviews</i>.
    Wiley, 2023. <a href="https://doi.org/10.1002/lpor.202200866">https://doi.org/10.1002/lpor.202200866</a>.
  ieee: Z. Y. Fan, L. Qiu, S. Gröblacher, and J. Li, “Microwave-optics entanglement
    via cavity optomagnomechanics,” <i>Laser and Photonics Reviews</i>, vol. 17, no.
    12. Wiley, 2023.
  ista: Fan ZY, Qiu L, Gröblacher S, Li J. 2023. Microwave-optics entanglement via
    cavity optomagnomechanics. Laser and Photonics Reviews. 17(12), 2200866.
  mla: Fan, Zhi Yuan, et al. “Microwave-Optics Entanglement via Cavity Optomagnomechanics.”
    <i>Laser and Photonics Reviews</i>, vol. 17, no. 12, 2200866, Wiley, 2023, doi:<a
    href="https://doi.org/10.1002/lpor.202200866">10.1002/lpor.202200866</a>.
  short: Z.Y. Fan, L. Qiu, S. Gröblacher, J. Li, Laser and Photonics Reviews 17 (2023).
date_created: 2023-11-05T23:00:54Z
date_published: 2023-12-01T00:00:00Z
date_updated: 2024-01-30T14:36:42Z
day: '01'
department:
- _id: JoFi
doi: 10.1002/lpor.202200866
external_id:
  arxiv:
  - '2208.10703'
intvolume: '        17'
issue: '12'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.48550/arXiv.2208.10703
month: '12'
oa: 1
oa_version: Preprint
publication: Laser and Photonics Reviews
publication_identifier:
  eissn:
  - 1863-8899
  issn:
  - 1863-8880
publication_status: published
publisher: Wiley
quality_controlled: '1'
scopus_import: '1'
status: public
title: Microwave-optics entanglement via cavity optomagnomechanics
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 17
year: '2023'
...
---
_id: '14490'
abstract:
- lang: eng
  text: Payment channel networks (PCNs) are a promising solution to the scalability
    problem of cryptocurrencies. Any two users connected by a payment channel in the
    network can theoretically send an unbounded number of instant, costless transactions
    between them. Users who are not directly connected can also transact with each
    other in a multi-hop fashion. In this work, we study the incentive structure behind
    the creation of payment channel networks, particularly from the point of view
    of a single user that wants to join the network. We define a utility function
    for a new user in terms of expected revenue, expected fees, and the cost of creating
    channels, and then provide constant factor approximation algorithms that optimise
    the utility function given a certain budget. Additionally, we take a step back
    from a single user to the whole network and examine the parameter spaces under
    which simple graph topologies form a Nash equilibrium.
acknowledgement: The work was partially supported by the Austrian Science Fund (FWF)
  through the project CoRaF (grant 2020388). It was also partially supported by NCN
  Grant 2019/35/B/ST6/04138 and ERC Grant 885666.
article_processing_charge: No
arxiv: 1
author:
- first_name: Zeta
  full_name: Avarikioti, Zeta
  last_name: Avarikioti
- first_name: Tomasz
  full_name: Lizurej, Tomasz
  last_name: Lizurej
- first_name: Tomasz
  full_name: Michalak, Tomasz
  last_name: Michalak
- first_name: Michelle X
  full_name: Yeo, Michelle X
  id: 2D82B818-F248-11E8-B48F-1D18A9856A87
  last_name: Yeo
citation:
  ama: 'Avarikioti Z, Lizurej T, Michalak T, Yeo MX. Lightning creation games. In:
    <i>43rd International Conference on Distributed Computing Systems</i>. Vol 2023.
    IEEE; 2023:603-613. doi:<a href="https://doi.org/10.1109/ICDCS57875.2023.00037">10.1109/ICDCS57875.2023.00037</a>'
  apa: 'Avarikioti, Z., Lizurej, T., Michalak, T., &#38; Yeo, M. X. (2023). Lightning
    creation games. In <i>43rd International Conference on Distributed Computing Systems</i>
    (Vol. 2023, pp. 603–613). Hong Kong, China: IEEE. <a href="https://doi.org/10.1109/ICDCS57875.2023.00037">https://doi.org/10.1109/ICDCS57875.2023.00037</a>'
  chicago: Avarikioti, Zeta, Tomasz Lizurej, Tomasz Michalak, and Michelle X Yeo.
    “Lightning Creation Games.” In <i>43rd International Conference on Distributed
    Computing Systems</i>, 2023:603–13. IEEE, 2023. <a href="https://doi.org/10.1109/ICDCS57875.2023.00037">https://doi.org/10.1109/ICDCS57875.2023.00037</a>.
  ieee: Z. Avarikioti, T. Lizurej, T. Michalak, and M. X. Yeo, “Lightning creation
    games,” in <i>43rd International Conference on Distributed Computing Systems</i>,
    Hong Kong, China, 2023, vol. 2023, pp. 603–613.
  ista: 'Avarikioti Z, Lizurej T, Michalak T, Yeo MX. 2023. Lightning creation games.
    43rd International Conference on Distributed Computing Systems. ICDCS: International
    Conference on Distributed Computing Systems vol. 2023, 603–613.'
  mla: Avarikioti, Zeta, et al. “Lightning Creation Games.” <i>43rd International
    Conference on Distributed Computing Systems</i>, vol. 2023, IEEE, 2023, pp. 603–13,
    doi:<a href="https://doi.org/10.1109/ICDCS57875.2023.00037">10.1109/ICDCS57875.2023.00037</a>.
  short: Z. Avarikioti, T. Lizurej, T. Michalak, M.X. Yeo, in:, 43rd International
    Conference on Distributed Computing Systems, IEEE, 2023, pp. 603–613.
conference:
  end_date: 2023-07-21
  location: Hong Kong, China
  name: 'ICDCS: International Conference on Distributed Computing Systems'
  start_date: 2023-07-18
date_created: 2023-11-05T23:00:54Z
date_published: 2023-10-11T00:00:00Z
date_updated: 2023-11-30T10:54:51Z
day: '11'
department:
- _id: KrPi
doi: 10.1109/ICDCS57875.2023.00037
external_id:
  arxiv:
  - '2306.16006'
intvolume: '      2023'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.48550/arXiv.2306.16006
month: '10'
oa: 1
oa_version: Preprint
page: 603-613
publication: 43rd International Conference on Distributed Computing Systems
publication_identifier:
  eissn:
  - 2575-8411
  isbn:
  - '9798350339864'
publication_status: published
publisher: IEEE
quality_controlled: '1'
related_material:
  record:
  - id: '14506'
    relation: dissertation_contains
    status: public
scopus_import: '1'
status: public
title: Lightning creation games
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 2023
year: '2023'
...
---
_id: '14494'
abstract:
- lang: eng
  text: "We provide i) gridded initial conditions (.tif), ii) modeled gridded monthly
    outputs (.tif), and iii) modeled hourly outputs at the station locations (.txt)
    for the hydrological year 2019. Information about the variables and units can
    be found in the figures (.png) associated to each dataset. Details about the datasets
    can be found in the original publication by Buri and others (2023).\r\n\r\nBuri,
    P., Fatichi, S., Shaw, T. E., Miles, E. S., McCarthy, M. J., Fyffe, C. L., ...
    & Pellicciotti, F. (2023). Land Surface Modeling in the Himalayas: On the Importance
    of Evaporative Fluxes for the Water Balance of a High‐Elevation Catchment. Water
    Resources Research, 59(10), e2022WR033841. DOI: 10.1029/2022WR033841"
article_processing_charge: No
author:
- first_name: Pascal
  full_name: Buri, Pascal
  last_name: Buri
- first_name: Simone
  full_name: Fatichi, Simone
  last_name: Fatichi
- first_name: Thomas
  full_name: Shaw, Thomas
  id: 3caa3f91-1f03-11ee-96ce-e0e553054d6e
  last_name: Shaw
- first_name: 'Evan '
  full_name: 'Miles, Evan '
  last_name: Miles
- first_name: Michael
  full_name: McCarthy, Michael
  id: 22a2674a-61ce-11ee-94b5-d18813baf16f
  last_name: McCarthy
- first_name: Catriona Louise
  full_name: Fyffe, Catriona Louise
  id: 001b0422-8d15-11ed-bc51-cab6c037a228
  last_name: Fyffe
- first_name: Stefan
  full_name: Fugger, Stefan
  last_name: Fugger
- first_name: Shaoting
  full_name: Ren, Shaoting
  last_name: Ren
- first_name: Marin
  full_name: Kneib, Marin
  last_name: Kneib
- first_name: Achille
  full_name: Jouberton, Achille
  last_name: Jouberton
- first_name: Jakob
  full_name: Steiner, Jakob
  last_name: Steiner
- first_name: Koji
  full_name: Fujita, Koji
  last_name: Fujita
- first_name: Francesca
  full_name: Pellicciotti, Francesca
  id: b28f055a-81ea-11ed-b70c-a9fe7f7b0e70
  last_name: Pellicciotti
  orcid: 0000-0002-5554-8087
citation:
  ama: 'Buri P, Fatichi S, Shaw T, et al. Model output data to “Land surface modeling
    in the Himalayas: on the importance of evaporative fluxes for the water balance
    of a high elevation catchment.” 2023. doi:<a href="https://doi.org/10.5281/ZENODO.8402426">10.5281/ZENODO.8402426</a>'
  apa: 'Buri, P., Fatichi, S., Shaw, T., Miles, E., McCarthy, M., Fyffe, C. L., …
    Pellicciotti, F. (2023). Model output data to “Land surface modeling in the Himalayas:
    on the importance of evaporative fluxes for the water balance of a high elevation
    catchment.” Zenodo. <a href="https://doi.org/10.5281/ZENODO.8402426">https://doi.org/10.5281/ZENODO.8402426</a>'
  chicago: 'Buri, Pascal, Simone Fatichi, Thomas Shaw, Evan  Miles, Michael McCarthy,
    Catriona Louise Fyffe, Stefan Fugger, et al. “Model Output Data to ‘Land Surface
    Modeling in the Himalayas: On the Importance of Evaporative Fluxes for the Water
    Balance of a High Elevation Catchment.’” Zenodo, 2023. <a href="https://doi.org/10.5281/ZENODO.8402426">https://doi.org/10.5281/ZENODO.8402426</a>.'
  ieee: 'P. Buri <i>et al.</i>, “Model output data to ‘Land surface modeling in the
    Himalayas: on the importance of evaporative fluxes for the water balance of a
    high elevation catchment.’” Zenodo, 2023.'
  ista: 'Buri P, Fatichi S, Shaw T, Miles E, McCarthy M, Fyffe CL, Fugger S, Ren S,
    Kneib M, Jouberton A, Steiner J, Fujita K, Pellicciotti F. 2023. Model output
    data to ‘Land surface modeling in the Himalayas: on the importance of evaporative
    fluxes for the water balance of a high elevation catchment’, Zenodo, <a href="https://doi.org/10.5281/ZENODO.8402426">10.5281/ZENODO.8402426</a>.'
  mla: 'Buri, Pascal, et al. <i>Model Output Data to “Land Surface Modeling in the
    Himalayas: On the Importance of Evaporative Fluxes for the Water Balance of a
    High Elevation Catchment.”</i> Zenodo, 2023, doi:<a href="https://doi.org/10.5281/ZENODO.8402426">10.5281/ZENODO.8402426</a>.'
  short: P. Buri, S. Fatichi, T. Shaw, E. Miles, M. McCarthy, C.L. Fyffe, S. Fugger,
    S. Ren, M. Kneib, A. Jouberton, J. Steiner, K. Fujita, F. Pellicciotti, (2023).
date_created: 2023-11-07T08:01:39Z
date_published: 2023-10-03T00:00:00Z
date_updated: 2023-11-07T08:12:35Z
day: '03'
ddc:
- '550'
department:
- _id: FrPe
doi: 10.5281/ZENODO.8402426
has_accepted_license: '1'
main_file_link:
- open_access: '1'
  url: https://10.5281/ZENODO.8402426
month: '10'
oa: 1
oa_version: Published Version
publisher: Zenodo
related_material:
  record:
  - id: '14487'
    relation: used_in_publication
    status: public
status: public
title: 'Model output data to "Land surface modeling in the Himalayas: on the importance
  of evaporative fluxes for the water balance of a high elevation catchment"'
tmp:
  image: /images/cc_0.png
  legal_code_url: https://creativecommons.org/publicdomain/zero/1.0/legalcode
  name: Creative Commons Public Domain Dedication (CC0 1.0)
  short: CC0 (1.0)
type: research_data_reference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2023'
...
---
_id: '14499'
abstract:
- lang: eng
  text: "An n-vertex graph is called C-Ramsey if it has no clique or independent set
    of size Clog2n (i.e., if it has near-optimal Ramsey behavior). In this paper,
    we study edge statistics in Ramsey graphs, in particular obtaining very precise
    control of the distribution of the number of edges in a random vertex subset of
    a C-Ramsey graph. This brings together two ongoing lines of research: the study
    of ‘random-like’ properties of Ramsey graphs and the study of small-ball probability
    for low-degree polynomials of independent random variables.\r\n\r\nThe proof proceeds
    via an ‘additive structure’ dichotomy on the degree sequence and involves a wide
    range of different tools from Fourier analysis, random matrix theory, the theory
    of Boolean functions, probabilistic combinatorics and low-rank approximation.
    In particular, a key ingredient is a new sharpened version of the quadratic Carbery–Wright
    theorem on small-ball probability for polynomials of Gaussians, which we believe
    is of independent interest. One of the consequences of our result is the resolution
    of an old conjecture of Erdős and McKay, for which Erdős reiterated in several
    of his open problem collections and for which he offered one of his notorious
    monetary prizes."
acknowledgement: Kwan was supported for part of this work by ERC Starting Grant ‘RANDSTRUCT’
  No. 101076777. Sah and Sawhney were supported by NSF Graduate Research Fellowship
  Program DGE-2141064. Sah was supported by the PD Soros Fellowship. Sauermann was
  supported by NSF Award DMS-2100157, and for part of this work by a Sloan Research
  Fellowship.
article_number: e21
article_processing_charge: Yes
article_type: original
arxiv: 1
author:
- first_name: Matthew Alan
  full_name: Kwan, Matthew Alan
  id: 5fca0887-a1db-11eb-95d1-ca9d5e0453b3
  last_name: Kwan
  orcid: 0000-0002-4003-7567
- first_name: Ashwin
  full_name: Sah, Ashwin
  last_name: Sah
- first_name: Lisa
  full_name: Sauermann, Lisa
  last_name: Sauermann
- first_name: Mehtaab
  full_name: Sawhney, Mehtaab
  last_name: Sawhney
citation:
  ama: Kwan MA, Sah A, Sauermann L, Sawhney M. Anticoncentration in Ramsey graphs
    and a proof of the Erdős–McKay conjecture. <i>Forum of Mathematics, Pi</i>. 2023;11.
    doi:<a href="https://doi.org/10.1017/fmp.2023.17">10.1017/fmp.2023.17</a>
  apa: Kwan, M. A., Sah, A., Sauermann, L., &#38; Sawhney, M. (2023). Anticoncentration
    in Ramsey graphs and a proof of the Erdős–McKay conjecture. <i>Forum of Mathematics,
    Pi</i>. Cambridge University Press. <a href="https://doi.org/10.1017/fmp.2023.17">https://doi.org/10.1017/fmp.2023.17</a>
  chicago: Kwan, Matthew Alan, Ashwin Sah, Lisa Sauermann, and Mehtaab Sawhney. “Anticoncentration
    in Ramsey Graphs and a Proof of the Erdős–McKay Conjecture.” <i>Forum of Mathematics,
    Pi</i>. Cambridge University Press, 2023. <a href="https://doi.org/10.1017/fmp.2023.17">https://doi.org/10.1017/fmp.2023.17</a>.
  ieee: M. A. Kwan, A. Sah, L. Sauermann, and M. Sawhney, “Anticoncentration in Ramsey
    graphs and a proof of the Erdős–McKay conjecture,” <i>Forum of Mathematics, Pi</i>,
    vol. 11. Cambridge University Press, 2023.
  ista: Kwan MA, Sah A, Sauermann L, Sawhney M. 2023. Anticoncentration in Ramsey
    graphs and a proof of the Erdős–McKay conjecture. Forum of Mathematics, Pi. 11,
    e21.
  mla: Kwan, Matthew Alan, et al. “Anticoncentration in Ramsey Graphs and a Proof
    of the Erdős–McKay Conjecture.” <i>Forum of Mathematics, Pi</i>, vol. 11, e21,
    Cambridge University Press, 2023, doi:<a href="https://doi.org/10.1017/fmp.2023.17">10.1017/fmp.2023.17</a>.
  short: M.A. Kwan, A. Sah, L. Sauermann, M. Sawhney, Forum of Mathematics, Pi 11
    (2023).
date_created: 2023-11-07T09:02:48Z
date_published: 2023-08-24T00:00:00Z
date_updated: 2023-11-07T09:18:57Z
day: '24'
ddc:
- '510'
department:
- _id: MaKw
doi: 10.1017/fmp.2023.17
external_id:
  arxiv:
  - '2208.02874'
file:
- access_level: open_access
  checksum: 54b824098d59073cc87a308d458b0a3e
  content_type: application/pdf
  creator: dernst
  date_created: 2023-11-07T09:16:23Z
  date_updated: 2023-11-07T09:16:23Z
  file_id: '14500'
  file_name: 2023_ForumMathematics_Kwan.pdf
  file_size: 1218719
  relation: main_file
  success: 1
file_date_updated: 2023-11-07T09:16:23Z
has_accepted_license: '1'
intvolume: '        11'
keyword:
- Discrete Mathematics and Combinatorics
- Geometry and Topology
- Mathematical Physics
- Statistics and Probability
- Algebra and Number Theory
- Analysis
language:
- iso: eng
month: '08'
oa: 1
oa_version: Published Version
project:
- _id: bd95085b-d553-11ed-ba76-e55d3349be45
  grant_number: '101076777'
  name: Randomness and structure in combinatorics
publication: Forum of Mathematics, Pi
publication_identifier:
  issn:
  - 2050-5086
publication_status: published
publisher: Cambridge University Press
quality_controlled: '1'
scopus_import: '1'
status: public
title: Anticoncentration in Ramsey graphs and a proof of the Erdős–McKay conjecture
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: 11
year: '2023'
...
---
_id: '14502'
abstract:
- lang: eng
  text: A precise quantitative description of the ultrastructural characteristics
    underlying biological mechanisms is often key to their understanding. This is
    particularly true for dynamic extra- and intracellular filamentous assemblies,
    playing a role in cell motility, cell integrity, cytokinesis, tissue formation
    and maintenance. For example, genetic manipulation or modulation of actin regulatory
    proteins frequently manifests in changes of the morphology, dynamics, and ultrastructural
    architecture of actin filament-rich cell peripheral structures, such as lamellipodia
    or filopodia. However, the observed ultrastructural effects often remain subtle
    and require sufficiently large datasets for appropriate quantitative analysis.
    The acquisition of such large datasets has been enabled by recent advances in
    high-throughput cryo-electron tomography (cryo-ET) methods. This also necessitates
    the development of complementary approaches to maximize the extraction of relevant
    biological information. We have developed a computational toolbox for the semi-automatic
    quantification of segmented and vectorized fila- mentous networks from pre-processed
    cryo-electron tomograms, facilitating the analysis and cross-comparison of multiple
    experimental conditions. GUI-based components simplify the processing of data
    and allow users to obtain a large number of ultrastructural parameters describing
    filamentous assemblies. We demonstrate the feasibility of this workflow by analyzing
    cryo-ET data of untreated and chemically perturbed branched actin filament networks
    and that of parallel actin filament arrays. In principle, the computational toolbox
    presented here is applicable for data analysis comprising any type of filaments
    in regular (i.e. parallel) or random arrangement. We show that it can ease the
    identification of key differences between experimental groups and facilitate the
    in-depth analysis of ultrastructural data in a time-efficient manner.
author:
- first_name: Georgi A
  full_name: Dimchev, Georgi A
  id: 38C393BE-F248-11E8-B48F-1D18A9856A87
  last_name: Dimchev
  orcid: 0000-0001-8370-6161
- first_name: Behnam
  full_name: Amiri, Behnam
  last_name: Amiri
- first_name: Florian
  full_name: Fäßler, Florian
  id: 404F5528-F248-11E8-B48F-1D18A9856A87
  last_name: Fäßler
  orcid: 0000-0001-7149-769X
- first_name: Martin
  full_name: Falcke, Martin
  last_name: Falcke
- first_name: Florian KM
  full_name: Schur, Florian KM
  id: 48AD8942-F248-11E8-B48F-1D18A9856A87
  last_name: Schur
  orcid: 0000-0003-4790-8078
citation:
  ama: Dimchev GA, Amiri B, Fäßler F, Falcke M, Schur FK. Computational toolbox for
    ultrastructural quantitative analysis of filament networks in cryo-ET data. 2023.
    doi:<a href="https://doi.org/10.15479/AT:ISTA:14502">10.15479/AT:ISTA:14502</a>
  apa: Dimchev, G. A., Amiri, B., Fäßler, F., Falcke, M., &#38; Schur, F. K. (2023).
    Computational toolbox for ultrastructural quantitative analysis of filament networks
    in cryo-ET data. Institute of Science and Technology Austria. <a href="https://doi.org/10.15479/AT:ISTA:14502">https://doi.org/10.15479/AT:ISTA:14502</a>
  chicago: Dimchev, Georgi A, Behnam Amiri, Florian Fäßler, Martin Falcke, and Florian
    KM Schur. “Computational Toolbox for Ultrastructural Quantitative Analysis of
    Filament Networks in Cryo-ET Data.” Institute of Science and Technology Austria,
    2023. <a href="https://doi.org/10.15479/AT:ISTA:14502">https://doi.org/10.15479/AT:ISTA:14502</a>.
  ieee: G. A. Dimchev, B. Amiri, F. Fäßler, M. Falcke, and F. K. Schur, “Computational
    toolbox for ultrastructural quantitative analysis of filament networks in cryo-ET
    data.” Institute of Science and Technology Austria, 2023.
  ista: Dimchev GA, Amiri B, Fäßler F, Falcke M, Schur FK. 2023. Computational toolbox
    for ultrastructural quantitative analysis of filament networks in cryo-ET data,
    Institute of Science and Technology Austria, <a href="https://doi.org/10.15479/AT:ISTA:14502">10.15479/AT:ISTA:14502</a>.
  mla: Dimchev, Georgi A., et al. <i>Computational Toolbox for Ultrastructural Quantitative
    Analysis of Filament Networks in Cryo-ET Data</i>. Institute of Science and Technology
    Austria, 2023, doi:<a href="https://doi.org/10.15479/AT:ISTA:14502">10.15479/AT:ISTA:14502</a>.
  short: G.A. Dimchev, B. Amiri, F. Fäßler, M. Falcke, F.K. Schur, (2023).
date_created: 2023-11-08T19:40:54Z
date_published: 2023-11-21T00:00:00Z
date_updated: 2023-11-21T08:36:02Z
day: '21'
ddc:
- '570'
department:
- _id: FlSc
doi: 10.15479/AT:ISTA:14502
file:
- access_level: open_access
  checksum: a8b9adeb53a4109dea4d5e39fa1acccf
  content_type: application/zip
  creator: fschur
  date_created: 2023-11-08T20:23:07Z
  date_updated: 2023-11-08T20:23:07Z
  file_id: '14503'
  file_name: Computational_Toolbox_v1.2.zip
  file_size: 347641117
  relation: main_file
  success: 1
- access_level: open_access
  checksum: 14db2addbfca61a085ba301ed6f2900b
  content_type: text/plain
  creator: dernst
  date_created: 2023-11-21T08:20:23Z
  date_updated: 2023-11-21T08:20:23Z
  file_id: '14586'
  file_name: Readme.txt
  file_size: 1522
  relation: main_file
  success: 1
file_date_updated: 2023-11-21T08:20:23Z
has_accepted_license: '1'
keyword:
- cryo-electron tomography
- actin cytoskeleton
- toolbox
month: '11'
oa: 1
project:
- _id: 9B954C5C-BA93-11EA-9121-9846C619BF3A
  grant_number: P33367
  name: Structure and isoform diversity of the Arp2/3 complex
publisher: Institute of Science and Technology Austria
related_material:
  record:
  - id: '10290'
    relation: used_for_analysis_in
    status: public
status: public
title: Computational toolbox for ultrastructural quantitative analysis of filament
  networks in cryo-ET data
tmp:
  legal_code_url: https://www.gnu.org/licenses/agpl-3.0.html
  name: GNU Affero General Public License v3.0
  short: 'GNU AGPLv3  '
type: software
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2023'
...
---
_id: '14506'
abstract:
- lang: eng
  text: "Payment channel networks are a promising approach to improve the scalability
    bottleneck\r\nof cryptocurrencies. Two design principles behind payment channel
    networks are\r\nefficiency and privacy. Payment channel networks improve efficiency
    by allowing users\r\nto transact in a peer-to-peer fashion along multi-hop routes
    in the network, avoiding\r\nthe lengthy process of consensus on the blockchain.
    Transacting over payment channel\r\nnetworks also improves privacy as these transactions
    are not broadcast to the blockchain.\r\nDespite the influx of recent protocols
    built on top of payment channel networks and\r\ntheir analysis, a common shortcoming
    of many of these protocols is that they typically\r\nfocus only on either improving
    efficiency or privacy, but not both. Another limitation\r\non the efficiency front
    is that the models used to model actions, costs and utilities of\r\nusers are
    limited or come with unrealistic assumptions.\r\nThis thesis aims to address some
    of the shortcomings of recent protocols and algorithms\r\non payment channel networks,
    particularly in their privacy and efficiency aspects. We\r\nfirst present a payment
    route discovery protocol based on hub labelling and private\r\ninformation retrieval
    that hides the route query and is also efficient. We then present\r\na rebalancing
    protocol that formulates the rebalancing problem as a linear program\r\nand solves
    the linear program using multiparty computation so as to hide the channel\r\nbalances.
    The rebalancing solution as output by our protocol is also globally optimal.\r\nWe
    go on to develop more realistic models of the action space, costs, and utilities
    of\r\nboth existing and new users that want to join the network. In each of these
    settings,\r\nwe also develop algorithms to optimise the utility of these users
    with good guarantees\r\non the approximation and competitive ratios."
alternative_title:
- ISTA Thesis
article_processing_charge: No
author:
- first_name: Michelle X
  full_name: Yeo, Michelle X
  id: 2D82B818-F248-11E8-B48F-1D18A9856A87
  last_name: Yeo
  orcid: 0009-0001-3676-4809
citation:
  ama: Yeo MX. Advances in efficiency and privacy in payment channel network analysis.
    2023. doi:<a href="https://doi.org/10.15479/14506">10.15479/14506</a>
  apa: Yeo, M. X. (2023). <i>Advances in efficiency and privacy in payment channel
    network analysis</i>. Institute of Science and Technology Austria. <a href="https://doi.org/10.15479/14506">https://doi.org/10.15479/14506</a>
  chicago: Yeo, Michelle X. “Advances in Efficiency and Privacy in Payment Channel
    Network Analysis.” Institute of Science and Technology Austria, 2023. <a href="https://doi.org/10.15479/14506">https://doi.org/10.15479/14506</a>.
  ieee: M. X. Yeo, “Advances in efficiency and privacy in payment channel network
    analysis,” Institute of Science and Technology Austria, 2023.
  ista: Yeo MX. 2023. Advances in efficiency and privacy in payment channel network
    analysis. Institute of Science and Technology Austria.
  mla: Yeo, Michelle X. <i>Advances in Efficiency and Privacy in Payment Channel Network
    Analysis</i>. Institute of Science and Technology Austria, 2023, doi:<a href="https://doi.org/10.15479/14506">10.15479/14506</a>.
  short: M.X. Yeo, Advances in Efficiency and Privacy in Payment Channel Network Analysis,
    Institute of Science and Technology Austria, 2023.
date_created: 2023-11-10T08:10:43Z
date_published: 2023-11-10T00:00:00Z
date_updated: 2025-07-14T09:09:52Z
day: '10'
ddc:
- '000'
degree_awarded: PhD
department:
- _id: GradSch
- _id: KrPi
doi: 10.15479/14506
ec_funded: 1
file:
- access_level: closed
  checksum: 521c72818d720a52b377207b2ee87b6a
  content_type: application/x-zip-compressed
  creator: cchlebak
  date_created: 2023-11-23T10:29:55Z
  date_updated: 2023-11-23T10:29:55Z
  file_id: '14598'
  file_name: thesis_yeo.zip
  file_size: 3037720
  relation: source_file
- access_level: open_access
  checksum: 0ed5d16899687aecf13d843c9878c9f2
  content_type: application/pdf
  creator: cchlebak
  date_created: 2023-11-23T10:30:08Z
  date_updated: 2023-11-23T10:30:08Z
  file_id: '14599'
  file_name: thesis_yeo.pdf
  file_size: 2717256
  relation: main_file
  success: 1
file_date_updated: 2023-11-23T10:30:08Z
has_accepted_license: '1'
language:
- iso: eng
month: '11'
oa: 1
oa_version: Published Version
page: '162'
project:
- _id: 2564DBCA-B435-11E9-9278-68D0E5697425
  call_identifier: H2020
  grant_number: '665385'
  name: International IST Doctoral Program
publication_identifier:
  issn:
  - 2663 - 337X
publication_status: published
publisher: Institute of Science and Technology Austria
related_material:
  record:
  - id: '9969'
    relation: part_of_dissertation
    status: public
  - id: '14490'
    relation: part_of_dissertation
    status: public
  - id: '13238'
    relation: part_of_dissertation
    status: public
status: public
supervisor:
- first_name: Krzysztof Z
  full_name: Pietrzak, Krzysztof Z
  id: 3E04A7AA-F248-11E8-B48F-1D18A9856A87
  last_name: Pietrzak
  orcid: 0000-0002-9139-1654
title: Advances in efficiency and privacy in payment channel network analysis
type: dissertation
user_id: 8b945eb4-e2f2-11eb-945a-df72226e66a9
year: '2023'
...
---
_id: '14510'
acknowledged_ssus:
- _id: EM-Fac
- _id: Bio
- _id: LifeSc
alternative_title:
- ISTA Thesis
article_processing_charge: No
author:
- first_name: Nataliia
  full_name: Gnyliukh, Nataliia
  id: 390C1120-F248-11E8-B48F-1D18A9856A87
  last_name: Gnyliukh
  orcid: 0000-0002-2198-0509
citation:
  ama: Gnyliukh N. Mechanism of clathrin-coated vesicle  formation during endocytosis
    in plants. 2023. doi:<a href="https://doi.org/10.15479/at:ista:14510">10.15479/at:ista:14510</a>
  apa: Gnyliukh, N. (2023). <i>Mechanism of clathrin-coated vesicle  formation during
    endocytosis in plants</i>. Institute of Science and Technology Austria. <a href="https://doi.org/10.15479/at:ista:14510">https://doi.org/10.15479/at:ista:14510</a>
  chicago: Gnyliukh, Nataliia. “Mechanism of Clathrin-Coated Vesicle  Formation during
    Endocytosis in Plants.” Institute of Science and Technology Austria, 2023. <a
    href="https://doi.org/10.15479/at:ista:14510">https://doi.org/10.15479/at:ista:14510</a>.
  ieee: N. Gnyliukh, “Mechanism of clathrin-coated vesicle  formation during endocytosis
    in plants,” Institute of Science and Technology Austria, 2023.
  ista: Gnyliukh N. 2023. Mechanism of clathrin-coated vesicle  formation during endocytosis
    in plants. Institute of Science and Technology Austria.
  mla: Gnyliukh, Nataliia. <i>Mechanism of Clathrin-Coated Vesicle  Formation during
    Endocytosis in Plants</i>. Institute of Science and Technology Austria, 2023,
    doi:<a href="https://doi.org/10.15479/at:ista:14510">10.15479/at:ista:14510</a>.
  short: N. Gnyliukh, Mechanism of Clathrin-Coated Vesicle  Formation during Endocytosis
    in Plants, Institute of Science and Technology Austria, 2023.
date_created: 2023-11-10T09:10:06Z
date_published: 2023-11-10T00:00:00Z
date_updated: 2024-03-25T23:30:25Z
day: '10'
ddc:
- '570'
degree_awarded: PhD
department:
- _id: GradSch
- _id: JiFr
- _id: MaLo
doi: 10.15479/at:ista:14510
ec_funded: 1
file:
- access_level: closed
  checksum: 3d5e680bfc61f98e308c434f45cc9bd6
  content_type: application/vnd.openxmlformats-officedocument.wordprocessingml.document
  creator: ngnyliuk
  date_created: 2023-11-20T09:18:51Z
  date_updated: 2023-11-20T09:18:51Z
  file_id: '14567'
  file_name: Thesis_Gnyliukh_final_08_11_23.docx
  file_size: 20824903
  relation: source_file
- access_level: closed
  checksum: bfc96d47fc4e7e857dd71656097214a4
  content_type: application/pdf
  creator: ngnyliuk
  date_created: 2023-11-20T09:23:11Z
  date_updated: 2023-11-23T13:10:55Z
  embargo: 2024-11-23
  embargo_to: open_access
  file_id: '14568'
  file_name: Thesis_Gnyliukh_final_20_11_23.pdf
  file_size: 24871844
  relation: main_file
file_date_updated: 2023-11-23T13:10:55Z
has_accepted_license: '1'
keyword:
- Clathrin-Mediated Endocytosis
- vesicle scission
- Dynamin-Related Protein 2
- SH3P2
- TPLATE complex
- Total internal reflection fluorescence microscopy
- Arabidopsis thaliana
language:
- iso: eng
month: '11'
oa_version: Published Version
page: '180'
project:
- _id: 2564DBCA-B435-11E9-9278-68D0E5697425
  call_identifier: H2020
  grant_number: '665385'
  name: International IST Doctoral Program
publication_identifier:
  isbn:
  - 978-3-99078-037-4
  issn:
  - 2663-337X
publication_status: published
publisher: Institute of Science and Technology Austria
related_material:
  record:
  - id: '14591'
    relation: part_of_dissertation
    status: public
  - id: '9887'
    relation: part_of_dissertation
    status: public
  - id: '8139'
    relation: part_of_dissertation
    status: public
status: public
supervisor:
- first_name: Jiří
  full_name: Friml, Jiří
  id: 4159519E-F248-11E8-B48F-1D18A9856A87
  last_name: Friml
  orcid: 0000-0002-8302-7596
- first_name: Martin
  full_name: Loose, Martin
  id: 462D4284-F248-11E8-B48F-1D18A9856A87
  last_name: Loose
  orcid: 0000-0001-7309-9724
title: Mechanism of clathrin-coated vesicle  formation during endocytosis in plants
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: dissertation
user_id: 8b945eb4-e2f2-11eb-945a-df72226e66a9
year: '2023'
...
---
_id: '14513'
abstract:
- lang: eng
  text: Cold atomic gases have become a paradigmatic system for exploring fundamental
    physics, which at the same time allows for applications in quantum technologies.
    The accelerating developments in the field have led to a highly advanced set of
    engineering techniques that, for example, can tune interactions, shape the external
    geometry, select among a large set of atomic species with different properties,
    or control the number of atoms. In particular, it is possible to operate in lower
    dimensions and drive atomic systems into the strongly correlated regime. In this
    review, we discuss recent advances in few-body cold atom systems confined in low
    dimensions from a theoretical viewpoint. We mainly focus on bosonic systems in
    one dimension and provide an introduction to the static properties before we review
    the state-of-the-art research into quantum dynamical processes stimulated by the
    presence of correlations. Besides discussing the fundamental physical phenomena
    arising in these systems, we also provide an overview of the calculational and
    numerical tools and methods that are commonly used, thus delivering a balanced
    and comprehensive overview of the field. We conclude by giving an outlook on possible
    future directions that are interesting to explore in these correlated systems.
acknowledgement: This review could not have been written without the many fruitful
  discussions and great collaborations with colleagues throughout the years, there
  are too many to mention. Here we acknowledge conversations regarding the context
  of the review with Joachim Brand, Fabian Brauneis, Adolfo del Campo, Alberto Cappellaro,
  Panagiotis Giannakeas, Tommaso Macrí, Oleksandr Marchukov, Lukas Rammelmüller and
  Manuel Valiente. S. I. M. acknowledges support from the NSF through a grant for
  ITAMP at Harvard University. T.F. acknowledges support from JSPS KAKENHI Grant Number
  JP23K03290 and T.F. and Th.B. acknowledge support from the Okinawa Institute for
  Science and Technology Graduate University, and JST Grant Number JPMJPF2221. A.F.
  and R. E. B. acknowledge support from CNPq (Conselho Nacional de Desenvolvimento
  Científico e Tecnológico) - Edital Universal 406563/2021-7. A. G. V. acknowledges
  support by European Union’s Horizon 2020 research and innovation programme under
  the Marie Skłodowska-Curie Grant Agreement No. 754411. P. S. is supported by the
  Cluster of Excellence ‘Advanced Imaging of Matter’ of the Deutsche Forschungsgemeinschaft
  (DFG) - EXC2056 - project ID 390715994. N. T. Z. is partially supported by the Independent
  Research Fund Denmark .
article_processing_charge: No
article_type: original
arxiv: 1
author:
- first_name: S. I.
  full_name: Mistakidis, S. I.
  last_name: Mistakidis
- first_name: Artem
  full_name: Volosniev, Artem
  id: 37D278BC-F248-11E8-B48F-1D18A9856A87
  last_name: Volosniev
  orcid: 0000-0003-0393-5525
- first_name: R. E.
  full_name: Barfknecht, R. E.
  last_name: Barfknecht
- first_name: T.
  full_name: Fogarty, T.
  last_name: Fogarty
- first_name: Th
  full_name: Busch, Th
  last_name: Busch
- first_name: A.
  full_name: Foerster, A.
  last_name: Foerster
- first_name: P.
  full_name: Schmelcher, P.
  last_name: Schmelcher
- first_name: N. T.
  full_name: Zinner, N. T.
  last_name: Zinner
citation:
  ama: Mistakidis SI, Volosniev A, Barfknecht RE, et al. Few-body Bose gases in low
    dimensions - A laboratory for quantum dynamics. <i>Physics Reports</i>. 2023;1042:1-108.
    doi:<a href="https://doi.org/10.1016/j.physrep.2023.10.004">10.1016/j.physrep.2023.10.004</a>
  apa: Mistakidis, S. I., Volosniev, A., Barfknecht, R. E., Fogarty, T., Busch, T.,
    Foerster, A., … Zinner, N. T. (2023). Few-body Bose gases in low dimensions -
    A laboratory for quantum dynamics. <i>Physics Reports</i>. Elsevier. <a href="https://doi.org/10.1016/j.physrep.2023.10.004">https://doi.org/10.1016/j.physrep.2023.10.004</a>
  chicago: Mistakidis, S. I., Artem Volosniev, R. E. Barfknecht, T. Fogarty, Th Busch,
    A. Foerster, P. Schmelcher, and N. T. Zinner. “Few-Body Bose Gases in Low Dimensions
    - A Laboratory for Quantum Dynamics.” <i>Physics Reports</i>. Elsevier, 2023.
    <a href="https://doi.org/10.1016/j.physrep.2023.10.004">https://doi.org/10.1016/j.physrep.2023.10.004</a>.
  ieee: S. I. Mistakidis <i>et al.</i>, “Few-body Bose gases in low dimensions - A
    laboratory for quantum dynamics,” <i>Physics Reports</i>, vol. 1042. Elsevier,
    pp. 1–108, 2023.
  ista: Mistakidis SI, Volosniev A, Barfknecht RE, Fogarty T, Busch T, Foerster A,
    Schmelcher P, Zinner NT. 2023. Few-body Bose gases in low dimensions - A laboratory
    for quantum dynamics. Physics Reports. 1042, 1–108.
  mla: Mistakidis, S. I., et al. “Few-Body Bose Gases in Low Dimensions - A Laboratory
    for Quantum Dynamics.” <i>Physics Reports</i>, vol. 1042, Elsevier, 2023, pp.
    1–108, doi:<a href="https://doi.org/10.1016/j.physrep.2023.10.004">10.1016/j.physrep.2023.10.004</a>.
  short: S.I. Mistakidis, A. Volosniev, R.E. Barfknecht, T. Fogarty, T. Busch, A.
    Foerster, P. Schmelcher, N.T. Zinner, Physics Reports 1042 (2023) 1–108.
date_created: 2023-11-12T23:00:54Z
date_published: 2023-11-29T00:00:00Z
date_updated: 2023-11-13T08:01:57Z
day: '29'
department:
- _id: MiLe
doi: 10.1016/j.physrep.2023.10.004
ec_funded: 1
external_id:
  arxiv:
  - '2202.11071'
intvolume: '      1042'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.48550/arXiv.2202.11071
month: '11'
oa: 1
oa_version: Preprint
page: 1-108
project:
- _id: 260C2330-B435-11E9-9278-68D0E5697425
  call_identifier: H2020
  grant_number: '754411'
  name: ISTplus - Postdoctoral Fellowships
publication: Physics Reports
publication_identifier:
  issn:
  - 0370-1573
publication_status: published
publisher: Elsevier
quality_controlled: '1'
scopus_import: '1'
status: public
title: Few-body Bose gases in low dimensions - A laboratory for quantum dynamics
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 1042
year: '2023'
...
---
_id: '14514'
abstract:
- lang: eng
  text: 'The elastic Leidenfrost effect occurs when a vaporizable soft solid is lowered
    onto a hot surface. Evaporative flow couples to elastic deformation, giving spontaneous
    bouncing or steady-state floating. The effect embodies an unexplored interplay
    between thermodynamics, elasticity, and lubrication: despite being observed, its
    basic theoretical description remains a challenge. Here, we provide a theory of
    elastic Leidenfrost floating. As weight increases, a rigid solid sits closer to
    the hot surface. By contrast, we discover an elasticity-dominated regime where
    the heavier the solid, the higher it floats. This geometry-governed behavior is
    reminiscent of the dynamics of large liquid Leidenfrost drops. We show that this
    elastic regime is characterized by Hertzian behavior of the solid’s underbelly
    and derive how the float height scales with materials parameters. Introducing
    a dimensionless elastic Leidenfrost number, we capture the crossover between rigid
    and Hertzian behavior. Our results provide theoretical underpinning for recent
    experiments, and point to the design of novel soft machines.'
acknowledgement: "We are grateful to Dominic Vella, Jens Eggers, John Kolinski, Joshua
  Dijksman, and Daniel Bonn for insightful discussions. J. B. and A. S. acknowledge
  the support of the Engineering and Physical Sciences Research Council (EPSRC) through
  New Investigator Award No. EP/\r\nT000961/1. A. S. acknowledges the support of Royal
  Society under Grant No. RGS/R2/202135. J. E. S. acknowledges EPSRC Grants No. EP/N016602/1,
  EP/S022848/1, EP/S029966/1, and EP/P031684/1."
article_number: '168201'
article_processing_charge: Yes (in subscription journal)
article_type: original
author:
- first_name: Jack
  full_name: Binysh, Jack
  last_name: Binysh
- first_name: Indrajit
  full_name: Chakraborty, Indrajit
  last_name: Chakraborty
- first_name: Mykyta V.
  full_name: Chubynsky, Mykyta V.
  last_name: Chubynsky
- first_name: Vicente L
  full_name: Diaz Melian, Vicente L
  id: b6798902-eea0-11ea-9cbc-a8e14286c631
  last_name: Diaz Melian
- first_name: Scott R
  full_name: Waitukaitis, Scott R
  id: 3A1FFC16-F248-11E8-B48F-1D18A9856A87
  last_name: Waitukaitis
  orcid: 0000-0002-2299-3176
- first_name: James E.
  full_name: Sprittles, James E.
  last_name: Sprittles
- first_name: Anton
  full_name: Souslov, Anton
  last_name: Souslov
citation:
  ama: Binysh J, Chakraborty I, Chubynsky MV, et al. Modeling Leidenfrost levitation
    of soft elastic solids. <i>Physical Review Letters</i>. 2023;131(16). doi:<a href="https://doi.org/10.1103/PhysRevLett.131.168201">10.1103/PhysRevLett.131.168201</a>
  apa: Binysh, J., Chakraborty, I., Chubynsky, M. V., Diaz Melian, V. L., Waitukaitis,
    S. R., Sprittles, J. E., &#38; Souslov, A. (2023). Modeling Leidenfrost levitation
    of soft elastic solids. <i>Physical Review Letters</i>. American Physical Society.
    <a href="https://doi.org/10.1103/PhysRevLett.131.168201">https://doi.org/10.1103/PhysRevLett.131.168201</a>
  chicago: Binysh, Jack, Indrajit Chakraborty, Mykyta V. Chubynsky, Vicente L Diaz
    Melian, Scott R Waitukaitis, James E. Sprittles, and Anton Souslov. “Modeling
    Leidenfrost Levitation of Soft Elastic Solids.” <i>Physical Review Letters</i>.
    American Physical Society, 2023. <a href="https://doi.org/10.1103/PhysRevLett.131.168201">https://doi.org/10.1103/PhysRevLett.131.168201</a>.
  ieee: J. Binysh <i>et al.</i>, “Modeling Leidenfrost levitation of soft elastic
    solids,” <i>Physical Review Letters</i>, vol. 131, no. 16. American Physical Society,
    2023.
  ista: Binysh J, Chakraborty I, Chubynsky MV, Diaz Melian VL, Waitukaitis SR, Sprittles
    JE, Souslov A. 2023. Modeling Leidenfrost levitation of soft elastic solids. Physical
    Review Letters. 131(16), 168201.
  mla: Binysh, Jack, et al. “Modeling Leidenfrost Levitation of Soft Elastic Solids.”
    <i>Physical Review Letters</i>, vol. 131, no. 16, 168201, American Physical Society,
    2023, doi:<a href="https://doi.org/10.1103/PhysRevLett.131.168201">10.1103/PhysRevLett.131.168201</a>.
  short: J. Binysh, I. Chakraborty, M.V. Chubynsky, V.L. Diaz Melian, S.R. Waitukaitis,
    J.E. Sprittles, A. Souslov, Physical Review Letters 131 (2023).
date_created: 2023-11-12T23:00:55Z
date_published: 2023-10-20T00:00:00Z
date_updated: 2023-11-13T09:21:30Z
day: '20'
ddc:
- '530'
department:
- _id: ScWa
doi: 10.1103/PhysRevLett.131.168201
file:
- access_level: open_access
  checksum: 1a419e25b762aadffbcc8eb2e609bd97
  content_type: application/pdf
  creator: dernst
  date_created: 2023-11-13T09:12:58Z
  date_updated: 2023-11-13T09:12:58Z
  file_id: '14524'
  file_name: 2023_PhysRevLetters_Binysh.pdf
  file_size: 724098
  relation: main_file
  success: 1
file_date_updated: 2023-11-13T09:12:58Z
has_accepted_license: '1'
intvolume: '       131'
issue: '16'
language:
- iso: eng
month: '10'
oa: 1
oa_version: Published Version
publication: Physical Review Letters
publication_identifier:
  eissn:
  - 1079-7114
  issn:
  - 0031-9007
publication_status: published
publisher: American Physical Society
quality_controlled: '1'
related_material:
  record:
  - id: '14523'
    relation: research_data
    status: public
scopus_import: '1'
status: public
title: Modeling Leidenfrost levitation of soft elastic solids
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: 131
year: '2023'
...
---
_id: '14515'
abstract:
- lang: eng
  text: Most natural and engineered information-processing systems transmit information
    via signals that vary in time. Computing the information transmission rate or
    the information encoded in the temporal characteristics of these signals requires
    the mutual information between the input and output signals as a function of time,
    i.e., between the input and output trajectories. Yet, this is notoriously difficult
    because of the high-dimensional nature of the trajectory space, and all existing
    techniques require approximations. We present an exact Monte Carlo technique called
    path weight sampling (PWS) that, for the first time, makes it possible to compute
    the mutual information between input and output trajectories for any stochastic
    system that is described by a master equation. The principal idea is to use the
    master equation to evaluate the exact conditional probability of an individual
    output trajectory for a given input trajectory and average this via Monte Carlo
    sampling in trajectory space to obtain the mutual information. We present three
    variants of PWS, which all generate the trajectories using the standard stochastic
    simulation algorithm. While direct PWS is a brute-force method, Rosenbluth-Rosenbluth
    PWS exploits the analogy between signal trajectory sampling and polymer sampling,
    and thermodynamic integration PWS is based on a reversible work calculation in
    trajectory space. PWS also makes it possible to compute the mutual information
    between input and output trajectories for systems with hidden internal states
    as well as systems with feedback from output to input. Applying PWS to the bacterial
    chemotaxis system, consisting of 182 coupled chemical reactions, demonstrates
    not only that the scheme is highly efficient but also that the number of receptor
    clusters is much smaller than hitherto believed, while their size is much larger.
acknowledgement: "We thank Bela Mulder, Tom Shimizu, Fotios Avgidis, Peter Bolhuis,
  and Daan Frenkel for useful discussions and a careful reading of the manuscript,
  and we thank Age Tjalma for support with obtaining the Gaussian approximation of
  the chemotaxis system. This work is part of the Dutch Research Council (NWO) and
  was performed at the research institute AMOLF. This project has received funding
  from the European Research Council (ERC) under the European Union’s Horizon 2020
  research and innovation program (Grant Agreement No. 885065) and was\r\nfinancially
  supported by NWO through the “Building a Synthetic Cell (BaSyC)” Gravitation Grant
  (024.003.019)."
article_number: '041017'
article_processing_charge: Yes
article_type: original
arxiv: 1
author:
- first_name: Manuel
  full_name: Reinhardt, Manuel
  last_name: Reinhardt
- 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: Pieter Rein
  full_name: Ten Wolde, Pieter Rein
  last_name: Ten Wolde
citation:
  ama: 'Reinhardt M, Tkačik G, Ten Wolde PR. Path weight sampling: Exact Monte Carlo
    computation of the mutual information between stochastic trajectories. <i>Physical
    Review X</i>. 2023;13(4). doi:<a href="https://doi.org/10.1103/PhysRevX.13.041017">10.1103/PhysRevX.13.041017</a>'
  apa: 'Reinhardt, M., Tkačik, G., &#38; Ten Wolde, P. R. (2023). Path weight sampling:
    Exact Monte Carlo computation of the mutual information between stochastic trajectories.
    <i>Physical Review X</i>. American Physical Society. <a href="https://doi.org/10.1103/PhysRevX.13.041017">https://doi.org/10.1103/PhysRevX.13.041017</a>'
  chicago: 'Reinhardt, Manuel, Gašper Tkačik, and Pieter Rein Ten Wolde. “Path Weight
    Sampling: Exact Monte Carlo Computation of the Mutual Information between Stochastic
    Trajectories.” <i>Physical Review X</i>. American Physical Society, 2023. <a href="https://doi.org/10.1103/PhysRevX.13.041017">https://doi.org/10.1103/PhysRevX.13.041017</a>.'
  ieee: 'M. Reinhardt, G. Tkačik, and P. R. Ten Wolde, “Path weight sampling: Exact
    Monte Carlo computation of the mutual information between stochastic trajectories,”
    <i>Physical Review X</i>, vol. 13, no. 4. American Physical Society, 2023.'
  ista: 'Reinhardt M, Tkačik G, Ten Wolde PR. 2023. Path weight sampling: Exact Monte
    Carlo computation of the mutual information between stochastic trajectories. Physical
    Review X. 13(4), 041017.'
  mla: 'Reinhardt, Manuel, et al. “Path Weight Sampling: Exact Monte Carlo Computation
    of the Mutual Information between Stochastic Trajectories.” <i>Physical Review
    X</i>, vol. 13, no. 4, 041017, American Physical Society, 2023, doi:<a href="https://doi.org/10.1103/PhysRevX.13.041017">10.1103/PhysRevX.13.041017</a>.'
  short: M. Reinhardt, G. Tkačik, P.R. Ten Wolde, Physical Review X 13 (2023).
date_created: 2023-11-12T23:00:55Z
date_published: 2023-10-26T00:00:00Z
date_updated: 2023-11-13T09:03:30Z
day: '26'
ddc:
- '530'
department:
- _id: GaTk
doi: 10.1103/PhysRevX.13.041017
external_id:
  arxiv:
  - '2203.03461'
file:
- access_level: open_access
  checksum: 32574aeebcca7347a4152c611b66b3d5
  content_type: application/pdf
  creator: dernst
  date_created: 2023-11-13T09:00:19Z
  date_updated: 2023-11-13T09:00:19Z
  file_id: '14522'
  file_name: 2023_PhysReviewX_Reinhardt.pdf
  file_size: 1595223
  relation: main_file
  success: 1
file_date_updated: 2023-11-13T09:00:19Z
has_accepted_license: '1'
intvolume: '        13'
issue: '4'
language:
- iso: eng
month: '10'
oa: 1
oa_version: Published Version
publication: Physical Review X
publication_identifier:
  eissn:
  - 2160-3308
publication_status: published
publisher: American Physical Society
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'Path weight sampling: Exact Monte Carlo computation of the mutual information
  between stochastic trajectories'
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: 13
year: '2023'
...
---
_id: '14516'
abstract:
- lang: eng
  text: 'We revisit decentralized random beacons with a focus on practical distributed
    applications. Decentralized random beacons (Beaver and So, Eurocrypt''93) provide
    the functionality for n parties to generate an unpredictable sequence of bits
    in a way that cannot be biased, which is useful for any decentralized protocol
    requiring trusted randomness. Existing beacon constructions are highly inefficient
    in practical settings where protocol parties need to rejoin after crashes or disconnections,
    and more significantly where smart contracts may rely on arbitrary index points
    in high-volume streams. For this, we introduce a new notion of history-generating
    decentralized random beacons (HGDRBs). Roughly, the history-generation property
    of HGDRBs allows for previous beacon outputs to be efficiently generated knowing
    only the current value and the public key. At application layers, history-generation
    supports registering a sparser set of on-chain values if desired, so that apps
    like lotteries can utilize on-chain values without incurring high-frequency costs,
    enjoying all the benefits of DRBs implemented off-chain or with decoupled, special-purpose
    chains. Unlike rollups, HG is tailored specifically to recovering and verifying
    pseudorandom bit sequences and thus enjoys unique optimizations investigated in
    this work. We introduce STROBE: an efficient HGDRB construction which generalizes
    the original squaring-based RSA approach of Beaver and So. STROBE enjoys several
    useful properties that make it suited for practical applications that use beacons:
    1) history-generating: it can regenerate and verify high-throughput beacon streams,
    supporting sparse (thus cost-effective) ledger entries; 2) concisely self-verifying:
    NIZK-free, with state and validation employing a single ring element; 3) eco-friendly:
    stake-based rather than work based; 4) unbounded: refresh-free, addressing limitations
    of Beaver and So; 5) delay-free: results are immediately available. 6) storage-efficient:
    the last beacon suffices to derive all past outputs, thus O(1) storage requirements
    for nodes serving the whole history.'
acknowledgement: Work done when all the authors were at Novi Research, Meta.
alternative_title:
- LIPIcs
article_number: '7'
article_processing_charge: Yes
author:
- first_name: Donald
  full_name: Beaver, Donald
  last_name: Beaver
- first_name: Mahimna
  full_name: Kelkar, Mahimna
  last_name: Kelkar
- first_name: Kevin
  full_name: Lewi, Kevin
  last_name: Lewi
- first_name: Valeria
  full_name: Nikolaenko, Valeria
  last_name: Nikolaenko
- first_name: Alberto
  full_name: Sonnino, Alberto
  last_name: Sonnino
- first_name: Konstantinos
  full_name: Chalkias, Konstantinos
  last_name: Chalkias
- first_name: Eleftherios
  full_name: Kokoris Kogias, Eleftherios
  id: f5983044-d7ef-11ea-ac6d-fd1430a26d30
  last_name: Kokoris Kogias
- first_name: Ladi De
  full_name: Naurois, Ladi De
  last_name: Naurois
- first_name: Arnab
  full_name: Roy, Arnab
  last_name: Roy
citation:
  ama: 'Beaver D, Kelkar M, Lewi K, et al. STROBE: Streaming Threshold Random Beacons.
    In: <i>5th Conference on Advances in Financial Technologies</i>. Vol 282. Schloss
    Dagstuhl - Leibniz-Zentrum für Informatik; 2023. doi:<a href="https://doi.org/10.4230/LIPIcs.AFT.2023.7">10.4230/LIPIcs.AFT.2023.7</a>'
  apa: 'Beaver, D., Kelkar, M., Lewi, K., Nikolaenko, V., Sonnino, A., Chalkias, K.,
    … Roy, A. (2023). STROBE: Streaming Threshold Random Beacons. In <i>5th Conference
    on Advances in Financial Technologies</i> (Vol. 282). Princeton, NJ, United States:
    Schloss Dagstuhl - Leibniz-Zentrum für Informatik. <a href="https://doi.org/10.4230/LIPIcs.AFT.2023.7">https://doi.org/10.4230/LIPIcs.AFT.2023.7</a>'
  chicago: 'Beaver, Donald, Mahimna Kelkar, Kevin Lewi, Valeria Nikolaenko, Alberto
    Sonnino, Konstantinos Chalkias, Eleftherios Kokoris Kogias, Ladi De Naurois, and
    Arnab Roy. “STROBE: Streaming Threshold Random Beacons.” In <i>5th Conference
    on Advances in Financial Technologies</i>, Vol. 282. Schloss Dagstuhl - Leibniz-Zentrum
    für Informatik, 2023. <a href="https://doi.org/10.4230/LIPIcs.AFT.2023.7">https://doi.org/10.4230/LIPIcs.AFT.2023.7</a>.'
  ieee: 'D. Beaver <i>et al.</i>, “STROBE: Streaming Threshold Random Beacons,” in
    <i>5th Conference on Advances in Financial Technologies</i>, Princeton, NJ, United
    States, 2023, vol. 282.'
  ista: 'Beaver D, Kelkar M, Lewi K, Nikolaenko V, Sonnino A, Chalkias K, Kokoris
    Kogias E, Naurois LD, Roy A. 2023. STROBE: Streaming Threshold Random Beacons.
    5th Conference on Advances in Financial Technologies. AFT: Conference on Advances
    in Financial Technologies, LIPIcs, vol. 282, 7.'
  mla: 'Beaver, Donald, et al. “STROBE: Streaming Threshold Random Beacons.” <i>5th
    Conference on Advances in Financial Technologies</i>, vol. 282, 7, Schloss Dagstuhl
    - Leibniz-Zentrum für Informatik, 2023, doi:<a href="https://doi.org/10.4230/LIPIcs.AFT.2023.7">10.4230/LIPIcs.AFT.2023.7</a>.'
  short: D. Beaver, M. Kelkar, K. Lewi, V. Nikolaenko, A. Sonnino, K. Chalkias, E.
    Kokoris Kogias, L.D. Naurois, A. Roy, in:, 5th Conference on Advances in Financial
    Technologies, Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 2023.
conference:
  end_date: 2023-10-25
  location: Princeton, NJ, United States
  name: 'AFT: Conference on Advances in Financial Technologies'
  start_date: 2023-10-23
date_created: 2023-11-12T23:00:55Z
date_published: 2023-10-01T00:00:00Z
date_updated: 2023-11-13T08:52:01Z
day: '01'
ddc:
- '000'
department:
- _id: ElKo
doi: 10.4230/LIPIcs.AFT.2023.7
file:
- access_level: open_access
  checksum: c1f98831cb5149d6c030c41999e6e960
  content_type: application/pdf
  creator: dernst
  date_created: 2023-11-13T08:44:34Z
  date_updated: 2023-11-13T08:44:34Z
  file_id: '14521'
  file_name: 2023_LIPIcs_Beaver.pdf
  file_size: 793495
  relation: main_file
  success: 1
file_date_updated: 2023-11-13T08:44:34Z
has_accepted_license: '1'
intvolume: '       282'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://eprint.iacr.org/2021/1643
month: '10'
oa: 1
oa_version: Published Version
publication: 5th Conference on Advances in Financial Technologies
publication_identifier:
  isbn:
  - '9783959773034'
  issn:
  - 1868-8969
publication_status: published
publisher: Schloss Dagstuhl - Leibniz-Zentrum für Informatik
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'STROBE: Streaming Threshold Random Beacons'
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: 282
year: '2023'
...
---
_id: '14517'
abstract:
- lang: eng
  text: 'State-of-the-art transmon qubits rely on large capacitors, which systematically
    improve their coherence due to reduced surface-loss participation. However, this
    approach increases both the footprint and the parasitic cross-coupling and is
    ultimately limited by radiation losses—a potential roadblock for scaling up quantum
    processors to millions of qubits. In this work we present transmon qubits with
    sizes as low as 36 × 39 µm2 with  100-nm-wide vacuum-gap capacitors that are micromachined
    from commercial silicon-on-insulator wafers and shadow evaporated with aluminum.
    We achieve a vacuum participation ratio up to 99.6% in an in-plane design that
    is compatible with standard coplanar circuits. Qubit relaxationtime measurements
    for small gaps with high zero-point electric field variance of up to 22 V/m reveal
    a double exponential decay indicating comparably strong qubit interaction with
    long-lived two-level systems. The exceptionally high selectivity of up to 20 dB
    to the superconductor-vacuum interface allows us to precisely back out the sub-single-photon
    dielectric loss tangent of aluminum oxide previously exposed to ambient conditions.
    In terms of future scaling potential, we achieve a ratio of qubit quality factor
    to a footprint area equal to 20 µm−2, which is comparable with the highest T1
    devices relying on larger geometries, a value that could improve substantially
    for lower surface-loss superconductors. '
acknowledged_ssus:
- _id: NanoFab
acknowledgement: "This work was supported by the Austrian Science Fund (FWF) through
  BeyondC (F7105), the European Research Council under Grant Agreement No. 758053
  (ERC StG QUNNECT) and a NOMIS foundation research grant. M.Z. was the recipient
  of a SAIA scholarship, E.R. of\r\na DOC fellowship of the Austrian Academy of Sciences,
  and M.P. of a Pöttinger scholarship at IST Austria. S.B. acknowledges support from
  Marie Skłodowska Curie Program No. 707438 (MSC-IF SUPEREOM). J.M.F. acknowledges
  support from the Horizon Europe Program HORIZON-CL4-2022-QUANTUM-01-SGA via Project
  No. 101113946 OpenSuperQPlus100 and the ISTA Nanofabrication Facility."
article_number: '044054'
article_processing_charge: No
article_type: original
arxiv: 1
author:
- first_name: Martin
  full_name: Zemlicka, Martin
  id: 2DCF8DE6-F248-11E8-B48F-1D18A9856A87
  last_name: Zemlicka
- first_name: Elena
  full_name: Redchenko, Elena
  id: 2C21D6E8-F248-11E8-B48F-1D18A9856A87
  last_name: Redchenko
- first_name: Matilda
  full_name: Peruzzo, Matilda
  id: 3F920B30-F248-11E8-B48F-1D18A9856A87
  last_name: Peruzzo
  orcid: 0000-0002-3415-4628
- first_name: Farid
  full_name: Hassani, Farid
  id: 2AED110C-F248-11E8-B48F-1D18A9856A87
  last_name: Hassani
  orcid: 0000-0001-6937-5773
- first_name: Andrea
  full_name: Trioni, Andrea
  id: 42F71B44-F248-11E8-B48F-1D18A9856A87
  last_name: Trioni
- first_name: Shabir
  full_name: Barzanjeh, Shabir
  id: 2D25E1F6-F248-11E8-B48F-1D18A9856A87
  last_name: Barzanjeh
  orcid: 0000-0003-0415-1423
- first_name: Johannes M
  full_name: Fink, Johannes M
  id: 4B591CBA-F248-11E8-B48F-1D18A9856A87
  last_name: Fink
  orcid: 0000-0001-8112-028X
citation:
  ama: 'Zemlicka M, Redchenko E, Peruzzo M, et al. Compact vacuum-gap transmon qubits:
    Selective and sensitive probes for superconductor surface losses. <i>Physical
    Review Applied</i>. 2023;20(4). doi:<a href="https://doi.org/10.1103/PhysRevApplied.20.044054">10.1103/PhysRevApplied.20.044054</a>'
  apa: 'Zemlicka, M., Redchenko, E., Peruzzo, M., Hassani, F., Trioni, A., Barzanjeh,
    S., &#38; Fink, J. M. (2023). Compact vacuum-gap transmon qubits: Selective and
    sensitive probes for superconductor surface losses. <i>Physical Review Applied</i>.
    American Physical Society. <a href="https://doi.org/10.1103/PhysRevApplied.20.044054">https://doi.org/10.1103/PhysRevApplied.20.044054</a>'
  chicago: 'Zemlicka, Martin, Elena Redchenko, Matilda Peruzzo, Farid Hassani, Andrea
    Trioni, Shabir Barzanjeh, and Johannes M Fink. “Compact Vacuum-Gap Transmon Qubits:
    Selective and Sensitive Probes for Superconductor Surface Losses.” <i>Physical
    Review Applied</i>. American Physical Society, 2023. <a href="https://doi.org/10.1103/PhysRevApplied.20.044054">https://doi.org/10.1103/PhysRevApplied.20.044054</a>.'
  ieee: 'M. Zemlicka <i>et al.</i>, “Compact vacuum-gap transmon qubits: Selective
    and sensitive probes for superconductor surface losses,” <i>Physical Review Applied</i>,
    vol. 20, no. 4. American Physical Society, 2023.'
  ista: 'Zemlicka M, Redchenko E, Peruzzo M, Hassani F, Trioni A, Barzanjeh S, Fink
    JM. 2023. Compact vacuum-gap transmon qubits: Selective and sensitive probes for
    superconductor surface losses. Physical Review Applied. 20(4), 044054.'
  mla: 'Zemlicka, Martin, et al. “Compact Vacuum-Gap Transmon Qubits: Selective and
    Sensitive Probes for Superconductor Surface Losses.” <i>Physical Review Applied</i>,
    vol. 20, no. 4, 044054, American Physical Society, 2023, doi:<a href="https://doi.org/10.1103/PhysRevApplied.20.044054">10.1103/PhysRevApplied.20.044054</a>.'
  short: M. Zemlicka, E. Redchenko, M. Peruzzo, F. Hassani, A. Trioni, S. Barzanjeh,
    J.M. Fink, Physical Review Applied 20 (2023).
date_created: 2023-11-12T23:00:55Z
date_published: 2023-10-20T00:00:00Z
date_updated: 2024-08-07T07:11:55Z
day: '20'
department:
- _id: JoFi
doi: 10.1103/PhysRevApplied.20.044054
ec_funded: 1
external_id:
  arxiv:
  - '2206.14104'
intvolume: '        20'
issue: '4'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/2206.14104
month: '10'
oa: 1
oa_version: Preprint
project:
- _id: 26927A52-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: F07105
  name: Integrating superconducting quantum circuits
- _id: 26336814-B435-11E9-9278-68D0E5697425
  call_identifier: H2020
  grant_number: '758053'
  name: A Fiber Optic Transceiver for Superconducting Qubits
- _id: eb9b30ac-77a9-11ec-83b8-871f581d53d2
  name: Protected states of quantum matter
- _id: 258047B6-B435-11E9-9278-68D0E5697425
  call_identifier: H2020
  grant_number: '707438'
  name: 'Microwave-to-Optical Quantum Link: Quantum Teleportation and Quantum Illumination
    with cavity Optomechanics SUPEREOM'
- _id: bdb7cfc1-d553-11ed-ba76-d2eaab167738
  grant_number: '101080139'
  name: Open Superconducting Quantum Computers (OpenSuperQPlus)
publication: Physical Review Applied
publication_identifier:
  eissn:
  - 2331-7019
publication_status: published
publisher: American Physical Society
quality_controlled: '1'
related_material:
  record:
  - id: '14520'
    relation: research_data
    status: public
scopus_import: '1'
status: public
title: 'Compact vacuum-gap transmon qubits: Selective and sensitive probes for superconductor
  surface losses'
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 20
year: '2023'
...
---
_id: '14518'
abstract:
- lang: eng
  text: We consider bidding games, a class of two-player zero-sum graph games. The
    game proceeds as follows. Both players have bounded budgets. A token is placed
    on a vertex of a graph, in each turn the players simultaneously submit bids, and
    the higher bidder moves the token, where we break bidding ties in favor of Player
    1. Player 1 wins the game iff the token visits a designated target vertex. We
    consider, for the first time, poorman discrete-bidding in which the granularity
    of the bids is restricted and the higher bid is paid to the bank. Previous work
    either did not impose granularity restrictions or considered Richman bidding (bids
    are paid to the opponent). While the latter mechanisms are technically more accessible,
    the former is more appealing from a practical standpoint. Our study focuses on
    threshold budgets, which is the necessary and sufficient initial budget required
    for Player 1 to ensure winning against a given Player 2 budget. We first show
    existence of thresholds. In DAGs, we show that threshold budgets can be approximated
    with error bounds by thresholds under continuous-bidding and that they exhibit
    a periodic behavior. We identify closed-form solutions in special cases. We implement
    and experiment with an algorithm to find threshold budgets.
acknowledgement: This research was supported in part by ISF grant no. 1679/21, ERC
  CoG 863818 (FoRM-SMArt) and the European Union’s Horizon 2020 research and innovation
  programme under the Marie SkłodowskaCurie Grant Agreement No. 665385.
article_processing_charge: No
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: Tobias
  full_name: Meggendorfer, Tobias
  id: b21b0c15-30a2-11eb-80dc-f13ca25802e1
  last_name: Meggendorfer
  orcid: 0000-0002-1712-2165
- first_name: Suman
  full_name: Sadhukhan, Suman
  last_name: Sadhukhan
- first_name: Josef
  full_name: Tkadlec, Josef
  id: 3F24CCC8-F248-11E8-B48F-1D18A9856A87
  last_name: Tkadlec
  orcid: 0000-0002-1097-9684
- first_name: Dorde
  full_name: Zikelic, Dorde
  id: 294AA7A6-F248-11E8-B48F-1D18A9856A87
  last_name: Zikelic
  orcid: 0000-0002-4681-1699
citation:
  ama: 'Avni G, Meggendorfer T, Sadhukhan S, Tkadlec J, Zikelic D. Reachability poorman
    discrete-bidding games. In: <i>Frontiers in Artificial Intelligence and Applications</i>.
    Vol 372. IOS Press; 2023:141-148. doi:<a href="https://doi.org/10.3233/FAIA230264">10.3233/FAIA230264</a>'
  apa: 'Avni, G., Meggendorfer, T., Sadhukhan, S., Tkadlec, J., &#38; Zikelic, D.
    (2023). Reachability poorman discrete-bidding games. In <i>Frontiers in Artificial
    Intelligence and Applications</i> (Vol. 372, pp. 141–148). Krakow, Poland: IOS
    Press. <a href="https://doi.org/10.3233/FAIA230264">https://doi.org/10.3233/FAIA230264</a>'
  chicago: Avni, Guy, Tobias Meggendorfer, Suman Sadhukhan, Josef Tkadlec, and Dorde
    Zikelic. “Reachability Poorman Discrete-Bidding Games.” In <i>Frontiers in Artificial
    Intelligence and Applications</i>, 372:141–48. IOS Press, 2023. <a href="https://doi.org/10.3233/FAIA230264">https://doi.org/10.3233/FAIA230264</a>.
  ieee: G. Avni, T. Meggendorfer, S. Sadhukhan, J. Tkadlec, and D. Zikelic, “Reachability
    poorman discrete-bidding games,” in <i>Frontiers in Artificial Intelligence and
    Applications</i>, Krakow, Poland, 2023, vol. 372, pp. 141–148.
  ista: 'Avni G, Meggendorfer T, Sadhukhan S, Tkadlec J, Zikelic D. 2023. Reachability
    poorman discrete-bidding games. Frontiers in Artificial Intelligence and Applications.
    ECAI: European Conference on Artificial Intelligence vol. 372, 141–148.'
  mla: Avni, Guy, et al. “Reachability Poorman Discrete-Bidding Games.” <i>Frontiers
    in Artificial Intelligence and Applications</i>, vol. 372, IOS Press, 2023, pp.
    141–48, doi:<a href="https://doi.org/10.3233/FAIA230264">10.3233/FAIA230264</a>.
  short: G. Avni, T. Meggendorfer, S. Sadhukhan, J. Tkadlec, D. Zikelic, in:, Frontiers
    in Artificial Intelligence and Applications, IOS Press, 2023, pp. 141–148.
conference:
  end_date: 2023-10-04
  location: Krakow, Poland
  name: 'ECAI: European Conference on Artificial Intelligence'
  start_date: 2023-09-30
date_created: 2023-11-12T23:00:56Z
date_published: 2023-09-28T00:00:00Z
date_updated: 2025-07-14T09:09:57Z
day: '28'
ddc:
- '000'
department:
- _id: ToHe
- _id: KrCh
doi: 10.3233/FAIA230264
ec_funded: 1
external_id:
  arxiv:
  - '2307.15218'
file:
- access_level: open_access
  checksum: 1390ca38480fa4cf286b0f1a42e8c12f
  content_type: application/pdf
  creator: dernst
  date_created: 2023-11-13T10:16:10Z
  date_updated: 2023-11-13T10:16:10Z
  file_id: '14529'
  file_name: 2023_FAIA_Avni.pdf
  file_size: 501011
  relation: main_file
  success: 1
file_date_updated: 2023-11-13T10:16:10Z
has_accepted_license: '1'
intvolume: '       372'
language:
- iso: eng
month: '09'
oa: 1
oa_version: Published Version
page: 141-148
project:
- _id: 2564DBCA-B435-11E9-9278-68D0E5697425
  call_identifier: H2020
  grant_number: '665385'
  name: International IST Doctoral Program
- _id: 0599E47C-7A3F-11EA-A408-12923DDC885E
  call_identifier: H2020
  grant_number: '863818'
  name: 'Formal Methods for Stochastic Models: Algorithms and Applications'
publication: Frontiers in Artificial Intelligence and Applications
publication_identifier:
  isbn:
  - '9781643684369'
  issn:
  - 0922-6389
publication_status: published
publisher: IOS Press
quality_controlled: '1'
scopus_import: '1'
status: public
title: Reachability poorman discrete-bidding games
tmp:
  image: /images/cc_by_nc.png
  legal_code_url: https://creativecommons.org/licenses/by-nc/4.0/legalcode
  name: Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
  short: CC BY-NC (4.0)
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 372
year: '2023'
...
---
_id: '14523'
abstract:
- lang: eng
  text: see Readme file
article_processing_charge: No
author:
- first_name: Jack
  full_name: Binysh, Jack
  last_name: Binysh
- first_name: Indrajit
  full_name: Chakraborty, Indrajit
  last_name: Chakraborty
- first_name: Mykyta
  full_name: Chubynsky, Mykyta
  last_name: Chubynsky
- first_name: Vicente L
  full_name: Diaz Melian, Vicente L
  id: b6798902-eea0-11ea-9cbc-a8e14286c631
  last_name: Diaz Melian
- first_name: Scott R
  full_name: Waitukaitis, Scott R
  id: 3A1FFC16-F248-11E8-B48F-1D18A9856A87
  last_name: Waitukaitis
  orcid: 0000-0002-2299-3176
- first_name: James
  full_name: Sprittles, James
  last_name: Sprittles
- first_name: Anton
  full_name: Souslov, Anton
  last_name: Souslov
citation:
  ama: 'Binysh J, Chakraborty I, Chubynsky M, et al. SouslovLab/PRL2023-ModellingLeidenfrostLevitationofSoftElasticSolids:
    v1.0.1. 2023. doi:<a href="https://doi.org/10.5281/ZENODO.8329143">10.5281/ZENODO.8329143</a>'
  apa: 'Binysh, J., Chakraborty, I., Chubynsky, M., Diaz Melian, V. L., Waitukaitis,
    S. R., Sprittles, J., &#38; Souslov, A. (2023). SouslovLab/PRL2023-ModellingLeidenfrostLevitationofSoftElasticSolids:
    v1.0.1. Zenodo. <a href="https://doi.org/10.5281/ZENODO.8329143">https://doi.org/10.5281/ZENODO.8329143</a>'
  chicago: 'Binysh, Jack, Indrajit Chakraborty, Mykyta Chubynsky, Vicente L Diaz Melian,
    Scott R Waitukaitis, James Sprittles, and Anton Souslov. “SouslovLab/PRL2023-ModellingLeidenfrostLevitationofSoftElasticSolids:
    V1.0.1.” Zenodo, 2023. <a href="https://doi.org/10.5281/ZENODO.8329143">https://doi.org/10.5281/ZENODO.8329143</a>.'
  ieee: 'J. Binysh <i>et al.</i>, “SouslovLab/PRL2023-ModellingLeidenfrostLevitationofSoftElasticSolids:
    v1.0.1.” Zenodo, 2023.'
  ista: 'Binysh J, Chakraborty I, Chubynsky M, Diaz Melian VL, Waitukaitis SR, Sprittles
    J, Souslov A. 2023. SouslovLab/PRL2023-ModellingLeidenfrostLevitationofSoftElasticSolids:
    v1.0.1, Zenodo, <a href="https://doi.org/10.5281/ZENODO.8329143">10.5281/ZENODO.8329143</a>.'
  mla: 'Binysh, Jack, et al. <i>SouslovLab/PRL2023-ModellingLeidenfrostLevitationofSoftElasticSolids:
    V1.0.1</i>. Zenodo, 2023, doi:<a href="https://doi.org/10.5281/ZENODO.8329143">10.5281/ZENODO.8329143</a>.'
  short: J. Binysh, I. Chakraborty, M. Chubynsky, V.L. Diaz Melian, S.R. Waitukaitis,
    J. Sprittles, A. Souslov, (2023).
date_created: 2023-11-13T09:12:11Z
date_published: 2023-09-08T00:00:00Z
date_updated: 2023-11-13T09:21:31Z
day: '08'
ddc:
- '530'
department:
- _id: ScWa
doi: 10.5281/ZENODO.8329143
main_file_link:
- open_access: '1'
  url: https://doi.org/10.5281/ZENODO.8329143
month: '09'
oa: 1
oa_version: Published Version
publisher: Zenodo
related_material:
  record:
  - id: '14514'
    relation: used_in_publication
    status: public
status: public
title: 'SouslovLab/PRL2023-ModellingLeidenfrostLevitationofSoftElasticSolids: v1.0.1'
type: research_data_reference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2023'
...
---
_id: '14530'
abstract:
- lang: eng
  text: 'Most motions of many-body systems at any scale in nature with sufficient
    degrees of freedom tend to be chaotic; reaching from the orbital motion of planets,
    the air currents in our atmosphere, down to the water flowing through our pipelines
    or the movement of a population of bacteria. To the observer it is therefore intriguing
    when a moving collective exhibits order. Collective motion of flocks of birds,
    schools of fish or swarms of self-propelled particles or robots have been studied
    extensively over the past decades but the mechanisms involved in the transition
    from chaos to order remain unclear. Here, the interactions, that in most systems
    give rise to chaos, sustain order.  In this thesis we investigate mechanisms that
    preserve, destabilize or lead to the ordered state. We show that endothelial cells
    migrating in circular confinements transition to a collective rotating state and
    concomitantly synchronize the frequencies of nucleating actin waves within individual
    cells. Consequently, the frequency dependent cell migration speed uniformizes
    across the population. Complementary to the WAVE dependent nucleation of traveling
    actin waves, we show that in leukocytes the actin polymerization depending on
    WASp generates pushing forces locally at stationary patches. Next, in pipe flows,
    we study methods to disrupt the self--sustaining cycle of turbulence and therefore
    relaminarize the flow. While we find in pulsating flow conditions that turbulence
    emerges through a helical instability during the decelerating phase. Finally,
    we show quantitatively in brain slices of mice that wild-type control neurons
    can compensate the migratory deficits of a genetically modified neuronal sub--population
    in the developing cortex.  '
acknowledged_ssus:
- _id: M-Shop
- _id: Bio
alternative_title:
- ISTA Thesis
article_processing_charge: No
author:
- first_name: Michael
  full_name: Riedl, Michael
  id: 3BE60946-F248-11E8-B48F-1D18A9856A87
  last_name: Riedl
  orcid: 0000-0003-4844-6311
citation:
  ama: Riedl M. Synchronization in collectively moving active matter. 2023. doi:<a
    href="https://doi.org/10.15479/14530">10.15479/14530</a>
  apa: Riedl, M. (2023). <i>Synchronization in collectively moving active matter</i>.
    Institute of Science and Technology Austria. <a href="https://doi.org/10.15479/14530">https://doi.org/10.15479/14530</a>
  chicago: Riedl, Michael. “Synchronization in Collectively Moving Active Matter.”
    Institute of Science and Technology Austria, 2023. <a href="https://doi.org/10.15479/14530">https://doi.org/10.15479/14530</a>.
  ieee: M. Riedl, “Synchronization in collectively moving active matter,” Institute
    of Science and Technology Austria, 2023.
  ista: Riedl M. 2023. Synchronization in collectively moving active matter. Institute
    of Science and Technology Austria.
  mla: Riedl, Michael. <i>Synchronization in Collectively Moving Active Matter</i>.
    Institute of Science and Technology Austria, 2023, doi:<a href="https://doi.org/10.15479/14530">10.15479/14530</a>.
  short: M. Riedl, Synchronization in Collectively Moving Active Matter, Institute
    of Science and Technology Austria, 2023.
date_created: 2023-11-15T09:59:03Z
date_published: 2023-11-16T00:00:00Z
date_updated: 2023-11-30T10:55:13Z
day: '16'
ddc:
- '530'
- '570'
degree_awarded: PhD
department:
- _id: GradSch
- _id: MiSi
doi: 10.15479/14530
file:
- access_level: open_access
  checksum: 52e1d0ab6c1abe59c82dfe8c9ff5f83a
  content_type: application/pdf
  creator: mriedl
  date_created: 2023-11-15T09:52:54Z
  date_updated: 2023-11-15T09:52:54Z
  file_id: '14536'
  file_name: Thesis_Riedl_2023_corr.pdf
  file_size: 36743942
  relation: main_file
  success: 1
file_date_updated: 2023-11-15T09:52:54Z
has_accepted_license: '1'
keyword:
- Synchronization
- Collective Movement
- Active Matter
- Cell Migration
- Active Colloids
language:
- iso: eng
month: '11'
oa: 1
oa_version: Updated Version
page: '260'
publication_identifier:
  issn:
  - 2663 - 337X
publication_status: published
publisher: Institute of Science and Technology Austria
related_material:
  record:
  - id: '10703'
    relation: part_of_dissertation
    status: public
  - id: '10791'
    relation: part_of_dissertation
    status: public
  - id: '7932'
    relation: part_of_dissertation
    status: public
  - id: '461'
    relation: part_of_dissertation
    status: public
  - id: '12726'
    relation: old_edition
    status: public
status: public
supervisor:
- first_name: Björn
  full_name: Hof, Björn
  id: 3A374330-F248-11E8-B48F-1D18A9856A87
  last_name: Hof
  orcid: 0000-0003-2057-2754
title: Synchronization in collectively moving active matter
type: dissertation
user_id: 8b945eb4-e2f2-11eb-945a-df72226e66a9
year: '2023'
...
