---
_id: '64823'
abstract:
- lang: eng
  text: "Current legal frameworks enforce that Android developers accurately report
    the data their apps collect. However, large codebases can make this reporting
    challenging. This paper employs an empirical approach to understand developers'
    experience with Google Play Store's Data Safety Section (DSS) form.\r\n\r\nWe
    first survey 41 Android developers to understand how they categorize privacy-related
    data into DSS categories and how confident they feel when completing the DSS form.
    To gain a broader and more detailed view of the challenges developers encounter
    during the process, we complement the survey with an analysis of 172 online developer
    discussions, capturing the perspectives of 642 additional developers. Together,
    these two data sources represent insights from 683 developers.\r\n\r\nOur findings
    reveal that developers often manually classify the privacy-related data their
    apps collect into the data categories defined by Google-or, in some cases, omit
    classification entirely-and rely heavily on existing online resources when completing
    the form. Moreover, developers are generally confident in recognizing the data
    their apps collect, yet they lack confidence in translating this knowledge into
    DSS-compliant disclosures. Key challenges include issues in identifying privacy-relevant
    data to complete the form, limited understanding of the form, and concerns about
    app rejection due to discrepancies with Google's privacy requirements.\r\nThese
    results underscore the need for clearer guidance and more accessible tooling to
    support developers in meeting privacy-aware reporting obligations. "
author:
- first_name: Mugdha
  full_name: Khedkar, Mugdha
  id: '88024'
  last_name: Khedkar
- first_name: Michael
  full_name: Schlichtig, Michael
  id: '32312'
  last_name: Schlichtig
  orcid: 0000-0001-6600-6171
- first_name: Mohamed Aboubakr Mohamed
  full_name: Soliman, Mohamed Aboubakr Mohamed
  id: '102489'
  last_name: Soliman
- first_name: Eric
  full_name: Bodden, Eric
  id: '59256'
  last_name: Bodden
  orcid: 0000-0003-3470-3647
citation:
  ama: 'Khedkar M, Schlichtig M, Soliman MAM, Bodden E. Challenges in Android Data
    Disclosure: An Empirical Study. In: <i>Proceedings of the IEEE/ACM 13th International
    Conference on Mobile Software Engineering and Systems (MOBILESoft ’26). Association
    for Computing Machinery, New York, NY, USA, 65–68.</i> ; 2026.'
  apa: 'Khedkar, M., Schlichtig, M., Soliman, M. A. M., &#38; Bodden, E. (2026). Challenges
    in Android Data Disclosure: An Empirical Study. <i>Proceedings of the IEEE/ACM
    13th International Conference on Mobile Software Engineering and Systems (MOBILESoft
    ’26). Association for Computing Machinery, New York, NY, USA, 65–68.</i> 13th
    International Conference on Mobile Software Engineering and Systems 2024, Rio
    de Janeiro, Brazil.'
  bibtex: '@inproceedings{Khedkar_Schlichtig_Soliman_Bodden_2026, title={Challenges
    in Android Data Disclosure: An Empirical Study.}, booktitle={Proceedings of the
    IEEE/ACM 13th International Conference on Mobile Software Engineering and Systems
    (MOBILESoft ’26). Association for Computing Machinery, New York, NY, USA, 65–68.},
    author={Khedkar, Mugdha and Schlichtig, Michael and Soliman, Mohamed Aboubakr
    Mohamed and Bodden, Eric}, year={2026} }'
  chicago: 'Khedkar, Mugdha, Michael Schlichtig, Mohamed Aboubakr Mohamed Soliman,
    and Eric Bodden. “Challenges in Android Data Disclosure: An Empirical Study.”
    In <i>Proceedings of the IEEE/ACM 13th International Conference on Mobile Software
    Engineering and Systems (MOBILESoft ’26). Association for Computing Machinery,
    New York, NY, USA, 65–68.</i>, 2026.'
  ieee: 'M. Khedkar, M. Schlichtig, M. A. M. Soliman, and E. Bodden, “Challenges in
    Android Data Disclosure: An Empirical Study.,” presented at the 13th International
    Conference on Mobile Software Engineering and Systems 2024, Rio de Janeiro, Brazil,
    2026.'
  mla: 'Khedkar, Mugdha, et al. “Challenges in Android Data Disclosure: An Empirical
    Study.” <i>Proceedings of the IEEE/ACM 13th International Conference on Mobile
    Software Engineering and Systems (MOBILESoft ’26). Association for Computing Machinery,
    New York, NY, USA, 65–68.</i>, 2026.'
  short: 'M. Khedkar, M. Schlichtig, M.A.M. Soliman, E. Bodden, in: Proceedings of
    the IEEE/ACM 13th International Conference on Mobile Software Engineering and
    Systems (MOBILESoft ’26). Association for Computing Machinery, New York, NY, USA,
    65–68., 2026.'
