---
_id: '16423'
abstract:
- lang: eng
  text: Heterogeneous computing that exploits simultaneous co-processing with different
    device types has been shown to be effective at both increasing performance and
    reducing energy consumption. In this paper, we extend a scheduling framework encapsulated
    in a high-level C++ template and previously developed for heterogeneous chips
    comprising CPU and GPU cores, to new high-performance platforms for the data center,
    which include a cache coherent FPGA fabric and many-core CPU resources. Our goal
    is to evaluate the suitability of our framework with these new FPGA-based platforms,
    identifying performance benefits and limitations.We target the state-of-the-art
    HARP processor that includes 14 high-end Xeon classes tightly coupled to a FPGA
    device located in the same package. We select eight benchmarks from the high-performance
    computing domain that have been ported and optimized for this heterogeneous platform.
    The results show that a dynamic and adaptive scheduler that exploits simultaneous
    processing among the devices can improve performance up to a factor of 8 × compared
    to the best alternative solutions that only use the CPU cores or the FPGA fabric.
    Moreover, our proposal achieves up to 15% and 37% of improvement compared to the
    best heterogeneous solutions found with a dynamic and static schedulers, respectively.
author:
- first_name: Andrés
  full_name: Rodríguez, Andrés
  last_name: Rodríguez
- first_name: Angeles
  full_name: Navarro, Angeles
  last_name: Navarro
- first_name: Rafael
  full_name: Asenjo, Rafael
  last_name: Asenjo
- first_name: Francisco
  full_name: Corbera, Francisco
  last_name: Corbera
- first_name: Rubén
  full_name: Gran, Rubén
  last_name: Gran
- first_name: Darío
  full_name: Suárez, Darío
  last_name: Suárez
- first_name: Jose
  full_name: Nunez-Yanez, Jose
  last_name: Nunez-Yanez
citation:
  ama: Rodríguez A, Navarro A, Asenjo R, et al. Parallel multiprocessing and scheduling
    on the heterogeneous Xeon+FPGA platform. <i>The Journal of Supercomputing</i>.
    2019. doi:<a href="https://doi.org/10.1007/s11227-019-02935-1">10.1007/s11227-019-02935-1</a>
  apa: Rodríguez, A., Navarro, A., Asenjo, R., Corbera, F., Gran, R., Suárez, D.,
    &#38; Nunez-Yanez, J. (2019). Parallel multiprocessing and scheduling on the heterogeneous
    Xeon+FPGA platform. <i>The Journal of Supercomputing</i>. <a href="https://doi.org/10.1007/s11227-019-02935-1">https://doi.org/10.1007/s11227-019-02935-1</a>
  bibtex: '@article{Rodríguez_Navarro_Asenjo_Corbera_Gran_Suárez_Nunez-Yanez_2019,
    title={Parallel multiprocessing and scheduling on the heterogeneous Xeon+FPGA
    platform}, DOI={<a href="https://doi.org/10.1007/s11227-019-02935-1">10.1007/s11227-019-02935-1</a>},
    journal={The Journal of Supercomputing}, author={Rodríguez, Andrés and Navarro,
    Angeles and Asenjo, Rafael and Corbera, Francisco and Gran, Rubén and Suárez,
    Darío and Nunez-Yanez, Jose}, year={2019} }'
  chicago: Rodríguez, Andrés, Angeles Navarro, Rafael Asenjo, Francisco Corbera, Rubén
    Gran, Darío Suárez, and Jose Nunez-Yanez. “Parallel Multiprocessing and Scheduling
    on the Heterogeneous Xeon+FPGA Platform.” <i>The Journal of Supercomputing</i>,
    2019. <a href="https://doi.org/10.1007/s11227-019-02935-1">https://doi.org/10.1007/s11227-019-02935-1</a>.
  ieee: A. Rodríguez <i>et al.</i>, “Parallel multiprocessing and scheduling on the
    heterogeneous Xeon+FPGA platform,” <i>The Journal of Supercomputing</i>, 2019.
  mla: Rodríguez, Andrés, et al. “Parallel Multiprocessing and Scheduling on the Heterogeneous
    Xeon+FPGA Platform.” <i>The Journal of Supercomputing</i>, 2019, doi:<a href="https://doi.org/10.1007/s11227-019-02935-1">10.1007/s11227-019-02935-1</a>.
  short: A. Rodríguez, A. Navarro, R. Asenjo, F. Corbera, R. Gran, D. Suárez, J. Nunez-Yanez,
    The Journal of Supercomputing (2019).
date_created: 2020-04-06T12:09:25Z
date_updated: 2022-01-06T06:52:50Z
doi: 10.1007/s11227-019-02935-1
keyword:
- pc2-harp-ressources
language:
- iso: eng
publication: The Journal of Supercomputing
publication_identifier:
  issn:
  - 0920-8542
  - 1573-0484
publication_status: published
status: public
title: Parallel multiprocessing and scheduling on the heterogeneous Xeon+FPGA platform
type: journal_article
user_id: '61189'
year: '2019'
...
---
_id: '16427'
abstract:
- lang: eng
  text: "Transactional Memory (TM) has been considered as a promising alternative
    to existing synchronization operations, which are often the largest stumbling
    block to unleashing parallelism of applications. Efficient implementations of
    TM, however, are challenging due to the tension between lowering performance overhead
    and avoiding unnecessary aborts.\r\n\r\nIn this paper, we present Reachability-based
    Optimistic Concurrency Control for Transactional Memory (ROCoCoTM), a novel scheme
    which offloads concurrency control (CC) algorithms, the central building blocks
    of TM systems, to reconfigurable hardware. To reduce the abort rate, an innovative
    formalization of mainstream CC algorithms is developed to reveal a common restriction
    that leads to unnecessary aborts. This restriction is resolved by the ROCoCo algorithm
    with a centralized validation phase, which can be efficiently pipelined in hardware.
    Thanks to a high-performance offloading engine implemented in reconfigurable hardware,
    ROCoCo algorithm results in decreased abort rates and reduced performance overhead.
    The whole system is implemented on Intel's HARP2 platform and evaluated with the
    STAMP benchmark suite. Experiments show 1.55x and 8.05x geomean speedup over TinySTM
    and an HTM based on Intel TSX, respectively. Given the fast-growing deployment
    of commodity CPU-FPGA platforms, ROCoCoTM paves the way for software programmers
    to exploit heterogeneous computing resources with a high-level transactional abstraction
    to effectively extract the parallelism in modern applications."
author:
- first_name: Zhaoshi
  full_name: Li, Zhaoshi
  last_name: Li
- first_name: Leibo
  full_name: Liu, Leibo
  last_name: Liu
- first_name: Yangdong
  full_name: Deng, Yangdong
  last_name: Deng
- first_name: Jiawei
  full_name: Wang, Jiawei
  last_name: Wang
- first_name: Zhiwei
  full_name: Liu, Zhiwei
  last_name: Liu
- first_name: Shouyi
  full_name: Yin, Shouyi
  last_name: Yin
- first_name: Shaojun
  full_name: Wei, Shaojun
  last_name: Wei
citation:
  ama: 'Li Z, Liu L, Deng Y, et al. FPGA-Accelerated Optimistic Concurrency Control
    for Transactional Memory. In: <i>Proceedings of the 52nd Annual IEEE/ACM International
    Symposium on Microarchitecture</i>. ; 2019. doi:<a href="https://doi.org/10.1145/3352460.3358270">10.1145/3352460.3358270</a>'
  apa: Li, Z., Liu, L., Deng, Y., Wang, J., Liu, Z., Yin, S., &#38; Wei, S. (2019).
    FPGA-Accelerated Optimistic Concurrency Control for Transactional Memory. In <i>Proceedings
    of the 52nd Annual IEEE/ACM International Symposium on Microarchitecture</i>.
    <a href="https://doi.org/10.1145/3352460.3358270">https://doi.org/10.1145/3352460.3358270</a>
  bibtex: '@inproceedings{Li_Liu_Deng_Wang_Liu_Yin_Wei_2019, title={FPGA-Accelerated
    Optimistic Concurrency Control for Transactional Memory}, DOI={<a href="https://doi.org/10.1145/3352460.3358270">10.1145/3352460.3358270</a>},
    booktitle={Proceedings of the 52nd Annual IEEE/ACM International Symposium on
    Microarchitecture}, author={Li, Zhaoshi and Liu, Leibo and Deng, Yangdong and
    Wang, Jiawei and Liu, Zhiwei and Yin, Shouyi and Wei, Shaojun}, year={2019} }'
  chicago: Li, Zhaoshi, Leibo Liu, Yangdong Deng, Jiawei Wang, Zhiwei Liu, Shouyi
    Yin, and Shaojun Wei. “FPGA-Accelerated Optimistic Concurrency Control for Transactional
    Memory.” In <i>Proceedings of the 52nd Annual IEEE/ACM International Symposium
    on Microarchitecture</i>, 2019. <a href="https://doi.org/10.1145/3352460.3358270">https://doi.org/10.1145/3352460.3358270</a>.
  ieee: Z. Li <i>et al.</i>, “FPGA-Accelerated Optimistic Concurrency Control for
    Transactional Memory,” in <i>Proceedings of the 52nd Annual IEEE/ACM International
    Symposium on Microarchitecture</i>, 2019.
  mla: Li, Zhaoshi, et al. “FPGA-Accelerated Optimistic Concurrency Control for Transactional
    Memory.” <i>Proceedings of the 52nd Annual IEEE/ACM International Symposium on
    Microarchitecture</i>, 2019, doi:<a href="https://doi.org/10.1145/3352460.3358270">10.1145/3352460.3358270</a>.
  short: 'Z. Li, L. Liu, Y. Deng, J. Wang, Z. Liu, S. Yin, S. Wei, in: Proceedings
    of the 52nd Annual IEEE/ACM International Symposium on Microarchitecture, 2019.'
