---
_id: '52235'
abstract:
- lang: eng
  text: "Android applications collecting data from users must protect it according
    to the current legal frameworks. Such data protection has become even more important
    since the European Union rolled out the General Data Protection Regulation (GDPR).
    Since app developers are not legal experts, they find it difficult to write privacy-aware
    source code. Moreover, they have limited tool support to reason about data protection
    throughout their app development process.\r\nThis paper motivates the need for
    a static analysis approach to diagnose and explain data protection in Android
    apps. The analysis will recognize personal data sources in the source code, and
    aims to further examine the data flow originating from these sources. App developers
    can then address key questions about data manipulation, derived data, and the
    presence of technical measures. Despite challenges, we explore to what extent
    one can realize this analysis through static taint analysis, a common method for
    identifying security vulnerabilities. This is a first step towards designing a
    tool-based approach that aids app developers and assessors in ensuring data protection
    in Android apps, based on automated static program analysis. "
author:
- first_name: Mugdha
  full_name: Khedkar, Mugdha
  id: '88024'
  last_name: Khedkar
- first_name: Eric
  full_name: Bodden, Eric
  id: '59256'
  last_name: Bodden
  orcid: 0000-0003-3470-3647
citation:
  ama: 'Khedkar M, Bodden E. Toward an Android Static Analysis Approach for Data Protection.
    In: <i>Proceedings of the IEEE/ACM 11th International Conference on Mobile Software
    Engineering and Systems (MOBILESoft ’24). Association for Computing Machinery,
    New York, NY, USA, 65–68.</i> ; 2024. doi:<a href="https://doi.org/10.1145/3647632.3651389">10.1145/3647632.3651389</a>'
  apa: Khedkar, M., &#38; Bodden, E. (2024). Toward an Android Static Analysis Approach
    for Data Protection. <i>Proceedings of the IEEE/ACM 11th International Conference
    on Mobile Software Engineering and Systems (MOBILESoft ’24). Association for Computing
    Machinery, New York, NY, USA, 65–68.</i> 11th International Conference on Mobile
    Software Engineering and Systems 2024, Lisbon, Portugal. <a href="https://doi.org/10.1145/3647632.3651389">https://doi.org/10.1145/3647632.3651389</a>
  bibtex: '@inproceedings{Khedkar_Bodden_2024, title={Toward an Android Static Analysis
    Approach for Data Protection}, DOI={<a href="https://doi.org/10.1145/3647632.3651389">10.1145/3647632.3651389</a>},
    booktitle={Proceedings of the IEEE/ACM 11th International Conference on Mobile
    Software Engineering and Systems (MOBILESoft ’24). Association for Computing Machinery,
    New York, NY, USA, 65–68.}, author={Khedkar, Mugdha and Bodden, Eric}, year={2024}
    }'
  chicago: Khedkar, Mugdha, and Eric Bodden. “Toward an Android Static Analysis Approach
    for Data Protection.” In <i>Proceedings of the IEEE/ACM 11th International Conference
    on Mobile Software Engineering and Systems (MOBILESoft ’24). Association for Computing
    Machinery, New York, NY, USA, 65–68.</i>, 2024. <a href="https://doi.org/10.1145/3647632.3651389">https://doi.org/10.1145/3647632.3651389</a>.
  ieee: 'M. Khedkar and E. Bodden, “Toward an Android Static Analysis Approach for
    Data Protection,” presented at the 11th International Conference on Mobile Software
    Engineering and Systems 2024, Lisbon, Portugal, 2024, doi: <a href="https://doi.org/10.1145/3647632.3651389">10.1145/3647632.3651389</a>.'
  mla: Khedkar, Mugdha, and Eric Bodden. “Toward an Android Static Analysis Approach
    for Data Protection.” <i>Proceedings of the IEEE/ACM 11th International Conference
    on Mobile Software Engineering and Systems (MOBILESoft ’24). Association for Computing
    Machinery, New York, NY, USA, 65–68.</i>, 2024, doi:<a href="https://doi.org/10.1145/3647632.3651389">10.1145/3647632.3651389</a>.
  short: 'M. Khedkar, E. Bodden, in: Proceedings of the IEEE/ACM 11th International
    Conference on Mobile Software Engineering and Systems (MOBILESoft ’24). Association
    for Computing Machinery, New York, NY, USA, 65–68., 2024.'
conference:
  end_date: 2024-04-15
  location: Lisbon, Portugal
  name: 11th International Conference on Mobile Software Engineering and Systems 2024
  start_date: 2024-04-14
date_created: 2024-03-03T14:37:53Z
date_updated: 2026-03-04T08:11:48Z
ddc:
- '006'
department:
- _id: '76'
doi: 10.1145/3647632.3651389
external_id:
  arxiv:
  - '2402.07889'
file:
- access_level: closed
  content_type: application/pdf
  creator: khedkarm
  date_created: 2024-03-03T14:39:08Z
  date_updated: 2024-03-03T14:39:08Z
  file_id: '52236'
  file_name: 2402.07889v1.pdf
  file_size: 530812
  relation: main_file
  success: 1
file_date_updated: 2024-03-03T14:39:08Z
has_accepted_license: '1'
keyword:
- static program analysis
- data protection and privacy
- GDPR compliance
language:
- iso: eng
publication: Proceedings of the IEEE/ACM 11th International Conference on Mobile Software
  Engineering and Systems (MOBILESoft '24). Association for Computing Machinery, New
  York, NY, USA, 65–68.
status: public
title: Toward an Android Static Analysis Approach for Data Protection
type: conference
user_id: '88024'
year: '2024'
...
---
_id: '61210'
abstract:
- lang: eng
  text: Knowledge graphs (KGs) differ significantly over multiple different versions
    of the same data source. They also often contain blank nodes that do not have
    a constant identifier over all versions. Linking such blank nodes from different
    versions is a challenging task. Previous works propose different approaches to
    create signatures for all blank nodes based on named nodes in their neighborhood
    to match blank nodes with similar signatures. However, these works struggle to
    find a good mapping when the difference between the KGs’ versions grows too large.
    In this work, we propose Blink, an embedding-based approach for blank node linking.
    Blink merges two KGs’ versions and embeds the merged graph into a latent vector
    space based on translational embeddings and subsequently matches the closest pairs
    of blank nodes from different graphs. We evaluate our approach using real-world
    datasets against state-of-the-art approaches by computing the blank node matching
    for isomorphic graphs and graphs that contain triple changes (i.e., added or removed
    triples). The results indicate that Blink achieves perfect accuracy for isomorphic
    graphs. For graph versions that contain changes, such as having up to 20% of triples
    removed in one version, Blink still produces a mapping with an Optimal Mapping
    Deviation Ratio of under 1%. These results show that Blink leads to a better linking
    of KGs over different versions and similar graphs adhering to the linked data
    guidelines.
author:
- first_name: Alexander
  full_name: Becker, Alexander
  last_name: Becker
- first_name: Mohamed
  full_name: Sherif, Mohamed
  id: '67234'
  last_name: Sherif
  orcid: https://orcid.org/0000-0002-9927-2203
- first_name: Axel-Cyrille
  full_name: Ngonga Ngomo, Axel-Cyrille
  id: '65716'
  last_name: Ngonga Ngomo
citation:
  ama: 'Becker A, Sherif M, Ngonga Ngomo A-C. Blink: Blank Node Matching Using Embeddings.
    In: <i>Lecture Notes in Computer Science</i>. Springer Nature Switzerland; 2024.
    doi:<a href="https://doi.org/10.1007/978-3-031-77844-5_12">10.1007/978-3-031-77844-5_12</a>'
  apa: 'Becker, A., Sherif, M., &#38; Ngonga Ngomo, A.-C. (2024). Blink: Blank Node
    Matching Using Embeddings. In <i>Lecture Notes in Computer Science</i>. ISWC 2024: :
    The 23ed International Semantic Web Conference, Baltimore, USA. Springer Nature
    Switzerland. <a href="https://doi.org/10.1007/978-3-031-77844-5_12">https://doi.org/10.1007/978-3-031-77844-5_12</a>'
  bibtex: '@inbook{Becker_Sherif_Ngonga Ngomo_2024, place={Cham}, title={Blink: Blank
    Node Matching Using Embeddings}, DOI={<a href="https://doi.org/10.1007/978-3-031-77844-5_12">10.1007/978-3-031-77844-5_12</a>},
    booktitle={Lecture Notes in Computer Science}, publisher={Springer Nature Switzerland},
    author={Becker, Alexander and Sherif, Mohamed and Ngonga Ngomo, Axel-Cyrille},
    year={2024} }'
  chicago: 'Becker, Alexander, Mohamed Sherif, and Axel-Cyrille Ngonga Ngomo. “Blink:
    Blank Node Matching Using Embeddings.” In <i>Lecture Notes in Computer Science</i>.
    Cham: Springer Nature Switzerland, 2024. <a href="https://doi.org/10.1007/978-3-031-77844-5_12">https://doi.org/10.1007/978-3-031-77844-5_12</a>.'
  ieee: 'A. Becker, M. Sherif, and A.-C. Ngonga Ngomo, “Blink: Blank Node Matching
    Using Embeddings,” in <i>Lecture Notes in Computer Science</i>, Cham: Springer
    Nature Switzerland, 2024.'
  mla: 'Becker, Alexander, et al. “Blink: Blank Node Matching Using Embeddings.” <i>Lecture
    Notes in Computer Science</i>, Springer Nature Switzerland, 2024, doi:<a href="https://doi.org/10.1007/978-3-031-77844-5_12">10.1007/978-3-031-77844-5_12</a>.'
  short: 'A. Becker, M. Sherif, A.-C. Ngonga Ngomo, in: Lecture Notes in Computer
    Science, Springer Nature Switzerland, Cham, 2024.'
conference:
  end_date: 2024-11-15
  location: Baltimore, USA
  name: 'ISWC 2024: : The 23ed International Semantic Web Conference'
  start_date: 2024-11-11
date_created: 2025-09-11T10:19:47Z
date_updated: 2025-09-11T10:34:02Z
department:
- _id: '574'
doi: 10.1007/978-3-031-77844-5_12
language:
- iso: eng
main_file_link:
- url: https://papers.dice-research.org/2024/ISWC_BLINK/public.pdf
place: Cham
project:
- _id: '285'
  name: SAIL - Nachhaltiger Lebenszyklus von intelligenten soziotechnischen Systemen
publication: Lecture Notes in Computer Science
publication_identifier:
  isbn:
  - '9783031778438'
  - '9783031778445'
  issn:
  - 0302-9743
  - 1611-3349
publication_status: published
publisher: Springer Nature Switzerland
status: public
title: 'Blink: Blank Node Matching Using Embeddings'
type: book_chapter
user_id: '67234'
year: '2024'
...
---
_id: '54084'
author:
- first_name: Nikolaos
  full_name: Karalis, Nikolaos
  last_name: Karalis
- first_name: Alexander
  full_name: Bigerl, Alexander
  id: '72857'
  last_name: Bigerl
- first_name: Liss
  full_name: Heidrich, Liss
  last_name: Heidrich
- first_name: Mohamed
  full_name: Sherif, Mohamed
  id: '67234'
  last_name: Sherif
  orcid: https://orcid.org/0000-0002-9927-2203
- first_name: Axel-Cyrille
  full_name: Ngonga Ngomo, Axel-Cyrille
  id: '65716'
  last_name: Ngonga Ngomo
