---
_id: '18'
abstract:
- lang: eng
  text: "Branch and bound (B&B) algorithms structure the search space as a tree and
    eliminate infeasible solutions early by pruning subtrees that cannot lead to a
    valid or optimal solution. Custom hardware designs significantly accelerate the
    execution of these algorithms. In this article, we demonstrate a high-performance
    B&B implementation on FPGAs. First, we identify general elements of B&B algorithms
    and describe their implementation as a finite state machine. Then, we introduce
    workers that autonomously cooperate using work stealing to allow parallel execution
    and full utilization of the target FPGA. Finally, we explore advantages of instance-specific
    designs that target a specific problem instance to improve performance.\r\n\r\nWe
    evaluate our concepts by applying them to a branch and bound problem, the reconstruction
    of corrupted AES keys obtained from cold-boot attacks. The evaluation shows that
    our work stealing approach is scalable with the available resources and provides
    speedups proportional to the number of workers. Instance-specific designs allow
    us to achieve an overall speedup of 47 × compared to the fastest implementation
    of AES key reconstruction so far. Finally, we demonstrate how instance-specific
    designs can be generated just-in-time such that the provided speedups outweigh
    the additional time required for design synthesis."
author:
- first_name: Heinrich
  full_name: Riebler, Heinrich
  id: '8961'
  last_name: Riebler
- first_name: Michael
  full_name: Lass, Michael
  id: '24135'
  last_name: Lass
  orcid: 0000-0002-5708-7632
- first_name: Robert
  full_name: Mittendorf, Robert
  last_name: Mittendorf
- first_name: Thomas
  full_name: Löcke, Thomas
  last_name: Löcke
- first_name: Christian
  full_name: Plessl, Christian
  id: '16153'
  last_name: Plessl
  orcid: 0000-0001-5728-9982
citation:
  ama: Riebler H, Lass M, Mittendorf R, Löcke T, Plessl C. Efficient Branch and Bound
    on FPGAs Using Work Stealing and Instance-Specific Designs. <i>ACM Transactions
    on Reconfigurable Technology and Systems (TRETS)</i>. 2017;10(3):24:1-24:23. doi:<a
    href="https://doi.org/10.1145/3053687">10.1145/3053687</a>
  apa: Riebler, H., Lass, M., Mittendorf, R., Löcke, T., &#38; Plessl, C. (2017).
    Efficient Branch and Bound on FPGAs Using Work Stealing and Instance-Specific
    Designs. <i>ACM Transactions on Reconfigurable Technology and Systems (TRETS)</i>,
    <i>10</i>(3), 24:1-24:23. <a href="https://doi.org/10.1145/3053687">https://doi.org/10.1145/3053687</a>
  bibtex: '@article{Riebler_Lass_Mittendorf_Löcke_Plessl_2017, title={Efficient Branch
    and Bound on FPGAs Using Work Stealing and Instance-Specific Designs}, volume={10},
    DOI={<a href="https://doi.org/10.1145/3053687">10.1145/3053687</a>}, number={3},
    journal={ACM Transactions on Reconfigurable Technology and Systems (TRETS)}, publisher={Association
    for Computing Machinery (ACM)}, author={Riebler, Heinrich and Lass, Michael and
    Mittendorf, Robert and Löcke, Thomas and Plessl, Christian}, year={2017}, pages={24:1-24:23}
    }'
  chicago: 'Riebler, Heinrich, Michael Lass, Robert Mittendorf, Thomas Löcke, and
    Christian Plessl. “Efficient Branch and Bound on FPGAs Using Work Stealing and
    Instance-Specific Designs.” <i>ACM Transactions on Reconfigurable Technology and
    Systems (TRETS)</i> 10, no. 3 (2017): 24:1-24:23. <a href="https://doi.org/10.1145/3053687">https://doi.org/10.1145/3053687</a>.'
  ieee: 'H. Riebler, M. Lass, R. Mittendorf, T. Löcke, and C. Plessl, “Efficient Branch
    and Bound on FPGAs Using Work Stealing and Instance-Specific Designs,” <i>ACM
    Transactions on Reconfigurable Technology and Systems (TRETS)</i>, vol. 10, no.
    3, p. 24:1-24:23, 2017, doi: <a href="https://doi.org/10.1145/3053687">10.1145/3053687</a>.'
  mla: Riebler, Heinrich, et al. “Efficient Branch and Bound on FPGAs Using Work Stealing
    and Instance-Specific Designs.” <i>ACM Transactions on Reconfigurable Technology
    and Systems (TRETS)</i>, vol. 10, no. 3, Association for Computing Machinery (ACM),
    2017, p. 24:1-24:23, doi:<a href="https://doi.org/10.1145/3053687">10.1145/3053687</a>.
  short: H. Riebler, M. Lass, R. Mittendorf, T. Löcke, C. Plessl, ACM Transactions
    on Reconfigurable Technology and Systems (TRETS) 10 (2017) 24:1-24:23.
date_created: 2017-07-25T14:17:32Z
date_updated: 2023-09-26T13:23:58Z
ddc:
- '000'
department:
- _id: '27'
- _id: '518'
doi: 10.1145/3053687
file:
- access_level: closed
  content_type: application/pdf
  creator: ups
  date_created: 2018-11-02T16:04:14Z
  date_updated: 2018-11-02T16:04:14Z
  file_id: '5322'
  file_name: a24-riebler.pdf
  file_size: 2131617
  relation: main_file
  success: 1
file_date_updated: 2018-11-02T16:04:14Z
has_accepted_license: '1'
intvolume: '        10'
issue: '3'
keyword:
- coldboot
language:
- iso: eng
page: 24:1-24:23
project:
- _id: '1'
  grant_number: '160364472'
  name: SFB 901
- _id: '4'
  name: SFB 901 - Project Area C
- _id: '14'
  grant_number: '160364472'
  name: SFB 901 - Subproject C2
- _id: '34'
  grant_number: '610996'
  name: Self-Adaptive Virtualisation-Aware High-Performance/Low-Energy Heterogeneous
    System Architectures
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
publication: ACM Transactions on Reconfigurable Technology and Systems (TRETS)
publication_identifier:
  issn:
  - 1936-7406
publication_status: published
publisher: Association for Computing Machinery (ACM)
quality_controlled: '1'
status: public
title: Efficient Branch and Bound on FPGAs Using Work Stealing and Instance-Specific
  Designs
type: journal_article
user_id: '15278'
volume: 10
year: '2017'
...
---
_id: '1592'
abstract:
- lang: eng
  text: Compared to classical HDL designs, generating FPGA with high-level synthesis
    from an OpenCL specification promises easier exploration of different design alternatives
    and, through ready-to-use infrastructure and common abstractions for host and
    memory interfaces, easier portability between different FPGA families. In this
    work, we evaluate the extent of this promise. To this end, we present a parameterized
    FDTD implementation for photonic microcavity simulations. Our design can trade-off
    different forms of parallelism and works for two independent OpenCL-based FPGA
    design flows. Hence, we can target FPGAs from different vendors and different
    FPGA families. We describe how we used pre-processor macros to achieve this flexibility
    and to work around different shortcomings of the current tools. Choosing the right
    design configurations, we are able to present two extremely competitive solutions
    for very different FPGA targets, reaching up to 172 GFLOPS sustained performance.
    With the portability and flexibility demonstrated, code developers not only avoid
    vendor lock-in, but can even make best use of real trade-offs between different
    architectures.
author:
- first_name: Tobias
  full_name: Kenter, Tobias
  id: '3145'
  last_name: Kenter
- first_name: Jens
  full_name: Förstner, Jens
  id: '158'
  last_name: Förstner
  orcid: 0000-0001-7059-9862
- first_name: Christian
  full_name: Plessl, Christian
  id: '16153'
  last_name: Plessl
  orcid: 0000-0001-5728-9982
citation:
  ama: 'Kenter T, Förstner J, Plessl C. Flexible FPGA design for FDTD using OpenCL.
    In: <i>Proc. Int. Conf. on Field Programmable Logic and Applications (FPL)</i>.
    IEEE; 2017. doi:<a href="https://doi.org/10.23919/FPL.2017.8056844">10.23919/FPL.2017.8056844</a>'
  apa: Kenter, T., Förstner, J., &#38; Plessl, C. (2017). Flexible FPGA design for
    FDTD using OpenCL. <i>Proc. Int. Conf. on Field Programmable Logic and Applications
    (FPL)</i>. <a href="https://doi.org/10.23919/FPL.2017.8056844">https://doi.org/10.23919/FPL.2017.8056844</a>
  bibtex: '@inproceedings{Kenter_Förstner_Plessl_2017, title={Flexible FPGA design
    for FDTD using OpenCL}, DOI={<a href="https://doi.org/10.23919/FPL.2017.8056844">10.23919/FPL.2017.8056844</a>},
    booktitle={Proc. Int. Conf. on Field Programmable Logic and Applications (FPL)},
    publisher={IEEE}, author={Kenter, Tobias and Förstner, Jens and Plessl, Christian},
    year={2017} }'
  chicago: Kenter, Tobias, Jens Förstner, and Christian Plessl. “Flexible FPGA Design
    for FDTD Using OpenCL.” In <i>Proc. Int. Conf. on Field Programmable Logic and
    Applications (FPL)</i>. IEEE, 2017. <a href="https://doi.org/10.23919/FPL.2017.8056844">https://doi.org/10.23919/FPL.2017.8056844</a>.
  ieee: 'T. Kenter, J. Förstner, and C. Plessl, “Flexible FPGA design for FDTD using
    OpenCL,” 2017, doi: <a href="https://doi.org/10.23919/FPL.2017.8056844">10.23919/FPL.2017.8056844</a>.'
  mla: Kenter, Tobias, et al. “Flexible FPGA Design for FDTD Using OpenCL.” <i>Proc.
    Int. Conf. on Field Programmable Logic and Applications (FPL)</i>, IEEE, 2017,
    doi:<a href="https://doi.org/10.23919/FPL.2017.8056844">10.23919/FPL.2017.8056844</a>.
  short: 'T. Kenter, J. Förstner, C. Plessl, in: Proc. Int. Conf. on Field Programmable
    Logic and Applications (FPL), IEEE, 2017.'
