---
_id: '61152'
abstract:
- lang: eng
  text: While neural network quantization effectively reduces the cost of matrix multiplications,
    aggressive quantization can expose non-matrix-multiply operations as significant
    performance and resource bottlenecks on embedded systems. Addressing such bottlenecks
    requires a comprehensive approach to tailoring the precision across operations
    in the inference computation. To this end, we introduce scaled-integer range analysis
    (SIRA), a static analysis technique employing interval arithmetic to determine
    the range, scale, and bias for tensors in quantized neural networks. We show how
    this information can be exploited to reduce the resource footprint of FPGA dataflow
    neural network accelerators via tailored bitwidth adaptation for accumulators
    and downstream operations, aggregation of scales and biases, and conversion of
    consecutive elementwise operations to thresholding operations. We integrate SIRA-driven
    optimizations into the open-source FINN framework, then evaluate their effectiveness
    across a range of quantized neural network workloads and compare implementation
    alternatives for non-matrix-multiply operations. We demonstrate an average reduction
    of 17\% for LUTs, 66\% for DSPs, and 22\% for accumulator bitwidths with SIRA
    optimizations, providing detailed benchmark analysis and analytical models to
    guide the implementation style for non-matrix layers. Finally, we open-source
    SIRA to facilitate community exploration of its benefits across various applications
    and hardware platforms.
author:
- first_name: Yaman
  full_name: Umuroglu, Yaman
  last_name: Umuroglu
- first_name: Christoph
  full_name: Berganski, Christoph
  id: '98854'
  last_name: Berganski
- first_name: Felix
  full_name: Jentzsch, Felix
  id: '55631'
  last_name: Jentzsch
  orcid: 0000-0003-4987-5708
- first_name: Michal
  full_name: Danilowicz, Michal
  last_name: Danilowicz
- first_name: Tomasz
  full_name: Kryjak, Tomasz
  last_name: Kryjak
- first_name: Charalampos
  full_name: Bezaitis, Charalampos
  last_name: Bezaitis
- first_name: Magnus
  full_name: Sjalander, Magnus
  last_name: Sjalander
- first_name: Ian
  full_name: Colbert, Ian
  last_name: Colbert
- first_name: Thomas
  full_name: Preusser, Thomas
  last_name: Preusser
- first_name: Jakoba
  full_name: Petri-Koenig, Jakoba
  last_name: Petri-Koenig
- first_name: Michaela
  full_name: Blott, Michaela
  last_name: Blott
citation:
  ama: 'Umuroglu Y, Berganski C, Jentzsch F, et al. SIRA: Scaled-Integer Range Analysis
    for Optimizing FPGA Dataflow Neural Network Accelerators. <i>ACM Transactions
    on Reconfigurable Technology and Systems</i>. doi:<a href="https://doi.org/10.1145/3807510">10.1145/3807510</a>'
  apa: 'Umuroglu, Y., Berganski, C., Jentzsch, F., Danilowicz, M., Kryjak, T., Bezaitis,
    C., Sjalander, M., Colbert, I., Preusser, T., Petri-Koenig, J., &#38; Blott, M.
    (n.d.). SIRA: Scaled-Integer Range Analysis for Optimizing FPGA Dataflow Neural
    Network Accelerators. <i>ACM Transactions on Reconfigurable Technology and Systems</i>.
    <a href="https://doi.org/10.1145/3807510">https://doi.org/10.1145/3807510</a>'
  bibtex: '@article{Umuroglu_Berganski_Jentzsch_Danilowicz_Kryjak_Bezaitis_Sjalander_Colbert_Preusser_Petri-Koenig_et
    al., title={SIRA: Scaled-Integer Range Analysis for Optimizing FPGA Dataflow Neural
    Network Accelerators}, DOI={<a href="https://doi.org/10.1145/3807510">10.1145/3807510</a>},
    journal={ACM Transactions on Reconfigurable Technology and Systems}, author={Umuroglu,
    Yaman and Berganski, Christoph and Jentzsch, Felix and Danilowicz, Michal and
    Kryjak, Tomasz and Bezaitis, Charalampos and Sjalander, Magnus and Colbert, Ian
    and Preusser, Thomas and Petri-Koenig, Jakoba and et al.} }'
  chicago: 'Umuroglu, Yaman, Christoph Berganski, Felix Jentzsch, Michal Danilowicz,
    Tomasz Kryjak, Charalampos Bezaitis, Magnus Sjalander, et al. “SIRA: Scaled-Integer
    Range Analysis for Optimizing FPGA Dataflow Neural Network Accelerators.” <i>ACM
    Transactions on Reconfigurable Technology and Systems</i>, n.d. <a href="https://doi.org/10.1145/3807510">https://doi.org/10.1145/3807510</a>.'
  ieee: 'Y. Umuroglu <i>et al.</i>, “SIRA: Scaled-Integer Range Analysis for Optimizing
    FPGA Dataflow Neural Network Accelerators,” <i>ACM Transactions on Reconfigurable
    Technology and Systems</i>, doi: <a href="https://doi.org/10.1145/3807510">10.1145/3807510</a>.'
  mla: 'Umuroglu, Yaman, et al. “SIRA: Scaled-Integer Range Analysis for Optimizing
    FPGA Dataflow Neural Network Accelerators.” <i>ACM Transactions on Reconfigurable
    Technology and Systems</i>, doi:<a href="https://doi.org/10.1145/3807510">10.1145/3807510</a>.'
  short: Y. Umuroglu, C. Berganski, F. Jentzsch, M. Danilowicz, T. Kryjak, C. Bezaitis,
    M. Sjalander, I. Colbert, T. Preusser, J. Petri-Koenig, M. Blott, ACM Transactions
    on Reconfigurable Technology and Systems (n.d.).
date_created: 2025-09-08T14:10:39Z
date_updated: 2026-04-27T14:13:50Z
department:
- _id: '78'
doi: 10.1145/3807510
language:
- iso: eng
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
publication: ACM Transactions on Reconfigurable Technology and Systems
publication_identifier:
  issn:
  - 1936-7406
publication_status: submitted
status: public
title: 'SIRA: Scaled-Integer Range Analysis for Optimizing FPGA Dataflow Neural Network
  Accelerators'
type: journal_article
user_id: '55631'
year: '2026'
...
---
_id: '65515'
abstract:
- lang: eng
  text: Abstract This study explores the usability and onboarding process of a Mixed
    Reality (MR) application called PEARL, designed to prepare students for laboratory
    work. Originally developed for mobile Augmented Reality (mAR), PEARL was adapted
    for MR to offer a more immersive and intuitive experience through hand and gesture
    controls. Since many students lack experience with MR devices, a user-friendly
    onboarding system is essential. The study aims to redesign PEARL’s user interface
    and onboarding experience, evaluating how intuitive interaction elements impact
    usability. First, a literature review will identify existing usability guidelines
    for MR applications, which will guide the redesign of the interface. This new
    version will then be tested with students through a user study. Feedback will
    be collected via an online survey to assess the onboarding and user experience,
    and the findings will be used to refine the design further. The expected outcome
    is an improved onboarding process and interface, making PEARL accessible even
    for MR novices, enhancing their ability to interact with 3D objects in a real-world
    setting. Ultimately, the study aims to provide best practices for developing intuitive
    MR interfaces and effective onboarding experiences, especially in educational
    contexts.
author:
- first_name: Mesut
  full_name: Alptekin, Mesut
  id: '11763'
  last_name: Alptekin
  orcid: 0009-0004-8545-1165
- first_name: Daniel
  full_name: Münstermann, Daniel
  last_name: Münstermann
- first_name: Katrin
  full_name: Temmen, Katrin
  last_name: Temmen
citation:
  ama: 'Alptekin M, Münstermann D, Temmen K. Designing and Evaluating the Usability
    and Onboarding for a Mixed-Reality Application: A Case Study with PEARL (Paderborn
    Electrical Engineering AR Laboratory) and Meta Quest 3. In: <i>Lecture Notes in
    Networks and Systems</i>. Vol 2. Smart Technologies for an All-Electric Society.
    Springer Nature Switzerland; 2026:199-211. doi:<a href="https://doi.org/10.1007/978-3-032-07319-8_19">10.1007/978-3-032-07319-8_19</a>'
  apa: 'Alptekin, M., Münstermann, D., &#38; Temmen, K. (2026). Designing and Evaluating
    the Usability and Onboarding for a Mixed-Reality Application: A Case Study with PEARL
    (Paderborn Electrical Engineering AR Laboratory) and Meta Quest 3. In <i>Lecture
    Notes in Networks and Systems</i> (Vol. 2, pp. 199–211). Springer Nature Switzerland.
    <a href="https://doi.org/10.1007/978-3-032-07319-8_19">https://doi.org/10.1007/978-3-032-07319-8_19</a>'
  bibtex: '@inbook{Alptekin_Münstermann_Temmen_2026, place={Cham}, series={Smart Technologies
    for an All-Electric Society}, title={Designing and Evaluating the Usability and Onboarding
    for a Mixed-Reality Application: A Case Study with PEARL (Paderborn Electrical
    Engineering AR Laboratory) and Meta Quest 3}, volume={2}, DOI={<a href="https://doi.org/10.1007/978-3-032-07319-8_19">10.1007/978-3-032-07319-8_19</a>},
    booktitle={Lecture Notes in Networks and Systems}, publisher={Springer Nature
    Switzerland}, author={Alptekin, Mesut and Münstermann, Daniel and Temmen, Katrin},
    year={2026}, pages={199–211}, collection={Smart Technologies for an All-Electric
    Society} }'
  chicago: 'Alptekin, Mesut, Daniel Münstermann, and Katrin Temmen. “Designing and Evaluating
    the Usability and Onboarding for a Mixed-Reality Application: A Case Study with PEARL
    (Paderborn Electrical Engineering AR Laboratory) and Meta Quest 3.” In <i>Lecture
    Notes in Networks and Systems</i>, 2:199–211. Smart Technologies for an All-Electric
    Society. Cham: Springer Nature Switzerland, 2026. <a href="https://doi.org/10.1007/978-3-032-07319-8_19">https://doi.org/10.1007/978-3-032-07319-8_19</a>.'
  ieee: 'M. Alptekin, D. Münstermann, and K. Temmen, “Designing and Evaluating the Usability
    and Onboarding for a Mixed-Reality Application: A Case Study with PEARL (Paderborn
    Electrical Engineering AR Laboratory) and Meta Quest 3,” in <i>Lecture Notes in
    Networks and Systems</i>, vol. 2, Cham: Springer Nature Switzerland, 2026, pp.
    199–211.'
  mla: 'Alptekin, Mesut, et al. “Designing and Evaluating the Usability and Onboarding
    for a Mixed-Reality Application: A Case Study with PEARL (Paderborn Electrical
    Engineering AR Laboratory) and Meta Quest 3.” <i>Lecture Notes in Networks and
    Systems</i>, vol. 2, Springer Nature Switzerland, 2026, pp. 199–211, doi:<a href="https://doi.org/10.1007/978-3-032-07319-8_19">10.1007/978-3-032-07319-8_19</a>.'
  short: 'M. Alptekin, D. Münstermann, K. Temmen, in: Lecture Notes in Networks and
    Systems, Springer Nature Switzerland, Cham, 2026, pp. 199–211.'
conference:
  end_date: 2025-04-11
  location: Santiago, Chile
  name: International Conference on Smart Technologies & Education (STE2025)
  start_date: 2025-04-09
date_created: 2026-04-29T09:12:41Z
date_updated: 2026-04-29T09:23:02Z
department:
- _id: '34'
- _id: '3'
- _id: '300'
doi: 10.1007/978-3-032-07319-8_19
intvolume: '         2'
keyword:
- Meta Quest 3
- Augmented Reality
- Mixed Reality
- PEARL
- Electrical Engineering
- Laboratory Training
- Onboarding
- User Experience
- User Interface
- Heuristics
language:
- iso: eng
page: 199-211
place: Cham
publication: Lecture Notes in Networks and Systems
publication_identifier:
  isbn:
  - '9783032073181'
  - '9783032073198'
  issn:
  - 2367-3370
  - 2367-3389
publication_status: published
publisher: Springer Nature Switzerland
series_title: Smart Technologies for an All-Electric Society
status: public
title: 'Designing and Evaluating the Usability and Onboarding for a Mixed-Reality
  Application: A Case Study with PEARL (Paderborn Electrical Engineering AR Laboratory)
  and Meta Quest 3'