citation:
  ama: 'Karalis N, Bigerl A, Heidrich L, Sherif M, Ngonga Ngomo A-C. Efficient Evaluation
    of Conjunctive Regular Path Queries Using Multi-way Joins. In: <i>ESWC</i>. ;
    2024.'
  apa: Karalis, N., Bigerl, A., Heidrich, L., Sherif, M., &#38; Ngonga Ngomo, A.-C.
    (2024). Efficient Evaluation of Conjunctive Regular Path Queries Using Multi-way
    Joins. <i>ESWC</i>.
  bibtex: '@inproceedings{Karalis_Bigerl_Heidrich_Sherif_Ngonga Ngomo_2024, title={Efficient
    Evaluation of Conjunctive Regular Path Queries Using Multi-way Joins}, booktitle={ESWC},
    author={Karalis, Nikolaos and Bigerl, Alexander and Heidrich, Liss and Sherif,
    Mohamed and Ngonga Ngomo, Axel-Cyrille}, year={2024} }'
  chicago: Karalis, Nikolaos, Alexander Bigerl, Liss Heidrich, Mohamed Sherif, and
    Axel-Cyrille Ngonga Ngomo. “Efficient Evaluation of Conjunctive Regular Path Queries
    Using Multi-Way Joins.” In <i>ESWC</i>, 2024.
  ieee: N. Karalis, A. Bigerl, L. Heidrich, M. Sherif, and A.-C. Ngonga Ngomo, “Efficient
    Evaluation of Conjunctive Regular Path Queries Using Multi-way Joins,” 2024.
  mla: Karalis, Nikolaos, et al. “Efficient Evaluation of Conjunctive Regular Path
    Queries Using Multi-Way Joins.” <i>ESWC</i>, 2024.
  short: 'N. Karalis, A. Bigerl, L. Heidrich, M. Sherif, A.-C. Ngonga Ngomo, in: ESWC,
    2024.'
date_created: 2024-05-08T10:25:54Z
date_updated: 2025-09-11T10:36:03Z
department:
- _id: '574'
keyword:
- bigerl dice enexa heidrich karalis ngonga sail sherif
language:
- iso: eng
publication: ESWC
status: public
title: Efficient Evaluation of Conjunctive Regular Path Queries Using Multi-way Joins
type: conference
user_id: '67234'
year: '2024'
...
---
_id: '61219'
author:
- first_name: Ajay
  full_name: Kumar, Ajay
  last_name: Kumar
- first_name: Marius
  full_name: Naumann, Marius
  id: '94950'
  last_name: Naumann
- first_name: Kevin
  full_name: Henne, Kevin
  id: '56918'
  last_name: Henne
- first_name: Mohamed
  full_name: Sherif, Mohamed
  id: '67234'
  last_name: Sherif
  orcid: https://orcid.org/0000-0002-9927-2203
citation:
  ama: 'Kumar A, Naumann M, Henne K, Sherif M. PCFWebUI: Data-driven WebUI for holistic
    decarbonization based on PCF-Tracking. In: Garijo D, Gentile AL, Kurteva A, Mannocci
    A, Osborne F, Vahdati S, eds. <i>Joint Proceedings of Posters, Demos, Workshops,
    and Tutorials of the 20th International Conference on Semantic Systems Co-Located
    with 20th International Conference on Semantic Systems (SEMANTiCS 2024), Amsterdam,
    The Netherlands, September 17-19, 2024</i>. Vol 3759. CEUR Workshop Proceedings.
    CEUR-WS.org; 2024.'
  apa: 'Kumar, A., Naumann, M., Henne, K., &#38; Sherif, M. (2024). PCFWebUI: Data-driven
    WebUI for holistic decarbonization based on PCF-Tracking. In D. Garijo, A. L.
    Gentile, A. Kurteva, A. Mannocci, F. Osborne, &#38; S. Vahdati (Eds.), <i>Joint
    Proceedings of Posters, Demos, Workshops, and Tutorials of the 20th International
    Conference on Semantic Systems co-located with 20th International Conference on
    Semantic Systems (SEMANTiCS 2024), Amsterdam, The Netherlands, September 17-19,
    2024</i> (Vol. 3759). CEUR-WS.org.'
  bibtex: '@inproceedings{Kumar_Naumann_Henne_Sherif_2024, series={CEUR Workshop Proceedings},
    title={PCFWebUI: Data-driven WebUI for holistic decarbonization based on PCF-Tracking},
    volume={3759}, booktitle={Joint Proceedings of Posters, Demos, Workshops, and
    Tutorials of the 20th International Conference on Semantic Systems co-located
    with 20th International Conference on Semantic Systems (SEMANTiCS 2024), Amsterdam,
    The Netherlands, September 17-19, 2024}, publisher={CEUR-WS.org}, author={Kumar,
    Ajay and Naumann, Marius and Henne, Kevin and Sherif, Mohamed}, editor={Garijo,
    Daniel and Gentile, Anna Lisa and Kurteva, Anelia and Mannocci, Andrea and Osborne,
    Francesco and Vahdati, Sahar}, year={2024}, collection={CEUR Workshop Proceedings}
    }'
  chicago: 'Kumar, Ajay, Marius Naumann, Kevin Henne, and Mohamed Sherif. “PCFWebUI:
    Data-Driven WebUI for Holistic Decarbonization Based on PCF-Tracking.” In <i>Joint
    Proceedings of Posters, Demos, Workshops, and Tutorials of the 20th International
    Conference on Semantic Systems Co-Located with 20th International Conference on
    Semantic Systems (SEMANTiCS 2024), Amsterdam, The Netherlands, September 17-19,
    2024</i>, edited by Daniel Garijo, Anna Lisa Gentile, Anelia Kurteva, Andrea Mannocci,
    Francesco Osborne, and Sahar Vahdati, Vol. 3759. CEUR Workshop Proceedings. CEUR-WS.org,
    2024.'
  ieee: 'A. Kumar, M. Naumann, K. Henne, and M. Sherif, “PCFWebUI: Data-driven WebUI
    for holistic decarbonization based on PCF-Tracking,” in <i>Joint Proceedings of
    Posters, Demos, Workshops, and Tutorials of the 20th International Conference
    on Semantic Systems co-located with 20th International Conference on Semantic
    Systems (SEMANTiCS 2024), Amsterdam, The Netherlands, September 17-19, 2024</i>,  Amsterdam,The
    Netherlands, 2024, vol. 3759.'
  mla: 'Kumar, Ajay, et al. “PCFWebUI: Data-Driven WebUI for Holistic Decarbonization
    Based on PCF-Tracking.” <i>Joint Proceedings of Posters, Demos, Workshops, and
    Tutorials of the 20th International Conference on Semantic Systems Co-Located
    with 20th International Conference on Semantic Systems (SEMANTiCS 2024), Amsterdam,
    The Netherlands, September 17-19, 2024</i>, edited by Daniel Garijo et al., vol.
    3759, CEUR-WS.org, 2024.'
  short: 'A. Kumar, M. Naumann, K. Henne, M. Sherif, in: D. Garijo, A.L. Gentile,
    A. Kurteva, A. Mannocci, F. Osborne, S. Vahdati (Eds.), Joint Proceedings of Posters,
    Demos, Workshops, and Tutorials of the 20th International Conference on Semantic
    Systems Co-Located with 20th International Conference on Semantic Systems (SEMANTiCS
    2024), Amsterdam, The Netherlands, September 17-19, 2024, CEUR-WS.org, 2024.'
conference:
  end_date: 2024-09-19
  location: ' Amsterdam,The Netherlands'
  name: International Conference on Semantic Systems (SEMANTiCS 2024)
  start_date: 2024-09-17
date_created: 2025-09-11T10:43:04Z
date_updated: 2025-09-11T10:46:35Z
department:
- _id: '574'
editor:
- first_name: Daniel
  full_name: Garijo, Daniel
  last_name: Garijo
- first_name: Anna Lisa
  full_name: Gentile, Anna Lisa
  last_name: Gentile
- first_name: Anelia
  full_name: Kurteva, Anelia
  last_name: Kurteva
- first_name: Andrea
  full_name: Mannocci, Andrea
  last_name: Mannocci
- first_name: Francesco
  full_name: Osborne, Francesco
  last_name: Osborne
- first_name: Sahar
  full_name: Vahdati, Sahar
  last_name: Vahdati
intvolume: '      3759'
keyword:
- kumar sherif enexa climatebowl ingrid simba dice whale
language:
- iso: eng
publication: Joint Proceedings of Posters, Demos, Workshops, and Tutorials of the
  20th International Conference on Semantic Systems co-located with 20th International
  Conference on Semantic Systems (SEMANTiCS 2024), Amsterdam, The Netherlands, September
  17-19, 2024
publisher: CEUR-WS.org
series_title: CEUR Workshop Proceedings
status: public
title: 'PCFWebUI: Data-driven WebUI for holistic decarbonization based on PCF-Tracking'
type: conference
user_id: '67234'
volume: 3759
year: '2024'
...
---
_id: '55094'
author:
- first_name: Hamada Mohamed Abdelsamee
  full_name: Zahera, Hamada Mohamed Abdelsamee
  id: '72768'
  last_name: Zahera
  orcid: 0000-0003-0215-1278
- first_name: Ali
  full_name: Manzoor, Ali
  id: '77309'
  last_name: Manzoor
  orcid: https://orcid.org/0000-0001-8403-5160
- first_name: Mohamed
  full_name: Sherif, Mohamed
  id: '67234'
  last_name: Sherif
  orcid: https://orcid.org/0000-0002-9927-2203
- first_name: Diego
  full_name: Moussallem, Diego
  id: '71635'
  last_name: Moussallem
- first_name: Axel-Cyrille
  full_name: Ngonga Ngomo, Axel-Cyrille
  id: '65716'
  last_name: Ngonga Ngomo
citation:
  ama: 'Zahera HMA, Manzoor A, Sherif M, Moussallem D, Ngonga Ngomo A-C. Generating
    SPARQL from Natural Language Using Chain-of-Thoughts Prompting. In: <i>SEMANTiCS</i>.
    ; 2024.'
  apa: Zahera, H. M. A., Manzoor, A., Sherif, M., Moussallem, D., &#38; Ngonga Ngomo,
    A.-C. (2024). Generating SPARQL from Natural Language Using Chain-of-Thoughts
    Prompting. <i>SEMANTiCS</i>.
  bibtex: '@inproceedings{Zahera_Manzoor_Sherif_Moussallem_Ngonga Ngomo_2024, place={Amsterdam,
    Netherlands}, title={Generating SPARQL from Natural Language Using Chain-of-Thoughts
    Prompting}, booktitle={SEMANTiCS}, author={Zahera, Hamada Mohamed Abdelsamee and
    Manzoor, Ali and Sherif, Mohamed and Moussallem, Diego and Ngonga Ngomo, Axel-Cyrille},
    year={2024} }'
  chicago: Zahera, Hamada Mohamed Abdelsamee, Ali Manzoor, Mohamed Sherif, Diego Moussallem,
    and Axel-Cyrille Ngonga Ngomo. “Generating SPARQL from Natural Language Using
    Chain-of-Thoughts Prompting.” In <i>SEMANTiCS</i>. Amsterdam, Netherlands, 2024.
  ieee: H. M. A. Zahera, A. Manzoor, M. Sherif, D. Moussallem, and A.-C. Ngonga Ngomo,
    “Generating SPARQL from Natural Language Using Chain-of-Thoughts Prompting,” 2024.
  mla: Zahera, Hamada Mohamed Abdelsamee, et al. “Generating SPARQL from Natural Language
    Using Chain-of-Thoughts Prompting.” <i>SEMANTiCS</i>, 2024.
  short: 'H.M.A. Zahera, A. Manzoor, M. Sherif, D. Moussallem, A.-C. Ngonga Ngomo,
    in: SEMANTiCS, Amsterdam, Netherlands, 2024.'
date_created: 2024-07-05T13:59:24Z
date_updated: 2025-09-11T10:37:39Z
department:
- _id: '574'
keyword:
- TRR318 climatebowl colide dice enexa kiam manzoor moussallem ngonga sailproject
  sherif simba zahera