date_created: 2018-03-22T11:10:23Z
date_updated: 2023-09-26T13:24:38Z
ddc:
- '000'
department:
- _id: '27'
- _id: '518'
- _id: '61'
doi: 10.23919/FPL.2017.8056844
file:
- access_level: closed
  content_type: application/pdf
  creator: ups
  date_created: 2018-11-02T15:02:28Z
  date_updated: 2018-11-02T15:02:28Z
  file_id: '5291'
  file_name: 08056844.pdf
  file_size: 230235
  relation: main_file
  success: 1
file_date_updated: 2018-11-02T15:02:28Z
has_accepted_license: '1'
keyword:
- tet_topic_hpc
language:
- iso: eng
project:
- _id: '1'
  grant_number: '160364472'
  name: SFB 901
- _id: '4'
  name: SFB 901 - Project Area C
- _id: '14'
  grant_number: '160364472'
  name: SFB 901 - Subproject C2
- _id: '33'
  grant_number: 01|H16005A
  name: HighPerMeshes
- _id: '32'
  grant_number: PL 595/2-1 / 320898746
  name: Performance and Efficiency in HPC with Custom Computing
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
publication: Proc. Int. Conf. on Field Programmable Logic and Applications (FPL)
publisher: IEEE
quality_controlled: '1'
status: public
title: Flexible FPGA design for FDTD using OpenCL
type: conference
user_id: '15278'
year: '2017'
...
---
_id: '1589'
article_number: '082003'
author:
- first_name: Jörn
  full_name: Schumacher, Jörn
  last_name: Schumacher
- first_name: Christian
  full_name: Plessl, Christian
  id: '16153'
  last_name: Plessl
  orcid: 0000-0001-5728-9982
- first_name: Wainer
  full_name: Vandelli, Wainer
  last_name: Vandelli
citation:
  ama: 'Schumacher J, Plessl C, Vandelli W. High-Throughput and Low-Latency Network
    Communication with NetIO. <i>Journal of Physics: Conference Series</i>. 2017;898.
    doi:<a href="https://doi.org/10.1088/1742-6596/898/8/082003">10.1088/1742-6596/898/8/082003</a>'
  apa: 'Schumacher, J., Plessl, C., &#38; Vandelli, W. (2017). High-Throughput and
    Low-Latency Network Communication with NetIO. <i>Journal of Physics: Conference
    Series</i>, <i>898</i>, Article 082003. <a href="https://doi.org/10.1088/1742-6596/898/8/082003">https://doi.org/10.1088/1742-6596/898/8/082003</a>'
  bibtex: '@article{Schumacher_Plessl_Vandelli_2017, title={High-Throughput and Low-Latency
    Network Communication with NetIO}, volume={898}, DOI={<a href="https://doi.org/10.1088/1742-6596/898/8/082003">10.1088/1742-6596/898/8/082003</a>},
    number={082003}, journal={Journal of Physics: Conference Series}, publisher={IOP
    Publishing}, author={Schumacher, Jörn and Plessl, Christian and Vandelli, Wainer},
    year={2017} }'
  chicago: 'Schumacher, Jörn, Christian Plessl, and Wainer Vandelli. “High-Throughput
    and Low-Latency Network Communication with NetIO.” <i>Journal of Physics: Conference
    Series</i> 898 (2017). <a href="https://doi.org/10.1088/1742-6596/898/8/082003">https://doi.org/10.1088/1742-6596/898/8/082003</a>.'
  ieee: 'J. Schumacher, C. Plessl, and W. Vandelli, “High-Throughput and Low-Latency
    Network Communication with NetIO,” <i>Journal of Physics: Conference Series</i>,
    vol. 898, Art. no. 082003, 2017, doi: <a href="https://doi.org/10.1088/1742-6596/898/8/082003">10.1088/1742-6596/898/8/082003</a>.'
  mla: 'Schumacher, Jörn, et al. “High-Throughput and Low-Latency Network Communication
    with NetIO.” <i>Journal of Physics: Conference Series</i>, vol. 898, 082003, IOP
    Publishing, 2017, doi:<a href="https://doi.org/10.1088/1742-6596/898/8/082003">10.1088/1742-6596/898/8/082003</a>.'
  short: 'J. Schumacher, C. Plessl, W. Vandelli, Journal of Physics: Conference Series
    898 (2017).'
date_created: 2018-03-22T10:51:20Z
date_updated: 2023-09-26T13:24:19Z
department:
- _id: '27'
- _id: '518'
doi: 10.1088/1742-6596/898/8/082003
intvolume: '       898'
language:
- iso: eng
publication: 'Journal of Physics: Conference Series'
publisher: IOP Publishing
quality_controlled: '1'
status: public
title: High-Throughput and Low-Latency Network Communication with NetIO
type: journal_article
user_id: '15278'
volume: 898
year: '2017'
...
---
_id: '46800'
author:
- first_name: Nicole
  full_name: Satzinger, Nicole
  id: '16119'
  last_name: Satzinger
- first_name: Miriam
  full_name: Kehne, Miriam
  id: '129'
  last_name: Kehne
citation:
  ama: Satzinger N, Kehne M.  Bewegt durch den Tag. <i>Sonderheft Sport in der Grundschule</i>.
    Published online 2017:8-17.
  apa: Satzinger, N., &#38; Kehne, M. (2017).  Bewegt durch den Tag. <i>Sonderheft
    Sport in der Grundschule</i>, 8–17.
  bibtex: '@article{Satzinger_Kehne_2017, title={ Bewegt durch den Tag}, journal={Sonderheft
    Sport in der Grundschule}, publisher={Cornelson Verlag}, author={Satzinger, Nicole
    and Kehne, Miriam}, year={2017}, pages={8–17} }'
  chicago: Satzinger, Nicole, and Miriam Kehne. “ Bewegt durch den Tag.” <i>Sonderheft
    Sport in der Grundschule</i>, 2017, 8–17.
  ieee: N. Satzinger and M. Kehne, “ Bewegt durch den Tag,” <i>Sonderheft Sport in
    der Grundschule</i>, pp. 8–17, 2017.
  mla: Satzinger, Nicole, and Miriam Kehne. “ Bewegt durch den Tag.” <i>Sonderheft
    Sport in der Grundschule</i>, Cornelson Verlag, 2017, pp. 8–17.
  short: N. Satzinger, M. Kehne, Sonderheft Sport in der Grundschule (2017) 8–17.
date_created: 2023-09-04T16:46:32Z
date_updated: 2023-09-26T19:34:10Z
department:
- _id: '318'
language:
- iso: ger
page: 8-17
publication: Sonderheft Sport in der Grundschule
publication_status: published
publisher: Cornelson Verlag
status: public
title: ' Bewegt durch den Tag'
type: journal_article
user_id: '129'
year: '2017'
...
---
_id: '47469'
citation:
  ama: Betzwieser T, Dubowy N, Münzmay A, eds. <i>Perspektiven Der Edition Musikdramatischer
    Texte</i>. De Gruyter; 2017. doi:<a href="https://doi.org/10.1515/9783110549812">10.1515/9783110549812</a>
  apa: Betzwieser, T., Dubowy, N., &#38; Münzmay, A. (Eds.). (2017). <i>Perspektiven
    der Edition musikdramatischer Texte</i>. De Gruyter. <a href="https://doi.org/10.1515/9783110549812">https://doi.org/10.1515/9783110549812</a>
  bibtex: '@book{Betzwieser_Dubowy_Münzmay_2017, title={Perspektiven der Edition musikdramatischer
    Texte}, DOI={<a href="https://doi.org/10.1515/9783110549812">10.1515/9783110549812</a>},
    publisher={De Gruyter}, year={2017} }'
  chicago: Betzwieser, Thomas, Norbert Dubowy, and Andreas Münzmay, eds. <i>Perspektiven
    Der Edition Musikdramatischer Texte</i>. De Gruyter, 2017. <a href="https://doi.org/10.1515/9783110549812">https://doi.org/10.1515/9783110549812</a>.
  ieee: T. Betzwieser, N. Dubowy, and A. Münzmay, Eds., <i>Perspektiven der Edition
    musikdramatischer Texte</i>. De Gruyter, 2017.
  mla: Betzwieser, Thomas, et al., editors. <i>Perspektiven Der Edition Musikdramatischer
    Texte</i>. De Gruyter, 2017, doi:<a href="https://doi.org/10.1515/9783110549812">10.1515/9783110549812</a>.
  short: T. Betzwieser, N. Dubowy, A. Münzmay, eds., Perspektiven Der Edition Musikdramatischer
    Texte, De Gruyter, 2017.
date_created: 2023-09-27T06:56:57Z
date_updated: 2023-09-27T06:57:06Z
department:
- _id: '233'
doi: 10.1515/9783110549812
editor:
- first_name: Thomas
  full_name: Betzwieser, Thomas
  last_name: Betzwieser
- first_name: Norbert
  full_name: Dubowy, Norbert
  last_name: Dubowy
- first_name: Andreas
  full_name: Münzmay, Andreas
  last_name: Münzmay
language:
- iso: eng
publication_identifier:
  isbn:
  - '9783110549812'
