---
_id: '11850'
abstract:
- lang: eng
  text: 'Modern networked systems are increasingly reconfigurable, enabling demand-aware
    infrastructures whose resources can be adjusted according to the workload they
    currently serve. Such dynamic adjustments can be exploited to improve network
    utilization and hence performance, by moving frequently interacting communication
    partners closer, e.g., collocating them in the same server or datacenter. However,
    dynamically changing the embedding of workloads is algorithmically challenging:
    communication patterns are often not known ahead of time, but must be learned.
    During the learning process, overheads related to unnecessary moves (i.e., re-embeddings)
    should be minimized. This paper studies a fundamental model which captures the
    tradeoff between the benefits and costs of dynamically collocating communication
    partners on l servers, in an online manner. Our main contribution is a distributed
    online algorithm which is asymptotically almost optimal, i.e., almost matches
    the lower bound (also derived in this paper) on the competitive ratio of any (distributed
    or centralized) online algorithm.'
article_processing_charge: No
arxiv: 1
author:
- first_name: Monika H
  full_name: Henzinger, Monika H
  id: 540c9bbd-f2de-11ec-812d-d04a5be85630
  last_name: Henzinger
  orcid: 0000-0002-5008-6530
- first_name: Stefan
  full_name: Neumann, Stefan
  last_name: Neumann
- first_name: Stefan
  full_name: Schmid, Stefan
  last_name: Schmid
citation:
  ama: 'Henzinger MH, Neumann S, Schmid S. Efficient distributed workload (re-)embedding.
    In: <i>SIGMETRICS’19: International Conference on Measurement and Modeling of
    Computer Systems</i>. Association for Computing Machinery; 2019:43–44. doi:<a
    href="https://doi.org/10.1145/3309697.3331503">10.1145/3309697.3331503</a>'
  apa: 'Henzinger, M. H., Neumann, S., &#38; Schmid, S. (2019). Efficient distributed
    workload (re-)embedding. In <i>SIGMETRICS’19: International Conference on Measurement
    and Modeling of Computer Systems</i> (pp. 43–44). Phoenix, AZ, United States:
    Association for Computing Machinery. <a href="https://doi.org/10.1145/3309697.3331503">https://doi.org/10.1145/3309697.3331503</a>'
  chicago: 'Henzinger, Monika H, Stefan Neumann, and Stefan Schmid. “Efficient Distributed
    Workload (Re-)Embedding.” In <i>SIGMETRICS’19: International Conference on Measurement
    and Modeling of Computer Systems</i>, 43–44. Association for Computing Machinery,
    2019. <a href="https://doi.org/10.1145/3309697.3331503">https://doi.org/10.1145/3309697.3331503</a>.'
  ieee: 'M. H. Henzinger, S. Neumann, and S. Schmid, “Efficient distributed workload
    (re-)embedding,” in <i>SIGMETRICS’19: International Conference on Measurement
    and Modeling of Computer Systems</i>, Phoenix, AZ, United States, 2019, pp. 43–44.'
  ista: 'Henzinger MH, Neumann S, Schmid S. 2019. Efficient distributed workload (re-)embedding.
    SIGMETRICS’19: International Conference on Measurement and Modeling of Computer
    Systems. SIGMETRICS: International Conference on Measurement and Modeling of Computer
    Systems, 43–44.'
  mla: 'Henzinger, Monika H., et al. “Efficient Distributed Workload (Re-)Embedding.”
    <i>SIGMETRICS’19: International Conference on Measurement and Modeling of Computer
    Systems</i>, Association for Computing Machinery, 2019, pp. 43–44, doi:<a href="https://doi.org/10.1145/3309697.3331503">10.1145/3309697.3331503</a>.'
  short: 'M.H. Henzinger, S. Neumann, S. Schmid, in:, SIGMETRICS’19: International
    Conference on Measurement and Modeling of Computer Systems, Association for Computing
    Machinery, 2019, pp. 43–44.'
conference:
  end_date: 2019-06-28
  location: Phoenix, AZ, United States
  name: 'SIGMETRICS: International Conference on Measurement and Modeling of Computer
    Systems'
  start_date: 2019-06-24
date_created: 2022-08-16T07:14:57Z
date_published: 2019-06-20T00:00:00Z
date_updated: 2023-02-17T09:41:45Z
day: '20'
doi: 10.1145/3309697.3331503
extern: '1'
external_id:
  arxiv:
  - '1904.05474'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1904.05474
month: '06'
oa: 1
oa_version: Preprint
page: 43–44
publication: 'SIGMETRICS''19: International Conference on Measurement and Modeling
  of Computer Systems'
publication_identifier:
  isbn:
  - 978-1-4503-6678-6
publication_status: published
publisher: Association for Computing Machinery
quality_controlled: '1'
scopus_import: '1'
status: public
title: Efficient distributed workload (re-)embedding
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2019'
...
---
_id: '11851'
abstract:
- lang: eng
  text: The minimum cut problem for an undirected edge-weighted graph asks us to divide
    its set of nodes into two blocks while minimizing the weighted sum of the cut
    edges. In this paper, we engineer the fastest known exact algorithm for the problem.
    State-of-the-art algorithms like the algorithm of Padberg and Rinaldi or the algorithm
    of Nagamochi, Ono and Ibaraki identify edges that can be contracted to reduce
    the graph size such that at least one minimum cut is maintained in the contracted
    graph. Our algorithm achieves improvements in running time over these algorithms
    by a multitude of techniques. First, we use a recently developed fast and parallel
    inexact minimum cut algorithm to obtain a better bound for the problem. Afterwards,
    we use reductions that depend on this bound to reduce the size of the graph much
    faster than previously possible. We use improved data structures to further lower
    the running time of our algorithm. Additionally, we parallelize the contraction
    routines of Nagamochi et al. . Overall, we arrive at a system that significantly
    outperforms the fastest state-of-the-art solvers for the exact minimum cut problem.
article_number: '8820968'
article_processing_charge: No
arxiv: 1
author:
- first_name: Monika H
  full_name: Henzinger, Monika H
  id: 540c9bbd-f2de-11ec-812d-d04a5be85630
  last_name: Henzinger
  orcid: 0000-0002-5008-6530
- first_name: Alexander
  full_name: Noe, Alexander
  last_name: Noe
- first_name: Christian
  full_name: Schulz, Christian
  last_name: Schulz
citation:
  ama: 'Henzinger MH, Noe A, Schulz C. Shared-memory exact minimum cuts. In: <i>33rd
    International Parallel and Distributed Processing Symposium</i>. Institute of
    Electrical and Electronics Engineers; 2019. doi:<a href="https://doi.org/10.1109/ipdps.2019.00013">10.1109/ipdps.2019.00013</a>'
  apa: 'Henzinger, M. H., Noe, A., &#38; Schulz, C. (2019). Shared-memory exact minimum
    cuts. In <i>33rd International Parallel and Distributed Processing Symposium</i>.
    Rio de Janeiro, Brazil: Institute of Electrical and Electronics Engineers. <a
    href="https://doi.org/10.1109/ipdps.2019.00013">https://doi.org/10.1109/ipdps.2019.00013</a>'
  chicago: Henzinger, Monika H, Alexander Noe, and Christian Schulz. “Shared-Memory
    Exact Minimum Cuts.” In <i>33rd International Parallel and Distributed Processing
    Symposium</i>. Institute of Electrical and Electronics Engineers, 2019. <a href="https://doi.org/10.1109/ipdps.2019.00013">https://doi.org/10.1109/ipdps.2019.00013</a>.
  ieee: M. H. Henzinger, A. Noe, and C. Schulz, “Shared-memory exact minimum cuts,”
    in <i>33rd International Parallel and Distributed Processing Symposium</i>, Rio
    de Janeiro, Brazil, 2019.
  ista: 'Henzinger MH, Noe A, Schulz C. 2019. Shared-memory exact minimum cuts. 33rd
    International Parallel and Distributed Processing Symposium. IPDPS: International
    Parallel and Distributed Processing Symposium, 8820968.'
  mla: Henzinger, Monika H., et al. “Shared-Memory Exact Minimum Cuts.” <i>33rd International
    Parallel and Distributed Processing Symposium</i>, 8820968, Institute of Electrical
    and Electronics Engineers, 2019, doi:<a href="https://doi.org/10.1109/ipdps.2019.00013">10.1109/ipdps.2019.00013</a>.
  short: M.H. Henzinger, A. Noe, C. Schulz, in:, 33rd International Parallel and Distributed
    Processing Symposium, Institute of Electrical and Electronics Engineers, 2019.
conference:
  end_date: 2019-05-24
  location: Rio de Janeiro, Brazil
  name: 'IPDPS: International Parallel and Distributed Processing Symposium'
  start_date: 2019-05-20
date_created: 2022-08-16T07:25:23Z
date_published: 2019-05-01T00:00:00Z
date_updated: 2023-02-21T16:30:34Z
day: '01'
doi: 10.1109/ipdps.2019.00013
extern: '1'
external_id:
  arxiv:
  - '1808.05458'
language:
- iso: eng
main_file_link:
- url: https://arxiv.org/abs/1808.05458
month: '05'
oa_version: Preprint
publication: 33rd International Parallel and Distributed Processing Symposium
publication_identifier:
  eisbn:
  - 978-1-7281-1246-6
  eissn:
  - 1530-2075
  isbn:
  - 978-1-7281-1247-3
publication_status: published
publisher: Institute of Electrical and Electronics Engineers
quality_controlled: '1'
related_material:
  record:
  - id: '11851'
    relation: later_version
    status: public
