---
_id: '63918'
abstract:
- lang: eng
  text: Many real-world datasets, such as citation networks, social networks, and
    molecular structures, are naturally represented as heterogeneous graphs, where
    nodes belong to different types and have additional features. For example, in
    a citation network, nodes representing "Paper" or "Author" may include attributes
    like keywords or affiliations. A critical machine learning task on these graphs
    is node classification, which is useful for applications such as fake news detection,
    corporate risk assessment, and molecular property prediction. Although Heterogeneous
    Graph Neural Networks (HGNNs) perform well in these contexts, their predictions
    remain opaque. Existing post-hoc explanation methods lack support for actual node
    features beyond one-hot encoding of node type and often fail to generate realistic,
    faithful explanations. To address these gaps, we propose DiGNNExplainer, a model-level
    explanation approach that synthesizes heterogeneous graphs with realistic node
    features via discrete denoising diffusion. In particular, we generate realistic
    discrete features (e.g., bag-of-words features) using diffusion models within
    a discrete space, whereas previous approaches are limited to continuous spaces.
    We evaluate our approach on multiple datasets and show that DiGNNExplainer produces
    explanations that are realistic and faithful to the model's decision-making, outperforming
    state-of-the-art methods.
author:
- first_name: Pallabee
  full_name: Das, Pallabee
  last_name: Das
- first_name: Stefan
  full_name: Heindorf, Stefan
  id: '11871'
  last_name: Heindorf
  orcid: 0000-0002-4525-6865
citation:
  ama: 'Das P, Heindorf S. Discrete Diffusion-Based Model-Level Explanation of Heterogeneous
    GNNs with Node Features. In: <i>Proceedings of the ACM Web Conference 2026 (WWW
    ’26)</i>. ACM; 2026.'
  apa: Das, P., &#38; Heindorf, S. (2026). Discrete Diffusion-Based Model-Level Explanation
    of Heterogeneous GNNs with Node Features. <i>Proceedings of the ACM Web Conference
    2026 (WWW ’26)</i>. The Web Conference, Dubai, United Arab Emirates.
  bibtex: '@inproceedings{Das_Heindorf_2026, title={Discrete Diffusion-Based Model-Level
    Explanation of Heterogeneous GNNs with Node Features}, booktitle={Proceedings
    of the ACM Web Conference 2026 (WWW ’26)}, publisher={ACM}, author={Das, Pallabee
    and Heindorf, Stefan}, year={2026} }'
  chicago: Das, Pallabee, and Stefan Heindorf. “Discrete Diffusion-Based Model-Level
    Explanation of Heterogeneous GNNs with Node Features.” In <i>Proceedings of the
    ACM Web Conference 2026 (WWW ’26)</i>. ACM, 2026.
  ieee: P. Das and S. Heindorf, “Discrete Diffusion-Based Model-Level Explanation
    of Heterogeneous GNNs with Node Features,” presented at the The Web Conference,
    Dubai, United Arab Emirates, 2026.
  mla: Das, Pallabee, and Stefan Heindorf. “Discrete Diffusion-Based Model-Level Explanation
    of Heterogeneous GNNs with Node Features.” <i>Proceedings of the ACM Web Conference
    2026 (WWW ’26)</i>, ACM, 2026.
  short: 'P. Das, S. Heindorf, in: Proceedings of the ACM Web Conference 2026 (WWW
    ’26), ACM, 2026.'
conference:
  end_date: 2026-04-17
  location: Dubai, United Arab Emirates
  name: The Web Conference
  start_date: 2026-04-13
date_created: 2026-02-06T18:44:34Z
date_updated: 2026-02-06T18:47:38Z
department:
- _id: '760'
external_id:
  arxiv:
  - '2508.08458'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/pdf/2508.08458
oa: '1'
publication: Proceedings of the ACM Web Conference 2026 (WWW ’26)
publisher: ACM
status: public
title: Discrete Diffusion-Based Model-Level Explanation of Heterogeneous GNNs with
  Node Features
type: conference
user_id: '11871'
year: '2026'
...
---
_id: '63890'
abstract:
- lang: eng
  text: The computation of highly contracted electron repulsion integrals (ERIs) is
    essential to achieve quantum accuracy in atomistic simulations based on quantum
    mechanics. Its growing computational demands make energy efficiency a critical
    concern. Recent studies demonstrate FPGAs’ superior performance and energy efficiency
    for computing primitive ERIs, but the computation of highly contracted ERIs introduces
    significant algorithmic complexity and new design challenges for FPGA acceleration.In
    this work, we present SORCERI, the first streaming overlay acceleration for highly
    contracted ERI computations on FPGAs. SORCERI introduces a novel streaming Rys
    computing unit to calculate roots and weights of Rys polynomials on-chip, and
    a streaming contraction unit for the contraction of primitive ERIs. This shifts
    the design bottleneck from limited CPU-FPGA communication bandwidth to available
    FPGA computation resources. To address practical deployment challenges for a large
    number of quartet classes, we design three streaming overlays, together with an
    efficient memory transpose optimization, to cover the 21 most commonly used quartet
    classes in realistic atomistic simulations. To address the new computation constraints,
    we use flexible calculation stages with a free-running streaming architecture
    to achieve high DSP utilization and good timing closure.Experiments demonstrate
    that SORCERI achieves an average 5.96x, 1.99x, and 1.16x better performance per
    watt than libint on a 64-core AMD EPYC 7713 CPU, libintx on an Nvidia A40 GPU,
    and SERI, the prior best-performing FPGA design for primitive ERIs. Furthermore,
    SORCERI reaches a peak throughput of 44.11 GERIS (109 ERIs per second) that is
    1.52x, 1.13x, and 1.93x greater than libint, libintx and SERI, respectively. SORCERI
    will be released soon at https://github.com/SFU-HiAccel/SORCERI.
author:
- first_name: Philip
  full_name: Stachura, Philip
  last_name: Stachura
- first_name: Xin
  full_name: Wu, Xin
  id: '77439'
  last_name: Wu
- first_name: Christian
  full_name: Plessl, Christian
  id: '16153'
  last_name: Plessl
  orcid: 0000-0001-5728-9982
- first_name: Zhenman
  full_name: Fang, Zhenman
  last_name: Fang
citation:
  ama: 'Stachura P, Wu X, Plessl C, Fang Z. SORCERI: Streaming Overlay Acceleration
    for Highly Contracted Electron Repulsion Integral Computations in Quantum Chemistry.
    In: <i>Proceedings of the 2026 ACM/SIGDA International Symposium on Field Programmable
    Gate Arrays (FPGA ’26)</i>. Association for Computing Machinery; 2026:224-234.
    doi:<a href="https://doi.org/10.1145/3748173.3779198">10.1145/3748173.3779198</a>'
  apa: 'Stachura, P., Wu, X., Plessl, C., &#38; Fang, Z. (2026). SORCERI: Streaming
    Overlay Acceleration for Highly Contracted Electron Repulsion Integral Computations
    in Quantum Chemistry. <i>Proceedings of the 2026 ACM/SIGDA International Symposium
    on Field Programmable Gate Arrays (FPGA ’26)</i>, 224–234. <a href="https://doi.org/10.1145/3748173.3779198">https://doi.org/10.1145/3748173.3779198</a>'
  bibtex: '@inproceedings{Stachura_Wu_Plessl_Fang_2026, place={New York, NY, USA},
    title={SORCERI: Streaming Overlay Acceleration for Highly Contracted Electron
    Repulsion Integral Computations in Quantum Chemistry}, DOI={<a href="https://doi.org/10.1145/3748173.3779198">10.1145/3748173.3779198</a>},
    booktitle={Proceedings of the 2026 ACM/SIGDA International Symposium on Field
    Programmable Gate Arrays (FPGA ’26)}, publisher={Association for Computing Machinery},
    author={Stachura, Philip and Wu, Xin and Plessl, Christian and Fang, Zhenman},
    year={2026}, pages={224–234} }'
  chicago: 'Stachura, Philip, Xin Wu, Christian Plessl, and Zhenman Fang. “SORCERI:
    Streaming Overlay Acceleration for Highly Contracted Electron Repulsion Integral
    Computations in Quantum Chemistry.” In <i>Proceedings of the 2026 ACM/SIGDA International
    Symposium on Field Programmable Gate Arrays (FPGA ’26)</i>, 224–34. New York,
    NY, USA: Association for Computing Machinery, 2026. <a href="https://doi.org/10.1145/3748173.3779198">https://doi.org/10.1145/3748173.3779198</a>.'
  ieee: 'P. Stachura, X. Wu, C. Plessl, and Z. Fang, “SORCERI: Streaming Overlay Acceleration
    for Highly Contracted Electron Repulsion Integral Computations in Quantum Chemistry,”
    in <i>Proceedings of the 2026 ACM/SIGDA International Symposium on Field Programmable
    Gate Arrays (FPGA ’26)</i>, 2026, pp. 224–234, doi: <a href="https://doi.org/10.1145/3748173.3779198">10.1145/3748173.3779198</a>.'
  mla: 'Stachura, Philip, et al. “SORCERI: Streaming Overlay Acceleration for Highly
    Contracted Electron Repulsion Integral Computations in Quantum Chemistry.” <i>Proceedings
    of the 2026 ACM/SIGDA International Symposium on Field Programmable Gate Arrays
    (FPGA ’26)</i>, Association for Computing Machinery, 2026, pp. 224–34, doi:<a
    href="https://doi.org/10.1145/3748173.3779198">10.1145/3748173.3779198</a>.'
  short: 'P. Stachura, X. Wu, C. Plessl, Z. Fang, in: Proceedings of the 2026 ACM/SIGDA
    International Symposium on Field Programmable Gate Arrays (FPGA ’26), Association
    for Computing Machinery, New York, NY, USA, 2026, pp. 224–234.'