conference:
  end_date: 2026-04-18
  location: Rio de Janeiro, Brazil
  name: 13th International Conference on Mobile Software Engineering and Systems 2024
  start_date: 2026-04-12
date_created: 2026-03-04T08:10:43Z
date_updated: 2026-03-13T12:10:10Z
department:
- _id: '76'
external_id:
  arxiv:
  - '2601.20459'
keyword:
- static analysis
- data collection
- data protection
- privacy-aware reporting
language:
- iso: eng
publication: Proceedings of the IEEE/ACM 13th International Conference on Mobile Software
  Engineering and Systems (MOBILESoft '26). Association for Computing Machinery, New
  York, NY, USA, 65–68.
status: public
title: 'Challenges in Android Data Disclosure: An Empirical Study.'
type: conference
user_id: '88024'
year: '2026'
...
---
_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: '57445'
abstract:
- lang: eng
  text: Knowledge management is essential for successful disaster management. This
    paper conducts a Systematic Literature Review at the intersection of the knowledge
    management field and disaster management and examines the available body of literature.
    Fire departments are chosen as the focus group as they are the most prevalent
    emergency services. There are many publications that deal with knowledge management
    during the response phase of an emergency. Often, the literature focuses on the
    application of knowledge management in large-scale disasters to link the various
    organizations on-scene. What is missing in most approaches is a prior step of
    implementing and training the knowledge management system. Therefore, this literature
    review seeks to provide an overview of approaches for daily routines and small-to-medium
    incidents that serve as a training ground. However, literature on non-incident
    phases and smaller incidents is scarce. As information technologies are developing
    rapidly, there is no modern and recent description of the current use of knowledge
    management solutions in this area.
author:
- first_name: Andreas Maximilian
  full_name: Schultz, Andreas Maximilian
  id: '40599'
  last_name: Schultz
- first_name: Fabian
  full_name: Dotzki, Fabian
  last_name: Dotzki
- first_name: Iryna
  full_name: Mozgova, Iryna
  id: '95903'
  last_name: Mozgova
citation:
  ama: 'Schultz AM, Dotzki F, Mozgova I. Knowledge Management in Civil Protection
    at the Example of Fire Brigades. In: <i>Proceedings of the 16th International
    Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management</i>.
    SCITEPRESS - Science and Technology Publications; 2024. doi:<a href="https://doi.org/10.5220/0012947700003838">10.5220/0012947700003838</a>'
  apa: Schultz, A. M., Dotzki, F., &#38; Mozgova, I. (2024). Knowledge Management
    in Civil Protection at the Example of Fire Brigades. <i>Proceedings of the 16th
    International Joint Conference on Knowledge Discovery, Knowledge Engineering and
    Knowledge Management</i>. International Joint Conference on Knowledge Discovery,
    Knowledge Engineering and Knowledge Management, Porto, Portugal. <a href="https://doi.org/10.5220/0012947700003838">https://doi.org/10.5220/0012947700003838</a>
  bibtex: '@inproceedings{Schultz_Dotzki_Mozgova_2024, title={Knowledge Management
    in Civil Protection at the Example of Fire Brigades}, DOI={<a href="https://doi.org/10.5220/0012947700003838">10.5220/0012947700003838</a>},
    booktitle={Proceedings of the 16th International Joint Conference on Knowledge
    Discovery, Knowledge Engineering and Knowledge Management}, publisher={SCITEPRESS
    - Science and Technology Publications}, author={Schultz, Andreas Maximilian and
    Dotzki, Fabian and Mozgova, Iryna}, year={2024} }'
  chicago: Schultz, Andreas Maximilian, Fabian Dotzki, and Iryna Mozgova. “Knowledge
    Management in Civil Protection at the Example of Fire Brigades.” In <i>Proceedings
    of the 16th International Joint Conference on Knowledge Discovery, Knowledge Engineering
    and Knowledge Management</i>. SCITEPRESS - Science and Technology Publications,
    2024. <a href="https://doi.org/10.5220/0012947700003838">https://doi.org/10.5220/0012947700003838</a>.
  ieee: 'A. M. Schultz, F. Dotzki, and I. Mozgova, “Knowledge Management in Civil
    Protection at the Example of Fire Brigades,” presented at the International Joint
    Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management,
    Porto, Portugal, 2024, doi: <a href="https://doi.org/10.5220/0012947700003838">10.5220/0012947700003838</a>.'
  mla: Schultz, Andreas Maximilian, et al. “Knowledge Management in Civil Protection
    at the Example of Fire Brigades.” <i>Proceedings of the 16th International Joint
    Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management</i>,
    SCITEPRESS - Science and Technology Publications, 2024, doi:<a href="https://doi.org/10.5220/0012947700003838">10.5220/0012947700003838</a>.
  short: 'A.M. Schultz, F. Dotzki, I. Mozgova, in: Proceedings of the 16th International
    Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management,
    SCITEPRESS - Science and Technology Publications, 2024.'