date_created: 2020-04-06T12:49:40Z
date_updated: 2022-01-06T06:52:50Z
doi: 10.1145/3352460.3358270
keyword:
- pc2-harp-ressources
language:
- iso: eng
publication: Proceedings of the 52nd Annual IEEE/ACM International Symposium on Microarchitecture
publication_identifier:
  isbn:
  - '9781450369381'
publication_status: published
status: public
title: FPGA-Accelerated Optimistic Concurrency Control for Transactional Memory
type: conference
user_id: '61189'
year: '2019'
...
---
_id: '16433'
author:
- first_name: Philipp
  full_name: Rehlaender, Philipp
  id: '69469'
  last_name: Rehlaender
- first_name: Tobias
  full_name: Grote, Tobias
  last_name: Grote
- first_name: Sergey
  full_name: Tikhonov, Sergey
  last_name: Tikhonov
- first_name: Hugues
  full_name: Niejende, Hugues
  last_name: Niejende
- first_name: Frank
  full_name: Schafmeister, Frank
  last_name: Schafmeister
- first_name: Joachim
  full_name: Bocker, Joachim
  last_name: Bocker
- first_name: Peter
  full_name: Thiemann, Peter
  last_name: Thiemann
citation:
  ama: 'Rehlaender P, Grote T, Tikhonov S, et al. A PCB Integrated Winding Using a
    Litz Structure for a Wireless Charging Coil. In: <i>2019 21st European Conference
    on Power Electronics and Applications (EPE ’19 ECCE Europe)</i>. ; 2019. doi:<a
    href="https://doi.org/10.23919/epe.2019.8914900">10.23919/epe.2019.8914900</a>'
  apa: Rehlaender, P., Grote, T., Tikhonov, S., Niejende, H., Schafmeister, F., Bocker,
    J., &#38; Thiemann, P. (2019). A PCB Integrated Winding Using a Litz Structure
    for a Wireless Charging Coil. In <i>2019 21st European Conference on Power Electronics
    and Applications (EPE ’19 ECCE Europe)</i>. <a href="https://doi.org/10.23919/epe.2019.8914900">https://doi.org/10.23919/epe.2019.8914900</a>
  bibtex: '@inproceedings{Rehlaender_Grote_Tikhonov_Niejende_Schafmeister_Bocker_Thiemann_2019,
    title={A PCB Integrated Winding Using a Litz Structure for a Wireless Charging
    Coil}, DOI={<a href="https://doi.org/10.23919/epe.2019.8914900">10.23919/epe.2019.8914900</a>},
    booktitle={2019 21st European Conference on Power Electronics and Applications
    (EPE ’19 ECCE Europe)}, author={Rehlaender, Philipp and Grote, Tobias and Tikhonov,
    Sergey and Niejende, Hugues and Schafmeister, Frank and Bocker, Joachim and Thiemann,
    Peter}, year={2019} }'
  chicago: Rehlaender, Philipp, Tobias Grote, Sergey Tikhonov, Hugues Niejende, Frank
    Schafmeister, Joachim Bocker, and Peter Thiemann. “A PCB Integrated Winding Using
    a Litz Structure for a Wireless Charging Coil.” In <i>2019 21st European Conference
    on Power Electronics and Applications (EPE ’19 ECCE Europe)</i>, 2019. <a href="https://doi.org/10.23919/epe.2019.8914900">https://doi.org/10.23919/epe.2019.8914900</a>.
  ieee: P. Rehlaender <i>et al.</i>, “A PCB Integrated Winding Using a Litz Structure
    for a Wireless Charging Coil,” in <i>2019 21st European Conference on Power Electronics
    and Applications (EPE ’19 ECCE Europe)</i>, 2019.
  mla: Rehlaender, Philipp, et al. “A PCB Integrated Winding Using a Litz Structure
    for a Wireless Charging Coil.” <i>2019 21st European Conference on Power Electronics
    and Applications (EPE ’19 ECCE Europe)</i>, 2019, doi:<a href="https://doi.org/10.23919/epe.2019.8914900">10.23919/epe.2019.8914900</a>.
  short: 'P. Rehlaender, T. Grote, S. Tikhonov, H. Niejende, F. Schafmeister, J. Bocker,
    P. Thiemann, in: 2019 21st European Conference on Power Electronics and Applications
    (EPE ’19 ECCE Europe), 2019.'
date_created: 2020-04-06T14:57:01Z
date_updated: 2022-01-06T06:52:50Z
doi: 10.23919/epe.2019.8914900
language:
- iso: eng
publication: 2019 21st European Conference on Power Electronics and Applications (EPE
  '19 ECCE Europe)
publication_identifier:
  isbn:
  - '9789075815313'
publication_status: published
status: public
title: A PCB Integrated Winding Using a Litz Structure for a Wireless Charging Coil
type: conference
user_id: '69469'
year: '2019'
...
---
_id: '16438'
author:
- first_name: Philipp
  full_name: Rehlaender, Philipp
  id: '69469'
  last_name: Rehlaender
- first_name: Frank
  full_name: Schafmeister, Frank
  last_name: Schafmeister
- first_name: Joachim
  full_name: Bocker, Joachim
  last_name: Bocker
- first_name: Tobias
  full_name: Grote, Tobias
  last_name: Grote
citation:
  ama: 'Rehlaender P, Schafmeister F, Bocker J, Grote T. Analytical Topology Comparison
    for a Single Stage On-Board EV-Battery Converter. In: <i>2019 IEEE 28th International
    Symposium on Industrial Electronics (ISIE)</i>. ; 2019. doi:<a href="https://doi.org/10.1109/isie.2019.8781222">10.1109/isie.2019.8781222</a>'
  apa: Rehlaender, P., Schafmeister, F., Bocker, J., &#38; Grote, T. (2019). Analytical
    Topology Comparison for a Single Stage On-Board EV-Battery Converter. In <i>2019
    IEEE 28th International Symposium on Industrial Electronics (ISIE)</i>. <a href="https://doi.org/10.1109/isie.2019.8781222">https://doi.org/10.1109/isie.2019.8781222</a>
  bibtex: '@inproceedings{Rehlaender_Schafmeister_Bocker_Grote_2019, title={Analytical
    Topology Comparison for a Single Stage On-Board EV-Battery Converter}, DOI={<a
    href="https://doi.org/10.1109/isie.2019.8781222">10.1109/isie.2019.8781222</a>},
    booktitle={2019 IEEE 28th International Symposium on Industrial Electronics (ISIE)},
    author={Rehlaender, Philipp and Schafmeister, Frank and Bocker, Joachim and Grote,
    Tobias}, year={2019} }'
  chicago: Rehlaender, Philipp, Frank Schafmeister, Joachim Bocker, and Tobias Grote.
    “Analytical Topology Comparison for a Single Stage On-Board EV-Battery Converter.”
    In <i>2019 IEEE 28th International Symposium on Industrial Electronics (ISIE)</i>,
    2019. <a href="https://doi.org/10.1109/isie.2019.8781222">https://doi.org/10.1109/isie.2019.8781222</a>.
  ieee: P. Rehlaender, F. Schafmeister, J. Bocker, and T. Grote, “Analytical Topology
    Comparison for a Single Stage On-Board EV-Battery Converter,” in <i>2019 IEEE
    28th International Symposium on Industrial Electronics (ISIE)</i>, 2019.
  mla: Rehlaender, Philipp, et al. “Analytical Topology Comparison for a Single Stage
    On-Board EV-Battery Converter.” <i>2019 IEEE 28th International Symposium on Industrial
    Electronics (ISIE)</i>, 2019, doi:<a href="https://doi.org/10.1109/isie.2019.8781222">10.1109/isie.2019.8781222</a>.
  short: 'P. Rehlaender, F. Schafmeister, J. Bocker, T. Grote, in: 2019 IEEE 28th
    International Symposium on Industrial Electronics (ISIE), 2019.'