publication_status: published
publisher: De Gruyter
status: public
title: Perspektiven der Edition musikdramatischer Texte
type: book_editor
user_id: '97150'
year: '2017'
...
---
_id: '47470'
citation:
  ama: Betzwieser T, Dubowy N, Münzmay A, eds. <i>Perspektiven Der Edition Musikdramatischer
    Texte</i>. De Gruyter; 2017. doi:<a href="https://doi.org/10.1515/9783110549812">10.1515/9783110549812</a>
  apa: Betzwieser, T., Dubowy, N., &#38; Münzmay, A. (Eds.). (2017). <i>Perspektiven
    der Edition musikdramatischer Texte</i>. De Gruyter. <a href="https://doi.org/10.1515/9783110549812">https://doi.org/10.1515/9783110549812</a>
  bibtex: '@book{Betzwieser_Dubowy_Münzmay_2017, title={Perspektiven der Edition musikdramatischer
    Texte}, DOI={<a href="https://doi.org/10.1515/9783110549812">10.1515/9783110549812</a>},
    publisher={De Gruyter}, year={2017} }'
  chicago: Betzwieser, Thomas, Norbert Dubowy, and Andreas Münzmay, eds. <i>Perspektiven
    Der Edition Musikdramatischer Texte</i>. De Gruyter, 2017. <a href="https://doi.org/10.1515/9783110549812">https://doi.org/10.1515/9783110549812</a>.
  ieee: T. Betzwieser, N. Dubowy, and A. Münzmay, Eds., <i>Perspektiven der Edition
    musikdramatischer Texte</i>. De Gruyter, 2017.
  mla: Betzwieser, Thomas, et al., editors. <i>Perspektiven Der Edition Musikdramatischer
    Texte</i>. De Gruyter, 2017, doi:<a href="https://doi.org/10.1515/9783110549812">10.1515/9783110549812</a>.
  short: T. Betzwieser, N. Dubowy, A. Münzmay, eds., Perspektiven Der Edition Musikdramatischer
    Texte, De Gruyter, 2017.
date_created: 2023-09-27T06:57:28Z
date_updated: 2023-09-27T06:57:43Z
department:
- _id: '233'
doi: 10.1515/9783110549812
editor:
- first_name: Thomas
  full_name: Betzwieser, Thomas
  last_name: Betzwieser
- first_name: Norbert
  full_name: Dubowy, Norbert
  last_name: Dubowy
- first_name: Andreas
  full_name: Münzmay, Andreas
  last_name: Münzmay
language:
- iso: eng
publication_identifier:
  isbn:
  - '9783110549812'
publication_status: published
publisher: De Gruyter
status: public
title: Perspektiven der Edition musikdramatischer Texte
type: book_editor
user_id: '97150'
year: '2017'
...
---
_id: '48705'
author:
- first_name: Daniel
  full_name: Krause, Daniel
  id: '668'
  last_name: Krause
  orcid: orcid.org/0000-0001-5391-885X
- first_name: Manfred
  full_name: Agethen, Manfred
  last_name: Agethen
- first_name: Christina
  full_name: Zobe, Christina
  id: '9938'
  last_name: Zobe
citation:
  ama: Krause D, Agethen M, Zobe C. Error Feedback Frequency Affects Automaticity
    But Not Accuracy and Consistency After Extensive Motor Skill Practice. <i>Journal
    of Motor Behavior</i>. 2017;50(2):144-154. doi:<a href="https://doi.org/10.1080/00222895.2017.1327406">10.1080/00222895.2017.1327406</a>
  apa: Krause, D., Agethen, M., &#38; Zobe, C. (2017). Error Feedback Frequency Affects
    Automaticity But Not Accuracy and Consistency After Extensive Motor Skill Practice.
    <i>Journal of Motor Behavior</i>, <i>50</i>(2), 144–154. <a href="https://doi.org/10.1080/00222895.2017.1327406">https://doi.org/10.1080/00222895.2017.1327406</a>
  bibtex: '@article{Krause_Agethen_Zobe_2017, title={Error Feedback Frequency Affects
    Automaticity But Not Accuracy and Consistency After Extensive Motor Skill Practice},
    volume={50}, DOI={<a href="https://doi.org/10.1080/00222895.2017.1327406">10.1080/00222895.2017.1327406</a>},
    number={2}, journal={Journal of Motor Behavior}, publisher={Informa UK Limited},
    author={Krause, Daniel and Agethen, Manfred and Zobe, Christina}, year={2017},
    pages={144–154} }'
  chicago: 'Krause, Daniel, Manfred Agethen, and Christina Zobe. “Error Feedback Frequency
    Affects Automaticity But Not Accuracy and Consistency After Extensive Motor Skill
    Practice.” <i>Journal of Motor Behavior</i> 50, no. 2 (2017): 144–54. <a href="https://doi.org/10.1080/00222895.2017.1327406">https://doi.org/10.1080/00222895.2017.1327406</a>.'
  ieee: 'D. Krause, M. Agethen, and C. Zobe, “Error Feedback Frequency Affects Automaticity
    But Not Accuracy and Consistency After Extensive Motor Skill Practice,” <i>Journal
    of Motor Behavior</i>, vol. 50, no. 2, pp. 144–154, 2017, doi: <a href="https://doi.org/10.1080/00222895.2017.1327406">10.1080/00222895.2017.1327406</a>.'
  mla: Krause, Daniel, et al. “Error Feedback Frequency Affects Automaticity But Not
    Accuracy and Consistency After Extensive Motor Skill Practice.” <i>Journal of
    Motor Behavior</i>, vol. 50, no. 2, Informa UK Limited, 2017, pp. 144–54, doi:<a
    href="https://doi.org/10.1080/00222895.2017.1327406">10.1080/00222895.2017.1327406</a>.
  short: D. Krause, M. Agethen, C. Zobe, Journal of Motor Behavior 50 (2017) 144–154.
date_created: 2023-11-08T20:30:12Z
date_updated: 2024-09-19T11:18:40Z
department:
- _id: '17'
- _id: '320'
doi: 10.1080/00222895.2017.1327406
intvolume: '        50'
issue: '2'
keyword:
- Cognitive Neuroscience
- Experimental and Cognitive Psychology
- Orthopedics and Sports Medicine
- Biophysics
language:
- iso: eng
page: 144-154
publication: Journal of Motor Behavior
publication_identifier:
  issn:
  - 0022-2895
  - 1940-1027
publication_status: published
publisher: Informa UK Limited
status: public
title: Error Feedback Frequency Affects Automaticity But Not Accuracy and Consistency
  After Extensive Motor Skill Practice
type: journal_article
user_id: '9938'
volume: 50
year: '2017'
...
---
_id: '23890'
author:
- first_name: Christina
  full_name: Zobe, Christina
  id: '9938'
  last_name: Zobe
citation:
  ama: Zobe C. <i>Valenzabhängige Effekte normativen Feedbacks auf die Präzisionsleistung
    und Automatisierung beim motorischen Lernen</i>.; 2017. doi:<a href="https://doi.org/10.17619/UNIPB/1-151">10.17619/UNIPB/1-151</a>
  apa: Zobe, C. (2017). <i>Valenzabhängige Effekte normativen Feedbacks auf die Präzisionsleistung
    und Automatisierung beim motorischen Lernen</i>. <a href="https://doi.org/10.17619/UNIPB/1-151">https://doi.org/10.17619/UNIPB/1-151</a>
  bibtex: '@book{Zobe_2017, place={Paderborn}, title={Valenzabhängige Effekte normativen
    Feedbacks auf die Präzisionsleistung und Automatisierung beim motorischen Lernen},
    DOI={<a href="https://doi.org/10.17619/UNIPB/1-151">10.17619/UNIPB/1-151</a>},
    author={Zobe, Christina}, year={2017} }'
  chicago: Zobe, Christina. <i>Valenzabhängige Effekte normativen Feedbacks auf die
    Präzisionsleistung und Automatisierung beim motorischen Lernen</i>. Paderborn,
    2017. <a href="https://doi.org/10.17619/UNIPB/1-151">https://doi.org/10.17619/UNIPB/1-151</a>.
  ieee: C. Zobe, <i>Valenzabhängige Effekte normativen Feedbacks auf die Präzisionsleistung
    und Automatisierung beim motorischen Lernen</i>. Paderborn, 2017.
  mla: Zobe, Christina. <i>Valenzabhängige Effekte normativen Feedbacks auf die Präzisionsleistung
    und Automatisierung beim motorischen Lernen</i>. 2017, doi:<a href="https://doi.org/10.17619/UNIPB/1-151">10.17619/UNIPB/1-151</a>.
  short: C. Zobe, Valenzabhängige Effekte normativen Feedbacks auf die Präzisionsleistung
    und Automatisierung beim motorischen Lernen, Paderborn, 2017.
date_created: 2021-09-07T14:06:08Z
date_updated: 2024-09-19T11:18:24Z
department:
- _id: '17'
- _id: '320'
doi: 10.17619/UNIPB/1-151
language:
- iso: ger
main_file_link:
- url: https://digital.ub.uni-paderborn.de/ubpb/urn/urn:nbn:de:hbz:466:2-28991
page: '258'
place: Paderborn
publication_status: published
status: public
supervisor:
- first_name: Norbert
  full_name: Olivier, Norbert
  last_name: Olivier
- first_name: Klaus
  full_name: Blischke, Klaus
  last_name: Blischke
title: Valenzabhängige Effekte normativen Feedbacks auf die Präzisionsleistung und
  Automatisierung beim motorischen Lernen
type: dissertation
user_id: '9938'
year: '2017'
...
---
_id: '49474'
author:
- first_name: Florian
  full_name: Staffel, Florian
  id: '27829'
  last_name: Staffel
  orcid: 0009-0004-0301-6179
citation:
  ama: 'Staffel F. <i>Arbeitskreis Für Historische Belgienforschung: Vierter Workshop</i>.;
    2017.'
  apa: 'Staffel, F. (2017). <i>Arbeitskreis für Historische Belgienforschung: Vierter
    Workshop</i>.'
  bibtex: '@book{Staffel_2017, place={H-Soz-Kult}, title={Arbeitskreis für Historische
    Belgienforschung: Vierter Workshop}, author={Staffel, Florian}, year={2017} }'
  chicago: 'Staffel, Florian. <i>Arbeitskreis Für Historische Belgienforschung: Vierter
    Workshop</i>. H-Soz-Kult, 2017.'
  ieee: 'F. Staffel, <i>Arbeitskreis für Historische Belgienforschung: Vierter Workshop</i>.
    H-Soz-Kult, 2017.'
  mla: 'Staffel, Florian. <i>Arbeitskreis Für Historische Belgienforschung: Vierter
    Workshop</i>. 2017.'
  short: 'F. Staffel, Arbeitskreis Für Historische Belgienforschung: Vierter Workshop,
    H-Soz-Kult, 2017.'