language:
- iso: eng
place: Amsterdam, Netherlands
publication: SEMANTiCS
status: public
title: Generating SPARQL from Natural Language Using Chain-of-Thoughts Prompting
type: conference
user_id: '67234'
year: '2024'
...
---
_id: '58722'
abstract:
- lang: eng
  text: Dialects introduce syntactic and lexical variations in language that occur
    in regional or social groups. Most NLP methods are not sensitive to such variations.
    This may lead to unfair behavior of the methods, conveying negative bias towards
    dialect speakers. While previous work has studied dialect-related fairness for
    aspects like hate speech, other aspects of biased language, such as lewdness,
    remain fully unexplored. To fill this gap, we investigate performance disparities
    between dialects in the detection of five aspects of biased language and how to
    mitigate them. To alleviate bias, we present a multitask learning approach that
    models dialect language as an auxiliary task to incorporate syntactic and lexical
    variations. In our experiments with African-American English dialect, we provide
    empirical evidence that complementing common learning approaches with dialect
    modeling improves their fairness. Furthermore, the results suggest that multitask
    learning achieves state-of-the-art performance and helps to detect properties
    of biased language more reliably.
author:
- first_name: Maximilian
  full_name: Spliethöver, Maximilian
  id: '84035'
  last_name: Spliethöver
  orcid: 0000-0003-4364-1409
- first_name: Sai Nikhil
  full_name: Menon, Sai Nikhil
  last_name: Menon
- first_name: Henning
  full_name: Wachsmuth, Henning
  id: '3900'
  last_name: Wachsmuth
citation:
  ama: 'Spliethöver M, Menon SN, Wachsmuth H. Disentangling Dialect from Social Bias
    via Multitask Learning to Improve Fairness. In: Ku L-W, Martins A, Srikumar V,
    eds. <i>Findings of the Association for Computational Linguistics: ACL 2024</i>.
    Association for Computational Linguistics; 2024:9294–9313. doi:<a href="https://doi.org/10.18653/v1/2024.findings-acl.553">10.18653/v1/2024.findings-acl.553</a>'
  apa: 'Spliethöver, M., Menon, S. N., &#38; Wachsmuth, H. (2024). Disentangling Dialect
    from Social Bias via Multitask Learning to Improve Fairness. In L.-W. Ku, A. Martins,
    &#38; V. Srikumar (Eds.), <i>Findings of the Association for Computational Linguistics:
    ACL 2024</i> (pp. 9294–9313). Association for Computational Linguistics. <a href="https://doi.org/10.18653/v1/2024.findings-acl.553">https://doi.org/10.18653/v1/2024.findings-acl.553</a>'
  bibtex: '@inproceedings{Spliethöver_Menon_Wachsmuth_2024, place={Bangkok, Thailand},
    title={Disentangling Dialect from Social Bias via Multitask Learning to Improve
    Fairness}, DOI={<a href="https://doi.org/10.18653/v1/2024.findings-acl.553">10.18653/v1/2024.findings-acl.553</a>},
    booktitle={Findings of the Association for Computational Linguistics: ACL 2024},
    publisher={Association for Computational Linguistics}, author={Spliethöver, Maximilian
    and Menon, Sai Nikhil and Wachsmuth, Henning}, editor={Ku, Lun-Wei and Martins,
    Andre and Srikumar, Vivek}, year={2024}, pages={9294–9313} }'
  chicago: 'Spliethöver, Maximilian, Sai Nikhil Menon, and Henning Wachsmuth. “Disentangling
    Dialect from Social Bias via Multitask Learning to Improve Fairness.” In <i>Findings
    of the Association for Computational Linguistics: ACL 2024</i>, edited by Lun-Wei
    Ku, Andre Martins, and Vivek Srikumar, 9294–9313. Bangkok, Thailand: Association
    for Computational Linguistics, 2024. <a href="https://doi.org/10.18653/v1/2024.findings-acl.553">https://doi.org/10.18653/v1/2024.findings-acl.553</a>.'
  ieee: 'M. Spliethöver, S. N. Menon, and H. Wachsmuth, “Disentangling Dialect from
    Social Bias via Multitask Learning to Improve Fairness,” in <i>Findings of the
    Association for Computational Linguistics: ACL 2024</i>, 2024, pp. 9294–9313,
    doi: <a href="https://doi.org/10.18653/v1/2024.findings-acl.553">10.18653/v1/2024.findings-acl.553</a>.'
  mla: 'Spliethöver, Maximilian, et al. “Disentangling Dialect from Social Bias via
    Multitask Learning to Improve Fairness.” <i>Findings of the Association for Computational
    Linguistics: ACL 2024</i>, edited by Lun-Wei Ku et al., Association for Computational
    Linguistics, 2024, pp. 9294–9313, doi:<a href="https://doi.org/10.18653/v1/2024.findings-acl.553">10.18653/v1/2024.findings-acl.553</a>.'
  short: 'M. Spliethöver, S.N. Menon, H. Wachsmuth, in: L.-W. Ku, A. Martins, V. Srikumar
    (Eds.), Findings of the Association for Computational Linguistics: ACL 2024, Association
    for Computational Linguistics, Bangkok, Thailand, 2024, pp. 9294–9313.'
date_created: 2025-02-20T08:18:01Z
date_updated: 2025-09-12T09:52:59Z
department:
- _id: '600'
- _id: '660'
doi: 10.18653/v1/2024.findings-acl.553
editor:
- first_name: Lun-Wei
  full_name: Ku, Lun-Wei
  last_name: Ku
- first_name: Andre
  full_name: Martins, Andre
  last_name: Martins
- first_name: Vivek
  full_name: Srikumar, Vivek
  last_name: Srikumar
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://aclanthology.org/2024.findings-acl.553/
oa: '1'
page: 9294–9313
place: Bangkok, Thailand
project:
- _id: '118'
  name: 'TRR 318 - INF: TRR 318 - Project Area INF'
publication: 'Findings of the Association for Computational Linguistics: ACL 2024'
publisher: Association for Computational Linguistics
related_material:
  link:
  - relation: software
    url: https://github.com/webis-de/acl24-dialect-aware-bias-detection
status: public
title: Disentangling Dialect from Social Bias via Multitask Learning to Improve Fairness
type: conference
user_id: '84035'
year: '2024'
...
---
_id: '61868'
author:
- first_name: Gabriela
  full_name: Jonas-Ahrend, Gabriela
  id: '77633'
  last_name: Jonas-Ahrend
  orcid: 0000-0003-3898-954X
citation:
  ama: 'Jonas-Ahrend G. Vocational Teacher Education in a “COVID-19 Semester.” In:
    <i>A Pedagogical View of the COVID-19 Pandemic</i>. BRILL; 2024. doi:<a href="https://doi.org/10.1163/9789004710146_009">10.1163/9789004710146_009</a>'
  apa: Jonas-Ahrend, G. (2024). Vocational Teacher Education in a “COVID-19 Semester.”
    In <i>A Pedagogical View of the COVID-19 Pandemic</i>. BRILL. <a href="https://doi.org/10.1163/9789004710146_009">https://doi.org/10.1163/9789004710146_009</a>
  bibtex: '@inbook{Jonas-Ahrend_2024, title={Vocational Teacher Education in a “COVID-19
    Semester”}, DOI={<a href="https://doi.org/10.1163/9789004710146_009">10.1163/9789004710146_009</a>},
    booktitle={A Pedagogical View of the COVID-19 Pandemic}, publisher={BRILL}, author={Jonas-Ahrend,
    Gabriela}, year={2024} }'
  chicago: Jonas-Ahrend, Gabriela. “Vocational Teacher Education in a ‘COVID-19 Semester.’”
    In <i>A Pedagogical View of the COVID-19 Pandemic</i>. BRILL, 2024. <a href="https://doi.org/10.1163/9789004710146_009">https://doi.org/10.1163/9789004710146_009</a>.
  ieee: G. Jonas-Ahrend, “Vocational Teacher Education in a ‘COVID-19 Semester,’”
    in <i>A Pedagogical View of the COVID-19 Pandemic</i>, BRILL, 2024.
  mla: Jonas-Ahrend, Gabriela. “Vocational Teacher Education in a ‘COVID-19 Semester.’”
    <i>A Pedagogical View of the COVID-19 Pandemic</i>, BRILL, 2024, doi:<a href="https://doi.org/10.1163/9789004710146_009">10.1163/9789004710146_009</a>.
  short: 'G. Jonas-Ahrend, in: A Pedagogical View of the COVID-19 Pandemic, BRILL,
    2024.'
date_created: 2025-10-16T14:41:37Z
date_updated: 2025-10-21T16:54:07Z
department:
- _id: '300'
doi: 10.1163/9789004710146_009
language:
- iso: eng
publication: A Pedagogical View of the COVID-19 Pandemic
publication_identifier:
  isbn:
  - '9789004710139'
  - '9789004710146'
publication_status: published
publisher: BRILL
status: public
title: Vocational Teacher Education in a “COVID-19 Semester”
type: book_chapter
user_id: '77633'
year: '2024'
...
---
_id: '62067'
abstract:
- lang: eng
  text: Most FPGA boards in the HPC domain are well-suited for parallel scaling because
    of the direct integration of versatile and high-throughput network ports. However,
    the utilization of their network capabilities is often challenging and error-prone
    because the whole network stack and communication patterns have to be implemented
    and managed on the FPGAs. Also, this approach conceptually involves a trade-off
    between the performance potential of improved communication and the impact of
    resource consumption for communication infrastructure, since the utilized resources
    on the FPGAs could otherwise be used for computations. In this work, we investigate
    this trade-off, firstly, by using synthetic benchmarks to evaluate the different
    configuration options of the communication framework ACCL and their impact on
    communication latency and throughput. Finally, we use our findings to implement
    a shallow water simulation whose scalability heavily depends on low-latency communication.
    With a suitable configuration of ACCL, good scaling behavior can be shown to all
    48 FPGAs installed in the system. Overall, the results show that the availability
    of inter-FPGA communication frameworks as well as the configurability of framework and
    network stack are crucial to achieve the best application performance with low
    latency communication.
author:
- first_name: Marius
  full_name: Meyer, Marius
  id: '40778'
  last_name: Meyer
- first_name: Tobias
  full_name: Kenter, Tobias
  id: '3145'
  last_name: Kenter
- first_name: Lucian
  full_name: Petrica, Lucian
  last_name: Petrica
- first_name: Kenneth
  full_name: O’Brien, Kenneth
  last_name: O’Brien
- first_name: Michaela
  full_name: Blott, Michaela
  last_name: Blott
- first_name: Christian
  full_name: Plessl, Christian
  id: '16153'
  last_name: Plessl
  orcid: 0000-0001-5728-9982
citation:
  ama: 'Meyer M, Kenter T, Petrica L, O’Brien K, Blott M, Plessl C. Optimizing Communication
    for Latency Sensitive HPC Applications on up to 48 FPGAs Using ACCL. In: <i>Lecture
    Notes in Computer Science</i>. Springer Nature Switzerland; 2024. doi:<a href="https://doi.org/10.1007/978-3-031-69766-1_9">10.1007/978-3-031-69766-1_9</a>'
  apa: Meyer, M., Kenter, T., Petrica, L., O’Brien, K., Blott, M., &#38; Plessl, C.
    (2024). Optimizing Communication for Latency Sensitive HPC Applications on up
    to 48 FPGAs Using ACCL. In <i>Lecture Notes in Computer Science</i>. Springer
    Nature Switzerland. <a href="https://doi.org/10.1007/978-3-031-69766-1_9">https://doi.org/10.1007/978-3-031-69766-1_9</a>
  bibtex: '@inbook{Meyer_Kenter_Petrica_O’Brien_Blott_Plessl_2024, place={Cham}, title={Optimizing
    Communication for Latency Sensitive HPC Applications on up to 48 FPGAs Using ACCL},
    DOI={<a href="https://doi.org/10.1007/978-3-031-69766-1_9">10.1007/978-3-031-69766-1_9</a>},
    booktitle={Lecture Notes in Computer Science}, publisher={Springer Nature Switzerland},
    author={Meyer, Marius and Kenter, Tobias and Petrica, Lucian and O’Brien, Kenneth
    and Blott, Michaela and Plessl, Christian}, year={2024} }'
  chicago: 'Meyer, Marius, Tobias Kenter, Lucian Petrica, Kenneth O’Brien, Michaela
    Blott, and Christian Plessl. “Optimizing Communication for Latency Sensitive HPC
    Applications on up to 48 FPGAs Using ACCL.” In <i>Lecture Notes in Computer Science</i>.
    Cham: Springer Nature Switzerland, 2024. <a href="https://doi.org/10.1007/978-3-031-69766-1_9">https://doi.org/10.1007/978-3-031-69766-1_9</a>.'
  ieee: 'M. Meyer, T. Kenter, L. Petrica, K. O’Brien, M. Blott, and C. Plessl, “Optimizing
    Communication for Latency Sensitive HPC Applications on up to 48 FPGAs Using ACCL,”
    in <i>Lecture Notes in Computer Science</i>, Cham: Springer Nature Switzerland,
    2024.'
  mla: Meyer, Marius, et al. “Optimizing Communication for Latency Sensitive HPC Applications
    on up to 48 FPGAs Using ACCL.” <i>Lecture Notes in Computer Science</i>, Springer
    Nature Switzerland, 2024, doi:<a href="https://doi.org/10.1007/978-3-031-69766-1_9">10.1007/978-3-031-69766-1_9</a>.
  short: 'M. Meyer, T. Kenter, L. Petrica, K. O’Brien, M. Blott, C. Plessl, in: Lecture
    Notes in Computer Science, Springer Nature Switzerland, Cham, 2024.'
