---
_id: '13336'
abstract:
- lang: eng
  text: "Das Lehr- und Arbeitsbuch entspricht der Einführungsvorlesung der Elektrotechnik
    an Hochschulen und ist explizit für das Selbststudium konzipiert.\r\nVon den physikalischen
    Grundlagen, elektrotechnischen Grundbegriffen und elektromagnetischen Feldern
    bis hin zu Fourier-Reihen und transienten Vorgängen werden in 22 Kapiteln grundlegende
    und vertiefende Vorlesungsinhalte der Elektrotechnik wiedergegeben. Aufgaben,
    Lösungen und kleinere Zusammenfassungen am Ende jedes Kapitels unterstützen beim
    selbstständigen Lernen und Erarbeiten der Inhalte.\r\nDas Buch führt als Selbststudium
    leicht lesbar durch die Basis der Elektrotechnik. Das Lernen mit diesem Arbeitsbuch
    ist in einem Bachelor-Fernstudiengang Elektrotechnik erprobt."
author:
- first_name: Uwe
  full_name: Meier, Uwe
  id: '1143'
  last_name: Meier
- first_name: Oliver
  full_name: Stübbe, Oliver
  id: '51864'
  last_name: Stübbe
  orcid: 0000-0001-7293-6893
citation:
  ama: 'Meier U, Stübbe O. <i>Elektrotechnik zum Selbststudium : Grundlagen und Vertiefung</i>.
    2nd ed. Springer Vieweg; 2026.'
  apa: 'Meier, U., &#38; Stübbe, O. (2026). <i>Elektrotechnik zum Selbststudium :
    Grundlagen und Vertiefung</i> (2nd ed.). Springer Vieweg.'
  bjps: '<b>Meier U and Stübbe O</b> (2026) <i>Elektrotechnik zum Selbststudium :
    Grundlagen und Vertiefung</i>, 2nd ed. Wiesbaden: Springer Vieweg.'
  chicago: 'Meier, Uwe, and Oliver Stübbe. <i>Elektrotechnik zum Selbststudium : Grundlagen
    und Vertiefung</i>. 2nd ed. Wiesbaden: Springer Vieweg, 2026.'
  chicago-de: 'Meier, Uwe und Oliver Stübbe. 2026. <i>Elektrotechnik zum Selbststudium :
    Grundlagen und Vertiefung</i>. 2. Aufl. Wiesbaden: Springer Vieweg.'
  din1505-2-1: '<span style="font-variant:small-caps;">Meier, Uwe</span> ; <span style="font-variant:small-caps;">Stübbe,
    Oliver</span>: <i>Elektrotechnik zum Selbststudium : Grundlagen und Vertiefung</i>.
    2. Aufl. Wiesbaden : Springer Vieweg, 2026'
  havard: 'U. Meier, O. Stübbe, Elektrotechnik zum Selbststudium : Grundlagen und
    Vertiefung, 2nd ed., Springer Vieweg, Wiesbaden, 2026.'
  ieee: 'U. Meier and O. Stübbe, <i>Elektrotechnik zum Selbststudium : Grundlagen
    und Vertiefung</i>, 2nd ed. Wiesbaden: Springer Vieweg, 2026.'
  mla: 'Meier, Uwe, and Oliver Stübbe. <i>Elektrotechnik zum Selbststudium : Grundlagen
    und Vertiefung</i>. 2nd ed., Springer Vieweg, 2026.'
  short: 'U. Meier, O. Stübbe, Elektrotechnik zum Selbststudium : Grundlagen und Vertiefung,
    2nd ed., Springer Vieweg, Wiesbaden, 2026.'
  ufg: '<b>Meier, Uwe/Stübbe, Oliver</b>: Elektrotechnik zum Selbststudium : Grundlagen
    und Vertiefung, Wiesbaden <sup>2</sup>2026.'
  van: 'Meier U, Stübbe O. Elektrotechnik zum Selbststudium : Grundlagen und Vertiefung.
    2nd ed. Wiesbaden: Springer Vieweg; 2026. 587 p.'
date_created: 2026-01-10T12:44:38Z
date_updated: 2026-01-12T09:13:58Z
department:
- _id: DEP5000
- _id: DEP5014
edition: '2'
keyword:
- Automotive Engineering
- Computer Engineering and Networks
- Electrical and Electronic Engineering
- Marine Engineering
- Mechanical Engineering
- Civil Engineering
language:
- iso: ger
page: '587'
place: Wiesbaden
publication_identifier:
  eisbn:
  - 978-3-658-49184-0
  isbn:
  - 978-3-658-49183-3
publication_status: published
publisher: Springer Vieweg
status: public
title: 'Elektrotechnik zum Selbststudium : Grundlagen und Vertiefung'
type: book
user_id: '83781'
year: '2026'
...
---
_id: '12993'
abstract:
- lang: eng
  text: In computer science and related technical fields, researchers, educators,
    and practitioners are continuously automating recurring tasks for high efficiency
    in a wide variety of fields. In higher education, such tasks that educators face
    are the recurring review and assessment process of students' programming coursework.
    Thus, various attempts exist to automate the assessment and feedback generation
    for course homework and practicals in higher education. Those approaches for automated
    programming task assessment often comprise running automated tests to check for
    limited functional correctness and potentially style checking for various violations
    (LINTing). Educators familiar with large-scale automated task assessment are likely
    used to seeing hard-coded solutions specifically or accidentally designed to just
    pass the required tests, ignoring or misinterpreting the actual task requirements.
    Detecting such issues in arbitrary code is non-trivial and an ongoing research
    topic in software engineering. Software engineering research has yielded various
    semantic analysis frameworks, such as GitHub's CodeQL, which can be adapted for
    programming task assessment. We present a work-in-progress programming task analysis
    framework which employs CodeQL's analysis technology to identify the actual use
    of task-description-mandated syntactic and semantic elements such as loop structures
    or the use of mandated data blocks in branching conditions. This allows extending
    existing course work analysis frameworks to include a semantic check of an uploaded
    program which exceeds the relatively simple set of input-output test cases provided
    by unit tests. We use a running example of entry level programming tasks and several
    solution attempts to introduce and explain our proposed control flow and data
    flow -based analysis method. We discuss the benefits of including semantic analysis
    as an additional method in the automated programming task assessment toolbox.
    Our main contribution is the adaptation of an semantic analysis code framework
    to analyse syntactic and semantic components in students' programming coursework.
author:
- first_name: Leon
  full_name: Wehmeier, Leon
  id: '81257'
  last_name: Wehmeier
- first_name: Sebastian
  full_name: Eilermann, Sebastian
  last_name: Eilermann
- first_name: Oliver
  full_name: Niggemann, Oliver
  id: '10876'
  last_name: Niggemann
- first_name: Andreas
  full_name: Deuter, Andreas
  id: '62088'
  last_name: Deuter
  orcid: 0000-0002-6529-6215