conference:
  end_date: 2024-11-19
  location: Porto, Portugal
  name: International Joint Conference on Knowledge Discovery, Knowledge Engineering
    and Knowledge Management
  start_date: 2024-11-17
date_created: 2024-11-27T07:50:07Z
date_updated: 2024-11-27T07:53:24Z
department:
- _id: '741'
doi: 10.5220/0012947700003838
keyword:
- Knowledge Management
- Civil Protection
- Systematic Literature Review
- Fire Brigade
language:
- iso: eng
main_file_link:
- url: https://www.scitepress.org/Link.aspx?doi=10.5220/0012947700003838
publication: Proceedings of the 16th International Joint Conference on Knowledge Discovery,
  Knowledge Engineering and Knowledge Management
publication_status: published
publisher: SCITEPRESS - Science and Technology Publications
status: public
title: Knowledge Management in Civil Protection at the Example of Fire Brigades
type: conference
user_id: '40599'
year: '2024'
...
---
_id: '44146'
abstract:
- lang: eng
  text: "Many Android applications collect data from users. When they do, they must\r\nprotect
    this collected data according to the current legal frameworks. Such\r\ndata protection
    has become even more important since the European Union rolled\r\nout the General
    Data Protection Regulation (GDPR). App developers have limited\r\ntool support
    to reason about data protection throughout their app development\r\nprocess. Although
    many Android applications state a privacy policy, privacy\r\npolicy compliance
    checks are currently manual, expensive, and prone to error.\r\nOne of the major
    challenges in privacy audits is the significant gap between\r\nlegal privacy statements
    (in English text) and technical measures that Android\r\napps use to protect their
    user's privacy. In this thesis, we will explore to\r\nwhat extent we can use static
    analysis to answer important questions regarding\r\ndata protection. Our main
    goal is to design a tool based approach that aids app\r\ndevelopers and auditors
    in ensuring data protection in Android applications,\r\nbased on automated static
    program analysis."
author:
- first_name: Mugdha
  full_name: Khedkar, Mugdha
  id: '88024'
  last_name: Khedkar