date_created: 2023-12-04T13:42:05Z
date_updated: 2024-09-30T08:27:15Z
language:
- iso: eng
place: H-Soz-Kult
status: public
title: 'Arbeitskreis für Historische Belgienforschung: Vierter Workshop'
type: report
user_id: '27829'
year: '2017'
...
---
_id: '56300'
author:
- first_name: Daniel
  full_name: Baumgarten, Daniel
  id: '102770'
  last_name: Baumgarten
- first_name: Michael
  full_name: Kvasnicka, Michael
  last_name: Kvasnicka
citation:
  ama: Baumgarten D, Kvasnicka M. Temporary Agency Work and the Great Recession. <i>Journal
    of Economic Behavior and Organization</i>. 2017;136:29-44. doi:<a href="https://doi.org/10.1016/j.jebo.2017.01.024">10.1016/j.jebo.2017.01.024</a>
  apa: Baumgarten, D., &#38; Kvasnicka, M. (2017). Temporary Agency Work and the Great
    Recession. <i>Journal of Economic Behavior and Organization</i>, <i>136</i>, 29–44.
    <a href="https://doi.org/10.1016/j.jebo.2017.01.024">https://doi.org/10.1016/j.jebo.2017.01.024</a>
  bibtex: '@article{Baumgarten_Kvasnicka_2017, title={Temporary Agency Work and the
    Great Recession}, volume={136}, DOI={<a href="https://doi.org/10.1016/j.jebo.2017.01.024">10.1016/j.jebo.2017.01.024</a>},
    journal={Journal of Economic Behavior and Organization}, publisher={Elsevier BV},
    author={Baumgarten, Daniel and Kvasnicka, Michael}, year={2017}, pages={29–44}
    }'
  chicago: 'Baumgarten, Daniel, and Michael Kvasnicka. “Temporary Agency Work and
    the Great Recession.” <i>Journal of Economic Behavior and Organization</i> 136
    (2017): 29–44. <a href="https://doi.org/10.1016/j.jebo.2017.01.024">https://doi.org/10.1016/j.jebo.2017.01.024</a>.'
  ieee: 'D. Baumgarten and M. Kvasnicka, “Temporary Agency Work and the Great Recession,”
    <i>Journal of Economic Behavior and Organization</i>, vol. 136, pp. 29–44, 2017,
    doi: <a href="https://doi.org/10.1016/j.jebo.2017.01.024">10.1016/j.jebo.2017.01.024</a>.'
  mla: Baumgarten, Daniel, and Michael Kvasnicka. “Temporary Agency Work and the Great
    Recession.” <i>Journal of Economic Behavior and Organization</i>, vol. 136, Elsevier
    BV, 2017, pp. 29–44, doi:<a href="https://doi.org/10.1016/j.jebo.2017.01.024">10.1016/j.jebo.2017.01.024</a>.
  short: D. Baumgarten, M. Kvasnicka, Journal of Economic Behavior and Organization
    136 (2017) 29–44.
date_created: 2024-10-01T13:44:05Z
date_updated: 2024-10-01T13:46:50Z
department:
- _id: '892'
doi: 10.1016/j.jebo.2017.01.024
extern: '1'
intvolume: '       136'
language:
- iso: eng
page: 29-44
publication: Journal of Economic Behavior and Organization
publication_identifier:
  issn:
  - 0167-2681
publication_status: published
publisher: Elsevier BV
status: public
title: Temporary Agency Work and the Great Recession
type: journal_article
user_id: '102261'
volume: 136
year: '2017'
...
---
_id: '56356'
author:
- first_name: Rolf
  full_name: Biehler, Rolf
  id: '16274'
  last_name: Biehler
- first_name: Hauke
  full_name: Friedrich, Hauke
  last_name: Friedrich
citation:
  ama: 'Biehler R, Friedrich H. Professionelles Wissen von Lehrkräften zum Thema bedingte
    Wahrscheinlichkeiten und stochastische Unabhängigkeit. In: Kortenkamp U, Kuzle
    A, eds. <i>Beiträge Zum Mathematikunterricht 2017</i>. WTM-Verlag; 2017:91-94.'
  apa: Biehler, R., &#38; Friedrich, H. (2017). Professionelles Wissen von Lehrkräften
    zum Thema bedingte Wahrscheinlichkeiten und stochastische Unabhängigkeit. In U.
    Kortenkamp &#38; A. Kuzle (Eds.), <i>Beiträge zum Mathematikunterricht 2017</i>
    (pp. 91–94). WTM-Verlag.
  bibtex: '@inbook{Biehler_Friedrich_2017, place={Münster}, title={Professionelles
    Wissen von Lehrkräften zum Thema bedingte Wahrscheinlichkeiten und stochastische
    Unabhängigkeit}, booktitle={Beiträge zum Mathematikunterricht 2017}, publisher={WTM-Verlag},
    author={Biehler, Rolf and Friedrich, Hauke}, editor={Kortenkamp, U. and Kuzle,
    A.}, year={2017}, pages={91–94} }'
  chicago: 'Biehler, Rolf, and Hauke Friedrich. “Professionelles Wissen von Lehrkräften
    Zum Thema Bedingte Wahrscheinlichkeiten Und Stochastische Unabhängigkeit.” In
    <i>Beiträge Zum Mathematikunterricht 2017</i>, edited by U. Kortenkamp and A.
    Kuzle, 91–94. Münster: WTM-Verlag, 2017.'
  ieee: 'R. Biehler and H. Friedrich, “Professionelles Wissen von Lehrkräften zum
    Thema bedingte Wahrscheinlichkeiten und stochastische Unabhängigkeit,” in <i>Beiträge
    zum Mathematikunterricht 2017</i>, U. Kortenkamp and A. Kuzle, Eds. Münster: WTM-Verlag,
    2017, pp. 91–94.'
  mla: Biehler, Rolf, and Hauke Friedrich. “Professionelles Wissen von Lehrkräften
    Zum Thema Bedingte Wahrscheinlichkeiten Und Stochastische Unabhängigkeit.” <i>Beiträge
    Zum Mathematikunterricht 2017</i>, edited by U. Kortenkamp and A. Kuzle, WTM-Verlag,
    2017, pp. 91–94.
  short: 'R. Biehler, H. Friedrich, in: U. Kortenkamp, A. Kuzle (Eds.), Beiträge Zum
    Mathematikunterricht 2017, WTM-Verlag, Münster, 2017, pp. 91–94.'
date_created: 2024-10-07T09:58:57Z
date_updated: 2024-10-07T10:45:28Z
department:
- _id: '363'
editor:
- first_name: U.
  full_name: Kortenkamp, U.
  last_name: Kortenkamp
- first_name: A.
  full_name: Kuzle, A.
  last_name: Kuzle
language:
- iso: eng
main_file_link:
- url: https://eldorado.tu-dortmund.de/bitstream/2003/36401/1/BzMU-2017-BIEHLER.pdf
page: 91-94
place: Münster
publication: Beiträge zum Mathematikunterricht 2017
publisher: WTM-Verlag
status: public
title: Professionelles Wissen von Lehrkräften zum Thema bedingte Wahrscheinlichkeiten
  und stochastische Unabhängigkeit
type: book_chapter
user_id: '37888'
year: '2017'
...
---
_id: '56363'
author:
- first_name: Rolf
  full_name: Biehler, Rolf
  id: '16274'
  last_name: Biehler
- first_name: Daniel
  full_name: Frischemeier, Daniel
  last_name: Frischemeier
- first_name: Chris
  full_name: Reading, Chris
  last_name: Reading
- first_name: J. Michael
  full_name: Shaughnessy, J. Michael
  last_name: Shaughnessy
citation:
  ama: 'Biehler R, Frischemeier D, Reading C, Shaughnessy JM. Reasoning About Data.
    In: Ben-Zvi D, Makar K, Garfield J, eds. <i>International Handbook of Research
    in Statistics Education</i>. Springer International Publishing; 2017:139-192.
    doi:<a href="https://doi.org/10.1007/978-3-319-66195-7_5">10.1007/978-3-319-66195-7_5</a>'
  apa: Biehler, R., Frischemeier, D., Reading, C., &#38; Shaughnessy, J. M. (2017).
    Reasoning About Data. In D. Ben-Zvi, K. Makar, &#38; J. Garfield (Eds.), <i>International
    Handbook of Research in Statistics Education</i> (pp. 139–192). Springer International
    Publishing. <a href="https://doi.org/10.1007/978-3-319-66195-7_5">https://doi.org/10.1007/978-3-319-66195-7_5</a>
  bibtex: '@inbook{Biehler_Frischemeier_Reading_Shaughnessy_2017, place={Cham}, title={Reasoning
    About Data}, DOI={<a href="https://doi.org/10.1007/978-3-319-66195-7_5">10.1007/978-3-319-66195-7_5</a>},
    booktitle={International Handbook of Research in Statistics Education}, publisher={Springer
    International Publishing}, author={Biehler, Rolf and Frischemeier, Daniel and
    Reading, Chris and Shaughnessy, J. Michael}, editor={Ben-Zvi, Dani and Makar,
    K. and Garfield, J.}, year={2017}, pages={139–192} }'
  chicago: 'Biehler, Rolf, Daniel Frischemeier, Chris Reading, and J. Michael Shaughnessy.
    “Reasoning About Data.” In <i>International Handbook of Research in Statistics
    Education</i>, edited by Dani Ben-Zvi, K. Makar, and J. Garfield, 139–92. Cham:
    Springer International Publishing, 2017. <a href="https://doi.org/10.1007/978-3-319-66195-7_5">https://doi.org/10.1007/978-3-319-66195-7_5</a>.'
  ieee: 'R. Biehler, D. Frischemeier, C. Reading, and J. M. Shaughnessy, “Reasoning
    About Data,” in <i>International Handbook of Research in Statistics Education</i>,
    D. Ben-Zvi, K. Makar, and J. Garfield, Eds. Cham: Springer International Publishing,
    2017, pp. 139–192.'
  mla: Biehler, Rolf, et al. “Reasoning About Data.” <i>International Handbook of
    Research in Statistics Education</i>, edited by Dani Ben-Zvi et al., Springer
    International Publishing, 2017, pp. 139–92, doi:<a href="https://doi.org/10.1007/978-3-319-66195-7_5">10.1007/978-3-319-66195-7_5</a>.
  short: 'R. Biehler, D. Frischemeier, C. Reading, J.M. Shaughnessy, in: D. Ben-Zvi,
    K. Makar, J. Garfield (Eds.), International Handbook of Research in Statistics
    Education, Springer International Publishing, Cham, 2017, pp. 139–192.'