citation:
  ama: Wehmeier L, Eilermann S, Niggemann O, Deuter A. <i>Task-Fidelity Assessment
    for Programming Tasks Using Semantic Code Analysis</i>. (IEEE ASEE Frontiers in
    Education Conference, Institute of Electrical and Electronics Engineers, American
    Society for Engineering Education, eds.). IEEE; 2024. doi:<a href="https://doi.org/10.1109/fie58773.2023.10342916">10.1109/fie58773.2023.10342916</a>
  apa: 'Wehmeier, L., Eilermann, S., Niggemann, O., &#38; Deuter, A. (2024). Task-fidelity
    Assessment for Programming Tasks Using Semantic Code Analysis. In IEEE ASEE Frontiers
    in Education Conference, Institute of Electrical and Electronics Engineers, &#38;
    American Society for Engineering Education (Eds.), <i>FIE 2023 : College Station,
    TX, USA, October 18-21, 2023 : conference proceedings  / 2023 IEEE Frontiers in
    Education Conference (FIE)</i>. IEEE. <a href="https://doi.org/10.1109/fie58773.2023.10342916">https://doi.org/10.1109/fie58773.2023.10342916</a>'
  bjps: '<b>Wehmeier L <i>et al.</i></b> (2024) <i>Task-Fidelity Assessment for Programming
    Tasks Using Semantic Code Analysis</i>, IEEE ASEE Frontiers in Education Conference,
    Institute of Electrical and Electronics Engineers, and American Society for Engineering
    Education (eds). [Piscataway, NJ]: IEEE.'
  chicago: 'Wehmeier, Leon, Sebastian Eilermann, Oliver Niggemann, and Andreas Deuter.
    <i>Task-Fidelity Assessment for Programming Tasks Using Semantic Code Analysis</i>.
    Edited by IEEE ASEE Frontiers in Education Conference, Institute of Electrical
    and Electronics Engineers, and American Society for Engineering Education. <i>FIE
    2023 : College Station, TX, USA, October 18-21, 2023 : Conference Proceedings 
    / 2023 IEEE Frontiers in Education Conference (FIE)</i>. [Piscataway, NJ]: IEEE,
    2024. <a href="https://doi.org/10.1109/fie58773.2023.10342916">https://doi.org/10.1109/fie58773.2023.10342916</a>.'
  chicago-de: 'Wehmeier, Leon, Sebastian Eilermann, Oliver Niggemann und Andreas Deuter.
    2024. <i>Task-fidelity Assessment for Programming Tasks Using Semantic Code Analysis</i>.
    Hg. von IEEE ASEE Frontiers in Education Conference, Institute of Electrical and
    Electronics Engineers, und American Society for Engineering Education. <i>FIE
    2023 : College Station, TX, USA, October 18-21, 2023 : conference proceedings 
    / 2023 IEEE Frontiers in Education Conference (FIE)</i>. [Piscataway, NJ]: IEEE.
    doi:<a href="https://doi.org/10.1109/fie58773.2023.10342916">10.1109/fie58773.2023.10342916</a>,
    .'
  din1505-2-1: '<span style="font-variant:small-caps;">Wehmeier, Leon</span> ; <span
    style="font-variant:small-caps;">Eilermann, Sebastian</span> ; <span style="font-variant:small-caps;">Niggemann,
    Oliver</span> ; <span style="font-variant:small-caps;">Deuter, Andreas</span>
    ; <span style="font-variant:small-caps;">IEEE ASEE Frontiers in Education Conference</span>
    ; <span style="font-variant:small-caps;">Institute of Electrical and Electronics
    Engineers</span> ; <span style="font-variant:small-caps;">American Society for
    Engineering Education</span> (Hrsg.): <i>Task-fidelity Assessment for Programming
    Tasks Using Semantic Code Analysis</i>. [Piscataway, NJ] : IEEE, 2024'
  havard: L. Wehmeier, S. Eilermann, O. Niggemann, A. Deuter, Task-fidelity Assessment
    for Programming Tasks Using Semantic Code Analysis, IEEE, [Piscataway, NJ], 2024.
  ieee: 'L. Wehmeier, S. Eilermann, O. Niggemann, and A. Deuter, <i>Task-fidelity
    Assessment for Programming Tasks Using Semantic Code Analysis</i>. [Piscataway,
    NJ]: IEEE, 2024. doi: <a href="https://doi.org/10.1109/fie58773.2023.10342916">10.1109/fie58773.2023.10342916</a>.'
  mla: 'Wehmeier, Leon, et al. “Task-Fidelity Assessment for Programming Tasks Using
    Semantic Code Analysis.” <i>FIE 2023 : College Station, TX, USA, October 18-21,
    2023 : Conference Proceedings  / 2023 IEEE Frontiers in Education Conference (FIE)</i>,
    edited by IEEE ASEE Frontiers in Education Conference et al., IEEE, 2024, <a href="https://doi.org/10.1109/fie58773.2023.10342916">https://doi.org/10.1109/fie58773.2023.10342916</a>.'
  short: L. Wehmeier, S. Eilermann, O. Niggemann, A. Deuter, Task-Fidelity Assessment
    for Programming Tasks Using Semantic Code Analysis, IEEE, [Piscataway, NJ], 2024.
  ufg: '<b>Wehmeier, Leon u. a.</b>: Task-fidelity Assessment for Programming Tasks
    Using Semantic Code Analysis, hg. von IEEE ASEE Frontiers in Education Conference/Institute
    of Electrical and Electronics Engineers, American Society for Engineering Education,
    [Piscataway, NJ] 2024.'
  van: 'Wehmeier L, Eilermann S, Niggemann O, Deuter A. Task-fidelity Assessment for
    Programming Tasks Using Semantic Code Analysis. IEEE ASEE Frontiers in Education
    Conference, Institute of Electrical and Electronics Engineers, American Society
    for Engineering Education, editors. FIE 2023 : College Station, TX, USA, October
    18-21, 2023 : conference proceedings  / 2023 IEEE Frontiers in Education Conference
    (FIE). [Piscataway, NJ]: IEEE; 2024.'
conference:
  end_date: 2023-10-21
  location: Texas
  name: 2023 IEEE Frontiers in Education Conference (FIE)
  start_date: 2023-10-18
corporate_editor:
- IEEE ASEE Frontiers in Education Conference
- Institute of Electrical and Electronics Engineers
- American Society for Engineering Education
date_created: 2025-06-18T13:05:11Z
date_updated: 2025-06-18T13:23:56Z
department:
- _id: DEP7022
- _id: DEP1306
- _id: DEP7001
doi: 10.1109/fie58773.2023.10342916
keyword:
- Codes
- Electronic learning
- Soft sensors
- Semantics
- Education
- Syntactics
- Task analysis
language:
- iso: eng
place: '[Piscataway, NJ]'
publication: 'FIE 2023 : College Station, TX, USA, October 18-21, 2023 : conference
  proceedings  / 2023 IEEE Frontiers in Education Conference (FIE)'
publication_identifier:
  eisbn:
  - 979-8-3503-3642-9
  isbn:
  - 979-8-3503-3643-6
publication_status: published
publisher: IEEE
status: public
title: Task-fidelity Assessment for Programming Tasks Using Semantic Code Analysis
type: conference_editor_article
user_id: '83781'
year: '2024'
...
---
_id: '11348'
abstract:
- lang: eng
  text: Lifetime is an important feature defining the reliability of electrical connectors.
    In general practice, the lifetime tests required for reliability estimation are
    time and labor intensive. In our previous work, a data driven method using a statistical
    process, with an application of probability distributions such as standard normal
    distribution and generalized extreme value (GEV) distribution with negative skewness
    to predict degradation paths, was introduced for estimation of the lifetime and
    FIT rate with the help of electrical contact resistance data collected from short
    term tests. The proposed method proved its significance by showing the possibility
    of drastic reduction in the lifetime test duration required for reliability determination.
    In this work, a non-parametric distribution free method using percentiles of actual
    measured contact resistances is used for determining the lifetime as against the
    percentiles of probability distribution used in previous work, thereby simplifying
    the process further and leading to an even more precise estimation. The lifetimes
    calculated from parametric and non-parametric methods are compared to highlight
    the significance of distribution free method in reliability estimation.
article_number: '115216'
article_type: original
author:
- first_name: Abhay Rammurti
  full_name: Shukla, Abhay Rammurti
  id: '74188'
  last_name: Shukla
- first_name: Robert
  full_name: Martin, Robert
  last_name: Martin
- first_name: Roman
  full_name: Probst, Roman
  id: '69156'
  last_name: Probst
- first_name: Jian
  full_name: Song, Jian
  id: '5297'
  last_name: Song