type: book_chapter
user_id: '11763'
volume: 2
year: '2026'
...
---
_id: '65602'
abstract:
- lang: eng
  text: This chapter explores the crucial role of simulation and modelling of electronic
    and photonic components for terahertz (THz) systems. THz-related challenges already
    begin with setting up the signal generation and sampling parameters and continue
    with the realistic modelling of the electronic and photonic building blocks. Hereby,
    photonic components require not only the modelling of the optical signal propagation
    but also the modelling of the electronic interface in the THz regime. Furthermore,
    when advancing to the simulation of systems like fully integrated electronic transmit
    and receive frontends or photonically assisted analogue-to-digital converters
    (ADCs), it is up to the designer to find a suitable level of abstraction. Size,
    complexity, and available computational power versus accuracy must be taken into
    consideration and prioritized against each other.
author:
- first_name: Dominik
  full_name: Wrana, Dominik
  last_name: Wrana
- first_name: Maxim
  full_name: Weizel, Maxim
  last_name: Weizel
- first_name: Simon
  full_name: Haussmann, Simon
  last_name: Haussmann
- first_name: Meysam
  full_name: Bahmanian, Meysam
  last_name: Bahmanian
- first_name: Ingmar
  full_name: Kallfass, Ingmar
  last_name: Kallfass
- first_name: J. Christoph
  full_name: Scheytt, J. Christoph
  last_name: Scheytt
citation:
  ama: 'Wrana D, Weizel M, Haussmann S, Bahmanian M, Kallfass I, Scheytt JC. Simulation
    and Modelling of Electronic and Photonic Components. In: <i>Metrology for THz
    Communications</i>. Springer Nature Switzerland; 2026. doi:<a href="https://doi.org/10.1007/978-3-032-01986-8_36">10.1007/978-3-032-01986-8_36</a>'
  apa: Wrana, D., Weizel, M., Haussmann, S., Bahmanian, M., Kallfass, I., &#38; Scheytt,
    J. C. (2026). Simulation and Modelling of Electronic and Photonic Components.
    In <i>Metrology for THz Communications</i>. Springer Nature Switzerland. <a href="https://doi.org/10.1007/978-3-032-01986-8_36">https://doi.org/10.1007/978-3-032-01986-8_36</a>
  bibtex: '@inbook{Wrana_Weizel_Haussmann_Bahmanian_Kallfass_Scheytt_2026, place={Cham},
    title={Simulation and Modelling of Electronic and Photonic Components}, DOI={<a
    href="https://doi.org/10.1007/978-3-032-01986-8_36">10.1007/978-3-032-01986-8_36</a>},
    booktitle={Metrology for THz Communications}, publisher={Springer Nature Switzerland},
    author={Wrana, Dominik and Weizel, Maxim and Haussmann, Simon and Bahmanian, Meysam
    and Kallfass, Ingmar and Scheytt, J. Christoph}, year={2026} }'
  chicago: 'Wrana, Dominik, Maxim Weizel, Simon Haussmann, Meysam Bahmanian, Ingmar
    Kallfass, and J. Christoph Scheytt. “Simulation and Modelling of Electronic and
    Photonic Components.” In <i>Metrology for THz Communications</i>. Cham: Springer
    Nature Switzerland, 2026. <a href="https://doi.org/10.1007/978-3-032-01986-8_36">https://doi.org/10.1007/978-3-032-01986-8_36</a>.'
  ieee: 'D. Wrana, M. Weizel, S. Haussmann, M. Bahmanian, I. Kallfass, and J. C. Scheytt,
    “Simulation and Modelling of Electronic and Photonic Components,” in <i>Metrology
    for THz Communications</i>, Cham: Springer Nature Switzerland, 2026.'
  mla: Wrana, Dominik, et al. “Simulation and Modelling of Electronic and Photonic
    Components.” <i>Metrology for THz Communications</i>, Springer Nature Switzerland,
    2026, doi:<a href="https://doi.org/10.1007/978-3-032-01986-8_36">10.1007/978-3-032-01986-8_36</a>.
  short: 'D. Wrana, M. Weizel, S. Haussmann, M. Bahmanian, I. Kallfass, J.C. Scheytt,
    in: Metrology for THz Communications, Springer Nature Switzerland, Cham, 2026.'
date_created: 2026-05-11T07:58:34Z
date_updated: 2026-05-11T09:28:52Z
department:
- _id: '58'
doi: 10.1007/978-3-032-01986-8_36
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://link.springer.com/content/pdf/10.1007/978-3-032-01986-8.pdf
oa: '1'
place: Cham
project:
- _id: '298'
  name: 'FOR 2863: Metrologie für die THz Kommunikation (Meteracom)'
- _id: '308'
  name: 'FOR 2863:  Metrologie für die THz Kommunikation, TP: Ultrabreitbandige Abtastung'
- _id: '313'
  name: 'FOR 2863:  Metrologie für die THz Kommunikation, TP C3: Skalierbares THz
    Transceiver Impairment Modell'
publication: Metrology for THz Communications
publication_identifier:
  isbn:
  - '9783032019851'
  - '9783032019868'
  issn:
  - 0342-4111
  - 1556-1534
publication_status: published
publisher: Springer Nature Switzerland
status: public
title: Simulation and Modelling of Electronic and Photonic Components
type: book_chapter
user_id: '44271'
year: '2026'
...
---
_id: '61441'
abstract:
- lang: ger
  text: "Das hochschuldidaktische Konzept des Forschenden Lernens gilt als zentrales
    Element der universitären Lehrkräftebildung in Deutschland und ist in fast allen
    Bundesländern Bestandteil des Praxissemesters. Damit einhergehende Erwartungen
    im Hinblick auf den Professionalisierungsprozess von Lehrkräften fokussieren insbesondere
    die Vermittlung einer forschenden Grundhaltung, die auf eine nicht-wissenschaftsferne
    Berufsausübung abzielt. Wir fassen die forschende Grundhaltung als Professionsüberzeugung,
    die aus einer kognitiven, affektiven und handlungsbezogenen Komponente besteht
    und untersuchen die Komponenten im Zusammenspiel sowie im Längsschnitt.</jats:p>\r\n
    \         <jats:p>Mittels teilstrukturierter Interviews mit 22 angehenden Lehrkräften
    im Referendariat und Berufseinstieg, die sich im Praxissemester mit Forschendem
    Lernen befasst haben, werden das Verständnis (kognitive Komponente) und die Bedeutsamkeit
    (affektive und handlungsbezogene Komponente) Forschenden Lernens in der jeweiligen
    Ausbildungs- bzw. Berufsphase erfragt. Die Daten werden inhaltsanalytisch sowie
    typenbildend ausgewertet, um das Verständnis und die Bedeutsamkeit in der jeweiligen
    Phase, längsschnittliche Entwicklungen sowie das Verhältnis von Verständnis und
    Bedeutsamkeit herauszuarbeiten. Die Befunde zeigen, dass die Verständnisse von
    Forschendem Lernen sowohl im Referendariat als auch im Berufseinstieg variieren.
    Zudem ist das Konzept – laut Schilderungen der Befragten – durchaus bedeutsam
    für ihre Lern- und Handlungspraxis, jedoch nicht für alle und in unterschiedlich
    ausgeprägter Form. Die Typenbildung verdeutlicht, dass die fehlende Bedeutsamkeit
    Forschenden Lernens mit Fehlkonzepten einhergeht und eine höhere Bedeutsamkeit
    erkennbar ist, wenn Adaptionsleistungen hinsichtlich des Konzepts vorgenommen
    werden. Insgesamt ist im Sinne der Auffassung als Professionsüberzeugung die Anbahnung
    einer forschenden Grundhaltung bei einigen Befragten erkennbar. Implikationen
    für eine künftige Hochschulbildung ergeben sich u. a. mit Blick auf die Unterstützung
    von Studierenden bei Adaptionsleistungen für die (jeweilige) Praxis."
alternative_title:
- Perspectives of prospective teachers on research-based learning—a qualitative longitudinal
  study during teacher training and career entry
author:
- first_name: Martina
  full_name: Homt, Martina
  id: '11674'
  last_name: Homt
- first_name: Bea
  full_name: Bloh, Bea
  id: '69910'
  last_name: Bloh
- first_name: Janis
  full_name: Wehde, Janis
  id: '82257'
  last_name: Wehde
  orcid: 0009-0008-0720-7828
citation:
  ama: Homt M, Bloh B, Wehde J. Perspektiven angehender Lehrkräfte auf Forschendes
    Lernen – eine qualitative Längsschnittstudie im Referendariat und Berufseinstieg.
    <i>Zeitschrift für Bildungsforschung</i>. Published online 2026. doi:<a href="https://doi.org/10.1007/s35834-025-00506-4">10.1007/s35834-025-00506-4</a>
  apa: Homt, M., Bloh, B., &#38; Wehde, J. (2026). Perspektiven angehender Lehrkräfte
    auf Forschendes Lernen – eine qualitative Längsschnittstudie im Referendariat
    und Berufseinstieg. <i>Zeitschrift für Bildungsforschung</i>. <a href="https://doi.org/10.1007/s35834-025-00506-4">https://doi.org/10.1007/s35834-025-00506-4</a>
  bibtex: '@article{Homt_Bloh_Wehde_2026, title={Perspektiven angehender Lehrkräfte
    auf Forschendes Lernen – eine qualitative Längsschnittstudie im Referendariat
    und Berufseinstieg}, DOI={<a href="https://doi.org/10.1007/s35834-025-00506-4">10.1007/s35834-025-00506-4</a>},
    journal={Zeitschrift für Bildungsforschung}, publisher={Springer Science and Business
    Media LLC}, author={Homt, Martina and Bloh, Bea and Wehde, Janis}, year={2026}
    }'
  chicago: Homt, Martina, Bea Bloh, and Janis Wehde. “Perspektiven angehender Lehrkräfte
    auf Forschendes Lernen – eine qualitative Längsschnittstudie im Referendariat
    und Berufseinstieg.” <i>Zeitschrift für Bildungsforschung</i>, 2026. <a href="https://doi.org/10.1007/s35834-025-00506-4">https://doi.org/10.1007/s35834-025-00506-4</a>.
  ieee: 'M. Homt, B. Bloh, and J. Wehde, “Perspektiven angehender Lehrkräfte auf Forschendes
    Lernen – eine qualitative Längsschnittstudie im Referendariat und Berufseinstieg,”
    <i>Zeitschrift für Bildungsforschung</i>, 2026, doi: <a href="https://doi.org/10.1007/s35834-025-00506-4">10.1007/s35834-025-00506-4</a>.'
  mla: Homt, Martina, et al. “Perspektiven angehender Lehrkräfte auf Forschendes Lernen –
    eine qualitative Längsschnittstudie im Referendariat und Berufseinstieg.” <i>Zeitschrift
    für Bildungsforschung</i>, Springer Science and Business Media LLC, 2026, doi:<a
    href="https://doi.org/10.1007/s35834-025-00506-4">10.1007/s35834-025-00506-4</a>.
  short: M. Homt, B. Bloh, J. Wehde, Zeitschrift für Bildungsforschung (2026).
date_created: 2025-09-25T08:41:00Z
date_updated: 2026-05-13T11:04:50Z
department:
- _id: '456'
- _id: '43'
doi: 10.1007/s35834-025-00506-4
language:
- iso: ger
main_file_link:
- open_access: '1'
  url: https://doi.org/10.1007/s35834-025-00506-4
oa: '1'
publication: Zeitschrift für Bildungsforschung
publication_identifier:
  issn:
  - 2190-6890
  - 2190-6904
publication_status: published
publisher: Springer Science and Business Media LLC
quality_controlled: '1'
status: public
title: Perspektiven angehender Lehrkräfte auf Forschendes Lernen – eine qualitative
  Längsschnittstudie im Referendariat und Berufseinstieg
type: journal_article
user_id: '11674'
year: '2026'
...
---
_id: '45284'
author:
- first_name: Yvonne
  full_name: Webersen, Yvonne
  id: '9605'
  last_name: Webersen
  orcid: 0009-0009-6583-8692
- first_name: Fardien
  full_name: Daud, Fardien
  last_name: Daud
citation:
  ama: Webersen Y, Daud F. Was steckt drin? Blackboxen aus dem 3D-Drucker für den
    Mechanikunterricht der Oberstufe. <i>MNU Journal</i>.
  apa: Webersen, Y., &#38; Daud, F. (n.d.). Was steckt drin? Blackboxen aus dem 3D-Drucker
    für den Mechanikunterricht der Oberstufe. <i>MNU Journal</i>.
  bibtex: '@article{Webersen_Daud, title={Was steckt drin? Blackboxen aus dem 3D-Drucker
    für den Mechanikunterricht der Oberstufe}, journal={MNU Journal}, author={Webersen,
    Yvonne and Daud, Fardien} }'
  chicago: Webersen, Yvonne, and Fardien Daud. “Was steckt drin? Blackboxen aus dem
    3D-Drucker für den Mechanikunterricht der Oberstufe.” <i>MNU Journal</i>, n.d.
  ieee: Y. Webersen and F. Daud, “Was steckt drin? Blackboxen aus dem 3D-Drucker für
    den Mechanikunterricht der Oberstufe,” <i>MNU Journal</i>.
  mla: Webersen, Yvonne, and Fardien Daud. “Was steckt drin? Blackboxen aus dem 3D-Drucker
    für den Mechanikunterricht der Oberstufe.” <i>MNU Journal</i>.
  short: Y. Webersen, F. Daud, MNU Journal (n.d.).