date_created: 2024-10-07T10:50:59Z
date_updated: 2024-10-07T10:52:35Z
department:
- _id: '363'
doi: 10.1007/978-3-319-66195-7_5
editor:
- first_name: Dani
  full_name: Ben-Zvi, Dani
  last_name: Ben-Zvi
- first_name: K.
  full_name: Makar, K.
  last_name: Makar
- first_name: J.
  full_name: Garfield, J.
  last_name: Garfield
language:
- iso: eng
main_file_link:
- url: https://link.springer.com/chapter/10.1007/978-3-319-66195-7_5
page: 139-192
place: Cham
publication: International Handbook of Research in Statistics Education
publication_identifier:
  isbn:
  - '9783319661933'
  - '9783319661957'
  issn:
  - 2197-1951
  - 2197-196X
publication_status: published
publisher: Springer International Publishing
status: public
title: Reasoning About Data
type: book_chapter
user_id: '37888'
year: '2017'
...
---
_id: '56368'
abstract:
- lang: eng
  text: <jats:p> This article focuses on the relation between work and pleasure in
    the cultural sector. I first unpack the concept of passionate work, situating
    it within four possible ways of relating work and pleasure. I argue that the work
    ethic of do what you love, contrary to what it promises, limits the prospects
    of loveable work. As part of a neoliberal work culture, do what you love transfers
    the battleground from society onto the self. It favours self-management over politics.
    Drawing on findings from interview research with members of worker co-operatives
    in the UK cultural industries, I then go on to explore the relation between work
    and pleasure within cultural co-ops. I discuss how cultural co-ops might inspire
    and contribute to a movement for transforming the future of work by turning the
    desire for loveable work from a matter of individual transformation and competition
    into a practice of co-operation and social change. </jats:p>
author:
- first_name: Marisol
  full_name: Sandoval, Marisol
  id: '110918'
  last_name: Sandoval
citation:
  ama: 'Sandoval M. From passionate labour to compassionate work: Cultural co-ops,
    do what you love and social change. <i>European Journal of Cultural Studies</i>.
    2017;21(2):113-129. doi:<a href="https://doi.org/10.1177/1367549417719011">10.1177/1367549417719011</a>'
  apa: 'Sandoval, M. (2017). From passionate labour to compassionate work: Cultural
    co-ops, do what you love and social change. <i>European Journal of Cultural Studies</i>,
    <i>21</i>(2), 113–129. <a href="https://doi.org/10.1177/1367549417719011">https://doi.org/10.1177/1367549417719011</a>'
  bibtex: '@article{Sandoval_2017, title={From passionate labour to compassionate
    work: Cultural co-ops, do what you love and social change}, volume={21}, DOI={<a
    href="https://doi.org/10.1177/1367549417719011">10.1177/1367549417719011</a>},
    number={2}, journal={European Journal of Cultural Studies}, publisher={SAGE Publications},
    author={Sandoval, Marisol}, year={2017}, pages={113–129} }'
  chicago: 'Sandoval, Marisol. “From Passionate Labour to Compassionate Work: Cultural
    Co-Ops, Do What You Love and Social Change.” <i>European Journal of Cultural Studies</i>
    21, no. 2 (2017): 113–29. <a href="https://doi.org/10.1177/1367549417719011">https://doi.org/10.1177/1367549417719011</a>.'
  ieee: 'M. Sandoval, “From passionate labour to compassionate work: Cultural co-ops,
    do what you love and social change,” <i>European Journal of Cultural Studies</i>,
    vol. 21, no. 2, pp. 113–129, 2017, doi: <a href="https://doi.org/10.1177/1367549417719011">10.1177/1367549417719011</a>.'
  mla: 'Sandoval, Marisol. “From Passionate Labour to Compassionate Work: Cultural
    Co-Ops, Do What You Love and Social Change.” <i>European Journal of Cultural Studies</i>,
    vol. 21, no. 2, SAGE Publications, 2017, pp. 113–29, doi:<a href="https://doi.org/10.1177/1367549417719011">10.1177/1367549417719011</a>.'
  short: M. Sandoval, European Journal of Cultural Studies 21 (2017) 113–129.
date_created: 2024-10-07T12:22:20Z
date_updated: 2024-10-07T15:56:45Z
doi: 10.1177/1367549417719011
intvolume: '        21'
issue: '2'
language:
- iso: eng
page: 113-129
publication: European Journal of Cultural Studies
publication_identifier:
  issn:
  - 1367-5494
  - 1460-3551
publication_status: published
publisher: SAGE Publications
status: public
title: 'From passionate labour to compassionate work: Cultural co-ops, do what you
  love and social change'
type: journal_article
user_id: '110918'
volume: 21
year: '2017'
...
---
_id: '56405'
author:
- first_name: Stephan
  full_name: Kokew, Stephan
  last_name: Kokew
citation:
  ama: 'Kokew S. Schutzgewährung gegenüber Nichtmuslimen. Zum Bedeutungswandel ordnungspolitischer
    Konzeptionen im Islam. In: Hidalgo O, Zapf H, Hildmann P, eds. <i>Christentum
    und Islam als politische Religionen. Ideenwandel im Spiegel gesellschaftlicher
    Entwicklungen</i>. Politik und Religion. ; 2017:287-303. doi:<a href="https://doi.org/10.1007/978-3-658-13963-6_15">10.1007/978-3-658-13963-6_15</a>'
  apa: Kokew, S. (2017). Schutzgewährung gegenüber Nichtmuslimen. Zum Bedeutungswandel
    ordnungspolitischer Konzeptionen im Islam. In O. Hidalgo, H. Zapf, &#38; P. Hildmann
    (Eds.), <i>Christentum und Islam als politische Religionen. Ideenwandel im Spiegel
    gesellschaftlicher Entwicklungen</i> (pp. 287–303). <a href="https://doi.org/10.1007/978-3-658-13963-6_15">https://doi.org/10.1007/978-3-658-13963-6_15</a>
  bibtex: '@inbook{Kokew_2017, place={Wiesbaden}, series={Politik und Religion}, title={Schutzgewährung
    gegenüber Nichtmuslimen. Zum Bedeutungswandel ordnungspolitischer Konzeptionen
    im Islam}, DOI={<a href="https://doi.org/10.1007/978-3-658-13963-6_15">10.1007/978-3-658-13963-6_15</a>},
    booktitle={Christentum und Islam als politische Religionen. Ideenwandel im Spiegel
    gesellschaftlicher Entwicklungen}, author={Kokew, Stephan}, editor={Hidalgo, Oliver
    and Zapf, Holger and Hildmann, Philipp}, year={2017}, pages={287–303}, collection={Politik
    und Religion} }'
  chicago: Kokew, Stephan. “Schutzgewährung gegenüber Nichtmuslimen. Zum Bedeutungswandel
    ordnungspolitischer Konzeptionen im Islam.” In <i>Christentum und Islam als politische
    Religionen. Ideenwandel im Spiegel gesellschaftlicher Entwicklungen</i>, edited
    by Oliver Hidalgo, Holger Zapf, and Philipp Hildmann, 287–303. Politik und Religion.
    Wiesbaden, 2017. <a href="https://doi.org/10.1007/978-3-658-13963-6_15">https://doi.org/10.1007/978-3-658-13963-6_15</a>.
  ieee: S. Kokew, “Schutzgewährung gegenüber Nichtmuslimen. Zum Bedeutungswandel ordnungspolitischer
    Konzeptionen im Islam,” in <i>Christentum und Islam als politische Religionen.
    Ideenwandel im Spiegel gesellschaftlicher Entwicklungen</i>, O. Hidalgo, H. Zapf,
    and P. Hildmann, Eds. Wiesbaden, 2017, pp. 287–303.
  mla: Kokew, Stephan. “Schutzgewährung gegenüber Nichtmuslimen. Zum Bedeutungswandel
    ordnungspolitischer Konzeptionen im Islam.” <i>Christentum und Islam als politische
    Religionen. Ideenwandel im Spiegel gesellschaftlicher Entwicklungen</i>, edited
    by Oliver Hidalgo et al., 2017, pp. 287–303, doi:<a href="https://doi.org/10.1007/978-3-658-13963-6_15">10.1007/978-3-658-13963-6_15</a>.
  short: 'S. Kokew, in: O. Hidalgo, H. Zapf, P. Hildmann (Eds.), Christentum und Islam
    als politische Religionen. Ideenwandel im Spiegel gesellschaftlicher Entwicklungen,
    Wiesbaden, 2017, pp. 287–303.'
date_created: 2024-10-07T18:47:46Z
date_updated: 2024-10-07T19:10:41Z
department:
- _id: '469'
doi: 10.1007/978-3-658-13963-6_15
editor:
- first_name: Oliver
  full_name: Hidalgo, Oliver
  last_name: Hidalgo
- first_name: Holger
  full_name: Zapf, Holger
  last_name: Zapf
- first_name: Philipp
  full_name: Hildmann, Philipp
  last_name: Hildmann
extern: '1'
language:
- iso: ger
page: 287-303
place: Wiesbaden
publication: Christentum und Islam als politische Religionen. Ideenwandel im Spiegel
  gesellschaftlicher Entwicklungen