citation:
  ama: Shukla AR, Martin R, Probst R, Song J. Comparison of different statistical
    methods for prediction of lifetime of electrical connectors with short term tests.
    <i>Microelectronics Reliability</i>. 2023;150. doi:<a href="https://doi.org/10.1016/j.microrel.2023.115216">10.1016/j.microrel.2023.115216</a>
  apa: Shukla, A. R., Martin, R., Probst, R., &#38; Song, J. (2023). Comparison of
    different statistical methods for prediction of lifetime of electrical connectors
    with short term tests. <i>Microelectronics Reliability</i>, <i>150</i>, Article
    115216. <a href="https://doi.org/10.1016/j.microrel.2023.115216">https://doi.org/10.1016/j.microrel.2023.115216</a>
  bjps: <b>Shukla AR <i>et al.</i></b> (2023) Comparison of Different Statistical
    Methods for Prediction of Lifetime of Electrical Connectors with Short Term Tests.
    <i>Microelectronics Reliability</i> <b>150</b>.
  chicago: Shukla, Abhay Rammurti, Robert Martin, Roman Probst, and Jian Song. “Comparison
    of Different Statistical Methods for Prediction of Lifetime of Electrical Connectors
    with Short Term Tests.” <i>Microelectronics Reliability</i> 150 (2023). <a href="https://doi.org/10.1016/j.microrel.2023.115216">https://doi.org/10.1016/j.microrel.2023.115216</a>.
  chicago-de: Shukla, Abhay Rammurti, Robert Martin, Roman Probst und Jian Song. 2023.
    Comparison of different statistical methods for prediction of lifetime of electrical
    connectors with short term tests. <i>Microelectronics Reliability</i> 150. doi:<a
    href="https://doi.org/10.1016/j.microrel.2023.115216">10.1016/j.microrel.2023.115216</a>,
    .
  din1505-2-1: '<span style="font-variant:small-caps;">Shukla, Abhay Rammurti</span>
    ; <span style="font-variant:small-caps;">Martin, Robert</span> ; <span style="font-variant:small-caps;">Probst,
    Roman</span> ; <span style="font-variant:small-caps;">Song, Jian</span>: Comparison
    of different statistical methods for prediction of lifetime of electrical connectors
    with short term tests. In: <i>Microelectronics Reliability</i> Bd. 150. Amsterdam,
    Elsevier  (2023)'
  havard: A.R. Shukla, R. Martin, R. Probst, J. Song, Comparison of different statistical
    methods for prediction of lifetime of electrical connectors with short term tests,
    Microelectronics Reliability. 150 (2023).
  ieee: 'A. R. Shukla, R. Martin, R. Probst, and J. Song, “Comparison of different
    statistical methods for prediction of lifetime of electrical connectors with short
    term tests,” <i>Microelectronics Reliability</i>, vol. 150, Art. no. 115216, 2023,
    doi: <a href="https://doi.org/10.1016/j.microrel.2023.115216">10.1016/j.microrel.2023.115216</a>.'
  mla: Shukla, Abhay Rammurti, et al. “Comparison of Different Statistical Methods
    for Prediction of Lifetime of Electrical Connectors with Short Term Tests.” <i>Microelectronics
    Reliability</i>, vol. 150, 115216, 2023, <a href="https://doi.org/10.1016/j.microrel.2023.115216">https://doi.org/10.1016/j.microrel.2023.115216</a>.
  short: A.R. Shukla, R. Martin, R. Probst, J. Song, Microelectronics Reliability
    150 (2023).
  ufg: '<b>Shukla, Abhay Rammurti u. a.</b>: Comparison of different statistical methods
    for prediction of lifetime of electrical connectors with short term tests, in:
    <i>Microelectronics Reliability</i> 150 (2023).'
  van: Shukla AR, Martin R, Probst R, Song J. Comparison of different statistical
    methods for prediction of lifetime of electrical connectors with short term tests.
    Microelectronics Reliability. 2023;150.
date_created: 2024-04-18T08:55:38Z
date_updated: 2025-06-26T07:51:25Z
department:
- _id: DEP6012
doi: 10.1016/j.microrel.2023.115216
external_id:
  isi:
  - '001106942700001'
has_accepted_license: '1'
intvolume: '       150'
isi: '1'
keyword:
- Electrical and Electronic Engineering
- Surfaces
- Coatings and Films
- Safety
- Risk
- Reliability and Quality
- Condensed Matter Physics
- Atomic and Molecular Physics
- and Optics
- Electronic
- Optical and Magnetic Materials
language:
- iso: eng
place: Amsterdam
publication: Microelectronics Reliability
publication_identifier:
  issn:
  - 0026-2714
  unknown:
  - 1872-941X
publication_status: published
publisher: 'Elsevier '
status: public
title: Comparison of different statistical methods for prediction of lifetime of electrical
  connectors with short term tests
type: scientific_journal_article
user_id: '83781'
volume: 150
year: '2023'
...
---
_id: '10326'
abstract:
- lang: eng
  text: In the food industry, and especially in wines as products thereof, ethanol
    and sulfur dioxide play an equally important role. Both substances are important
    wine quality characteristics as they influence the taste and odor. As both substances
    comprise volatile matter, electronic noses should be applicable to discriminate
    the different qualities of wines. Our study investigates the influence of alcohol
    and sulfur dioxide on the discrimination ability of wines (especially those of
    the same grape variety) using two different electronic nose systems. One system
    is equipped with metal oxide sensors and the other with quartz crystal microbalance
    sensors. Contrary to indications in literature, where the alcohol content is discussed
    to have a large influence on e-nose results, it was shown that a difference of
    1 % ethanol was not sufficient to allow accurate discrimination using Linear Discriminant
    Analysis by any system. On the positive side, the analyzed concentrations of ethanol
    (about 12 %) did not superimpose other volatile information. So difference in
    sulfur dioxide content gave an accuracy for sample discrimination of up to 90.6
    % with MOS nose. Thus, we are so far partially able to discriminate wines with
    electronic noses based on their volatile imprint.
author:
- first_name: Julius
  full_name: Wörner, Julius
  id: '79011'
  last_name: Wörner
- first_name: Helene
  full_name: Dörksen, Helene
  id: '46416'
  last_name: Dörksen
- first_name: Miriam
  full_name: Pein-Hackelbusch, Miriam
  id: '64952'
  last_name: Pein-Hackelbusch
  orcid: 0000-0002-7920-0595
citation:
  ama: Wörner J, Dörksen H, Pein-Hackelbusch M. <i>Key Indicators for the Discrimination
    of Wines by Electronic Noses</i>.; 2023. doi:<a href="https://doi.org/10.1109/INDIN51400.2023.10217912">https://doi.org/10.1109/INDIN51400.2023.10217912</a>
  apa: Wörner, J., Dörksen, H., &#38; Pein-Hackelbusch, M. (2023). Key Indicators
    for the Discrimination of Wines by Electronic Noses. In <i>2023 IEEE 21st International
    Conference on Industrial Informatics (INDIN)</i>. 21st International Conference
    on Industrial Informatics (INDIN), Lemgo. <a href="https://doi.org/10.1109/INDIN51400.2023.10217912">https://doi.org/10.1109/INDIN51400.2023.10217912</a>
  bjps: <b>Wörner J, Dörksen H and Pein-Hackelbusch M</b> (2023) <i>Key Indicators
    for the Discrimination of Wines by Electronic Noses</i>. .
  chicago: Wörner, Julius, Helene Dörksen, and Miriam Pein-Hackelbusch. <i>Key Indicators
    for the Discrimination of Wines by Electronic Noses</i>. <i>2023 IEEE 21st International
    Conference on Industrial Informatics (INDIN)</i>, 2023. <a href="https://doi.org/10.1109/INDIN51400.2023.10217912">https://doi.org/10.1109/INDIN51400.2023.10217912</a>.
  chicago-de: Wörner, Julius, Helene Dörksen und Miriam Pein-Hackelbusch. 2023. <i>Key
    Indicators for the Discrimination of Wines by Electronic Noses</i>. <i>2023 IEEE
    21st International Conference on Industrial Informatics (INDIN)</i>. doi:<a href="https://doi.org/10.1109/INDIN51400.2023.10217912">https://doi.org/10.1109/INDIN51400.2023.10217912</a>,
    .
  din1505-2-1: '<span style="font-variant:small-caps;">Wörner, Julius</span> ; <span
    style="font-variant:small-caps;">Dörksen, Helene</span> ; <span style="font-variant:small-caps;">Pein-Hackelbusch,
    Miriam</span>: <i>Key Indicators for the Discrimination of Wines by Electronic
    Noses</i>, 2023'
  havard: J. Wörner, H. Dörksen, M. Pein-Hackelbusch, Key Indicators for the Discrimination
    of Wines by Electronic Noses, 2023.
  ieee: 'J. Wörner, H. Dörksen, and M. Pein-Hackelbusch, <i>Key Indicators for the
    Discrimination of Wines by Electronic Noses</i>. 2023. doi: <a href="https://doi.org/10.1109/INDIN51400.2023.10217912">https://doi.org/10.1109/INDIN51400.2023.10217912</a>.'
  mla: Wörner, Julius, et al. “Key Indicators for the Discrimination of Wines by Electronic
    Noses.” <i>2023 IEEE 21st International Conference on Industrial Informatics (INDIN)</i>,
    2023, <a href="https://doi.org/10.1109/INDIN51400.2023.10217912">https://doi.org/10.1109/INDIN51400.2023.10217912</a>.
  short: J. Wörner, H. Dörksen, M. Pein-Hackelbusch, Key Indicators for the Discrimination
    of Wines by Electronic Noses, 2023.
  ufg: '<b>Wörner, Julius/Dörksen, Helene/Pein-Hackelbusch, Miriam</b>: Key Indicators
    for the Discrimination of Wines by Electronic Noses, o. O. 2023.'
  van: Wörner J, Dörksen H, Pein-Hackelbusch M. Key Indicators for the Discrimination
    of Wines by Electronic Noses. 2023 IEEE 21st International Conference on Industrial
    Informatics (INDIN). 2023.