date_created: 2020-04-06T14:58:32Z
date_updated: 2022-01-06T06:52:50Z
doi: 10.1109/isie.2019.8781222
language:
- iso: eng
publication: 2019 IEEE 28th International Symposium on Industrial Electronics (ISIE)
publication_identifier:
  isbn:
  - '9781728136660'
publication_status: published
status: public
title: Analytical Topology Comparison for a Single Stage On-Board EV-Battery Converter
type: conference
user_id: '69469'
year: '2019'
...
---
_id: '16443'
author:
- first_name: Philipp
  full_name: Rehlaender, Philipp
  id: '69469'
  last_name: Rehlaender
- first_name: Maik
  full_name: Schroeer, Maik
  last_name: Schroeer
- first_name: Gavneet
  full_name: Chadha, Gavneet
  last_name: Chadha
- first_name: Andreas
  full_name: Schwung, Andreas
  last_name: Schwung
citation:
  ama: 'Rehlaender P, Schroeer M, Chadha G, Schwung A. Traffic Sign Detection Using
    R-CNN. In: <i>Proceedings of the International Neural Networks Society</i>. Cham;
    2019. doi:<a href="https://doi.org/10.1007/978-3-030-16841-4_24">10.1007/978-3-030-16841-4_24</a>'
  apa: Rehlaender, P., Schroeer, M., Chadha, G., &#38; Schwung, A. (2019). Traffic
    Sign Detection Using R-CNN. In <i>Proceedings of the International Neural Networks
    Society</i>. Cham. <a href="https://doi.org/10.1007/978-3-030-16841-4_24">https://doi.org/10.1007/978-3-030-16841-4_24</a>
  bibtex: '@inbook{Rehlaender_Schroeer_Chadha_Schwung_2019, place={Cham}, title={Traffic
    Sign Detection Using R-CNN}, DOI={<a href="https://doi.org/10.1007/978-3-030-16841-4_24">10.1007/978-3-030-16841-4_24</a>},
    booktitle={Proceedings of the International Neural Networks Society}, author={Rehlaender,
    Philipp and Schroeer, Maik and Chadha, Gavneet and Schwung, Andreas}, year={2019}
    }'
  chicago: Rehlaender, Philipp, Maik Schroeer, Gavneet Chadha, and Andreas Schwung.
    “Traffic Sign Detection Using R-CNN.” In <i>Proceedings of the International Neural
    Networks Society</i>. Cham, 2019. <a href="https://doi.org/10.1007/978-3-030-16841-4_24">https://doi.org/10.1007/978-3-030-16841-4_24</a>.
  ieee: P. Rehlaender, M. Schroeer, G. Chadha, and A. Schwung, “Traffic Sign Detection
    Using R-CNN,” in <i>Proceedings of the International Neural Networks Society</i>,
    Cham, 2019.
  mla: Rehlaender, Philipp, et al. “Traffic Sign Detection Using R-CNN.” <i>Proceedings
    of the International Neural Networks Society</i>, 2019, doi:<a href="https://doi.org/10.1007/978-3-030-16841-4_24">10.1007/978-3-030-16841-4_24</a>.
  short: 'P. Rehlaender, M. Schroeer, G. Chadha, A. Schwung, in: Proceedings of the
    International Neural Networks Society, Cham, 2019.'
date_created: 2020-04-06T15:21:15Z
date_updated: 2022-01-06T06:52:50Z
doi: 10.1007/978-3-030-16841-4_24
extern: '1'
language:
- iso: eng
place: Cham
publication: Proceedings of the International Neural Networks Society
publication_identifier:
  isbn:
  - '9783030168407'
  - '9783030168414'
  issn:
  - 2661-8141
  - 2661-815X
publication_status: published
status: public
title: Traffic Sign Detection Using R-CNN
type: book_chapter
user_id: '69469'
year: '2019'
...
---
_id: '16709'
author:
- first_name: Tuhin
  full_name: Sahai, Tuhin
  last_name: Sahai
- first_name: Adrian
  full_name: Ziessler, Adrian
  last_name: Ziessler
- first_name: Stefan
  full_name: Klus, Stefan
  last_name: Klus
- first_name: Michael
  full_name: Dellnitz, Michael
  last_name: Dellnitz
citation:
  ama: Sahai T, Ziessler A, Klus S, Dellnitz M. Continuous relaxations for the traveling
    salesman problem. <i>Nonlinear Dynamics</i>. 2019. doi:<a href="https://doi.org/10.1007/s11071-019-05092-5">10.1007/s11071-019-05092-5</a>
  apa: Sahai, T., Ziessler, A., Klus, S., &#38; Dellnitz, M. (2019). Continuous relaxations
    for the traveling salesman problem. <i>Nonlinear Dynamics</i>. <a href="https://doi.org/10.1007/s11071-019-05092-5">https://doi.org/10.1007/s11071-019-05092-5</a>
  bibtex: '@article{Sahai_Ziessler_Klus_Dellnitz_2019, title={Continuous relaxations
    for the traveling salesman problem}, DOI={<a href="https://doi.org/10.1007/s11071-019-05092-5">10.1007/s11071-019-05092-5</a>},
    journal={Nonlinear Dynamics}, author={Sahai, Tuhin and Ziessler, Adrian and Klus,
    Stefan and Dellnitz, Michael}, year={2019} }'
  chicago: Sahai, Tuhin, Adrian Ziessler, Stefan Klus, and Michael Dellnitz. “Continuous
    Relaxations for the Traveling Salesman Problem.” <i>Nonlinear Dynamics</i>, 2019.
    <a href="https://doi.org/10.1007/s11071-019-05092-5">https://doi.org/10.1007/s11071-019-05092-5</a>.
  ieee: T. Sahai, A. Ziessler, S. Klus, and M. Dellnitz, “Continuous relaxations for
    the traveling salesman problem,” <i>Nonlinear Dynamics</i>, 2019.
  mla: Sahai, Tuhin, et al. “Continuous Relaxations for the Traveling Salesman Problem.”
    <i>Nonlinear Dynamics</i>, 2019, doi:<a href="https://doi.org/10.1007/s11071-019-05092-5">10.1007/s11071-019-05092-5</a>.
  short: T. Sahai, A. Ziessler, S. Klus, M. Dellnitz, Nonlinear Dynamics (2019).
date_created: 2020-04-16T14:05:04Z
date_updated: 2022-01-06T06:52:55Z
department:
- _id: '101'
doi: 10.1007/s11071-019-05092-5
language:
- iso: eng
publication: Nonlinear Dynamics
publication_identifier:
  issn:
  - 0924-090X
  - 1573-269X
publication_status: published
status: public
title: Continuous relaxations for the traveling salesman problem
type: journal_article
user_id: '47427'
year: '2019'
...
---
_id: '16793'
author:
- first_name: Florian
  full_name: Pfeifer, Florian
  id: '22717'
  last_name: Pfeifer
- first_name: André
  full_name: Dietrich, André
  last_name: Dietrich
- first_name: Thorsten
  full_name: Marten, Thorsten
  id: '338'
  last_name: Marten
- first_name: Thomas
  full_name: Tröster, Thomas
  id: '553'
  last_name: Tröster
- first_name: Bernard
  full_name: Nacke, Bernard
  last_name: Nacke