citation:
  ama: 'Khedkar M. Static Analysis for Android GDPR Compliance Assurance. In: <i>2023
    IEEE/ACM 45th International Conference on Software Engineering: Companion Proceedings
    (ICSE-Companion), Melbourne, Australia, 2023, Pp. 197-199</i>. doi:<a href="https://doi.org/10.1109/ICSE-Companion58688.2023.00054">10.1109/ICSE-Companion58688.2023.00054</a>'
  apa: 'Khedkar, M. (n.d.). Static Analysis for Android GDPR Compliance Assurance.
    <i>2023 IEEE/ACM 45th International Conference on Software Engineering: Companion
    Proceedings (ICSE-Companion), Melbourne, Australia, 2023, Pp. 197-199</i>. <a
    href="https://doi.org/10.1109/ICSE-Companion58688.2023.00054">https://doi.org/10.1109/ICSE-Companion58688.2023.00054</a>'
  bibtex: '@inproceedings{Khedkar, title={Static Analysis for Android GDPR Compliance
    Assurance}, DOI={<a href="https://doi.org/10.1109/ICSE-Companion58688.2023.00054">10.1109/ICSE-Companion58688.2023.00054</a>},
    booktitle={2023 IEEE/ACM 45th International Conference on Software Engineering:
    Companion Proceedings (ICSE-Companion), Melbourne, Australia, 2023, pp. 197-199},
    author={Khedkar, Mugdha} }'
  chicago: 'Khedkar, Mugdha. “Static Analysis for Android GDPR Compliance Assurance.”
    In <i>2023 IEEE/ACM 45th International Conference on Software Engineering: Companion
    Proceedings (ICSE-Companion), Melbourne, Australia, 2023, Pp. 197-199</i>, n.d.
    <a href="https://doi.org/10.1109/ICSE-Companion58688.2023.00054">https://doi.org/10.1109/ICSE-Companion58688.2023.00054</a>.'
  ieee: 'M. Khedkar, “Static Analysis for Android GDPR Compliance Assurance,” doi:
    <a href="https://doi.org/10.1109/ICSE-Companion58688.2023.00054">10.1109/ICSE-Companion58688.2023.00054</a>.'
  mla: 'Khedkar, Mugdha. “Static Analysis for Android GDPR Compliance Assurance.”
    <i>2023 IEEE/ACM 45th International Conference on Software Engineering: Companion
    Proceedings (ICSE-Companion), Melbourne, Australia, 2023, Pp. 197-199</i>, doi:<a
    href="https://doi.org/10.1109/ICSE-Companion58688.2023.00054">10.1109/ICSE-Companion58688.2023.00054</a>.'
  short: 'M. Khedkar, in: 2023 IEEE/ACM 45th International Conference on Software
    Engineering: Companion Proceedings (ICSE-Companion), Melbourne, Australia, 2023,
    Pp. 197-199, n.d.'
date_created: 2023-04-24T12:14:17Z
date_updated: 2024-09-16T08:46:25Z
ddc:
- '004'
department:
- _id: '76'
doi: 10.1109/ICSE-Companion58688.2023.00054
external_id:
  arxiv:
  - '2303.09606'
file:
- access_level: closed
  content_type: application/pdf
  creator: khedkarm
  date_created: 2023-04-24T12:15:27Z
  date_updated: 2023-04-24T12:15:27Z
  file_id: '44147'
  file_name: 2023047614.pdf
  file_size: 85313
  relation: main_file
  success: 1
file_date_updated: 2023-04-24T12:15:27Z
has_accepted_license: '1'
keyword:
- static analysis
- data protection and privacy
- GDPR compliance
language:
- iso: eng
publication: '2023 IEEE/ACM 45th International Conference on Software Engineering:
  Companion Proceedings (ICSE-Companion), Melbourne, Australia, 2023, pp. 197-199'
publication_status: accepted
status: public
title: Static Analysis for Android GDPR Compliance Assurance
type: conference
user_id: '88024'
year: '2023'
...
---
_id: '15582'
abstract:
- lang: eng
  text: When it comes to increased digitization in the health care domain, privacy
    is a relevant topic nowadays. This relates to patient data, electronic health
    records or physician reviews published online, for instance. There exist different
    approaches to the protection of individuals’ privacy, which focus on the anonymization
    and masking of personal information subsequent to their mining. In the medical
    domain in particular, measures to protect the privacy of patients are of high
    importance due to the amount of sensitive data that is involved (e.g. age, gender,
    illnesses, medication). While privacy breaches in structured data can be detected
    more easily, disclosure in written texts is more difficult to find automatically
    due to the unstructured nature of natural language. Therefore, we take a detailed
    look at existing research on areas related to privacy protection. Likewise, we
    review approaches to the automatic detection of privacy disclosure in different
    types of medical data. We provide a survey of several studies concerned with privacy
    breaches in the medical domain with a focus on Physician Review Websites (PRWs).
    Finally, we briefly develop implications and directions for further research.
author:
- first_name: Bianca
  full_name: Buff, Bianca
  last_name: Buff
- first_name: Joschka
  full_name: Kersting, Joschka
  id: '58701'
  last_name: Kersting
- first_name: Michaela
  full_name: Geierhos, Michaela
  id: '42496'
  last_name: Geierhos
  orcid: 0000-0002-8180-5606