date_created: 2025-11-04T09:50:24Z
date_updated: 2025-11-04T09:51:22Z
department:
- _id: '27'
- _id: '518'
doi: 10.1007/978-3-031-69766-1_9
language:
- iso: eng
main_file_link:
- open_access: '1'
oa: '1'
place: Cham
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
publication: Lecture Notes in Computer Science
publication_identifier:
  isbn:
  - '9783031697654'
  - '9783031697661'
  issn:
  - 0302-9743
  - 1611-3349
publication_status: published
publisher: Springer Nature Switzerland
quality_controlled: '1'
status: public
title: Optimizing Communication for Latency Sensitive HPC Applications on up to 48
  FPGAs Using ACCL
type: book_chapter
user_id: '3145'
year: '2024'
...
---
_id: '56604'
abstract:
- lang: eng
  text: This manuscript makes the claim of having computed the 9th Dedekind number,
    D(9). This was done by accelerating the core operation of the process with an
    efficient FPGA design that outperforms an optimized 64-core CPU reference by 95x.
    The FPGA execution was parallelized on the Noctua 2 supercomputer at Paderborn
    University. The resulting value for D(9) is 286386577668298411128469151667598498812366.
    This value can be verified in two steps. We have made the data file containing
    the 490 M results available, each of which can be verified separately on CPU,
    and the whole file sums to our proposed value. The paper explains the mathematical
    approach in the first part, before putting the focus on a deep dive into the FPGA
    accelerator implementation followed by a performance analysis. The FPGA implementation
    was done in Register-Transfer Level using a dual-clock architecture and shows
    how we achieved an impressive FMax of 450 MHz on the targeted Stratix 10 GX 2,800
    FPGAs. The total compute time used was 47,000 FPGA hours.
author:
- first_name: Lennart
  full_name: Van Hirtum, Lennart
  id: '100210'
  last_name: Van Hirtum
- first_name: Patrick
  full_name: De Causmaecker, Patrick
  last_name: De Causmaecker
- first_name: Jens
  full_name: Goemaere, Jens
  last_name: Goemaere
- first_name: Tobias
  full_name: Kenter, Tobias
  id: '3145'
  last_name: Kenter
- first_name: Heinrich
  full_name: Riebler, Heinrich
  id: '8961'
  last_name: Riebler
- first_name: Michael
  full_name: Lass, Michael
  id: '24135'
  last_name: Lass
  orcid: 0000-0002-5708-7632
- first_name: Christian
  full_name: Plessl, Christian
  id: '16153'
  last_name: Plessl
  orcid: 0000-0001-5728-9982
citation:
  ama: Van Hirtum L, De Causmaecker P, Goemaere J, et al. A Computation of the Ninth
    Dedekind Number Using FPGA Supercomputing. <i>ACM Transactions on Reconfigurable
    Technology and Systems</i>. 2024;17(3):1-28. doi:<a href="https://doi.org/10.1145/3674147">10.1145/3674147</a>
  apa: Van Hirtum, L., De Causmaecker, P., Goemaere, J., Kenter, T., Riebler, H.,
    Lass, M., &#38; Plessl, C. (2024). A Computation of the Ninth Dedekind Number
    Using FPGA Supercomputing. <i>ACM Transactions on Reconfigurable Technology and
    Systems</i>, <i>17</i>(3), 1–28. <a href="https://doi.org/10.1145/3674147">https://doi.org/10.1145/3674147</a>
  bibtex: '@article{Van Hirtum_De Causmaecker_Goemaere_Kenter_Riebler_Lass_Plessl_2024,
    title={A Computation of the Ninth Dedekind Number Using FPGA Supercomputing},
    volume={17}, DOI={<a href="https://doi.org/10.1145/3674147">10.1145/3674147</a>},
    number={3}, journal={ACM Transactions on Reconfigurable Technology and Systems},
    publisher={Association for Computing Machinery (ACM)}, author={Van Hirtum, Lennart
    and De Causmaecker, Patrick and Goemaere, Jens and Kenter, Tobias and Riebler,
    Heinrich and Lass, Michael and Plessl, Christian}, year={2024}, pages={1–28} }'
  chicago: 'Van Hirtum, Lennart, Patrick De Causmaecker, Jens Goemaere, Tobias Kenter,
    Heinrich Riebler, Michael Lass, and Christian Plessl. “A Computation of the Ninth
    Dedekind Number Using FPGA Supercomputing.” <i>ACM Transactions on Reconfigurable
    Technology and Systems</i> 17, no. 3 (2024): 1–28. <a href="https://doi.org/10.1145/3674147">https://doi.org/10.1145/3674147</a>.'
  ieee: 'L. Van Hirtum <i>et al.</i>, “A Computation of the Ninth Dedekind Number
    Using FPGA Supercomputing,” <i>ACM Transactions on Reconfigurable Technology and
    Systems</i>, vol. 17, no. 3, pp. 1–28, 2024, doi: <a href="https://doi.org/10.1145/3674147">10.1145/3674147</a>.'
  mla: Van Hirtum, Lennart, et al. “A Computation of the Ninth Dedekind Number Using
    FPGA Supercomputing.” <i>ACM Transactions on Reconfigurable Technology and Systems</i>,
    vol. 17, no. 3, Association for Computing Machinery (ACM), 2024, pp. 1–28, doi:<a
    href="https://doi.org/10.1145/3674147">10.1145/3674147</a>.
  short: L. Van Hirtum, P. De Causmaecker, J. Goemaere, T. Kenter, H. Riebler, M.
    Lass, C. Plessl, ACM Transactions on Reconfigurable Technology and Systems 17
    (2024) 1–28.
date_created: 2024-10-14T07:38:29Z
date_updated: 2025-11-04T09:53:26Z
department:
- _id: '27'
- _id: '518'
doi: 10.1145/3674147
intvolume: '        17'
issue: '3'
language:
- iso: eng
main_file_link:
- open_access: '1'
oa: '1'
page: 1-28
project:
- _id: '52'
  name: 'PC2: Computing Resources Provided by the Paderborn Center for Parallel Computing'
publication: ACM Transactions on Reconfigurable Technology and Systems
publication_identifier:
  issn:
  - 1936-7406
  - 1936-7414
publication_status: published
publisher: Association for Computing Machinery (ACM)
quality_controlled: '1'
status: public
title: A Computation of the Ninth Dedekind Number Using FPGA Supercomputing
type: journal_article
user_id: '3145'
volume: 17
year: '2024'
...
---
_id: '53503'
author:
- first_name: Kaan
  full_name: Olgu, Kaan
  last_name: Olgu
- first_name: Tobias
  full_name: Kenter, Tobias
  id: '3145'
  last_name: Kenter
- first_name: Jose
  full_name: Nunez-Yanez, Jose
  last_name: Nunez-Yanez
- first_name: Simon
  full_name: Mcintosh-Smith, Simon
  last_name: Mcintosh-Smith
citation:
  ama: 'Olgu K, Kenter T, Nunez-Yanez J, Mcintosh-Smith S. Optimisation and Evaluation
    of Breadth First Search with oneAPI/SYCL on Intel FPGAs: from Describing Algorithms
    to Describing Architectures. In: <i>Proceedings of the 12th International Workshop
    on OpenCL and SYCL</i>. ACM; 2024. doi:<a href="https://doi.org/10.1145/3648115.3648134">10.1145/3648115.3648134</a>'
  apa: 'Olgu, K., Kenter, T., Nunez-Yanez, J., &#38; Mcintosh-Smith, S. (2024). Optimisation
    and Evaluation of Breadth First Search with oneAPI/SYCL on Intel FPGAs: from Describing
    Algorithms to Describing Architectures. <i>Proceedings of the 12th International
    Workshop on OpenCL and SYCL</i>. <a href="https://doi.org/10.1145/3648115.3648134">https://doi.org/10.1145/3648115.3648134</a>'
  bibtex: '@inproceedings{Olgu_Kenter_Nunez-Yanez_Mcintosh-Smith_2024, title={Optimisation
    and Evaluation of Breadth First Search with oneAPI/SYCL on Intel FPGAs: from Describing
    Algorithms to Describing Architectures}, DOI={<a href="https://doi.org/10.1145/3648115.3648134">10.1145/3648115.3648134</a>},
    booktitle={Proceedings of the 12th International Workshop on OpenCL and SYCL},
    publisher={ACM}, author={Olgu, Kaan and Kenter, Tobias and Nunez-Yanez, Jose and
    Mcintosh-Smith, Simon}, year={2024} }'
  chicago: 'Olgu, Kaan, Tobias Kenter, Jose Nunez-Yanez, and Simon Mcintosh-Smith.
    “Optimisation and Evaluation of Breadth First Search with OneAPI/SYCL on Intel
    FPGAs: From Describing Algorithms to Describing Architectures.” In <i>Proceedings
    of the 12th International Workshop on OpenCL and SYCL</i>. ACM, 2024. <a href="https://doi.org/10.1145/3648115.3648134">https://doi.org/10.1145/3648115.3648134</a>.'
  ieee: 'K. Olgu, T. Kenter, J. Nunez-Yanez, and S. Mcintosh-Smith, “Optimisation
    and Evaluation of Breadth First Search with oneAPI/SYCL on Intel FPGAs: from Describing
    Algorithms to Describing Architectures,” 2024, doi: <a href="https://doi.org/10.1145/3648115.3648134">10.1145/3648115.3648134</a>.'
  mla: 'Olgu, Kaan, et al. “Optimisation and Evaluation of Breadth First Search with
    OneAPI/SYCL on Intel FPGAs: From Describing Algorithms to Describing Architectures.”
    <i>Proceedings of the 12th International Workshop on OpenCL and SYCL</i>, ACM,
    2024, doi:<a href="https://doi.org/10.1145/3648115.3648134">10.1145/3648115.3648134</a>.'
  short: 'K. Olgu, T. Kenter, J. Nunez-Yanez, S. Mcintosh-Smith, in: Proceedings of
    the 12th International Workshop on OpenCL and SYCL, ACM, 2024.'
date_created: 2024-04-15T07:41:21Z
date_updated: 2025-11-04T09:53:59Z
department:
- _id: '27'
- _id: '518'
doi: 10.1145/3648115.3648134
language:
- iso: eng
project:
- _id: '52'
  name: 'PC2: Computing Resources Provided by the Paderborn Center for Parallel Computing'
publication: Proceedings of the 12th International Workshop on OpenCL and SYCL
publication_status: published
publisher: ACM
quality_controlled: '1'
status: public
title: 'Optimisation and Evaluation of Breadth First Search with oneAPI/SYCL on Intel
  FPGAs: from Describing Algorithms to Describing Architectures'