date_created: 2023-05-25T14:42:35Z
date_updated: 2026-05-21T12:29:01Z
department:
- _id: '299'
language:
- iso: ger
publication: MNU Journal
publication_status: accepted
status: public
title: Was steckt drin? Blackboxen aus dem 3D-Drucker für den Mechanikunterricht der
  Oberstufe
type: journal_article
user_id: '9605'
year: '2026'
...
---
_id: '65785'
abstract:
- lang: eng
  text: Simulation-based design of high-power ultrasonic systems depends on the accurate
    modelling of the electromechanical behaviour of piezoceramic materials. In practical
    transducer applications, the relevant operating points are influenced by mechanical
    preload and heating, both of which give rise to changes in the elastic, dielectric,
    and piezoelectric material properties. Material parameters identified under idealised,
    unloaded conditions are therefore insufficient to represent piezoceramic material
    behaviour under realistic operating conditions. To overcome this limitation, experimental
    setups are developed that enable the measurement of electrical impedance spectra
    under controlled thermal and mechanical conditions. The acquired impedance data
    are used in an inverse identification procedure, in which the behaviour of a finite
    element forward model is iteratively fitted to the measurements using a block
    coordinate descent optimisation strategy guided by a sensitivity analysis. This
    yields effective linear material parameters as a function of temperature and mechanical
    stress at varying operating points. The identified temperature-dependent parameters,
    for instance, can be employed in a coupled thermo-electromechanical simulation
    framework to predict the temperature-dependent material behaviour during operation.
    The linear identification based on varying operation points provides an initial
    approximation of the nonlinear material response, establishing a basis for the
    development of corresponding nonlinear material models.
author:
- first_name: Olga
  full_name: Friesen, Olga
  id: '44026'
  last_name: Friesen
  orcid: 0009-0007-5598-9484
- first_name: Leander
  full_name: Claes, Leander
  id: '11829'
  last_name: Claes
  orcid: 0000-0002-4393-268X
- first_name: Jonas
  full_name: Hölscher, Jonas
  id: '73952'
  last_name: Hölscher
- first_name: Bernd
  full_name: Henning, Bernd
  id: '213'
  last_name: Henning
- first_name: Claus
  full_name: Scheidemann, Claus
  id: '38259'
  last_name: Scheidemann
- first_name: Tobias
  full_name: Hemsel, Tobias
  id: '210'
  last_name: Hemsel
- first_name: Raphael
  full_name: Kuess, Raphael
  last_name: Kuess
- first_name: Andrea
  full_name: Walther, Andrea
  last_name: Walther
- first_name: Carsten
  full_name: Spieker, Carsten
  id: '67587'
  last_name: Spieker
- first_name: Jens
  full_name: Förstner, Jens
  id: '158'
  last_name: Förstner
  orcid: 0000-0001-7059-9862
citation:
  ama: Friesen O, Claes L, Hölscher J, et al. Measurement of multiphysical material
    parameters of piezoceramic components for high-power ultrasonic applications.
    <i>tm - Technisches Messen</i>. Published online 2026. doi:<a href="https://doi.org/10.1515/teme-2026-0042">10.1515/teme-2026-0042</a>
  apa: Friesen, O., Claes, L., Hölscher, J., Henning, B., Scheidemann, C., Hemsel,
    T., Kuess, R., Walther, A., Spieker, C., &#38; Förstner, J. (2026). Measurement
    of multiphysical material parameters of piezoceramic components for high-power
    ultrasonic applications. <i>Tm - Technisches Messen</i>. <a href="https://doi.org/10.1515/teme-2026-0042">https://doi.org/10.1515/teme-2026-0042</a>
  bibtex: '@article{Friesen_Claes_Hölscher_Henning_Scheidemann_Hemsel_Kuess_Walther_Spieker_Förstner_2026,
    title={Measurement of multiphysical material parameters of piezoceramic components
    for high-power ultrasonic applications}, DOI={<a href="https://doi.org/10.1515/teme-2026-0042">10.1515/teme-2026-0042</a>},
    journal={tm - Technisches Messen}, publisher={Walter de Gruyter GmbH}, author={Friesen,
    Olga and Claes, Leander and Hölscher, Jonas and Henning, Bernd and Scheidemann,
    Claus and Hemsel, Tobias and Kuess, Raphael and Walther, Andrea and Spieker, Carsten
    and Förstner, Jens}, year={2026} }'
  chicago: Friesen, Olga, Leander Claes, Jonas Hölscher, Bernd Henning, Claus Scheidemann,
    Tobias Hemsel, Raphael Kuess, Andrea Walther, Carsten Spieker, and Jens Förstner.
    “Measurement of Multiphysical Material Parameters of Piezoceramic Components for High-Power
    Ultrasonic Applications.” <i>Tm - Technisches Messen</i>, 2026. <a href="https://doi.org/10.1515/teme-2026-0042">https://doi.org/10.1515/teme-2026-0042</a>.
  ieee: 'O. Friesen <i>et al.</i>, “Measurement of multiphysical material parameters
    of piezoceramic components for high-power ultrasonic applications,” <i>tm - Technisches
    Messen</i>, 2026, doi: <a href="https://doi.org/10.1515/teme-2026-0042">10.1515/teme-2026-0042</a>.'
  mla: Friesen, Olga, et al. “Measurement of Multiphysical Material Parameters of Piezoceramic
    Components for High-Power Ultrasonic Applications.” <i>Tm - Technisches Messen</i>,
    Walter de Gruyter GmbH, 2026, doi:<a href="https://doi.org/10.1515/teme-2026-0042">10.1515/teme-2026-0042</a>.
  short: O. Friesen, L. Claes, J. Hölscher, B. Henning, C. Scheidemann, T. Hemsel,
    R. Kuess, A. Walther, C. Spieker, J. Förstner, Tm - Technisches Messen (2026).
date_created: 2026-06-08T05:44:09Z
date_updated: 2026-06-08T17:54:45Z
department:
- _id: '49'
doi: 10.1515/teme-2026-0042
keyword:
- tet_topic_piezo
language:
- iso: eng
main_file_link:
- open_access: '1'
oa: '1'
project:
- _id: '245'
  name: 'FOR 5208: Modellbasierte Bestimmung nichtlinearer Eigenschaften von Piezokeramiken
    für Leistungsschallanwendungen (NEPTUN)'
publication: tm - Technisches Messen
publication_identifier:
  issn:
  - 0171-8096
  - 2196-7113
publication_status: published
publisher: Walter de Gruyter GmbH
status: public
title: Measurement of multiphysical material parameters of piezoceramic components
  for high-power ultrasonic applications
type: journal_article
user_id: '158'
year: '2026'
...
---
_id: '65588'
author:
- first_name: Carsten
  full_name: Spieker, Carsten
  id: '67587'
  last_name: Spieker
- first_name: Raphael
  full_name: Kuess, Raphael
  last_name: Kuess
- first_name: Andrea
  full_name: Walther, Andrea
  last_name: Walther
- first_name: Jens
  full_name: Förstner, Jens
  id: '158'
  last_name: Förstner
  orcid: 0000-0001-7059-9862
citation:
  ama: 'Spieker C, Kuess R, Walther A, Förstner J. Modellierung und Simulation des
    temperaturabhängigen Materialverhaltens von Piezokeramiken mit FEniCS. In: Deutsche
    Gesellschaft für Akustik e.V., ed. <i>Fortschritte Der Akustik - DAGA 2026</i>.
    ; 2026:1066–1069. doi:<a href="https://doi.org/10.71568/DAGA2026.549">10.71568/DAGA2026.549</a>'
  apa: Spieker, C., Kuess, R., Walther, A., &#38; Förstner, J. (2026). Modellierung
    und Simulation des temperaturabhängigen Materialverhaltens von Piezokeramiken
    mit FEniCS. In Deutsche Gesellschaft für Akustik e.V. (Ed.), <i>Fortschritte der
    Akustik - DAGA 2026</i> (pp. 1066–1069). <a href="https://doi.org/10.71568/DAGA2026.549">https://doi.org/10.71568/DAGA2026.549</a>
  bibtex: '@inproceedings{Spieker_Kuess_Walther_Förstner_2026, title={Modellierung
    und Simulation des temperaturabhängigen Materialverhaltens von Piezokeramiken
    mit FEniCS}, DOI={<a href="https://doi.org/10.71568/DAGA2026.549">10.71568/DAGA2026.549</a>},
    booktitle={Fortschritte der Akustik - DAGA 2026}, author={Spieker, Carsten and
    Kuess, Raphael and Walther, Andrea and Förstner, Jens}, editor={Deutsche Gesellschaft
    für Akustik e.V.}, year={2026}, pages={1066–1069} }'
  chicago: Spieker, Carsten, Raphael Kuess, Andrea Walther, and Jens Förstner. “Modellierung
    Und Simulation Des Temperaturabhängigen Materialverhaltens von Piezokeramiken
    Mit FEniCS.” In <i>Fortschritte Der Akustik - DAGA 2026</i>, edited by Deutsche
    Gesellschaft für Akustik e.V., 1066–1069, 2026. <a href="https://doi.org/10.71568/DAGA2026.549">https://doi.org/10.71568/DAGA2026.549</a>.
  ieee: 'C. Spieker, R. Kuess, A. Walther, and J. Förstner, “Modellierung und Simulation
    des temperaturabhängigen Materialverhaltens von Piezokeramiken mit FEniCS,” in
    <i>Fortschritte der Akustik - DAGA 2026</i>, 2026, pp. 1066–1069, doi: <a href="https://doi.org/10.71568/DAGA2026.549">10.71568/DAGA2026.549</a>.'
  mla: Spieker, Carsten, et al. “Modellierung Und Simulation Des Temperaturabhängigen
    Materialverhaltens von Piezokeramiken Mit FEniCS.” <i>Fortschritte Der Akustik
    - DAGA 2026</i>, edited by Deutsche Gesellschaft für Akustik e.V., 2026, pp. 1066–1069,
    doi:<a href="https://doi.org/10.71568/DAGA2026.549">10.71568/DAGA2026.549</a>.
  short: 'C. Spieker, R. Kuess, A. Walther, J. Förstner, in: Deutsche Gesellschaft
    für Akustik e.V. (Ed.), Fortschritte Der Akustik - DAGA 2026, 2026, pp. 1066–1069.'
corporate_editor:
- Deutsche Gesellschaft für Akustik e.V.
date_created: 2026-05-08T12:37:35Z
date_updated: 2026-06-08T17:55:18Z
department:
- _id: '61'
doi: 10.71568/DAGA2026.549
keyword:
- tet_topic_piezo
language:
- iso: eng
page: 1066–1069
project:
- _id: '245'
  name: 'FOR 5208: Modellbasierte Bestimmung nichtlinearer Eigenschaften von Piezokeramiken
    für Leistungsschallanwendungen (NEPTUN)'
publication: Fortschritte der Akustik - DAGA 2026
status: public
title: Modellierung und Simulation des temperaturabhängigen Materialverhaltens von
  Piezokeramiken mit FEniCS
type: conference
user_id: '158'
year: '2026'
...
---
_id: '65673'
abstract:
- lang: eng
  text: <jats:p>Subject of this paper is the investigation of the influence of local
    joint kinematics on the load-bearing and failure behavior of self- piercing riveted
    (SPR) joints. It can be shown that the local joint kinematics of SPR joints correlate
    with the failure mechanism of the joint. The kinematics are highly influenced
    by the material properties of the joining partners. Detailed experimental results
    from tensile tests on a representative SPR joint are presented, with local joint
    kinematics quantified using multiple complementary measurement methods (optical
    measurement, micrographs, in situ computer tomography). Furthermore, results of
    component tests are shown where the kinematics of the joints have been measured
    in the same manner. The experimental results are later used to calibrate simulation
    models for crash application which are used to simulate the specimen and component
    tests. The results of the investigation show that the local joint kinematic influences
    the failure behavior of the joint. Simulations of the experimental tests have
    shown good results, and the investigated models are able to predict the actual
    joint behavior.</jats:p>
article_number: '14644207261420657'
article_type: original
author:
- first_name: Philipp
  full_name: Bähr, Philipp
  last_name: Bähr
- first_name: Marius
  full_name: Striewe, Marius
  id: '30228'
  last_name: Striewe