conference:
  end_date: 2023-07-20
  location: Lemgo
  name: 21st International Conference on Industrial Informatics (INDIN)
  start_date: 2023-07-18
date_created: 2023-09-14T05:50:47Z
date_updated: 2025-03-13T13:48:05Z
department:
- _id: DEP4000
- _id: DEP4028
doi: https://doi.org/10.1109/INDIN51400.2023.10217912
keyword:
- Ethanol
- Pipelines
- Metals
- Nose
- Electronic noses
- Sensor systems
- Sensors
- Quartz crystals
- Linear discriminant analysis
- Sulfur
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://ieeexplore.ieee.org/document/10217912
oa: '1'
publication: 2023 IEEE 21st International Conference on Industrial Informatics (INDIN)
publication_status: published
status: public
title: Key Indicators for the Discrimination of Wines by Electronic Noses
type: conference_speech
user_id: '64952'
year: '2023'
...
---
_id: '11558'
abstract:
- lang: eng
  text: Patient Reported Outcomes (PROs) provide essential clinical data for the diagnosis
    and treatment of patients. Mobile technologies enable rapid and structured collection
    of PROs with a high usability. MoPat is an electronic PRO system developed at
    the Münster University that enables patients to complete PROs in multiple languages.
    This research reports the further development of MoPat and the inclusion of features
    to document images electronically that will be evaluated in a multi-site clinical
    research.
author:
- first_name: 'Iñaki '
  full_name: 'Soto-Rey, Iñaki '
  last_name: Soto-Rey
- first_name: Tobias
  full_name: Hardt, Tobias
  last_name: Hardt
- first_name: Luca
  full_name: Hollenberg, Luca
  last_name: Hollenberg
- first_name: Philipp
  full_name: Bruland, Philipp
  id: '75847'
  last_name: Bruland
  orcid: 0000-0001-6939-7630
- first_name: Sonja
  full_name: Ständer, Sonja
  last_name: Ständer
- first_name: Martin
  full_name: Dugas, Martin
  last_name: Dugas
- first_name: Michael
  full_name: Storck, Michael
  last_name: Storck
citation:
  ama: Soto-Rey I, Hardt T, Hollenberg L, et al. Electronic Image Documentation of
    Patient Reported Outcomes Using Mobile Technologies. <i>Stud Health Technol Inform</i>.
    2019;264:1779-1780. doi:<a href="https://doi.org/10.3233/SHTI190644">10.3233/SHTI190644</a>
  apa: Soto-Rey, I., Hardt, T., Hollenberg, L., Bruland, P., Ständer, S., Dugas, M.,
    &#38; Storck, M. (2019). Electronic Image Documentation of Patient Reported Outcomes
    Using Mobile Technologies. <i>Stud Health Technol Inform</i>, <i>264</i>, 1779–1780.
    <a href="https://doi.org/10.3233/SHTI190644">https://doi.org/10.3233/SHTI190644</a>
  bjps: <b>Soto-Rey I <i>et al.</i></b> (2019) Electronic Image Documentation of Patient
    Reported Outcomes Using Mobile Technologies. <i>Stud Health Technol Inform</i>
    <b>264</b>, 1779–1780.
  chicago: 'Soto-Rey, Iñaki , Tobias Hardt, Luca Hollenberg, Philipp Bruland, Sonja
    Ständer, Martin Dugas, and Michael Storck. “Electronic Image Documentation of
    Patient Reported Outcomes Using Mobile Technologies.” <i>Stud Health Technol Inform</i>
    264 (2019): 1779–80. <a href="https://doi.org/10.3233/SHTI190644">https://doi.org/10.3233/SHTI190644</a>.'
  chicago-de: 'Soto-Rey, Iñaki , Tobias Hardt, Luca Hollenberg, Philipp Bruland, Sonja
    Ständer, Martin Dugas und Michael Storck. 2019. Electronic Image Documentation
    of Patient Reported Outcomes Using Mobile Technologies. <i>Stud Health Technol
    Inform</i> 264: 1779–1780. doi:<a href="https://doi.org/10.3233/SHTI190644">10.3233/SHTI190644</a>,
    .'
  din1505-2-1: '<span style="font-variant:small-caps;">Soto-Rey, Iñaki </span> ; <span
    style="font-variant:small-caps;">Hardt, Tobias</span> ; <span style="font-variant:small-caps;">Hollenberg,
    Luca</span> ; <span style="font-variant:small-caps;">Bruland, Philipp</span> ;
    <span style="font-variant:small-caps;">Ständer, Sonja</span> ; <span style="font-variant:small-caps;">Dugas,
    Martin</span> ; <span style="font-variant:small-caps;">Storck, Michael</span>:
    Electronic Image Documentation of Patient Reported Outcomes Using Mobile Technologies.
    In: <i>Stud Health Technol Inform</i> Bd. 264, IOS Press (2019), S. 1779–1780'
  havard: I. Soto-Rey, T. Hardt, L. Hollenberg, P. Bruland, S. Ständer, M. Dugas,
    M. Storck, Electronic Image Documentation of Patient Reported Outcomes Using Mobile
    Technologies., Stud Health Technol Inform. 264 (2019) 1779–1780.
  ieee: 'I. Soto-Rey <i>et al.</i>, “Electronic Image Documentation of Patient Reported
    Outcomes Using Mobile Technologies.,” <i>Stud Health Technol Inform</i>, vol.
    264, pp. 1779–1780, 2019, doi: <a href="https://doi.org/10.3233/SHTI190644">10.3233/SHTI190644</a>.'
  mla: Soto-Rey, Iñaki, et al. “Electronic Image Documentation of Patient Reported
    Outcomes Using Mobile Technologies.” <i>Stud Health Technol Inform</i>, vol. 264,
    2019, pp. 1779–80, <a href="https://doi.org/10.3233/SHTI190644">https://doi.org/10.3233/SHTI190644</a>.
  short: I. Soto-Rey, T. Hardt, L. Hollenberg, P. Bruland, S. Ständer, M. Dugas, M.
    Storck, Stud Health Technol Inform 264 (2019) 1779–1780.
  ufg: '<b>Soto-Rey, Iñaki u. a.</b>: Electronic Image Documentation of Patient Reported
    Outcomes Using Mobile Technologies., in: <i>Stud Health Technol Inform</i> 264
    (2019),  S. 1779–1780.'
  van: Soto-Rey I, Hardt T, Hollenberg L, Bruland P, Ständer S, Dugas M, et al. Electronic
    Image Documentation of Patient Reported Outcomes Using Mobile Technologies. Stud
    Health Technol Inform. 2019;264:1779–80.
date_created: 2024-06-24T07:30:00Z
date_updated: 2024-07-18T13:02:49Z
department:
- _id: DEP5024
doi: 10.3233/SHTI190644
extern: '1'
external_id:
  pmid:
  - '31438340'
intvolume: '       264'
keyword:
- Electronic documentation
- Mobile Health
- Patient-reported Outcomes.
language:
- iso: eng
page: 1779-1780
pmid: '1'
publication: Stud Health Technol Inform
publication_identifier:
  eissn:
  - 1879-8365
  issn:
  - 0926-9630
publisher: IOS Press
status: public
title: Electronic Image Documentation of Patient Reported Outcomes Using Mobile Technologies.
type: journal_article
user_id: '83781'
volume: 264
year: '2019'
...
---
_id: '4313'
abstract:
- lang: eng
  text: This paper reports on a study (N = 471) exploring the acceptance of video-based
    home monitoring systems as well as criteria influencing their acceptance. While
    most participants stated that they would home monitoring solutions under certain
    conditions, the majority of participants is rather reluctant to use systems that
    transmit visual and acoustical information to remote medical personnel. Besides
    age, most user characteristics, which played important roles in technology acceptance
    research for many years, do not appear to be decisive factors for the acceptance
    of electronic home-monitoring services.
author:
- first_name: Carsten
  full_name: Röcker, Carsten
  id: '61525'
  last_name: Röcker