type: conference
user_id: '3145'
year: '2024'
...
---
_id: '57834'
author:
- first_name: Mats
  full_name: Vernholz, Mats
  id: '76955'
  last_name: Vernholz
  orcid: 0000-0001-5175-357X
citation:
  ama: 'Vernholz M. Gewerblich-technische Lehrkräftebildung in Deutschland - Analyse
    der Einflüsse auf das akademische Selbstkonzept von Lehramtsstudierenden technischer
    (beruflicher) Fachrichtungen. In: Kögler K, Kremer H-H, Herkner V, eds. <i>Jahrbuch
    Der Berufs- Und Wirtschaftspädagogischen Forschung 2024</i>. Verlag Barbara Budrich;
    2024:132-147. doi:<a href="https://doi.org/10.3224/84743054">10.3224/84743054</a>'
  apa: Vernholz, M. (2024). Gewerblich-technische Lehrkräftebildung in Deutschland
    - Analyse der Einflüsse auf das akademische Selbstkonzept von Lehramtsstudierenden
    technischer (beruflicher) Fachrichtungen. In K. Kögler, H.-H. Kremer, &#38; V.
    Herkner (Eds.), <i>Jahrbuch der berufs- und wirtschaftspädagogischen Forschung
    2024</i> (pp. 132–147). Verlag Barbara Budrich. <a href="https://doi.org/10.3224/84743054">https://doi.org/10.3224/84743054</a>
  bibtex: '@inbook{Vernholz_2024, place={Opladen, Berlin, Toronto}, title={Gewerblich-technische
    Lehrkräftebildung in Deutschland - Analyse der Einflüsse auf das akademische Selbstkonzept
    von Lehramtsstudierenden technischer (beruflicher) Fachrichtungen}, DOI={<a href="https://doi.org/10.3224/84743054">10.3224/84743054</a>},
    booktitle={Jahrbuch der berufs- und wirtschaftspädagogischen Forschung 2024},
    publisher={Verlag Barbara Budrich}, author={Vernholz, Mats}, editor={Kögler, Kristina
    and Kremer, H.-Hugo and Herkner, Volkmar}, year={2024}, pages={132–147} }'
  chicago: 'Vernholz, Mats. “Gewerblich-Technische Lehrkräftebildung in Deutschland
    - Analyse Der Einflüsse Auf Das Akademische Selbstkonzept von Lehramtsstudierenden
    Technischer (Beruflicher) Fachrichtungen.” In <i>Jahrbuch Der Berufs- Und Wirtschaftspädagogischen
    Forschung 2024</i>, edited by Kristina Kögler, H.-Hugo Kremer, and Volkmar Herkner,
    132–47. Opladen, Berlin, Toronto: Verlag Barbara Budrich, 2024. <a href="https://doi.org/10.3224/84743054">https://doi.org/10.3224/84743054</a>.'
  ieee: 'M. Vernholz, “Gewerblich-technische Lehrkräftebildung in Deutschland - Analyse
    der Einflüsse auf das akademische Selbstkonzept von Lehramtsstudierenden technischer
    (beruflicher) Fachrichtungen,” in <i>Jahrbuch der berufs- und wirtschaftspädagogischen
    Forschung 2024</i>, K. Kögler, H.-H. Kremer, and V. Herkner, Eds. Opladen, Berlin,
    Toronto: Verlag Barbara Budrich, 2024, pp. 132–147.'
  mla: Vernholz, Mats. “Gewerblich-Technische Lehrkräftebildung in Deutschland - Analyse
    Der Einflüsse Auf Das Akademische Selbstkonzept von Lehramtsstudierenden Technischer
    (Beruflicher) Fachrichtungen.” <i>Jahrbuch Der Berufs- Und Wirtschaftspädagogischen
    Forschung 2024</i>, edited by Kristina Kögler et al., Verlag Barbara Budrich,
    2024, pp. 132–47, doi:<a href="https://doi.org/10.3224/84743054">10.3224/84743054</a>.
  short: 'M. Vernholz, in: K. Kögler, H.-H. Kremer, V. Herkner (Eds.), Jahrbuch Der
    Berufs- Und Wirtschaftspädagogischen Forschung 2024, Verlag Barbara Budrich, Opladen,
    Berlin, Toronto, 2024, pp. 132–147.'
date_created: 2024-12-18T09:48:39Z
date_updated: 2025-11-05T09:50:42Z
department:
- _id: '300'
doi: 10.3224/84743054
editor:
- first_name: Kristina
  full_name: Kögler, Kristina
  last_name: Kögler
- first_name: H.-Hugo
  full_name: Kremer, H.-Hugo
  last_name: Kremer
- first_name: Volkmar
  full_name: Herkner, Volkmar
  last_name: Herkner
language:
- iso: eng
page: 132-147
place: Opladen, Berlin, Toronto
publication: Jahrbuch der berufs- und wirtschaftspädagogischen Forschung 2024
publisher: Verlag Barbara Budrich
quality_controlled: '1'
status: public
title: Gewerblich-technische Lehrkräftebildung in Deutschland - Analyse der Einflüsse
  auf das akademische Selbstkonzept von Lehramtsstudierenden technischer (beruflicher)
  Fachrichtungen
type: book_chapter
user_id: '76955'
year: '2024'
...
---
_id: '53942'
abstract:
- lang: eng
  text: <jats:title>Abstract</jats:title><jats:p>Since its inception two decades ago,
    <jats:sc>Soot</jats:sc> has become one of the most widely used open-source static
    analysis frameworks. Over time it has been extended with the contributions of
    countless researchers. Yet, at the same time, the requirements for <jats:sc>Soot</jats:sc>
    have changed over the years and become increasingly at odds with some of the major
    design decisions that underlie it. In this work, we thus present <jats:sc>SootUp</jats:sc>,
    a complete reimplementation of <jats:sc>Soot</jats:sc> that seeks to fulfill these
    requirements with a novel design, while at the same time keeping elements that
    <jats:sc>Soot</jats:sc> users have grown accustomed to.</jats:p>
author:
- first_name: Kadiray
  full_name: Karakaya, Kadiray
  id: '70410'
  last_name: Karakaya
  orcid: https://orcid.org/0000-0001-9266-2084
- first_name: Stefan
  full_name: Schott, Stefan
  id: '54847'
  last_name: Schott
- first_name: Jonas
  full_name: Klauke, Jonas
  id: '40915'
  last_name: Klauke
  orcid: 0000-0001-9160-9636
- first_name: Eric
  full_name: Bodden, Eric
  id: '59256'
  last_name: Bodden
  orcid: 0000-0003-3470-3647
- first_name: Markus
  full_name: Schmidt, Markus
  last_name: Schmidt
- first_name: Linghui
  full_name: Luo, Linghui
  last_name: Luo
- first_name: Dongjie
  full_name: He, Dongjie
  last_name: He
citation:
  ama: 'Karakaya K, Schott S, Klauke J, et al. SootUp: A Redesign of the Soot Static
    Analysis Framework. In: <i>Tools and Algorithms for the Construction and Analysis
    of Systems</i>. Springer Nature Switzerland; 2024. doi:<a href="https://doi.org/10.1007/978-3-031-57246-3_13">10.1007/978-3-031-57246-3_13</a>'
  apa: 'Karakaya, K., Schott, S., Klauke, J., Bodden, E., Schmidt, M., Luo, L., &#38;
    He, D. (2024). SootUp: A Redesign of the Soot Static Analysis Framework. In <i>Tools
    and Algorithms for the Construction and Analysis of Systems</i>. Springer Nature
    Switzerland. <a href="https://doi.org/10.1007/978-3-031-57246-3_13">https://doi.org/10.1007/978-3-031-57246-3_13</a>'
  bibtex: '@inbook{Karakaya_Schott_Klauke_Bodden_Schmidt_Luo_He_2024, place={Cham},
    title={SootUp: A Redesign of the Soot Static Analysis Framework}, DOI={<a href="https://doi.org/10.1007/978-3-031-57246-3_13">10.1007/978-3-031-57246-3_13</a>},
    booktitle={Tools and Algorithms for the Construction and Analysis of Systems},
    publisher={Springer Nature Switzerland}, author={Karakaya, Kadiray and Schott,
    Stefan and Klauke, Jonas and Bodden, Eric and Schmidt, Markus and Luo, Linghui
    and He, Dongjie}, year={2024} }'
  chicago: 'Karakaya, Kadiray, Stefan Schott, Jonas Klauke, Eric Bodden, Markus Schmidt,
    Linghui Luo, and Dongjie He. “SootUp: A Redesign of the Soot Static Analysis Framework.”
    In <i>Tools and Algorithms for the Construction and Analysis of Systems</i>. Cham:
    Springer Nature Switzerland, 2024. <a href="https://doi.org/10.1007/978-3-031-57246-3_13">https://doi.org/10.1007/978-3-031-57246-3_13</a>.'
  ieee: 'K. Karakaya <i>et al.</i>, “SootUp: A Redesign of the Soot Static Analysis
    Framework,” in <i>Tools and Algorithms for the Construction and Analysis of Systems</i>,
    Cham: Springer Nature Switzerland, 2024.'
  mla: 'Karakaya, Kadiray, et al. “SootUp: A Redesign of the Soot Static Analysis
    Framework.” <i>Tools and Algorithms for the Construction and Analysis of Systems</i>,
    Springer Nature Switzerland, 2024, doi:<a href="https://doi.org/10.1007/978-3-031-57246-3_13">10.1007/978-3-031-57246-3_13</a>.'
  short: 'K. Karakaya, S. Schott, J. Klauke, E. Bodden, M. Schmidt, L. Luo, D. He,
    in: Tools and Algorithms for the Construction and Analysis of Systems, Springer
    Nature Switzerland, Cham, 2024.'
date_created: 2024-05-06T11:29:36Z
date_updated: 2025-11-11T14:26:52Z
department:
- _id: '76'
doi: 10.1007/978-3-031-57246-3_13
language:
- iso: eng
place: Cham
project:
- _id: '107'
  name: 'Reaktor: SFB 901 - Automatisierte Risikoanalyse in Bezug auf Open-Source-Abhängigkeiten
    (Hektor) (Transferproject T3)'
- _id: '668'
  name: 'HEKTOR: Automatisierte Risikoanalyse unter Berücksichtigung von Open-Source-Abhängigkeiten'
- _id: '1'
  name: 'SFB 901: On-The-Fly Computing - Individualisierte IT-Dienstleistungen in
    dynamischen Märkten'
- _id: '82'
  name: 'SFB 901; Projektbereich T: Transferprojekte des Sonderforschungsbereichs'
- _id: '107'
  name: 'SFB 901; TP T3: Automatisierte Risikoanalyse in Bezug auf Open-Source-Abhängigkeiten
    (Hektor)'
publication: Tools and Algorithms for the Construction and Analysis of Systems
publication_identifier:
  isbn:
  - '9783031572456'
  - '9783031572463'
  issn:
  - 0302-9743
  - 1611-3349
publication_status: published
publisher: Springer Nature Switzerland
status: public
title: 'SootUp: A Redesign of the Soot Static Analysis Framework'
type: book_chapter
user_id: '477'
year: '2024'
...
---
_id: '57550'
author:
- first_name: Stefan
  full_name: Schott, Stefan
  id: '54847'
  last_name: Schott
- first_name: Serena Elisa
  full_name: Ponta, Serena Elisa
  last_name: Ponta
- first_name: Wolfram
  full_name: Fischer, Wolfram
  last_name: Fischer
- first_name: Jonas
  full_name: Klauke, Jonas
  id: '40915'
  last_name: Klauke
  orcid: 0000-0001-9160-9636
- first_name: Eric
  full_name: Bodden, Eric
  id: '59256'
  last_name: Bodden
  orcid: 0000-0003-3470-3647