date_created: 2026-02-06T06:43:22Z
date_updated: 2026-02-09T09:16:32Z
department:
- _id: '27'
- _id: '518'
doi: 10.1145/3748173.3779198
keyword:
- electron repulsion integrals
- quantum chemistry
- atomistic simulation
- overlay architecture
- fpga acceleration
language:
- iso: eng
main_file_link:
- url: https://dl.acm.org/doi/10.1145/3748173.3779198
page: 224-234
place: New York, NY, USA
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
publication: Proceedings of the 2026 ACM/SIGDA International Symposium on Field Programmable
  Gate Arrays (FPGA '26)
publication_identifier:
  isbn:
  - '9798400720796'
publication_status: published
publisher: Association for Computing Machinery
status: public
title: 'SORCERI: Streaming Overlay Acceleration for Highly Contracted Electron Repulsion
  Integral Computations in Quantum Chemistry'
type: conference
user_id: '77439'
year: '2026'
...
---
_id: '64075'
author:
- first_name: Lynn
  full_name: Humpert, Lynn
  last_name: Humpert
- first_name: Jannis
  full_name: Graunke, Jannis
  last_name: Graunke
- first_name: Gerrit
  full_name: Cichon, Gerrit
  last_name: Cichon
- first_name: Anuradha
  full_name: Ammanagi, Anuradha
  last_name: Ammanagi
- first_name: Anja
  full_name: Schierbaum, Anja
  last_name: Schierbaum
- first_name: Roman
  full_name: Dumitrescu, Roman
  id: '16190'
  last_name: Dumitrescu
citation:
  ama: 'Humpert L, Graunke J, Cichon G, Ammanagi A, Schierbaum A, Dumitrescu R. Generative
    AI in Systems Engineering: Automated Creation of System Architectures and Early-Stage
    Calculation in the B2B Sector. In: <i>2025 IEEE International Symposium on Systems
    Engineering (ISSE)</i>. IEEE; 2026. doi:<a href="https://doi.org/10.1109/isse65546.2025.11370000">10.1109/isse65546.2025.11370000</a>'
  apa: 'Humpert, L., Graunke, J., Cichon, G., Ammanagi, A., Schierbaum, A., &#38;
    Dumitrescu, R. (2026). Generative AI in Systems Engineering: Automated Creation
    of System Architectures and Early-Stage Calculation in the B2B Sector. <i>2025
    IEEE International Symposium on Systems Engineering (ISSE)</i>. <a href="https://doi.org/10.1109/isse65546.2025.11370000">https://doi.org/10.1109/isse65546.2025.11370000</a>'
  bibtex: '@inproceedings{Humpert_Graunke_Cichon_Ammanagi_Schierbaum_Dumitrescu_2026,
    title={Generative AI in Systems Engineering: Automated Creation of System Architectures
    and Early-Stage Calculation in the B2B Sector}, DOI={<a href="https://doi.org/10.1109/isse65546.2025.11370000">10.1109/isse65546.2025.11370000</a>},
    booktitle={2025 IEEE International Symposium on Systems Engineering (ISSE)}, publisher={IEEE},
    author={Humpert, Lynn and Graunke, Jannis and Cichon, Gerrit and Ammanagi, Anuradha
    and Schierbaum, Anja and Dumitrescu, Roman}, year={2026} }'
  chicago: 'Humpert, Lynn, Jannis Graunke, Gerrit Cichon, Anuradha Ammanagi, Anja
    Schierbaum, and Roman Dumitrescu. “Generative AI in Systems Engineering: Automated
    Creation of System Architectures and Early-Stage Calculation in the B2B Sector.”
    In <i>2025 IEEE International Symposium on Systems Engineering (ISSE)</i>. IEEE,
    2026. <a href="https://doi.org/10.1109/isse65546.2025.11370000">https://doi.org/10.1109/isse65546.2025.11370000</a>.'
  ieee: 'L. Humpert, J. Graunke, G. Cichon, A. Ammanagi, A. Schierbaum, and R. Dumitrescu,
    “Generative AI in Systems Engineering: Automated Creation of System Architectures
    and Early-Stage Calculation in the B2B Sector,” 2026, doi: <a href="https://doi.org/10.1109/isse65546.2025.11370000">10.1109/isse65546.2025.11370000</a>.'
  mla: 'Humpert, Lynn, et al. “Generative AI in Systems Engineering: Automated Creation
    of System Architectures and Early-Stage Calculation in the B2B Sector.” <i>2025
    IEEE International Symposium on Systems Engineering (ISSE)</i>, IEEE, 2026, doi:<a
    href="https://doi.org/10.1109/isse65546.2025.11370000">10.1109/isse65546.2025.11370000</a>.'
  short: 'L. Humpert, J. Graunke, G. Cichon, A. Ammanagi, A. Schierbaum, R. Dumitrescu,
    in: 2025 IEEE International Symposium on Systems Engineering (ISSE), IEEE, 2026.'
date_created: 2026-02-09T14:52:15Z
date_updated: 2026-02-09T14:52:40Z
department:
- _id: '563'
doi: 10.1109/isse65546.2025.11370000
language:
- iso: eng
publication: 2025 IEEE International Symposium on Systems Engineering (ISSE)
publication_status: published
publisher: IEEE
status: public
title: 'Generative AI in Systems Engineering: Automated Creation of System Architectures
  and Early-Stage Calculation in the B2B Sector'
type: conference
user_id: '15782'
year: '2026'
...
---
_id: '63834'
abstract:
- lang: eng
  text: "<jats:title>Abstract</jats:title>\r\n                  <jats:p>\r\n                    Many
    Android apps collect data from users, and the European Union’s General Data Protection
    Regulation (GDPR) mandates clear disclosures of such data collection. However,
    apps often use third-party code, complicating accurate disclosures. This paper
    investigates how accurately current Android apps fulfill these requirements. In
    this work, we present a multi-layered definition of privacy-related data to correctly
    report data collection in Android apps. We further create a dataset of privacy-sensitive
    data classes that may be used as input by an Android app. This dataset takes into
    account data collected both through the user interface and system APIs. Based
    on this, we implement a semi-automated prototype that detects and labels privacy-related
    data collected by a given Android app. We manually examine the data safety sections
    of 70 Android apps to observe how data collection is reported, identifying instances
    of over- and under-reporting. We compare our prototype’s results with the data
    safety sections of 20 apps revealing reporting discrepancies. Using the results
    from two Messaging and Social Media apps (Signal and Instagram), we discuss how
    app developers under-report and over-report data collection, respectively, and
    identify inaccurately reported data categories. A broader study of 7,500 Android
    apps reveals that apps most frequently collect data that can\r\n                    <jats:italic>partially
    identify</jats:italic>\r\n                    users. Although system APIs consistently
    collect large amounts of privacy-related data, user interfaces exhibit some more
    diverse data collection patterns. A more focused study on various domains of apps
    reveals that the largest fraction of apps collecting personal data belong to the
    domain of\r\n                    <jats:italic>Messaging and Social Media</jats:italic>\r\n
    \                   . Our findings show that location is collected frequently
    by apps, specially from the\r\n                    <jats:italic>E-commerce and
    Shopping</jats:italic>\r\n                    domain. However, it is often under-reported
    in app data safety sections. Our results highlight the need for greater consistency
    in privacy-aware app development and reporting practices.\r\n                  </jats:p>"
article_number: '45'
author:
- first_name: Mugdha
  full_name: Khedkar, Mugdha
  id: '88024'
  last_name: Khedkar
- first_name: Ambuj
  full_name: Kumar Mondal, Ambuj
  last_name: Kumar Mondal
- first_name: Eric
  full_name: Bodden, Eric
  id: '59256'
  last_name: Bodden
  orcid: 0000-0003-3470-3647
citation:
  ama: Khedkar M, Kumar Mondal A, Bodden E. A study of privacy-related data collected
    by Android apps. <i>Automated Software Engineering</i>. 2026;33(2). doi:<a href="https://doi.org/10.1007/s10515-025-00589-3">10.1007/s10515-025-00589-3</a>
  apa: Khedkar, M., Kumar Mondal, A., &#38; Bodden, E. (2026). A study of privacy-related
    data collected by Android apps. <i>Automated Software Engineering</i>, <i>33</i>(2),
    Article 45. <a href="https://doi.org/10.1007/s10515-025-00589-3">https://doi.org/10.1007/s10515-025-00589-3</a>
  bibtex: '@article{Khedkar_Kumar Mondal_Bodden_2026, title={A study of privacy-related
    data collected by Android apps}, volume={33}, DOI={<a href="https://doi.org/10.1007/s10515-025-00589-3">10.1007/s10515-025-00589-3</a>},
    number={245}, journal={Automated Software Engineering}, publisher={Springer Science
    and Business Media LLC}, author={Khedkar, Mugdha and Kumar Mondal, Ambuj and Bodden,
    Eric}, year={2026} }'
  chicago: Khedkar, Mugdha, Ambuj Kumar Mondal, and Eric Bodden. “A Study of Privacy-Related
    Data Collected by Android Apps.” <i>Automated Software Engineering</i> 33, no.
    2 (2026). <a href="https://doi.org/10.1007/s10515-025-00589-3">https://doi.org/10.1007/s10515-025-00589-3</a>.
  ieee: 'M. Khedkar, A. Kumar Mondal, and E. Bodden, “A study of privacy-related data
    collected by Android apps,” <i>Automated Software Engineering</i>, vol. 33, no.
    2, Art. no. 45, 2026, doi: <a href="https://doi.org/10.1007/s10515-025-00589-3">10.1007/s10515-025-00589-3</a>.'
  mla: Khedkar, Mugdha, et al. “A Study of Privacy-Related Data Collected by Android
    Apps.” <i>Automated Software Engineering</i>, vol. 33, no. 2, 45, Springer Science
    and Business Media LLC, 2026, doi:<a href="https://doi.org/10.1007/s10515-025-00589-3">10.1007/s10515-025-00589-3</a>.
  short: M. Khedkar, A. Kumar Mondal, E. Bodden, Automated Software Engineering 33
    (2026).
date_created: 2026-02-02T12:36:22Z
date_updated: 2026-02-11T18:33:12Z
ddc:
- '006'
department:
- _id: '76'
doi: 10.1007/s10515-025-00589-3
file:
- access_level: closed
  content_type: application/pdf
  creator: khedkarm
  date_created: 2026-02-11T18:32:52Z
  date_updated: 2026-02-11T18:32:52Z
  file_id: '64127'
  file_name: s10515-025-00589-3-1.pdf
  file_size: 3363479
  relation: main_file
  success: 1