citation:
  ama: 'Röcker C. Exploring the Acceptance of Video-Based Medical Support. In: Karwowski
    W, Ahram T, eds. <i>Intelligent Human Systems Integration 2019</i>. Vol 903.  Advances
    in Intelligent Systems and Computing. Cham: Springer; 2019:551-556. doi:<a href="https://doi.org/10.1007/978-3-030-11051-2_83">10.1007/978-3-030-11051-2_83</a>'
  apa: 'Röcker, C. (2019). Exploring the Acceptance of Video-Based Medical Support.
    In W. Karwowski &#38; T. Ahram (Eds.), <i>Intelligent Human Systems Integration
    2019</i> (Vol. 903, pp. 551–556). Cham: Springer. <a href="https://doi.org/10.1007/978-3-030-11051-2_83">https://doi.org/10.1007/978-3-030-11051-2_83</a>'
  bjps: '<b>Röcker C</b> (2019) Exploring the Acceptance of Video-Based Medical Support.
    In Karwowski W and Ahram T (eds), <i>Intelligent Human Systems Integration 2019</i>,
    vol. 903. Cham: Springer, pp. 551–556.'
  chicago: 'Röcker, Carsten. “Exploring the Acceptance of Video-Based Medical Support.”
    In <i>Intelligent Human Systems Integration 2019</i>, edited by Waldemar Karwowski
    and Tareq Ahram, 903:551–56.  Advances in Intelligent Systems and Computing. Cham:
    Springer, 2019. <a href="https://doi.org/10.1007/978-3-030-11051-2_83">https://doi.org/10.1007/978-3-030-11051-2_83</a>.'
  chicago-de: 'Röcker, Carsten. 2019. Exploring the Acceptance of Video-Based Medical
    Support. In: <i>Intelligent Human Systems Integration 2019</i>, hg. von Waldemar
    Karwowski und Tareq Ahram, 903:551–556.  Advances in Intelligent Systems and Computing.
    Cham: Springer. doi:<a href="https://doi.org/10.1007/978-3-030-11051-2_83,">10.1007/978-3-030-11051-2_83,</a>
    .'
  din1505-2-1: '<span style="font-variant:small-caps;">Röcker, Carsten</span>: Exploring
    the Acceptance of Video-Based Medical Support. In: <span style="font-variant:small-caps;">Karwowski,
    W.</span> ; <span style="font-variant:small-caps;">Ahram, T.</span> (Hrsg.): <i>Intelligent
    Human Systems Integration 2019</i>, <i> Advances in Intelligent Systems and Computing</i>.
    Bd. 903. Cham : Springer, 2019, S. 551–556'
  havard: 'C. Röcker, Exploring the Acceptance of Video-Based Medical Support, in:
    W. Karwowski, T. Ahram (Eds.), Intelligent Human Systems Integration 2019, Springer,
    Cham, 2019: pp. 551–556.'
  ieee: 'C. Röcker, “Exploring the Acceptance of Video-Based Medical Support,” in
    <i>Intelligent Human Systems Integration 2019</i>, vol. 903, W. Karwowski and
    T. Ahram, Eds. Cham: Springer, 2019, pp. 551–556.'
  mla: Röcker, Carsten. “Exploring the Acceptance of Video-Based Medical Support.”
    <i>Intelligent Human Systems Integration 2019</i>, edited by Waldemar Karwowski
    and Tareq Ahram, vol. 903, Springer, 2019, pp. 551–56, doi:<a href="https://doi.org/10.1007/978-3-030-11051-2_83">10.1007/978-3-030-11051-2_83</a>.
  short: 'C. Röcker, in: W. Karwowski, T. Ahram (Eds.), Intelligent Human Systems
    Integration 2019, Springer, Cham, 2019, pp. 551–556.'
  ufg: '<b>Röcker, Carsten (2019)</b>: Exploring the Acceptance of Video-Based Medical
    Support, in: Waldemar Karwowski/Tareq Ahram (Hgg.): <i>Intelligent Human Systems
    Integration 2019</i> (=<i> Advances in Intelligent Systems and Computing 903</i>),
    Cham, S. 551–556.'
  van: 'Röcker C. Exploring the Acceptance of Video-Based Medical Support. In: Karwowski
    W, Ahram T, editors. Intelligent Human Systems Integration 2019. Cham: Springer;
    2019. p. 551–6. ( Advances in Intelligent Systems and Computing; vol. 903).'
conference:
  end_date: 2019-0210
  location: San Diego, California, USA
  name: '2nd International Conference on Intelligent Human Systems Integration (IHSI
    2019): Integrating People and Intelligent Systems'
  start_date: 2019-02-07
date_created: 2021-01-06T13:59:11Z
date_updated: 2023-03-15T13:49:51Z
department:
- _id: DEP5023
doi: 10.1007/978-3-030-11051-2_83
editor:
- first_name: Waldemar
  full_name: Karwowski, Waldemar
  last_name: Karwowski
- first_name: Tareq
  full_name: Ahram, Tareq
  last_name: Ahram
intvolume: '       903'
keyword:
- Active assisted living
- Electronic homecare
- 'e-health : Video-based monitoring'
- Technology acceptance
- User-centered design
- Study
language:
- iso: eng
page: 551 - 556
place: Cham
publication: Intelligent Human Systems Integration 2019
publication_identifier:
  eisbn:
  - 978-3-030-11051-2
  isbn:
  - 978-3-030-11050-5
publication_status: published
publisher: Springer
series_title: ' Advances in Intelligent Systems and Computing'
status: public
title: Exploring the Acceptance of Video-Based Medical Support
type: book_chapter
user_id: '15514'
volume: 903
year: 2019
...
---
_id: '11746'
abstract:
- lang: eng
  text: "Objectives: Integrating Electronic Health Record (EHR) systems into the field
    of clinical trials still contains several challenges and obstacles. Heterogeneous
    standards and specifications are used to represent healthcare and clinical trial
    information. Therefore, this work investigates the mapping and data interoperability
    between healthcare and research standards: EN13606 used for the EHRs and the Clinical
    Data Interchange Standards Consortium Operational Data Model (CDISC ODM) used
    for clinical research.\r\n\r\nMethods: Based on the specifications of CDISC ODM
    1.3.2 and EN13606, a mapping between the structure and components of both standards
    has been performed. Archetype Definition Language (ADL) forms built with the EN13606
    editor were transformed to ODM XML and reviewed. As a proof of concept, clinical
    sample data has been transformed into ODM and imported into an electronic data
    capture system. Reverse transformation from ODM to ADL has also been performed
    and finally reviewed concerning map-ability.\r\n\r\nResults: The mapping between
    EN13606 and CDISC ODM shows the similarities and differences between the components
    and overall record structure of the two standards. An EN13606 archetype corresponds
    with a group of items within CDISC ODM. Transformations of element names, descriptions,
    different languages, datatypes, cardinality, optionality, units, value range and
    terminology codes are possible from EN13606 to CDISC ODM and vice versa.\r\n\r\nConclusion:
    It is feasible to map data elements between EN13606 and CDISC ODM and transformation
    of forms between ADL and ODM XML format is possible with only minor limitations.
    EN13606 can accommodate clinical information in a more structured manner with
    more constraints, whereas CDISC ODM is more suitable and specific for clinical
    trials and studies. It is feasible to transform EHR data in the EN13606 form to
    ODM to transfer it into research database. The attempt to use EN13606 to build
    a study protocol (that was already built with CDISC ODM) also suggests the possibility
    of using EN13606 standard in place of CDISC ODM if needed to avoid transformations."
article_number: '205520761877767'
author:
- first_name: Archana
  full_name: Tapuria, Archana
  last_name: Tapuria
- first_name: Philipp
  full_name: Bruland, Philipp
  id: '75847'
  last_name: Bruland
  orcid: 0000-0001-6939-7630
- first_name: Brendan
  full_name: Delaney, Brendan
  last_name: Delaney
- first_name: Dipak
  full_name: Kalra, Dipak
  last_name: Kalra
- first_name: Vasa
  full_name: Curcin, Vasa
  last_name: Curcin