- first_name: Alrik
  full_name: Dargel, Alrik
  id: '114764'
  last_name: Dargel
- first_name: Silke
  full_name: Sommer, Silke
  last_name: Sommer
- first_name: David
  full_name: Hein, David
  id: '7728'
  last_name: Hein
- first_name: Gerson
  full_name: Meschut, Gerson
  id: '32056'
  last_name: Meschut
  orcid: 0000-0002-2763-1246
citation:
  ama: 'Bähr P, Striewe M, Dargel A, Sommer S, Hein D, Meschut G. Experimental investigation
    of local joining element kinematics in mechanical joints and surrogate modelling
    for crash applications. <i>Proceedings of the Institution of Mechanical Engineers,
    Part L: Journal of Materials: Design and Applications</i>. Published online 2026.
    doi:<a href="https://doi.org/10.1177/14644207261420657">10.1177/14644207261420657</a>'
  apa: 'Bähr, P., Striewe, M., Dargel, A., Sommer, S., Hein, D., &#38; Meschut, G.
    (2026). Experimental investigation of local joining element kinematics in mechanical
    joints and surrogate modelling for crash applications. <i>Proceedings of the Institution
    of Mechanical Engineers, Part L: Journal of Materials: Design and Applications</i>,
    Article 14644207261420656. <a href="https://doi.org/10.1177/14644207261420657">https://doi.org/10.1177/14644207261420657</a>'
  bibtex: '@article{Bähr_Striewe_Dargel_Sommer_Hein_Meschut_2026, title={Experimental
    investigation of local joining element kinematics in mechanical joints and surrogate
    modelling for crash applications}, DOI={<a href="https://doi.org/10.1177/14644207261420657">10.1177/14644207261420657</a>},
    number={14644207261420656}, journal={Proceedings of the Institution of Mechanical
    Engineers, Part L: Journal of Materials: Design and Applications}, publisher={SAGE
    Publications}, author={Bähr, Philipp and Striewe, Marius and Dargel, Alrik and
    Sommer, Silke and Hein, David and Meschut, Gerson}, year={2026} }'
  chicago: 'Bähr, Philipp, Marius Striewe, Alrik Dargel, Silke Sommer, David Hein,
    and Gerson Meschut. “Experimental Investigation of Local Joining Element Kinematics
    in Mechanical Joints and Surrogate Modelling for Crash Applications.” <i>Proceedings
    of the Institution of Mechanical Engineers, Part L: Journal of Materials: Design
    and Applications</i>, 2026. <a href="https://doi.org/10.1177/14644207261420657">https://doi.org/10.1177/14644207261420657</a>.'
  ieee: 'P. Bähr, M. Striewe, A. Dargel, S. Sommer, D. Hein, and G. Meschut, “Experimental
    investigation of local joining element kinematics in mechanical joints and surrogate
    modelling for crash applications,” <i>Proceedings of the Institution of Mechanical
    Engineers, Part L: Journal of Materials: Design and Applications</i>, Art. no.
    14644207261420656, 2026, doi: <a href="https://doi.org/10.1177/14644207261420657">10.1177/14644207261420657</a>.'
  mla: 'Bähr, Philipp, et al. “Experimental Investigation of Local Joining Element
    Kinematics in Mechanical Joints and Surrogate Modelling for Crash Applications.”
    <i>Proceedings of the Institution of Mechanical Engineers, Part L: Journal of
    Materials: Design and Applications</i>, 14644207261420656, SAGE Publications,
    2026, doi:<a href="https://doi.org/10.1177/14644207261420657">10.1177/14644207261420657</a>.'
  short: 'P. Bähr, M. Striewe, A. Dargel, S. Sommer, D. Hein, G. Meschut, Proceedings
    of the Institution of Mechanical Engineers, Part L: Journal of Materials: Design
    and Applications (2026).'
date_created: 2026-05-21T16:49:00Z
date_updated: 2026-06-09T10:11:05Z
department:
- _id: '157'
doi: 10.1177/14644207261420657
language:
- iso: eng
publication: 'Proceedings of the Institution of Mechanical Engineers, Part L: Journal
  of Materials: Design and Applications'
publication_identifier:
  issn:
  - 1464-4207
  - 2041-3076
publication_status: published
publisher: SAGE Publications
quality_controlled: '1'
status: public
title: Experimental investigation of local joining element kinematics in mechanical
  joints and surrogate modelling for crash applications
type: journal_article
user_id: '7728'
year: '2026'
...
---
_id: '65845'
author:
- first_name: Fiona
  full_name: Kattenstroth, Fiona
  last_name: Kattenstroth
- first_name: Michael
  full_name: Kranz, Michael
  last_name: Kranz
- first_name: Sebastian
  full_name: Hunger, Sebastian
  last_name: Hunger
- first_name: Dennis
  full_name: Withot, Dennis
  last_name: Withot
- first_name: Aschot
  full_name: Hovemann, Aschot
  last_name: Hovemann
- first_name: Roman
  full_name: Dumitrescu, Roman
  id: '16190'
  last_name: Dumitrescu
citation:
  ama: 'Kattenstroth F, Kranz M, Hunger S, Withot D, Hovemann A, Dumitrescu R. Towards
    a digital factory twin: systematization of material flow simulation use cases.
    <i>Procedia Computer Science</i>. 2026;277:586-595. doi:<a href="https://doi.org/10.1016/j.procs.2026.02.100">10.1016/j.procs.2026.02.100</a>'
  apa: 'Kattenstroth, F., Kranz, M., Hunger, S., Withot, D., Hovemann, A., &#38; Dumitrescu,
    R. (2026). Towards a digital factory twin: systematization of material flow simulation
    use cases. <i>Procedia Computer Science</i>, <i>277</i>, 586–595. <a href="https://doi.org/10.1016/j.procs.2026.02.100">https://doi.org/10.1016/j.procs.2026.02.100</a>'
  bibtex: '@article{Kattenstroth_Kranz_Hunger_Withot_Hovemann_Dumitrescu_2026, title={Towards
    a digital factory twin: systematization of material flow simulation use cases},
    volume={277}, DOI={<a href="https://doi.org/10.1016/j.procs.2026.02.100">10.1016/j.procs.2026.02.100</a>},
    journal={Procedia Computer Science}, publisher={Elsevier BV}, author={Kattenstroth,
    Fiona and Kranz, Michael and Hunger, Sebastian and Withot, Dennis and Hovemann,
    Aschot and Dumitrescu, Roman}, year={2026}, pages={586–595} }'
  chicago: 'Kattenstroth, Fiona, Michael Kranz, Sebastian Hunger, Dennis Withot, Aschot
    Hovemann, and Roman Dumitrescu. “Towards a Digital Factory Twin: Systematization
    of Material Flow Simulation Use Cases.” <i>Procedia Computer Science</i> 277 (2026):
    586–95. <a href="https://doi.org/10.1016/j.procs.2026.02.100">https://doi.org/10.1016/j.procs.2026.02.100</a>.'
  ieee: 'F. Kattenstroth, M. Kranz, S. Hunger, D. Withot, A. Hovemann, and R. Dumitrescu,
    “Towards a digital factory twin: systematization of material flow simulation use
    cases,” <i>Procedia Computer Science</i>, vol. 277, pp. 586–595, 2026, doi: <a
    href="https://doi.org/10.1016/j.procs.2026.02.100">10.1016/j.procs.2026.02.100</a>.'
  mla: 'Kattenstroth, Fiona, et al. “Towards a Digital Factory Twin: Systematization
    of Material Flow Simulation Use Cases.” <i>Procedia Computer Science</i>, vol.
    277, Elsevier BV, 2026, pp. 586–95, doi:<a href="https://doi.org/10.1016/j.procs.2026.02.100">10.1016/j.procs.2026.02.100</a>.'
  short: F. Kattenstroth, M. Kranz, S. Hunger, D. Withot, A. Hovemann, R. Dumitrescu,
    Procedia Computer Science 277 (2026) 586–595.
date_created: 2026-06-11T11:43:11Z
date_updated: 2026-06-11T11:43:43Z
department:
- _id: '563'
doi: 10.1016/j.procs.2026.02.100
intvolume: '       277'
language:
- iso: eng
page: 586-595
publication: Procedia Computer Science
publication_identifier:
  issn:
  - 1877-0509
publication_status: published
publisher: Elsevier BV
status: public
title: 'Towards a digital factory twin: systematization of material flow simulation
  use cases'
type: journal_article
user_id: '15782'
volume: 277
year: '2026'
...
---
_id: '65689'
abstract:
- lang: eng
  text: "The use of aluminium materials in the structural and bodywork areas of assemblies
    has proven to be a targeted option for lightweight design. How-ever, the reliable
    and cost-efficient joining of aluminium components remains a challenge. Mechanical
    joining methods, such as riveting, are frequently used in the automotive and aerospace
    construction industries. Rivets are made from heat-treated steels. Compared to
    steel, the use of aluminium materials for fasten-ers offers several advantages
    in terms of joining properties, particularly in terms of recyclability, corrosion
    resistance and reduced weight of the joined structure. Additionally, the manufacturing
    process is shorter since aluminium fasteners do not require coating. However,
    aluminium rivets can often not be used due to the insufficient mechanical strength
    of the fastener material in relation to the joining component materials.\r\nThis
    study systematically investigates the requirements for using solid alu-minium
    self-piercing rivets. The influence of rivet geometry adjustments on the joint
    quality is analysed using numerical simulation. The results are used to derive
    and evaluate an optimised rivet geometry for joining pure aluminium sheets. On
    this basis, solid self-drilling rivets with optimised geometry are manufactured
    from particle-reinforced aluminium produced in a continuous extrusion process
    by machining. The integration of particles increases the material’s strength.
    Exper-imental tests are conducted to evaluate the use of optimised solid self-piercing
    rivets. The quality-relevant parameters are determined and evaluated based on
    macrographs of the joints."
author:
- first_name: Steffen
  full_name: Koch, Steffen
  last_name: Koch
- first_name: Joshua
  full_name: Weber, Joshua
  last_name: Weber
- first_name: Gerson
  full_name: Meschut, Gerson
  last_name: Meschut
- first_name: Claudia
  full_name: Stadelmann, Claudia
  last_name: Stadelmann
- first_name: Wolfgang
  full_name: Böhm, Wolfgang
  last_name: Böhm
- first_name: Marion
  full_name: Merklein, Marion
  last_name: Merklein
citation:
  ama: 'Koch S, Weber J, Meschut G, Stadelmann C, Böhm W, Merklein M. Particle-Reinforced
    Aluminium Solid Self-piercing Rivets for Joining Aluminium Alloy Sheets. In: <i>Proceedings
    in Engineering Mechanics</i>. Springer Nature Switzerland; 2026. doi:<a href="https://doi.org/10.1007/978-3-032-23641-8_1">10.1007/978-3-032-23641-8_1</a>'
  apa: Koch, S., Weber, J., Meschut, G., Stadelmann, C., Böhm, W., &#38; Merklein,
    M. (2026). Particle-Reinforced Aluminium Solid Self-piercing Rivets for Joining
    Aluminium Alloy Sheets. In <i>Proceedings in Engineering Mechanics</i>. 4th International
    Conference on Advanced Joining Processes 2025, Coimbra. Springer Nature Switzerland.
    <a href="https://doi.org/10.1007/978-3-032-23641-8_1">https://doi.org/10.1007/978-3-032-23641-8_1</a>
  bibtex: '@inbook{Koch_Weber_Meschut_Stadelmann_Böhm_Merklein_2026, place={Cham},
    title={Particle-Reinforced Aluminium Solid Self-piercing Rivets for Joining Aluminium
    Alloy Sheets}, DOI={<a href="https://doi.org/10.1007/978-3-032-23641-8_1">10.1007/978-3-032-23641-8_1</a>},
    booktitle={Proceedings in Engineering Mechanics}, publisher={Springer Nature Switzerland},
    author={Koch, Steffen and Weber, Joshua and Meschut, Gerson and Stadelmann, Claudia
    and Böhm, Wolfgang and Merklein, Marion}, year={2026} }'
  chicago: 'Koch, Steffen, Joshua Weber, Gerson Meschut, Claudia Stadelmann, Wolfgang
    Böhm, and Marion Merklein. “Particle-Reinforced Aluminium Solid Self-Piercing
    Rivets for Joining Aluminium Alloy Sheets.” In <i>Proceedings in Engineering Mechanics</i>.
    Cham: Springer Nature Switzerland, 2026. <a href="https://doi.org/10.1007/978-3-032-23641-8_1">https://doi.org/10.1007/978-3-032-23641-8_1</a>.'
  ieee: 'S. Koch, J. Weber, G. Meschut, C. Stadelmann, W. Böhm, and M. Merklein, “Particle-Reinforced
    Aluminium Solid Self-piercing Rivets for Joining Aluminium Alloy Sheets,” in <i>Proceedings
    in Engineering Mechanics</i>, Cham: Springer Nature Switzerland, 2026.'
  mla: Koch, Steffen, et al. “Particle-Reinforced Aluminium Solid Self-Piercing Rivets
    for Joining Aluminium Alloy Sheets.” <i>Proceedings in Engineering Mechanics</i>,
    Springer Nature Switzerland, 2026, doi:<a href="https://doi.org/10.1007/978-3-032-23641-8_1">10.1007/978-3-032-23641-8_1</a>.
  short: 'S. Koch, J. Weber, G. Meschut, C. Stadelmann, W. Böhm, M. Merklein, in:
    Proceedings in Engineering Mechanics, Springer Nature Switzerland, Cham, 2026.'