citation:
  ama: 'Pfeifer F, Dietrich A, Marten T, Tröster T, Nacke B. Investigation on Inductive
    Heating of Sheet Metal for an Industrial Hot Stamping Process. In: <i>Proceedings
    of 7th International Conference on Hot Sheet Metal Forming of High-Performance
    Steel</i>. ; 2019:585-593.'
  apa: Pfeifer, F., Dietrich, A., Marten, T., Tröster, T., &#38; Nacke, B. (2019).
    Investigation on Inductive Heating of Sheet Metal for an Industrial Hot Stamping
    Process. In <i>Proceedings of 7th International Conference on Hot Sheet Metal
    Forming of High-Performance Steel</i> (pp. 585–593). Luleå.
  bibtex: '@inproceedings{Pfeifer_Dietrich_Marten_Tröster_Nacke_2019, title={Investigation
    on Inductive Heating of Sheet Metal for an Industrial Hot Stamping Process}, booktitle={Proceedings
    of 7th International Conference on Hot Sheet Metal Forming of High-Performance
    Steel}, author={Pfeifer, Florian and Dietrich, André and Marten, Thorsten and
    Tröster, Thomas and Nacke, Bernard}, year={2019}, pages={585–593} }'
  chicago: Pfeifer, Florian, André Dietrich, Thorsten Marten, Thomas Tröster, and
    Bernard Nacke. “Investigation on Inductive Heating of Sheet Metal for an Industrial
    Hot Stamping Process.” In <i>Proceedings of 7th International Conference on Hot
    Sheet Metal Forming of High-Performance Steel</i>, 585–93, 2019.
  ieee: F. Pfeifer, A. Dietrich, T. Marten, T. Tröster, and B. Nacke, “Investigation
    on Inductive Heating of Sheet Metal for an Industrial Hot Stamping Process,” in
    <i>Proceedings of 7th International Conference on Hot Sheet Metal Forming of High-Performance
    Steel</i>, Luleå, 2019, pp. 585–593.
  mla: Pfeifer, Florian, et al. “Investigation on Inductive Heating of Sheet Metal
    for an Industrial Hot Stamping Process.” <i>Proceedings of 7th International Conference
    on Hot Sheet Metal Forming of High-Performance Steel</i>, 2019, pp. 585–93.
  short: 'F. Pfeifer, A. Dietrich, T. Marten, T. Tröster, B. Nacke, in: Proceedings
    of 7th International Conference on Hot Sheet Metal Forming of High-Performance
    Steel, 2019, pp. 585–593.'
conference:
  end_date: 2019-06-05
  location: Luleå
  name: 7th International Conference on Hot Sheet Metal Forming of High-Performance
    Steel
  start_date: 2091-06-02
date_created: 2020-04-21T13:39:45Z
date_updated: 2022-01-06T06:52:56Z
department:
- _id: '149'
language:
- iso: eng
page: 585-593
publication: Proceedings of 7th International Conference on Hot Sheet Metal Forming
  of High-Performance Steel
publication_identifier:
  isbn:
  - 978-3-95735-104-3
status: public
title: Investigation on Inductive Heating of Sheet Metal for an Industrial Hot Stamping
  Process
type: conference
user_id: '22717'
year: '2019'
...
---
_id: '16794'
author:
- first_name: Jan André
  full_name: Striewe, Jan André
  id: '29413'
  last_name: Striewe
- first_name: Robert
  full_name: Thomas, Robert
  last_name: Thomas
- first_name: Fabian
  full_name: Fischer, Fabian
  last_name: Fischer
- first_name: Timo
  full_name: Wiens, Timo
  last_name: Wiens
- first_name: Thomas
  full_name: Tröster, Thomas
  id: '553'
  last_name: Tröster
citation:
  ama: 'Striewe JA, Thomas R, Fischer F, Wiens T, Tröster T. Energieabsorptions- und
    Versagensverhalten eines automobilen Seitenschwellers mit lokaler Verstärkung
    aus kohlenstofffaserverstärktem Kunststoff nach Alterung. In: Sankt Augustin:
    DGM-Inventum GmbH ; 2019.'
  apa: 'Striewe, J. A., Thomas, R., Fischer, F., Wiens, T., &#38; Tröster, T. (2019).
    Energieabsorptions- und Versagensverhalten eines automobilen Seitenschwellers
    mit lokaler Verstärkung aus kohlenstofffaserverstärktem Kunststoff nach Alterung.
    Presented at the Tagung Werkstoffprüfung 2019, Sankt Augustin: DGM-Inventum GmbH
    .'
  bibtex: '@inproceedings{Striewe_Thomas_Fischer_Wiens_Tröster_2019, place={Sankt
    Augustin}, title={Energieabsorptions- und Versagensverhalten eines automobilen
    Seitenschwellers mit lokaler Verstärkung aus kohlenstofffaserverstärktem Kunststoff
    nach Alterung}, publisher={DGM-Inventum GmbH }, author={Striewe, Jan André and
    Thomas, Robert and Fischer, Fabian and Wiens, Timo and Tröster, Thomas}, year={2019}
    }'
  chicago: 'Striewe, Jan André, Robert Thomas, Fabian Fischer, Timo Wiens, and Thomas
    Tröster. “Energieabsorptions- Und Versagensverhalten Eines Automobilen Seitenschwellers
    Mit Lokaler Verstärkung Aus Kohlenstofffaserverstärktem Kunststoff Nach Alterung.”
    Sankt Augustin: DGM-Inventum GmbH , 2019.'
  ieee: J. A. Striewe, R. Thomas, F. Fischer, T. Wiens, and T. Tröster, “Energieabsorptions-
    und Versagensverhalten eines automobilen Seitenschwellers mit lokaler Verstärkung
    aus kohlenstofffaserverstärktem Kunststoff nach Alterung,” presented at the Tagung
    Werkstoffprüfung 2019, Neu-Ulm, 2019.
  mla: Striewe, Jan André, et al. <i>Energieabsorptions- Und Versagensverhalten Eines
    Automobilen Seitenschwellers Mit Lokaler Verstärkung Aus Kohlenstofffaserverstärktem
    Kunststoff Nach Alterung</i>. DGM-Inventum GmbH , 2019.
  short: 'J.A. Striewe, R. Thomas, F. Fischer, T. Wiens, T. Tröster, in: DGM-Inventum
    GmbH , Sankt Augustin, 2019.'
conference:
  end_date: 04.12.2019
  location: Neu-Ulm
  name: Tagung Werkstoffprüfung 2019
  start_date: 03.12.2019
date_created: 2020-04-22T06:43:46Z
date_updated: 2022-01-06T06:52:56Z
department:
- _id: '9'
- _id: '321'
- _id: '149'
- _id: '9'
language:
- iso: eng
place: Sankt Augustin
publisher: 'DGM-Inventum GmbH '
status: public
title: Energieabsorptions- und Versagensverhalten eines automobilen Seitenschwellers
  mit lokaler Verstärkung aus kohlenstofffaserverstärktem Kunststoff nach Alterung
type: conference
user_id: '29413'
year: '2019'
...
---
_id: '16825'
author:
- first_name: Dominik
  full_name: Ahlers, Dominik
  id: '11207'
  last_name: Ahlers
- first_name: Thomas
  full_name: Tröster, Thomas
  id: '553'
  last_name: Tröster
citation:
  ama: 'Ahlers D, Tröster T. <i>Performance Parameters and HIP Routes for Additively
    Manufactured Titanium Alloy Ti6Al4V</i>. Maastricht: EuroPM; 2019.'
  apa: 'Ahlers, D., &#38; Tröster, T. (2019). <i>Performance Parameters and HIP Routes
    for additively manufactured titanium alloy Ti6Al4V</i>. Maastricht: EuroPM.'
  bibtex: '@book{Ahlers_Tröster_2019, place={Maastricht}, series={EuroPM 2019 Congress
    &#38; Exhibition – SIS: Optimising the Properties of AM Parts using Hot Isostatic
    Pressing}, title={Performance Parameters and HIP Routes for additively manufactured
    titanium alloy Ti6Al4V}, publisher={EuroPM}, author={Ahlers, Dominik and Tröster,
    Thomas}, year={2019}, collection={EuroPM 2019 Congress &#38; Exhibition – SIS:
    Optimising the Properties of AM Parts using Hot Isostatic Pressing} }'
  chicago: 'Ahlers, Dominik, and Thomas Tröster. <i>Performance Parameters and HIP
    Routes for Additively Manufactured Titanium Alloy Ti6Al4V</i>. EuroPM 2019 Congress
    &#38; Exhibition – SIS: Optimising the Properties of AM Parts Using Hot Isostatic
    Pressing. Maastricht: EuroPM, 2019.'
  ieee: 'D. Ahlers and T. Tröster, <i>Performance Parameters and HIP Routes for additively
    manufactured titanium alloy Ti6Al4V</i>. Maastricht: EuroPM, 2019.'
  mla: Ahlers, Dominik, and Thomas Tröster. <i>Performance Parameters and HIP Routes
    for Additively Manufactured Titanium Alloy Ti6Al4V</i>. EuroPM, 2019.
  short: D. Ahlers, T. Tröster, Performance Parameters and HIP Routes for Additively
    Manufactured Titanium Alloy Ti6Al4V, EuroPM, Maastricht, 2019.