file_date_updated: 2026-02-11T18:32:52Z
has_accepted_license: '1'
intvolume: '        33'
issue: '2'
language:
- iso: eng
publication: Automated Software Engineering
publication_identifier:
  issn:
  - 0928-8910
  - 1573-7535
publication_status: published
publisher: Springer Science and Business Media LLC
status: public
title: A study of privacy-related data collected by Android apps
type: journal_article
user_id: '88024'
volume: 33
year: '2026'
...
---
_id: '64174'
author:
- first_name: Uta
  full_name: Häsel-Weide, Uta
  id: '60267'
  last_name: Häsel-Weide
  orcid: 0000-0001-6278-4240
- first_name: Marcus
  full_name: Nührenbörger, Marcus
  last_name: Nührenbörger
citation:
  ama: Häsel-Weide U, Nührenbörger M. Mathematische Basiskompetenzen. Diagnose und
    Förderung in der Grundschule. <i>Grundschule aktuell</i>. 2026;(173):3-6.
  apa: Häsel-Weide, U., &#38; Nührenbörger, M. (2026). Mathematische Basiskompetenzen.
    Diagnose und Förderung in der Grundschule. <i>Grundschule aktuell</i>, <i>173</i>,
    3–6.
  bibtex: '@article{Häsel-Weide_Nührenbörger_2026, title={Mathematische Basiskompetenzen.
    Diagnose und Förderung in der Grundschule.}, number={173}, journal={Grundschule
    aktuell}, author={Häsel-Weide, Uta and Nührenbörger, Marcus}, year={2026}, pages={3–6}
    }'
  chicago: 'Häsel-Weide, Uta, and Marcus Nührenbörger. “Mathematische Basiskompetenzen.
    Diagnose und Förderung in der Grundschule.” <i>Grundschule aktuell</i>, no. 173
    (2026): 3–6.'
  ieee: U. Häsel-Weide and M. Nührenbörger, “Mathematische Basiskompetenzen. Diagnose
    und Förderung in der Grundschule.,” <i>Grundschule aktuell</i>, no. 173, pp. 3–6,
    2026.
  mla: Häsel-Weide, Uta, and Marcus Nührenbörger. “Mathematische Basiskompetenzen.
    Diagnose und Förderung in der Grundschule.” <i>Grundschule aktuell</i>, no. 173,
    2026, pp. 3–6.
  short: U. Häsel-Weide, M. Nührenbörger, Grundschule aktuell (2026) 3–6.
date_created: 2026-02-16T12:13:02Z
date_updated: 2026-02-16T12:16:39Z
department:
- _id: '543'
issue: '173'
language:
- iso: ger
page: 3-6
publication: Grundschule aktuell
status: public
title: Mathematische Basiskompetenzen. Diagnose und Förderung in der Grundschule.
type: journal_article
user_id: '44184'
year: '2026'
...
---
_id: '63793'
author:
- first_name: Mats
  full_name: Vernholz, Mats
  id: '76955'
  last_name: Vernholz
  orcid: 0000-0001-5175-357X
- first_name: Johannes
  full_name: Schäfers, Johannes
  id: '68949'
  last_name: Schäfers
- 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
  id: '30086'
  last_name: Temmen
citation:
  ama: 'Vernholz M, Schäfers J, Jonas-Ahrend G, Temmen K. Shaping Tomorrow’s Classrooms:
    Integrating AI in Technology Teacher Training and VET in Germany. In: Auer ME,
    Langmann R, May D, Morales M, eds. <i>Smart Technologies for an All-Electric Society.
    STE 2025. Lecture Notes in Networks and Systems</i>. Springer Nature Switzerland;
    2026. doi:<a href="https://doi.org/10.1007/978-3-032-07316-7_10">10.1007/978-3-032-07316-7_10</a>'
  apa: 'Vernholz, M., Schäfers, J., Jonas-Ahrend, G., &#38; Temmen, K. (2026). Shaping
    Tomorrow’s Classrooms: Integrating AI in Technology Teacher Training and VET in
    Germany. In M. E. Auer, R. Langmann, D. May, &#38; M. Morales (Eds.), <i>Smart
    Technologies for an All-Electric Society. STE 2025. Lecture Notes in Networks
    and Systems</i>. Springer Nature Switzerland. <a href="https://doi.org/10.1007/978-3-032-07316-7_10">https://doi.org/10.1007/978-3-032-07316-7_10</a>'
  bibtex: '@inbook{Vernholz_Schäfers_Jonas-Ahrend_Temmen_2026, place={Cham}, title={Shaping
    Tomorrow’s Classrooms: Integrating AI in Technology Teacher Training and VET in
    Germany}, DOI={<a href="https://doi.org/10.1007/978-3-032-07316-7_10">10.1007/978-3-032-07316-7_10</a>},
    booktitle={Smart Technologies for an All-Electric Society. STE 2025. Lecture Notes
    in Networks and Systems}, publisher={Springer Nature Switzerland}, author={Vernholz,
    Mats and Schäfers, Johannes and Jonas-Ahrend, Gabriela and Temmen, Katrin}, editor={Auer,
    Michael E. and Langmann, Reinhard and May, Dominik and Morales, Manuel}, year={2026}
    }'
  chicago: 'Vernholz, Mats, Johannes Schäfers, Gabriela Jonas-Ahrend, and Katrin Temmen.
    “Shaping Tomorrow’s Classrooms: Integrating AI in Technology Teacher Training
    and VET in Germany.” In <i>Smart Technologies for an All-Electric Society. STE
    2025. Lecture Notes in Networks and Systems</i>, edited by Michael E. Auer, Reinhard
    Langmann, Dominik May, and Manuel Morales. Cham: Springer Nature Switzerland,
    2026. <a href="https://doi.org/10.1007/978-3-032-07316-7_10">https://doi.org/10.1007/978-3-032-07316-7_10</a>.'
  ieee: 'M. Vernholz, J. Schäfers, G. Jonas-Ahrend, and K. Temmen, “Shaping Tomorrow’s
    Classrooms: Integrating AI in Technology Teacher Training and VET in Germany,”
    in <i>Smart Technologies for an All-Electric Society. STE 2025. Lecture Notes
    in Networks and Systems</i>, M. E. Auer, R. Langmann, D. May, and M. Morales,
    Eds. Cham: Springer Nature Switzerland, 2026.'
  mla: 'Vernholz, Mats, et al. “Shaping Tomorrow’s Classrooms: Integrating AI in Technology
    Teacher Training and VET in Germany.” <i>Smart Technologies for an All-Electric
    Society. STE 2025. Lecture Notes in Networks and Systems</i>, edited by Michael
    E. Auer et al., Springer Nature Switzerland, 2026, doi:<a href="https://doi.org/10.1007/978-3-032-07316-7_10">10.1007/978-3-032-07316-7_10</a>.'
  short: 'M. Vernholz, J. Schäfers, G. Jonas-Ahrend, K. Temmen, in: M.E. Auer, R.
    Langmann, D. May, M. Morales (Eds.), Smart Technologies for an All-Electric Society.
    STE 2025. Lecture Notes in Networks and Systems, Springer Nature Switzerland,
    Cham, 2026.'
date_created: 2026-01-28T15:07:27Z
date_updated: 2026-02-17T07:52:00Z
department:
- _id: '300'
doi: 10.1007/978-3-032-07316-7_10
editor:
- first_name: Michael E.
  full_name: Auer, Michael E.
  last_name: Auer
- first_name: Reinhard
  full_name: Langmann, Reinhard
  last_name: Langmann
- first_name: Dominik
  full_name: May, Dominik
  last_name: May
- first_name: Manuel
  full_name: Morales, Manuel
  last_name: Morales
language:
- iso: eng
place: Cham
publication: Smart Technologies for an All-Electric Society. STE 2025. Lecture Notes
  in Networks and Systems
publication_identifier:
  isbn:
  - '9783032073150'
  - '9783032073167'
  issn:
  - 2367-3370
  - 2367-3389
publication_status: published
publisher: Springer Nature Switzerland
status: public
title: 'Shaping Tomorrow’s Classrooms: Integrating AI in Technology Teacher Training
  and VET in Germany'
type: book_chapter
user_id: '76955'
year: '2026'
...
---
_id: '51204'
abstract:
- lang: eng
  text: "Given a real semisimple connected Lie group $G$ and a discrete torsion-free\r\nsubgroup
    $\\Gamma < G$ we prove a precise connection between growth rates of the\r\ngroup
    $\\Gamma$, polyhedral bounds on the joint spectrum of the ring of\r\ninvariant
    differential operators, and the decay of matrix coefficients. In\r\nparticular,
    this allows us to completely characterize temperedness of\r\n$L^2(\\Gamma\\backslash
    G)$ in this general setting."
author:
- first_name: Christopher
  full_name: Lutsko, Christopher
  last_name: Lutsko
- first_name: Tobias
  full_name: Weich, Tobias
  id: '49178'
  last_name: Weich
  orcid: 0000-0002-9648-6919
- first_name: Lasse Lennart
  full_name: Wolf, Lasse Lennart
  id: '45027'
  last_name: Wolf
  orcid: 0000-0001-8893-2045
citation:
  ama: Lutsko C, Weich T, Wolf LL. Polyhedral bounds on the joint spectrum and temperedness
    of locally  symmetric spaces. <i>Duke Math Journal </i>. 2026;(to appear).
  apa: Lutsko, C., Weich, T., &#38; Wolf, L. L. (2026). Polyhedral bounds on the joint
    spectrum and temperedness of locally  symmetric spaces. <i>Duke Math. Journal
    </i>, <i>(to appear)</i>.
  bibtex: '@article{Lutsko_Weich_Wolf_2026, title={Polyhedral bounds on the joint
    spectrum and temperedness of locally  symmetric spaces}, volume={(to appear)},
    journal={Duke Math. Journal }, author={Lutsko, Christopher and Weich, Tobias and
    Wolf, Lasse Lennart}, year={2026} }'
  chicago: Lutsko, Christopher, Tobias Weich, and Lasse Lennart Wolf. “Polyhedral
    Bounds on the Joint Spectrum and Temperedness of Locally  Symmetric Spaces.” <i>Duke
    Math. Journal </i> (to appear) (2026).
  ieee: C. Lutsko, T. Weich, and L. L. Wolf, “Polyhedral bounds on the joint spectrum
    and temperedness of locally  symmetric spaces,” <i>Duke Math. Journal </i>, vol.
    (to appear), 2026.
  mla: Lutsko, Christopher, et al. “Polyhedral Bounds on the Joint Spectrum and Temperedness
    of Locally  Symmetric Spaces.” <i>Duke Math. Journal </i>, vol. (to appear), 2026.
  short: C. Lutsko, T. Weich, L.L. Wolf, Duke Math. Journal  (to appear) (2026).