conference:
  location: Coimbra
  name: 4th International Conference on Advanced Joining Processes 2025
date_created: 2026-05-26T12:16:57Z
date_updated: 2026-06-16T13:21:39Z
department:
- _id: '43'
- _id: '157'
doi: 10.1007/978-3-032-23641-8_1
keyword:
- Solid self-piercing riveting cdot particle-reinforced aluminium cdot continuous
  powder extrusion cdot Joining technology cdot Rivet geometry cdot lightweight design
language:
- iso: eng
place: Cham
publication: Proceedings in Engineering Mechanics
publication_identifier:
  isbn:
  - '9783032236401'
  - '9783032236418'
  issn:
  - 2731-0221
  - 2731-023X
publication_status: published
publisher: Springer Nature Switzerland
quality_controlled: '1'
status: public
title: Particle-Reinforced Aluminium Solid Self-piercing Rivets for Joining Aluminium
  Alloy Sheets
type: book_chapter
user_id: '61419'
year: '2026'
...
---
_id: '66001'
abstract:
- lang: eng
  text: Expanding renewable energy sources is essential for a sustainable energy supply
    but challenges grid stability, as the volatility of solar and wind causes periods
    of over- and undersupply. Private households are central to this transition, combining
    dynamic consumption with decentralised generation. This paper presents a multi-agent
    microgrid simulation built on the Mesa framework, focusing on the heterogeneous
    objectives and technological capabilities of residential participants. Households
    are modelled as autonomous agents with individual strategies, while a dedicated
    “grid agent” represents the distribution system operator and regulates the microgrid
    in a grid-supportive manner. The emission factor serves as the key indicator for
    grid-friendly behaviour. Results show that in summer, unmanaged PV feed-in from
    heterogeneous households causes substantial grid stress and balancing effort for
    the distribution system operator. Dynamic electricity prices can incentivise grid-friendly
    dispatch, but their effectiveness depends on the correlation between price signals
    and renewable availability and cannot guarantee grid-supportive behaviour alone.
    The grid agent reliably improves the grid-supportive coefficient, yet its operating
    strategy, for instance additional peak-reduction objectives, can interfere with
    price-based incentives. Effective demand-side management therefore requires careful
    analysis of stakeholder interactions. Building on this insight, thepaper provides
    a basic framework for the design, implementation, and assessment of both integrated
    and individual energy management strategies within a microgrid environment. By
    simulating the dynamic interactions among system participants and strategies,
    it enables comprehensive evaluation of their collective impact on the grid, supporting
    the development of robust solutions for future electricity networks.
author:
- first_name: Kevin
  full_name: Henne, Kevin
  id: '56918'
  last_name: Henne
- first_name: Henning Christoph
  full_name: Rahlf, Henning Christoph
  id: '56955'
  last_name: Rahlf
  orcid: 0009-0006-8106-2132
- first_name: Marius
  full_name: Naumann, Marius
  id: '94950'
  last_name: Naumann
- first_name: Henning
  full_name: Meschede, Henning
  id: '86954'
  last_name: Meschede
  orcid: 0000-0002-1538-089X
citation:
  ama: 'Henne K, Rahlf HC, Naumann M, Meschede H. Towards Stakeholder-Aware Demand-Side
    management assessment in heterogeneous residential Microgrids: A Multi-Agent approach.
    <i>Energy Conversion and Management: X</i>. 2026;31:102030. doi:<a href="https://doi.org/10.1016/j.ecmx.2026.102030">https://doi.org/10.1016/j.ecmx.2026.102030</a>'
  apa: 'Henne, K., Rahlf, H. C., Naumann, M., &#38; Meschede, H. (2026). Towards Stakeholder-Aware
    Demand-Side management assessment in heterogeneous residential Microgrids: A Multi-Agent
    approach. <i>Energy Conversion and Management: X</i>, <i>31</i>, 102030. <a href="https://doi.org/10.1016/j.ecmx.2026.102030">https://doi.org/10.1016/j.ecmx.2026.102030</a>'
  bibtex: '@article{Henne_Rahlf_Naumann_Meschede_2026, title={Towards Stakeholder-Aware
    Demand-Side management assessment in heterogeneous residential Microgrids: A Multi-Agent
    approach}, volume={31}, DOI={<a href="https://doi.org/10.1016/j.ecmx.2026.102030">https://doi.org/10.1016/j.ecmx.2026.102030</a>},
    journal={Energy Conversion and Management: X}, publisher={Elsevier}, author={Henne,
    Kevin and Rahlf, Henning Christoph and Naumann, Marius and Meschede, Henning},
    year={2026}, pages={102030} }'
  chicago: 'Henne, Kevin, Henning Christoph Rahlf, Marius Naumann, and Henning Meschede.
    “Towards Stakeholder-Aware Demand-Side Management Assessment in Heterogeneous
    Residential Microgrids: A Multi-Agent Approach.” <i>Energy Conversion and Management:
    X</i> 31 (2026): 102030. <a href="https://doi.org/10.1016/j.ecmx.2026.102030">https://doi.org/10.1016/j.ecmx.2026.102030</a>.'
  ieee: 'K. Henne, H. C. Rahlf, M. Naumann, and H. Meschede, “Towards Stakeholder-Aware
    Demand-Side management assessment in heterogeneous residential Microgrids: A Multi-Agent
    approach,” <i>Energy Conversion and Management: X</i>, vol. 31, p. 102030, 2026,
    doi: <a href="https://doi.org/10.1016/j.ecmx.2026.102030">https://doi.org/10.1016/j.ecmx.2026.102030</a>.'
  mla: 'Henne, Kevin, et al. “Towards Stakeholder-Aware Demand-Side Management Assessment
    in Heterogeneous Residential Microgrids: A Multi-Agent Approach.” <i>Energy Conversion
    and Management: X</i>, vol. 31, Elsevier, 2026, p. 102030, doi:<a href="https://doi.org/10.1016/j.ecmx.2026.102030">https://doi.org/10.1016/j.ecmx.2026.102030</a>.'
  short: 'K. Henne, H.C. Rahlf, M. Naumann, H. Meschede, Energy Conversion and Management:
    X 31 (2026) 102030.'
conference:
  end_date: 2025-10-10
  location: Dubrovnik
  name: 20th SDEWES conference
  start_date: 2025-10-05
date_created: 2026-06-19T12:27:48Z
date_updated: 2026-06-19T12:41:33Z
department:
- _id: '644'
doi: https://doi.org/10.1016/j.ecmx.2026.102030
has_accepted_license: '1'
intvolume: '        31'
keyword:
- Microgrid
- Decentralised Energy Systems
- Multi-Agent System
- Residential Demand-Side Management
- Optimisation
language:
- iso: eng
page: '102030'
publication: 'Energy Conversion and Management: X'
publication_identifier:
  issn:
  - 2590-1745
publication_status: published
publisher: Elsevier
status: public
title: 'Towards Stakeholder-Aware Demand-Side management assessment in heterogeneous
  residential Microgrids: A Multi-Agent approach'
type: journal_article
user_id: '56918'
volume: 31
year: '2026'
...
---
_id: '66288'
abstract:
- lang: eng
  text: "<jats:title>ABSTRACT:</jats:title>\r\n                  <jats:p>Engineers
    simulate system behavior to support decisions in product engineering. Leveraging
    such engineering simulation data in strategic product planning can support idea
    generation and early evaluation of design alternatives and limitations. However,
    limited resources and expertise hinder broader uptake in strategic product planning.
    This paper investigates simulator integration into automated workflows and key
    processing components to enable simulation without in-depth expertise. This approach
    improves strategic product planning by creating data-based decision support.</jats:p>"
author:
- first_name: Iris
  full_name: Gräßler, Iris
  id: '47565'
  last_name: Gräßler
  orcid: 0000-0001-5765-971X
- first_name: Niklas
  full_name: Döhner, Niklas
  id: '108017'
  last_name: Döhner
  orcid: https://orcid.org/0009-0005-7676-4036
citation:
  ama: 'Gräßler I, Döhner N. Leveraging extreme-scale simulation data: a workflow
    framework for multidisciplinary simulator integration. In: <i>Proceedings of the
    Design Society</i>. Vol 6. Cambridge University Press (CUP); 2026:357-366. doi:<a
    href="https://doi.org/10.1017/pds.2026.10394">10.1017/pds.2026.10394</a>'
  apa: 'Gräßler, I., &#38; Döhner, N. (2026). Leveraging extreme-scale simulation
    data: a workflow framework for multidisciplinary simulator integration. <i>Proceedings
    of the Design Society</i>, <i>6</i>, 357–366. <a href="https://doi.org/10.1017/pds.2026.10394">https://doi.org/10.1017/pds.2026.10394</a>'
  bibtex: '@inproceedings{Gräßler_Döhner_2026, title={Leveraging extreme-scale simulation
    data: a workflow framework for multidisciplinary simulator integration}, volume={6},
    DOI={<a href="https://doi.org/10.1017/pds.2026.10394">10.1017/pds.2026.10394</a>},
    booktitle={Proceedings of the Design Society}, publisher={Cambridge University
    Press (CUP)}, author={Gräßler, Iris and Döhner, Niklas}, year={2026}, pages={357–366}
    }'
  chicago: 'Gräßler, Iris, and Niklas Döhner. “Leveraging Extreme-Scale Simulation
    Data: A Workflow Framework for Multidisciplinary Simulator Integration.” In <i>Proceedings
    of the Design Society</i>, 6:357–66. Cambridge University Press (CUP), 2026. <a
    href="https://doi.org/10.1017/pds.2026.10394">https://doi.org/10.1017/pds.2026.10394</a>.'
  ieee: 'I. Gräßler and N. Döhner, “Leveraging extreme-scale simulation data: a workflow
    framework for multidisciplinary simulator integration,” in <i>Proceedings of the
    Design Society</i>, 2026, vol. 6, pp. 357–366, doi: <a href="https://doi.org/10.1017/pds.2026.10394">10.1017/pds.2026.10394</a>.'
  mla: 'Gräßler, Iris, and Niklas Döhner. “Leveraging Extreme-Scale Simulation Data:
    A Workflow Framework for Multidisciplinary Simulator Integration.” <i>Proceedings
    of the Design Society</i>, vol. 6, Cambridge University Press (CUP), 2026, pp.
    357–66, doi:<a href="https://doi.org/10.1017/pds.2026.10394">10.1017/pds.2026.10394</a>.'
  short: 'I. Gräßler, N. Döhner, in: Proceedings of the Design Society, Cambridge
    University Press (CUP), 2026, pp. 357–366.'
date_created: 2026-07-06T15:45:02Z
date_updated: 2026-07-06T15:50:37Z
department:
- _id: '152'
doi: 10.1017/pds.2026.10394
intvolume: '         6'
keyword:
- simulation-based design
- design tools
- multi-/cross-/trans-disciplinary approaches
- simulation data reuse
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://www.cambridge.org/core/journals/proceedings-of-the-design-society/article/leveraging-extremescale-simulation-data-a-workflow-framework-for-multidisciplinary-simulator-integration/7487C465DBA5DC633F1A37609C2E3D70
oa: '1'
page: 357-366
publication: Proceedings of the Design Society
publication_identifier:
  issn:
  - 2732-527X
publication_status: published
publisher: Cambridge University Press (CUP)
quality_controlled: '1'
status: public
title: 'Leveraging extreme-scale simulation data: a workflow framework for multidisciplinary
  simulator integration'
type: conference
user_id: '108017'
volume: 6
year: '2026'
...
---
_id: '66434'
author:
- first_name: Jonas
  full_name: Hölscher, Jonas
  id: '73952'
  last_name: Hölscher