date_created: 2020-04-22T13:01:09Z
date_updated: 2022-01-06T06:52:57Z
department:
- _id: '9'
- _id: '321'
- _id: '149'
- _id: '219'
language:
- iso: eng
place: Maastricht
publisher: EuroPM
series_title: 'EuroPM 2019 Congress & Exhibition – SIS: Optimising the Properties
  of AM Parts using Hot Isostatic Pressing'
status: public
title: Performance Parameters and HIP Routes for additively manufactured titanium
  alloy Ti6Al4V
type: misc
user_id: '11207'
year: '2019'
...
---
_id: '16826'
author:
- first_name: Alan Adam
  full_name: Camberg, Alan Adam
  id: '60544'
  last_name: Camberg
- first_name: Christian
  full_name: Hielscher, Christian
  last_name: Hielscher
citation:
  ama: 'Camberg AA, Hielscher C. A holistic approach to the lightweight design of
    tailored structural components using the example of a hybrid A-pillar. In: <i>Aachen
    Body Engineering Days 2019</i>. ; 2019.'
  apa: Camberg, A. A., &#38; Hielscher, C. (2019). A holistic approach to the lightweight
    design of tailored structural components using the example of a hybrid A-pillar.
    In <i>Aachen Body Engineering Days 2019</i>. Aachen.
  bibtex: '@inproceedings{Camberg_Hielscher_2019, title={A holistic approach to the
    lightweight design of tailored structural components using the example of a hybrid
    A-pillar}, booktitle={Aachen Body Engineering Days 2019}, author={Camberg, Alan
    Adam and Hielscher, Christian}, year={2019} }'
  chicago: Camberg, Alan Adam, and Christian Hielscher. “A Holistic Approach to the
    Lightweight Design of Tailored Structural Components Using the Example of a Hybrid
    A-Pillar.” In <i>Aachen Body Engineering Days 2019</i>, 2019.
  ieee: A. A. Camberg and C. Hielscher, “A holistic approach to the lightweight design
    of tailored structural components using the example of a hybrid A-pillar,” in
    <i>Aachen Body Engineering Days 2019</i>, Aachen, 2019.
  mla: Camberg, Alan Adam, and Christian Hielscher. “A Holistic Approach to the Lightweight
    Design of Tailored Structural Components Using the Example of a Hybrid A-Pillar.”
    <i>Aachen Body Engineering Days 2019</i>, 2019.
  short: 'A.A. Camberg, C. Hielscher, in: Aachen Body Engineering Days 2019, 2019.'
conference:
  end_date: 2019-09-18
  location: Aachen
  name: Aachen Body Engineering Days (Aachener Karosserietage)
  start_date: 2019-09-17
date_created: 2020-04-22T13:55:57Z
date_updated: 2022-01-06T06:52:57Z
department:
- _id: '9'
- _id: '321'
- _id: '149'
language:
- iso: eng
popular_science: '1'
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
publication: Aachen Body Engineering Days 2019
status: public
title: A holistic approach to the lightweight design of tailored structural components
  using the example of a hybrid A-pillar
type: conference
user_id: '60544'
year: '2019'
...
---
_id: '16827'
author:
- first_name: Alan Adam
  full_name: Camberg, Alan Adam
  id: '60544'
  last_name: Camberg
- first_name: Thomas
  full_name: Tröster, Thomas
  id: '553'
  last_name: Tröster
citation:
  ama: 'Camberg AA, Tröster T. Challenges in fracture modeling under non-isothermal
    forming conditions using the example of a new forming process for aluminum blanks.
    In: <i>26. Sächsische Fachtagung Umformtechnik</i>. ; 2019.'
  apa: Camberg, A. A., &#38; Tröster, T. (2019). Challenges in fracture modeling under
    non-isothermal forming conditions using the example of a new forming process for
    aluminum blanks. In <i>26. Sächsische Fachtagung Umformtechnik</i>. Dresden.
  bibtex: '@inproceedings{Camberg_Tröster_2019, title={Challenges in fracture modeling
    under non-isothermal forming conditions using the example of a new forming process
    for aluminum blanks}, booktitle={26. Sächsische Fachtagung Umformtechnik}, author={Camberg,
    Alan Adam and Tröster, Thomas}, year={2019} }'
  chicago: Camberg, Alan Adam, and Thomas Tröster. “Challenges in Fracture Modeling
    under Non-Isothermal Forming Conditions Using the Example of a New Forming Process
    for Aluminum Blanks.” In <i>26. Sächsische Fachtagung Umformtechnik</i>, 2019.
  ieee: A. A. Camberg and T. Tröster, “Challenges in fracture modeling under non-isothermal
    forming conditions using the example of a new forming process for aluminum blanks,”
    in <i>26. Sächsische Fachtagung Umformtechnik</i>, Dresden, 2019.
  mla: Camberg, Alan Adam, and Thomas Tröster. “Challenges in Fracture Modeling under
    Non-Isothermal Forming Conditions Using the Example of a New Forming Process for
    Aluminum Blanks.” <i>26. Sächsische Fachtagung Umformtechnik</i>, 2019.
  short: 'A.A. Camberg, T. Tröster, in: 26. Sächsische Fachtagung Umformtechnik, 2019.'
conference:
  end_date: 2019-12-12
  location: Dresden
  name: 26. Sächsische Fachtagung Umformtechnik
  start_date: 2019-12-11
date_created: 2020-04-22T14:00:17Z
date_updated: 2022-01-06T06:52:57Z
department:
- _id: '9'
- _id: '321'
- _id: '149'
language:
- iso: eng
popular_science: '1'
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
publication: 26. Sächsische Fachtagung Umformtechnik
status: public
title: Challenges in fracture modeling under non-isothermal forming conditions using
  the example of a new forming process for aluminum blanks
type: conference
user_id: '60544'
year: '2019'
...
---
_id: '16831'
author:
- first_name: Steffen Rainer
  full_name: Tinkloh, Steffen Rainer
  id: '72722'
  last_name: Tinkloh
- first_name: Tao
  full_name: Wu, Tao
  last_name: Wu
- first_name: Thomas
  full_name: Tröster, Thomas
  id: '553'
  last_name: Tröster
- first_name: Thomas
  full_name: Niendorf, Thomas
  last_name: Niendorf
citation:
  ama: 'Tinkloh SR, Wu T, Tröster T, Niendorf T. A micromechanical based finite element
    simulation of process induced residual stresses in metal-CFRP-hybrid structures.
    In: ; 2019.'
  apa: Tinkloh, S. R., Wu, T., Tröster, T., &#38; Niendorf, T. (2019). A micromechanical
    based finite element simulation of process induced residual stresses in metal-CFRP-hybrid
    structures. Presented at the 22nd International Conference on Composite Structures
    (ICCS22) and 1st Chinese Conference on Composite Structures (CCCS1), Wuhan.
  bibtex: '@inproceedings{Tinkloh_Wu_Tröster_Niendorf_2019, title={A micromechanical
    based finite element simulation of process induced residual stresses in metal-CFRP-hybrid
    structures}, author={Tinkloh, Steffen Rainer and Wu, Tao and Tröster, Thomas and
    Niendorf, Thomas}, year={2019} }'
  chicago: Tinkloh, Steffen Rainer, Tao Wu, Thomas Tröster, and Thomas Niendorf. “A
    Micromechanical Based Finite Element Simulation of Process Induced Residual Stresses
    in Metal-CFRP-Hybrid Structures,” 2019.
  ieee: S. R. Tinkloh, T. Wu, T. Tröster, and T. Niendorf, “A micromechanical based
    finite element simulation of process induced residual stresses in metal-CFRP-hybrid
    structures,” presented at the 22nd International Conference on Composite Structures
    (ICCS22) and 1st Chinese Conference on Composite Structures (CCCS1), Wuhan, 2019.
  mla: Tinkloh, Steffen Rainer, et al. <i>A Micromechanical Based Finite Element Simulation
    of Process Induced Residual Stresses in Metal-CFRP-Hybrid Structures</i>. 2019.
  short: 'S.R. Tinkloh, T. Wu, T. Tröster, T. Niendorf, in: 2019.'