date_created: 2024-02-06T20:35:36Z
date_updated: 2026-02-18T10:37:47Z
department:
- _id: '10'
- _id: '623'
- _id: '548'
external_id:
  arxiv:
  - '2402.02530'
language:
- iso: eng
publication: 'Duke Math. Journal '
status: public
title: Polyhedral bounds on the joint spectrum and temperedness of locally  symmetric
  spaces
type: journal_article
user_id: '49178'
volume: (to appear)
year: '2026'
...
---
_id: '64211'
author:
- first_name: Vivien
  full_name: Wiebe, Vivien
  last_name: Wiebe
- first_name: Uta
  full_name: Häsel-Weide, Uta
  id: '60267'
  last_name: Häsel-Weide
  orcid: 0000-0001-6278-4240
citation:
  ama: 'Wiebe V, Häsel-Weide U.  Initiating and establishing mathematical practices
    of determining and transforming numbers as a foundational skill in fostering mathematics
    teaching. In: Mosvold R, Fauskanger J, Ferretti F, Vondrová N, Charles University,
    Faculty of Education and ERME, eds. <i>Proceedings of the Nineteenth ERME Topic
    Conference: Connecting the Learning of Mathematics Teaching to Practice</i>. ;
    2026:122-129.'
  apa: 'Wiebe, V., &#38; Häsel-Weide, U. (2026).  Initiating and establishing mathematical
    practices of determining and transforming numbers as a foundational skill in fostering
    mathematics teaching. In R. Mosvold, J. Fauskanger, F. Ferretti, N. Vondrová,
    &#38; Charles University, Faculty of Education and ERME (Eds.), <i>Proceedings
    of the Nineteenth ERME Topic Conference: Connecting the Learning of Mathematics
    Teaching to Practice</i> (pp. 122–129).'
  bibtex: '@inproceedings{Wiebe_Häsel-Weide_2026, place={Prag}, title={ Initiating
    and establishing mathematical practices of determining and transforming numbers
    as a foundational skill in fostering mathematics teaching}, booktitle={Proceedings
    of the Nineteenth ERME Topic Conference: Connecting the Learning of Mathematics
    Teaching to Practice}, author={Wiebe, Vivien and Häsel-Weide, Uta}, editor={Mosvold,
    R. and Fauskanger, J. and Ferretti, F. and Vondrová, N. and Charles University,
    Faculty of Education and ERME}, year={2026}, pages={122–129} }'
  chicago: 'Wiebe, Vivien, and Uta Häsel-Weide. “ Initiating and Establishing Mathematical
    Practices of Determining and Transforming Numbers as a Foundational Skill in Fostering
    Mathematics Teaching.” In <i>Proceedings of the Nineteenth ERME Topic Conference:
    Connecting the Learning of Mathematics Teaching to Practice</i>, edited by R.
    Mosvold, J. Fauskanger, F. Ferretti, N. Vondrová, and Charles University, Faculty
    of Education and ERME, 122–29. Prag, 2026.'
  ieee: 'V. Wiebe and U. Häsel-Weide, “ Initiating and establishing mathematical practices
    of determining and transforming numbers as a foundational skill in fostering mathematics
    teaching,” in <i>Proceedings of the Nineteenth ERME Topic Conference: Connecting
    the Learning of Mathematics Teaching to Practice</i>, Prag, 2026, pp. 122–129.'
  mla: 'Wiebe, Vivien, and Uta Häsel-Weide. “ Initiating and Establishing Mathematical
    Practices of Determining and Transforming Numbers as a Foundational Skill in Fostering
    Mathematics Teaching.” <i>Proceedings of the Nineteenth ERME Topic Conference:
    Connecting the Learning of Mathematics Teaching to Practice</i>, edited by R.
    Mosvold et al., 2026, pp. 122–29.'
  short: 'V. Wiebe, U. Häsel-Weide, in: R. Mosvold, J. Fauskanger, F. Ferretti, N.
    Vondrová, Charles University, Faculty of Education and ERME (Eds.), Proceedings
    of the Nineteenth ERME Topic Conference: Connecting the Learning of Mathematics
    Teaching to Practice, Prag, 2026, pp. 122–129.'
conference:
  location: Prag
  name: Nineteenth ERME Topic Conference
corporate_editor:
- Charles University, Faculty of Education and ERME
date_created: 2026-02-18T10:41:23Z
date_updated: 2026-02-18T11:00:16Z
department:
- _id: '543'
editor:
- first_name: R.
  full_name: Mosvold, R.
  last_name: Mosvold
- first_name: J.
  full_name: Fauskanger, J.
  last_name: Fauskanger
- first_name: F.
  full_name: Ferretti, F.
  last_name: Ferretti
- first_name: N.
  full_name: Vondrová, N.
  last_name: Vondrová
language:
- iso: eng
page: 122-129
place: Prag
publication: 'Proceedings of the Nineteenth ERME Topic Conference: Connecting the
  Learning of Mathematics Teaching to Practice'
related_material:
  link:
  - relation: confirmation
    url: https://hal.science/hal-05463964v1
status: public
title: ' Initiating and establishing mathematical practices of determining and transforming
  numbers as a foundational skill in fostering mathematics teaching'
type: conference
user_id: '44184'
year: '2026'
...
---
_id: '64223'
abstract:
- lang: eng
  text: <jats:p>The complexity and interconnectivity of modern automotive systems
    are rapidly increasing, particularly with the rise of distributed and cooperative
    driving functions. These developments increase exposure to a range of disruptions,
    from technical failures to cyberattacks, and demand a shift towards resilience-by-design.
    This study addresses the early integration of resilience into the automotive design
    process by proposing a structured method for identifying gaps and eliciting resilience
    requirements. Building upon the concept of resilience scenarios, the approach
    extends traditional hazard and threat analyses as defined in ISO 26262, ISO 21448
    and ISO/SAE 21434. Using a structured, graph-based modeling method, these scenarios
    enable the anticipation of functional degradation and its impact on driving scenarios.
    The methodology helps developers to specify resilience requirements at an early
    stage, enabling the integration of resilience properties throughout the system
    lifecycle. Its practical applicability is demonstrated through an example in the
    field of automotive cybersecurity. This study advances the field of resilience
    engineering by providing a concrete approach for operationalizing resilience within
    automotive systems engineering.</jats:p>
article_number: '51'
author:
- first_name: Isaac
  full_name: Mpidi Bita, Isaac
  last_name: Mpidi Bita
- first_name: Elif
  full_name: Ugur, Elif
  last_name: Ugur
- first_name: Aschot
  full_name: Hovemann, Aschot
  last_name: Hovemann
- first_name: Roman
  full_name: Dumitrescu, Roman
  id: '16190'
  last_name: Dumitrescu
citation:
  ama: 'Mpidi Bita I, Ugur E, Hovemann A, Dumitrescu R. Resilience-by-Design: Extracting
    Resilience Requirements Using the Resilience Graph in the Automotive Concept Phase.
    <i>Future Internet</i>. 2026;18(1). doi:<a href="https://doi.org/10.3390/fi18010051">10.3390/fi18010051</a>'
  apa: 'Mpidi Bita, I., Ugur, E., Hovemann, A., &#38; Dumitrescu, R. (2026). Resilience-by-Design:
    Extracting Resilience Requirements Using the Resilience Graph in the Automotive
    Concept Phase. <i>Future Internet</i>, <i>18</i>(1), Article 51. <a href="https://doi.org/10.3390/fi18010051">https://doi.org/10.3390/fi18010051</a>'
  bibtex: '@article{Mpidi Bita_Ugur_Hovemann_Dumitrescu_2026, title={Resilience-by-Design:
    Extracting Resilience Requirements Using the Resilience Graph in the Automotive
    Concept Phase}, volume={18}, DOI={<a href="https://doi.org/10.3390/fi18010051">10.3390/fi18010051</a>},
    number={151}, journal={Future Internet}, publisher={MDPI AG}, author={Mpidi Bita,
    Isaac and Ugur, Elif and Hovemann, Aschot and Dumitrescu, Roman}, year={2026}
    }'
  chicago: 'Mpidi Bita, Isaac, Elif Ugur, Aschot Hovemann, and Roman Dumitrescu. “Resilience-by-Design:
    Extracting Resilience Requirements Using the Resilience Graph in the Automotive
    Concept Phase.” <i>Future Internet</i> 18, no. 1 (2026). <a href="https://doi.org/10.3390/fi18010051">https://doi.org/10.3390/fi18010051</a>.'
  ieee: 'I. Mpidi Bita, E. Ugur, A. Hovemann, and R. Dumitrescu, “Resilience-by-Design:
    Extracting Resilience Requirements Using the Resilience Graph in the Automotive
    Concept Phase,” <i>Future Internet</i>, vol. 18, no. 1, Art. no. 51, 2026, doi:
    <a href="https://doi.org/10.3390/fi18010051">10.3390/fi18010051</a>.'
  mla: 'Mpidi Bita, Isaac, et al. “Resilience-by-Design: Extracting Resilience Requirements
    Using the Resilience Graph in the Automotive Concept Phase.” <i>Future Internet</i>,
    vol. 18, no. 1, 51, MDPI AG, 2026, doi:<a href="https://doi.org/10.3390/fi18010051">10.3390/fi18010051</a>.'
  short: I. Mpidi Bita, E. Ugur, A. Hovemann, R. Dumitrescu, Future Internet 18 (2026).
date_created: 2026-02-19T08:59:53Z
date_updated: 2026-02-19T09:00:32Z
department:
- _id: '563'
doi: 10.3390/fi18010051
intvolume: '        18'
issue: '1'
language:
- iso: eng
publication: Future Internet
publication_identifier:
  issn:
  - 1999-5903