citation:
  ama: Tapuria A, Bruland P, Delaney B, Kalra D, Curcin V. Comparison and transformation
    between CDISC ODM and EN13606 EHR standards in connecting EHR data with clinical
    trial research data. <i>Digital health</i>. 2018;4. doi:<a href="https://doi.org/10.1177/2055207618777676">10.1177/2055207618777676</a>
  apa: Tapuria, A., Bruland, P., Delaney, B., Kalra, D., &#38; Curcin, V. (2018).
    Comparison and transformation between CDISC ODM and EN13606 EHR standards in connecting
    EHR data with clinical trial research data. <i>Digital Health</i>, <i>4</i>, Article
    205520761877767. <a href="https://doi.org/10.1177/2055207618777676">https://doi.org/10.1177/2055207618777676</a>
  bjps: <b>Tapuria A <i>et al.</i></b> (2018) Comparison and Transformation between
    CDISC ODM and EN13606 EHR Standards in Connecting EHR Data with Clinical Trial
    Research Data. <i>Digital health</i> <b>4</b>.
  chicago: Tapuria, Archana, Philipp Bruland, Brendan Delaney, Dipak Kalra, and Vasa
    Curcin. “Comparison and Transformation between CDISC ODM and EN13606 EHR Standards
    in Connecting EHR Data with Clinical Trial Research Data.” <i>Digital Health</i>
    4 (2018). <a href="https://doi.org/10.1177/2055207618777676">https://doi.org/10.1177/2055207618777676</a>.
  chicago-de: Tapuria, Archana, Philipp Bruland, Brendan Delaney, Dipak Kalra und
    Vasa Curcin. 2018. Comparison and transformation between CDISC ODM and EN13606
    EHR standards in connecting EHR data with clinical trial research data. <i>Digital
    health</i> 4. doi:<a href="https://doi.org/10.1177/2055207618777676">10.1177/2055207618777676</a>,
    .
  din1505-2-1: '<span style="font-variant:small-caps;">Tapuria, Archana</span> ; <span
    style="font-variant:small-caps;">Bruland, Philipp</span> ; <span style="font-variant:small-caps;">Delaney,
    Brendan</span> ; <span style="font-variant:small-caps;">Kalra, Dipak</span> ;
    <span style="font-variant:small-caps;">Curcin, Vasa</span>: Comparison and transformation
    between CDISC ODM and EN13606 EHR standards in connecting EHR data with clinical
    trial research data. In: <i>Digital health</i> Bd. 4. Thousand Oaks, Calif. [u.a.]
    , SAGE Publications (2018)'
  havard: A. Tapuria, P. Bruland, B. Delaney, D. Kalra, V. Curcin, Comparison and
    transformation between CDISC ODM and EN13606 EHR standards in connecting EHR data
    with clinical trial research data, Digital Health. 4 (2018).
  ieee: 'A. Tapuria, P. Bruland, B. Delaney, D. Kalra, and V. Curcin, “Comparison
    and transformation between CDISC ODM and EN13606 EHR standards in connecting EHR
    data with clinical trial research data,” <i>Digital health</i>, vol. 4, Art. no.
    205520761877767, 2018, doi: <a href="https://doi.org/10.1177/2055207618777676">10.1177/2055207618777676</a>.'
  mla: Tapuria, Archana, et al. “Comparison and Transformation between CDISC ODM and
    EN13606 EHR Standards in Connecting EHR Data with Clinical Trial Research Data.”
    <i>Digital Health</i>, vol. 4, 205520761877767, 2018, <a href="https://doi.org/10.1177/2055207618777676">https://doi.org/10.1177/2055207618777676</a>.
  short: A. Tapuria, P. Bruland, B. Delaney, D. Kalra, V. Curcin, Digital Health 4
    (2018).
  ufg: '<b>Tapuria, Archana u. a.</b>: Comparison and transformation between CDISC
    ODM and EN13606 EHR standards in connecting EHR data with clinical trial research
    data, in: <i>Digital health</i> 4 (2018).'
  van: Tapuria A, Bruland P, Delaney B, Kalra D, Curcin V. Comparison and transformation
    between CDISC ODM and EN13606 EHR standards in connecting EHR data with clinical
    trial research data. Digital health. 2018;4.
date_created: 2024-07-18T13:34:20Z
date_updated: 2024-07-18T13:36:34Z
department:
- _id: DEP5024
doi: 10.1177/2055207618777676
extern: '1'
external_id:
  pmid:
  - '29942639'
intvolume: '         4'
keyword:
- EN13606
- Operational data model
- clinical archetypes
- electronic health records
- interoperability.
language:
- iso: eng
place: 'Thousand Oaks, Calif. [u.a.] '
pmid: '1'
publication: Digital health
publication_identifier:
  eissn:
  - 2055-2076
publication_status: published
publisher: SAGE Publications
status: public
title: Comparison and transformation between CDISC ODM and EN13606 EHR standards in
  connecting EHR data with clinical trial research data
type: scientific_journal_article
user_id: '83781'
volume: 4
year: '2018'
...
---
_id: '11590'
abstract:
- lang: eng
  text: Reading centers provide centralized high-quality diagnostics in ophthalmic
    clinical trials. Since ophthalmic images are captured in electronic format at
    peripheral clinics, an integrated workflow for image transfer and creation of
    structured reports is needed, including quality assurance. The image portal and
    the study database are separate components. We assessed whether this integration
    is feasible with trial-related IT standards and built a prototype system as a
    proof-of-concept. CDISC ODM and OAuth authentication were used to integrate the
    image portal with x4T-EDC, facilitating automatic data transfer and single sign-on.
author:
- first_name: Philipp
  full_name: Bruland, Philipp
  id: '75847'
  last_name: Bruland
  orcid: 0000-0001-6939-7630
- first_name: Ulrike
  full_name: Kathöfer, Ulrike
  last_name: Kathöfer
- first_name: Maximilian
  full_name: Treder, Maximilian
  last_name: Treder
- first_name: Nicole
  full_name: Eter, Nicole
  last_name: Eter
- first_name: Martin
  full_name: Dugas, Martin
  last_name: Dugas
citation:
  ama: Bruland P, Kathöfer U, Treder M, Eter N, Dugas M. Integrating x4T-EDC into
    an Image-Portal to Establish an Ophthalmic Reading Center. <i>Studies in health
    technology and informatics</i>. 2017;245:1254.
  apa: Bruland, P., Kathöfer, U., Treder, M., Eter, N., &#38; Dugas, M. (2017). Integrating
    x4T-EDC into an Image-Portal to Establish an Ophthalmic Reading Center. <i>Studies
    in Health Technology and Informatics</i>, <i>245</i>, 1254.
  bjps: <b>Bruland P <i>et al.</i></b> (2017) Integrating X4T-EDC into an Image-Portal
    to Establish an Ophthalmic Reading Center. <i>Studies in health technology and
    informatics</i> <b>245</b>, 1254.
  chicago: 'Bruland, Philipp, Ulrike Kathöfer, Maximilian Treder, Nicole Eter, and
    Martin Dugas. “Integrating X4T-EDC into an Image-Portal to Establish an Ophthalmic
    Reading Center.” <i>Studies in Health Technology and Informatics</i> 245 (2017):
    1254.'
  chicago-de: 'Bruland, Philipp, Ulrike Kathöfer, Maximilian Treder, Nicole Eter und
    Martin Dugas. 2017. Integrating x4T-EDC into an Image-Portal to Establish an Ophthalmic
    Reading Center. <i>Studies in health technology and informatics</i> 245: 1254.'
  din1505-2-1: '<span style="font-variant:small-caps;">Bruland, Philipp</span> ; <span
    style="font-variant:small-caps;">Kathöfer, Ulrike</span> ; <span style="font-variant:small-caps;">Treder,
    Maximilian</span> ; <span style="font-variant:small-caps;">Eter, Nicole</span>
    ; <span style="font-variant:small-caps;">Dugas, Martin</span>: Integrating x4T-EDC
    into an Image-Portal to Establish an Ophthalmic Reading Center. In: <i>Studies
    in health technology and informatics</i> Bd. 245, IOS Press (2017), S. 1254'
  havard: P. Bruland, U. Kathöfer, M. Treder, N. Eter, M. Dugas, Integrating x4T-EDC
    into an Image-Portal to Establish an Ophthalmic Reading Center., Studies in Health
    Technology and Informatics. 245 (2017) 1254.
  ieee: P. Bruland, U. Kathöfer, M. Treder, N. Eter, and M. Dugas, “Integrating x4T-EDC
    into an Image-Portal to Establish an Ophthalmic Reading Center.,” <i>Studies in
    health technology and informatics</i>, vol. 245, p. 1254, 2017.
  mla: Bruland, Philipp, et al. “Integrating X4T-EDC into an Image-Portal to Establish
    an Ophthalmic Reading Center.” <i>Studies in Health Technology and Informatics</i>,
    vol. 245, 2017, p. 1254.
  short: P. Bruland, U. Kathöfer, M. Treder, N. Eter, M. Dugas, Studies in Health
    Technology and Informatics 245 (2017) 1254.
  ufg: '<b>Bruland, Philipp u. a.</b>: Integrating x4T-EDC into an Image-Portal to
    Establish an Ophthalmic Reading Center., in: <i>Studies in health technology and
    informatics</i> 245 (2017),  S. 1254.'
  van: Bruland P, Kathöfer U, Treder M, Eter N, Dugas M. Integrating x4T-EDC into
    an Image-Portal to Establish an Ophthalmic Reading Center. Studies in health technology
    and informatics. 2017;245:1254.