citation:
  ama: 'Schott S, Ponta SE, Fischer W, Klauke J, Bodden E. Java Bytecode Normalization
    for Code Similarity Analysis. In: <i>38th European Conference on Object-Oriented
    Programming (ECOOP 2024)</i>. ; 2024. doi:<a href="https://doi.org/10.4230/LIPIcs.ECOOP.2024.37">10.4230/LIPIcs.ECOOP.2024.37</a>'
  apa: Schott, S., Ponta, S. E., Fischer, W., Klauke, J., &#38; Bodden, E. (2024).
    Java Bytecode Normalization for Code Similarity Analysis. <i>38th European Conference
    on Object-Oriented Programming (ECOOP 2024)</i>. 38th European Conference on Object-Oriented
    Programming (ECOOP 2024), Vienna. <a href="https://doi.org/10.4230/LIPIcs.ECOOP.2024.37">https://doi.org/10.4230/LIPIcs.ECOOP.2024.37</a>
  bibtex: '@inproceedings{Schott_Ponta_Fischer_Klauke_Bodden_2024, title={Java Bytecode
    Normalization for Code Similarity Analysis}, DOI={<a href="https://doi.org/10.4230/LIPIcs.ECOOP.2024.37">10.4230/LIPIcs.ECOOP.2024.37</a>},
    booktitle={38th European Conference on Object-Oriented Programming (ECOOP 2024)},
    author={Schott, Stefan and Ponta, Serena Elisa and Fischer, Wolfram and Klauke,
    Jonas and Bodden, Eric}, year={2024} }'
  chicago: Schott, Stefan, Serena Elisa Ponta, Wolfram Fischer, Jonas Klauke, and
    Eric Bodden. “Java Bytecode Normalization for Code Similarity Analysis.” In <i>38th
    European Conference on Object-Oriented Programming (ECOOP 2024)</i>, 2024. <a
    href="https://doi.org/10.4230/LIPIcs.ECOOP.2024.37">https://doi.org/10.4230/LIPIcs.ECOOP.2024.37</a>.
  ieee: 'S. Schott, S. E. Ponta, W. Fischer, J. Klauke, and E. Bodden, “Java Bytecode
    Normalization for Code Similarity Analysis,” presented at the 38th European Conference
    on Object-Oriented Programming (ECOOP 2024), Vienna, 2024, doi: <a href="https://doi.org/10.4230/LIPIcs.ECOOP.2024.37">10.4230/LIPIcs.ECOOP.2024.37</a>.'
  mla: Schott, Stefan, et al. “Java Bytecode Normalization for Code Similarity Analysis.”
    <i>38th European Conference on Object-Oriented Programming (ECOOP 2024)</i>, 2024,
    doi:<a href="https://doi.org/10.4230/LIPIcs.ECOOP.2024.37">10.4230/LIPIcs.ECOOP.2024.37</a>.
  short: 'S. Schott, S.E. Ponta, W. Fischer, J. Klauke, E. Bodden, in: 38th European
    Conference on Object-Oriented Programming (ECOOP 2024), 2024.'
conference:
  location: Vienna
  name: 38th European Conference on Object-Oriented Programming (ECOOP 2024)
date_created: 2024-12-03T08:15:07Z
date_updated: 2025-11-11T14:29:43Z
department:
- _id: '76'
doi: 10.4230/LIPIcs.ECOOP.2024.37
language:
- iso: eng
project:
- _id: '668'
  name: 'HEKTOR: Automatisierte Risikoanalyse unter Berücksichtigung von Open-Source-Abhängigkeiten'
- _id: '107'
  name: 'Reaktor: SFB 901 - Automatisierte Risikoanalyse in Bezug auf Open-Source-Abhängigkeiten
    (Hektor) (Transferproject T3)'
- _id: '1'
  name: 'SFB 901: On-The-Fly Computing - Individualisierte IT-Dienstleistungen in
    dynamischen Märkten'
- _id: '82'
  name: 'SFB 901; Projektbereich T: Transferprojekte des Sonderforschungsbereichs'
- _id: '107'
  name: 'SFB 901; TP T3: Automatisierte Risikoanalyse in Bezug auf Open-Source-Abhängigkeiten
    (Hektor)'
publication: 38th European Conference on Object-Oriented Programming (ECOOP 2024)
status: public
title: Java Bytecode Normalization for Code Similarity Analysis
type: conference
user_id: '477'
year: '2024'
...
---
_id: '58716'
author:
- first_name: Stefan
  full_name: Schott, Stefan
  id: '54847'
  last_name: Schott
- first_name: Wolfram
  full_name: Fischer, Wolfram
  last_name: Fischer
- first_name: Serena Elisa
  full_name: Ponta, Serena Elisa
  last_name: Ponta
- first_name: Jonas
  full_name: Klauke, Jonas
  id: '40915'
  last_name: Klauke
  orcid: 0000-0001-9160-9636
- first_name: Eric
  full_name: Bodden, Eric
  id: '59256'
  last_name: Bodden
  orcid: 0000-0003-3470-3647
citation:
  ama: 'Schott S, Fischer W, Ponta SE, Klauke J, Bodden E. Compilation of Commit Changes
    Within Java Source Code Repositories. In: <i>2024 IEEE International Conference
    on Software Maintenance and Evolution (ICSME)</i>. IEEE; 2024. doi:<a href="https://doi.org/10.1109/icsme58944.2024.00038">10.1109/icsme58944.2024.00038</a>'
  apa: Schott, S., Fischer, W., Ponta, S. E., Klauke, J., &#38; Bodden, E. (2024).
    Compilation of Commit Changes Within Java Source Code Repositories. <i>2024 IEEE
    International Conference on Software Maintenance and Evolution (ICSME)</i>. <a
    href="https://doi.org/10.1109/icsme58944.2024.00038">https://doi.org/10.1109/icsme58944.2024.00038</a>
  bibtex: '@inproceedings{Schott_Fischer_Ponta_Klauke_Bodden_2024, title={Compilation
    of Commit Changes Within Java Source Code Repositories}, DOI={<a href="https://doi.org/10.1109/icsme58944.2024.00038">10.1109/icsme58944.2024.00038</a>},
    booktitle={2024 IEEE International Conference on Software Maintenance and Evolution
    (ICSME)}, publisher={IEEE}, author={Schott, Stefan and Fischer, Wolfram and Ponta,
    Serena Elisa and Klauke, Jonas and Bodden, Eric}, year={2024} }'
  chicago: Schott, Stefan, Wolfram Fischer, Serena Elisa Ponta, Jonas Klauke, and
    Eric Bodden. “Compilation of Commit Changes Within Java Source Code Repositories.”
    In <i>2024 IEEE International Conference on Software Maintenance and Evolution
    (ICSME)</i>. IEEE, 2024. <a href="https://doi.org/10.1109/icsme58944.2024.00038">https://doi.org/10.1109/icsme58944.2024.00038</a>.
  ieee: 'S. Schott, W. Fischer, S. E. Ponta, J. Klauke, and E. Bodden, “Compilation
    of Commit Changes Within Java Source Code Repositories,” 2024, doi: <a href="https://doi.org/10.1109/icsme58944.2024.00038">10.1109/icsme58944.2024.00038</a>.'
  mla: Schott, Stefan, et al. “Compilation of Commit Changes Within Java Source Code
    Repositories.” <i>2024 IEEE International Conference on Software Maintenance and
    Evolution (ICSME)</i>, IEEE, 2024, doi:<a href="https://doi.org/10.1109/icsme58944.2024.00038">10.1109/icsme58944.2024.00038</a>.
  short: 'S. Schott, W. Fischer, S.E. Ponta, J. Klauke, E. Bodden, in: 2024 IEEE International
    Conference on Software Maintenance and Evolution (ICSME), IEEE, 2024.'
date_created: 2025-02-19T15:47:18Z
date_updated: 2025-11-11T15:01:44Z
department:
- _id: '76'
doi: 10.1109/icsme58944.2024.00038
language:
- iso: eng
project:
- _id: '1072'
  name: 'SFB 901; TP T5: Zuverlässige und automatisierte codebasierte Analyse von
    Open-Source-Abhängigkeiten (Reaktor)'
publication: 2024 IEEE International Conference on Software Maintenance and Evolution
  (ICSME)
publication_status: published
publisher: IEEE
status: public
title: Compilation of Commit Changes Within Java Source Code Repositories
type: conference
user_id: '54847'
year: '2024'
...
---
_id: '59223'
author:
- first_name: Tobias
  full_name: Schwabe, Tobias
  id: '39217'
  last_name: Schwabe
- first_name: Khaleda
  full_name: Mallick, Khaleda
  last_name: Mallick
- first_name: Karanveer
  full_name: Singh, Karanveer
  last_name: Singh
- first_name: Thomas
  full_name: Schneider, Thomas
  last_name: Schneider
- first_name: J. Christoph
  full_name: Scheytt, J. Christoph
  id: '37144'
  last_name: Scheytt
  orcid: '0000-0002-5950-6618 '
citation:
  ama: Schwabe T, Mallick K, Singh K, Schneider T, Scheytt JC. <i>Precise Optical
    Nyquist Pulse Synthesizer Digital- to-Analog-Converter Presentation 2024 SPP 2111
    </i>. Zenodo; 2024. doi:<a href="https://doi.org/10.5281/zenodo.15114897">10.5281/zenodo.15114897</a>
  apa: Schwabe, T., Mallick, K., Singh, K., Schneider, T., &#38; Scheytt, J. C. (2024).
    <i>Precise optical Nyquist Pulse Synthesizer Digital- to-Analog-Converter presentation
    2024 SPP 2111 </i>. Zenodo. <a href="https://doi.org/10.5281/zenodo.15114897">https://doi.org/10.5281/zenodo.15114897</a>
  bibtex: '@book{Schwabe_Mallick_Singh_Schneider_Scheytt_2024, title={Precise optical
    Nyquist Pulse Synthesizer Digital- to-Analog-Converter presentation 2024 SPP 2111
    }, DOI={<a href="https://doi.org/10.5281/zenodo.15114897">10.5281/zenodo.15114897</a>},
    publisher={Zenodo}, author={Schwabe, Tobias and Mallick, Khaleda and Singh, Karanveer
    and Schneider, Thomas and Scheytt, J. Christoph}, year={2024} }'
  chicago: Schwabe, Tobias, Khaleda Mallick, Karanveer Singh, Thomas Schneider, and
    J. Christoph Scheytt. <i>Precise Optical Nyquist Pulse Synthesizer Digital- to-Analog-Converter
    Presentation 2024 SPP 2111 </i>. Zenodo, 2024. <a href="https://doi.org/10.5281/zenodo.15114897">https://doi.org/10.5281/zenodo.15114897</a>.
  ieee: T. Schwabe, K. Mallick, K. Singh, T. Schneider, and J. C. Scheytt, <i>Precise
    optical Nyquist Pulse Synthesizer Digital- to-Analog-Converter presentation 2024
    SPP 2111 </i>. Zenodo, 2024.
  mla: Schwabe, Tobias, et al. <i>Precise Optical Nyquist Pulse Synthesizer Digital-
    to-Analog-Converter Presentation 2024 SPP 2111 </i>. Zenodo, 2024, doi:<a href="https://doi.org/10.5281/zenodo.15114897">10.5281/zenodo.15114897</a>.
  short: T. Schwabe, K. Mallick, K. Singh, T. Schneider, J.C. Scheytt, Precise Optical
    Nyquist Pulse Synthesizer Digital- to-Analog-Converter Presentation 2024 SPP 2111
    , Zenodo, 2024.
date_created: 2025-04-01T07:36:59Z
date_updated: 2025-11-27T08:51:56Z
department:
- _id: '58'
doi: 10.5281/zenodo.15114897
language:
- iso: eng
publisher: Zenodo
status: public
title: 'Precise optical Nyquist Pulse Synthesizer Digital- to-Analog-Converter presentation
  2024 SPP 2111 '
type: misc
user_id: '39217'
year: '2024'
...
---
_id: '59224'
author:
- first_name: Tobias
  full_name: Schwabe, Tobias
  id: '39217'
  last_name: Schwabe
