SearcharxivSearch

arXiv subjects

Susanne Braun

Publications and source records attributed to Susanne Braun.

2 recordsLinked to original sources

Unraveling the Mechanisms of Ultrasound-Induced Mechanical Degradation of Microgels: Effects of Mechanoresponsive Crosslinks, Softness, and Core-Shell Architecture

Ultrasound-induced degradation of soft polymeric colloids, like microgels, as well as a controlled drug release enabled by mechanoresponsive bonds, has recently attracted considerable attention. However, most examples in the literature focus primarily on the applications rather than examining the underlying mechanisms of the structural changes occurring in microgels due to cavitation - changes that are crucial for developing effective drug delivery systems. In this work, we provide a comprehensive view on how microgel structure governs the susceptibility to rupture and mass loss upon cavitation, investigating both conventional microgels containing mechanoresponsive disulfide bonds and more complex asymmetrically crosslinked core-shell microgels. By combining dynamic and static light scattering, small-angle X-ray scattering, and atomic force microscopy, we demonstrate that an interplay between mechanoresponsive crosslinks and the swelling degree determines the microgels susceptibility to ultrasound-induced damage. Our findings indicate that local stress from cavitation bubbles varies strongly within the microgel dispersion. The majority of microgels undergo gradual erosion at their periphery, resulting in smaller yet structurally intact particles over time, observable by light scattering and AFM. In contrast, microgels closer to a cavitation bubble can experience partial rupture or completely disintegrate, producing smaller, more polydisperse fragments, which contributes substantially to the overall mass loss observed. In the core-shell microgels with different crosslinkers in the core and shell, degradation occurs nearly uniformly across both regions, instead of selectively targeting the weaker part. These observations highlight the complexity of the degradation dynamics as well as the similarity to processes seen in linear polymers and bulk hydrogels.

cond-mat.soft

Tackling Consistency-related Design Challenges of Distributed Data-Intensive Systems - An Action Research Study

Background: Distributed data-intensive systems are increasingly designed to be only eventually consistent. Persistent data is no longer processed with serialized and transactional access, exposing applications to a range of potential concurrency anomalies that need to be handled by the application itself. Controlling concurrent data access in monolithic systems is already challenging, but the problem is exacerbated in distributed systems. To make it worse, only little systematic engineering guidance is provided by the software architecture community regarding this issue. Aims: In this paper, we report on our study of the effectiveness and applicability of the novel design guidelines we are proposing in this regard. Method: We used action research and conducted it in the context of the software architecture design process of a multi-site platform development project. Results: Our hypotheses regarding effectiveness and applicability have been accepted in the context of the study. The initial design guidelines were refined throughout the study. Thus, we also contribute concrete guidelines for architecting distributed data-intensive systems with eventually consistent data. The guidelines are an advancement of Domain-Driven Design and provide additional patterns for the tactical design part. Conclusions: Based on our results, we recommend using the guidelines to architect safe eventually consistent systems. Because of the relevance of distributed data-intensive systems, we will drive this research forward and evaluate it in further domains.

cs.SE