citation:
  ama: Hölscher J. <i>Effiziente Simulation Nichtlinearer, Elastodynamischer Prozesse</i>.;
    2026.
  apa: Hölscher, J. (2026). <i>Effiziente Simulation nichtlinearer, elastodynamischer
    Prozesse</i>.
  bibtex: '@book{Hölscher_2026, place={Workshop “Messtechnische Anwendungen von Ultraschall”,
    Drübeck}, title={Effiziente Simulation nichtlinearer, elastodynamischer Prozesse},
    author={Hölscher, Jonas}, year={2026} }'
  chicago: Hölscher, Jonas. <i>Effiziente Simulation Nichtlinearer, Elastodynamischer
    Prozesse</i>. Workshop “Messtechnische Anwendungen von Ultraschall”, Drübeck,
    2026.
  ieee: J. Hölscher, <i>Effiziente Simulation nichtlinearer, elastodynamischer Prozesse</i>.
    Workshop “Messtechnische Anwendungen von Ultraschall”, Drübeck, 2026.
  mla: Hölscher, Jonas. <i>Effiziente Simulation Nichtlinearer, Elastodynamischer
    Prozesse</i>. 2026.
  short: J. Hölscher, Effiziente Simulation Nichtlinearer, Elastodynamischer Prozesse,
    Workshop “Messtechnische Anwendungen von Ultraschall”, Drübeck, 2026.
date_created: 2026-07-10T09:11:43Z
date_updated: 2026-07-10T09:12:00Z
department:
- _id: '49'
language:
- iso: eng
place: Workshop "Messtechnische Anwendungen von Ultraschall", Drübeck
status: public
title: Effiziente Simulation nichtlinearer, elastodynamischer Prozesse
type: misc
user_id: '74624'
year: '2026'
...
---
_id: '63758'
abstract:
- lang: eng
  text: Resilient systems require monitoring and prediction of environmental and intrinsic
    conditions and the ability to adapt to changing circumstances to optimize the
    trade-off between performance, power consumption, and fault tolerance. TETRISC
    was introduced as a resilient multicore RISC-V processor system based on the PULPissimo
    platform. This paper presents the migration of TETRISC to the Rocket Chip SoC,
    which is freely scalable to the number of processors through parametrizable Chisel
    models. As such, we discuss and evaluate the main advantages and obstacles that
    come with the Chipyard framework for RTL simulation and FPGA synthesis for the
    rapid prototyping of resilient, scalable architectures that are online configurable
    through software for different multicore and lock-step modes.
author:
- first_name: Kai Arne
  full_name: Hannemann, Kai Arne
  id: '63972'
  last_name: Hannemann
- first_name: Lars
  full_name: Luchterhandt, Lars
  id: '74648'
  last_name: Luchterhandt
- first_name: Wolfgang
  full_name: Müller, Wolfgang
  id: '16243'
  last_name: Müller
- first_name: Markus
  full_name: Ulbricht, Markus
  last_name: Ulbricht
- first_name: Li
  full_name: Lu, Li
  last_name: Lu
citation:
  ama: 'Hannemann KA, Luchterhandt L, Müller W, Ulbricht M, Lu L. Redesigning the
    TETRISC Architecture for Scalable Rocket Chip Implementations. In: <i>38. ITG
    / GMM / GI - Workshop Testmethoden Und Zuverlässigkeit von Schaltungen Und Systemen</i>.
    ; 2026.'
  apa: Hannemann, K. A., Luchterhandt, L., Müller, W., Ulbricht, M., &#38; Lu, L.
    (2026). Redesigning the TETRISC Architecture for Scalable Rocket Chip Implementations.
    <i>38. ITG / GMM / GI - Workshop Testmethoden Und Zuverlässigkeit von Schaltungen
    Und Systemen</i>. 38. ITG / GMM / GI - Workshop Testmethoden und Zuverlässigkeit
    von Schaltungen und Systemen, Potsdam.
  bibtex: '@inproceedings{Hannemann_Luchterhandt_Müller_Ulbricht_Lu_2026, place={Potsdam},
    title={Redesigning the TETRISC Architecture for Scalable Rocket Chip Implementations},
    booktitle={38. ITG / GMM / GI - Workshop Testmethoden und Zuverlässigkeit von
    Schaltungen und Systemen}, author={Hannemann, Kai Arne and Luchterhandt, Lars
    and Müller, Wolfgang and Ulbricht, Markus and Lu, Li}, year={2026} }'
  chicago: Hannemann, Kai Arne, Lars Luchterhandt, Wolfgang Müller, Markus Ulbricht,
    and Li Lu. “Redesigning the TETRISC Architecture for Scalable Rocket Chip Implementations.”
    In <i>38. ITG / GMM / GI - Workshop Testmethoden Und Zuverlässigkeit von Schaltungen
    Und Systemen</i>. Potsdam, 2026.
  ieee: K. A. Hannemann, L. Luchterhandt, W. Müller, M. Ulbricht, and L. Lu, “Redesigning
    the TETRISC Architecture for Scalable Rocket Chip Implementations,” presented
    at the 38. ITG / GMM / GI - Workshop Testmethoden und Zuverlässigkeit von Schaltungen
    und Systemen, Potsdam, 2026.
  mla: Hannemann, Kai Arne, et al. “Redesigning the TETRISC Architecture for Scalable
    Rocket Chip Implementations.” <i>38. ITG / GMM / GI - Workshop Testmethoden Und
    Zuverlässigkeit von Schaltungen Und Systemen</i>, 2026.
  short: 'K.A. Hannemann, L. Luchterhandt, W. Müller, M. Ulbricht, L. Lu, in: 38.
    ITG / GMM / GI - Workshop Testmethoden Und Zuverlässigkeit von Schaltungen Und
    Systemen, Potsdam, 2026.'
conference:
  end_date: 2026-02-24
  location: Potsdam
  name: 38. ITG / GMM / GI - Workshop Testmethoden und Zuverlässigkeit von Schaltungen
    und Systemen
  start_date: 2026-02-22
date_created: 2026-01-27T13:14:51Z
date_updated: 2026-07-16T11:08:27Z
department:
- _id: '58'
has_accepted_license: '1'
keyword:
- RISC-V
- Multicore
- Fault Tolerant
- TETRISC
- Chisel
- Chipyard
language:
- iso: eng
place: Potsdam
publication: 38. ITG / GMM / GI - Workshop Testmethoden und Zuverlässigkeit von Schaltungen
  und Systemen
status: public
title: Redesigning the TETRISC Architecture for Scalable Rocket Chip Implementations
type: conference
user_id: '63972'
year: '2026'
...
---
_id: '65595'
abstract:
- lang: eng
  text: Resilient systems require monitoring and prediction of environmental and intrinsic
    conditions, as well as the ability to adapt to environmental hazards while optimizing
    the trade-off among performance, power consumption, and fault tolerance. TETRISC
    was introduced as a resilient multicore RISC-V processor system based on the PULPissimo
    platform. We introduce the migration of TETRISC to the open-source Rocket Chip
    SoC, targeting scalable TETRISC Chisel implementations. As such, we discuss and
    evaluate the main advantages and obstacles that come with the Chipyard framework
    for RTL simulation and FPGA synthesis, enabling rapid prototyping of resilient,
    scalable architectures configurable for multicore and lockstep modes.
author:
- first_name: Kai Arne
  full_name: Hannemann, Kai Arne
  id: '63972'
  last_name: Hannemann
- first_name: Lars
  full_name: Luchterhandt, Lars
  id: '74648'
  last_name: Luchterhandt
- first_name: Wolfgang
  full_name: Müller, Wolfgang
  id: '16243'
  last_name: Müller
- first_name: Markus
  full_name: Ulbricht, Markus
  last_name: Ulbricht
- first_name: Li
  full_name: Lu, Li
  last_name: Lu
- first_name: J. Christoph
  full_name: Scheytt, J. Christoph
  id: '37144'
  last_name: Scheytt
  orcid: '0000-0002-5950-6618 '
citation:
  ama: 'Hannemann KA, Luchterhandt L, Müller W, Ulbricht M, Lu L, Scheytt JC. TETRISC
    on Rocket Chip: A Scalable and Adaptive RISC-V Multicore Architecture. In: <i>29.
    Workshop Methoden Und Beschreibungssprachen Zur Modellierung Und Verifikation
    von Schaltungen Und Systemen (MBMV 2026)</i>. ; 2026.'
  apa: 'Hannemann, K. A., Luchterhandt, L., Müller, W., Ulbricht, M., Lu, L., &#38;
    Scheytt, J. C. (2026). TETRISC on Rocket Chip: A Scalable and Adaptive RISC-V
    Multicore Architecture. <i>29. Workshop Methoden Und Beschreibungssprachen Zur
    Modellierung Und Verifikation von Schaltungen Und Systemen (MBMV 2026)</i>. 29.
    Workshop Methoden und Beschreibungssprachen zur Modellierung und Verifikation
    von Schaltungen und Systemen (MBMV 2026), Würzburg.'
  bibtex: '@inproceedings{Hannemann_Luchterhandt_Müller_Ulbricht_Lu_Scheytt_2026,
    title={TETRISC on Rocket Chip: A Scalable and Adaptive RISC-V Multicore Architecture},
    booktitle={29. Workshop Methoden und Beschreibungssprachen zur Modellierung und
    Verifikation von Schaltungen und Systemen (MBMV 2026)}, author={Hannemann, Kai
    Arne and Luchterhandt, Lars and Müller, Wolfgang and Ulbricht, Markus and Lu,
    Li and Scheytt, J. Christoph}, year={2026} }'
  chicago: 'Hannemann, Kai Arne, Lars Luchterhandt, Wolfgang Müller, Markus Ulbricht,
    Li Lu, and J. Christoph Scheytt. “TETRISC on Rocket Chip: A Scalable and Adaptive
    RISC-V Multicore Architecture.” In <i>29. Workshop Methoden Und Beschreibungssprachen
    Zur Modellierung Und Verifikation von Schaltungen Und Systemen (MBMV 2026)</i>,
    2026.'
  ieee: 'K. A. Hannemann, L. Luchterhandt, W. Müller, M. Ulbricht, L. Lu, and J. C.
    Scheytt, “TETRISC on Rocket Chip: A Scalable and Adaptive RISC-V Multicore Architecture,”
    presented at the 29. Workshop Methoden und Beschreibungssprachen zur Modellierung
    und Verifikation von Schaltungen und Systemen (MBMV 2026), Würzburg, 2026.'
  mla: 'Hannemann, Kai Arne, et al. “TETRISC on Rocket Chip: A Scalable and Adaptive
    RISC-V Multicore Architecture.” <i>29. Workshop Methoden Und Beschreibungssprachen
    Zur Modellierung Und Verifikation von Schaltungen Und Systemen (MBMV 2026)</i>,
    2026.'
  short: 'K.A. Hannemann, L. Luchterhandt, W. Müller, M. Ulbricht, L. Lu, J.C. Scheytt,
    in: 29. Workshop Methoden Und Beschreibungssprachen Zur Modellierung Und Verifikation
    von Schaltungen Und Systemen (MBMV 2026), 2026.'
conference:
  end_date: 2026-03-18
  location: Würzburg
  name: 29. Workshop Methoden und Beschreibungssprachen zur Modellierung und Verifikation
    von Schaltungen und Systemen (MBMV 2026)
  start_date: 2026-03-17
date_created: 2026-05-08T17:18:10Z
date_updated: 2026-07-16T11:05:58Z
department:
- _id: '58'
language:
- iso: eng
publication: 29. Workshop Methoden und Beschreibungssprachen zur Modellierung und
  Verifikation von Schaltungen und Systemen (MBMV 2026)
status: public
title: 'TETRISC on Rocket Chip: A Scalable and Adaptive RISC-V Multicore Architecture'
type: conference
user_id: '63972'
year: '2026'
...
---
_id: '66545'
abstract:
- lang: eng
  text: The key to achieving energy efficiency and reducing carbon emissions in transportation
    lies in the effectiveness of vehicles and their associated mechatronic systems.
    A notable example of a mechatronic system is the headlamp at the front of a vehicle,
    which emits adaptive headlights, such as the well-known adaptive cornering lights
    or glare-free high beam. The rise of these and other Advanced Driver Assistance
    Systems (ADAS) has led to a proliferation of sensor data. However, the full potential
    of ADAS sensor data for increasing energy efficiency has not yet been exploited
    in the past. This study demonstrates that utilizing the data to dynamically adapt
    headlights to the upcoming driving scenario leads to a substantial reduction in
    power consumption. This objective is pursued by focusing on the predominant carbon
    footprint driver, namely the low beam.
author:
- first_name: Niklas
  full_name: Fittkau, Niklas
  id: '69890'
  last_name: Fittkau
  orcid: 0009-0007-1281-4465
- first_name: Leon
  full_name: Bußemas, Leon
  id: '51118'
  last_name: Bußemas
- first_name: Kevin
  full_name: Malena, Kevin
  id: '36303'
  last_name: Malena
  orcid: 0000-0003-1183-4679