date_created: 2024-06-24T07:39:08Z
date_updated: 2024-08-15T12:56:05Z
department:
- _id: DEP5024
external_id:
  pmid:
  - '29295339'
intvolume: '       245'
keyword:
- Electronic Data Capture
- Reading Center
- System Integration
language:
- iso: eng
page: '1254'
pmid: '1'
publication: Studies in health technology and informatics
publication_identifier:
  eissn:
  - 1879-8365
  issn:
  - 0926-9630
publication_status: published
publisher: IOS Press
status: public
title: Integrating x4T-EDC into an Image-Portal to Establish an Ophthalmic Reading
  Center.
type: journal_article
user_id: '83781'
volume: 245
year: '2017'
...
---
_id: '11745'
abstract:
- lang: eng
  text: "Background: Data capture is one of the most expensive phases during the conduct
    of a clinical trial and the increasing use of electronic health records (EHR)
    offers significant savings to clinical research. To facilitate these secondary
    uses of routinely collected patient data, it is beneficial to know what data elements
    are captured in clinical trials. Therefore our aim here is to determine the most
    commonly used data elements in clinical trials and their availability in hospital
    EHR systems.\r\n\r\nMethods: Case report forms for 23 clinical trials in differing
    disease areas were analyzed. Through an iterative and consensus-based process
    of medical informatics professionals from academia and trial experts from the
    European pharmaceutical industry, data elements were compiled for all disease
    areas and with special focus on the reporting of adverse events. Afterwards, data
    elements were identified and statistics acquired from hospital sites providing
    data to the EHR4CR project.\r\n\r\nResults: The analysis identified 133 unique
    data elements. Fifty elements were congruent with a published data inventory for
    patient recruitment and 83 new elements were identified for clinical trial execution,
    including adverse event reporting. Demographic and laboratory elements lead the
    list of available elements in hospitals EHR systems. For the reporting of serious
    adverse events only very few elements could be identified in the patient records.\r\n\r\nConclusions:
    Common data elements in clinical trials have been identified and their availability
    in hospital systems elucidated. Several elements, often those related to reimbursement,
    are frequently available whereas more specialized elements are ranked at the bottom
    of the data inventory list. Hospitals that want to obtain the benefits of reusing
    data for research from their EHR are now able to prioritize their efforts based
    on this common data element list."
article_number: '159'
author:
- first_name: Philipp
  full_name: Bruland, Philipp
  id: '75847'
  last_name: Bruland
  orcid: 0000-0001-6939-7630
- first_name: Mark
  full_name: McGilchrist, Mark
  last_name: McGilchrist
- first_name: Eric
  full_name: Zapletal, Eric
  last_name: Zapletal
- first_name: Dionisio
  full_name: Acosta, Dionisio
  last_name: Acosta
- first_name: Johann
  full_name: Proeve, Johann
  last_name: Proeve
- first_name: Scott
  full_name: Askin, Scott
  last_name: Askin
- first_name: Thomas
  full_name: Ganslandt, Thomas
  last_name: Ganslandt
- first_name: Justin
  full_name: Doods, Justin
  last_name: Doods
- first_name: Martin
  full_name: Dugas, Martin
  last_name: Dugas
citation:
  ama: Bruland P, McGilchrist M, Zapletal E, et al. Common data elements for secondary
    use of electronic health record data for clinical trial execution and serious
    adverse event reporting. <i>BMC Medical Research Methodology</i>. 2016;16(1).
    doi:<a href="https://doi.org/10.1186/s12874-016-0259-3">10.1186/s12874-016-0259-3</a>
  apa: Bruland, P., McGilchrist, M., Zapletal, E., Acosta, D., Proeve, J., Askin,
    S., Ganslandt, T., Doods, J., &#38; Dugas, M. (2016). Common data elements for
    secondary use of electronic health record data for clinical trial execution and
    serious adverse event reporting. <i>BMC Medical Research Methodology</i>, <i>16</i>(1),
    Article 159. <a href="https://doi.org/10.1186/s12874-016-0259-3">https://doi.org/10.1186/s12874-016-0259-3</a>
  bjps: <b>Bruland P <i>et al.</i></b> (2016) Common Data Elements for Secondary Use
    of Electronic Health Record Data for Clinical Trial Execution and Serious Adverse
    Event Reporting. <i>BMC Medical Research Methodology</i> <b>16</b>.
  chicago: Bruland, Philipp, Mark McGilchrist, Eric Zapletal, Dionisio Acosta, Johann
    Proeve, Scott Askin, Thomas Ganslandt, Justin Doods, and Martin Dugas. “Common
    Data Elements for Secondary Use of Electronic Health Record Data for Clinical
    Trial Execution and Serious Adverse Event Reporting.” <i>BMC Medical Research
    Methodology</i> 16, no. 1 (2016). <a href="https://doi.org/10.1186/s12874-016-0259-3">https://doi.org/10.1186/s12874-016-0259-3</a>.
  chicago-de: Bruland, Philipp, Mark McGilchrist, Eric Zapletal, Dionisio Acosta,
    Johann Proeve, Scott Askin, Thomas Ganslandt, Justin Doods und Martin Dugas. 2016.
    Common data elements for secondary use of electronic health record data for clinical
    trial execution and serious adverse event reporting. <i>BMC Medical Research Methodology</i>
    16, Nr. 1. doi:<a href="https://doi.org/10.1186/s12874-016-0259-3">10.1186/s12874-016-0259-3</a>,
    .
  din1505-2-1: '<span style="font-variant:small-caps;"><span style="font-variant:small-caps;">Bruland,
    Philipp</span> ; <span style="font-variant:small-caps;">McGilchrist, Mark</span>
    ; <span style="font-variant:small-caps;">Zapletal, Eric</span> ; <span style="font-variant:small-caps;">Acosta,
    Dionisio</span> ; <span style="font-variant:small-caps;">Proeve, Johann</span>
    ; <span style="font-variant:small-caps;">Askin, Scott</span> ; <span style="font-variant:small-caps;">Ganslandt,
    Thomas</span> ; <span style="font-variant:small-caps;">Doods, Justin</span> ;
    u. a.</span>: Common data elements for secondary use of electronic health record
    data for clinical trial execution and serious adverse event reporting. In: <i>BMC
    Medical Research Methodology</i> Bd. 16. London, Springer Science and Business
    Media LLC (2016), Nr. 1'
  havard: P. Bruland, M. McGilchrist, E. Zapletal, D. Acosta, J. Proeve, S. Askin,
    T. Ganslandt, J. Doods, M. Dugas, Common data elements for secondary use of electronic
    health record data for clinical trial execution and serious adverse event reporting,
    BMC Medical Research Methodology. 16 (2016).
  ieee: 'P. Bruland <i>et al.</i>, “Common data elements for secondary use of electronic
    health record data for clinical trial execution and serious adverse event reporting,”
    <i>BMC Medical Research Methodology</i>, vol. 16, no. 1, Art. no. 159, 2016, doi:
    <a href="https://doi.org/10.1186/s12874-016-0259-3">10.1186/s12874-016-0259-3</a>.'
  mla: Bruland, Philipp, et al. “Common Data Elements for Secondary Use of Electronic
    Health Record Data for Clinical Trial Execution and Serious Adverse Event Reporting.”
    <i>BMC Medical Research Methodology</i>, vol. 16, no. 1, 159, 2016, <a href="https://doi.org/10.1186/s12874-016-0259-3">https://doi.org/10.1186/s12874-016-0259-3</a>.
  short: P. Bruland, M. McGilchrist, E. Zapletal, D. Acosta, J. Proeve, S. Askin,
    T. Ganslandt, J. Doods, M. Dugas, BMC Medical Research Methodology 16 (2016).
  ufg: '<b>Bruland, Philipp u. a.</b>: Common data elements for secondary use of electronic
    health record data for clinical trial execution and serious adverse event reporting,
    in: <i>BMC Medical Research Methodology</i> 16 (2016), H. 1.'
  van: Bruland P, McGilchrist M, Zapletal E, Acosta D, Proeve J, Askin S, et al. Common
    data elements for secondary use of electronic health record data for clinical
    trial execution and serious adverse event reporting. BMC Medical Research Methodology.
    2016;16(1).