publication_identifier:
  isbn:
  - '9783658139629'
  - '9783658139636'
  issn:
  - 2510-4748
  - 2510-4756
publication_status: published
quality_controlled: '1'
series_title: Politik und Religion
status: public
title: Schutzgewährung gegenüber Nichtmuslimen. Zum Bedeutungswandel ordnungspolitischer
  Konzeptionen im Islam
type: book_chapter
user_id: '111362'
year: '2017'
...
---
_id: '56510'
author:
- first_name: Thomas
  full_name: Lukasiewicz, Thomas
  last_name: Lukasiewicz
- first_name: Rafael
  full_name: Peñaloza, Rafael
  last_name: Peñaloza
- first_name: Anni-Yasmin
  full_name: Turhan, Anni-Yasmin
  id: '104470'
  last_name: Turhan
citation:
  ama: Lukasiewicz T, Peñaloza R, Turhan A-Y. Preface to the Special Issue on Reasoning
    about Preferences, Uncertainty, and Vagueness. <i>FLAP</i>. 2017;4(7).
  apa: Lukasiewicz, T., Peñaloza, R., &#38; Turhan, A.-Y. (2017). Preface to the Special
    Issue on Reasoning about Preferences, Uncertainty, and Vagueness. <i>FLAP</i>,
    <i>4</i>(7).
  bibtex: '@article{Lukasiewicz_Peñaloza_Turhan_2017, title={Preface to the Special
    Issue on Reasoning about Preferences, Uncertainty, and Vagueness}, volume={4},
    number={7}, journal={FLAP}, author={Lukasiewicz, Thomas and Peñaloza, Rafael and
    Turhan, Anni-Yasmin}, year={2017} }'
  chicago: Lukasiewicz, Thomas, Rafael Peñaloza, and Anni-Yasmin Turhan. “Preface
    to the Special Issue on Reasoning about Preferences, Uncertainty, and Vagueness.”
    <i>FLAP</i> 4, no. 7 (2017).
  ieee: T. Lukasiewicz, R. Peñaloza, and A.-Y. Turhan, “Preface to the Special Issue
    on Reasoning about Preferences, Uncertainty, and Vagueness,” <i>FLAP</i>, vol.
    4, no. 7, 2017.
  mla: Lukasiewicz, Thomas, et al. “Preface to the Special Issue on Reasoning about
    Preferences, Uncertainty, and Vagueness.” <i>FLAP</i>, vol. 4, no. 7, 2017.
  short: T. Lukasiewicz, R. Peñaloza, A.-Y. Turhan, FLAP 4 (2017).
date_created: 2024-10-10T12:45:59Z
date_updated: 2024-10-10T12:46:30Z
intvolume: '         4'
issue: '7'
language:
- iso: eng
publication: FLAP
status: public
title: Preface to the Special Issue on Reasoning about Preferences, Uncertainty, and
  Vagueness
type: journal_article
user_id: '15504'
volume: 4
year: '2017'
...
---
_id: '56516'
author:
- first_name: Camille
  full_name: Bourgaux, Camille
  last_name: Bourgaux
- first_name: Anni-Yasmin
  full_name: Turhan, Anni-Yasmin
  id: '104470'
  last_name: Turhan
citation:
  ama: 'Bourgaux C, Turhan A-Y. Temporal Query Answering in DL-Lite over Inconsistent
    Data. In: d’Amato C, Fernández M, Tamma VAM, et al., eds. <i>The Semantic Web
    - ISWC 2017 - 16th International Semantic Web Conference, Vienna, Austria, October
    21-25, 2017, Proceedings, Part I</i>. Vol 10587. Lecture Notes in Computer Science.
    Springer; 2017:121–137. doi:<a href="https://doi.org/10.1007/978-3-319-68288-4_8">10.1007/978-3-319-68288-4_8</a>'
  apa: Bourgaux, C., &#38; Turhan, A.-Y. (2017). Temporal Query Answering in DL-Lite
    over Inconsistent Data. In C. d’Amato, M. Fernández, V. A. M. Tamma, F. Lécué,
    P. Cudré-Mauroux, J. F. Sequeda, C. Lange, &#38; J. Heflin (Eds.), <i>The Semantic
    Web - ISWC 2017 - 16th International Semantic Web Conference, Vienna, Austria,
    October 21-25, 2017, Proceedings, Part I</i> (Vol. 10587, pp. 121–137). Springer.
    <a href="https://doi.org/10.1007/978-3-319-68288-4_8">https://doi.org/10.1007/978-3-319-68288-4_8</a>
  bibtex: '@inproceedings{Bourgaux_Turhan_2017, series={Lecture Notes in Computer
    Science}, title={Temporal Query Answering in DL-Lite over Inconsistent Data},
    volume={10587}, DOI={<a href="https://doi.org/10.1007/978-3-319-68288-4_8">10.1007/978-3-319-68288-4_8</a>},
    booktitle={The Semantic Web - ISWC 2017 - 16th International Semantic Web Conference,
    Vienna, Austria, October 21-25, 2017, Proceedings, Part I}, publisher={Springer},
    author={Bourgaux, Camille and Turhan, Anni-Yasmin}, editor={d’Amato, Claudia and
    Fernández, Miriam and Tamma, Valentina A. M. and Lécué, Freddy and Cudré-Mauroux,
    Philippe and Sequeda, Juan F. and Lange, Christoph and Heflin, Jeff}, year={2017},
    pages={121–137}, collection={Lecture Notes in Computer Science} }'
  chicago: Bourgaux, Camille, and Anni-Yasmin Turhan. “Temporal Query Answering in
    DL-Lite over Inconsistent Data.” In <i>The Semantic Web - ISWC 2017 - 16th International
    Semantic Web Conference, Vienna, Austria, October 21-25, 2017, Proceedings, Part
    I</i>, edited by Claudia d’Amato, Miriam Fernández, Valentina A. M. Tamma, Freddy
    Lécué, Philippe Cudré-Mauroux, Juan F. Sequeda, Christoph Lange, and Jeff Heflin,
    10587:121–137. Lecture Notes in Computer Science. Springer, 2017. <a href="https://doi.org/10.1007/978-3-319-68288-4_8">https://doi.org/10.1007/978-3-319-68288-4_8</a>.
  ieee: 'C. Bourgaux and A.-Y. Turhan, “Temporal Query Answering in DL-Lite over Inconsistent
    Data,” in <i>The Semantic Web - ISWC 2017 - 16th International Semantic Web Conference,
    Vienna, Austria, October 21-25, 2017, Proceedings, Part I</i>, 2017, vol. 10587,
    pp. 121–137, doi: <a href="https://doi.org/10.1007/978-3-319-68288-4_8">10.1007/978-3-319-68288-4_8</a>.'
  mla: Bourgaux, Camille, and Anni-Yasmin Turhan. “Temporal Query Answering in DL-Lite
    over Inconsistent Data.” <i>The Semantic Web - ISWC 2017 - 16th International
    Semantic Web Conference, Vienna, Austria, October 21-25, 2017, Proceedings, Part
    I</i>, edited by Claudia d’Amato et al., vol. 10587, Springer, 2017, pp. 121–137,
    doi:<a href="https://doi.org/10.1007/978-3-319-68288-4_8">10.1007/978-3-319-68288-4_8</a>.
  short: 'C. Bourgaux, A.-Y. Turhan, in: C. d’Amato, M. Fernández, V.A.M. Tamma, F.
    Lécué, P. Cudré-Mauroux, J.F. Sequeda, C. Lange, J. Heflin (Eds.), The Semantic
    Web - ISWC 2017 - 16th International Semantic Web Conference, Vienna, Austria,
    October 21-25, 2017, Proceedings, Part I, Springer, 2017, pp. 121–137.'
date_created: 2024-10-10T12:52:02Z
date_updated: 2024-10-10T12:52:20Z
doi: 10.1007/978-3-319-68288-4_8
editor:
- first_name: Claudia
  full_name: d’Amato, Claudia
  last_name: d’Amato
- first_name: Miriam
  full_name: Fernández, Miriam
  last_name: Fernández
- first_name: Valentina A. M.
  full_name: Tamma, Valentina A. M.
  last_name: Tamma
- first_name: Freddy
  full_name: Lécué, Freddy
  last_name: Lécué
- first_name: Philippe
  full_name: Cudré-Mauroux, Philippe
  last_name: Cudré-Mauroux
- first_name: Juan F.
  full_name: Sequeda, Juan F.
  last_name: Sequeda
- first_name: Christoph
  full_name: Lange, Christoph
  last_name: Lange
- first_name: Jeff
  full_name: Heflin, Jeff
  last_name: Heflin
intvolume: '     10587'
language:
- iso: eng
page: 121–137
publication: The Semantic Web - ISWC 2017 - 16th International Semantic Web Conference,
  Vienna, Austria, October 21-25, 2017, Proceedings, Part I
publisher: Springer
series_title: Lecture Notes in Computer Science
status: public
title: Temporal Query Answering in DL-Lite over Inconsistent Data
type: conference
user_id: '15504'
volume: 10587
year: '2017'
...
---
_id: '56514'
author:
- first_name: Maximilian
  full_name: Pensel, Maximilian
  last_name: Pensel
- first_name: Anni-Yasmin
  full_name: Turhan, Anni-Yasmin
  id: '104470'
  last_name: Turhan