publication_status: published
publisher: MDPI AG
status: public
title: 'Resilience-by-Design: Extracting Resilience Requirements Using the Resilience
  Graph in the Automotive Concept Phase'
type: journal_article
user_id: '15782'
volume: 18
year: '2026'
...
---
_id: '64224'
author:
- first_name: Jingye
  full_name: Yee, Jingye
  last_name: Yee
- first_name: Dominik
  full_name: Hermelingmeier, Dominik
  last_name: Hermelingmeier
- first_name: Abishai Asir A.
  full_name: Thederajan, Abishai Asir A.
  last_name: Thederajan
- first_name: Cheng Yee
  full_name: Low, Cheng Yee
  last_name: Low
- first_name: Alexander
  full_name: Gossen, Alexander
  last_name: Gossen
- first_name: Roman
  full_name: Dumitrescu, Roman
  id: '16190'
  last_name: Dumitrescu
citation:
  ama: 'Yee J, Hermelingmeier D, Thederajan AAA, Low CY, Gossen A, Dumitrescu R. System
    Architecture and Analytical Inverse Kinematics for Autonomous Docking of Passenger
    Boarding Bridges. In: <i>2025 IEEE International Symposium on Systems Engineering
    (ISSE)</i>. IEEE; 2026. doi:<a href="https://doi.org/10.1109/isse65546.2025.11370093">10.1109/isse65546.2025.11370093</a>'
  apa: Yee, J., Hermelingmeier, D., Thederajan, A. A. A., Low, C. Y., Gossen, A.,
    &#38; Dumitrescu, R. (2026). System Architecture and Analytical Inverse Kinematics
    for Autonomous Docking of Passenger Boarding Bridges. <i>2025 IEEE International
    Symposium on Systems Engineering (ISSE)</i>. <a href="https://doi.org/10.1109/isse65546.2025.11370093">https://doi.org/10.1109/isse65546.2025.11370093</a>
  bibtex: '@inproceedings{Yee_Hermelingmeier_Thederajan_Low_Gossen_Dumitrescu_2026,
    title={System Architecture and Analytical Inverse Kinematics for Autonomous Docking
    of Passenger Boarding Bridges}, DOI={<a href="https://doi.org/10.1109/isse65546.2025.11370093">10.1109/isse65546.2025.11370093</a>},
    booktitle={2025 IEEE International Symposium on Systems Engineering (ISSE)}, publisher={IEEE},
    author={Yee, Jingye and Hermelingmeier, Dominik and Thederajan, Abishai Asir A.
    and Low, Cheng Yee and Gossen, Alexander and Dumitrescu, Roman}, year={2026} }'
  chicago: Yee, Jingye, Dominik Hermelingmeier, Abishai Asir A. Thederajan, Cheng
    Yee Low, Alexander Gossen, and Roman Dumitrescu. “System Architecture and Analytical
    Inverse Kinematics for Autonomous Docking of Passenger Boarding Bridges.” In <i>2025
    IEEE International Symposium on Systems Engineering (ISSE)</i>. IEEE, 2026. <a
    href="https://doi.org/10.1109/isse65546.2025.11370093">https://doi.org/10.1109/isse65546.2025.11370093</a>.
  ieee: 'J. Yee, D. Hermelingmeier, A. A. A. Thederajan, C. Y. Low, A. Gossen, and
    R. Dumitrescu, “System Architecture and Analytical Inverse Kinematics for Autonomous
    Docking of Passenger Boarding Bridges,” 2026, doi: <a href="https://doi.org/10.1109/isse65546.2025.11370093">10.1109/isse65546.2025.11370093</a>.'
  mla: Yee, Jingye, et al. “System Architecture and Analytical Inverse Kinematics
    for Autonomous Docking of Passenger Boarding Bridges.” <i>2025 IEEE International
    Symposium on Systems Engineering (ISSE)</i>, IEEE, 2026, doi:<a href="https://doi.org/10.1109/isse65546.2025.11370093">10.1109/isse65546.2025.11370093</a>.
  short: 'J. Yee, D. Hermelingmeier, A.A.A. Thederajan, C.Y. Low, A. Gossen, R. Dumitrescu,
    in: 2025 IEEE International Symposium on Systems Engineering (ISSE), IEEE, 2026.'
date_created: 2026-02-19T09:01:07Z
date_updated: 2026-02-19T09:02:57Z
department:
- _id: '563'
doi: 10.1109/isse65546.2025.11370093
language:
- iso: eng
publication: 2025 IEEE International Symposium on Systems Engineering (ISSE)
publication_status: published
publisher: IEEE
status: public
title: System Architecture and Analytical Inverse Kinematics for Autonomous Docking
  of Passenger Boarding Bridges
type: conference
user_id: '15782'
year: '2026'
...
---
_id: '64226'
author:
- first_name: Dominik
  full_name: Hermelingmeier, Dominik
  last_name: Hermelingmeier
- first_name: Jannis
  full_name: Graunke, Jannis
  last_name: Graunke
- first_name: Leon
  full_name: Menne, Leon
  last_name: Menne
- first_name: Anja Maria
  full_name: Schierbaum, Anja Maria
  last_name: Schierbaum
- first_name: Roman
  full_name: Dumitrescu, Roman
  id: '16190'
  last_name: Dumitrescu
citation:
  ama: 'Hermelingmeier D, Graunke J, Menne L, Schierbaum AM, Dumitrescu R. Process
    Model for the Development of Physical Prototypes in Context of Hardware Start-Ups
    using Maker Systems Engineering. In: <i>2025 IEEE International Symposium on Systems
    Engineering (ISSE)</i>. IEEE; 2026. doi:<a href="https://doi.org/10.1109/isse65546.2025.11370109">10.1109/isse65546.2025.11370109</a>'
  apa: Hermelingmeier, D., Graunke, J., Menne, L., Schierbaum, A. M., &#38; Dumitrescu,
    R. (2026). Process Model for the Development of Physical Prototypes in Context
    of Hardware Start-Ups using Maker Systems Engineering. <i>2025 IEEE International
    Symposium on Systems Engineering (ISSE)</i>. <a href="https://doi.org/10.1109/isse65546.2025.11370109">https://doi.org/10.1109/isse65546.2025.11370109</a>
  bibtex: '@inproceedings{Hermelingmeier_Graunke_Menne_Schierbaum_Dumitrescu_2026,
    title={Process Model for the Development of Physical Prototypes in Context of
    Hardware Start-Ups using Maker Systems Engineering}, DOI={<a href="https://doi.org/10.1109/isse65546.2025.11370109">10.1109/isse65546.2025.11370109</a>},
    booktitle={2025 IEEE International Symposium on Systems Engineering (ISSE)}, publisher={IEEE},
    author={Hermelingmeier, Dominik and Graunke, Jannis and Menne, Leon and Schierbaum,
    Anja Maria and Dumitrescu, Roman}, year={2026} }'
  chicago: Hermelingmeier, Dominik, Jannis Graunke, Leon Menne, Anja Maria Schierbaum,
    and Roman Dumitrescu. “Process Model for the Development of Physical Prototypes
    in Context of Hardware Start-Ups Using Maker Systems Engineering.” In <i>2025
    IEEE International Symposium on Systems Engineering (ISSE)</i>. IEEE, 2026. <a
    href="https://doi.org/10.1109/isse65546.2025.11370109">https://doi.org/10.1109/isse65546.2025.11370109</a>.
  ieee: 'D. Hermelingmeier, J. Graunke, L. Menne, A. M. Schierbaum, and R. Dumitrescu,
    “Process Model for the Development of Physical Prototypes in Context of Hardware
    Start-Ups using Maker Systems Engineering,” 2026, doi: <a href="https://doi.org/10.1109/isse65546.2025.11370109">10.1109/isse65546.2025.11370109</a>.'
  mla: Hermelingmeier, Dominik, et al. “Process Model for the Development of Physical
    Prototypes in Context of Hardware Start-Ups Using Maker Systems Engineering.”
    <i>2025 IEEE International Symposium on Systems Engineering (ISSE)</i>, IEEE,
    2026, doi:<a href="https://doi.org/10.1109/isse65546.2025.11370109">10.1109/isse65546.2025.11370109</a>.
  short: 'D. Hermelingmeier, J. Graunke, L. Menne, A.M. Schierbaum, R. Dumitrescu,
    in: 2025 IEEE International Symposium on Systems Engineering (ISSE), IEEE, 2026.'
date_created: 2026-02-19T09:02:26Z
date_updated: 2026-02-19T09:03:01Z
department:
- _id: '563'
doi: 10.1109/isse65546.2025.11370109
language:
- iso: eng
publication: 2025 IEEE International Symposium on Systems Engineering (ISSE)
publication_status: published
publisher: IEEE
status: public
title: Process Model for the Development of Physical Prototypes in Context of Hardware
  Start-Ups using Maker Systems Engineering
type: conference
user_id: '15782'
year: '2026'
...
---
_id: '64225'
author:
- first_name: Eva-Maria
  full_name: Grote, Eva-Maria
  last_name: Grote
- first_name: Christian
  full_name: Koldewey, Christian
  id: '43136'
  last_name: Koldewey
  orcid: https://orcid.org/0000-0001-7992-6399
- first_name: Thomas Alexander
  full_name: Voelk, Thomas Alexander
  last_name: Voelk
- first_name: Stefan Eric
  full_name: Schwarz, Stefan Eric
  last_name: Schwarz
- first_name: Roman
  full_name: Dumitrescu, Roman
  id: '16190'
  last_name: Dumitrescu
- first_name: Albert
  full_name: Albers, Albert
  last_name: Albers