citation:
  ama: 'Buff B, Kersting J, Geierhos M. Detection of Privacy Disclosure in the Medical
    Domain: A Survey. In: <i>Proceedings of the 9th International Conference on Pattern
    Recognition Applications and Methods (ICPRAM 2020)</i>. Setúbal, Portugal: SCITEPRESS;
    2020:630--637.'
  apa: 'Buff, B., Kersting, J., &#38; Geierhos, M. (2020). Detection of Privacy Disclosure
    in the Medical Domain: A Survey. In <i>Proceedings of the 9th International Conference
    on Pattern Recognition Applications and Methods (ICPRAM 2020)</i> (pp. 630--637).
    Setúbal, Portugal: SCITEPRESS.'
  bibtex: '@inproceedings{Buff_Kersting_Geierhos_2020, place={Setúbal, Portugal},
    title={Detection of Privacy Disclosure in the Medical Domain: A Survey}, booktitle={Proceedings
    of the 9th International Conference on Pattern Recognition Applications and Methods
    (ICPRAM 2020)}, publisher={SCITEPRESS}, author={Buff, Bianca and Kersting, Joschka
    and Geierhos, Michaela}, year={2020}, pages={630--637} }'
  chicago: 'Buff, Bianca, Joschka Kersting, and Michaela Geierhos. “Detection of Privacy
    Disclosure in the Medical Domain: A Survey.” In <i>Proceedings of the 9th International
    Conference on Pattern Recognition Applications and Methods (ICPRAM 2020)</i>,
    630--637. Setúbal, Portugal: SCITEPRESS, 2020.'
  ieee: 'B. Buff, J. Kersting, and M. Geierhos, “Detection of Privacy Disclosure in
    the Medical Domain: A Survey,” in <i>Proceedings of the 9th International Conference
    on Pattern Recognition Applications and Methods (ICPRAM 2020)</i>, Valetta, Malta,
    2020, pp. 630--637.'
  mla: 'Buff, Bianca, et al. “Detection of Privacy Disclosure in the Medical Domain:
    A Survey.” <i>Proceedings of the 9th International Conference on Pattern Recognition
    Applications and Methods (ICPRAM 2020)</i>, SCITEPRESS, 2020, pp. 630--637.'
  short: 'B. Buff, J. Kersting, M. Geierhos, in: Proceedings of the 9th International
    Conference on Pattern Recognition Applications and Methods (ICPRAM 2020), SCITEPRESS,
    Setúbal, Portugal, 2020, pp. 630--637.'
conference:
  location: Valetta, Malta
  name: International Conference on Pattern Recognition Applications and Methods (ICPRAM)
date_created: 2020-01-15T08:49:25Z
date_updated: 2022-01-06T06:52:30Z
ddc:
- '000'
department:
- _id: '579'
file:
- access_level: closed
  content_type: application/pdf
  creator: jkers
  date_created: 2020-09-18T09:25:30Z
  date_updated: 2020-09-18T09:25:30Z
  file_id: '19574'
  file_name: Buff et al. (2020), Buff2020.pdf
  file_size: 287956
  relation: main_file
  success: 1
file_date_updated: 2020-09-18T09:25:30Z
has_accepted_license: '1'
keyword:
- Identity Disclosure
- Privacy Protection
- Physician Review Website
- De-Anonymization
- Medical Domain
language:
- iso: eng
page: 630--637
place: Setúbal, Portugal
project:
- _id: '1'
  name: SFB 901
- _id: '3'
  name: SFB 901 - Project Area B
- _id: '9'
  name: SFB 901 - Subproject B1
publication: Proceedings of the 9th International Conference on Pattern Recognition
  Applications and Methods (ICPRAM 2020)
publisher: SCITEPRESS
status: public
title: 'Detection of Privacy Disclosure in the Medical Domain: A Survey'
type: conference
user_id: '58701'
year: '2020'
...
---
_id: '24065'
author:
- first_name: Jens
  full_name: Pottebaum, Jens
  id: '405'
  last_name: Pottebaum
  orcid: http://orcid.org/0000-0001-8778-2989
- first_name: Anna Maria
  full_name: Japs, Anna Maria
  last_name: Japs
- first_name: Stephan
  full_name: Prödel, Stephan
  last_name: Prödel
- first_name: Rainer
  full_name: Koch, Rainer
  last_name: Koch