citation:
  ama: 'Pensel M, Turhan A-Y. Making Quantification Relevant Again - the Case of Defeasible
    EL_\textbackslashbot. In: Booth R, Casini G, Varzinczak I, eds. <i>Proceedings
    of the 4th International Workshop on Defeasible and Ampliative Reasoning (DARe-17)
    Co-Located with the 14th International Conference on Logic Programming and Nonmonotonic
    Reasoning (LPNMR 2017), Espoo, Finland, July 3, 2017</i>. Vol 1872. CEUR Workshop
    Proceedings. CEUR-WS.org; 2017:44–57.'
  apa: Pensel, M., &#38; Turhan, A.-Y. (2017). Making Quantification Relevant Again
    - the Case of Defeasible EL_\textbackslashbot. In R. Booth, G. Casini, &#38; I.
    Varzinczak (Eds.), <i>Proceedings of the 4th International Workshop on Defeasible
    and Ampliative Reasoning (DARe-17) co-located with the 14th International Conference
    on Logic Programming and Nonmonotonic Reasoning (LPNMR 2017), Espoo, Finland,
    July 3, 2017</i> (Vol. 1872, pp. 44–57). CEUR-WS.org.
  bibtex: '@inproceedings{Pensel_Turhan_2017, series={CEUR Workshop Proceedings},
    title={Making Quantification Relevant Again - the Case of Defeasible EL_\textbackslashbot},
    volume={1872}, booktitle={Proceedings of the 4th International Workshop on Defeasible
    and Ampliative Reasoning (DARe-17) co-located with the 14th International Conference
    on Logic Programming and Nonmonotonic Reasoning (LPNMR 2017), Espoo, Finland,
    July 3, 2017}, publisher={CEUR-WS.org}, author={Pensel, Maximilian and Turhan,
    Anni-Yasmin}, editor={Booth, Richard and Casini, Giovanni and Varzinczak, Ivan},
    year={2017}, pages={44–57}, collection={CEUR Workshop Proceedings} }'
  chicago: Pensel, Maximilian, and Anni-Yasmin Turhan. “Making Quantification Relevant
    Again - the Case of Defeasible EL_\textbackslashbot.” In <i>Proceedings of the
    4th International Workshop on Defeasible and Ampliative Reasoning (DARe-17) Co-Located
    with the 14th International Conference on Logic Programming and Nonmonotonic Reasoning
    (LPNMR 2017), Espoo, Finland, July 3, 2017</i>, edited by Richard Booth, Giovanni
    Casini, and Ivan Varzinczak, 1872:44–57. CEUR Workshop Proceedings. CEUR-WS.org,
    2017.
  ieee: M. Pensel and A.-Y. Turhan, “Making Quantification Relevant Again - the Case
    of Defeasible EL_\textbackslashbot,” in <i>Proceedings of the 4th International
    Workshop on Defeasible and Ampliative Reasoning (DARe-17) co-located with the
    14th International Conference on Logic Programming and Nonmonotonic Reasoning
    (LPNMR 2017), Espoo, Finland, July 3, 2017</i>, 2017, vol. 1872, pp. 44–57.
  mla: Pensel, Maximilian, and Anni-Yasmin Turhan. “Making Quantification Relevant
    Again - the Case of Defeasible EL_\textbackslashbot.” <i>Proceedings of the 4th
    International Workshop on Defeasible and Ampliative Reasoning (DARe-17) Co-Located
    with the 14th International Conference on Logic Programming and Nonmonotonic Reasoning
    (LPNMR 2017), Espoo, Finland, July 3, 2017</i>, edited by Richard Booth et al.,
    vol. 1872, CEUR-WS.org, 2017, pp. 44–57.
  short: 'M. Pensel, A.-Y. Turhan, in: R. Booth, G. Casini, I. Varzinczak (Eds.),
    Proceedings of the 4th International Workshop on Defeasible and Ampliative Reasoning
    (DARe-17) Co-Located with the 14th International Conference on Logic Programming
    and Nonmonotonic Reasoning (LPNMR 2017), Espoo, Finland, July 3, 2017, CEUR-WS.org,
    2017, pp. 44–57.'
date_created: 2024-10-10T12:49:47Z
date_updated: 2024-10-10T12:50:36Z
editor:
- first_name: Richard
  full_name: Booth, Richard
  last_name: Booth
- first_name: Giovanni
  full_name: Casini, Giovanni
  last_name: Casini
- first_name: Ivan
  full_name: Varzinczak, Ivan
  last_name: Varzinczak
intvolume: '      1872'
language:
- iso: eng
page: 44–57
publication: Proceedings of the 4th International Workshop on Defeasible and Ampliative
  Reasoning (DARe-17) co-located with the 14th International Conference on Logic Programming
  and Nonmonotonic Reasoning (LPNMR 2017), Espoo, Finland, July 3, 2017
publisher: CEUR-WS.org
series_title: CEUR Workshop Proceedings
status: public
title: Making Quantification Relevant Again - the Case of Defeasible EL_\textbackslashbot
type: conference
user_id: '15504'
volume: 1872
year: '2017'
...
---
_id: '56515'
author:
- first_name: Maximilian
  full_name: Pensel, Maximilian
  last_name: Pensel
- first_name: Anni-Yasmin
  full_name: Turhan, Anni-Yasmin
  id: '104470'
  last_name: Turhan
citation:
  ama: 'Pensel M, Turhan A-Y. Including Quantification in Defeasible Reasoning for
    the Description Logic EL\(_\mbox\(\perp\)\). In: Balduccini M, Janhunen T, eds.
    <i>Logic Programming and Nonmonotonic Reasoning - 14th International Conference,
    LPNMR 2017, Espoo, Finland, July 3-6, 2017, Proceedings</i>. Vol 10377. Lecture
    Notes in Computer Science. Springer; 2017:78–84. doi:<a href="https://doi.org/10.1007/978-3-319-61660-5_9">10.1007/978-3-319-61660-5_9</a>'
  apa: Pensel, M., &#38; Turhan, A.-Y. (2017). Including Quantification in Defeasible
    Reasoning for the Description Logic EL\(_\mbox\(\perp\)\). In M. Balduccini &#38;
    T. Janhunen (Eds.), <i>Logic Programming and Nonmonotonic Reasoning - 14th International
    Conference, LPNMR 2017, Espoo, Finland, July 3-6, 2017, Proceedings</i> (Vol.
    10377, pp. 78–84). Springer. <a href="https://doi.org/10.1007/978-3-319-61660-5_9">https://doi.org/10.1007/978-3-319-61660-5_9</a>
  bibtex: '@inproceedings{Pensel_Turhan_2017, series={Lecture Notes in Computer Science},
    title={Including Quantification in Defeasible Reasoning for the Description Logic
    EL\(_\mbox\(\perp\)\)}, volume={10377}, DOI={<a href="https://doi.org/10.1007/978-3-319-61660-5_9">10.1007/978-3-319-61660-5_9</a>},
    booktitle={Logic Programming and Nonmonotonic Reasoning - 14th International Conference,
    LPNMR 2017, Espoo, Finland, July 3-6, 2017, Proceedings}, publisher={Springer},
    author={Pensel, Maximilian and Turhan, Anni-Yasmin}, editor={Balduccini, Marcello
    and Janhunen, Tomi}, year={2017}, pages={78–84}, collection={Lecture Notes in
    Computer Science} }'
  chicago: Pensel, Maximilian, and Anni-Yasmin Turhan. “Including Quantification in
    Defeasible Reasoning for the Description Logic EL\(_\mbox\(\perp\)\).” In <i>Logic
    Programming and Nonmonotonic Reasoning - 14th International Conference, LPNMR
    2017, Espoo, Finland, July 3-6, 2017, Proceedings</i>, edited by Marcello Balduccini
    and Tomi Janhunen, 10377:78–84. Lecture Notes in Computer Science. Springer, 2017.
    <a href="https://doi.org/10.1007/978-3-319-61660-5_9">https://doi.org/10.1007/978-3-319-61660-5_9</a>.
  ieee: 'M. Pensel and A.-Y. Turhan, “Including Quantification in Defeasible Reasoning
    for the Description Logic EL\(_\mbox\(\perp\)\),” in <i>Logic Programming and
    Nonmonotonic Reasoning - 14th International Conference, LPNMR 2017, Espoo, Finland,
    July 3-6, 2017, Proceedings</i>, 2017, vol. 10377, pp. 78–84, doi: <a href="https://doi.org/10.1007/978-3-319-61660-5_9">10.1007/978-3-319-61660-5_9</a>.'
  mla: Pensel, Maximilian, and Anni-Yasmin Turhan. “Including Quantification in Defeasible
    Reasoning for the Description Logic EL\(_\mbox\(\perp\)\).” <i>Logic Programming
    and Nonmonotonic Reasoning - 14th International Conference, LPNMR 2017, Espoo,
    Finland, July 3-6, 2017, Proceedings</i>, edited by Marcello Balduccini and Tomi
    Janhunen, vol. 10377, Springer, 2017, pp. 78–84, doi:<a href="https://doi.org/10.1007/978-3-319-61660-5_9">10.1007/978-3-319-61660-5_9</a>.
  short: 'M. Pensel, A.-Y. Turhan, in: M. Balduccini, T. Janhunen (Eds.), Logic Programming
    and Nonmonotonic Reasoning - 14th International Conference, LPNMR 2017, Espoo,
    Finland, July 3-6, 2017, Proceedings, Springer, 2017, pp. 78–84.'
date_created: 2024-10-10T12:51:10Z
date_updated: 2024-10-10T12:51:35Z
doi: 10.1007/978-3-319-61660-5_9
editor:
- first_name: Marcello
  full_name: Balduccini, Marcello
  last_name: Balduccini
- first_name: Tomi
  full_name: Janhunen, Tomi
  last_name: Janhunen
intvolume: '     10377'
language:
- iso: eng
page: 78–84
publication: Logic Programming and Nonmonotonic Reasoning - 14th International Conference,
  LPNMR 2017, Espoo, Finland, July 3-6, 2017, Proceedings
publisher: Springer
series_title: Lecture Notes in Computer Science
status: public
title: Including Quantification in Defeasible Reasoning for the Description Logic
  EL\(_\mbox\(\perp\)\)
type: conference
user_id: '15504'
volume: 10377
year: '2017'
...
---
_id: '56513'
author:
- first_name: Patrick
  full_name: Koopmann, Patrick
  last_name: Koopmann
- first_name: Marcus
  full_name: Hähnel, Marcus
  last_name: Hähnel
- first_name: Anni-Yasmin
  full_name: Turhan, Anni-Yasmin
  id: '104470'
  last_name: Turhan