- first_name: Sandra
  full_name: Gausemeier, Sandra
  id: '17793'
  last_name: Gausemeier
- first_name: Ansgar
  full_name: Trächtler, Ansgar
  id: '552'
  last_name: Trächtler
citation:
  ama: 'Fittkau N, Bußemas L, Malena K, Gausemeier S, Trächtler A. Intelligent headlights
    boost energy efficiency and drive decarbonization. In: <i>2026 IEEE Intelligent
    Vehicles Symposium (IV)</i>. Vol 37. IEEE; 2026.'
  apa: Fittkau, N., Bußemas, L., Malena, K., Gausemeier, S., &#38; Trächtler, A. (2026).
    Intelligent headlights boost energy efficiency and drive decarbonization. <i>2026
    IEEE Intelligent Vehicles Symposium (IV)</i>, <i>37</i>.
  bibtex: '@inproceedings{Fittkau_Bußemas_Malena_Gausemeier_Trächtler_2026, place={Detroit,
    Vereinigte Staaten}, title={Intelligent headlights boost energy efficiency and
    drive decarbonization}, volume={37}, booktitle={2026 IEEE Intelligent Vehicles
    Symposium (IV)}, publisher={IEEE}, author={Fittkau, Niklas and Bußemas, Leon and
    Malena, Kevin and Gausemeier, Sandra and Trächtler, Ansgar}, year={2026} }'
  chicago: 'Fittkau, Niklas, Leon Bußemas, Kevin Malena, Sandra Gausemeier, and Ansgar
    Trächtler. “Intelligent Headlights Boost Energy Efficiency and Drive Decarbonization.”
    In <i>2026 IEEE Intelligent Vehicles Symposium (IV)</i>, Vol. 37. Detroit, Vereinigte
    Staaten: IEEE, 2026.'
  ieee: N. Fittkau, L. Bußemas, K. Malena, S. Gausemeier, and A. Trächtler, “Intelligent
    headlights boost energy efficiency and drive decarbonization,” in <i>2026 IEEE
    Intelligent Vehicles Symposium (IV)</i>, Detroit, 2026, vol. 37.
  mla: Fittkau, Niklas, et al. “Intelligent Headlights Boost Energy Efficiency and
    Drive Decarbonization.” <i>2026 IEEE Intelligent Vehicles Symposium (IV)</i>,
    vol. 37, IEEE, 2026.
  short: 'N. Fittkau, L. Bußemas, K. Malena, S. Gausemeier, A. Trächtler, in: 2026
    IEEE Intelligent Vehicles Symposium (IV), IEEE, Detroit, Vereinigte Staaten, 2026.'
conference:
  end_date: 2026-06-25
  location: Detroit
  name: 37th IEEE Intelligent Vehicles Symposium (IV)
  start_date: 2026-06-22
date_created: 2026-07-20T06:18:02Z
date_updated: 2026-07-20T08:31:58Z
department:
- _id: '153'
intvolume: '        37'
keyword:
- intelligent headlights
- energy efficiency
- ecodriving
- decarbonization
- matrix LED headlights
- adaptive realtime control
- ADAS systems
- feedforward control
- simulation
language:
- iso: eng
place: Detroit, Vereinigte Staaten
project:
- _id: '693'
  name: Nachhaltigkeitsoptimiertes Life Cycle Assessment technologisch hochkomplexer
    Produkte am Beispiel Automobilbeleuchtung
publication: 2026 IEEE Intelligent Vehicles Symposium (IV)
publisher: IEEE
quality_controlled: '1'
status: public
title: Intelligent headlights boost energy efficiency and drive decarbonization
type: conference
user_id: '69890'
volume: 37
year: '2026'
...
---
_id: '66514'
abstract:
- lang: eng
  text: Manufacturing companies increasingly integrate the strive towards sustainability
    into product engineering to reduce resource consumption and environmental impacts.
    A substantial share of a product’s environmental performance is determined during
    engineering. Early assessments rely on generic data, which is gradually replaced
    by more concrete simulation and primary data as product maturity increases. The
    effective use of engineering simulation models for Life Cycle Assessment (LCA)
    therefore remains a central challenge under heterogeneous, distributed and rapidly
    evolving data. This article presents a systematic review of product engineering
    approaches for integrating simulation models into LCA. A seven-step research approach
    is applied to identify, categorize and evaluate existing approaches across CAx
    tools. Relevant simulation parameters for sustainability assessment, including
    material properties, process descriptors, consumables and waste streams, are identified
    and analyzed. Based on identified data characteristics, the potential of Data
    Science and Artificial Intelligence methods for LCA data preparation is assessed.
    A conceptual knowledge-graph-based decision support approach is derived to enable
    structured integration, traceability and reuse of simulation data for sustainability
    assessment. The approach is evaluated using criteria from literature. Structured
    integration of simulation data improves early-stage data quality and supports
    decision-making in sustainable product engineering.
author:
- first_name: Iris
  full_name: Gräßler, Iris
  id: '47565'
  last_name: Gräßler
  orcid: 0000-0001-5765-971X
- first_name: Simon
  full_name: Aydin, Simon
  id: '74512'
  last_name: Aydin
- first_name: Sven
  full_name: Rarbach, Sven
  id: '67999'
  last_name: Rarbach
  orcid: https://orcid.org/0000-0003-0602-9923
citation:
  ama: 'Gräßler I, Aydin S, Rarbach S. Systematic review of engineering simulation
    models for life cycle assessment. In: Gräßler I, ed. <i>1st International Symposium:
    March 24 – 26, 2026, Heinz Nixdorf Institute, Paderborn University</i>. Universitätsbibliothek;
    2026. doi:<a href="https://doi.org/10.17619/UNIPB/1-2637">10.17619/UNIPB/1-2637</a>'
  apa: 'Gräßler, I., Aydin, S., &#38; Rarbach, S. (2026). Systematic review of engineering
    simulation models for life cycle assessment. In I. Gräßler (Ed.), <i>1st International
    Symposium: March 24 – 26, 2026, Heinz Nixdorf Institute, Paderborn University</i>.
    Universitätsbibliothek. <a href="https://doi.org/10.17619/UNIPB/1-2637">https://doi.org/10.17619/UNIPB/1-2637</a>'
  bibtex: '@inproceedings{Gräßler_Aydin_Rarbach_2026, place={Paderborn}, title={Systematic
    review of engineering simulation models for life cycle assessment}, DOI={<a href="https://doi.org/10.17619/UNIPB/1-2637">10.17619/UNIPB/1-2637</a>},
    booktitle={1st International Symposium: March 24 – 26, 2026, Heinz Nixdorf Institute,
    Paderborn University}, publisher={Universitätsbibliothek}, author={Gräßler, Iris
    and Aydin, Simon and Rarbach, Sven}, editor={Gräßler, Iris}, year={2026} }'
  chicago: 'Gräßler, Iris, Simon Aydin, and Sven Rarbach. “Systematic Review of Engineering
    Simulation Models for Life Cycle Assessment.” In <i>1st International Symposium:
    March 24 – 26, 2026, Heinz Nixdorf Institute, Paderborn University</i>, edited
    by Iris Gräßler. Paderborn: Universitätsbibliothek, 2026. <a href="https://doi.org/10.17619/UNIPB/1-2637">https://doi.org/10.17619/UNIPB/1-2637</a>.'
  ieee: 'I. Gräßler, S. Aydin, and S. Rarbach, “Systematic review of engineering simulation
    models for life cycle assessment,” in <i>1st International Symposium: March 24
    – 26, 2026, Heinz Nixdorf Institute, Paderborn University</i>, Paderborn, 2026,
    doi: <a href="https://doi.org/10.17619/UNIPB/1-2637">10.17619/UNIPB/1-2637</a>.'
  mla: 'Gräßler, Iris, et al. “Systematic Review of Engineering Simulation Models
    for Life Cycle Assessment.” <i>1st International Symposium: March 24 – 26, 2026,
    Heinz Nixdorf Institute, Paderborn University</i>, edited by Iris Gräßler, Universitätsbibliothek,
    2026, doi:<a href="https://doi.org/10.17619/UNIPB/1-2637">10.17619/UNIPB/1-2637</a>.'
  short: 'I. Gräßler, S. Aydin, S. Rarbach, in: I. Gräßler (Ed.), 1st International
    Symposium: March 24 – 26, 2026, Heinz Nixdorf Institute, Paderborn University,
    Universitätsbibliothek, Paderborn, 2026.'
conference:
  end_date: '20260326'
  location: Paderborn
  name: International Symposium on Hybrid Intelligence in Product and Production Engineering
    1. 2026 Paderborn
  start_date: '20260324'
date_created: 2026-07-16T09:41:28Z
date_updated: 2026-08-13T08:18:14Z
department:
- _id: '152'
doi: 10.17619/UNIPB/1-2637
editor:
- first_name: Iris
  full_name: Gräßler, Iris
  last_name: Gräßler
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://digital.ub.uni-paderborn.de/hs/download/pdf/8359171
oa: '1'
place: Paderborn
publication: '1st International Symposium: March 24 – 26, 2026, Heinz Nixdorf Institute,
  Paderborn University'
publisher: Universitätsbibliothek
quality_controlled: '1'
status: public
title: Systematic review of engineering simulation models for life cycle assessment
type: conference
user_id: '67999'
year: '2026'
...
---
_id: '66942'
abstract:
- lang: eng
  text: Raman imaging, based on incoherent spontaneous Raman scattering (SR) or coherent
    techniques such as broadband coherent anti-Stokes Raman spectroscopy (BCARS),
    is a powerful tool for visualizing local lattice distortions. It can thus be employed,
    e.g., to identify and visualize ferroelectric (FE) domain walls (DWs). While SR-based
    DW imaging relies on small changes in the intensity or position of Raman peaks
    at the DW, BCARS measurements may detect DW signatures with a drastically increased
    contrast and orders of magnitude faster imaging speed. However, while SR-based
    contrasts can be predicted from existing models, the increased DW contrasts in
    BCARS remain poorly understood. In this work, we develop a first-principles approach
    for the simulation of CARS spectra to investigate the origin of this BCARS signal
    contrast at periodically poled stoichiometric lithium niobate (sPPLN) DWs. Combining
    these atomistic simulations with strain modeling allows us to explore how strain
    affects the CARS signal generation at FE DWs. We then apply polarization-sensitive
    BCARS to image sPPLN DWs for different polarization configurations. Our results
    reveal additional Raman peaks specific to the DWs across all investigated polarization
    combinations, yielding a strong DW-to-bulk contrast that enables in situ identification
    and localization of DWs in two-dimensional BCARS maps. This study demonstrates
    the practical utility of polarization-sensitive BCARS for fast DW imaging and
    provides fundamental insights into the BCARS contrast mechanism in FE materials,
    both in strained regions and in the unstrained bulk.
article_number: '034104'
article_type: original
author:
- first_name: Robin
  full_name: Buschbeck, Robin
  last_name: Buschbeck
- first_name: Mike N.
  full_name: Pionteck, Mike N.
  last_name: Pionteck
- first_name: Naomi
  full_name: Herrmann, Naomi
  last_name: Herrmann
- first_name: Michael
  full_name: Rüsing, Michael
  id: '22501'
  last_name: Rüsing
  orcid: 0000-0003-4682-4577
- first_name: Susanne C.
  full_name: Kehr, Susanne C.
  last_name: Kehr
- first_name: Simone
  full_name: Sanna, Simone
  last_name: Sanna
- first_name: Lukas M.
  full_name: Eng, Lukas M.
  last_name: Eng