- first_name: Karanveer
  full_name: Singh, Karanveer
  last_name: Singh
- first_name: Thomas
  full_name: Schneider, Thomas
  last_name: Schneider
- first_name: J. Christoph
  full_name: Scheytt, J. Christoph
  id: '37144'
  last_name: Scheytt
  orcid: '0000-0002-5950-6618 '
citation:
  ama: Schwabe T, Singh K, Schneider T, Scheytt JC. <i>Precise Optical Nyquist Pulse
    Synthesizer Digital- to-Analog-Converter (PONyDAC II) 2024 SPP 2111 </i>. Zenodo;
    2024. doi:<a href="https://doi.org/10.5281/zenodo.15114631">10.5281/zenodo.15114631</a>
  apa: Schwabe, T., Singh, K., Schneider, T., &#38; Scheytt, J. C. (2024). <i>Precise
    optical Nyquist Pulse Synthesizer Digital- to-Analog-Converter (PONyDAC II) 2024
    SPP 2111 </i>. Zenodo. <a href="https://doi.org/10.5281/zenodo.15114631">https://doi.org/10.5281/zenodo.15114631</a>
  bibtex: '@book{Schwabe_Singh_Schneider_Scheytt_2024, title={Precise optical Nyquist
    Pulse Synthesizer Digital- to-Analog-Converter (PONyDAC II) 2024 SPP 2111 }, DOI={<a
    href="https://doi.org/10.5281/zenodo.15114631">10.5281/zenodo.15114631</a>}, publisher={Zenodo},
    author={Schwabe, Tobias and Singh, Karanveer and Schneider, Thomas and Scheytt,
    J. Christoph}, year={2024} }'
  chicago: Schwabe, Tobias, Karanveer Singh, Thomas Schneider, and J. Christoph Scheytt.
    <i>Precise Optical Nyquist Pulse Synthesizer Digital- to-Analog-Converter (PONyDAC
    II) 2024 SPP 2111 </i>. Zenodo, 2024. <a href="https://doi.org/10.5281/zenodo.15114631">https://doi.org/10.5281/zenodo.15114631</a>.
  ieee: T. Schwabe, K. Singh, T. Schneider, and J. C. Scheytt, <i>Precise optical
    Nyquist Pulse Synthesizer Digital- to-Analog-Converter (PONyDAC II) 2024 SPP 2111
    </i>. Zenodo, 2024.
  mla: Schwabe, Tobias, et al. <i>Precise Optical Nyquist Pulse Synthesizer Digital-
    to-Analog-Converter (PONyDAC II) 2024 SPP 2111 </i>. Zenodo, 2024, doi:<a href="https://doi.org/10.5281/zenodo.15114631">10.5281/zenodo.15114631</a>.
  short: T. Schwabe, K. Singh, T. Schneider, J.C. Scheytt, Precise Optical Nyquist
    Pulse Synthesizer Digital- to-Analog-Converter (PONyDAC II) 2024 SPP 2111 , Zenodo,
    2024.
date_created: 2025-04-01T07:38:40Z
date_updated: 2025-11-27T08:52:52Z
department:
- _id: '58'
doi: 10.5281/zenodo.15114631
language:
- iso: eng
publisher: Zenodo
status: public
title: 'Precise optical Nyquist Pulse Synthesizer Digital- to-Analog-Converter (PONyDAC
  II) 2024 SPP 2111 '
type: misc
user_id: '39217'
year: '2024'
...
---
_id: '57103'
author:
- first_name: Vijayalakshmi
  full_name: Surendranath Shroff, Vijayalakshmi
  id: '76626'
  last_name: Surendranath Shroff
- first_name: Meysam
  full_name: Bahmanian, Meysam
  id: '69233'
  last_name: Bahmanian
- first_name: Stephan
  full_name: Kruse, Stephan
  id: '38254'
  last_name: Kruse
- first_name: J. Christoph
  full_name: Scheytt, J. Christoph
  id: '37144'
  last_name: Scheytt
  orcid: '0000-0002-5950-6618 '
citation:
  ama: 'Surendranath Shroff V, Bahmanian M, Kruse S, Scheytt JC. Design of an Ultra-Low
    Phase Noise Broadband Amplifier in 130 nm SiGe BiCMOS Technology. In: <i>2024
    IEEE BiCMOS and Compound Semiconductor Integrated Circuits and Technology Symposium
    (BCICTS) </i>. IEEE; 2024. doi:<a href="https://doi.org/10.1109/BCICTS59662.2024.10745663">10.1109/BCICTS59662.2024.10745663</a>'
  apa: Surendranath Shroff, V., Bahmanian, M., Kruse, S., &#38; Scheytt, J. C. (2024).
    Design of an Ultra-Low Phase Noise Broadband Amplifier in 130 nm SiGe BiCMOS Technology.
    <i>2024 IEEE BiCMOS and Compound Semiconductor Integrated Circuits and Technology
    Symposium (BCICTS) </i>. 2024 IEEE BiCMOS and Compound Semiconductor Integrated
    Circuits and Technology Symposium (BCICTS) , Fort Lauderdale, Florida. <a href="https://doi.org/10.1109/BCICTS59662.2024.10745663">https://doi.org/10.1109/BCICTS59662.2024.10745663</a>
  bibtex: '@inproceedings{Surendranath Shroff_Bahmanian_Kruse_Scheytt_2024, title={Design
    of an Ultra-Low Phase Noise Broadband Amplifier in 130 nm SiGe BiCMOS Technology},
    DOI={<a href="https://doi.org/10.1109/BCICTS59662.2024.10745663">10.1109/BCICTS59662.2024.10745663</a>},
    booktitle={2024 IEEE BiCMOS and Compound Semiconductor Integrated Circuits and
    Technology Symposium (BCICTS) }, publisher={IEEE}, author={Surendranath Shroff,
    Vijayalakshmi and Bahmanian, Meysam and Kruse, Stephan and Scheytt, J. Christoph},
    year={2024} }'
  chicago: Surendranath Shroff, Vijayalakshmi, Meysam Bahmanian, Stephan Kruse, and
    J. Christoph Scheytt. “Design of an Ultra-Low Phase Noise Broadband Amplifier
    in 130 Nm SiGe BiCMOS Technology.” In <i>2024 IEEE BiCMOS and Compound Semiconductor
    Integrated Circuits and Technology Symposium (BCICTS) </i>. IEEE, 2024. <a href="https://doi.org/10.1109/BCICTS59662.2024.10745663">https://doi.org/10.1109/BCICTS59662.2024.10745663</a>.
  ieee: 'V. Surendranath Shroff, M. Bahmanian, S. Kruse, and J. C. Scheytt, “Design
    of an Ultra-Low Phase Noise Broadband Amplifier in 130 nm SiGe BiCMOS Technology,”
    presented at the 2024 IEEE BiCMOS and Compound Semiconductor Integrated Circuits
    and Technology Symposium (BCICTS) , Fort Lauderdale, Florida, 2024, doi: <a href="https://doi.org/10.1109/BCICTS59662.2024.10745663">10.1109/BCICTS59662.2024.10745663</a>.'
  mla: Surendranath Shroff, Vijayalakshmi, et al. “Design of an Ultra-Low Phase Noise
    Broadband Amplifier in 130 Nm SiGe BiCMOS Technology.” <i>2024 IEEE BiCMOS and
    Compound Semiconductor Integrated Circuits and Technology Symposium (BCICTS) </i>,
    IEEE, 2024, doi:<a href="https://doi.org/10.1109/BCICTS59662.2024.10745663">10.1109/BCICTS59662.2024.10745663</a>.
  short: 'V. Surendranath Shroff, M. Bahmanian, S. Kruse, J.C. Scheytt, in: 2024 IEEE
    BiCMOS and Compound Semiconductor Integrated Circuits and Technology Symposium
    (BCICTS) , IEEE, 2024.'
conference:
  location: Fort Lauderdale, Florida
  name: '2024 IEEE BiCMOS and Compound Semiconductor Integrated Circuits and Technology
    Symposium (BCICTS) '
date_created: 2024-11-15T09:57:42Z
date_updated: 2025-11-28T05:39:07Z
ddc:
- '620'
department:
- _id: '58'
doi: 10.1109/BCICTS59662.2024.10745663
language:
- iso: eng
publication: '2024 IEEE BiCMOS and Compound Semiconductor Integrated Circuits and
  Technology Symposium (BCICTS) '
publisher: IEEE
status: public
title: Design of an Ultra-Low Phase Noise Broadband Amplifier in 130 nm SiGe BiCMOS
  Technology
type: conference
user_id: '76626'
year: '2024'
...
---
_id: '57160'
abstract:
- lang: eng
  text: Large audio tagging models are usually trained or pre-trained on AudioSet,
    a dataset that encompasses a large amount of different sound classes and acoustic
    environments. Knowledge distillation has emerged as a method to compress such
    models without compromising their effectiveness. There are many different applications
    for audio tagging, some of which require a specialization to a narrow domain of
    sounds to be classified. For these scenarios, it is beneficial to distill the
    large audio tagger with respect to a specific subset of sounds of interest. A
    method to prune a general dataset with respect to a target dataset is presented.
    By distilling with such a specialized pruned dataset, we obtain a compressed model
    with better classification accuracy in the specific target domain than with target-agnostic
    distillation.
author:
- first_name: Alexander
  full_name: Werning, Alexander
  id: '62152'
  last_name: Werning
- first_name: Reinhold
  full_name: Haeb-Umbach, Reinhold
  id: '242'
  last_name: Haeb-Umbach
citation:
  ama: 'Werning A, Haeb-Umbach R. Target-Specific Dataset Pruning for Compression
    of Audio Tagging Models. In: <i>32nd European Signal Processing Conference (EUSIPCO
    2024)</i>. ; 2024.'
  apa: Werning, A., &#38; Haeb-Umbach, R. (2024). Target-Specific Dataset Pruning
    for Compression of Audio Tagging Models. <i>32nd European Signal Processing Conference
    (EUSIPCO 2024)</i>. 32nd European Signal Processing Conference, Lyon.
  bibtex: '@inproceedings{Werning_Haeb-Umbach_2024, title={Target-Specific Dataset
    Pruning for Compression of Audio Tagging Models}, booktitle={32nd European Signal
    Processing Conference (EUSIPCO 2024)}, author={Werning, Alexander and Haeb-Umbach,
    Reinhold}, year={2024} }'
  chicago: Werning, Alexander, and Reinhold Haeb-Umbach. “Target-Specific Dataset
    Pruning for Compression of Audio Tagging Models.” In <i>32nd European Signal Processing
    Conference (EUSIPCO 2024)</i>, 2024.
  ieee: A. Werning and R. Haeb-Umbach, “Target-Specific Dataset Pruning for Compression
    of Audio Tagging Models,” presented at the 32nd European Signal Processing Conference,
    Lyon, 2024.
  mla: Werning, Alexander, and Reinhold Haeb-Umbach. “Target-Specific Dataset Pruning
    for Compression of Audio Tagging Models.” <i>32nd European Signal Processing Conference
    (EUSIPCO 2024)</i>, 2024.
  short: 'A. Werning, R. Haeb-Umbach, in: 32nd European Signal Processing Conference
    (EUSIPCO 2024), 2024.'
conference:
  location: Lyon
  name: 32nd European Signal Processing Conference
date_created: 2024-11-18T09:29:16Z
date_updated: 2025-11-28T13:22:00Z
ddc:
- '000'
department:
- _id: '54'
file:
- access_level: closed
  content_type: application/pdf
  creator: awerning
  date_created: 2024-11-18T12:10:09Z
  date_updated: 2024-11-18T12:10:09Z
  file_id: '57200'
  file_name: Eusipco__Target_specific_Dataset_Pruning_for_Compression_of_Audio_Tagging_Models.pdf
  file_size: 183539
  relation: main_file
  success: 1