citation:
  ama: 'Koopmann P, Hähnel M, Turhan A-Y. Energy-Efficiency of OWL Reasoners - Frequency
    Matters. In: Wang Z, Turhan A-Y, Wang K, Zhang X, eds. <i>Semantic Technology
    - 7th Joint International Conference, JIST 2017, Gold Coast, QLD, Australia, November
    10-12, 2017, Proceedings</i>. Vol 10675. Lecture Notes in Computer Science. Springer;
    2017:86–101. doi:<a href="https://doi.org/10.1007/978-3-319-70682-5_6">10.1007/978-3-319-70682-5_6</a>'
  apa: Koopmann, P., Hähnel, M., &#38; Turhan, A.-Y. (2017). Energy-Efficiency of
    OWL Reasoners - Frequency Matters. In Z. Wang, A.-Y. Turhan, K. Wang, &#38; X.
    Zhang (Eds.), <i>Semantic Technology - 7th Joint International Conference, JIST
    2017, Gold Coast, QLD, Australia, November 10-12, 2017, Proceedings</i> (Vol.
    10675, pp. 86–101). Springer. <a href="https://doi.org/10.1007/978-3-319-70682-5_6">https://doi.org/10.1007/978-3-319-70682-5_6</a>
  bibtex: '@inproceedings{Koopmann_Hähnel_Turhan_2017, series={Lecture Notes in Computer
    Science}, title={Energy-Efficiency of OWL Reasoners - Frequency Matters}, volume={10675},
    DOI={<a href="https://doi.org/10.1007/978-3-319-70682-5_6">10.1007/978-3-319-70682-5_6</a>},
    booktitle={Semantic Technology - 7th Joint International Conference, JIST 2017,
    Gold Coast, QLD, Australia, November 10-12, 2017, Proceedings}, publisher={Springer},
    author={Koopmann, Patrick and Hähnel, Marcus and Turhan, Anni-Yasmin}, editor={Wang,
    Zhe and Turhan, Anni-Yasmin and Wang, Kewen and Zhang, Xiaowang}, year={2017},
    pages={86–101}, collection={Lecture Notes in Computer Science} }'
  chicago: Koopmann, Patrick, Marcus Hähnel, and Anni-Yasmin Turhan. “Energy-Efficiency
    of OWL Reasoners - Frequency Matters.” In <i>Semantic Technology - 7th Joint International
    Conference, JIST 2017, Gold Coast, QLD, Australia, November 10-12, 2017, Proceedings</i>,
    edited by Zhe Wang, Anni-Yasmin Turhan, Kewen Wang, and Xiaowang Zhang, 10675:86–101.
    Lecture Notes in Computer Science. Springer, 2017. <a href="https://doi.org/10.1007/978-3-319-70682-5_6">https://doi.org/10.1007/978-3-319-70682-5_6</a>.
  ieee: 'P. Koopmann, M. Hähnel, and A.-Y. Turhan, “Energy-Efficiency of OWL Reasoners
    - Frequency Matters,” in <i>Semantic Technology - 7th Joint International Conference,
    JIST 2017, Gold Coast, QLD, Australia, November 10-12, 2017, Proceedings</i>,
    2017, vol. 10675, pp. 86–101, doi: <a href="https://doi.org/10.1007/978-3-319-70682-5_6">10.1007/978-3-319-70682-5_6</a>.'
  mla: Koopmann, Patrick, et al. “Energy-Efficiency of OWL Reasoners - Frequency Matters.”
    <i>Semantic Technology - 7th Joint International Conference, JIST 2017, Gold Coast,
    QLD, Australia, November 10-12, 2017, Proceedings</i>, edited by Zhe Wang et al.,
    vol. 10675, Springer, 2017, pp. 86–101, doi:<a href="https://doi.org/10.1007/978-3-319-70682-5_6">10.1007/978-3-319-70682-5_6</a>.
  short: 'P. Koopmann, M. Hähnel, A.-Y. Turhan, in: Z. Wang, A.-Y. Turhan, K. Wang,
    X. Zhang (Eds.), Semantic Technology - 7th Joint International Conference, JIST
    2017, Gold Coast, QLD, Australia, November 10-12, 2017, Proceedings, Springer,
    2017, pp. 86–101.'
date_created: 2024-10-10T12:48:59Z
date_updated: 2024-10-10T12:49:16Z
doi: 10.1007/978-3-319-70682-5_6
editor:
- first_name: Zhe
  full_name: Wang, Zhe
  last_name: Wang
- first_name: Anni-Yasmin
  full_name: Turhan, Anni-Yasmin
  last_name: Turhan
- first_name: Kewen
  full_name: Wang, Kewen
  last_name: Wang
- first_name: Xiaowang
  full_name: Zhang, Xiaowang
  last_name: Zhang
intvolume: '     10675'
language:
- iso: eng
page: 86–101
publication: Semantic Technology - 7th Joint International Conference, JIST 2017,
  Gold Coast, QLD, Australia, November 10-12, 2017, Proceedings
publisher: Springer
series_title: Lecture Notes in Computer Science
status: public
title: Energy-Efficiency of OWL Reasoners - Frequency Matters
type: conference
user_id: '15504'
volume: 10675
year: '2017'
...
---
_id: '56512'
author:
- first_name: Franz
  full_name: Baader, Franz
  last_name: Baader
- first_name: Patrick
  full_name: Koopmann, Patrick
  last_name: Koopmann
- first_name: Anni-Yasmin
  full_name: Turhan, Anni-Yasmin
  id: '104470'
  last_name: Turhan
citation:
  ama: 'Baader F, Koopmann P, Turhan A-Y. Using Ontologies to Query Probabilistic
    Numerical Data. In: Dixon C, Finger M, eds. <i>Frontiers of Combining Systems
    - 11th International Symposium, FroCoS 2017, Brasília, Brazil, September 27-29,
    2017, Proceedings</i>. Vol 10483. Lecture Notes in Computer Science. Springer;
    2017:77–94. doi:<a href="https://doi.org/10.1007/978-3-319-66167-4_5">10.1007/978-3-319-66167-4_5</a>'
  apa: Baader, F., Koopmann, P., &#38; Turhan, A.-Y. (2017). Using Ontologies to Query
    Probabilistic Numerical Data. In C. Dixon &#38; M. Finger (Eds.), <i>Frontiers
    of Combining Systems - 11th International Symposium, FroCoS 2017, Brasília, Brazil,
    September 27-29, 2017, Proceedings</i> (Vol. 10483, pp. 77–94). Springer. <a href="https://doi.org/10.1007/978-3-319-66167-4_5">https://doi.org/10.1007/978-3-319-66167-4_5</a>
  bibtex: '@inproceedings{Baader_Koopmann_Turhan_2017, series={Lecture Notes in Computer
    Science}, title={Using Ontologies to Query Probabilistic Numerical Data}, volume={10483},
    DOI={<a href="https://doi.org/10.1007/978-3-319-66167-4_5">10.1007/978-3-319-66167-4_5</a>},
    booktitle={Frontiers of Combining Systems - 11th International Symposium, FroCoS
    2017, Brasília, Brazil, September 27-29, 2017, Proceedings}, publisher={Springer},
    author={Baader, Franz and Koopmann, Patrick and Turhan, Anni-Yasmin}, editor={Dixon,
    Clare and Finger, Marcelo}, year={2017}, pages={77–94}, collection={Lecture Notes
    in Computer Science} }'
  chicago: Baader, Franz, Patrick Koopmann, and Anni-Yasmin Turhan. “Using Ontologies
    to Query Probabilistic Numerical Data.” In <i>Frontiers of Combining Systems -
    11th International Symposium, FroCoS 2017, Brasília, Brazil, September 27-29,
    2017, Proceedings</i>, edited by Clare Dixon and Marcelo Finger, 10483:77–94.
    Lecture Notes in Computer Science. Springer, 2017. <a href="https://doi.org/10.1007/978-3-319-66167-4_5">https://doi.org/10.1007/978-3-319-66167-4_5</a>.
  ieee: 'F. Baader, P. Koopmann, and A.-Y. Turhan, “Using Ontologies to Query Probabilistic
    Numerical Data,” in <i>Frontiers of Combining Systems - 11th International Symposium,
    FroCoS 2017, Brasília, Brazil, September 27-29, 2017, Proceedings</i>, 2017, vol.
    10483, pp. 77–94, doi: <a href="https://doi.org/10.1007/978-3-319-66167-4_5">10.1007/978-3-319-66167-4_5</a>.'
  mla: Baader, Franz, et al. “Using Ontologies to Query Probabilistic Numerical Data.”
    <i>Frontiers of Combining Systems - 11th International Symposium, FroCoS 2017,
    Brasília, Brazil, September 27-29, 2017, Proceedings</i>, edited by Clare Dixon
    and Marcelo Finger, vol. 10483, Springer, 2017, pp. 77–94, doi:<a href="https://doi.org/10.1007/978-3-319-66167-4_5">10.1007/978-3-319-66167-4_5</a>.
  short: 'F. Baader, P. Koopmann, A.-Y. Turhan, in: C. Dixon, M. Finger (Eds.), Frontiers
    of Combining Systems - 11th International Symposium, FroCoS 2017, Brasília, Brazil,
    September 27-29, 2017, Proceedings, Springer, 2017, pp. 77–94.'
date_created: 2024-10-10T12:47:56Z
date_updated: 2024-10-10T12:48:14Z
doi: 10.1007/978-3-319-66167-4_5
editor:
- first_name: Clare
  full_name: Dixon, Clare
  last_name: Dixon
- first_name: Marcelo
  full_name: Finger, Marcelo
  last_name: Finger
intvolume: '     10483'
language:
- iso: eng
page: 77–94
publication: Frontiers of Combining Systems - 11th International Symposium, FroCoS
  2017, Brasília, Brazil, September 27-29, 2017, Proceedings
publisher: Springer
series_title: Lecture Notes in Computer Science
status: public
title: Using Ontologies to Query Probabilistic Numerical Data
type: conference
user_id: '15504'
volume: 10483
year: '2017'
...