date_created: 2024-07-18T13:31:36Z
date_updated: 2024-07-18T13:33:42Z
department:
- _id: DEP5024
doi: 10.1186/s12874-016-0259-3
extern: '1'
intvolume: '        16'
issue: '1'
keyword:
- Clinical trials
- Common data elements
- Data quality
- Electronic health records
- Metadata
- Secondary use
language:
- iso: eng
place: London
publication: BMC Medical Research Methodology
publication_identifier:
  issn:
  - 1471-2288
publication_status: published
publisher: Springer Science and Business Media LLC
status: public
title: Common data elements for secondary use of electronic health record data for
  clinical trial execution and serious adverse event reporting
type: scientific_journal_article
user_id: '83781'
volume: 16
year: '2016'
...
---
_id: '4823'
abstract:
- lang: eng
  text: The purpose of this paper is to explore alternative approaches and strategies
    for email filtering and notification with the rationale of developing an unobtrusive
    notification interface that can adapt to the user's context.
author:
- first_name: Carsten
  full_name: Röcker, Carsten
  id: '61525'
  last_name: Röcker
- first_name: Victor
  full_name: Bayon, Victor
  last_name: Bayon
- first_name: Maral
  full_name: Memisoglu, Maral
  last_name: Memisoglu
- first_name: Norbert
  full_name: Streitz, Norbert
  last_name: Streitz
citation:
  ama: 'Röcker C, Bayon V, Memisoglu M, Streitz N. Context-Dependent Email Notification
    Using Ambient Displays and Mobile Devices. In: Tarumi H, Li Y, Yoshida T, eds.
    <i> Proceedings of the 2005 International Conference on Active Media Technology</i>.
    Piscataway, NJ: IEEE; 2005:137-138. doi:<a href="https://doi.org/10.1109/AMT.2005.1505288">10.1109/AMT.2005.1505288</a>'
  apa: 'Röcker, C., Bayon, V., Memisoglu, M., &#38; Streitz, N. (2005). Context-Dependent
    Email Notification Using Ambient Displays and Mobile Devices. In H. Tarumi, Y.
    Li, &#38; T. Yoshida (Eds.), <i> Proceedings of the 2005 International Conference
    on Active Media Technology</i> (pp. 137–138). Piscataway, NJ: IEEE. <a href="https://doi.org/10.1109/AMT.2005.1505288">https://doi.org/10.1109/AMT.2005.1505288</a>'
  bjps: '<b>Röcker C <i>et al.</i></b> (2005) Context-Dependent Email Notification
    Using Ambient Displays and Mobile Devices. In Tarumi H, Li Y and Yoshida T (eds),
    <i> Proceedings of the 2005 International Conference on Active Media Technology</i>.
    Piscataway, NJ: IEEE, pp. 137–138.'
  chicago: 'Röcker, Carsten, Victor Bayon, Maral Memisoglu, and Norbert Streitz. “Context-Dependent
    Email Notification Using Ambient Displays and Mobile Devices.” In <i> Proceedings
    of the 2005 International Conference on Active Media Technology</i>, edited by
    H. Tarumi, Y. Li, and T. Yoshida, 137–38. Piscataway, NJ: IEEE, 2005. <a href="https://doi.org/10.1109/AMT.2005.1505288">https://doi.org/10.1109/AMT.2005.1505288</a>.'
  chicago-de: 'Röcker, Carsten, Victor Bayon, Maral Memisoglu und Norbert Streitz.
    2005. Context-Dependent Email Notification Using Ambient Displays and Mobile Devices.
    In: <i> Proceedings of the 2005 International Conference on Active Media Technology</i>,
    hg. von H. Tarumi, Y. Li, und T. Yoshida, 137–138. Piscataway, NJ: IEEE. doi:<a
    href="https://doi.org/10.1109/AMT.2005.1505288,">10.1109/AMT.2005.1505288,</a>
    .'
  din1505-2-1: '<span style="font-variant:small-caps;">Röcker, Carsten</span> ; <span
    style="font-variant:small-caps;">Bayon, Victor</span> ; <span style="font-variant:small-caps;">Memisoglu,
    Maral</span> ; <span style="font-variant:small-caps;">Streitz, Norbert</span>:
    Context-Dependent Email Notification Using Ambient Displays and Mobile Devices.
    In: <span style="font-variant:small-caps;">Tarumi, H.</span> ; <span style="font-variant:small-caps;">Li,
    Y.</span> ; <span style="font-variant:small-caps;">Yoshida, T.</span> (Hrsg.):
    <i> Proceedings of the 2005 International Conference on Active Media Technology</i>.
    Piscataway, NJ : IEEE, 2005, S. 137–138'
  havard: 'C. Röcker, V. Bayon, M. Memisoglu, N. Streitz, Context-Dependent Email
    Notification Using Ambient Displays and Mobile Devices, in: H. Tarumi, Y. Li,
    T. Yoshida (Eds.),  Proceedings of the 2005 International Conference on Active
    Media Technology, IEEE, Piscataway, NJ, 2005: pp. 137–138.'
  ieee: C. Röcker, V. Bayon, M. Memisoglu, and N. Streitz, “Context-Dependent Email
    Notification Using Ambient Displays and Mobile Devices,” in <i> Proceedings of
    the 2005 International Conference on Active Media Technology</i>, Takamatsu, Kagawa,
    Japan, 2005, pp. 137–138.
  mla: Röcker, Carsten, et al. “Context-Dependent Email Notification Using Ambient
    Displays and Mobile Devices.” <i> Proceedings of the 2005 International Conference
    on Active Media Technology</i>, edited by H. Tarumi et al., IEEE, 2005, pp. 137–38,
    doi:<a href="https://doi.org/10.1109/AMT.2005.1505288">10.1109/AMT.2005.1505288</a>.
  short: 'C. Röcker, V. Bayon, M. Memisoglu, N. Streitz, in: H. Tarumi, Y. Li, T.
    Yoshida (Eds.),  Proceedings of the 2005 International Conference on Active Media
    Technology, IEEE, Piscataway, NJ, 2005, pp. 137–138.'
  ufg: '<b>Röcker, Carsten et. al. (2005)</b>: Context-Dependent Email Notification
    Using Ambient Displays and Mobile Devices, in: H. Tarumi et. al. (Hgg.): <i> Proceedings
    of the 2005 International Conference on Active Media Technology</i>, Piscataway,
    NJ, S. 137–138.'
  van: 'Röcker C, Bayon V, Memisoglu M, Streitz N. Context-Dependent Email Notification
    Using Ambient Displays and Mobile Devices. In: Tarumi H, Li Y, Yoshida T, editors.  Proceedings
    of the 2005 International Conference on Active Media Technology. Piscataway, NJ:
    IEEE; 2005. p. 137–8.'
conference:
  end_date: 2005-05-21
  location: Takamatsu, Kagawa, Japan
  name: International Conference on Active Media Technology (ATM 2005)
  start_date: 2005-05-19
date_created: 2021-02-02T10:08:23Z
date_updated: 2023-03-15T13:49:56Z
department:
- _id: DEP5023
doi: 10.1109/AMT.2005.1505288
editor:
- first_name: H.
  full_name: Tarumi, H.
  last_name: Tarumi
- first_name: Y.
  full_name: Li, Y.
  last_name: Li
- first_name: T.
  full_name: Yoshida, T.
  last_name: Yoshida
extern: '1'
keyword:
- Displays
- Calendars
- Resumes
- Filtering
- Electronic mail
- Personal digital assistants
- Filters
- Books
- Data mining
language:
- iso: eng
main_file_link:
- open_access: '1'
oa: '1'
page: 137-138
place: Piscataway, NJ
publication: ' Proceedings of the 2005 International Conference on Active Media Technology'
publication_identifier:
  isbn:
  - 0-7803-9035-0
publication_status: published
publisher: IEEE
status: public
title: Context-Dependent Email Notification Using Ambient Displays and Mobile Devices
type: conference
user_id: '15514'
year: 2005
...