citation:
  ama: 'Pottebaum J, Japs AM, Prödel S, Koch R. Design and modeling of a domain ontology
    for fire protection. In: French S, Tomaszewski B, Zobel C, eds. <i>ISCRAM 2010
    -- 7th International Conference on Information Systems for Crisis Response and
    Management</i>. ; 2010.'
  apa: Pottebaum, J., Japs, A. M., Prödel, S., &#38; Koch, R. (2010). Design and modeling
    of a domain ontology for fire protection. In S. French, B. Tomaszewski, &#38;
    C. Zobel (Eds.), <i>ISCRAM 2010 -- 7th International Conference on Information
    Systems for Crisis Response and Management</i>.
  bibtex: '@inproceedings{Pottebaum_Japs_Prödel_Koch_2010, place={Seattle, WA}, title={Design
    and modeling of a domain ontology for fire protection}, booktitle={ISCRAM 2010
    -- 7th International Conference on Information Systems for Crisis Response and
    Management}, author={Pottebaum, Jens and Japs, Anna Maria and Prödel, Stephan
    and Koch, Rainer}, editor={French, Simon and Tomaszewski, Brian and Zobel, Chris},
    year={2010} }'
  chicago: Pottebaum, Jens, Anna Maria Japs, Stephan Prödel, and Rainer Koch. “Design
    and Modeling of a Domain Ontology for Fire Protection.” In <i>ISCRAM 2010 -- 7th
    International Conference on Information Systems for Crisis Response and Management</i>,
    edited by Simon French, Brian Tomaszewski, and Chris Zobel. Seattle, WA, 2010.
  ieee: J. Pottebaum, A. M. Japs, S. Prödel, and R. Koch, “Design and modeling of
    a domain ontology for fire protection,” in <i>ISCRAM 2010 -- 7th International
    Conference on Information Systems for Crisis Response and Management</i>, 2010.
  mla: Pottebaum, Jens, et al. “Design and Modeling of a Domain Ontology for Fire
    Protection.” <i>ISCRAM 2010 -- 7th International Conference on Information Systems
    for Crisis Response and Management</i>, edited by Simon French et al., 2010.
  short: 'J. Pottebaum, A.M. Japs, S. Prödel, R. Koch, in: S. French, B. Tomaszewski,
    C. Zobel (Eds.), ISCRAM 2010 -- 7th International Conference on Information Systems
    for Crisis Response and Management, Seattle, WA, 2010.'
date_created: 2021-09-09T12:27:14Z
date_updated: 2026-03-31T03:52:00Z
editor:
- first_name: Simon
  full_name: French, Simon
  last_name: French
- first_name: Brian
  full_name: Tomaszewski, Brian
  last_name: Tomaszewski
- first_name: Chris
  full_name: Zobel, Chris
  last_name: Zobel
keyword:
- Command and control process
- Command and control systems
- Design and modeling
- Domain ontologies
- Emergency response
- Fire extinguishers
- Fire protection
- Heterogeneous domains
- Information analysis
- Information sharing
- Information systems
- Interoperability
- Ontology language
- Semantic technologies
- Semantic Web
- Semantics
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: http://idl.iscram.org/files/pottebaum/2010/847_Pottebaum_etal2010.pdf
oa: '1'
place: Seattle, WA
publication: ISCRAM 2010 -- 7th International Conference on Information Systems for
  Crisis Response and Management
quality_controlled: '1'
status: public
title: Design and modeling of a domain ontology for fire protection
type: conference
user_id: '405'
year: '2010'
...
---
_id: '61029'
author:
- first_name: Pamela Heidi
  full_name: Douglas, Pamela Heidi
  id: '72311'
  last_name: Douglas
- first_name: R.S.
  full_name: Moore, R.S.
  last_name: Moore
- first_name: Sunil
  full_name: Wimalasuriya, Sunil
  last_name: Wimalasuriya
- first_name: K. Anna I.
  full_name: Nekaris, K. Anna I.
  last_name: Nekaris