conference:
  end_date: 2019-10-25
  location: Wuhan
  name: 22nd International Conference on Composite Structures (ICCS22) and 1st Chinese
    Conference on Composite Structures (CCCS1)
  start_date: 2019-10-22
date_created: 2020-04-23T08:17:54Z
date_updated: 2022-01-06T06:52:57Z
department:
- _id: '321'
- _id: '9'
- _id: '149'
language:
- iso: eng
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
status: public
title: A micromechanical based finite element simulation of process induced residual
  stresses in metal-CFRP-hybrid structures
type: conference
user_id: '72722'
year: '2019'
...
---
_id: '16847'
abstract:
- lang: eng
  text: In this work we describe our results achieved in the ProtestNews Lab at CLEF
    2019. To tackle the problems of event sentence detection and event extraction
    we decided to use contextualized string embeddings. The models were trained on
    a data corpus collected from Indian news sources, but evaluated on data obtained
    from news sources from other countries as well, such as China. Our models have
    obtained competitive results and have scored 3rd in the event sentence detection
    task and 1st in the event extraction task based on average F1-scores for diﬀerent
    test datasets.
author:
- first_name: Gabriella
  full_name: Skitalinskaya, Gabriella
  last_name: Skitalinskaya
- first_name: Jonas
  full_name: Klaﬀ, Jonas
  last_name: Klaﬀ
- first_name: Maximilian
  full_name: Spliethöver, Maximilian
  id: '84035'
  last_name: Spliethöver
  orcid: 0000-0003-4364-1409
citation:
  ama: 'Skitalinskaya G, Klaﬀ J, Spliethöver M. <i>CLEF ProtestNews Lab 2019: Contextualized
    Word Embeddings for Event Sentence Detection and Event Extraction</i>. Vol 2380.
    Lugano, Switzerland; 2019.'
  apa: 'Skitalinskaya, G., Klaﬀ, J., &#38; Spliethöver, M. (2019). <i>CLEF ProtestNews
    Lab 2019: Contextualized Word Embeddings for Event Sentence Detection and Event
    Extraction</i> (Vol. 2380). Lugano, Switzerland.'
  bibtex: '@book{Skitalinskaya_Klaﬀ_Spliethöver_2019, place={Lugano, Switzerland},
    series={CEUR Workshop Proceedings}, title={CLEF ProtestNews Lab 2019: Contextualized
    Word Embeddings for Event Sentence Detection and Event Extraction}, volume={2380},
    author={Skitalinskaya, Gabriella and Klaﬀ, Jonas and Spliethöver, Maximilian},
    year={2019}, collection={CEUR Workshop Proceedings} }'
  chicago: 'Skitalinskaya, Gabriella, Jonas Klaﬀ, and Maximilian Spliethöver. <i>CLEF
    ProtestNews Lab 2019: Contextualized Word Embeddings for Event Sentence Detection
    and Event Extraction</i>. Vol. 2380. CEUR Workshop Proceedings. Lugano, Switzerland,
    2019.'
  ieee: 'G. Skitalinskaya, J. Klaﬀ, and M. Spliethöver, <i>CLEF ProtestNews Lab 2019:
    Contextualized Word Embeddings for Event Sentence Detection and Event Extraction</i>,
    vol. 2380. Lugano, Switzerland, 2019.'
  mla: 'Skitalinskaya, Gabriella, et al. <i>CLEF ProtestNews Lab 2019: Contextualized
    Word Embeddings for Event Sentence Detection and Event Extraction</i>. Vol. 2380,
    2019.'
  short: 'G. Skitalinskaya, J. Klaﬀ, M. Spliethöver, CLEF ProtestNews Lab 2019: Contextualized
    Word Embeddings for Event Sentence Detection and Event Extraction, Lugano, Switzerland,
    2019.'
date_created: 2020-04-23T15:18:40Z
date_updated: 2022-01-06T06:52:57Z
extern: '1'
intvolume: '      2380'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: http://ceur-ws.org/Vol-2380/paper_118.pdf
oa: '1'
page: '7'
place: Lugano, Switzerland
report_number: '118'
series_title: CEUR Workshop Proceedings
status: public
title: 'CLEF ProtestNews Lab 2019: Contextualized Word Embeddings for Event Sentence
  Detection and Event Extraction'
type: report
user_id: '84035'
volume: 2380
year: '2019'
...
---
_id: '16853'
abstract:
- lang: eng
  text: State-of-the-art frameworks for generating approximate circuits usually rely
    on information gained through circuit synthesis and/or verification to explore
    the search space and to find an optimal solution. Throughout the process, a large
    number of circuits may be subject to processing, leading to considerable runtimes.
    In this work, we propose a search which takes error bounds and pre-computed impact
    factors into account to reduce the number of invoked synthesis and verification
    processes. In our experimental results, we achieved speed-ups of up to 76x while
    area savings remain comparable to the reference search method, simulated annealing.
author:
- first_name: Linus Matthias
  full_name: Witschen, Linus Matthias
  id: '49051'
  last_name: Witschen
- first_name: Hassan
  full_name: Ghasemzadeh Mohammadi, Hassan
  id: '61186'
  last_name: Ghasemzadeh Mohammadi
- first_name: Matthias
  full_name: Artmann, Matthias
  last_name: Artmann
- first_name: Marco
  full_name: Platzner, Marco
  id: '398'
  last_name: Platzner
citation:
  ama: 'Witschen LM, Ghasemzadeh Mohammadi H, Artmann M, Platzner M. Jump Search:
    A Fast Technique for the Synthesis of Approximate Circuits. <i>Fourth Workshop
    on Approximate Computing (AxC 2019)</i>.'
  apa: 'Witschen, L. M., Ghasemzadeh Mohammadi, H., Artmann, M., &#38; Platzner, M.
    (n.d.). Jump Search: A Fast Technique for the Synthesis of Approximate Circuits.
    <i>Fourth Workshop on Approximate Computing (AxC 2019)</i>.'
  bibtex: '@article{Witschen_Ghasemzadeh Mohammadi_Artmann_Platzner, title={Jump Search:
    A Fast Technique for the Synthesis of Approximate Circuits}, journal={Fourth Workshop
    on Approximate Computing (AxC 2019)}, author={Witschen, Linus Matthias and Ghasemzadeh
    Mohammadi, Hassan and Artmann, Matthias and Platzner, Marco} }'
  chicago: 'Witschen, Linus Matthias, Hassan Ghasemzadeh Mohammadi, Matthias Artmann,
    and Marco Platzner. “Jump Search: A Fast Technique for the Synthesis of Approximate
    Circuits.” <i>Fourth Workshop on Approximate Computing (AxC 2019)</i>, n.d.'
  ieee: 'L. M. Witschen, H. Ghasemzadeh Mohammadi, M. Artmann, and M. Platzner, “Jump
    Search: A Fast Technique for the Synthesis of Approximate Circuits,” <i>Fourth
    Workshop on Approximate Computing (AxC 2019)</i>. .'
  mla: 'Witschen, Linus Matthias, et al. “Jump Search: A Fast Technique for the Synthesis
    of Approximate Circuits.” <i>Fourth Workshop on Approximate Computing (AxC 2019)</i>.'
  short: L.M. Witschen, H. Ghasemzadeh Mohammadi, M. Artmann, M. Platzner, Fourth
    Workshop on Approximate Computing (AxC 2019) (n.d.).
date_created: 2020-04-25T08:02:07Z
date_updated: 2022-01-06T06:52:57Z
ddc:
- '006'
department:
- _id: '78'
file:
- access_level: closed
  content_type: application/pdf
  creator: witschen
  date_created: 2020-04-25T08:00:35Z
  date_updated: 2020-04-25T08:00:35Z
  file_id: '16854'
  file_name: AxC19_paper_3.pdf
  file_size: 152806
  relation: main_file
  success: 1
file_date_updated: 2020-04-25T08:00:35Z
has_accepted_license: '1'
keyword:
- Approximate computing
- parameter selection
- search space exploration
- verification
- circuit synthesis
language:
- iso: eng
page: '2'
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
publication: Fourth Workshop on Approximate Computing (AxC 2019)
publication_status: accepted
status: public
title: 'Jump Search: A Fast Technique for the Synthesis of Approximate Circuits'
type: preprint
user_id: '49051'
year: '2019'
...
---
_id: '16882'
author:
- first_name: Marc
  full_name: Atkins, Marc
  last_name: Atkins