citation:
  ama: 'Grote E-M, Koldewey C, Voelk TA, Schwarz SE, Dumitrescu R, Albers A. From
    Generic to Specific: Scalable Role Modeling for Engineering Advanced Systems.
    In: <i>2025 IEEE International Symposium on Systems Engineering (ISSE)</i>. IEEE;
    2026. doi:<a href="https://doi.org/10.1109/isse65546.2025.11370103">10.1109/isse65546.2025.11370103</a>'
  apa: 'Grote, E.-M., Koldewey, C., Voelk, T. A., Schwarz, S. E., Dumitrescu, R.,
    &#38; Albers, A. (2026). From Generic to Specific: Scalable Role Modeling for
    Engineering Advanced Systems. <i>2025 IEEE International Symposium on Systems
    Engineering (ISSE)</i>. <a href="https://doi.org/10.1109/isse65546.2025.11370103">https://doi.org/10.1109/isse65546.2025.11370103</a>'
  bibtex: '@inproceedings{Grote_Koldewey_Voelk_Schwarz_Dumitrescu_Albers_2026, title={From
    Generic to Specific: Scalable Role Modeling for Engineering Advanced Systems},
    DOI={<a href="https://doi.org/10.1109/isse65546.2025.11370103">10.1109/isse65546.2025.11370103</a>},
    booktitle={2025 IEEE International Symposium on Systems Engineering (ISSE)}, publisher={IEEE},
    author={Grote, Eva-Maria and Koldewey, Christian and Voelk, Thomas Alexander and
    Schwarz, Stefan Eric and Dumitrescu, Roman and Albers, Albert}, year={2026} }'
  chicago: 'Grote, Eva-Maria, Christian Koldewey, Thomas Alexander Voelk, Stefan Eric
    Schwarz, Roman Dumitrescu, and Albert Albers. “From Generic to Specific: Scalable
    Role Modeling for Engineering Advanced Systems.” In <i>2025 IEEE International
    Symposium on Systems Engineering (ISSE)</i>. IEEE, 2026. <a href="https://doi.org/10.1109/isse65546.2025.11370103">https://doi.org/10.1109/isse65546.2025.11370103</a>.'
  ieee: 'E.-M. Grote, C. Koldewey, T. A. Voelk, S. E. Schwarz, R. Dumitrescu, and
    A. Albers, “From Generic to Specific: Scalable Role Modeling for Engineering Advanced
    Systems,” 2026, doi: <a href="https://doi.org/10.1109/isse65546.2025.11370103">10.1109/isse65546.2025.11370103</a>.'
  mla: 'Grote, Eva-Maria, et al. “From Generic to Specific: Scalable Role Modeling
    for Engineering Advanced Systems.” <i>2025 IEEE International Symposium on Systems
    Engineering (ISSE)</i>, IEEE, 2026, doi:<a href="https://doi.org/10.1109/isse65546.2025.11370103">10.1109/isse65546.2025.11370103</a>.'
  short: 'E.-M. Grote, C. Koldewey, T.A. Voelk, S.E. Schwarz, R. Dumitrescu, A. Albers,
    in: 2025 IEEE International Symposium on Systems Engineering (ISSE), IEEE, 2026.'
date_created: 2026-02-19T09:01:47Z
date_updated: 2026-02-19T09:03:04Z
department:
- _id: '563'
doi: 10.1109/isse65546.2025.11370103
language:
- iso: eng
publication: 2025 IEEE International Symposium on Systems Engineering (ISSE)
publication_status: published
publisher: IEEE
status: public
title: 'From Generic to Specific: Scalable Role Modeling for Engineering Advanced
  Systems'
type: conference
user_id: '15782'
year: '2026'
...
---
_id: '64221'
author:
- first_name: Jonas
  full_name: Lick, Jonas
  last_name: Lick
- first_name: Fiona
  full_name: Kattenstroth, Fiona
  last_name: Kattenstroth
- first_name: Hendrik
  full_name: van der Valk, Hendrik
  last_name: van der Valk
- first_name: Malte
  full_name: Trienens, Malte
  last_name: Trienens
- first_name: Arno
  full_name: Kühn, Arno
  last_name: Kühn
- first_name: Roman
  full_name: Dumitrescu, Roman
  id: '16190'
  last_name: Dumitrescu
citation:
  ama: 'Lick J, Kattenstroth F, van der Valk H, Trienens M, Kühn A, Dumitrescu R.
    Characterizing Digital Factory Twins: Deriving Archetypes for Research and Industry.
    In: <i>2025 Winter Simulation Conference (WSC)</i>. IEEE; 2026. doi:<a href="https://doi.org/10.1109/wsc68292.2025.11338979">10.1109/wsc68292.2025.11338979</a>'
  apa: 'Lick, J., Kattenstroth, F., van der Valk, H., Trienens, M., Kühn, A., &#38;
    Dumitrescu, R. (2026). Characterizing Digital Factory Twins: Deriving Archetypes
    for Research and Industry. <i>2025 Winter Simulation Conference (WSC)</i>. <a
    href="https://doi.org/10.1109/wsc68292.2025.11338979">https://doi.org/10.1109/wsc68292.2025.11338979</a>'
  bibtex: '@inproceedings{Lick_Kattenstroth_van der Valk_Trienens_Kühn_Dumitrescu_2026,
    title={Characterizing Digital Factory Twins: Deriving Archetypes for Research
    and Industry}, DOI={<a href="https://doi.org/10.1109/wsc68292.2025.11338979">10.1109/wsc68292.2025.11338979</a>},
    booktitle={2025 Winter Simulation Conference (WSC)}, publisher={IEEE}, author={Lick,
    Jonas and Kattenstroth, Fiona and van der Valk, Hendrik and Trienens, Malte and
    Kühn, Arno and Dumitrescu, Roman}, year={2026} }'
  chicago: 'Lick, Jonas, Fiona Kattenstroth, Hendrik van der Valk, Malte Trienens,
    Arno Kühn, and Roman Dumitrescu. “Characterizing Digital Factory Twins: Deriving
    Archetypes for Research and Industry.” In <i>2025 Winter Simulation Conference
    (WSC)</i>. IEEE, 2026. <a href="https://doi.org/10.1109/wsc68292.2025.11338979">https://doi.org/10.1109/wsc68292.2025.11338979</a>.'
  ieee: 'J. Lick, F. Kattenstroth, H. van der Valk, M. Trienens, A. Kühn, and R. Dumitrescu,
    “Characterizing Digital Factory Twins: Deriving Archetypes for Research and Industry,”
    2026, doi: <a href="https://doi.org/10.1109/wsc68292.2025.11338979">10.1109/wsc68292.2025.11338979</a>.'
  mla: 'Lick, Jonas, et al. “Characterizing Digital Factory Twins: Deriving Archetypes
    for Research and Industry.” <i>2025 Winter Simulation Conference (WSC)</i>, IEEE,
    2026, doi:<a href="https://doi.org/10.1109/wsc68292.2025.11338979">10.1109/wsc68292.2025.11338979</a>.'
  short: 'J. Lick, F. Kattenstroth, H. van der Valk, M. Trienens, A. Kühn, R. Dumitrescu,
    in: 2025 Winter Simulation Conference (WSC), IEEE, 2026.'
date_created: 2026-02-19T08:56:31Z
date_updated: 2026-02-19T09:00:37Z
department:
- _id: '563'
doi: 10.1109/wsc68292.2025.11338979
language:
- iso: eng
publication: 2025 Winter Simulation Conference (WSC)
publication_status: published
publisher: IEEE
status: public
title: 'Characterizing Digital Factory Twins: Deriving Archetypes for Research and
  Industry'
type: conference
user_id: '15782'
year: '2026'
...
---
_id: '64228'
author:
- first_name: Fabian
  full_name: Hanke, Fabian
  last_name: Hanke
- first_name: Oliver
  full_name: von Heißen, Oliver
  last_name: von Heißen
- first_name: Markus
  full_name: Feld, Markus
  last_name: Feld
- first_name: Tim
  full_name: Heuwinkel, Tim
  last_name: Heuwinkel
- first_name: Aschot
  full_name: Hovemann, Aschot
  last_name: Hovemann
- first_name: Roman
  full_name: Dumitrescu, Roman
  id: '16190'
  last_name: Dumitrescu
citation:
  ama: 'Hanke F, von Heißen O, Feld M, Heuwinkel T, Hovemann A, Dumitrescu R. Cross-View
    Trace Link Prediction with Multi-Feature GNNs: Creating and maintaining Traceability
    from Requirements to Components. In: <i>2025 IEEE International Conference on
    Technology Management, Operations and Decisions (ICTMOD)</i>. IEEE; 2026. doi:<a
    href="https://doi.org/10.1109/ictmod66732.2025.11371884">10.1109/ictmod66732.2025.11371884</a>'
  apa: 'Hanke, F., von Heißen, O., Feld, M., Heuwinkel, T., Hovemann, A., &#38; Dumitrescu,
    R. (2026). Cross-View Trace Link Prediction with Multi-Feature GNNs: Creating
    and maintaining Traceability from Requirements to Components. <i>2025 IEEE International
    Conference on Technology Management, Operations and Decisions (ICTMOD)</i>. <a
    href="https://doi.org/10.1109/ictmod66732.2025.11371884">https://doi.org/10.1109/ictmod66732.2025.11371884</a>'
  bibtex: '@inproceedings{Hanke_von Heißen_Feld_Heuwinkel_Hovemann_Dumitrescu_2026,
    title={Cross-View Trace Link Prediction with Multi-Feature GNNs: Creating and
    maintaining Traceability from Requirements to Components}, DOI={<a href="https://doi.org/10.1109/ictmod66732.2025.11371884">10.1109/ictmod66732.2025.11371884</a>},
    booktitle={2025 IEEE International Conference on Technology Management, Operations
    and Decisions (ICTMOD)}, publisher={IEEE}, author={Hanke, Fabian and von Heißen,
    Oliver and Feld, Markus and Heuwinkel, Tim and Hovemann, Aschot and Dumitrescu,
    Roman}, year={2026} }'
  chicago: 'Hanke, Fabian, Oliver von Heißen, Markus Feld, Tim Heuwinkel, Aschot Hovemann,
    and Roman Dumitrescu. “Cross-View Trace Link Prediction with Multi-Feature GNNs:
    Creating and Maintaining Traceability from Requirements to Components.” In <i>2025
    IEEE International Conference on Technology Management, Operations and Decisions
    (ICTMOD)</i>. IEEE, 2026. <a href="https://doi.org/10.1109/ictmod66732.2025.11371884">https://doi.org/10.1109/ictmod66732.2025.11371884</a>.'
  ieee: 'F. Hanke, O. von Heißen, M. Feld, T. Heuwinkel, A. Hovemann, and R. Dumitrescu,
    “Cross-View Trace Link Prediction with Multi-Feature GNNs: Creating and maintaining
    Traceability from Requirements to Components,” 2026, doi: <a href="https://doi.org/10.1109/ictmod66732.2025.11371884">10.1109/ictmod66732.2025.11371884</a>.'
  mla: 'Hanke, Fabian, et al. “Cross-View Trace Link Prediction with Multi-Feature
    GNNs: Creating and Maintaining Traceability from Requirements to Components.”
    <i>2025 IEEE International Conference on Technology Management, Operations and
    Decisions (ICTMOD)</i>, IEEE, 2026, doi:<a href="https://doi.org/10.1109/ictmod66732.2025.11371884">10.1109/ictmod66732.2025.11371884</a>.'
  short: 'F. Hanke, O. von Heißen, M. Feld, T. Heuwinkel, A. Hovemann, R. Dumitrescu,
    in: 2025 IEEE International Conference on Technology Management, Operations and
    Decisions (ICTMOD), IEEE, 2026.'