citation:
  ama: 'Douglas PH, Moore RS, Wimalasuriya S, Nekaris KAI. Microhabitat Variables
    Influencing Abundance and Distribution of Diurnal Primates (Trachypithecus vetulus
    vetulus and Macaca sinica aurifrons) in a Fragmented Rainforest Network in Southern
    Sri Lanka. In: <i>Folia Primatologica</i>. Vol 79. Walter de Gruyter GmbH; 2008:305-401.
    doi:<a href="https://doi.org/10.1159/000137690">10.1159/000137690</a>'
  apa: Douglas, P. H., Moore, R. S., Wimalasuriya, S., &#38; Nekaris, K. A. I. (2008).
    Microhabitat Variables Influencing Abundance and Distribution of Diurnal Primates
    (Trachypithecus vetulus vetulus and Macaca sinica aurifrons) in a Fragmented Rainforest
    Network in Southern Sri Lanka. <i>Folia Primatologica</i>, <i>79</i>(5), 305–401.
    <a href="https://doi.org/10.1159/000137690">https://doi.org/10.1159/000137690</a>
  bibtex: '@inproceedings{Douglas_Moore_Wimalasuriya_Nekaris_2008, title={Microhabitat
    Variables Influencing Abundance and Distribution of Diurnal Primates (Trachypithecus
    vetulus vetulus and Macaca sinica aurifrons) in a Fragmented Rainforest Network
    in Southern Sri Lanka}, volume={79}, DOI={<a href="https://doi.org/10.1159/000137690">10.1159/000137690</a>},
    number={5}, booktitle={Folia Primatologica}, publisher={Walter de Gruyter GmbH},
    author={Douglas, Pamela Heidi and Moore, R.S. and Wimalasuriya, Sunil and Nekaris,
    K. Anna I.}, year={2008}, pages={305–401} }'
  chicago: Douglas, Pamela Heidi, R.S. Moore, Sunil Wimalasuriya, and K. Anna I. Nekaris.
    “Microhabitat Variables Influencing Abundance and Distribution of Diurnal Primates
    (Trachypithecus Vetulus Vetulus and Macaca Sinica Aurifrons) in a Fragmented Rainforest
    Network in Southern Sri Lanka.” In <i>Folia Primatologica</i>, 79:305–401. Walter
    de Gruyter GmbH, 2008. <a href="https://doi.org/10.1159/000137690">https://doi.org/10.1159/000137690</a>.
  ieee: 'P. H. Douglas, R. S. Moore, S. Wimalasuriya, and K. A. I. Nekaris, “Microhabitat
    Variables Influencing Abundance and Distribution of Diurnal Primates (Trachypithecus
    vetulus vetulus and Macaca sinica aurifrons) in a Fragmented Rainforest Network
    in Southern Sri Lanka,” in <i>Folia Primatologica</i>, Prague, 2008, vol. 79,
    no. 5, pp. 305–401, doi: <a href="https://doi.org/10.1159/000137690">10.1159/000137690</a>.'
  mla: Douglas, Pamela Heidi, et al. “Microhabitat Variables Influencing Abundance
    and Distribution of Diurnal Primates (Trachypithecus Vetulus Vetulus and Macaca
    Sinica Aurifrons) in a Fragmented Rainforest Network in Southern Sri Lanka.” <i>Folia
    Primatologica</i>, vol. 79, no. 5, Walter de Gruyter GmbH, 2008, pp. 305–401,
    doi:<a href="https://doi.org/10.1159/000137690">10.1159/000137690</a>.
  short: 'P.H. Douglas, R.S. Moore, S. Wimalasuriya, K.A.I. Nekaris, in: Folia Primatologica,
    Walter de Gruyter GmbH, 2008, pp. 305–401.'
conference:
  end_date: 2007-09-07
  location: Prague
  name: 2nd Congress of the European Federation for Primatology
  start_date: 2007-09-03
date_created: 2025-08-26T21:26:46Z
date_updated: 2025-08-26T21:32:35Z
doi: 10.1159/000137690
extern: '1'
intvolume: '        79'
issue: '5'
keyword:
- Trachypithecus
- Macaca
- Sri Lanka
- Abundance
- Microhabitat variable
- Isolation
- Protection
- Conservation
language:
- iso: eng
page: 305-401
publication: Folia Primatologica
publication_identifier:
  issn:
  - 0015-5713
  - 1421-9980
publication_status: published
publisher: Walter de Gruyter GmbH
status: public
title: Microhabitat Variables Influencing Abundance and Distribution of Diurnal Primates
  (Trachypithecus vetulus vetulus and Macaca sinica aurifrons) in a Fragmented Rainforest
  Network in Southern Sri Lanka
type: conference_abstract
user_id: '72311'
volume: 79
year: '2008'
...