- first_name: Bernard Michael
  full_name: Gilroy, Bernard Michael
  id: '175'
  last_name: Gilroy
- first_name: Volker
  full_name: Seiler, Volker
  last_name: Seiler
citation:
  ama: Atkins M, Gilroy BM, Seiler V. New Dimensions of Service Offshoring in World
    Trade. <i>Intereconomics</i>. 2019;54(2):120-126.
  apa: Atkins, M., Gilroy, B. M., &#38; Seiler, V. (2019). New Dimensions of Service
    Offshoring in World Trade. <i>Intereconomics</i>, <i>54</i>(2), 120–126.
  bibtex: '@article{Atkins_Gilroy_Seiler_2019, title={New Dimensions of Service Offshoring
    in World Trade}, volume={54}, number={2}, journal={Intereconomics}, publisher={Springer},
    author={Atkins, Marc and Gilroy, Bernard Michael and Seiler, Volker}, year={2019},
    pages={120–126} }'
  chicago: 'Atkins, Marc, Bernard Michael Gilroy, and Volker Seiler. “New Dimensions
    of Service Offshoring in World Trade.” <i>Intereconomics</i> 54, no. 2 (2019):
    120–26.'
  ieee: M. Atkins, B. M. Gilroy, and V. Seiler, “New Dimensions of Service Offshoring
    in World Trade,” <i>Intereconomics</i>, vol. 54, no. 2, pp. 120–126, 2019.
  mla: Atkins, Marc, et al. “New Dimensions of Service Offshoring in World Trade.”
    <i>Intereconomics</i>, vol. 54, no. 2, Springer, 2019, pp. 120–26.
  short: M. Atkins, B.M. Gilroy, V. Seiler, Intereconomics 54 (2019) 120–126.
date_created: 2020-04-28T07:04:27Z
date_updated: 2022-01-06T06:52:58Z
department:
- _id: '203'
intvolume: '        54'
issue: '2'
language:
- iso: eng
page: 120-126
publication: Intereconomics
publisher: Springer
status: public
title: New Dimensions of Service Offshoring in World Trade
type: journal_article
user_id: '26589'
volume: 54
year: '2019'
...
---
_id: '16883'
author:
- first_name: Bernard Michael
  full_name: Gilroy, Bernard Michael
  id: '175'
  last_name: Gilroy
- first_name: Alexander
  full_name: Golderbein, Alexander
  id: '29629'
  last_name: Golderbein
- first_name: Christian
  full_name: Peitz, Christian
  id: '2980'
  last_name: Peitz
- first_name: Nico
  full_name: Stöckmann, Nico
  id: '65503'
  last_name: Stöckmann
citation:
  ama: 'Gilroy BM, Golderbein A, Peitz C, Stöckmann N. The Impact of Monetary Policy
    on Investment Bank Profitability in Unequal Economies. In: Fortz B, Labbé M, eds.
    <i>Operations Research Proceedings 2018</i>. Springer; 2019:201-208.'
  apa: Gilroy, B. M., Golderbein, A., Peitz, C., &#38; Stöckmann, N. (2019). The Impact
    of Monetary Policy on Investment Bank Profitability in Unequal Economies. In B.
    Fortz &#38; M. Labbé (Eds.), <i>Operations Research Proceedings 2018</i> (pp.
    201–208). Springer.
  bibtex: '@inbook{Gilroy_Golderbein_Peitz_Stöckmann_2019, title={The Impact of Monetary
    Policy on Investment Bank Profitability in Unequal Economies}, booktitle={Operations
    Research Proceedings 2018}, publisher={Springer}, author={Gilroy, Bernard Michael
    and Golderbein, Alexander and Peitz, Christian and Stöckmann, Nico}, editor={Fortz,
    B. and Labbé, M.Editors}, year={2019}, pages={201–208} }'
  chicago: Gilroy, Bernard Michael, Alexander Golderbein, Christian Peitz, and Nico
    Stöckmann. “The Impact of Monetary Policy on Investment Bank Profitability in
    Unequal Economies.” In <i>Operations Research Proceedings 2018</i>, edited by
    B. Fortz and M. Labbé, 201–8. Springer, 2019.
  ieee: B. M. Gilroy, A. Golderbein, C. Peitz, and N. Stöckmann, “The Impact of Monetary
    Policy on Investment Bank Profitability in Unequal Economies,” in <i>Operations
    Research Proceedings 2018</i>, B. Fortz and M. Labbé, Eds. Springer, 2019, pp.
    201–208.
  mla: Gilroy, Bernard Michael, et al. “The Impact of Monetary Policy on Investment
    Bank Profitability in Unequal Economies.” <i>Operations Research Proceedings 2018</i>,
    edited by B. Fortz and M. Labbé, Springer, 2019, pp. 201–08.
  short: 'B.M. Gilroy, A. Golderbein, C. Peitz, N. Stöckmann, in: B. Fortz, M. Labbé
    (Eds.), Operations Research Proceedings 2018, Springer, 2019, pp. 201–208.'
date_created: 2020-04-28T07:06:24Z
date_updated: 2022-01-06T06:52:58Z
department:
- _id: '203'
editor:
- first_name: B.
  full_name: Fortz, B.
  last_name: Fortz
- first_name: M.
  full_name: Labbé, M.
  last_name: Labbé
language:
- iso: eng
page: 201-208
publication: Operations Research Proceedings 2018
publisher: Springer
status: public
title: The Impact of Monetary Policy on Investment Bank Profitability in Unequal Economies
type: book_chapter
user_id: '26589'
year: '2019'
...
---
_id: '16884'
author:
- first_name: Dieter
  full_name: Krimphove, Dieter
  id: '282'
  last_name: Krimphove
- first_name: Christian
  full_name: Peitz, Christian
  id: '2980'
  last_name: Peitz