date_created: 2026-02-19T09:12:05Z
date_updated: 2026-02-19T09:15:03Z
department:
- _id: '563'
doi: 10.1109/ictmod66732.2025.11371884
language:
- iso: eng
publication: 2025 IEEE International Conference on Technology Management, Operations
  and Decisions (ICTMOD)
publication_status: published
publisher: IEEE
status: public
title: 'Cross-View Trace Link Prediction with Multi-Feature GNNs: Creating and maintaining
  Traceability from Requirements to Components'
type: conference
user_id: '15782'
year: '2026'
...
---
_id: '64227'
author:
- first_name: Ulf
  full_name: Könemann, Ulf
  last_name: Könemann
- first_name: Marcel
  full_name: Niemeyer, Marcel
  last_name: Niemeyer
- first_name: Anja
  full_name: Schierbaum, Anja
  last_name: Schierbaum
- first_name: Roman
  full_name: Dumitrescu, Roman
  id: '16190'
  last_name: Dumitrescu
citation:
  ama: 'Könemann U, Niemeyer M, Schierbaum A, Dumitrescu R. Status quo and challenges
    of professional Systems Engineering education in industrial practice. In: <i>2025
    IEEE 4th German Education Conference (GECon)</i>. IEEE; 2026. doi:<a href="https://doi.org/10.1109/gecon64629.2025.11369324">10.1109/gecon64629.2025.11369324</a>'
  apa: Könemann, U., Niemeyer, M., Schierbaum, A., &#38; Dumitrescu, R. (2026). Status
    quo and challenges of professional Systems Engineering education in industrial
    practice. <i>2025 IEEE 4th German Education Conference (GECon)</i>. <a href="https://doi.org/10.1109/gecon64629.2025.11369324">https://doi.org/10.1109/gecon64629.2025.11369324</a>
  bibtex: '@inproceedings{Könemann_Niemeyer_Schierbaum_Dumitrescu_2026, title={Status
    quo and challenges of professional Systems Engineering education in industrial
    practice}, DOI={<a href="https://doi.org/10.1109/gecon64629.2025.11369324">10.1109/gecon64629.2025.11369324</a>},
    booktitle={2025 IEEE 4th German Education Conference (GECon)}, publisher={IEEE},
    author={Könemann, Ulf and Niemeyer, Marcel and Schierbaum, Anja and Dumitrescu,
    Roman}, year={2026} }'
  chicago: Könemann, Ulf, Marcel Niemeyer, Anja Schierbaum, and Roman Dumitrescu.
    “Status Quo and Challenges of Professional Systems Engineering Education in Industrial
    Practice.” In <i>2025 IEEE 4th German Education Conference (GECon)</i>. IEEE,
    2026. <a href="https://doi.org/10.1109/gecon64629.2025.11369324">https://doi.org/10.1109/gecon64629.2025.11369324</a>.
  ieee: 'U. Könemann, M. Niemeyer, A. Schierbaum, and R. Dumitrescu, “Status quo and
    challenges of professional Systems Engineering education in industrial practice,”
    2026, doi: <a href="https://doi.org/10.1109/gecon64629.2025.11369324">10.1109/gecon64629.2025.11369324</a>.'
  mla: Könemann, Ulf, et al. “Status Quo and Challenges of Professional Systems Engineering
    Education in Industrial Practice.” <i>2025 IEEE 4th German Education Conference
    (GECon)</i>, IEEE, 2026, doi:<a href="https://doi.org/10.1109/gecon64629.2025.11369324">10.1109/gecon64629.2025.11369324</a>.
  short: 'U. Könemann, M. Niemeyer, A. Schierbaum, R. Dumitrescu, in: 2025 IEEE 4th
    German Education Conference (GECon), IEEE, 2026.'
date_created: 2026-02-19T09:10:57Z
date_updated: 2026-02-19T09:15:08Z
department:
- _id: '563'
doi: 10.1109/gecon64629.2025.11369324
language:
- iso: eng
publication: 2025 IEEE 4th German Education Conference (GECon)
publication_status: published
publisher: IEEE
status: public
title: Status quo and challenges of professional Systems Engineering education in
  industrial practice
type: conference
user_id: '15782'
year: '2026'
...
---
_id: '64290'
article_number: '111382'
author:
- first_name: Milan
  full_name: Niestijl, Milan
  last_name: Niestijl
citation:
  ama: Niestijl M. Holomorphic induction beyond the norm-continuous setting, with
    applications to positive energy representations. <i>Journal of Functional Analysis</i>.
    2026;290(9). doi:<a href="https://doi.org/10.1016/j.jfa.2026.111382">10.1016/j.jfa.2026.111382</a>
  apa: Niestijl, M. (2026). Holomorphic induction beyond the norm-continuous setting,
    with applications to positive energy representations. <i>Journal of Functional
    Analysis</i>, <i>290</i>(9), Article 111382. <a href="https://doi.org/10.1016/j.jfa.2026.111382">https://doi.org/10.1016/j.jfa.2026.111382</a>
  bibtex: '@article{Niestijl_2026, title={Holomorphic induction beyond the norm-continuous
    setting, with applications to positive energy representations}, volume={290},
    DOI={<a href="https://doi.org/10.1016/j.jfa.2026.111382">10.1016/j.jfa.2026.111382</a>},
    number={9111382}, journal={Journal of Functional Analysis}, publisher={Elsevier
    BV}, author={Niestijl, Milan}, year={2026} }'
  chicago: Niestijl, Milan. “Holomorphic Induction beyond the Norm-Continuous Setting,
    with Applications to Positive Energy Representations.” <i>Journal of Functional
    Analysis</i> 290, no. 9 (2026). <a href="https://doi.org/10.1016/j.jfa.2026.111382">https://doi.org/10.1016/j.jfa.2026.111382</a>.
  ieee: 'M. Niestijl, “Holomorphic induction beyond the norm-continuous setting, with
    applications to positive energy representations,” <i>Journal of Functional Analysis</i>,
    vol. 290, no. 9, Art. no. 111382, 2026, doi: <a href="https://doi.org/10.1016/j.jfa.2026.111382">10.1016/j.jfa.2026.111382</a>.'
  mla: Niestijl, Milan. “Holomorphic Induction beyond the Norm-Continuous Setting,
    with Applications to Positive Energy Representations.” <i>Journal of Functional
    Analysis</i>, vol. 290, no. 9, 111382, Elsevier BV, 2026, doi:<a href="https://doi.org/10.1016/j.jfa.2026.111382">10.1016/j.jfa.2026.111382</a>.
  short: M. Niestijl, Journal of Functional Analysis 290 (2026).
date_created: 2026-02-20T09:38:34Z
date_updated: 2026-02-20T09:41:45Z
department:
- _id: '93'
doi: 10.1016/j.jfa.2026.111382
intvolume: '       290'
issue: '9'
language:
- iso: eng
publication: Journal of Functional Analysis
publication_identifier:
  issn:
  - 0022-1236
publication_status: published
publisher: Elsevier BV
status: public
title: Holomorphic induction beyond the norm-continuous setting, with applications
  to positive energy representations
type: journal_article
user_id: '104095'
volume: 290
year: '2026'
...
---
_id: '64569'
abstract:
- lang: eng
  text: "<jats:title>Abstract</jats:title>\r\n                  <jats:p>We show how
    the Fourier transform for distributional sections of vector bundles over symmetric
    spaces of non‐compact type  can be used for questions of solvability of systems
    of invariant differential equations in analogy to Hörmander's proof of the Ehrenpreis–Malgrange
    theorem. We get complete solvability for the hyperbolic plane  and partial results
    for products  and the hyperbolic 3‐space .</jats:p>"
author:
- first_name: Martin
  full_name: Olbrich, Martin
  last_name: Olbrich
- first_name: Guendalina
  full_name: Palmirotta, Guendalina
  id: '109467'
  last_name: Palmirotta
citation:
  ama: Olbrich M, Palmirotta G. Solvability of invariant systems of differential equations on
    H2$\mathbb {H}^2$ and beyond. <i>Mathematische Nachrichten</i>. 2026;299(2):456-479.
    doi:<a href="https://doi.org/10.1002/mana.70100">10.1002/mana.70100</a>
  apa: Olbrich, M., &#38; Palmirotta, G. (2026). Solvability of invariant systems
    of differential equations on H2$\mathbb {H}^2$ and beyond. <i>Mathematische Nachrichten</i>,
    <i>299</i>(2), 456–479. <a href="https://doi.org/10.1002/mana.70100">https://doi.org/10.1002/mana.70100</a>
  bibtex: '@article{Olbrich_Palmirotta_2026, title={Solvability of invariant systems
    of differential equations on H2$\mathbb {H}^2$ and beyond}, volume={299}, DOI={<a
    href="https://doi.org/10.1002/mana.70100">10.1002/mana.70100</a>}, number={2},
    journal={Mathematische Nachrichten}, publisher={Wiley}, author={Olbrich, Martin
    and Palmirotta, Guendalina}, year={2026}, pages={456–479} }'
  chicago: 'Olbrich, Martin, and Guendalina Palmirotta. “Solvability of Invariant
    Systems of Differential Equations on H2$\mathbb {H}^2$ and Beyond.” <i>Mathematische
    Nachrichten</i> 299, no. 2 (2026): 456–79. <a href="https://doi.org/10.1002/mana.70100">https://doi.org/10.1002/mana.70100</a>.'
  ieee: 'M. Olbrich and G. Palmirotta, “Solvability of invariant systems of differential
    equations on H2$\mathbb {H}^2$ and beyond,” <i>Mathematische Nachrichten</i>,
    vol. 299, no. 2, pp. 456–479, 2026, doi: <a href="https://doi.org/10.1002/mana.70100">10.1002/mana.70100</a>.'
  mla: Olbrich, Martin, and Guendalina Palmirotta. “Solvability of Invariant Systems
    of Differential Equations on H2$\mathbb {H}^2$ and Beyond.” <i>Mathematische Nachrichten</i>,
    vol. 299, no. 2, Wiley, 2026, pp. 456–79, doi:<a href="https://doi.org/10.1002/mana.70100">10.1002/mana.70100</a>.
  short: M. Olbrich, G. Palmirotta, Mathematische Nachrichten 299 (2026) 456–479.
