@article{59229,
  abstract     = {{<jats:p>Die Nahrungszubereitung als zentraler Bestandteil eines haushaltsbezogenen Unterrichts dient der Anbahnung von Kompetenzen für die Zubereitung von Speisen und die Gestaltung von Mahlzeiten unter Berücksichtigung von Gesundheit und Nachhaltigkeit. Ebenso bedeutsam, jedoch häufig vernachlässigt, ist die Berücksichtigung unterschiedlicher Esskulturen, lebensweltlicher Erfahrungen und sozioökonomischer Hintergründe der Lernenden.</jats:p>}},
  author       = {{Schlegel-Matthies, Kirsten}},
  issn         = {{2193-8806}},
  journal      = {{HiBiFo – Haushalt in Bildung &amp; Forschung}},
  number       = {{1}},
  pages        = {{49--63}},
  publisher    = {{Verlag Barbara Budrich GmbH}},
  title        = {{{Essen in der Vielfalt – Esskultur und Nahrungszubereitung}}},
  doi          = {{10.3224/hibifo.v14i1.05}},
  volume       = {{14}},
  year         = {{2025}},
}

@techreport{59096,
  abstract     = {{This study investigates how strategic interactions between corporate tax planning and tax enforcement are affected by two policy instruments: strengthening tax enforcement by increasing the number of specialized enforcement staff and improving tax audit technologies. I employ an economic model with a board of director's investment in a Tax Control Framework (TCF) and a tax manager's tax planning effort jointly shaping corporate tax planning and a tax auditor's technology-based audit decision. I show that the board only invests in the TCF when the enforcement environment is sufficiently strict, because it trades-off the costs and benefits of tax planning. Since strengthening tax enforcement decreases tax planning effort, the result can be less investment in a TCF in a strict enforcement environment, implying that TCF investment and enforcement can be strategic substitutes. Strikingly, I identify conditions under which improvements in tax audit technology increase corporate tax planning and impair tax audit efficiency, due to a crowding-out of audit incentives. This result contradicts the view that improving audit technologies is universally effective, particularly in tax authorities with adequate staffing.}},
  author       = {{Dyck, Daniel}},
  title        = {{{Corporate Tax Planning and Enforcement}}},
  doi          = {{10.2139/ssrn.5186857}},
  year         = {{2025}},
}

@phdthesis{59232,
  abstract     = {{Heterogeneous computing devices comprising multiple processing systems combined with a programmable logic like an FPGA have become increasingly popular. Developing and runtime managing these heterogeneous platform devices, however, still poses multiple challenges. The programming paradigms for hardware and software applications fundamentally differ, while the runtime management requires additional attention. The first steps towards unifying design flows have been taken by creating high-level synthesis tools. However, these toolsfocus on the design process and lack runtime management features. FPGA operating systems aim to close this gap by providing runtime management features and build tools. ReconOS, as an example of an FPGA operating system, allows bridging the hardware-software gap by integrating hardware-located computation units as threads into a host operating system, allowing for familiar inter-thread programming paradigms to be extended to FPGAs. This thesis presents ReconOS64, a successor and fork of ReconOS, aiming at modern 64-bit platform systems-on-chip. Besides establishing support for this platform and incorporating new system generation processes, ReconOS64 provides additional features for both development and runtime management. By providing a flexible grouping mechanism for hardware-located threads, partial reconfiguration for exchanging individual threads at runtime is simplified. Further runtime flexibility was achieved by implementing a multi-clock architecture, allowing individual groups of threads to be executed at different frequencies, which can be adapted during runtime with a low reconfiguration overhead. In addition, this thesis provides an overview of further development approaches on various systems based on ReconOS64 and ReconOS.}},
  author       = {{Clausing, Lennart}},
  title        = {{{ReconOS64 - Hardware-Software Multithreading for Heterogeneous Platform FPGAs}}},
  doi          = {{10.17619/UNIPB/1-2216}},
  year         = {{2025}},
}

@phdthesis{59239,
  abstract     = {{Diese Arbeit behandelt die Modellierung und Optimierung von mit Phasenwechselmaterialien (PCM) ausgestatteten, energietechnischen Komponenten anhand zweier Fallstudien. PCM sind Materialien, deren Phasenwechseleigenschaften während des Schmelzens und Erstarrens für Heiz- und Kühlzwecke genutzt werden. Zunächst werden die theoretischen Grundlagen zu Wärmeübertragungsproblemen mit Phasenwechsel erörtert und entsprechende numerische Lösungsmethoden diskutiert. Ein Modell für Phasenwechselvorgänge wird vorgestellt, welches anhand analytischer Lösungen validiert wurde und in den Fallstudien zum Einsatz kam. Für beide Fallstudien wird der Stand der Technik erörtert und die entsprechenden Forschungsfragen werden formuliert. Die erste Fallstudie behandelt PCM-integrierte Photovoltaikmodule und die zweite Festbett-Latentwärmespeicher, welche nicht-kugelförmiger PCM-Kapseln verwenden. Für beide Systeme wurden thermische Model-le entwickelt und anhand experimenteller Daten mit guter Genauigkeit validiert. Diese Modelle wurden in Parameterstudien eingesetzt, um optimierte Systemkonfigurationen zu identifizieren. Die vorgestellten Ergebnisse zeigen, dass ein PCM-Kühlkörper mit ausreichender Dicke und Wärmeleitfähigkeit den Wirkungsgrad und die Lebensdauer von Photovoltaikmodulen erheblich erhöht. Darüber hinaus verbessern PCM-Kapseln mit hoher Packungs-dichte und Oberfläche sowohl die volumenspezifische Speicherkapazität als auch die thermische Leistung von Festbett-Latentwärmespeichern.}},
  author       = {{Grabo, Matti}},
  keywords     = {{Heat transfer, PCM, numerical simulation, renewable energy, heat storage}},
  title        = {{{Modeling and optimization of energy system components equipped with phase change materials}}},
  doi          = {{10.17619/UNIPB/1-2199}},
  year         = {{2025}},
}

@phdthesis{59263,
  abstract     = {{In dieser Arbeit betrachten wir algorithmische Lösungen für fundamentale Probleme in modernen Kommunikationsnetzen. Im ersten Teil dieser Arbeit zeigen wir, wie man ein Overlay-Netzwerk mit Grades und Durchmesser O(log n) in O(log n) Runden ausgehend von einem beliebigen, schwach verbundenen Graphen konstruiert. Wir gehen von einem synchronen Kommunikationsnetz aus, in dem Knoten Nachrichten an alle Knoten senden können, deren Adresse sie kennen, und neue Verbindungen durch das Versenden dieser Adressen hergestellt werden können. Wenn der Ausgangsgraph des Netzwerks schwach zusammenhängend ist und einen konstanten Grad hat, dann konstruiert unser Algorithmus die gewünschte Topologie mit hoher Wahrscheinlichkeit in O(log n) Runden, wobei in jeder Runde nur O(log n) Nachrichten sendet und empfängt. Da das Problem nicht schneller gelöst werden kann als durch sogenanntes Pointer Doubling für O(log n) Runden (was sogar erfordern würde, dass jeder Knoten Ω(n) Bits kommuniziert), ist unser Algorithmus asymptotisch optimal. Außerdem zeigen wir, wie unser Algorithmus zur effizienten Lösung von Graphenproblemen im HYBRID modelverwendet werden kann. Motiviert durch die Idee, dass Knoten zwei verschiedene Arten der Kommunikation besitzen, nehmen wir an, dass die Kommunikation der Kanten unbeschränkt ist, während nur polylogarithmisch viele Nachrichten über Kanten gesendet werden können, die während der Ausführung eines Algorithmus etabliert wurden. Für einen (ungerichteten) Graphen G mit beliebigem Grad zeigen wir, wie man zusammenhängende Komponenten und einen Spannwald mit hoher Wahrscheinlichkeit in O(log n) Zeitberechnen kann. Außerdem zeigen wir, wie man ein MIS mit hoher Wahrscheinlichkeit in O(log ∆ + log log n), berechnet, wobei ∆ der Grad von G ist. Im zweiten Teil der Arbeit betrachten wir das Problem der Berechnung von kompakten Routing-Tabellen und Dekompositionen mit geringem Durchmesser für einen (gewichteten) Graphen G := (V, E, ℓ), der durch k kürzeste Wege separiert werden kann. Zu dieser Klasse von Graphen gehören planare Graphen, Graphen mit beschränkter Treewidth und Graphen, die einen festen Minor Kr ausschließen. Wir präsentieren Algorithmen im CONGEST- und im neuartigen HYBRID-Kommunikationsmodell, die in allen relevanten Parametern konkurrenzfähig sind:• Für einen gegebenen Parameter ϵ &gt; 0 berechnen wir ein Routing-Schema mit Stretch 1 + ϵ. Unser Schema berechnet Label der Größe Oe(kϵ−2) und wird in Oe(kϵ−3) Zeit im HYBRID-Modell, und Oe(kϵ−3· HD) Zeit in CONGEST. Dabei bezeichnet HD den Hopdurchmesser des Graphen.• Für einem Parameter D &gt; 0 unterteilt unser Algorithmus zur Dekomposition den Graphen in zusammenhängende Subgraphen mit starkem Durchmesser D. Eine Kante e ∈ E der Länge ℓe hat ihre Endpunkte in zwei verschieden Subgraphen mit der Wahrscheinlichkeit O(ℓe·log(k log n)/D). Die Dekomposition kann in Oe(k) Zeit im HYBRID-Modell und O˜(kHD) Zeit in CONGEST berechnet werden. Wir stellen verteilte und parallele Implementierungen von sequenziellen Divide-and-Conquer-Algorithmen vor, bei denen wir exakte kürzeste Pfade durch approximative kürzeste Pfade ersetzen. Im Gegensatz zu exakten Pfaden können diese in der verteilten und parallelen Umgebung effizient berechnet werden. Außerdem, zeigen wir, dass es ausreicht, anstelle der expliziten Berechnung von Vertex-Separatoren, einige zufällige Pfade begrenzter Länge zu wählen und die Separatoren um diese herum zu konstruieren. Schließlich stellen wir einen SetCover-Algorithmus für das Beeping-Modell vor. Unser Algorithmus läuft in O(k3) Zeit und hat eine erwartete Approximationsgüte von O(∆3/k log2 ∆). Der Wert k ∈ [3, log ∆] ist ein Parameter, mit dem wir Laufzeit gegen Approximationsgüte eintauschen können, ähnlich wie bei dem Algorithmus von Kuhn und Wattenhofer [PODC ’03]. Dieser Algorithmus kann erweitert werden, um das DominatingSet-Problem in der D-Nachbarschaft eines Graphen mittles eines verteiltes Algorithmus effizient zu lösen.}},
  author       = {{Götte, Thorsten}},
  publisher    = {{LibreCat University}},
  title        = {{{Distributed Algorithms for Modern Communication Networks}}},
  doi          = {{10.17619/UNIPB/1-2217}},
  year         = {{2025}},
}

@article{59276,
  abstract     = {{Stress plays a crucial role in thin films and layered systems, and thus significantly influences the material's electrical, mechanical and (nonlinear) optical responses. Despite lithium niobate's wide applicability as a nonlinear optical material, the impact of mechanical stress on its nonlinear optical properties is not well characterized. In this work, we systematically study both experimentally and theoretically, the nonlinear optical responses of thin film lithium niobate (TFLN) single crystals. Compressive and tensile stress is applied in our experiment using a piezodriven strain cell. We then record the second-harmonic-generated (SHG) response in back-reflection geometry, and compare these results to theoretical modeling using density functional theory (DFT). Both methods consistently reveal that uniaxial stress induces changes of the nonlinear optical susceptibility of certain tensor elements on the order of up to 1 pm/(V GPa). The exact value depends on the tensor element that is addressed in our SHG analysis, on the crystal orientation, and also whether using compressive or tensile stresses. Furthermore, a lowering of the crystal symmetry when applying stress along the <a:math xmlns:a="http://www.w3.org/1998/Math/MathML"><a:mi>x</a:mi></a:math> or <b:math xmlns:b="http://www.w3.org/1998/Math/MathML"><b:mi>y</b:mi></b:math> crystallographic axes is observed by the appearance of new nonlinear optical tensor elements within the strained crystals.}},
  author       = {{Pionteck, Mike N. and Roeper, Matthias and Koppitz, Boris and Seddon, Samuel D. and Rüsing, Michael and Padberg, Laura and Eigner, Christof and Silberhorn, Christine and Sanna, Simone and Eng, Lukas M.}},
  issn         = {{2469-9950}},
  journal      = {{Physical Review B}},
  number       = {{6}},
  publisher    = {{American Physical Society (APS)}},
  title        = {{{Second-order nonlinear piezo-optic properties of single crystal lithium niobate thin films}}},
  doi          = {{10.1103/physrevb.111.064109}},
  volume       = {{111}},
  year         = {{2025}},
}

@book{59287,
  editor       = {{Beverungen, Daniel and Lehrer, Christiane and Trier, Matthias}},
  isbn         = {{9783031801211}},
  issn         = {{2195-4968}},
  publisher    = {{Springer Nature Switzerland}},
  title        = {{{Solutions and Technologies for Responsible Digitalization}}},
  doi          = {{10.1007/978-3-031-80122-8}},
  year         = {{2025}},
}

@article{60186,
  author       = {{Lang, A and Schaefer, E and Kupriyanova, Y and Goletzke, J and Weber, KS and Buyken, Anette and Kahl, S and Zaharia, OP and Herder, C and Schrauwen-Hinderling, VB and Kuss, O and Wagner, R and Roden, M and Schlesinger, S and Diabetes Study Group, German}},
  issn         = {{1475-2891}},
  journal      = {{Nutr J}},
  number       = {{1}},
  pages        = {{74}},
  title        = {{{Cross-sectional association between the isocaloric replacement of carbohydrates with protein and fat in relation to fat compartments distribution and hepatic lipid content in recent-onset type 1 and type 2 diabetes.}}},
  volume       = {{24}},
  year         = {{2025}},
}

@article{60182,
  author       = {{Perrar, I and Hohoff, E and Lesani, A and Schmitting, S and Libuda, Lars and Krüger, Bettina and Stutz, Bianca and Nöthlings, U and Buyken, Anette and Alexy, U and Jankovic, N}},
  issn         = {{1436-6207}},
  journal      = {{Eur J Nutr}},
  number       = {{4}},
  pages        = {{165}},
  title        = {{{Circadian eating patterns track from infancy to pre- and primary school-age, but are not prospectively associated with body composition in childhood - Results of the DONALD cohort study.}}},
  volume       = {{64}},
  year         = {{2025}},
}

@article{60184,
  author       = {{Della Corte, KA and Bosler, T and McClure, C and Buyken, Anette and LeCheminant, JD and Schwingshackl, L and Della Corte, D}},
  issn         = {{2161-8313}},
  journal      = {{Adv Nutr}},
  number       = {{5}},
  pages        = {{100413}},
  title        = {{{Dietary Sugar Intake and Incident Type 2 Diabetes Risk: A Systematic Review and Dose-Response Meta-Analysis of Prospective Cohort Studies.}}},
  volume       = {{16}},
  year         = {{2025}},
}

@article{60187,
  author       = {{Revheim, I and Sabir, Z and Dierkes, J and Buyken, Anette and Landberg, R and Alten, I and Spielau, U and Rosendahl-Riise, H}},
  issn         = {{1436-6207}},
  journal      = {{Eur J Nutr}},
  number       = {{5}},
  pages        = {{197}},
  title        = {{{Bread, wholegrain consumption and weight change from middle to late adulthood: a prospective cohort study. }}},
  volume       = {{64}},
  year         = {{2025}},
}

@article{60181,
  author       = {{Dannheim, I and Ludwig-Walz, H and Kirsch, H and Bujard, M and Buyken, Anette and Richardson, KM and Kroke, A}},
  issn         = {{0355-3140}},
  journal      = {{Scand J Work Environ Health}},
  pages        = {{4219}},
  title        = {{{Effectiveness of leader-targeted stress management interventions: A systematic review and meta-analysis.}}},
  year         = {{2025}},
}

@misc{60188,
  author       = {{Spener, Anna Maria}},
  publisher    = {{Literaturwissenschaft in Berlin}},
  title        = {{{Blogpost: "Berlin als Jewish Space? Perspektiven der jüdischen Gegenwartsliteratur"}}},
  year         = {{2025}},
}

@article{60136,
  abstract     = {{<jats:p>Modulation conditioned on measurements on entangled photonic quantum states is a cornerstone technology of optical quantum information processing. Performing this task with low latency requires combining single-photon-level detectors with both electronic logic processing and optical modulation in close proximity. Here, we demonstrate low-latency feedforward using a quasi-photon-number-resolved measurement on a quantum light source. Specifically, we use a multipixel superconducting nanowire single-photon detector, amplifier, logic, and an integrated electro-optic modulator <jats:italic toggle="yes">in situ</jats:italic> below 4 K. We modulate the signal mode of a spontaneous parametric down-conversion source, conditional on a photon-number measurement of the idler mode, with a total latency of (23±3)ns. Furthermore, we investigate the resulting change in the photon statistics. This represents an important benchmark for the fastest quantum photonic feedforward experiments comprising measurement, amplification, logic, and modulation. This has direct applications in quantum computing, communication, and simulation protocols.</jats:p>}},
  author       = {{Thiele, Frederik and Lamberty, Niklas and Hummel, Thomas and Lange, Nina Amelie and Procopio Peña, Lorenzo Manuel and Barua, Aishi and Lengeling, Sebastian and Quiring, Viktor and Eigner, Christof and Silberhorn, Christine and Bartley, Tim}},
  issn         = {{2334-2536}},
  journal      = {{Optica}},
  number       = {{5}},
  publisher    = {{Optica Publishing Group}},
  title        = {{{Cryogenic feedforward of a photonic quantum state}}},
  doi          = {{10.1364/optica.551287}},
  volume       = {{12}},
  year         = {{2025}},
}

@inbook{60193,
  author       = {{Ghaffar, Zishan}},
  booktitle    = {{Theology of Prophecy in Dialogue: A Jewish-Christian-Muslim Encounter }},
  editor       = {{Ghaffar, Zishan  and von Stosch, Klaus}},
  pages        = {{161--184}},
  publisher    = {{Brill Schöningh}},
  title        = {{{Muhammad as a Prophet of Late Antiquity: The Anti-Apocalyptic Nature of Muhammad’s Prophetic Wisdom }}},
  doi          = {{https://doi.org/10.30965/9783657797264_009}},
  volume       = {{Volume 4}},
  year         = {{2025}},
}

@inproceedings{60198,
  abstract     = {{<jats:p>Abstract. The growing significance of lightweight design, reveals drawbacks of conventional joining processes such as welding, which are known to consume a considerable amount of energy. This fosters the use of mechanical joining processes including clinching. However, the lack of universally applicable design methods results in a cost- and time-intensive design process. The utilization of machine learning methods can overcome these drawbacks. To ensure a reliable clinch joint design, inherent uncertainties of the design parameter such as tool deviations need to be considered in the design process. Varying distributions of design parameters, due to changes in the manufacturing process, can lead to high-computational effort in recalculating the resulting clinch joint properties with numerical simulations. Current metamodel-based methods for consideration of inherent uncertainties within the design parameters do not investigate the transferability of metamodels to different distributions of design parameters, which can lead to incorrect predictions. Therefore, this contribution investigates the performance of several metamodels on differently distributed design parameters. The obtained results indicate that metamodels demonstrate the best performance when training and evaluation distributions are identical and that polynomial regression models perform best on disparate distributions, when trained on uniform distributions.</jats:p>}},
  author       = {{Einwag, Jonathan-Markus and Mayer, Yannik and Goetz, Stefan and Wartzack, Sandro}},
  booktitle    = {{Materials Research Proceedings}},
  issn         = {{2474-395X}},
  publisher    = {{Materials Research Forum LLC}},
  title        = {{{Impact of the parameter distribution on the predictive quality of metamodels for clinch joint properties}}},
  doi          = {{10.21741/9781644903551-35}},
  volume       = {{52}},
  year         = {{2025}},
}

@article{60200,
  author       = {{Knickenberg, Margarita and Kullmann, Harry and Wüthrich, Sergej and Sahli Lozano, Caroline and Loreman, Tim and Sharma, Umesh and Avramidis, Elias and Subban, Pearl and Woodcock, Stuart}},
  journal      = {{Frontiers in Psychology}},
  title        = {{{Teachers’ collective efficacy with regard to inclusive practices—characteristics of a new scale and analyses from Canada, Germany and Switzerland}}},
  doi          = {{10.3389/fpsyg.2025.1530689}},
  volume       = {{16}},
  year         = {{2025}},
}

@book{60191,
  abstract     = {{This volume examines the Rabbinic, Qur’anic and Christian understandings of prophecy from a historical and comparative theological perspective. The Rabbinic perspectives on the phenomenon of prophecy are analyzed in their historical continuity and engagement with the theological traditions of Islam and Christianity. The examination of female prophecy also occupies a central place here. Similarly, several contributors describe the deep roots of Qur’anic prophetology in the Christian and Jewish traditions of Late Antiquity and the Arabic context. Finally, the anthology attempts to reflect on these different theological traditions of prophecy in the Christian, Jewish, and Qur’anic traditions from a comparative theological perspective and to discuss the possible theological significance of this phenomenon in the modern age. }},
  editor       = {{Ghaffar, Zishan and von Stosch, Klaus}},
  isbn         = {{978-3-657-79726-4}},
  publisher    = {{Brill Schöningh}},
  title        = {{{ Theology of Prophecy in Dialogue: A Jewish-Christian-Muslim Encounter }}},
  doi          = {{https://doi.org/10.30965/9783657797264}},
  volume       = {{Volume 4}},
  year         = {{2025}},
}

@article{60205,
  author       = {{Black, Tobias}},
  issn         = {{0022-0396}},
  journal      = {{Journal of Differential Equations}},
  publisher    = {{Elsevier BV}},
  title        = {{{Very mild diffusion enhancement and singular sensitivity: Existence of bounded weak solutions in a two-dimensional chemotaxis-Navier–Stokes system}}},
  doi          = {{10.1016/j.jde.2025.113555}},
  volume       = {{443}},
  year         = {{2025}},
}

@article{60174,
  abstract     = {{<jats:p>Fähigkeiten zur Wahrnehmung und Regulation von Emotionen sind von besonderer Relevanz für Studierende, da Fördermaßnahmen im Bereich der Emotionsregulation auch positive Effekte auf die Studienqualität, den Studienerfolg und die allgemeine Persönlichkeitsentwicklung haben können. Jedoch wird diesem Thema wenig Aufmerksamkeit geschenkt und hochschuldidaktisch steht die Gestaltung von kognitiven und inhaltsbezogenen Lernarrangements im Zentrum. Die Einbindung von Gelegenheiten zur Emotionsreflexion in die Lehre bietet eine niederschwellige Maßnahme zur Förderung emotionaler Kompetenzen, weshalb im vorliegenden Beitrag ein Instrument zur Umsetzung dieser Aufgabe vorgeschlagen wird.</jats:p>}},
  author       = {{Lehberger, Regine}},
  issn         = {{2219-6994}},
  journal      = {{Zeitschrift für Hochschulentwicklung}},
  keywords     = {{Emotionsreflexion, Studierende, Hochschullehre, Reflexion}},
  number       = {{1}},
  publisher    = {{OAPublishing Collective}},
  title        = {{{Emotionsreflexion als Element universitären Lehrens und Lernens Emotional reflection as an element of university teaching and learning}}},
  doi          = {{10.21240/zfhe/20-1/22}},
  volume       = {{20}},
  year         = {{2025}},
}