citation:
  ama: 'Krimphove D, Peitz C. Social-Trading und Copy-Trading. <i>Fintechs: Rechtliche
    Grundlagen moderner Finanztechnologien</i>. 2019:287.'
  apa: 'Krimphove, D., &#38; Peitz, C. (2019). Social-Trading und Copy-Trading. <i>Fintechs:
    Rechtliche Grundlagen Moderner Finanztechnologien</i>, 287.'
  bibtex: '@article{Krimphove_Peitz_2019, title={Social-Trading und Copy-Trading},
    journal={Fintechs: Rechtliche Grundlagen moderner Finanztechnologien}, publisher={Sch{\"a}ffer-Poeschel},
    author={Krimphove, Dieter and Peitz, Christian}, year={2019}, pages={287} }'
  chicago: 'Krimphove, Dieter, and Christian Peitz. “Social-Trading Und Copy-Trading.”
    <i>Fintechs: Rechtliche Grundlagen Moderner Finanztechnologien</i>, 2019, 287.'
  ieee: 'D. Krimphove and C. Peitz, “Social-Trading und Copy-Trading,” <i>Fintechs:
    Rechtliche Grundlagen moderner Finanztechnologien</i>, p. 287, 2019.'
  mla: 'Krimphove, Dieter, and Christian Peitz. “Social-Trading Und Copy-Trading.”
    <i>Fintechs: Rechtliche Grundlagen Moderner Finanztechnologien</i>, Sch{\"a}ffer-Poeschel,
    2019, p. 287.'
  short: 'D. Krimphove, C. Peitz, Fintechs: Rechtliche Grundlagen Moderner Finanztechnologien
    (2019) 287.'
date_created: 2020-04-28T07:09:17Z
date_updated: 2022-01-06T06:52:58Z
department:
- _id: '203'
- _id: '215'
language:
- iso: eng
page: '287'
publication: 'Fintechs: Rechtliche Grundlagen moderner Finanztechnologien'
publisher: Sch{\"a}ffer-Poeschel
status: public
title: Social-Trading und Copy-Trading
type: journal_article
user_id: '26589'
year: '2019'
...
---
_id: '16955'
article_number: '044704'
author:
- first_name: Matthias
  full_name: Heinen, Matthias
  last_name: Heinen
- first_name: Jadran
  full_name: Vrabec, Jadran
  last_name: Vrabec
citation:
  ama: Heinen M, Vrabec J. Evaporation sampled by stationary molecular dynamics simulation.
    <i>The Journal of Chemical Physics</i>. 2019. doi:<a href="https://doi.org/10.1063/1.5111759">10.1063/1.5111759</a>
  apa: Heinen, M., &#38; Vrabec, J. (2019). Evaporation sampled by stationary molecular
    dynamics simulation. <i>The Journal of Chemical Physics</i>. <a href="https://doi.org/10.1063/1.5111759">https://doi.org/10.1063/1.5111759</a>
  bibtex: '@article{Heinen_Vrabec_2019, title={Evaporation sampled by stationary molecular
    dynamics simulation}, DOI={<a href="https://doi.org/10.1063/1.5111759">10.1063/1.5111759</a>},
    number={044704}, journal={The Journal of Chemical Physics}, author={Heinen, Matthias
    and Vrabec, Jadran}, year={2019} }'
  chicago: Heinen, Matthias, and Jadran Vrabec. “Evaporation Sampled by Stationary
    Molecular Dynamics Simulation.” <i>The Journal of Chemical Physics</i>, 2019.
    <a href="https://doi.org/10.1063/1.5111759">https://doi.org/10.1063/1.5111759</a>.
  ieee: M. Heinen and J. Vrabec, “Evaporation sampled by stationary molecular dynamics
    simulation,” <i>The Journal of Chemical Physics</i>, 2019.
  mla: Heinen, Matthias, and Jadran Vrabec. “Evaporation Sampled by Stationary Molecular
    Dynamics Simulation.” <i>The Journal of Chemical Physics</i>, 044704, 2019, doi:<a
    href="https://doi.org/10.1063/1.5111759">10.1063/1.5111759</a>.
  short: M. Heinen, J. Vrabec, The Journal of Chemical Physics (2019).
date_created: 2020-05-15T07:25:04Z
date_updated: 2022-01-06T06:53:00Z
doi: 10.1063/1.5111759
keyword:
- pc2-ressources
language:
- iso: eng
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
publication: The Journal of Chemical Physics
publication_identifier:
  issn:
  - 0021-9606
  - 1089-7690
publication_status: published
status: public
title: Evaporation sampled by stationary molecular dynamics simulation
type: journal_article
user_id: '61189'
year: '2019'
...
---
_id: '16958'
article_number: e1643046
author:
- first_name: Robin
  full_name: Fingerhut, Robin
  last_name: Fingerhut
- first_name: Gerhard
  full_name: Herres, Gerhard
  last_name: Herres
- first_name: Jadran
  full_name: Vrabec, Jadran
  last_name: Vrabec
citation:
  ama: Fingerhut R, Herres G, Vrabec J. Thermodynamic factor of quaternary mixtures
    from Kirkwood–Buff integration. <i>Molecular Physics</i>. 2019. doi:<a href="https://doi.org/10.1080/00268976.2019.1643046">10.1080/00268976.2019.1643046</a>
  apa: Fingerhut, R., Herres, G., &#38; Vrabec, J. (2019). Thermodynamic factor of
    quaternary mixtures from Kirkwood–Buff integration. <i>Molecular Physics</i>.
    <a href="https://doi.org/10.1080/00268976.2019.1643046">https://doi.org/10.1080/00268976.2019.1643046</a>
  bibtex: '@article{Fingerhut_Herres_Vrabec_2019, title={Thermodynamic factor of quaternary
    mixtures from Kirkwood–Buff integration}, DOI={<a href="https://doi.org/10.1080/00268976.2019.1643046">10.1080/00268976.2019.1643046</a>},
    number={e1643046}, journal={Molecular Physics}, author={Fingerhut, Robin and Herres,
    Gerhard and Vrabec, Jadran}, year={2019} }'
  chicago: Fingerhut, Robin, Gerhard Herres, and Jadran Vrabec. “Thermodynamic Factor
    of Quaternary Mixtures from Kirkwood–Buff Integration.” <i>Molecular Physics</i>,
    2019. <a href="https://doi.org/10.1080/00268976.2019.1643046">https://doi.org/10.1080/00268976.2019.1643046</a>.
  ieee: R. Fingerhut, G. Herres, and J. Vrabec, “Thermodynamic factor of quaternary
    mixtures from Kirkwood–Buff integration,” <i>Molecular Physics</i>, 2019.
  mla: Fingerhut, Robin, et al. “Thermodynamic Factor of Quaternary Mixtures from
    Kirkwood–Buff Integration.” <i>Molecular Physics</i>, e1643046, 2019, doi:<a href="https://doi.org/10.1080/00268976.2019.1643046">10.1080/00268976.2019.1643046</a>.
  short: R. Fingerhut, G. Herres, J. Vrabec, Molecular Physics (2019).
date_created: 2020-05-15T07:25:34Z
date_updated: 2022-01-06T06:53:00Z
doi: 10.1080/00268976.2019.1643046
keyword:
- pc2-ressources
language:
- iso: eng
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
publication: Molecular Physics
publication_identifier:
  issn:
  - 0026-8976
  - 1362-3028
publication_status: published
status: public
title: Thermodynamic factor of quaternary mixtures from Kirkwood–Buff integration
type: journal_article
user_id: '61189'
year: '2019'
...
---
_id: '16960'
author:
- first_name: Max
  full_name: Mennicken, Max
  last_name: Mennicken
- first_name: Sophia Katharina
  full_name: Peter, Sophia Katharina
  last_name: Peter
- first_name: Corinna
  full_name: Kaulen, Corinna
  last_name: Kaulen
- first_name: Ulrich
  full_name: Simon, Ulrich
  last_name: Simon
- first_name: Silvia
  full_name: Karthäuser, Silvia
  last_name: Karthäuser
citation:
  ama: Mennicken M, Peter SK, Kaulen C, Simon U, Karthäuser S. Controlling the Electronic
    Contact at the Terpyridine/Metal Interface. <i>The Journal of Physical Chemistry
    C</i>. 2019:21367-21375. doi:<a href="https://doi.org/10.1021/acs.jpcc.9b05865">10.1021/acs.jpcc.9b05865</a>
  apa: Mennicken, M., Peter, S. K., Kaulen, C., Simon, U., &#38; Karthäuser, S. (2019).
    Controlling the Electronic Contact at the Terpyridine/Metal Interface. <i>The
    Journal of Physical Chemistry C</i>, 21367–21375. <a href="https://doi.org/10.1021/acs.jpcc.9b05865">https://doi.org/10.1021/acs.jpcc.9b05865</a>
  bibtex: '@article{Mennicken_Peter_Kaulen_Simon_Karthäuser_2019, title={Controlling
    the Electronic Contact at the Terpyridine/Metal Interface}, DOI={<a href="https://doi.org/10.1021/acs.jpcc.9b05865">10.1021/acs.jpcc.9b05865</a>},
    journal={The Journal of Physical Chemistry C}, author={Mennicken, Max and Peter,
    Sophia Katharina and Kaulen, Corinna and Simon, Ulrich and Karthäuser, Silvia},
    year={2019}, pages={21367–21375} }'
  chicago: Mennicken, Max, Sophia Katharina Peter, Corinna Kaulen, Ulrich Simon, and
    Silvia Karthäuser. “Controlling the Electronic Contact at the Terpyridine/Metal
    Interface.” <i>The Journal of Physical Chemistry C</i>, 2019, 21367–75. <a href="https://doi.org/10.1021/acs.jpcc.9b05865">https://doi.org/10.1021/acs.jpcc.9b05865</a>.
  ieee: M. Mennicken, S. K. Peter, C. Kaulen, U. Simon, and S. Karthäuser, “Controlling
    the Electronic Contact at the Terpyridine/Metal Interface,” <i>The Journal of
    Physical Chemistry C</i>, pp. 21367–21375, 2019.
  mla: Mennicken, Max, et al. “Controlling the Electronic Contact at the Terpyridine/Metal
    Interface.” <i>The Journal of Physical Chemistry C</i>, 2019, pp. 21367–75, doi:<a
    href="https://doi.org/10.1021/acs.jpcc.9b05865">10.1021/acs.jpcc.9b05865</a>.
  short: M. Mennicken, S.K. Peter, C. Kaulen, U. Simon, S. Karthäuser, The Journal
    of Physical Chemistry C (2019) 21367–21375.
date_created: 2020-05-15T09:38:49Z
date_updated: 2022-01-06T06:53:00Z
doi: 10.1021/acs.jpcc.9b05865
keyword:
- pc2-ressources
language:
- iso: eng
page: 21367-21375
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
publication: The Journal of Physical Chemistry C
publication_identifier:
  issn:
  - 1932-7447
  - 1932-7455
publication_status: published
status: public
title: Controlling the Electronic Contact at the Terpyridine/Metal Interface
type: journal_article
user_id: '61189'
year: '2019'
...