citation:
  ama: 'Buschbeck R, Pionteck MN, Herrmann N, et al. Ab initio modeling and experimental
    analysis of contrast in broadband coherent anti-Stokes Raman spectroscopy: A case
    study on ferroelectric domain walls. <i>Physical Review B</i>. 2026;114(3). doi:<a
    href="https://doi.org/10.1103/m1xq-rlft">10.1103/m1xq-rlft</a>'
  apa: 'Buschbeck, R., Pionteck, M. N., Herrmann, N., Rüsing, M., Kehr, S. C., Sanna,
    S., &#38; Eng, L. M. (2026). Ab initio modeling and experimental analysis of contrast
    in broadband coherent anti-Stokes Raman spectroscopy: A case study on ferroelectric
    domain walls. <i>Physical Review B</i>, <i>114</i>(3), Article 034104. <a href="https://doi.org/10.1103/m1xq-rlft">https://doi.org/10.1103/m1xq-rlft</a>'
  bibtex: '@article{Buschbeck_Pionteck_Herrmann_Rüsing_Kehr_Sanna_Eng_2026, title={Ab
    initio modeling and experimental analysis of contrast in broadband coherent anti-Stokes
    Raman spectroscopy: A case study on ferroelectric domain walls}, volume={114},
    DOI={<a href="https://doi.org/10.1103/m1xq-rlft">10.1103/m1xq-rlft</a>}, number={3034104},
    journal={Physical Review B}, publisher={American Physical Society (APS)}, author={Buschbeck,
    Robin and Pionteck, Mike N. and Herrmann, Naomi and Rüsing, Michael and Kehr,
    Susanne C. and Sanna, Simone and Eng, Lukas M.}, year={2026} }'
  chicago: 'Buschbeck, Robin, Mike N. Pionteck, Naomi Herrmann, Michael Rüsing, Susanne
    C. Kehr, Simone Sanna, and Lukas M. Eng. “Ab Initio Modeling and Experimental
    Analysis of Contrast in Broadband Coherent Anti-Stokes Raman Spectroscopy: A Case
    Study on Ferroelectric Domain Walls.” <i>Physical Review B</i> 114, no. 3 (2026).
    <a href="https://doi.org/10.1103/m1xq-rlft">https://doi.org/10.1103/m1xq-rlft</a>.'
  ieee: 'R. Buschbeck <i>et al.</i>, “Ab initio modeling and experimental analysis
    of contrast in broadband coherent anti-Stokes Raman spectroscopy: A case study
    on ferroelectric domain walls,” <i>Physical Review B</i>, vol. 114, no. 3, Art.
    no. 034104, 2026, doi: <a href="https://doi.org/10.1103/m1xq-rlft">10.1103/m1xq-rlft</a>.'
  mla: 'Buschbeck, Robin, et al. “Ab Initio Modeling and Experimental Analysis of
    Contrast in Broadband Coherent Anti-Stokes Raman Spectroscopy: A Case Study on
    Ferroelectric Domain Walls.” <i>Physical Review B</i>, vol. 114, no. 3, 034104,
    American Physical Society (APS), 2026, doi:<a href="https://doi.org/10.1103/m1xq-rlft">10.1103/m1xq-rlft</a>.'
  short: R. Buschbeck, M.N. Pionteck, N. Herrmann, M. Rüsing, S.C. Kehr, S. Sanna,
    L.M. Eng, Physical Review B 114 (2026).
date_created: 2026-09-02T12:04:02Z
date_updated: 2026-09-02T12:06:24Z
department:
- _id: '15'
- _id: '288'
- _id: '623'
doi: 10.1103/m1xq-rlft
intvolume: '       114'
issue: '3'
language:
- iso: eng
publication: Physical Review B
publication_identifier:
  issn:
  - 2469-9950
  - 2469-9969
publication_status: published
publisher: American Physical Society (APS)
quality_controlled: '1'
status: public
title: 'Ab initio modeling and experimental analysis of contrast in broadband coherent
  anti-Stokes Raman spectroscopy: A case study on ferroelectric domain walls'
type: journal_article
user_id: '22501'
volume: 114
year: '2026'
...
---
_id: '66462'
abstract:
- lang: eng
  text: "Germany is experiencing a shortage of teachers, a situation that is particularly
    evident in the \r\ndomain of technical vocational education. In response to this,
    various pathways into vocational \r\nteacher education have been established.
    These pathways are diverse in their nature but all lead to \r\nthe same teacher
    degree as traditional teacher education. In two interview studies (n=22 (pre\r\nservice)
    vocational teachers), initial motives of entering teacher education (based on
    FIT-Choice) \r\nas well as retrospective views on the career choice after entering
    the profession (based on PLP\r\nmodel) are analyzed. The present study compares
    the reflective views of pre-service teachers and \r\ncareer-changing in-service
    teachers (CCIT). Although both groups generally perceive their career \r\nchoice
    positively, the results raise questions about why CCITs did not enter the field
    of teacher \r\neducation in the first place. Additionally, the analysis allows
    for further discussion about existing \r\nteacher education programs in times
    of teacher shortage."
author:
- first_name: Mats
  full_name: Vernholz, Mats
  id: '76955'
  last_name: Vernholz
  orcid: 0000-0001-5175-357X
- first_name: Gabriela
  full_name: Jonas-Ahrend, Gabriela
  id: '77633'
  last_name: Jonas-Ahrend
  orcid: 0000-0003-3898-954X
- first_name: Katrin
  full_name: Temmen, Katrin
  last_name: Temmen
citation:
  ama: 'Vernholz M, Jonas-Ahrend G, Temmen K. Different Pathways, Shared Challenges:
    Reflections on Entering Vocational Teaching in  Germany  . In: ; 2026.'
  apa: 'Vernholz, M., Jonas-Ahrend, G., &#38; Temmen, K. (2026). <i>Different Pathways,
    Shared Challenges: Reflections on Entering Vocational Teaching in  Germany  </i>.
    19th Stockholm International Conference of Research on Vocational Education and
    Training, Boat Viking Glory.'
  bibtex: '@inproceedings{Vernholz_Jonas-Ahrend_Temmen_2026, title={Different Pathways,
    Shared Challenges: Reflections on Entering Vocational Teaching in  Germany  },
    author={Vernholz, Mats and Jonas-Ahrend, Gabriela and Temmen, Katrin}, year={2026}
    }'
  chicago: 'Vernholz, Mats, Gabriela Jonas-Ahrend, and Katrin Temmen. “Different Pathways,
    Shared Challenges: Reflections on Entering Vocational Teaching in  Germany  ,”
    2026.'
  ieee: 'M. Vernholz, G. Jonas-Ahrend, and K. Temmen, “Different Pathways, Shared
    Challenges: Reflections on Entering Vocational Teaching in  Germany  ,” presented
    at the 19th Stockholm International Conference of Research on Vocational Education
    and Training, Boat Viking Glory, 2026.'
  mla: 'Vernholz, Mats, et al. <i>Different Pathways, Shared Challenges: Reflections
    on Entering Vocational Teaching in  Germany  </i>. 2026.'
  short: 'M. Vernholz, G. Jonas-Ahrend, K. Temmen, in: 2026.'
conference:
  end_date: 2026-05-19
  location: Boat Viking Glory
  name: 19th Stockholm International Conference of Research on Vocational Education
    and Training
  start_date: 2026-05-17
date_created: 2026-07-13T12:54:11Z
date_updated: 2026-07-13T12:56:46Z
department:
- _id: '300'
keyword:
- vocational teacher education
- teacher shortage
- career-changing teachers
- teacher  reflections
language:
- iso: eng
status: public
title: 'Different Pathways, Shared Challenges: Reflections on Entering Vocational
  Teaching in  Germany  '
type: conference
user_id: '77633'
year: '2026'
...
---
_id: '66632'
abstract:
- lang: eng
  text: Three‐dimensional (3D) assemblies of gold nanoparticles (AuNPs) offer a rich
    platform for plasmonic coupling and near‐field engineering, yet their optical
    behavior is often complex due to structural disorder and fabrication‐induced variability.
    Here, we present a systematic optical investigation of large‐scale 3D AuNP assemblies
    fabricated via meniscus‐guided assembly, focusing on the reproducibility, spatial
    uniformity, and mode evolution of their plasmonic responses. Spatially‐resolved
    dark‐field scattering measurements reveal that high‐aspect‐ratio AuNP pillars
    exhibit uniform scattering spectra along their height and across different pillars,
    despite variations in geometry and structure. Electromagnetic simulations suggest
    that this robustness arises from a collective many‐particle plasmonic response
    that remains optically active despite structural perturbations. The corresponding
    near‐field and surface‐charge distributions remain spatially distributed under
    representative structural perturbations, consistent with volumetric averaging
    across the three‐dimensional assembly. Building on this robust platform, we introduce
    compositional modulation through a core–satellite architecture by incorporating
    smaller AuNPs. This yields a composition‐dependent spectral redistribution, including
    the emergence of an additional long‐wavelength spectral feature in the core–satellite
    assemblies. Wavelength‐dependent surface‐enhanced Raman scattering measurements
    reveal contrasting responses under 633 and 785 nm excitation, reflecting redistribution
    of local plasmonic coupling pathways. These results provide process‐enabled guidelines
    for using meniscus‐guided 3D‐nanoprinting to realize robust nanoparticle assemblies.
article_number: e71686
article_type: original
author:
- first_name: Vasanthan
  full_name: Devaraj, Vasanthan
  id: '103814'
  last_name: Devaraj
- first_name: Sunghyun
  full_name: Kwak, Sunghyun
  last_name: Kwak
- first_name: Hyeongjip
  full_name: Kim, Hyeongjip
  last_name: Kim
- first_name: Sang‐Keun
  full_name: Sung, Sang‐Keun
  last_name: Sung
- first_name: Jong‐Min
  full_name: Lee, Jong‐Min
  last_name: Lee
- first_name: Thomas
  full_name: Zentgraf, Thomas
  id: '30525'
  last_name: Zentgraf
  orcid: 0000-0002-8662-1101
- first_name: Won‐Geun
  full_name: Kim, Won‐Geun
  last_name: Kim
citation:
  ama: Devaraj V, Kwak S, Kim H, et al. Spatially Uniform and Defect‐Tolerant Plasmonic
    Responses in 3D Printed Gold Nanoparticle Assemblies. <i>Laser &#38;amp; Photonics
    Reviews</i>. Published online 2026. doi:<a href="https://doi.org/10.1002/lpor.71686">10.1002/lpor.71686</a>
  apa: Devaraj, V., Kwak, S., Kim, H., Sung, S., Lee, J., Zentgraf, T., &#38; Kim,
    W. (2026). Spatially Uniform and Defect‐Tolerant Plasmonic Responses in 3D Printed
    Gold Nanoparticle Assemblies. <i>Laser &#38;amp; Photonics Reviews</i>, Article
    e71686. <a href="https://doi.org/10.1002/lpor.71686">https://doi.org/10.1002/lpor.71686</a>
  bibtex: '@article{Devaraj_Kwak_Kim_Sung_Lee_Zentgraf_Kim_2026, title={Spatially
    Uniform and Defect‐Tolerant Plasmonic Responses in 3D Printed Gold Nanoparticle
    Assemblies}, DOI={<a href="https://doi.org/10.1002/lpor.71686">10.1002/lpor.71686</a>},
    number={e71686}, journal={Laser &#38;amp; Photonics Reviews}, publisher={Wiley},
    author={Devaraj, Vasanthan and Kwak, Sunghyun and Kim, Hyeongjip and Sung, Sang‐Keun
    and Lee, Jong‐Min and Zentgraf, Thomas and Kim, Won‐Geun}, year={2026} }'
  chicago: Devaraj, Vasanthan, Sunghyun Kwak, Hyeongjip Kim, Sang‐Keun Sung, Jong‐Min
    Lee, Thomas Zentgraf, and Won‐Geun Kim. “Spatially Uniform and Defect‐Tolerant
    Plasmonic Responses in 3D Printed Gold Nanoparticle Assemblies.” <i>Laser &#38;amp;
    Photonics Reviews</i>, 2026. <a href="https://doi.org/10.1002/lpor.71686">https://doi.org/10.1002/lpor.71686</a>.
  ieee: 'V. Devaraj <i>et al.</i>, “Spatially Uniform and Defect‐Tolerant Plasmonic
    Responses in 3D Printed Gold Nanoparticle Assemblies,” <i>Laser &#38;amp; Photonics
    Reviews</i>, Art. no. e71686, 2026, doi: <a href="https://doi.org/10.1002/lpor.71686">10.1002/lpor.71686</a>.'
  mla: Devaraj, Vasanthan, et al. “Spatially Uniform and Defect‐Tolerant Plasmonic
    Responses in 3D Printed Gold Nanoparticle Assemblies.” <i>Laser &#38;amp; Photonics
    Reviews</i>, e71686, Wiley, 2026, doi:<a href="https://doi.org/10.1002/lpor.71686">10.1002/lpor.71686</a>.
  short: V. Devaraj, S. Kwak, H. Kim, S. Sung, J. Lee, T. Zentgraf, W. Kim, Laser
    &#38;amp; Photonics Reviews (2026).
date_created: 2026-08-03T06:43:03Z
date_updated: 2026-08-03T06:45:01Z
department:
- _id: '15'
- _id: '230'
- _id: '289'
- _id: '623'
doi: 10.1002/lpor.71686
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://onlinelibrary.wiley.com/doi/10.1002/lpor.71686
oa: '1'
publication: Laser &amp; Photonics Reviews
publication_identifier:
  issn:
  - 1863-8880
  - 1863-8899
publication_status: published
publisher: Wiley
quality_controlled: '1'
status: public
title: Spatially Uniform and Defect‐Tolerant Plasmonic Responses in 3D Printed Gold
  Nanoparticle Assemblies
type: journal_article
user_id: '30525'
year: '2026'
...