scopus_import: '1'
status: public
title: Shared-memory exact minimum cuts
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2019'
...
---
_id: '11853'
abstract:
- lang: eng
  text: We present a deterministic dynamic algorithm for maintaining a (1+ε)f-approximate
    minimum cost set cover with O(f log(Cn)/ε^2) amortized update time, when the input
    set system is undergoing element insertions and deletions. Here, n denotes the
    number of elements, each element appears in at most f sets, and the cost of each
    set lies in the range [1/C, 1]. Our result, together with that of Gupta~et~al.~[STOC'17],
    implies that there is a deterministic algorithm for this problem with O(f log(Cn))
    amortized update time and O(min(log n, f)) -approximation ratio, which nearly
    matches the polynomial-time hardness of approximation for minimum set cover in
    the static setting. Our update time is only O(log (Cn)) away from a trivial lower
    bound. Prior to our work, the previous best approximation ratio guaranteed by
    deterministic algorithms was O(f^2), which was due to Bhattacharya~et~al.~[ICALP`15].
    In contrast, the only result that guaranteed O(f) -approximation was obtained
    very recently by Abboud~et~al.~[STOC`19], who designed a dynamic algorithm with
    (1+ε)f-approximation ratio and O(f^2 log n/ε) amortized update time. Besides the
    extra O(f) factor in the update time compared to our and Gupta~et~al.'s results,
    the Abboud~et~al.~algorithm is randomized, and works only when the adversary is
    oblivious and the sets are unweighted (each set has the same cost). We achieve
    our result via the primal-dual approach, by maintaining a fractional packing solution
    as a dual certificate. This approach was pursued previously by Bhattacharya~et~al.~and
    Gupta~et~al., but not in the recent paper by Abboud~et~al. Unlike previous primal-dual
    algorithms that try to satisfy some local constraints for individual sets at all
    time, our algorithm basically waits until the dual solution changes significantly
    globally, and fixes the solution only where the fix is needed.
article_processing_charge: No
arxiv: 1
author:
- first_name: Sayan
  full_name: Bhattacharya, Sayan
  last_name: Bhattacharya
- first_name: Monika H
  full_name: Henzinger, Monika H
  id: 540c9bbd-f2de-11ec-812d-d04a5be85630
  last_name: Henzinger
  orcid: 0000-0002-5008-6530
- first_name: Danupon
  full_name: Nanongkai, Danupon
  last_name: Nanongkai
citation:
  ama: 'Bhattacharya S, Henzinger MH, Nanongkai D. A new deterministic algorithm for
    dynamic set cover. In: <i>60th Annual Symposium on Foundations of Computer Science</i>.
    Institute of Electrical and Electronics Engineers; 2019:406-423. doi:<a href="https://doi.org/10.1109/focs.2019.00033">10.1109/focs.2019.00033</a>'
  apa: 'Bhattacharya, S., Henzinger, M. H., &#38; Nanongkai, D. (2019). A new deterministic
    algorithm for dynamic set cover. In <i>60th Annual Symposium on Foundations of
    Computer Science</i> (pp. 406–423). Baltimore, MD, United States: Institute of
    Electrical and Electronics Engineers. <a href="https://doi.org/10.1109/focs.2019.00033">https://doi.org/10.1109/focs.2019.00033</a>'
  chicago: Bhattacharya, Sayan, Monika H Henzinger, and Danupon Nanongkai. “A New
    Deterministic Algorithm for Dynamic Set Cover.” In <i>60th Annual Symposium on
    Foundations of Computer Science</i>, 406–23. Institute of Electrical and Electronics
    Engineers, 2019. <a href="https://doi.org/10.1109/focs.2019.00033">https://doi.org/10.1109/focs.2019.00033</a>.
  ieee: S. Bhattacharya, M. H. Henzinger, and D. Nanongkai, “A new deterministic algorithm
    for dynamic set cover,” in <i>60th Annual Symposium on Foundations of Computer
    Science</i>, Baltimore, MD, United States, 2019, pp. 406–423.
  ista: 'Bhattacharya S, Henzinger MH, Nanongkai D. 2019. A new deterministic algorithm
    for dynamic set cover. 60th Annual Symposium on Foundations of Computer Science.
    FOCS: Annual Symposium on Foundations of Computer Science, 406–423.'
  mla: Bhattacharya, Sayan, et al. “A New Deterministic Algorithm for Dynamic Set
    Cover.” <i>60th Annual Symposium on Foundations of Computer Science</i>, Institute
    of Electrical and Electronics Engineers, 2019, pp. 406–23, doi:<a href="https://doi.org/10.1109/focs.2019.00033">10.1109/focs.2019.00033</a>.
  short: S. Bhattacharya, M.H. Henzinger, D. Nanongkai, in:, 60th Annual Symposium
    on Foundations of Computer Science, Institute of Electrical and Electronics Engineers,
    2019, pp. 406–423.
conference:
  end_date: 2019-11-12
  location: Baltimore, MD, United States
  name: 'FOCS: Annual Symposium on Foundations of Computer Science'
  start_date: 2019-11-09
date_created: 2022-08-16T08:00:00Z
date_published: 2019-11-01T00:00:00Z
date_updated: 2023-02-17T09:50:37Z
day: '01'
doi: 10.1109/focs.2019.00033
extern: '1'
external_id:
  arxiv:
  - '1909.11600'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1909.11600
month: '11'
oa: 1
oa_version: Preprint
page: 406-423
publication: 60th Annual Symposium on Foundations of Computer Science
publication_identifier:
  eisbn:
  - 978-1-7281-4952-3
  isbn:
  - 978-1-7281-4953-0
  issn:
  - 2575-8454
publication_status: published
publisher: Institute of Electrical and Electronics Engineers
quality_controlled: '1'
scopus_import: '1'
status: public
title: A new deterministic algorithm for dynamic set cover
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2019'
...
---
_id: '11865'
abstract:
- lang: eng
  text: We present the first sublinear-time algorithm that can compute the edge connectivity
    λ of a network exactly on distributed message-passing networks (the CONGEST model),
    as long as the network contains no multi-edge. We present the first sublinear-time
    algorithm for a distributed message-passing network sto compute its edge connectivity
    λ exactly in the CONGEST model, as long as there are no parallel edges. Our algorithm
    takes Õ(n1−1/353D1/353+n1−1/706) time to compute λ and a cut of cardinality λ
    with high probability, where n and D are the number of nodes and the diameter
    of the network, respectively, and Õ hides polylogarithmic factors. This running
    time is sublinear in n (i.e. Õ(n1−є)) whenever D is. Previous sublinear-time distributed
    algorithms can solve this problem either (i) exactly only when λ=O(n1/8−є) [Thurimella
    PODC’95; Pritchard, Thurimella, ACM Trans. Algorithms’11; Nanongkai, Su, DISC’14]
    or (ii) approximately [Ghaffari, Kuhn, DISC’13; Nanongkai, Su, DISC’14]. To achieve
    this we develop and combine several new techniques. First, we design the first
    distributed algorithm that can compute a k-edge connectivity certificate for any
    k=O(n1−є) in time Õ(√nk+D). The previous sublinear-time algorithm can do so only
    when k=o(√n) [Thurimella PODC’95]. In fact, our algorithm can be turned into the
    first parallel algorithm with polylogarithmic depth and near-linear work. Previous
    near-linear work algorithms are essentially sequential and previous polylogarithmic-depth
    algorithms require Ω(mk) work in the worst case (e.g. [Karger, Motwani, STOC’93]).
    Second, we show that by combining the recent distributed expander decomposition
    technique of [Chang, Pettie, Zhang, SODA’19] with techniques from the sequential
    deterministic edge connectivity algorithm of [Kawarabayashi, Thorup, STOC’15],
    we can decompose the network into a sublinear number of clusters with small average
    diameter and without any mincut separating a cluster (except the “trivial” ones).
    This leads to a simplification of the Kawarabayashi-Thorup framework (except that
    we are randomized while they are deterministic). This might make this framework
    more useful in other models of computation. Finally, by extending the tree packing
    technique from [Karger STOC’96], we can find the minimum cut in time proportional
    to the number of components. As a byproduct of this technique, we obtain an Õ(n)-time
    algorithm for computing exact minimum cut for weighted graphs.
article_processing_charge: No
arxiv: 1
author:
- first_name: Mohit
  full_name: Daga, Mohit
  last_name: Daga
- first_name: Monika H
  full_name: Henzinger, Monika H
  id: 540c9bbd-f2de-11ec-812d-d04a5be85630
  last_name: Henzinger
  orcid: 0000-0002-5008-6530
- first_name: Danupon
  full_name: Nanongkai, Danupon
  last_name: Nanongkai
- first_name: Thatchaphol
  full_name: Saranurak, Thatchaphol
  last_name: Saranurak
citation:
  ama: 'Daga M, Henzinger MH, Nanongkai D, Saranurak T. Distributed edge connectivity
    in sublinear time. In: <i>Proceedings of the 51st Annual ACM SIGACT Symposium
    on Theory of Computing</i>. Association for Computing Machinery; 2019:343–354.
    doi:<a href="https://doi.org/10.1145/3313276.3316346">10.1145/3313276.3316346</a>'
  apa: 'Daga, M., Henzinger, M. H., Nanongkai, D., &#38; Saranurak, T. (2019). Distributed
    edge connectivity in sublinear time. In <i>Proceedings of the 51st Annual ACM
    SIGACT Symposium on Theory of Computing</i> (pp. 343–354). Phoenix, AZ, United
    States: Association for Computing Machinery. <a href="https://doi.org/10.1145/3313276.3316346">https://doi.org/10.1145/3313276.3316346</a>'
  chicago: Daga, Mohit, Monika H Henzinger, Danupon Nanongkai, and Thatchaphol Saranurak.
    “Distributed Edge Connectivity in Sublinear Time.” In <i>Proceedings of the 51st
    Annual ACM SIGACT Symposium on Theory of Computing</i>, 343–354. Association for
    Computing Machinery, 2019. <a href="https://doi.org/10.1145/3313276.3316346">https://doi.org/10.1145/3313276.3316346</a>.
  ieee: M. Daga, M. H. Henzinger, D. Nanongkai, and T. Saranurak, “Distributed edge
    connectivity in sublinear time,” in <i>Proceedings of the 51st Annual ACM SIGACT
    Symposium on Theory of Computing</i>, Phoenix, AZ, United States, 2019, pp. 343–354.
  ista: 'Daga M, Henzinger MH, Nanongkai D, Saranurak T. 2019. Distributed edge connectivity
    in sublinear time. Proceedings of the 51st Annual ACM SIGACT Symposium on Theory
    of Computing. STOC: Symposium on Theory of Computing, 343–354.'
  mla: Daga, Mohit, et al. “Distributed Edge Connectivity in Sublinear Time.” <i>Proceedings
    of the 51st Annual ACM SIGACT Symposium on Theory of Computing</i>, Association
    for Computing Machinery, 2019, pp. 343–354, doi:<a href="https://doi.org/10.1145/3313276.3316346">10.1145/3313276.3316346</a>.
  short: M. Daga, M.H. Henzinger, D. Nanongkai, T. Saranurak, in:, Proceedings of
    the 51st Annual ACM SIGACT Symposium on Theory of Computing, Association for Computing
    Machinery, 2019, pp. 343–354.
conference:
  end_date: 2019-06-26
  location: Phoenix, AZ, United States
  name: 'STOC: Symposium on Theory of Computing'
  start_date: 2019-06-23
date_created: 2022-08-16T09:11:17Z
date_published: 2019-06-01T00:00:00Z
date_updated: 2023-02-17T10:26:25Z
day: '01'
doi: 10.1145/3313276.3316346
extern: '1'
external_id:
  arxiv:
  - '1904.04341'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1904.04341
month: '06'
oa: 1
oa_version: Preprint
page: 343–354
publication: Proceedings of the 51st Annual ACM SIGACT Symposium on Theory of Computing
publication_identifier:
  isbn:
  - 978-1-4503-6705-9
  issn:
  - 0737-8017
publication_status: published
publisher: Association for Computing Machinery
quality_controlled: '1'
scopus_import: '1'
status: public
title: Distributed edge connectivity in sublinear time
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2019'
...
---
_id: '11871'
abstract:
- lang: eng
  text: "Many dynamic graph algorithms have an amortized update time, rather than
    a stronger worst-case guarantee. But amortized data structures are not suitable
    for real-time systems, where each individual operation has to be executed quickly.
    For this reason, there exist many recent randomized results that aim to provide
    a guarantee stronger than amortized expected. The strongest possible guarantee
    for a randomized algorithm is that it is always correct (Las Vegas), and has high-probability
    worst-case update time, which gives a bound on the time for each individual operation
    that holds with high probability.\r\n\r\nIn this paper we present the first polylogarithmic
    high-probability worst-case time bounds for the dynamic spanner and the dynamic
    maximal matching problem.\r\n\r\n1.\t\r\nFor dynamic spanner, the only known o(n)
    worst-case bounds were O(n3/4) high-probability worst-case update time for maintaining
    a 3-spanner, and O(n5/9) for maintaining a 5-spanner. We give a O(1)k log3(n)
    high-probability worst-case time bound for maintaining a (2k – 1)-spanner, which
    yields the first worst-case polylog update time for all constant k. (All the results
    above maintain the optimal tradeoff of stretch 2k – 1 and Õ(n1+1/k) edges.)\r\n\r\n2.\t\r\nFor
    dynamic maximal matching, or dynamic 2-approximate maximum matching, no algorithm
    with o(n) worst-case time bound was known and we present an algorithm with O(log5
    (n)) high-probability worst-case time; similar worst-case bounds existed only
    for maintaining a matching that was (2 + ∊)-approximate, and hence not maximal.\r\n\r\nOur
    results are achieved using a new approach for converting amortized guarantees
    to worst-case ones for randomized data structures by going through a third type
    of guarantee, which is a middle ground between the two above: an algorithm is
    said to have worst-case expected update time α if for every update σ, the expected
    time to process σ is at most α. Although stronger than amortized expected, the
    worst-case expected guarantee does not resolve the fundamental problem of amortization:
    a worst-case expected update time of O(1) still allows for the possibility that
    every 1/f(n) updates requires Θ(f(n)) time to process, for arbitrarily high f(n).
    In this paper we present a black-box reduction that converts any data structure
    with worst-case expected update time into one with a high-probability worst-case
    update time: the query time remains the same, while the update time increases
    by a factor of O(log2(n)).\r\n\r\nThus we achieve our results in two steps: (1)
    First we show how to convert existing dynamic graph algorithms with amortized
    expected polylogarithmic running times into algorithms with worst-case expected
    polylogarithmic running times. (2) Then we use our black-box reduction to achieve
    the polylogarithmic high-probability worst-case time bound. All our algorithms
    are Las-Vegas-type algorithms."
article_processing_charge: No
arxiv: 1
author:
- first_name: Aaron
  full_name: Bernstein, Aaron
  last_name: Bernstein
- first_name: Sebastian
  full_name: Forster, Sebastian
  last_name: Forster
- first_name: Monika H
  full_name: Henzinger, Monika H
  id: 540c9bbd-f2de-11ec-812d-d04a5be85630
  last_name: Henzinger
  orcid: 0000-0002-5008-6530
citation:
  ama: 'Bernstein A, Forster S, Henzinger MH. A deamortization approach for dynamic
    spanner and dynamic maximal matching. In: <i>30th Annual ACM-SIAM Symposium on
    Discrete Algorithms</i>. Society for Industrial and Applied Mathematics; 2019:1899-1918.
    doi:<a href="https://doi.org/10.1137/1.9781611975482.115">10.1137/1.9781611975482.115</a>'
  apa: 'Bernstein, A., Forster, S., &#38; Henzinger, M. H. (2019). A deamortization
    approach for dynamic spanner and dynamic maximal matching. In <i>30th Annual ACM-SIAM
    Symposium on Discrete Algorithms</i> (pp. 1899–1918). San Diego, CA, United States:
    Society for Industrial and Applied Mathematics. <a href="https://doi.org/10.1137/1.9781611975482.115">https://doi.org/10.1137/1.9781611975482.115</a>'
  chicago: Bernstein, Aaron, Sebastian Forster, and Monika H Henzinger. “A Deamortization
    Approach for Dynamic Spanner and Dynamic Maximal Matching.” In <i>30th Annual
    ACM-SIAM Symposium on Discrete Algorithms</i>, 1899–1918. Society for Industrial
    and Applied Mathematics, 2019. <a href="https://doi.org/10.1137/1.9781611975482.115">https://doi.org/10.1137/1.9781611975482.115</a>.
  ieee: A. Bernstein, S. Forster, and M. H. Henzinger, “A deamortization approach
    for dynamic spanner and dynamic maximal matching,” in <i>30th Annual ACM-SIAM
    Symposium on Discrete Algorithms</i>, San Diego, CA, United States, 2019, pp.
    1899–1918.
  ista: 'Bernstein A, Forster S, Henzinger MH. 2019. A deamortization approach for
    dynamic spanner and dynamic maximal matching. 30th Annual ACM-SIAM Symposium on
    Discrete Algorithms. SODA: Symposium on Discrete Algorithms, 1899–1918.'
  mla: Bernstein, Aaron, et al. “A Deamortization Approach for Dynamic Spanner and
    Dynamic Maximal Matching.” <i>30th Annual ACM-SIAM Symposium on Discrete Algorithms</i>,
    Society for Industrial and Applied Mathematics, 2019, pp. 1899–918, doi:<a href="https://doi.org/10.1137/1.9781611975482.115">10.1137/1.9781611975482.115</a>.
  short: A. Bernstein, S. Forster, M.H. Henzinger, in:, 30th Annual ACM-SIAM Symposium
    on Discrete Algorithms, Society for Industrial and Applied Mathematics, 2019,
    pp. 1899–1918.
conference:
  end_date: 2019-01-09
  location: San Diego, CA, United States
  name: 'SODA: Symposium on Discrete Algorithms'
  start_date: 2019-01-06
date_created: 2022-08-16T09:50:33Z
date_published: 2019-01-01T00:00:00Z
date_updated: 2023-02-21T16:31:21Z
day: '01'
doi: 10.1137/1.9781611975482.115
extern: '1'
external_id:
  arxiv:
  - '1810.10932'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1810.10932
month: '01'
oa: 1
oa_version: Preprint
page: 1899-1918
publication: 30th Annual ACM-SIAM Symposium on Discrete Algorithms
publication_identifier:
  eisbn:
  - 978-1-61197-548-2
publication_status: published
publisher: Society for Industrial and Applied Mathematics
quality_controlled: '1'
related_material:
  record:
  - id: '11871'
    relation: earlier_version
    status: public
scopus_import: '1'
status: public
title: A deamortization approach for dynamic spanner and dynamic maximal matching
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2019'
...
---
_id: '11898'
abstract:
- lang: eng
  text: "We build upon the recent papers by Weinstein and Yu (FOCS'16), Larsen (FOCS'12),
    and Clifford et al. (FOCS'15) to present a general framework that gives amortized
    lower bounds on the update and query times of dynamic data structures. Using our
    framework, we present two concrete results.\r\n(1) For the dynamic polynomial
    evaluation problem, where the polynomial is defined over a finite field of size
    n1+Ω(1) and has degree n, any dynamic data structure must either have an amortized
    update time of Ω((lgn/lglgn)2) or an amortized query time of Ω((lgn/lglgn)2).\r\n(2)
    For the dynamic online matrix vector multiplication problem, where we get an n×n
    matrix whose entires are drawn from a finite field of size nΘ(1), any dynamic
    data structure must either have an amortized update time of Ω((lgn/lglgn)2) or
    an amortized query time of Ω(n⋅(lgn/lglgn)2).\r\nFor these two problems, the previous
    works by Larsen (FOCS'12) and Clifford et al. (FOCS'15) gave the same lower bounds,
    but only for worst case update and query times. Our bounds match the highest unconditional
    lower bounds known till date for any dynamic problem in the cell-probe model."
article_processing_charge: No
article_type: original
arxiv: 1
author:
- first_name: Sayan
  full_name: Bhattacharya, Sayan
  last_name: Bhattacharya
- first_name: Monika H
  full_name: Henzinger, Monika H
  id: 540c9bbd-f2de-11ec-812d-d04a5be85630
  last_name: Henzinger
  orcid: 0000-0002-5008-6530
- first_name: Stefan
  full_name: Neumann, Stefan
  last_name: Neumann
citation:
  ama: Bhattacharya S, Henzinger MH, Neumann S. New amortized cell-probe lower bounds
    for dynamic problems. <i>Theoretical Computer Science</i>. 2019;779:72-87. doi:<a
    href="https://doi.org/10.1016/j.tcs.2019.01.043">10.1016/j.tcs.2019.01.043</a>
  apa: Bhattacharya, S., Henzinger, M. H., &#38; Neumann, S. (2019). New amortized
    cell-probe lower bounds for dynamic problems. <i>Theoretical Computer Science</i>.
    Elsevier. <a href="https://doi.org/10.1016/j.tcs.2019.01.043">https://doi.org/10.1016/j.tcs.2019.01.043</a>
  chicago: Bhattacharya, Sayan, Monika H Henzinger, and Stefan Neumann. “New Amortized
    Cell-Probe Lower Bounds for Dynamic Problems.” <i>Theoretical Computer Science</i>.
    Elsevier, 2019. <a href="https://doi.org/10.1016/j.tcs.2019.01.043">https://doi.org/10.1016/j.tcs.2019.01.043</a>.
  ieee: S. Bhattacharya, M. H. Henzinger, and S. Neumann, “New amortized cell-probe
    lower bounds for dynamic problems,” <i>Theoretical Computer Science</i>, vol.
    779. Elsevier, pp. 72–87, 2019.
  ista: Bhattacharya S, Henzinger MH, Neumann S. 2019. New amortized cell-probe lower
    bounds for dynamic problems. Theoretical Computer Science. 779, 72–87.
  mla: Bhattacharya, Sayan, et al. “New Amortized Cell-Probe Lower Bounds for Dynamic
    Problems.” <i>Theoretical Computer Science</i>, vol. 779, Elsevier, 2019, pp.
    72–87, doi:<a href="https://doi.org/10.1016/j.tcs.2019.01.043">10.1016/j.tcs.2019.01.043</a>.
  short: S. Bhattacharya, M.H. Henzinger, S. Neumann, Theoretical Computer Science
    779 (2019) 72–87.
date_created: 2022-08-17T09:02:15Z
date_published: 2019-08-02T00:00:00Z
date_updated: 2022-09-09T11:29:04Z
day: '02'
doi: 10.1016/j.tcs.2019.01.043
extern: '1'
external_id:
  arxiv:
  - '1902.02304'
intvolume: '       779'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1902.02304
month: '08'
oa: 1
oa_version: Preprint
page: 72-87
publication: Theoretical Computer Science
publication_identifier:
  issn:
  - 0304-3975
publication_status: published
publisher: Elsevier
quality_controlled: '1'
scopus_import: '1'
status: public
title: New amortized cell-probe lower bounds for dynamic problems
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 779
year: '2019'
...
---
_id: '11957'
abstract:
- lang: eng
  text: Cross-coupling reactions mediated by dual nickel/photocatalysis are synthetically
    attractive but rely mainly on expensive, non-recyclable noble-metal complexes
    as photocatalysts. Heterogeneous semiconductors, which are commonly used for artificial
    photosynthesis and wastewater treatment, are a sustainable alternative. Graphitic
    carbon nitrides, a class of metal-free polymers that can be easily prepared from
    bulk chemicals, are heterogeneous semiconductors with high potential for photocatalytic
    organic transformations. Here, we demonstrate that graphitic carbon nitrides in
    combination with nickel catalysis can induce selective C−O cross-couplings of
    carboxylic acids with aryl halides, yielding the respective aryl esters in excellent
    yield and selectivity. The heterogeneous organic photocatalyst exhibits a broad
    substrate scope, is able to harvest green light, and can be recycled multiple
    times. In situ FTIR was used to track the reaction progress to study this transformation
    at different irradiation wavelengths and reaction scales.
article_processing_charge: No
article_type: letter_note
author:
- first_name: Bartholomäus
  full_name: Pieber, Bartholomäus
  id: 93e5e5b2-0da6-11ed-8a41-af589a024726
  last_name: Pieber
  orcid: 0000-0001-8689-388X
- first_name: Jamal A.
  full_name: Malik, Jamal A.
  last_name: Malik
- first_name: Cristian
  full_name: Cavedon, Cristian
  last_name: Cavedon
- first_name: Sebastian
  full_name: Gisbertz, Sebastian
  last_name: Gisbertz
- first_name: Aleksandr
  full_name: Savateev, Aleksandr
  last_name: Savateev
- first_name: Daniel
  full_name: Cruz, Daniel
  last_name: Cruz
- first_name: Tobias
  full_name: Heil, Tobias
  last_name: Heil
- first_name: Guigang
  full_name: Zhang, Guigang
  last_name: Zhang
- first_name: Peter H.
  full_name: Seeberger, Peter H.
  last_name: Seeberger
citation:
  ama: 'Pieber B, Malik JA, Cavedon C, et al. Semi‐heterogeneous dual nickel/photocatalysis
    using carbon nitrides: Esterification of carboxylic acids with aryl halides. <i>Angewandte
    Chemie International Edition</i>. 2019;58(28):9575-9580. doi:<a href="https://doi.org/10.1002/anie.201902785">10.1002/anie.201902785</a>'
  apa: 'Pieber, B., Malik, J. A., Cavedon, C., Gisbertz, S., Savateev, A., Cruz, D.,
    … Seeberger, P. H. (2019). Semi‐heterogeneous dual nickel/photocatalysis using
    carbon nitrides: Esterification of carboxylic acids with aryl halides. <i>Angewandte
    Chemie International Edition</i>. Wiley. <a href="https://doi.org/10.1002/anie.201902785">https://doi.org/10.1002/anie.201902785</a>'
  chicago: 'Pieber, Bartholomäus, Jamal A. Malik, Cristian Cavedon, Sebastian Gisbertz,
    Aleksandr Savateev, Daniel Cruz, Tobias Heil, Guigang Zhang, and Peter H. Seeberger.
    “Semi‐heterogeneous Dual Nickel/Photocatalysis Using Carbon Nitrides: Esterification
    of Carboxylic Acids with Aryl Halides.” <i>Angewandte Chemie International Edition</i>.
    Wiley, 2019. <a href="https://doi.org/10.1002/anie.201902785">https://doi.org/10.1002/anie.201902785</a>.'
  ieee: 'B. Pieber <i>et al.</i>, “Semi‐heterogeneous dual nickel/photocatalysis using
    carbon nitrides: Esterification of carboxylic acids with aryl halides,” <i>Angewandte
    Chemie International Edition</i>, vol. 58, no. 28. Wiley, pp. 9575–9580, 2019.'
  ista: 'Pieber B, Malik JA, Cavedon C, Gisbertz S, Savateev A, Cruz D, Heil T, Zhang
    G, Seeberger PH. 2019. Semi‐heterogeneous dual nickel/photocatalysis using carbon
    nitrides: Esterification of carboxylic acids with aryl halides. Angewandte Chemie
    International Edition. 58(28), 9575–9580.'
  mla: 'Pieber, Bartholomäus, et al. “Semi‐heterogeneous Dual Nickel/Photocatalysis
    Using Carbon Nitrides: Esterification of Carboxylic Acids with Aryl Halides.”
    <i>Angewandte Chemie International Edition</i>, vol. 58, no. 28, Wiley, 2019,
    pp. 9575–80, doi:<a href="https://doi.org/10.1002/anie.201902785">10.1002/anie.201902785</a>.'
  short: B. Pieber, J.A. Malik, C. Cavedon, S. Gisbertz, A. Savateev, D. Cruz, T.
    Heil, G. Zhang, P.H. Seeberger, Angewandte Chemie International Edition 58 (2019)
    9575–9580.
date_created: 2022-08-24T10:50:19Z
date_published: 2019-07-08T00:00:00Z
date_updated: 2023-02-21T10:09:16Z
day: '08'
doi: 10.1002/anie.201902785
extern: '1'
external_id:
  pmid:
  - '31050132'
intvolume: '        58'
issue: '28'
language:
- iso: eng
month: '07'
oa_version: None
page: 9575-9580
pmid: 1
publication: Angewandte Chemie International Edition
publication_identifier:
  eissn:
  - 1521-3773
  issn:
  - 1433-7851
publication_status: published
publisher: Wiley
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'Semi‐heterogeneous dual nickel/photocatalysis using carbon nitrides: Esterification
  of carboxylic acids with aryl halides'
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 58
year: '2019'
...
---
_id: '11982'
abstract:
- lang: eng
  text: A carbon nitride material can be combined with homogeneous nickel catalysts
    for light-mediated cross-couplings of aryl bromides with alcohols under mild conditions.
    The metal-free heterogeneous semiconductor is fully recyclable and couples a broad
    range of electron-poor aryl bromides with primary and secondary alcohols as well
    as water. The application for intramolecular reactions and the synthesis of active
    pharmaceutical ingredients was demonstrated. The catalytic protocol is applicable
    for the coupling of aryl iodides with thiols as well.
article_processing_charge: No
article_type: letter_note
author:
- first_name: Cristian
  full_name: Cavedon, Cristian
  last_name: Cavedon
- first_name: Amiera
  full_name: Madani, Amiera
  last_name: Madani
- first_name: Peter H.
  full_name: Seeberger, Peter H.
  last_name: Seeberger
- first_name: Bartholomäus
  full_name: Pieber, Bartholomäus
  id: 93e5e5b2-0da6-11ed-8a41-af589a024726
  last_name: Pieber
  orcid: 0000-0001-8689-388X
citation:
  ama: Cavedon C, Madani A, Seeberger PH, Pieber B. Semiheterogeneous dual nickel/photocatalytic
    (thio)etherification using carbon nitrides. <i>Organic Letters</i>. 2019;21(13):5331-5334.
    doi:<a href="https://doi.org/10.1021/acs.orglett.9b01957">10.1021/acs.orglett.9b01957</a>
  apa: Cavedon, C., Madani, A., Seeberger, P. H., &#38; Pieber, B. (2019). Semiheterogeneous
    dual nickel/photocatalytic (thio)etherification using carbon nitrides. <i>Organic
    Letters</i>. American Chemical Society. <a href="https://doi.org/10.1021/acs.orglett.9b01957">https://doi.org/10.1021/acs.orglett.9b01957</a>
  chicago: Cavedon, Cristian, Amiera Madani, Peter H. Seeberger, and Bartholomäus
    Pieber. “Semiheterogeneous Dual Nickel/Photocatalytic (Thio)Etherification Using
    Carbon Nitrides.” <i>Organic Letters</i>. American Chemical Society, 2019. <a
    href="https://doi.org/10.1021/acs.orglett.9b01957">https://doi.org/10.1021/acs.orglett.9b01957</a>.
  ieee: C. Cavedon, A. Madani, P. H. Seeberger, and B. Pieber, “Semiheterogeneous
    dual nickel/photocatalytic (thio)etherification using carbon nitrides,” <i>Organic
    Letters</i>, vol. 21, no. 13. American Chemical Society, pp. 5331–5334, 2019.
  ista: Cavedon C, Madani A, Seeberger PH, Pieber B. 2019. Semiheterogeneous dual
    nickel/photocatalytic (thio)etherification using carbon nitrides. Organic Letters.
    21(13), 5331–5334.
  mla: Cavedon, Cristian, et al. “Semiheterogeneous Dual Nickel/Photocatalytic (Thio)Etherification
    Using Carbon Nitrides.” <i>Organic Letters</i>, vol. 21, no. 13, American Chemical
    Society, 2019, pp. 5331–34, doi:<a href="https://doi.org/10.1021/acs.orglett.9b01957">10.1021/acs.orglett.9b01957</a>.
  short: C. Cavedon, A. Madani, P.H. Seeberger, B. Pieber, Organic Letters 21 (2019)
    5331–5334.
date_created: 2022-08-25T11:18:00Z
date_published: 2019-07-05T00:00:00Z
date_updated: 2023-02-21T10:10:19Z
day: '05'
doi: 10.1021/acs.orglett.9b01957
extern: '1'
external_id:
  pmid:
  - '31247752'
intvolume: '        21'
issue: '13'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.1021/acs.orglett.9b01957
month: '07'
oa: 1
oa_version: Published Version
page: 5331-5334
pmid: 1
publication: Organic Letters
publication_identifier:
  eissn:
  - 1523-7052
  issn:
  - 1523-7060
publication_status: published
publisher: American Chemical Society
quality_controlled: '1'
scopus_import: '1'
status: public
title: Semiheterogeneous dual nickel/photocatalytic (thio)etherification using carbon
  nitrides
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 21
year: '2019'
...
---
_id: '11984'
abstract:
- lang: eng
  text: Differentially protected galactosamine building blocks are key components
    for the synthesis of human and bacterial oligosaccharides. The azidophenylselenylation
    of 3,4,6-tri-O-acetyl-d-galactal provides straightforward access to the corresponding
    2-nitrogenated glycoside. Poor reproducibility and the use of azides that lead
    to the formation of potentially explosive and toxic species limit the scalability
    of this reaction and render it a bottleneck for carbohydrate synthesis. Here,
    we present a method for the safe, efficient, and reliable azidophenylselenylation
    of 3,4,6-tri-O-acetyl-d-galactal at room temperature, using continuous flow chemistry.
    Careful analysis of the transformation resulted in reaction conditions that produce
    minimal side products while the reaction time was reduced drastically when compared
    to batch reactions. The flow setup is readily scalable to process 5 mmol of galactal
    in 3 h, producing 1.2 mmol/h of product.
article_processing_charge: No
article_type: letter_note
author:
- first_name: Mónica
  full_name: Guberman, Mónica
  last_name: Guberman
- first_name: Bartholomäus
  full_name: Pieber, Bartholomäus
  id: 93e5e5b2-0da6-11ed-8a41-af589a024726
  last_name: Pieber
  orcid: 0000-0001-8689-388X
- first_name: Peter H.
  full_name: Seeberger, Peter H.
  last_name: Seeberger
citation:
  ama: Guberman M, Pieber B, Seeberger PH. Safe and scalable continuous flow azidophenylselenylation
    of galactal to prepare galactosamine building blocks. <i>Organic Process Research
    and Development</i>. 2019;23(12):2764-2770. doi:<a href="https://doi.org/10.1021/acs.oprd.9b00456">10.1021/acs.oprd.9b00456</a>
  apa: Guberman, M., Pieber, B., &#38; Seeberger, P. H. (2019). Safe and scalable
    continuous flow azidophenylselenylation of galactal to prepare galactosamine building
    blocks. <i>Organic Process Research and Development</i>. American Chemical Society.
    <a href="https://doi.org/10.1021/acs.oprd.9b00456">https://doi.org/10.1021/acs.oprd.9b00456</a>
  chicago: Guberman, Mónica, Bartholomäus Pieber, and Peter H. Seeberger. “Safe and
    Scalable Continuous Flow Azidophenylselenylation of Galactal to Prepare Galactosamine
    Building Blocks.” <i>Organic Process Research and Development</i>. American Chemical
    Society, 2019. <a href="https://doi.org/10.1021/acs.oprd.9b00456">https://doi.org/10.1021/acs.oprd.9b00456</a>.
  ieee: M. Guberman, B. Pieber, and P. H. Seeberger, “Safe and scalable continuous
    flow azidophenylselenylation of galactal to prepare galactosamine building blocks,”
    <i>Organic Process Research and Development</i>, vol. 23, no. 12. American Chemical
    Society, pp. 2764–2770, 2019.
  ista: Guberman M, Pieber B, Seeberger PH. 2019. Safe and scalable continuous flow
    azidophenylselenylation of galactal to prepare galactosamine building blocks.
    Organic Process Research and Development. 23(12), 2764–2770.
  mla: Guberman, Mónica, et al. “Safe and Scalable Continuous Flow Azidophenylselenylation
    of Galactal to Prepare Galactosamine Building Blocks.” <i>Organic Process Research
    and Development</i>, vol. 23, no. 12, American Chemical Society, 2019, pp. 2764–70,
    doi:<a href="https://doi.org/10.1021/acs.oprd.9b00456">10.1021/acs.oprd.9b00456</a>.
  short: M. Guberman, B. Pieber, P.H. Seeberger, Organic Process Research and Development
    23 (2019) 2764–2770.
date_created: 2022-08-25T11:30:33Z
date_published: 2019-12-20T00:00:00Z
date_updated: 2023-02-21T10:10:23Z
day: '20'
doi: 10.1021/acs.oprd.9b00456
extern: '1'
intvolume: '        23'
issue: '12'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.1021/acs.oprd.9b00456
month: '12'
oa: 1
oa_version: Published Version
page: 2764-2770
publication: Organic Process Research and Development
publication_identifier:
  eissn:
  - 1520-586X
  issn:
  - 1083-6160
publication_status: published
publisher: American Chemical Society
quality_controlled: '1'
scopus_import: '1'
status: public
title: Safe and scalable continuous flow azidophenylselenylation of galactal to prepare
  galactosamine building blocks
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 23
year: '2019'
...
---
_id: '12190'
abstract:
- lang: eng
  text: Meiotic crossover frequency varies within genomes, which influences genetic
    diversity and adaptation. In turn, genetic variation within populations can act
    to modify crossover frequency in cis and trans. To identify genetic variation
    that controls meiotic crossover frequency, we screened Arabidopsis accessions
    using fluorescent recombination reporters. We mapped a genetic modifier of crossover
    frequency in Col × Bur populations of Arabidopsis to a premature stop codon within
    TBP-ASSOCIATED FACTOR 4b (TAF4b), which encodes a subunit of the RNA polymerase
    II general transcription factor TFIID. The Arabidopsis taf4b mutation is a rare
    variant found in the British Isles, originating in South-West Ireland. Using genetics,
    genomics, and immunocytology, we demonstrate a genome-wide decrease in taf4b crossovers,
    with strongest reduction in the sub-telomeric regions. Using RNA sequencing (RNA-seq)
    from purified meiocytes, we show that TAF4b expression is meiocyte enriched, whereas
    its paralog TAF4 is broadly expressed. Consistent with the role of TFIID in promoting
    gene expression, RNA-seq of wild-type and taf4b meiocytes identified widespread
    transcriptional changes, including in genes that regulate the meiotic cell cycle
    and recombination. Therefore, TAF4b duplication is associated with acquisition
    of meiocyte-specific expression and promotion of germline transcription, which
    act directly or indirectly to elevate crossovers. This identifies a novel mode
    of meiotic recombination control via a general transcription factor.
acknowledgement: "We thank Gregory Copenhaver (University of North Carolina), Avraham
  Levy (The Weizmann Institute), and Scott Poethig (University of Pennsylvania) for
  FTLs; Piotr Ziolkowski for Col-420/Bur seed; Sureshkumar Balasubramanian\r\n(Monash
  University) for providing British and Irish Arabidopsis accessions; Mathilde Grelon
  (INRA, Versailles) for providing the MLH1 antibody; and the Gurdon Institute for
  access to microscopes. This work was supported by a BBSRC DTP studentship (E.J.L.),
  European Research Area Network for Coordinating Action in Plant Sciences/BBSRC ‘‘DeCOP’’
  (BB/M004937/1; C.L.), a BBSRC David Phillips Fellowship (BB/L025043/1; H.G. and
  X.F.), the European Research Council (CoG ‘‘SynthHotspot,’’ A.J.T., C.L., and I.R.H.;
  StG ‘‘SexMeth,’’ X.F.), and a Sainsbury Charitable Foundation Studentship (A.R.B.)."
article_processing_charge: No
article_type: original
author:
- first_name: Emma J.
  full_name: Lawrence, Emma J.
  last_name: Lawrence
- first_name: Hongbo
  full_name: Gao, Hongbo
  last_name: Gao
- first_name: Andrew J.
  full_name: Tock, Andrew J.
  last_name: Tock
- first_name: Christophe
  full_name: Lambing, Christophe
  last_name: Lambing
- first_name: Alexander R.
  full_name: Blackwell, Alexander R.
  last_name: Blackwell
- first_name: Xiaoqi
  full_name: Feng, Xiaoqi
  id: e0164712-22ee-11ed-b12a-d80fcdf35958
  last_name: Feng
  orcid: 0000-0002-4008-1234
- first_name: Ian R.
  full_name: Henderson, Ian R.
  last_name: Henderson
citation:
  ama: Lawrence EJ, Gao H, Tock AJ, et al. Natural variation in TBP-ASSOCIATED FACTOR
    4b controls meiotic crossover and germline transcription in Arabidopsis. <i>Current
    Biology</i>. 2019;29(16):2676-2686.e3. doi:<a href="https://doi.org/10.1016/j.cub.2019.06.084">10.1016/j.cub.2019.06.084</a>
  apa: Lawrence, E. J., Gao, H., Tock, A. J., Lambing, C., Blackwell, A. R., Feng,
    X., &#38; Henderson, I. R. (2019). Natural variation in TBP-ASSOCIATED FACTOR
    4b controls meiotic crossover and germline transcription in Arabidopsis. <i>Current
    Biology</i>. Elsevier BV. <a href="https://doi.org/10.1016/j.cub.2019.06.084">https://doi.org/10.1016/j.cub.2019.06.084</a>
  chicago: Lawrence, Emma J., Hongbo Gao, Andrew J. Tock, Christophe Lambing, Alexander
    R. Blackwell, Xiaoqi Feng, and Ian R. Henderson. “Natural Variation in TBP-ASSOCIATED
    FACTOR 4b Controls Meiotic Crossover and Germline Transcription in Arabidopsis.”
    <i>Current Biology</i>. Elsevier BV, 2019. <a href="https://doi.org/10.1016/j.cub.2019.06.084">https://doi.org/10.1016/j.cub.2019.06.084</a>.
  ieee: E. J. Lawrence <i>et al.</i>, “Natural variation in TBP-ASSOCIATED FACTOR
    4b controls meiotic crossover and germline transcription in Arabidopsis,” <i>Current
    Biology</i>, vol. 29, no. 16. Elsevier BV, p. 2676–2686.e3, 2019.
  ista: Lawrence EJ, Gao H, Tock AJ, Lambing C, Blackwell AR, Feng X, Henderson IR.
    2019. Natural variation in TBP-ASSOCIATED FACTOR 4b controls meiotic crossover
    and germline transcription in Arabidopsis. Current Biology. 29(16), 2676–2686.e3.
  mla: Lawrence, Emma J., et al. “Natural Variation in TBP-ASSOCIATED FACTOR 4b Controls
    Meiotic Crossover and Germline Transcription in Arabidopsis.” <i>Current Biology</i>,
    vol. 29, no. 16, Elsevier BV, 2019, p. 2676–2686.e3, doi:<a href="https://doi.org/10.1016/j.cub.2019.06.084">10.1016/j.cub.2019.06.084</a>.
  short: E.J. Lawrence, H. Gao, A.J. Tock, C. Lambing, A.R. Blackwell, X. Feng, I.R.
    Henderson, Current Biology 29 (2019) 2676–2686.e3.
date_created: 2023-01-16T09:16:33Z
date_published: 2019-08-19T00:00:00Z
date_updated: 2023-05-08T10:54:54Z
day: '19'
department:
- _id: XiFe
doi: 10.1016/j.cub.2019.06.084
extern: '1'
external_id:
  pmid:
  - '31378616'
intvolume: '        29'
issue: '16'
keyword:
- General Agricultural and Biological Sciences
- General Biochemistry
- Genetics and Molecular Biology
language:
- iso: eng
month: '08'
oa_version: None
page: 2676-2686.e3
pmid: 1
publication: Current Biology
publication_identifier:
  issn:
  - 0960-9822
publication_status: published
publisher: Elsevier BV
quality_controlled: '1'
scopus_import: '1'
status: public
title: Natural variation in TBP-ASSOCIATED FACTOR 4b controls meiotic crossover and
  germline transcription in Arabidopsis
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 29
year: '2019'
...
---
_id: '12192'
abstract:
- lang: eng
  text: Transposable elements (TEs), the movement of which can damage the genome,
    are epigenetically silenced in eukaryotes. Intriguingly, TEs are activated in
    the sperm companion cell – vegetative cell (VC) – of the flowering plant Arabidopsis
    thaliana. However, the extent and mechanism of this activation are unknown. Here
    we show that about 100 heterochromatic TEs are activated in VCs, mostly by DEMETER-catalyzed
    DNA demethylation. We further demonstrate that DEMETER access to some of these
    TEs is permitted by the natural depletion of linker histone H1 in VCs. Ectopically
    expressed H1 suppresses TEs in VCs by reducing DNA demethylation and via a methylation-independent
    mechanism. We demonstrate that H1 is required for heterochromatin condensation
    in plant cells and show that H1 overexpression creates heterochromatic foci in
    the VC progenitor cell. Taken together, our results demonstrate that the natural
    depletion of H1 during male gametogenesis facilitates DEMETER-directed DNA demethylation,
    heterochromatin relaxation, and TE activation.
acknowledgement: We thank David Twell for the pDONR-P4-P1R-pLAT52 and pDONR-P2R-P3-mRFP
  vectors, the John Innes Centre Bioimaging Facility (Elaine Barclay and Grant Calder)
  for their assistance with microscopy, and the Norwich BioScience Institute Partnership
  Computing infrastructure for Science Group for High Performance Computing resources.
  This work was funded by a Biotechnology and Biological Sciences Research Council
  (BBSRC) David Phillips Fellowship (BB/L025043/1; SH, JZ and XF), a European Research
  Council Starting Grant ('SexMeth' 804981; XF) and a Grant to Exceptional Researchers
  by the Gatsby Charitable Foundation (SH and XF).
article_number: '42530'
article_processing_charge: No
article_type: original
author:
- first_name: Shengbo
  full_name: He, Shengbo
  last_name: He
- first_name: Martin
  full_name: Vickers, Martin
  last_name: Vickers
- first_name: Jingyi
  full_name: Zhang, Jingyi
  last_name: Zhang
- first_name: Xiaoqi
  full_name: Feng, Xiaoqi
  id: e0164712-22ee-11ed-b12a-d80fcdf35958
  last_name: Feng
  orcid: 0000-0002-4008-1234
citation:
  ama: He S, Vickers M, Zhang J, Feng X. Natural depletion of histone H1 in sex cells
    causes DNA demethylation, heterochromatin decondensation and transposon activation.
    <i>eLife</i>. 2019;8. doi:<a href="https://doi.org/10.7554/elife.42530">10.7554/elife.42530</a>
  apa: He, S., Vickers, M., Zhang, J., &#38; Feng, X. (2019). Natural depletion of
    histone H1 in sex cells causes DNA demethylation, heterochromatin decondensation
    and transposon activation. <i>ELife</i>. eLife Sciences Publications, Ltd. <a
    href="https://doi.org/10.7554/elife.42530">https://doi.org/10.7554/elife.42530</a>
  chicago: He, Shengbo, Martin Vickers, Jingyi Zhang, and Xiaoqi Feng. “Natural Depletion
    of Histone H1 in Sex Cells Causes DNA Demethylation, Heterochromatin Decondensation
    and Transposon Activation.” <i>ELife</i>. eLife Sciences Publications, Ltd, 2019.
    <a href="https://doi.org/10.7554/elife.42530">https://doi.org/10.7554/elife.42530</a>.
  ieee: S. He, M. Vickers, J. Zhang, and X. Feng, “Natural depletion of histone H1
    in sex cells causes DNA demethylation, heterochromatin decondensation and transposon
    activation,” <i>eLife</i>, vol. 8. eLife Sciences Publications, Ltd, 2019.
  ista: He S, Vickers M, Zhang J, Feng X. 2019. Natural depletion of histone H1 in
    sex cells causes DNA demethylation, heterochromatin decondensation and transposon
    activation. eLife. 8, 42530.
  mla: He, Shengbo, et al. “Natural Depletion of Histone H1 in Sex Cells Causes DNA
    Demethylation, Heterochromatin Decondensation and Transposon Activation.” <i>ELife</i>,
    vol. 8, 42530, eLife Sciences Publications, Ltd, 2019, doi:<a href="https://doi.org/10.7554/elife.42530">10.7554/elife.42530</a>.
  short: S. He, M. Vickers, J. Zhang, X. Feng, ELife 8 (2019).
date_created: 2023-01-16T09:17:21Z
date_published: 2019-05-28T00:00:00Z
date_updated: 2023-05-08T10:54:12Z
day: '28'
ddc:
- '580'
department:
- _id: XiFe
doi: 10.7554/elife.42530
extern: '1'
external_id:
  unknown:
  - '31135340'
file:
- access_level: open_access
  checksum: ea6b89c20d59e5eb3646916fe5d568ad
  content_type: application/pdf
  creator: alisjak
  date_created: 2023-02-07T09:42:46Z
  date_updated: 2023-02-07T09:42:46Z
  file_id: '12525'
  file_name: 2019_elife_He.pdf
  file_size: 2493837
  relation: main_file
  success: 1
file_date_updated: 2023-02-07T09:42:46Z
has_accepted_license: '1'
intvolume: '         8'
keyword:
- General Immunology and Microbiology
- General Biochemistry
- Genetics and Molecular Biology
- General Medicine
- General Neuroscience
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6594752/
month: '05'
oa: 1
oa_version: Published Version
publication: eLife
publication_identifier:
  issn:
  - 2050-084X
publication_status: published
publisher: eLife Sciences Publications, Ltd
quality_controlled: '1'
scopus_import: '1'
status: public
title: Natural depletion of histone H1 in sex cells causes DNA demethylation, heterochromatin
  decondensation and transposon activation
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 8
year: '2019'
...
---
_id: '12600'
abstract:
- lang: eng
  text: The snow cover dynamics of High Mountain Asia are usually assessed at spatial
    resolutions of 250 m or greater, but this scale is too coarse to clearly represent
    the rugged topography common to the region. Higher-resolution measurement of snow-covered
    area often results in biased sampling due to cloud cover and deep shadows. We
    therefore develop a Normalized Difference Snow Index-based workflow to delineate
    snow lines from Landsat Thematic Mapper/Enhanced Thematic Mapper+ imagery and
    apply it to the upper Langtang Valley in Nepal, processing 194 scenes spanning
    1999 to 2013. For each scene, we determine the spatial distribution of snow line
    altitudes (SLAs) with respect to aspect and across six subcatchments. Our results
    show that the mean SLA exhibits distinct seasonal behavior based on aspect and
    subcatchment position. We find that SLA dynamics respond to spatial and seasonal
    trade-offs in precipitation, temperature, and solar radiation, which act as primary
    controls. We identify two SLA spatial gradients, which we attribute to the effect
    of spatially variable precipitation. Our results also reveal that aspect-related
    SLA differences vary seasonally and are influenced by solar radiation. In terms
    of seasonal dominant controls, we demonstrate that the snow line is controlled
    by snow precipitation in winter, melt in premonsoon, a combination of both in
    postmonsoon, and temperature in monsoon, explaining to a large extent the spatial
    and seasonal variability of the SLA in the upper Langtang Valley. We conclude
    that while SLA and snow-covered area are complementary metrics, the SLA has a
    strong potential for understanding local-scale snow cover dynamics and their controlling
    mechanisms.
article_processing_charge: No
article_type: original
author:
- first_name: Marc
  full_name: Girona‐Mata, Marc
  last_name: Girona‐Mata
- first_name: Evan S.
  full_name: Miles, Evan S.
  last_name: Miles
- first_name: Silvan
  full_name: Ragettli, Silvan
  last_name: Ragettli
- first_name: Francesca
  full_name: Pellicciotti, Francesca
  id: b28f055a-81ea-11ed-b70c-a9fe7f7b0e70
  last_name: Pellicciotti
citation:
  ama: Girona‐Mata M, Miles ES, Ragettli S, Pellicciotti F. High‐resolution snowline
    delineation from Landsat imagery to infer snow cover controls in a Himalayan catchment.
    <i>Water Resources Research</i>. 2019;55(8):6754-6772. doi:<a href="https://doi.org/10.1029/2019wr024935">10.1029/2019wr024935</a>
  apa: Girona‐Mata, M., Miles, E. S., Ragettli, S., &#38; Pellicciotti, F. (2019).
    High‐resolution snowline delineation from Landsat imagery to infer snow cover
    controls in a Himalayan catchment. <i>Water Resources Research</i>. American Geophysical
    Union. <a href="https://doi.org/10.1029/2019wr024935">https://doi.org/10.1029/2019wr024935</a>
  chicago: Girona‐Mata, Marc, Evan S. Miles, Silvan Ragettli, and Francesca Pellicciotti.
    “High‐resolution Snowline Delineation from Landsat Imagery to Infer Snow Cover
    Controls in a Himalayan Catchment.” <i>Water Resources Research</i>. American
    Geophysical Union, 2019. <a href="https://doi.org/10.1029/2019wr024935">https://doi.org/10.1029/2019wr024935</a>.
  ieee: M. Girona‐Mata, E. S. Miles, S. Ragettli, and F. Pellicciotti, “High‐resolution
    snowline delineation from Landsat imagery to infer snow cover controls in a Himalayan
    catchment,” <i>Water Resources Research</i>, vol. 55, no. 8. American Geophysical
    Union, pp. 6754–6772, 2019.
  ista: Girona‐Mata M, Miles ES, Ragettli S, Pellicciotti F. 2019. High‐resolution
    snowline delineation from Landsat imagery to infer snow cover controls in a Himalayan
    catchment. Water Resources Research. 55(8), 6754–6772.
  mla: Girona‐Mata, Marc, et al. “High‐resolution Snowline Delineation from Landsat
    Imagery to Infer Snow Cover Controls in a Himalayan Catchment.” <i>Water Resources
    Research</i>, vol. 55, no. 8, American Geophysical Union, 2019, pp. 6754–72, doi:<a
    href="https://doi.org/10.1029/2019wr024935">10.1029/2019wr024935</a>.
  short: M. Girona‐Mata, E.S. Miles, S. Ragettli, F. Pellicciotti, Water Resources
    Research 55 (2019) 6754–6772.
date_created: 2023-02-20T08:12:59Z
date_published: 2019-08-01T00:00:00Z
date_updated: 2023-02-28T12:14:18Z
day: '01'
doi: 10.1029/2019wr024935
extern: '1'
intvolume: '        55'
issue: '8'
keyword:
- Water Science and Technology
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.1029/2019WR024935
month: '08'
oa: 1
oa_version: Published Version
page: 6754-6772
publication: Water Resources Research
publication_identifier:
  eissn:
  - 1944-7973
  issn:
  - 0043-1397
publication_status: published
publisher: American Geophysical Union
quality_controlled: '1'
scopus_import: '1'
status: public
title: High‐resolution snowline delineation from Landsat imagery to infer snow cover
  controls in a Himalayan catchment
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 55
year: '2019'
...
---
_id: '12601'
abstract:
- lang: eng
  text: Ice cliffs and ponds on debris-covered glaciers have received increased attention
    due to their role in amplifying local melt. However, very few studies have looked
    at these features on the catchment scale to determine their patterns and changes
    in space and time. We have compiled a detailed inventory of cliffs and ponds in
    the Langtang catchment, central Himalaya, from six high-resolution satellite orthoimages
    and DEMs between 2006 and 2015, and a historic orthophoto from 1974. Cliffs cover
    between 1.4% (± 0.4%) in the dry and 3.4% (± 0.9%) in the wet seasons and ponds
    between 0.6% (± 0.1%) and 1.6% (± 0.3%) of the total debris-covered tongues. We
    find large variations between seasons, as cliffs and ponds tend to grow in the
    wetter monsoon period, but there is no obvious trend in total area over the study
    period. The inventory further shows that cliffs are predominately north-facing
    irrespective of the glacier flow direction. Both cliffs and ponds appear in higher
    densities several hundred metres from the terminus in areas where tributaries
    reach the main glacier tongue. On the largest glacier in the catchment ~10% of
    all cliffs and ponds persisted over nearly a decade.
article_processing_charge: No
article_type: original
author:
- first_name: JAKOB F.
  full_name: STEINER, JAKOB F.
  last_name: STEINER
- first_name: PASCAL
  full_name: BURI, PASCAL
  last_name: BURI
- first_name: EVAN S.
  full_name: MILES, EVAN S.
  last_name: MILES
- first_name: SILVAN
  full_name: RAGETTLI, SILVAN
  last_name: RAGETTLI
- first_name: Francesca
  full_name: Pellicciotti, Francesca
  id: b28f055a-81ea-11ed-b70c-a9fe7f7b0e70
  last_name: Pellicciotti
citation:
  ama: 'STEINER JF, BURI P, MILES ES, RAGETTLI S, Pellicciotti F. Supraglacial ice
    cliffs and ponds on debris-covered glaciers: Spatio-temporal distribution and
    characteristics. <i>Journal of Glaciology</i>. 2019;65(252):617-632. doi:<a href="https://doi.org/10.1017/jog.2019.40">10.1017/jog.2019.40</a>'
  apa: 'STEINER, J. F., BURI, P., MILES, E. S., RAGETTLI, S., &#38; Pellicciotti,
    F. (2019). Supraglacial ice cliffs and ponds on debris-covered glaciers: Spatio-temporal
    distribution and characteristics. <i>Journal of Glaciology</i>. Cambridge University
    Press. <a href="https://doi.org/10.1017/jog.2019.40">https://doi.org/10.1017/jog.2019.40</a>'
  chicago: 'STEINER, JAKOB F., PASCAL BURI, EVAN S. MILES, SILVAN RAGETTLI, and Francesca
    Pellicciotti. “Supraglacial Ice Cliffs and Ponds on Debris-Covered Glaciers: Spatio-Temporal
    Distribution and Characteristics.” <i>Journal of Glaciology</i>. Cambridge University
    Press, 2019. <a href="https://doi.org/10.1017/jog.2019.40">https://doi.org/10.1017/jog.2019.40</a>.'
  ieee: 'J. F. STEINER, P. BURI, E. S. MILES, S. RAGETTLI, and F. Pellicciotti, “Supraglacial
    ice cliffs and ponds on debris-covered glaciers: Spatio-temporal distribution
    and characteristics,” <i>Journal of Glaciology</i>, vol. 65, no. 252. Cambridge
    University Press, pp. 617–632, 2019.'
  ista: 'STEINER JF, BURI P, MILES ES, RAGETTLI S, Pellicciotti F. 2019. Supraglacial
    ice cliffs and ponds on debris-covered glaciers: Spatio-temporal distribution
    and characteristics. Journal of Glaciology. 65(252), 617–632.'
  mla: 'STEINER, JAKOB F., et al. “Supraglacial Ice Cliffs and Ponds on Debris-Covered
    Glaciers: Spatio-Temporal Distribution and Characteristics.” <i>Journal of Glaciology</i>,
    vol. 65, no. 252, Cambridge University Press, 2019, pp. 617–32, doi:<a href="https://doi.org/10.1017/jog.2019.40">10.1017/jog.2019.40</a>.'
  short: J.F. STEINER, P. BURI, E.S. MILES, S. RAGETTLI, F. Pellicciotti, Journal
    of Glaciology 65 (2019) 617–632.
date_created: 2023-02-20T08:13:03Z
date_published: 2019-08-01T00:00:00Z
date_updated: 2023-02-28T12:11:07Z
day: '01'
doi: 10.1017/jog.2019.40
extern: '1'
intvolume: '        65'
issue: '252'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.1017/jog.2019.40
month: '08'
oa: 1
oa_version: Published Version
page: 617-632
publication: Journal of Glaciology
publication_identifier:
  eissn:
  - 1727-5652
  issn:
  - 0022-1430
publication_status: published
publisher: Cambridge University Press
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'Supraglacial ice cliffs and ponds on debris-covered glaciers: Spatio-temporal
  distribution and characteristics'
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 65
year: '2019'
...
---
_id: '12602'
abstract:
- lang: eng
  text: 'This study aims at developing and applying a spatially-distributed coupled
    glacier mass balance and ice-flow model to attribute the response of glaciers
    to natural and anthropogenic climate change. We focus on two glaciers with contrasting
    surface characteristics: a debris-covered glacier (Langtang Glacier in Nepal)
    and a clean-ice glacier (Hintereisferner in Austria). The model is applied from
    the end of the Little Ice Age (1850) to the present-day (2016) and is forced with
    four bias-corrected General Circulation Models (GCMs) from the historical experiment
    of the CMIP5 archive. The selected GCMs represent region-specific warm-dry, warm-wet,
    cold-dry, and cold-wet climate conditions. To isolate the effects of anthropogenic
    climate change on glacier mass balance and flow runs from these GCMs with and
    without further anthropogenic forcing after 1970 until 2016 are selected. The
    outcomes indicate that both glaciers experience the largest reduction in area
    and volume under warm climate conditions, whereas area and volume reductions are
    smaller under cold climate conditions. Simultaneously with changes in glacier
    area and volume, surface velocities generally decrease over time. Without further
    anthropogenic forcing the results reveal a 3% (9%) smaller decline in glacier
    area (volume) for the debris-covered glacier and a 18% (39%) smaller decline in
    glacier area (volume) for the clean-ice glacier. The difference in the magnitude
    between the two glaciers can mainly be attributed to differences in the response
    time of the glaciers, where the clean-ice glacier shows a much faster response
    to climate change. We conclude that the response of the two glaciers can mainly
    be attributed to anthropogenic climate change and that the impact is larger on
    the clean-ice glacier. The outcomes show that the model performs well under different
    climate conditions and that the developed approach can be used for regional-scale
    glacio-hydrological modeling.'
article_number: '143'
article_processing_charge: No
article_type: original
author:
- first_name: René R.
  full_name: Wijngaard, René R.
  last_name: Wijngaard
- first_name: Jakob F.
  full_name: Steiner, Jakob F.
  last_name: Steiner
- first_name: Philip D. A.
  full_name: Kraaijenbrink, Philip D. A.
  last_name: Kraaijenbrink
- first_name: Christoph
  full_name: Klug, Christoph
  last_name: Klug
- first_name: Surendra
  full_name: Adhikari, Surendra
  last_name: Adhikari
- first_name: Argha
  full_name: Banerjee, Argha
  last_name: Banerjee
- first_name: Francesca
  full_name: Pellicciotti, Francesca
  id: b28f055a-81ea-11ed-b70c-a9fe7f7b0e70
  last_name: Pellicciotti
- first_name: Ludovicus P. H.
  full_name: van Beek, Ludovicus P. H.
  last_name: van Beek
- first_name: Marc F. P.
  full_name: Bierkens, Marc F. P.
  last_name: Bierkens
- first_name: Arthur F.
  full_name: Lutz, Arthur F.
  last_name: Lutz
- first_name: Walter W.
  full_name: Immerzeel, Walter W.
  last_name: Immerzeel
citation:
  ama: Wijngaard RR, Steiner JF, Kraaijenbrink PDA, et al. Modeling the response of
    the Langtang Glacier and the Hintereisferner to a changing climate since the Little
    Ice Age. <i>Frontiers in Earth Science</i>. 2019;7. doi:<a href="https://doi.org/10.3389/feart.2019.00143">10.3389/feart.2019.00143</a>
  apa: Wijngaard, R. R., Steiner, J. F., Kraaijenbrink, P. D. A., Klug, C., Adhikari,
    S., Banerjee, A., … Immerzeel, W. W. (2019). Modeling the response of the Langtang
    Glacier and the Hintereisferner to a changing climate since the Little Ice Age.
    <i>Frontiers in Earth Science</i>. Frontiers Media. <a href="https://doi.org/10.3389/feart.2019.00143">https://doi.org/10.3389/feart.2019.00143</a>
  chicago: Wijngaard, René R., Jakob F. Steiner, Philip D. A. Kraaijenbrink, Christoph
    Klug, Surendra Adhikari, Argha Banerjee, Francesca Pellicciotti, et al. “Modeling
    the Response of the Langtang Glacier and the Hintereisferner to a Changing Climate
    since the Little Ice Age.” <i>Frontiers in Earth Science</i>. Frontiers Media,
    2019. <a href="https://doi.org/10.3389/feart.2019.00143">https://doi.org/10.3389/feart.2019.00143</a>.
  ieee: R. R. Wijngaard <i>et al.</i>, “Modeling the response of the Langtang Glacier
    and the Hintereisferner to a changing climate since the Little Ice Age,” <i>Frontiers
    in Earth Science</i>, vol. 7. Frontiers Media, 2019.
  ista: Wijngaard RR, Steiner JF, Kraaijenbrink PDA, Klug C, Adhikari S, Banerjee
    A, Pellicciotti F, van Beek LPH, Bierkens MFP, Lutz AF, Immerzeel WW. 2019. Modeling
    the response of the Langtang Glacier and the Hintereisferner to a changing climate
    since the Little Ice Age. Frontiers in Earth Science. 7, 143.
  mla: Wijngaard, René R., et al. “Modeling the Response of the Langtang Glacier and
    the Hintereisferner to a Changing Climate since the Little Ice Age.” <i>Frontiers
    in Earth Science</i>, vol. 7, 143, Frontiers Media, 2019, doi:<a href="https://doi.org/10.3389/feart.2019.00143">10.3389/feart.2019.00143</a>.
  short: R.R. Wijngaard, J.F. Steiner, P.D.A. Kraaijenbrink, C. Klug, S. Adhikari,
    A. Banerjee, F. Pellicciotti, L.P.H. van Beek, M.F.P. Bierkens, A.F. Lutz, W.W.
    Immerzeel, Frontiers in Earth Science 7 (2019).
date_created: 2023-02-20T08:13:08Z
date_published: 2019-06-04T00:00:00Z
date_updated: 2023-02-28T12:04:48Z
day: '04'
doi: 10.3389/feart.2019.00143
extern: '1'
intvolume: '         7'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.3389/feart.2019.00143
month: '06'
oa: 1
oa_version: Published Version
publication: Frontiers in Earth Science
publication_identifier:
  issn:
  - 2296-6463
publication_status: published
publisher: Frontiers Media
quality_controlled: '1'
scopus_import: '1'
status: public
title: Modeling the response of the Langtang Glacier and the Hintereisferner to a
  changing climate since the Little Ice Age
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 7
year: '2019'
...
---
_id: '12901'
article_processing_charge: No
author:
- first_name: Alois
  full_name: Schlögl, Alois
  id: 45BF87EE-F248-11E8-B48F-1D18A9856A87
  last_name: Schlögl
  orcid: 0000-0002-5621-8100
- first_name: Janos
  full_name: Kiss, Janos
  id: 3D3A06F8-F248-11E8-B48F-1D18A9856A87
  last_name: Kiss
- first_name: Stefano
  full_name: Elefante, Stefano
  id: 490F40CE-F248-11E8-B48F-1D18A9856A87
  last_name: Elefante
citation:
  ama: 'Schlögl A, Kiss J, Elefante S. Is Debian suitable for running an HPC Cluster?
    In: <i>AHPC19 - Austrian HPC Meeting 2019 </i>. Institut für Mathematik und wissenschaftliches
    Rechnen der Universität Graz; 2019:25.'
  apa: 'Schlögl, A., Kiss, J., &#38; Elefante, S. (2019). Is Debian suitable for running
    an HPC Cluster? In <i>AHPC19 - Austrian HPC Meeting 2019 </i> (p. 25). Grundlsee,
    Austria: Institut für Mathematik und wissenschaftliches Rechnen der Universität
    Graz.'
  chicago: Schlögl, Alois, Janos Kiss, and Stefano Elefante. “Is Debian Suitable for
    Running an HPC Cluster?” In <i>AHPC19 - Austrian HPC Meeting 2019 </i>, 25. Institut
    für Mathematik und wissenschaftliches Rechnen der Universität Graz, 2019.
  ieee: A. Schlögl, J. Kiss, and S. Elefante, “Is Debian suitable for running an HPC
    Cluster?,” in <i>AHPC19 - Austrian HPC Meeting 2019 </i>, Grundlsee, Austria,
    2019, p. 25.
  ista: 'Schlögl A, Kiss J, Elefante S. 2019. Is Debian suitable for running an HPC
    Cluster? AHPC19 - Austrian HPC Meeting 2019 . AHPC: Austrian HPC Meeting, 25.'
  mla: Schlögl, Alois, et al. “Is Debian Suitable for Running an HPC Cluster?” <i>AHPC19
    - Austrian HPC Meeting 2019 </i>, Institut für Mathematik und wissenschaftliches
    Rechnen der Universität Graz, 2019, p. 25.
  short: A. Schlögl, J. Kiss, S. Elefante, in:, AHPC19 - Austrian HPC Meeting 2019
    , Institut für Mathematik und wissenschaftliches Rechnen der Universität Graz,
    2019, p. 25.
conference:
  end_date: 2019-02-27
  location: Grundlsee, Austria
  name: 'AHPC: Austrian HPC Meeting'
  start_date: 2019-02-25
date_created: 2023-05-05T12:48:48Z
date_published: 2019-02-27T00:00:00Z
date_updated: 2023-05-16T07:29:32Z
day: '27'
ddc:
- '000'
department:
- _id: ScienComp
file:
- access_level: open_access
  checksum: acc8272027faaf30709c51ac5c58ffa4
  content_type: application/pdf
  creator: dernst
  date_created: 2023-05-16T07:27:09Z
  date_updated: 2023-05-16T07:27:09Z
  file_id: '12970'
  file_name: 2019_AHPC_Schloegl.pdf
  file_size: 1097603
  relation: main_file
  success: 1
file_date_updated: 2023-05-16T07:27:09Z
has_accepted_license: '1'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://vsc.ac.at/fileadmin/user_upload/vsc/conferences/ahpc19/BOOKLET_AHPC19.pdf
month: '02'
oa: 1
oa_version: Published Version
page: '25'
publication: 'AHPC19 - Austrian HPC Meeting 2019 '
publication_status: published
publisher: Institut für Mathematik und wissenschaftliches Rechnen der Universität
  Graz
status: public
title: Is Debian suitable for running an HPC Cluster?
type: conference_abstract
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2019'
...
---
_id: '13067'
abstract:
- lang: eng
  text: Genetic incompatibilities contribute to reproductive isolation between many
    diverging populations, but it is still unclear to what extent they play a role
    if divergence happens with gene flow. In contact zones between the "Crab" and
    "Wave" ecotypes of the snail Littorina saxatilis divergent selection forms strong
    barriers to gene flow, while the role of postzygotic barriers due to selection
    against hybrids remains unclear. High embryo abortion rates in this species could
    indicate the presence of such barriers. Postzygotic barriers might include genetic
    incompatibilities (e.g. Dobzhansky-Muller incompatibilities) but also maladaptation,
    both expected to be most pronounced in contact zones. In addition, embryo abortion
    might reflect physiological stress on females and embryos independent of any genetic
    stress. We examined all embryos of &gt;500 females sampled outside and inside
    contact zones of three populations in Sweden. Females' clutch size ranged from
    0 to 1011 embryos (mean 130±123) and abortion rates varied between 0 and100% (mean
    12%). We described female genotypes by using a hybrid index based on hundreds
    of SNPs differentiated between ecotypes with which we characterised female genotypes.
    We also calculated female SNP heterozygosity and inversion karyotype. Clutch size
    did not vary with female hybrid index and abortion rates were only weakly related
    to hybrid index in two sites but not at all in a third site. No additional variation
    in abortion rate was explained by female SNP heterozygosity, but increased female
    inversion heterozygosity added slightly to increased abortion. Our results show
    only weak and probably biologically insignificant postzygotic barriers contributing
    to ecotype divergence and the high and variable abortion rates were marginally,
    if at all, explained by hybrid index of females.
article_processing_charge: No
author:
- first_name: Kerstin
  full_name: Johannesson, Kerstin
  last_name: Johannesson
- first_name: Zuzanna
  full_name: Zagrodzka, Zuzanna
  last_name: Zagrodzka
- first_name: Rui
  full_name: Faria, Rui
  last_name: Faria
- first_name: Anja M
  full_name: Westram, Anja M
  id: 3C147470-F248-11E8-B48F-1D18A9856A87
  last_name: Westram
  orcid: 0000-0003-1050-4969
- first_name: Roger
  full_name: Butlin, Roger
  last_name: Butlin
citation:
  ama: 'Johannesson K, Zagrodzka Z, Faria R, Westram AM, Butlin R. Data from: Is embryo
    abortion a postzygotic barrier to gene flow between Littorina ecotypes? 2019.
    doi:<a href="https://doi.org/10.5061/DRYAD.TB2RBNZWK">10.5061/DRYAD.TB2RBNZWK</a>'
  apa: 'Johannesson, K., Zagrodzka, Z., Faria, R., Westram, A. M., &#38; Butlin, R.
    (2019). Data from: Is embryo abortion a postzygotic barrier to gene flow between
    Littorina ecotypes? Dryad. <a href="https://doi.org/10.5061/DRYAD.TB2RBNZWK">https://doi.org/10.5061/DRYAD.TB2RBNZWK</a>'
  chicago: 'Johannesson, Kerstin, Zuzanna Zagrodzka, Rui Faria, Anja M Westram, and
    Roger Butlin. “Data from: Is Embryo Abortion a Postzygotic Barrier to Gene Flow
    between Littorina Ecotypes?” Dryad, 2019. <a href="https://doi.org/10.5061/DRYAD.TB2RBNZWK">https://doi.org/10.5061/DRYAD.TB2RBNZWK</a>.'
  ieee: 'K. Johannesson, Z. Zagrodzka, R. Faria, A. M. Westram, and R. Butlin, “Data
    from: Is embryo abortion a postzygotic barrier to gene flow between Littorina
    ecotypes?” Dryad, 2019.'
  ista: 'Johannesson K, Zagrodzka Z, Faria R, Westram AM, Butlin R. 2019. Data from:
    Is embryo abortion a postzygotic barrier to gene flow between Littorina ecotypes?,
    Dryad, <a href="https://doi.org/10.5061/DRYAD.TB2RBNZWK">10.5061/DRYAD.TB2RBNZWK</a>.'
  mla: 'Johannesson, Kerstin, et al. <i>Data from: Is Embryo Abortion a Postzygotic
    Barrier to Gene Flow between Littorina Ecotypes?</i> Dryad, 2019, doi:<a href="https://doi.org/10.5061/DRYAD.TB2RBNZWK">10.5061/DRYAD.TB2RBNZWK</a>.'
  short: K. Johannesson, Z. Zagrodzka, R. Faria, A.M. Westram, R. Butlin, (2019).
date_created: 2023-05-23T16:36:27Z
date_published: 2019-12-02T00:00:00Z
date_updated: 2023-09-06T14:48:57Z
day: '02'
ddc:
- '570'
department:
- _id: NiBa
doi: 10.5061/DRYAD.TB2RBNZWK
license: https://creativecommons.org/publicdomain/zero/1.0/
main_file_link:
- open_access: '1'
  url: https://doi.org/10.5061/dryad.tb2rbnzwk
month: '12'
oa: 1
oa_version: Published Version
publisher: Dryad
related_material:
  record:
  - id: '7205'
    relation: used_in_publication
    status: public
status: public
title: 'Data from: Is embryo abortion a postzygotic barrier to gene flow between Littorina
  ecotypes?'
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: '2019'
...
---
_id: '13079'
abstract:
- lang: eng
  text: The inner nuclear membrane (INM) is a subdomain of the endoplasmic reticulum
    (ER) that is gated by the nuclear pore complex. It is unknown whether proteins
    of the INM and ER are degraded through shared or distinct pathways in mammalian
    cells. We applied dynamic proteomics to profile protein half-lives and report
    that INM and ER residents turn over at similar rates, indicating that the INM’s
    unique topology is not a barrier to turnover. Using a microscopy approach, we
    observed that the proteasome can degrade INM proteins in situ. However, we also
    uncovered evidence for selective, vesicular transport-mediated turnover of a single
    INM protein, emerin, that is potentiated by ER stress. Emerin is rapidly cleared
    from the INM by a mechanism that requires emerin’s LEM domain to mediate vesicular
    trafficking to lysosomes. This work demonstrates that the INM can be dynamically
    remodeled in response to environmental inputs.
article_processing_charge: No
author:
- first_name: Abigail
  full_name: Buchwalter, Abigail
  last_name: Buchwalter
- first_name: Roberta
  full_name: Schulte, Roberta
  last_name: Schulte
- first_name: Hsiao
  full_name: Tsai, Hsiao
  last_name: Tsai
- first_name: Juliana
  full_name: Capitanio, Juliana
  last_name: Capitanio
- first_name: Martin W
  full_name: HETZER, Martin W
  id: 86c0d31b-b4eb-11ec-ac5a-eae7b2e135ed
  last_name: HETZER
  orcid: 0000-0002-2111-992X
citation:
  ama: 'Buchwalter A, Schulte R, Tsai H, Capitanio J, Hetzer M. Data from: Selective
    clearance of the inner nuclear membrane protein emerin by vesicular transport
    during ER stress. 2019. doi:<a href="https://doi.org/10.5061/DRYAD.N0R525H">10.5061/DRYAD.N0R525H</a>'
  apa: 'Buchwalter, A., Schulte, R., Tsai, H., Capitanio, J., &#38; Hetzer, M. (2019).
    Data from: Selective clearance of the inner nuclear membrane protein emerin by
    vesicular transport during ER stress. Dryad. <a href="https://doi.org/10.5061/DRYAD.N0R525H">https://doi.org/10.5061/DRYAD.N0R525H</a>'
  chicago: 'Buchwalter, Abigail, Roberta Schulte, Hsiao Tsai, Juliana Capitanio, and
    Martin Hetzer. “Data from: Selective Clearance of the Inner Nuclear Membrane Protein
    Emerin by Vesicular Transport during ER Stress.” Dryad, 2019. <a href="https://doi.org/10.5061/DRYAD.N0R525H">https://doi.org/10.5061/DRYAD.N0R525H</a>.'
  ieee: 'A. Buchwalter, R. Schulte, H. Tsai, J. Capitanio, and M. Hetzer, “Data from:
    Selective clearance of the inner nuclear membrane protein emerin by vesicular
    transport during ER stress.” Dryad, 2019.'
  ista: 'Buchwalter A, Schulte R, Tsai H, Capitanio J, Hetzer M. 2019. Data from:
    Selective clearance of the inner nuclear membrane protein emerin by vesicular
    transport during ER stress, Dryad, <a href="https://doi.org/10.5061/DRYAD.N0R525H">10.5061/DRYAD.N0R525H</a>.'
  mla: 'Buchwalter, Abigail, et al. <i>Data from: Selective Clearance of the Inner
    Nuclear Membrane Protein Emerin by Vesicular Transport during ER Stress</i>. Dryad,
    2019, doi:<a href="https://doi.org/10.5061/DRYAD.N0R525H">10.5061/DRYAD.N0R525H</a>.'
  short: A. Buchwalter, R. Schulte, H. Tsai, J. Capitanio, M. Hetzer, (2019).
date_created: 2023-05-23T17:09:30Z
date_published: 2019-10-28T00:00:00Z
date_updated: 2023-05-31T06:36:23Z
day: '28'
ddc:
- '570'
doi: 10.5061/DRYAD.N0R525H
extern: '1'
main_file_link:
- open_access: '1'
  url: https://doi.org/10.5061/dryad.n0r525h
month: '10'
oa: 1
oa_version: Published Version
publisher: Dryad
related_material:
  record:
  - id: '11060'
    relation: used_in_publication
    status: public
status: public
title: 'Data from: Selective clearance of the inner nuclear membrane protein emerin
  by vesicular transport during ER stress'
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: '2019'
...
---
_id: '13366'
abstract:
- lang: eng
  text: The ability to reversibly assemble nanoparticles using light is both fundamentally
    interesting and important for applications ranging from reversible data storage
    to controlled drug delivery. Here, the diverse approaches that have so far been
    developed to control the self-assembly of nanoparticles using light are reviewed
    and compared. These approaches include functionalizing nanoparticles with monolayers
    of photoresponsive molecules, placing them in photoresponsive media capable of
    reversibly protonating the particles under light, and decorating plasmonic nanoparticles
    with thermoresponsive polymers, to name just a few. The applicability of these
    methods to larger, micrometer-sized particles is also discussed. Finally, several
    perspectives on further developments in the field are offered.
article_number: '1905866'
article_processing_charge: No
article_type: original
author:
- first_name: Tong
  full_name: Bian, Tong
  last_name: Bian
- first_name: Zonglin
  full_name: Chu, Zonglin
  last_name: Chu
- first_name: Rafal
  full_name: Klajn, Rafal
  id: 8e84690e-1e48-11ed-a02b-a1e6fb8bb53b
  last_name: Klajn
citation:
  ama: Bian T, Chu Z, Klajn R. The many ways to assemble nanoparticles using light.
    <i>Advanced Materials</i>. 2019;32(20). doi:<a href="https://doi.org/10.1002/adma.201905866">10.1002/adma.201905866</a>
  apa: Bian, T., Chu, Z., &#38; Klajn, R. (2019). The many ways to assemble nanoparticles
    using light. <i>Advanced Materials</i>. Wiley. <a href="https://doi.org/10.1002/adma.201905866">https://doi.org/10.1002/adma.201905866</a>
  chicago: Bian, Tong, Zonglin Chu, and Rafal Klajn. “The Many Ways to Assemble Nanoparticles
    Using Light.” <i>Advanced Materials</i>. Wiley, 2019. <a href="https://doi.org/10.1002/adma.201905866">https://doi.org/10.1002/adma.201905866</a>.
  ieee: T. Bian, Z. Chu, and R. Klajn, “The many ways to assemble nanoparticles using
    light,” <i>Advanced Materials</i>, vol. 32, no. 20. Wiley, 2019.
  ista: Bian T, Chu Z, Klajn R. 2019. The many ways to assemble nanoparticles using
    light. Advanced Materials. 32(20), 1905866.
  mla: Bian, Tong, et al. “The Many Ways to Assemble Nanoparticles Using Light.” <i>Advanced
    Materials</i>, vol. 32, no. 20, 1905866, Wiley, 2019, doi:<a href="https://doi.org/10.1002/adma.201905866">10.1002/adma.201905866</a>.
  short: T. Bian, Z. Chu, R. Klajn, Advanced Materials 32 (2019).
date_created: 2023-08-01T09:37:26Z
date_published: 2019-11-19T00:00:00Z
date_updated: 2023-08-07T10:23:41Z
day: '19'
doi: 10.1002/adma.201905866
extern: '1'
external_id:
  pmid:
  - '31709655'
intvolume: '        32'
issue: '20'
keyword:
- Mechanical Engineering
- Mechanics of Materials
- General Materials Science
language:
- iso: eng
month: '11'
oa_version: None
pmid: 1
publication: Advanced Materials
publication_identifier:
  eissn:
  - 1521-4095
  issn:
  - 0935-9648
publication_status: published
publisher: Wiley
quality_controlled: '1'
scopus_import: '1'
status: public
title: The many ways to assemble nanoparticles using light
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 32
year: '2019'
...
---
_id: '13369'
abstract:
- lang: eng
  text: Arylazopyrazoles represent a new family of molecular photoswitches characterized
    by a near-quantitative conversion between two states and long thermal half-lives
    of the metastable state. Here, we investigated the behavior of a model arylazopyrazole
    in the presence of a self-assembled cage based on Pd–imidazole coordination. Owing
    to its high water solubility, the cage can solubilize the E isomer of arylazopyrazole,
    which, by itself, is not soluble in water. NMR spectroscopy and X-ray crystallography
    have independently demonstrated that each cage can encapsulate two molecules of
    E-arylazopyrazole. UV-induced switching to the Z isomer was accompanied by the
    release of one of the two guests from the cage and the formation of a 1:1 cage/Z-arylazopyrazole
    inclusion complex. DFT calculations suggest that this process involves a dramatic
    change in the conformation of the cage. Back-isomerization was induced with green
    light and resulted in the initial 1:2 cage/E-arylazopyrazole complex. This back-isomerization
    reaction also proceeded in the dark, with a rate significantly higher than in
    the absence of the cage.
article_processing_charge: No
article_type: original
author:
- first_name: Anton I
  full_name: Hanopolskyi, Anton I
  last_name: Hanopolskyi
- first_name: Soumen
  full_name: De, Soumen
  last_name: De
- first_name: Michał J
  full_name: Białek, Michał J
  last_name: Białek
- first_name: Yael
  full_name: Diskin-Posner, Yael
  last_name: Diskin-Posner
- first_name: Liat
  full_name: Avram, Liat
  last_name: Avram
- first_name: Moran
  full_name: Feller, Moran
  last_name: Feller
- first_name: Rafal
  full_name: Klajn, Rafal
  id: 8e84690e-1e48-11ed-a02b-a1e6fb8bb53b
  last_name: Klajn
citation:
  ama: Hanopolskyi AI, De S, Białek MJ, et al. Reversible switching of arylazopyrazole
    within a metal–organic cage. <i>Beilstein Journal of Organic Chemistry</i>. 2019;15:2398-2407.
    doi:<a href="https://doi.org/10.3762/bjoc.15.232">10.3762/bjoc.15.232</a>
  apa: Hanopolskyi, A. I., De, S., Białek, M. J., Diskin-Posner, Y., Avram, L., Feller,
    M., &#38; Klajn, R. (2019). Reversible switching of arylazopyrazole within a metal–organic
    cage. <i>Beilstein Journal of Organic Chemistry</i>. Beilstein Institut. <a href="https://doi.org/10.3762/bjoc.15.232">https://doi.org/10.3762/bjoc.15.232</a>
  chicago: Hanopolskyi, Anton I, Soumen De, Michał J Białek, Yael Diskin-Posner, Liat
    Avram, Moran Feller, and Rafal Klajn. “Reversible Switching of Arylazopyrazole
    within a Metal–Organic Cage.” <i>Beilstein Journal of Organic Chemistry</i>. Beilstein
    Institut, 2019. <a href="https://doi.org/10.3762/bjoc.15.232">https://doi.org/10.3762/bjoc.15.232</a>.
  ieee: A. I. Hanopolskyi <i>et al.</i>, “Reversible switching of arylazopyrazole
    within a metal–organic cage,” <i>Beilstein Journal of Organic Chemistry</i>, vol.
    15. Beilstein Institut, pp. 2398–2407, 2019.
  ista: Hanopolskyi AI, De S, Białek MJ, Diskin-Posner Y, Avram L, Feller M, Klajn
    R. 2019. Reversible switching of arylazopyrazole within a metal–organic cage.
    Beilstein Journal of Organic Chemistry. 15, 2398–2407.
  mla: Hanopolskyi, Anton I., et al. “Reversible Switching of Arylazopyrazole within
    a Metal–Organic Cage.” <i>Beilstein Journal of Organic Chemistry</i>, vol. 15,
    Beilstein Institut, 2019, pp. 2398–407, doi:<a href="https://doi.org/10.3762/bjoc.15.232">10.3762/bjoc.15.232</a>.
  short: A.I. Hanopolskyi, S. De, M.J. Białek, Y. Diskin-Posner, L. Avram, M. Feller,
    R. Klajn, Beilstein Journal of Organic Chemistry 15 (2019) 2398–2407.
date_created: 2023-08-01T09:38:06Z
date_published: 2019-10-10T00:00:00Z
date_updated: 2023-08-07T10:34:56Z
day: '10'
doi: 10.3762/bjoc.15.232
extern: '1'
external_id:
  pmid:
  - '31666874'
intvolume: '        15'
keyword:
- Organic Chemistry
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.3762/bjoc.15.232
month: '10'
oa: 1
oa_version: Published Version
page: 2398-2407
pmid: 1
publication: Beilstein Journal of Organic Chemistry
publication_identifier:
  eissn:
  - 1860-5397
publication_status: published
publisher: Beilstein Institut
quality_controlled: '1'
scopus_import: '1'
status: public
title: Reversible switching of arylazopyrazole within a metal–organic cage
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 15
year: '2019'
...
---
_id: '13370'
abstract:
- lang: eng
  text: Efficient isomerization of photochromic molecules often requires conformational
    freedom and is typically not available under solvent-free conditions. Here, we
    report a general methodology allowing for reversible switching of such molecules
    on the surfaces of solid materials. Our method is based on dispersing photochromic
    compounds within polysilsesquioxane nanowire networks (PNNs), which can be fabricated
    as transparent, highly porous, micrometer-thick layers on various substrates.
    We found that azobenzene switching within the PNNs proceeded unusually fast compared
    with the same molecules in liquid solvents. Efficient isomerization of another
    photochromic system, spiropyran, from a colorless to a colored form was used to
    create reversible images in PNN-coated glass. The coloration reaction could be
    induced with sunlight and is of interest for developing “smart” windows.
article_processing_charge: No
article_type: original
author:
- first_name: Zonglin
  full_name: Chu, Zonglin
  last_name: Chu
- first_name: Rafal
  full_name: Klajn, Rafal
  id: 8e84690e-1e48-11ed-a02b-a1e6fb8bb53b
  last_name: Klajn
citation:
  ama: Chu Z, Klajn R. Polysilsesquioxane nanowire networks as an “Artificial Solvent”
    for reversible operation of photochromic molecules. <i>Nano Letters</i>. 2019;19(10):7106-7111.
    doi:<a href="https://doi.org/10.1021/acs.nanolett.9b02642">10.1021/acs.nanolett.9b02642</a>
  apa: Chu, Z., &#38; Klajn, R. (2019). Polysilsesquioxane nanowire networks as an
    “Artificial Solvent” for reversible operation of photochromic molecules. <i>Nano
    Letters</i>. American Chemical Society. <a href="https://doi.org/10.1021/acs.nanolett.9b02642">https://doi.org/10.1021/acs.nanolett.9b02642</a>
  chicago: Chu, Zonglin, and Rafal Klajn. “Polysilsesquioxane Nanowire Networks as
    an ‘Artificial Solvent’ for Reversible Operation of Photochromic Molecules.” <i>Nano
    Letters</i>. American Chemical Society, 2019. <a href="https://doi.org/10.1021/acs.nanolett.9b02642">https://doi.org/10.1021/acs.nanolett.9b02642</a>.
  ieee: Z. Chu and R. Klajn, “Polysilsesquioxane nanowire networks as an ‘Artificial
    Solvent’ for reversible operation of photochromic molecules,” <i>Nano Letters</i>,
    vol. 19, no. 10. American Chemical Society, pp. 7106–7111, 2019.
  ista: Chu Z, Klajn R. 2019. Polysilsesquioxane nanowire networks as an “Artificial
    Solvent” for reversible operation of photochromic molecules. Nano Letters. 19(10),
    7106–7111.
  mla: Chu, Zonglin, and Rafal Klajn. “Polysilsesquioxane Nanowire Networks as an
    ‘Artificial Solvent’ for Reversible Operation of Photochromic Molecules.” <i>Nano
    Letters</i>, vol. 19, no. 10, American Chemical Society, 2019, pp. 7106–11, doi:<a
    href="https://doi.org/10.1021/acs.nanolett.9b02642">10.1021/acs.nanolett.9b02642</a>.
  short: Z. Chu, R. Klajn, Nano Letters 19 (2019) 7106–7111.
date_created: 2023-08-01T09:38:23Z
date_published: 2019-09-20T00:00:00Z
date_updated: 2023-08-07T10:39:34Z
day: '20'
doi: 10.1021/acs.nanolett.9b02642
extern: '1'
external_id:
  pmid:
  - '31539469'
intvolume: '        19'
issue: '10'
keyword:
- Mechanical Engineering
- Condensed Matter Physics
- General Materials Science
- General Chemistry
- Bioengineering
language:
- iso: eng
month: '09'
oa_version: None
page: 7106-7111
pmid: 1
publication: Nano Letters
publication_identifier:
  eissn:
  - 1530-6992
  issn:
  - 1530-6984
publication_status: published
publisher: American Chemical Society
quality_controlled: '1'
scopus_import: '1'
status: public
title: Polysilsesquioxane nanowire networks as an “Artificial Solvent” for reversible
  operation of photochromic molecules
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 19
year: '2019'
...