file_date_updated: 2024-11-18T12:10:09Z
has_accepted_license: '1'
keyword:
- data pruning
- knowledge distillation
- audio tagging
language:
- iso: eng
project:
- _id: '512'
  name: WestAI - AI Service Center West
publication: 32nd European Signal Processing Conference (EUSIPCO 2024)
quality_controlled: '1'
status: public
title: Target-Specific Dataset Pruning for Compression of Audio Tagging Models
type: conference
user_id: '62152'
year: '2024'
...
---
_id: '56863'
author:
- first_name: Fabian Benedikt
  full_name: Schiebel, Fabian Benedikt
  id: '55745'
  last_name: Schiebel
  orcid: 0009-0008-6867-9802
- first_name: Florian
  full_name: Sattler, Florian
  last_name: Sattler
- first_name: Philipp Dominik
  full_name: Schubert, Philipp Dominik
  last_name: Schubert
- first_name: Sven
  full_name: Apel, Sven
  last_name: Apel
- first_name: Eric
  full_name: Bodden, Eric
  id: '59256'
  last_name: Bodden
  orcid: 0000-0003-3470-3647
citation:
  ama: 'Schiebel FB, Sattler F, Schubert PD, Apel S, Bodden E. Scaling Interprocedural
    Static Data-Flow Analysis to Large C/C++ Applications: An Experience Report. In:
    Aldrich J, Salvaneschi G, eds. <i>38th European Conference on Object-Oriented
    Programming (ECOOP 2024)</i>. Vol 313. Leibniz International Proceedings in Informatics
    (LIPIcs). Schloss Dagstuhl – Leibniz-Zentrum für Informatik; 2024:36:1–36:28.
    doi:<a href="https://doi.org/10.4230/LIPIcs.ECOOP.2024.36">10.4230/LIPIcs.ECOOP.2024.36</a>'
  apa: 'Schiebel, F. B., Sattler, F., Schubert, P. D., Apel, S., &#38; Bodden, E.
    (2024). Scaling Interprocedural Static Data-Flow Analysis to Large C/C++ Applications:
    An Experience Report. In J. Aldrich &#38; G. Salvaneschi (Eds.), <i>38th European
    Conference on Object-Oriented Programming (ECOOP 2024)</i> (Vol. 313, p. 36:1–36:28).
    Schloss Dagstuhl – Leibniz-Zentrum für Informatik. <a href="https://doi.org/10.4230/LIPIcs.ECOOP.2024.36">https://doi.org/10.4230/LIPIcs.ECOOP.2024.36</a>'
  bibtex: '@inproceedings{Schiebel_Sattler_Schubert_Apel_Bodden_2024, place={Dagstuhl,
    Germany}, series={Leibniz International Proceedings in Informatics (LIPIcs)},
    title={Scaling Interprocedural Static Data-Flow Analysis to Large C/C++ Applications:
    An Experience Report}, volume={313}, DOI={<a href="https://doi.org/10.4230/LIPIcs.ECOOP.2024.36">10.4230/LIPIcs.ECOOP.2024.36</a>},
    booktitle={38th European Conference on Object-Oriented Programming (ECOOP 2024)},
    publisher={Schloss Dagstuhl – Leibniz-Zentrum für Informatik}, author={Schiebel,
    Fabian Benedikt and Sattler, Florian and Schubert, Philipp Dominik and Apel, Sven
    and Bodden, Eric}, editor={Aldrich, Jonathan and Salvaneschi, Guido}, year={2024},
    pages={36:1–36:28}, collection={Leibniz International Proceedings in Informatics
    (LIPIcs)} }'
  chicago: 'Schiebel, Fabian Benedikt, Florian Sattler, Philipp Dominik Schubert,
    Sven Apel, and Eric Bodden. “Scaling Interprocedural Static Data-Flow Analysis
    to Large C/C++ Applications: An Experience Report.” In <i>38th European Conference
    on Object-Oriented Programming (ECOOP 2024)</i>, edited by Jonathan Aldrich and
    Guido Salvaneschi, 313:36:1–36:28. Leibniz International Proceedings in Informatics
    (LIPIcs). Dagstuhl, Germany: Schloss Dagstuhl – Leibniz-Zentrum für Informatik,
    2024. <a href="https://doi.org/10.4230/LIPIcs.ECOOP.2024.36">https://doi.org/10.4230/LIPIcs.ECOOP.2024.36</a>.'
  ieee: 'F. B. Schiebel, F. Sattler, P. D. Schubert, S. Apel, and E. Bodden, “Scaling
    Interprocedural Static Data-Flow Analysis to Large C/C++ Applications: An Experience
    Report,” in <i>38th European Conference on Object-Oriented Programming (ECOOP
    2024)</i>, 2024, vol. 313, p. 36:1–36:28, doi: <a href="https://doi.org/10.4230/LIPIcs.ECOOP.2024.36">10.4230/LIPIcs.ECOOP.2024.36</a>.'
  mla: 'Schiebel, Fabian Benedikt, et al. “Scaling Interprocedural Static Data-Flow
    Analysis to Large C/C++ Applications: An Experience Report.” <i>38th European
    Conference on Object-Oriented Programming (ECOOP 2024)</i>, edited by Jonathan
    Aldrich and Guido Salvaneschi, vol. 313, Schloss Dagstuhl – Leibniz-Zentrum für
    Informatik, 2024, p. 36:1–36:28, doi:<a href="https://doi.org/10.4230/LIPIcs.ECOOP.2024.36">10.4230/LIPIcs.ECOOP.2024.36</a>.'
  short: 'F.B. Schiebel, F. Sattler, P.D. Schubert, S. Apel, E. Bodden, in: J. Aldrich,
    G. Salvaneschi (Eds.), 38th European Conference on Object-Oriented Programming
    (ECOOP 2024), Schloss Dagstuhl – Leibniz-Zentrum für Informatik, Dagstuhl, Germany,
    2024, p. 36:1–36:28.'
date_created: 2024-11-04T13:37:23Z
date_updated: 2025-12-04T10:41:59Z
department:
- _id: '76'
- _id: '662'
doi: 10.4230/LIPIcs.ECOOP.2024.36
editor:
- first_name: Jonathan
  full_name: Aldrich, Jonathan
  last_name: Aldrich
- first_name: Guido
  full_name: Salvaneschi, Guido
  last_name: Salvaneschi
intvolume: '       313'
language:
- iso: eng
page: 36:1–36:28
place: Dagstuhl, Germany
publication: 38th European Conference on Object-Oriented Programming (ECOOP 2024)
publication_identifier:
  isbn:
  - 978-3-95977-341-6
  issn:
  - 1868-8969
publisher: Schloss Dagstuhl – Leibniz-Zentrum für Informatik
series_title: Leibniz International Proceedings in Informatics (LIPIcs)
status: public
title: 'Scaling Interprocedural Static Data-Flow Analysis to Large C/C++ Applications:
  An Experience Report'
type: conference
user_id: '15249'
volume: 313
year: '2024'
...
---
_id: '61141'
author:
- first_name: Lara Marie
  full_name: Graf, Lara Marie
  id: '89837'
  last_name: Graf
- first_name: Uta
  full_name: Häsel-Weide, Uta
  id: '60267'
  last_name: Häsel-Weide
  orcid: 0000-0001-6278-4240
- first_name: K.
  full_name: Höveler, K.
  last_name: Höveler
- first_name: M.
  full_name: Nührenbörger, M.
  last_name: Nührenbörger
citation:
  ama: 'Graf LM, Häsel-Weide U, Höveler K, Nührenbörger M.  Typiken zum fachspezifischen
    Umgang mit Anforderungssituationen diagnosegeleiteter Förderung. Professionalisierung
    von fachfremd unterrichtenden Lehrkräften zur diagnosegeleiteten Förderung im
    inklusiven Mathematikunterricht am Beispiel der Förderung von Operationsvorstellungen.
    In: <i>Empirische Sonderpädagogik</i>. 16(4). ; 2024:334-350. doi:<a href="https://doi.org/10.2440/003-0036
    ">10.2440/003-0036 </a>'
  apa: Graf, L. M., Häsel-Weide, U., Höveler, K., &#38; Nührenbörger, M. (2024).  Typiken
    zum fachspezifischen Umgang mit Anforderungssituationen diagnosegeleiteter Förderung.
    Professionalisierung von fachfremd unterrichtenden Lehrkräften zur diagnosegeleiteten
    Förderung im inklusiven Mathematikunterricht am Beispiel der Förderung von Operationsvorstellungen.
    In <i>Empirische Sonderpädagogik</i> (16(4), pp. 334–350). <a href="https://doi.org/10.2440/003-0036
    ">https://doi.org/10.2440/003-0036 </a>
  bibtex: '@inbook{Graf_Häsel-Weide_Höveler_Nührenbörger_2024, edition={16(4)}, title={
    Typiken zum fachspezifischen Umgang mit Anforderungssituationen diagnosegeleiteter
    Förderung. Professionalisierung von fachfremd unterrichtenden Lehrkräften zur
    diagnosegeleiteten Förderung im inklusiven Mathematikunterricht am Beispiel der
    Förderung von Operationsvorstellungen}, DOI={<a href="https://doi.org/10.2440/003-0036
    ">10.2440/003-0036 </a>}, booktitle={Empirische Sonderpädagogik}, author={Graf,
    Lara Marie and Häsel-Weide, Uta and Höveler, K. and Nührenbörger, M.}, year={2024},
    pages={334–350} }'
  chicago: Graf, Lara Marie, Uta Häsel-Weide, K. Höveler, and M. Nührenbörger. “ Typiken
    zum fachspezifischen Umgang mit Anforderungssituationen diagnosegeleiteter Förderung.
    Professionalisierung von fachfremd unterrichtenden Lehrkräften zur diagnosegeleiteten
    Förderung im inklusiven Mathematikunterricht am Beispiel der Förderung von Operationsvorstellungen.”
    In <i>Empirische Sonderpädagogik</i>, 16(4)., 334–50, 2024. <a href="https://doi.org/10.2440/003-0036
    ">https://doi.org/10.2440/003-0036 </a>.
  ieee: L. M. Graf, U. Häsel-Weide, K. Höveler, and M. Nührenbörger, “ Typiken zum
    fachspezifischen Umgang mit Anforderungssituationen diagnosegeleiteter Förderung.
    Professionalisierung von fachfremd unterrichtenden Lehrkräften zur diagnosegeleiteten
    Förderung im inklusiven Mathematikunterricht am Beispiel der Förderung von Operationsvorstellungen,”
    in <i>Empirische Sonderpädagogik</i>, 16(4)., 2024, pp. 334–350.
  mla: Graf, Lara Marie, et al. “ Typiken zum fachspezifischen Umgang mit Anforderungssituationen
    diagnosegeleiteter Förderung. Professionalisierung von fachfremd unterrichtenden
    Lehrkräften zur diagnosegeleiteten Förderung im inklusiven Mathematikunterricht
    am Beispiel der Förderung von Operationsvorstellungen.” <i>Empirische Sonderpädagogik</i>,
    16(4), 2024, pp. 334–50, doi:<a href="https://doi.org/10.2440/003-0036 ">10.2440/003-0036
    </a>.
  short: 'L.M. Graf, U. Häsel-Weide, K. Höveler, M. Nührenbörger, in: Empirische Sonderpädagogik,
    16(4), 2024, pp. 334–350.'
date_created: 2025-09-08T07:23:43Z
date_updated: 2025-12-11T12:58:54Z
department:
- _id: '543'
- _id: '33'
doi: '10.2440/003-0036 '
edition: 16(4)
language:
- iso: ger
page: 334-350
publication: Empirische Sonderpädagogik
status: public
title: ' Typiken zum fachspezifischen Umgang mit Anforderungssituationen diagnosegeleiteter
  Förderung. Professionalisierung von fachfremd unterrichtenden Lehrkräften zur diagnosegeleiteten
  Förderung im inklusiven Mathematikunterricht am Beispiel der Förderung von Operationsvorstellungen'
type: book_chapter
user_id: '60267'
year: '2024'
...