date_created: 2026-02-20T19:56:33Z
date_updated: 2026-02-20T20:01:56Z
department:
- _id: '548'
doi: 10.1002/mana.70100
intvolume: '       299'
issue: '2'
language:
- iso: eng
page: 456-479
publication: Mathematische Nachrichten
publication_identifier:
  issn:
  - 0025-584X
  - 1522-2616
publication_status: published
publisher: Wiley
status: public
title: Solvability of invariant systems of differential equations on H2$\mathbb {H}^2$
  and beyond
type: journal_article
user_id: '109467'
volume: 299
year: '2026'
...
---
_id: '64625'
author:
- first_name: Anna
  full_name: Fergusson, Anna
  last_name: Fergusson
- first_name: Susanne
  full_name: Podworny, Susanne
  id: '30619'
  last_name: Podworny
  orcid: 0000-0002-6313-5987
- first_name: Yannik
  full_name: Fleischer, Yannik
  id: '42660'
  last_name: Fleischer
  orcid: https://orcid.org/0000-0003-0318-0329
- first_name: Sven
  full_name: Hüsing, Sven
  id: '58465'
  last_name: Hüsing
- first_name: Malia S.
  full_name: Puloka, Malia S.
  last_name: Puloka
- first_name: Rolf
  full_name: Biehler, Rolf
  id: '16274'
  last_name: Biehler
- first_name: Maxine
  full_name: Pfannkuch, Maxine
  last_name: Pfannkuch
- first_name: Stephanie
  full_name: Budgett, Stephanie
  last_name: Budgett
- first_name: Michelle
  full_name: Dalrymple, Michelle
  last_name: Dalrymple
citation:
  ama: 'Fergusson A, Podworny S, Fleischer Y, et al. Branching out data science education:
    Developing task and computational environment design principles for teaching data
    science at the high school level through an international research collaboration.
    In: <i>Proceedings of the IASE 2025 Satellite Conference - Statistics and Data
    Science Education in STEAM</i>. International Association for Statistics Education;
    2026. doi:<a href="https://doi.org/10.52041/iase25.138">10.52041/iase25.138</a>'
  apa: 'Fergusson, A., Podworny, S., Fleischer, Y., Hüsing, S., Puloka, M. S., Biehler,
    R., Pfannkuch, M., Budgett, S., &#38; Dalrymple, M. (2026). Branching out data
    science education: Developing task and computational environment design principles
    for teaching data science at the high school level through an international research
    collaboration. <i>Proceedings of the IASE 2025 Satellite Conference - Statistics
    and Data Science Education in STEAM</i>. <a href="https://doi.org/10.52041/iase25.138">https://doi.org/10.52041/iase25.138</a>'
  bibtex: '@inproceedings{Fergusson_Podworny_Fleischer_Hüsing_Puloka_Biehler_Pfannkuch_Budgett_Dalrymple_2026,
    title={Branching out data science education: Developing task and computational
    environment design principles for teaching data science at the high school level
    through an international research collaboration}, DOI={<a href="https://doi.org/10.52041/iase25.138">10.52041/iase25.138</a>},
    booktitle={Proceedings of the IASE 2025 Satellite Conference - Statistics and
    Data Science Education in STEAM}, publisher={International Association for Statistics
    Education}, author={Fergusson, Anna and Podworny, Susanne and Fleischer, Yannik
    and Hüsing, Sven and Puloka, Malia S. and Biehler, Rolf and Pfannkuch, Maxine
    and Budgett, Stephanie and Dalrymple, Michelle}, year={2026} }'
  chicago: 'Fergusson, Anna, Susanne Podworny, Yannik Fleischer, Sven Hüsing, Malia
    S. Puloka, Rolf Biehler, Maxine Pfannkuch, Stephanie Budgett, and Michelle Dalrymple.
    “Branching out Data Science Education: Developing Task and Computational Environment
    Design Principles for Teaching Data Science at the High School Level through an
    International Research Collaboration.” In <i>Proceedings of the IASE 2025 Satellite
    Conference - Statistics and Data Science Education in STEAM</i>. International
    Association for Statistics Education, 2026. <a href="https://doi.org/10.52041/iase25.138">https://doi.org/10.52041/iase25.138</a>.'
  ieee: 'A. Fergusson <i>et al.</i>, “Branching out data science education: Developing
    task and computational environment design principles for teaching data science
    at the high school level through an international research collaboration,” 2026,
    doi: <a href="https://doi.org/10.52041/iase25.138">10.52041/iase25.138</a>.'
  mla: 'Fergusson, Anna, et al. “Branching out Data Science Education: Developing
    Task and Computational Environment Design Principles for Teaching Data Science
    at the High School Level through an International Research Collaboration.” <i>Proceedings
    of the IASE 2025 Satellite Conference - Statistics and Data Science Education
    in STEAM</i>, International Association for Statistics Education, 2026, doi:<a
    href="https://doi.org/10.52041/iase25.138">10.52041/iase25.138</a>.'
  short: 'A. Fergusson, S. Podworny, Y. Fleischer, S. Hüsing, M.S. Puloka, R. Biehler,
    M. Pfannkuch, S. Budgett, M. Dalrymple, in: Proceedings of the IASE 2025 Satellite
    Conference - Statistics and Data Science Education in STEAM, International Association
    for Statistics Education, 2026.'
date_created: 2026-02-25T14:57:57Z
date_updated: 2026-02-25T14:58:49Z
department:
- _id: '67'
doi: 10.52041/iase25.138
language:
- iso: eng
publication: Proceedings of the IASE 2025 Satellite Conference - Statistics and Data
  Science Education in STEAM
publication_status: published
publisher: International Association for Statistics Education
status: public
title: 'Branching out data science education: Developing task and computational environment
  design principles for teaching data science at the high school level through an
  international research collaboration'
type: conference
user_id: '58465'
year: '2026'
...
---
_id: '64629'
author:
- first_name: Helge
  full_name: Glöckner, Helge
  id: '178'
  last_name: Glöckner
- first_name: Karl-Hermann
  full_name: Neeb, Karl-Hermann
  last_name: Neeb
citation:
  ama: Glöckner H, Neeb K-H. Infinite-dimensional Lie groups. Published online 2026.
  apa: Glöckner, H., &#38; Neeb, K.-H. (2026). <i>Infinite-dimensional Lie groups</i>.
  bibtex: '@article{Glöckner_Neeb_2026, title={Infinite-dimensional Lie groups}, author={Glöckner,
    Helge and Neeb, Karl-Hermann}, year={2026} }'
  chicago: Glöckner, Helge, and Karl-Hermann Neeb. “Infinite-Dimensional Lie Groups,”
    2026.
  ieee: H. Glöckner and K.-H. Neeb, “Infinite-dimensional Lie groups.” 2026.
  mla: Glöckner, Helge, and Karl-Hermann Neeb. <i>Infinite-Dimensional Lie Groups</i>.
    2026.
  short: H. Glöckner, K.-H. Neeb, (2026).
date_created: 2026-02-26T06:56:00Z
date_updated: 2026-02-26T06:58:23Z
department:
- _id: '10'
- _id: '87'
- _id: '93'
external_id:
  arxiv:
  - arXiv:2602.12362
language:
- iso: eng
page: '1056'
status: public
title: Infinite-dimensional Lie groups
type: preprint
user_id: '178'
year: '2026'
...
---
_id: '64783'
author:
- first_name: 'Thilo '
  full_name: 'Berger, Thilo '
  last_name: Berger
citation:
  ama: Berger T. <i>Comparing Existing Methods to Efficiently Place Drones to Connect
    Isolated Communication Clusters</i>.; 2026.
  apa: Berger, T. (2026). <i>Comparing Existing Methods to Efficiently Place Drones
    to Connect Isolated Communication Clusters</i>.
  bibtex: '@book{Berger_2026, title={Comparing Existing Methods to Efficiently Place
    Drones to Connect Isolated Communication Clusters}, author={Berger, Thilo }, year={2026}
    }'
  chicago: Berger, Thilo . <i>Comparing Existing Methods to Efficiently Place Drones
    to Connect Isolated Communication Clusters</i>, 2026.
  ieee: T. Berger, <i>Comparing Existing Methods to Efficiently Place Drones to Connect
    Isolated Communication Clusters</i>. 2026.
  mla: Berger, Thilo. <i>Comparing Existing Methods to Efficiently Place Drones to
    Connect Isolated Communication Clusters</i>. 2026.
  short: T. Berger, Comparing Existing Methods to Efficiently Place Drones to Connect
    Isolated Communication Clusters, 2026.
date_created: 2026-02-27T12:16:02Z
date_updated: 2026-02-27T12:17:20Z
department:
- _id: '34'
- _id: '7'
- _id: '79'
language:
- iso: eng
status: public
supervisor:
- first_name: Christian
  full_name: Scheideler, Christian
  id: '20792'
  last_name: Scheideler
title: Comparing Existing Methods to Efficiently Place Drones to Connect Isolated
  Communication Clusters
type: mastersthesis
user_id: '15578'
year: '2026'
...
