---
_id: '48840'
abstract:
- lang: eng
  text: Research has shown that for many single-objective graph problems where optimum
    solutions are composed of low weight sub-graphs, such as the minimum spanning
    tree problem (MST), mutation operators favoring low weight edges show superior
    performance. Intuitively, similar observations should hold for multi-criteria
    variants of such problems. In this work, we focus on the multi-criteria MST problem.
    A thorough experimental study is conducted where we estimate the probability of
    edges being part of non-dominated spanning trees as a function of the edges’ non-domination
    level or domination count, respectively. Building on gained insights, we propose
    several biased one-edge-exchange mutation operators that differ in the used edge-selection
    probability distribution (biased towards edges of low rank). Our empirical analysis
    shows that among different graph types (dense and sparse) and edge weight types
    (both uniformly random and combinations of Euclidean and uniformly random) biased
    edge-selection strategies perform superior in contrast to the baseline uniform
    edge-selection. Our findings are in particular strong for dense graphs.
author:
- first_name: Jakob
  full_name: Bossek, Jakob
  id: '102979'
  last_name: Bossek
  orcid: 0000-0002-4121-4668
- first_name: Christian
  full_name: Grimme, Christian
  last_name: Grimme
- first_name: Frank
  full_name: Neumann, Frank
  last_name: Neumann
citation:
  ama: 'Bossek J, Grimme C, Neumann F. On the Benefits of Biased Edge-Exchange Mutation
    for the Multi-Criteria Spanning Tree Problem. In: <i>Proceedings of the Genetic
    and Evolutionary Computation Conference</i>. GECCO ’19. Association for Computing
    Machinery; 2019:516–523. doi:<a href="https://doi.org/10.1145/3321707.3321818">10.1145/3321707.3321818</a>'
  apa: Bossek, J., Grimme, C., &#38; Neumann, F. (2019). On the Benefits of Biased
    Edge-Exchange Mutation for the Multi-Criteria Spanning Tree Problem. <i>Proceedings
    of the Genetic and Evolutionary Computation Conference</i>, 516–523. <a href="https://doi.org/10.1145/3321707.3321818">https://doi.org/10.1145/3321707.3321818</a>
  bibtex: '@inproceedings{Bossek_Grimme_Neumann_2019, place={New York, NY, USA}, series={GECCO
    ’19}, title={On the Benefits of Biased Edge-Exchange Mutation for the Multi-Criteria
    Spanning Tree Problem}, DOI={<a href="https://doi.org/10.1145/3321707.3321818">10.1145/3321707.3321818</a>},
    booktitle={Proceedings of the Genetic and Evolutionary Computation Conference},
    publisher={Association for Computing Machinery}, author={Bossek, Jakob and Grimme,
    Christian and Neumann, Frank}, year={2019}, pages={516–523}, collection={GECCO
    ’19} }'
  chicago: 'Bossek, Jakob, Christian Grimme, and Frank Neumann. “On the Benefits of
    Biased Edge-Exchange Mutation for the Multi-Criteria Spanning Tree Problem.” In
    <i>Proceedings of the Genetic and Evolutionary Computation Conference</i>, 516–523.
    GECCO ’19. New York, NY, USA: Association for Computing Machinery, 2019. <a href="https://doi.org/10.1145/3321707.3321818">https://doi.org/10.1145/3321707.3321818</a>.'
  ieee: 'J. Bossek, C. Grimme, and F. Neumann, “On the Benefits of Biased Edge-Exchange
    Mutation for the Multi-Criteria Spanning Tree Problem,” in <i>Proceedings of the
    Genetic and Evolutionary Computation Conference</i>, 2019, pp. 516–523, doi: <a
    href="https://doi.org/10.1145/3321707.3321818">10.1145/3321707.3321818</a>.'
  mla: Bossek, Jakob, et al. “On the Benefits of Biased Edge-Exchange Mutation for
    the Multi-Criteria Spanning Tree Problem.” <i>Proceedings of the Genetic and Evolutionary
    Computation Conference</i>, Association for Computing Machinery, 2019, pp. 516–523,
    doi:<a href="https://doi.org/10.1145/3321707.3321818">10.1145/3321707.3321818</a>.
  short: 'J. Bossek, C. Grimme, F. Neumann, in: Proceedings of the Genetic and Evolutionary
    Computation Conference, Association for Computing Machinery, New York, NY, USA,
    2019, pp. 516–523.'
date_created: 2023-11-14T15:58:52Z
date_updated: 2023-12-13T10:42:24Z
department:
- _id: '819'
doi: 10.1145/3321707.3321818
extern: '1'
keyword:
- biased mutation
- combinatorial optimization
- minimum spanning tree
- multi-objective optimization
language:
- iso: eng
page: 516–523
place: New York, NY, USA
publication: Proceedings of the Genetic and Evolutionary Computation Conference
publication_identifier:
  isbn:
  - 978-1-4503-6111-8
publication_status: published
publisher: Association for Computing Machinery
series_title: GECCO ’19
status: public
title: On the Benefits of Biased Edge-Exchange Mutation for the Multi-Criteria Spanning
  Tree Problem
type: conference
user_id: '102979'
year: '2019'
...
---
_id: '48858'
abstract:
- lang: eng
  text: The $$\textbackslash mathcal NP$$-hard multi-criteria shortest path problem
    (mcSPP) is of utmost practical relevance, e.~g., in navigation system design and
    logistics. We address the problem of approximating the Pareto-front of the mcSPP
    with sum objectives. We do so by proposing a new mutation operator for multi-objective
    evolutionary algorithms that solves single-objective versions of the shortest
    path problem on subgraphs. A rigorous empirical benchmark on a diverse set of
    problem instances shows the effectiveness of the approach in comparison to a well-known
    mutation operator in terms of convergence speed and approximation quality. In
    addition, we glance at the neighbourhood structure and similarity of obtained
    Pareto-optimal solutions and derive promising directions for future work.
author:
- first_name: Jakob
  full_name: Bossek, Jakob
  id: '102979'
  last_name: Bossek
  orcid: 0000-0002-4121-4668
- first_name: Christian
  full_name: Grimme, Christian
  last_name: Grimme
citation:
  ama: 'Bossek J, Grimme C. Solving Scalarized Subproblems within Evolutionary Algorithms
    for Multi-criteria Shortest Path Problems. In: Battiti R, Brunato M, Kotsireas
    I, Pardalos PM, eds. <i>Learning and Intelligent Optimization</i>. Lecture Notes
    in Computer Science. Springer International Publishing; 2019:184–198. doi:<a href="https://doi.org/10.1007/978-3-030-05348-2_17">10.1007/978-3-030-05348-2_17</a>'
  apa: Bossek, J., &#38; Grimme, C. (2019). Solving Scalarized Subproblems within
    Evolutionary Algorithms for Multi-criteria Shortest Path Problems. In R. Battiti,
    M. Brunato, I. Kotsireas, &#38; P. M. Pardalos (Eds.), <i>Learning and Intelligent
    Optimization</i> (pp. 184–198). Springer International Publishing. <a href="https://doi.org/10.1007/978-3-030-05348-2_17">https://doi.org/10.1007/978-3-030-05348-2_17</a>
  bibtex: '@inproceedings{Bossek_Grimme_2019, place={Cham}, series={Lecture Notes
    in Computer Science}, title={Solving Scalarized Subproblems within Evolutionary
    Algorithms for Multi-criteria Shortest Path Problems}, DOI={<a href="https://doi.org/10.1007/978-3-030-05348-2_17">10.1007/978-3-030-05348-2_17</a>},
    booktitle={Learning and Intelligent Optimization}, publisher={Springer International
    Publishing}, author={Bossek, Jakob and Grimme, Christian}, editor={Battiti, Roberto
    and Brunato, Mauro and Kotsireas, Ilias and Pardalos, Panos M.}, year={2019},
    pages={184–198}, collection={Lecture Notes in Computer Science} }'
  chicago: 'Bossek, Jakob, and Christian Grimme. “Solving Scalarized Subproblems within
    Evolutionary Algorithms for Multi-Criteria Shortest Path Problems.” In <i>Learning
    and Intelligent Optimization</i>, edited by Roberto Battiti, Mauro Brunato, Ilias
    Kotsireas, and Panos M. Pardalos, 184–198. Lecture Notes in Computer Science.
    Cham: Springer International Publishing, 2019. <a href="https://doi.org/10.1007/978-3-030-05348-2_17">https://doi.org/10.1007/978-3-030-05348-2_17</a>.'
  ieee: 'J. Bossek and C. Grimme, “Solving Scalarized Subproblems within Evolutionary
    Algorithms for Multi-criteria Shortest Path Problems,” in <i>Learning and Intelligent
    Optimization</i>, 2019, pp. 184–198, doi: <a href="https://doi.org/10.1007/978-3-030-05348-2_17">10.1007/978-3-030-05348-2_17</a>.'
  mla: Bossek, Jakob, and Christian Grimme. “Solving Scalarized Subproblems within
    Evolutionary Algorithms for Multi-Criteria Shortest Path Problems.” <i>Learning
    and Intelligent Optimization</i>, edited by Roberto Battiti et al., Springer International
    Publishing, 2019, pp. 184–198, doi:<a href="https://doi.org/10.1007/978-3-030-05348-2_17">10.1007/978-3-030-05348-2_17</a>.
  short: 'J. Bossek, C. Grimme, in: R. Battiti, M. Brunato, I. Kotsireas, P.M. Pardalos
    (Eds.), Learning and Intelligent Optimization, Springer International Publishing,
    Cham, 2019, pp. 184–198.'
date_created: 2023-11-14T15:58:54Z
date_updated: 2023-12-13T10:44:44Z
department:
- _id: '819'
doi: 10.1007/978-3-030-05348-2_17
editor:
- first_name: Roberto
  full_name: Battiti, Roberto
  last_name: Battiti
- first_name: Mauro
  full_name: Brunato, Mauro
  last_name: Brunato
- first_name: Ilias
  full_name: Kotsireas, Ilias
  last_name: Kotsireas
- first_name: Panos M.
  full_name: Pardalos, Panos M.
  last_name: Pardalos
extern: '1'
language:
- iso: eng
page: 184–198
place: Cham
publication: Learning and Intelligent Optimization
publication_identifier:
  isbn:
  - 978-3-030-05348-2
publication_status: published
publisher: Springer International Publishing
series_title: Lecture Notes in Computer Science
status: public
title: Solving Scalarized Subproblems within Evolutionary Algorithms for Multi-criteria
  Shortest Path Problems
type: conference
user_id: '102979'
year: '2019'
...
---
_id: '48870'
abstract:
- lang: eng
  text: The edge coloring problem asks for an assignment of colors to edges of a graph
    such that no two incident edges share the same color and the number of colors
    is minimized. It is known that all graphs with maximum degree {$\Delta$} can be
    colored with {$\Delta$} or {$\Delta$} + 1 colors, but it is NP-hard to determine
    whether {$\Delta$} colors are sufficient. We present the first runtime analysis
    of evolutionary algorithms (EAs) for the edge coloring problem. Simple EAs such
    as RLS and (1+1) EA efficiently find (2{$\Delta$} - 1)-colorings on arbitrary
    graphs and optimal colorings for even and odd cycles, paths, star graphs and arbitrary
    trees. A partial analysis for toroids also suggests efficient runtimes in bipartite
    graphs with many cycles. Experiments support these findings and investigate additional
    graph classes such as hypercubes, complete graphs and complete bipartite graphs.
    Theoretical and experimental results suggest that simple EAs find optimal colorings
    for all these graph classes in expected time O({$\Delta\mathscrl$}2m log m), where
    m is the number of edges and {$\mathscrl$} is the length of the longest simple
    path in the graph.
author:
- first_name: Jakob
  full_name: Bossek, Jakob
  id: '102979'
  last_name: Bossek
  orcid: 0000-0002-4121-4668
- first_name: Dirk
  full_name: Sudholt, Dirk
  last_name: Sudholt
citation:
  ama: 'Bossek J, Sudholt D. Time Complexity Analysis of RLS and (1 + 1) EA for the
    Edge Coloring Problem. In: <i>Proceedings of the 15th ACM/SIGEVO Conference on
    Foundations of Genetic Algorithms</i>. FOGA ’19. Association for Computing Machinery;
    2019:102–115. doi:<a href="https://doi.org/10.1145/3299904.3340311">10.1145/3299904.3340311</a>'
  apa: Bossek, J., &#38; Sudholt, D. (2019). Time Complexity Analysis of RLS and (1
    + 1) EA for the Edge Coloring Problem. <i>Proceedings of the 15th ACM/SIGEVO Conference
    on Foundations of Genetic Algorithms</i>, 102–115. <a href="https://doi.org/10.1145/3299904.3340311">https://doi.org/10.1145/3299904.3340311</a>
  bibtex: '@inproceedings{Bossek_Sudholt_2019, place={New York, NY, USA}, series={FOGA
    ’19}, title={Time Complexity Analysis of RLS and (1 + 1) EA for the Edge Coloring
    Problem}, DOI={<a href="https://doi.org/10.1145/3299904.3340311">10.1145/3299904.3340311</a>},
    booktitle={Proceedings of the 15th ACM/SIGEVO Conference on Foundations of Genetic
    Algorithms}, publisher={Association for Computing Machinery}, author={Bossek,
    Jakob and Sudholt, Dirk}, year={2019}, pages={102–115}, collection={FOGA ’19}
    }'
  chicago: 'Bossek, Jakob, and Dirk Sudholt. “Time Complexity Analysis of RLS and
    (1 + 1) EA for the Edge Coloring Problem.” In <i>Proceedings of the 15th ACM/SIGEVO
    Conference on Foundations of Genetic Algorithms</i>, 102–115. FOGA ’19. New York,
    NY, USA: Association for Computing Machinery, 2019. <a href="https://doi.org/10.1145/3299904.3340311">https://doi.org/10.1145/3299904.3340311</a>.'
  ieee: 'J. Bossek and D. Sudholt, “Time Complexity Analysis of RLS and (1 + 1) EA
    for the Edge Coloring Problem,” in <i>Proceedings of the 15th ACM/SIGEVO Conference
    on Foundations of Genetic Algorithms</i>, 2019, pp. 102–115, doi: <a href="https://doi.org/10.1145/3299904.3340311">10.1145/3299904.3340311</a>.'
  mla: Bossek, Jakob, and Dirk Sudholt. “Time Complexity Analysis of RLS and (1 +
    1) EA for the Edge Coloring Problem.” <i>Proceedings of the 15th ACM/SIGEVO Conference
    on Foundations of Genetic Algorithms</i>, Association for Computing Machinery,
    2019, pp. 102–115, doi:<a href="https://doi.org/10.1145/3299904.3340311">10.1145/3299904.3340311</a>.
  short: 'J. Bossek, D. Sudholt, in: Proceedings of the 15th ACM/SIGEVO Conference
    on Foundations of Genetic Algorithms, Association for Computing Machinery, New
    York, NY, USA, 2019, pp. 102–115.'
date_created: 2023-11-14T15:58:56Z
date_updated: 2023-12-13T10:46:12Z
department:
- _id: '819'
doi: 10.1145/3299904.3340311
extern: '1'
keyword:
- edge coloring problem
- runtime analysis
language:
- iso: eng
page: 102–115
place: New York, NY, USA
publication: Proceedings of the 15th ACM/SIGEVO Conference on Foundations of Genetic
  Algorithms
publication_identifier:
  isbn:
  - 978-1-4503-6254-2
publication_status: published
publisher: Association for Computing Machinery
series_title: FOGA ’19
status: public
title: Time Complexity Analysis of RLS and (1 + 1) EA for the Edge Coloring Problem
type: conference
user_id: '102979'
year: '2019'
...
---
_id: '48875'
abstract:
- lang: eng
  text: A multiobjective perspective onto common performance measures such as the
    PAR10 score or the expected runtime of single-objective stochastic solvers is
    presented by directly investigating the tradeoff between the fraction of failed
    runs and the average runtime. Multi-objective indicators operating in the bi-objective
    space allow for an overall performance comparison on a set of instances paving
    the way for instance-based automated algorithm selection techniques.
author:
- first_name: Jakob
  full_name: Bossek, Jakob
  id: '102979'
  last_name: Bossek
  orcid: 0000-0002-4121-4668
- first_name: Heike
  full_name: Trautmann, Heike
  last_name: Trautmann
citation:
  ama: 'Bossek J, Trautmann H. Multi-Objective Performance Measurement: Alternatives
    to PAR10 and Expected Running Time. In: Battiti R, Brunato M, Kotsireas I, Pardalos
    PM, eds. <i>Learning and Intelligent Optimization</i>. Lecture Notes in Computer
    Science. Springer International Publishing; 2019:215–219. doi:<a href="https://doi.org/10.1007/978-3-030-05348-2_19">10.1007/978-3-030-05348-2_19</a>'
  apa: 'Bossek, J., &#38; Trautmann, H. (2019). Multi-Objective Performance Measurement:
    Alternatives to PAR10 and Expected Running Time. In R. Battiti, M. Brunato, I.
    Kotsireas, &#38; P. M. Pardalos (Eds.), <i>Learning and Intelligent Optimization</i>
    (pp. 215–219). Springer International Publishing. <a href="https://doi.org/10.1007/978-3-030-05348-2_19">https://doi.org/10.1007/978-3-030-05348-2_19</a>'
  bibtex: '@inproceedings{Bossek_Trautmann_2019, place={Cham}, series={Lecture Notes
    in Computer Science}, title={Multi-Objective Performance Measurement: Alternatives
    to PAR10 and Expected Running Time}, DOI={<a href="https://doi.org/10.1007/978-3-030-05348-2_19">10.1007/978-3-030-05348-2_19</a>},
    booktitle={Learning and Intelligent Optimization}, publisher={Springer International
    Publishing}, author={Bossek, Jakob and Trautmann, Heike}, editor={Battiti, Roberto
    and Brunato, Mauro and Kotsireas, Ilias and Pardalos, Panos M.}, year={2019},
    pages={215–219}, collection={Lecture Notes in Computer Science} }'
  chicago: 'Bossek, Jakob, and Heike Trautmann. “Multi-Objective Performance Measurement:
    Alternatives to PAR10 and Expected Running Time.” In <i>Learning and Intelligent
    Optimization</i>, edited by Roberto Battiti, Mauro Brunato, Ilias Kotsireas, and
    Panos M. Pardalos, 215–219. Lecture Notes in Computer Science. Cham: Springer
    International Publishing, 2019. <a href="https://doi.org/10.1007/978-3-030-05348-2_19">https://doi.org/10.1007/978-3-030-05348-2_19</a>.'
  ieee: 'J. Bossek and H. Trautmann, “Multi-Objective Performance Measurement: Alternatives
    to PAR10 and Expected Running Time,” in <i>Learning and Intelligent Optimization</i>,
    2019, pp. 215–219, doi: <a href="https://doi.org/10.1007/978-3-030-05348-2_19">10.1007/978-3-030-05348-2_19</a>.'
  mla: 'Bossek, Jakob, and Heike Trautmann. “Multi-Objective Performance Measurement:
    Alternatives to PAR10 and Expected Running Time.” <i>Learning and Intelligent
    Optimization</i>, edited by Roberto Battiti et al., Springer International Publishing,
    2019, pp. 215–219, doi:<a href="https://doi.org/10.1007/978-3-030-05348-2_19">10.1007/978-3-030-05348-2_19</a>.'
  short: 'J. Bossek, H. Trautmann, in: R. Battiti, M. Brunato, I. Kotsireas, P.M.
    Pardalos (Eds.), Learning and Intelligent Optimization, Springer International
    Publishing, Cham, 2019, pp. 215–219.'
date_created: 2023-11-14T15:58:57Z
date_updated: 2023-12-13T10:47:32Z
department:
- _id: '819'
doi: 10.1007/978-3-030-05348-2_19
editor:
- first_name: Roberto
  full_name: Battiti, Roberto
  last_name: Battiti
- first_name: Mauro
  full_name: Brunato, Mauro
  last_name: Brunato
- first_name: Ilias
  full_name: Kotsireas, Ilias
  last_name: Kotsireas
- first_name: Panos M.
  full_name: Pardalos, Panos M.
  last_name: Pardalos
extern: '1'
keyword:
- Algorithm selection
- Performance measurement
language:
- iso: eng
page: 215–219
place: Cham
publication: Learning and Intelligent Optimization
publication_identifier:
  isbn:
  - 978-3-030-05348-2
publisher: Springer International Publishing
series_title: Lecture Notes in Computer Science
status: public
title: 'Multi-Objective Performance Measurement: Alternatives to PAR10 and Expected
  Running Time'
type: conference
user_id: '102979'
year: '2019'
...
---
_id: '48877'
abstract:
- lang: eng
  text: OpenML is an online machine learning platform where researchers can easily
    share data, machine learning tasks and experiments as well as organize them online
    to work and collaborate more efficiently. In this paper, we present an R package
    to interface with the OpenML platform and illustrate its usage in combination
    with the machine learning R package mlr (Bischl et al. J Mach Learn Res 17(170):1—5,
    2016). We show how the OpenML package allows R users to easily search, download
    and upload data sets and machine learning tasks. Furthermore, we also show how
    to upload results of experiments, share them with others and download results
    from other users. Beyond ensuring reproducibility of results, the OpenML platform
    automates much of the drudge work, speeds up research, facilitates collaboration
    and increases the users’ visibility online.
author:
- first_name: Giuseppe
  full_name: Casalicchio, Giuseppe
  last_name: Casalicchio
- first_name: Jakob
  full_name: Bossek, Jakob
  id: '102979'
  last_name: Bossek
  orcid: 0000-0002-4121-4668
- first_name: Michel
  full_name: Lang, Michel
  last_name: Lang
- first_name: Dominik
  full_name: Kirchhoff, Dominik
  last_name: Kirchhoff
- first_name: Pascal
  full_name: Kerschke, Pascal
  last_name: Kerschke
- first_name: Benjamin
  full_name: Hofner, Benjamin
  last_name: Hofner
- first_name: Heidi
  full_name: Seibold, Heidi
  last_name: Seibold
- first_name: Joaquin
  full_name: Vanschoren, Joaquin
  last_name: Vanschoren
- first_name: Bernd
  full_name: Bischl, Bernd
  last_name: Bischl
citation:
  ama: 'Casalicchio G, Bossek J, Lang M, et al. OpenML: An R Package to Connect to
    the Machine Learning Platform OpenML. <i>Computational Statistics</i>. 2019;34(3):977–991.
    doi:<a href="https://doi.org/10.1007/s00180-017-0742-2">10.1007/s00180-017-0742-2</a>'
  apa: 'Casalicchio, G., Bossek, J., Lang, M., Kirchhoff, D., Kerschke, P., Hofner,
    B., Seibold, H., Vanschoren, J., &#38; Bischl, B. (2019). OpenML: An R Package
    to Connect to the Machine Learning Platform OpenML. <i>Computational Statistics</i>,
    <i>34</i>(3), 977–991. <a href="https://doi.org/10.1007/s00180-017-0742-2">https://doi.org/10.1007/s00180-017-0742-2</a>'
  bibtex: '@article{Casalicchio_Bossek_Lang_Kirchhoff_Kerschke_Hofner_Seibold_Vanschoren_Bischl_2019,
    title={OpenML: An R Package to Connect to the Machine Learning Platform OpenML},
    volume={34}, DOI={<a href="https://doi.org/10.1007/s00180-017-0742-2">10.1007/s00180-017-0742-2</a>},
    number={3}, journal={Computational Statistics}, author={Casalicchio, Giuseppe
    and Bossek, Jakob and Lang, Michel and Kirchhoff, Dominik and Kerschke, Pascal
    and Hofner, Benjamin and Seibold, Heidi and Vanschoren, Joaquin and Bischl, Bernd},
    year={2019}, pages={977–991} }'
  chicago: 'Casalicchio, Giuseppe, Jakob Bossek, Michel Lang, Dominik Kirchhoff, Pascal
    Kerschke, Benjamin Hofner, Heidi Seibold, Joaquin Vanschoren, and Bernd Bischl.
    “OpenML: An R Package to Connect to the Machine Learning Platform OpenML.” <i>Computational
    Statistics</i> 34, no. 3 (2019): 977–991. <a href="https://doi.org/10.1007/s00180-017-0742-2">https://doi.org/10.1007/s00180-017-0742-2</a>.'
  ieee: 'G. Casalicchio <i>et al.</i>, “OpenML: An R Package to Connect to the Machine
    Learning Platform OpenML,” <i>Computational Statistics</i>, vol. 34, no. 3, pp.
    977–991, 2019, doi: <a href="https://doi.org/10.1007/s00180-017-0742-2">10.1007/s00180-017-0742-2</a>.'
  mla: 'Casalicchio, Giuseppe, et al. “OpenML: An R Package to Connect to the Machine
    Learning Platform OpenML.” <i>Computational Statistics</i>, vol. 34, no. 3, 2019,
    pp. 977–991, doi:<a href="https://doi.org/10.1007/s00180-017-0742-2">10.1007/s00180-017-0742-2</a>.'
  short: G. Casalicchio, J. Bossek, M. Lang, D. Kirchhoff, P. Kerschke, B. Hofner,
    H. Seibold, J. Vanschoren, B. Bischl, Computational Statistics 34 (2019) 977–991.
date_created: 2023-11-14T15:58:57Z
date_updated: 2023-12-13T10:51:17Z
department:
- _id: '819'
doi: 10.1007/s00180-017-0742-2
intvolume: '        34'
issue: '3'
keyword:
- Databases
- Machine learning
- R
- Reproducible research
language:
- iso: eng
page: 977–991
publication: Computational Statistics
publication_identifier:
  issn:
  - 0943-4062
status: public
title: 'OpenML: An R Package to Connect to the Machine Learning Platform OpenML'
type: journal_article
user_id: '102979'
volume: 34
year: '2019'
...
---
_id: '41032'
author:
- first_name: Bernhard J.
  full_name: Gregori, Bernhard J.
  last_name: Gregori
- first_name: Felix
  full_name: Schwarzhuber, Felix
  last_name: Schwarzhuber
- first_name: Simon
  full_name: Pöllath, Simon
  last_name: Pöllath
- first_name: Josef
  full_name: Zweck, Josef
  last_name: Zweck
- first_name: Lorena
  full_name: Fritsch, Lorena
  id: '44418'
  last_name: Fritsch
- first_name: Roland
  full_name: Schoch, Roland
  id: '48467'
  last_name: Schoch
  orcid: 0000-0003-2061-7289
- first_name: Matthias
  full_name: Bauer, Matthias
  id: '47241'
  last_name: Bauer
  orcid: 0000-0002-9294-6076
- first_name: Axel
  full_name: Jacobi von Wangelin, Axel
  last_name: Jacobi von Wangelin
citation:
  ama: Gregori BJ, Schwarzhuber F, Pöllath S, et al. Stereoselective Alkyne Hydrogenation
    by using a Simple Iron Catalyst. <i>ChemSusChem</i>. 2019;12(16):3864-3870. doi:<a
    href="https://doi.org/10.1002/cssc.201900926">10.1002/cssc.201900926</a>
  apa: Gregori, B. J., Schwarzhuber, F., Pöllath, S., Zweck, J., Fritsch, L., Schoch,
    R., Bauer, M., &#38; Jacobi von Wangelin, A. (2019). Stereoselective Alkyne Hydrogenation
    by using a Simple Iron Catalyst. <i>ChemSusChem</i>, <i>12</i>(16), 3864–3870.
    <a href="https://doi.org/10.1002/cssc.201900926">https://doi.org/10.1002/cssc.201900926</a>
  bibtex: '@article{Gregori_Schwarzhuber_Pöllath_Zweck_Fritsch_Schoch_Bauer_Jacobi von Wangelin_2019,
    title={Stereoselective Alkyne Hydrogenation by using a Simple Iron Catalyst},
    volume={12}, DOI={<a href="https://doi.org/10.1002/cssc.201900926">10.1002/cssc.201900926</a>},
    number={16}, journal={ChemSusChem}, publisher={Wiley}, author={Gregori, Bernhard
    J. and Schwarzhuber, Felix and Pöllath, Simon and Zweck, Josef and Fritsch, Lorena
    and Schoch, Roland and Bauer, Matthias and Jacobi von Wangelin, Axel}, year={2019},
    pages={3864–3870} }'
  chicago: 'Gregori, Bernhard J., Felix Schwarzhuber, Simon Pöllath, Josef Zweck,
    Lorena Fritsch, Roland Schoch, Matthias Bauer, and Axel Jacobi von Wangelin. “Stereoselective
    Alkyne Hydrogenation by Using a Simple Iron Catalyst.” <i>ChemSusChem</i> 12,
    no. 16 (2019): 3864–70. <a href="https://doi.org/10.1002/cssc.201900926">https://doi.org/10.1002/cssc.201900926</a>.'
  ieee: 'B. J. Gregori <i>et al.</i>, “Stereoselective Alkyne Hydrogenation by using
    a Simple Iron Catalyst,” <i>ChemSusChem</i>, vol. 12, no. 16, pp. 3864–3870, 2019,
    doi: <a href="https://doi.org/10.1002/cssc.201900926">10.1002/cssc.201900926</a>.'
  mla: Gregori, Bernhard J., et al. “Stereoselective Alkyne Hydrogenation by Using
    a Simple Iron Catalyst.” <i>ChemSusChem</i>, vol. 12, no. 16, Wiley, 2019, pp.
    3864–70, doi:<a href="https://doi.org/10.1002/cssc.201900926">10.1002/cssc.201900926</a>.
  short: B.J. Gregori, F. Schwarzhuber, S. Pöllath, J. Zweck, L. Fritsch, R. Schoch,
    M. Bauer, A. Jacobi von Wangelin, ChemSusChem 12 (2019) 3864–3870.
date_created: 2023-01-30T17:56:44Z
date_updated: 2023-12-13T15:12:41Z
department:
- _id: '35'
- _id: '306'
doi: 10.1002/cssc.201900926
intvolume: '        12'
issue: '16'
keyword:
- General Energy
- General Materials Science
- General Chemical Engineering
- Environmental Chemistry
language:
- iso: eng
page: 3864-3870
publication: ChemSusChem
publication_identifier:
  issn:
  - 1864-5631
  - 1864-564X
publication_status: published
publisher: Wiley
status: public
title: Stereoselective Alkyne Hydrogenation by using a Simple Iron Catalyst
type: journal_article
user_id: '44418'
volume: 12
year: '2019'
...
---
_id: '49614'
author:
- first_name: Swen
  full_name: Schulte Eickholt, Swen
  id: '7117'
  last_name: Schulte Eickholt
- first_name: Michael
  full_name: Hofmann, Michael
  last_name: Hofmann
- first_name: Klaus
  full_name: von Stosch, Klaus
  last_name: von Stosch
citation:
  ama: Schulte Eickholt S, Hofmann M, von Stosch K. <i>Navid Kermani</i>.; 2019.
  apa: Schulte Eickholt, S., Hofmann, M., &#38; von Stosch, K. (2019). <i>Navid Kermani</i>.
  bibtex: '@book{Schulte Eickholt_Hofmann_von Stosch_2019, place={Würzburg}, title={Navid
    Kermani}, author={Schulte Eickholt, Swen and Hofmann, Michael and von Stosch,
    Klaus}, year={2019} }'
  chicago: Schulte Eickholt, Swen, Michael Hofmann, and Klaus von Stosch. <i>Navid
    Kermani</i>. Würzburg, 2019.
  ieee: S. Schulte Eickholt, M. Hofmann, and K. von Stosch, <i>Navid Kermani</i>.
    Würzburg, 2019.
  mla: Schulte Eickholt, Swen, et al. <i>Navid Kermani</i>. 2019.
  short: S. Schulte Eickholt, M. Hofmann, K. von Stosch, Navid Kermani, Würzburg,
    2019.
date_created: 2023-12-14T09:41:02Z
date_updated: 2023-12-14T09:49:15Z
language:
- iso: eng
place: Würzburg
status: public
title: Navid Kermani
type: book
user_id: '7117'
year: '2019'
...
---
_id: '49712'
author:
- first_name: Stefan
  full_name: Elit, Stefan
  id: '105'
  last_name: Elit
  orcid: 0000-0002-4719-1073
- first_name: Norbert Otto
  full_name: Eke, Norbert Otto
  id: '104'
  last_name: Eke
citation:
  ama: 'Elit S, Eke NO. Einleitung. In: Elit S, Eke NO, eds. <i>Literarische Institutionen</i>.
    Grundthemen der Literaturwissenschaft. de Gruyter; 2019:1-17.'
  apa: Elit, S., &#38; Eke, N. O. (2019). Einleitung. In S. Elit &#38; N. O. Eke (Eds.),
    <i>Literarische Institutionen</i> (pp. 1–17). de Gruyter.
  bibtex: '@inbook{Elit_Eke_2019, place={Berlin/Boston}, series={Grundthemen der Literaturwissenschaft},
    title={Einleitung}, booktitle={Literarische Institutionen}, publisher={de Gruyter},
    author={Elit, Stefan and Eke, Norbert Otto}, editor={Elit, Stefan and Eke, Norbert
    Otto}, year={2019}, pages={1–17}, collection={Grundthemen der Literaturwissenschaft}
    }'
  chicago: 'Elit, Stefan, and Norbert Otto Eke. “Einleitung.” In <i>Literarische Institutionen</i>,
    edited by Stefan Elit and Norbert Otto Eke, 1–17. Grundthemen der Literaturwissenschaft.
    Berlin/Boston: de Gruyter, 2019.'
  ieee: 'S. Elit and N. O. Eke, “Einleitung,” in <i>Literarische Institutionen</i>,
    S. Elit and N. O. Eke, Eds. Berlin/Boston: de Gruyter, 2019, pp. 1–17.'
  mla: Elit, Stefan, and Norbert Otto Eke. “Einleitung.” <i>Literarische Institutionen</i>,
    edited by Stefan Elit and Norbert Otto Eke, de Gruyter, 2019, pp. 1–17.
  short: 'S. Elit, N.O. Eke, in: S. Elit, N.O. Eke (Eds.), Literarische Institutionen,
    de Gruyter, Berlin/Boston, 2019, pp. 1–17.'
date_created: 2023-12-15T14:02:51Z
date_updated: 2023-12-15T14:02:56Z
department:
- _id: '465'
- _id: '5'
editor:
- first_name: Stefan
  full_name: Elit, Stefan
  last_name: Elit
- first_name: Norbert Otto
  full_name: Eke, Norbert Otto
  last_name: Eke
language:
- iso: ger
page: 1-17
place: Berlin/Boston
publication: Literarische Institutionen
publication_identifier:
  isbn:
  - 978-3-11-036469-9
publication_status: published
publisher: de Gruyter
series_title: Grundthemen der Literaturwissenschaft
status: public
title: Einleitung
type: book_chapter
user_id: '105'
year: '2019'
...
---
_id: '49747'
author:
- first_name: Yves
  full_name: Huybrechts, Yves
  id: '78579'
  last_name: Huybrechts
  orcid: 0009-0009-2166-9794
citation:
  ama: Huybrechts Y. <i>Die Antwerpener Börse - Aufstieg, Niedergang und Wandel (VIDEO)</i>.
    BelgienNet; 2019.
  apa: Huybrechts, Y. (2019). <i>Die Antwerpener Börse - Aufstieg, Niedergang und
    Wandel (VIDEO)</i>. BelgienNet.
  bibtex: '@book{Huybrechts_2019, title={Die Antwerpener Börse - Aufstieg, Niedergang
    und Wandel (VIDEO)}, publisher={BelgienNet}, author={Huybrechts, Yves}, year={2019}
    }'
  chicago: Huybrechts, Yves. <i>Die Antwerpener Börse - Aufstieg, Niedergang und Wandel
    (VIDEO)</i>. BelgienNet, 2019.
  ieee: Y. Huybrechts, <i>Die Antwerpener Börse - Aufstieg, Niedergang und Wandel
    (VIDEO)</i>. BelgienNet, 2019.
  mla: Huybrechts, Yves. <i>Die Antwerpener Börse - Aufstieg, Niedergang und Wandel
    (VIDEO)</i>. BelgienNet, 2019.
  short: Y. Huybrechts, Die Antwerpener Börse - Aufstieg, Niedergang und Wandel (VIDEO),
    BelgienNet, 2019.
date_created: 2023-12-18T09:38:41Z
date_updated: 2023-12-18T10:09:20Z
department:
- _id: '448'
language:
- iso: ger
main_file_link:
- open_access: '1'
  url: https://belgien.net/antwerpener-boerse/
oa: '1'
publication_status: published
publisher: BelgienNet
status: public
title: Die Antwerpener Börse - Aufstieg, Niedergang und Wandel (VIDEO)
type: misc
user_id: '78579'
year: '2019'
...
---
_id: '49834'
author:
- first_name: Alena
  full_name: Diedrich, Alena
  id: '49513'
  last_name: Diedrich
citation:
  ama: 'Diedrich A. Ironische Wendigkeit und poetische Notwendigkeit. Zum Begriff
    des ,Scheiterns‘ bei Hans Magnus Enzensberger. In: Bartl A, Erk C, Klinge A, Kraus
    M, eds. <i>Verhinderte Meisterwerke. Gescheiterte Projekte in Literatur Und Film</i>.
    ; 2019.'
  apa: Diedrich, A. (2019). Ironische Wendigkeit und poetische Notwendigkeit. Zum
    Begriff des ,Scheiterns‘ bei Hans Magnus Enzensberger. In A. Bartl, C. Erk, A.
    Klinge, &#38; M. Kraus (Eds.), <i>Verhinderte Meisterwerke. Gescheiterte Projekte
    in Literatur und Film</i>.
  bibtex: '@inbook{Diedrich_2019, title={Ironische Wendigkeit und poetische Notwendigkeit.
    Zum Begriff des ,Scheiterns‘ bei Hans Magnus Enzensberger}, booktitle={Verhinderte
    Meisterwerke. Gescheiterte Projekte in Literatur und Film}, author={Diedrich,
    Alena}, editor={Bartl, Andrea and Erk, Corina  and Klinge, Annika  and Kraus,
    Martin}, year={2019} }'
  chicago: Diedrich, Alena. “Ironische Wendigkeit Und Poetische Notwendigkeit. Zum
    Begriff Des ,Scheiterns‘ Bei Hans Magnus Enzensberger.” In <i>Verhinderte Meisterwerke.
    Gescheiterte Projekte in Literatur Und Film</i>, edited by Andrea Bartl, Corina  Erk,
    Annika  Klinge, and Martin Kraus, 2019.
  ieee: A. Diedrich, “Ironische Wendigkeit und poetische Notwendigkeit. Zum Begriff
    des ,Scheiterns‘ bei Hans Magnus Enzensberger,” in <i>Verhinderte Meisterwerke.
    Gescheiterte Projekte in Literatur und Film</i>, A. Bartl, C. Erk, A. Klinge,
    and M. Kraus, Eds. 2019.
  mla: Diedrich, Alena. “Ironische Wendigkeit Und Poetische Notwendigkeit. Zum Begriff
    Des ,Scheiterns‘ Bei Hans Magnus Enzensberger.” <i>Verhinderte Meisterwerke. Gescheiterte
    Projekte in Literatur Und Film</i>, edited by Andrea Bartl et al., 2019.
  short: 'A. Diedrich, in: A. Bartl, C. Erk, A. Klinge, M. Kraus (Eds.), Verhinderte
    Meisterwerke. Gescheiterte Projekte in Literatur Und Film, 2019.'
date_created: 2023-12-19T09:00:06Z
date_updated: 2023-12-19T09:05:40Z
editor:
- first_name: Andrea
  full_name: Bartl, Andrea
  last_name: Bartl
- first_name: 'Corina '
  full_name: 'Erk, Corina '
  last_name: Erk
- first_name: 'Annika '
  full_name: 'Klinge, Annika '
  last_name: Klinge
- first_name: Martin
  full_name: Kraus, Martin
  last_name: Kraus
language:
- iso: eng
publication: Verhinderte Meisterwerke. Gescheiterte Projekte in Literatur und Film
status: public
title: Ironische Wendigkeit und poetische Notwendigkeit. Zum Begriff des ,Scheiterns‘
  bei Hans Magnus Enzensberger
type: book_chapter
user_id: '49513'
year: '2019'
...
---
_id: '49878'
author:
- first_name: Iris
  full_name: Neiske, Iris
  id: '53827'
  last_name: Neiske
- first_name: Nera
  full_name: Vöing, Nera
  last_name: Vöing
citation:
  ama: Neiske I, Vöing N. Tätigkeitsbericht 2007-2017 der Stabsstelle Bildungsinnovationen
    und Hochschuldidaktik der Universität Paderborn. <i>Personal- und Organisationsentwicklung
    Forum für Führung, Moderation, Training, Programm-Organisation in Einrichtungen
    der Lehre und Forschung</i>. 2019;14(3+4):74-78.
  apa: Neiske, I., &#38; Vöing, N. (2019). Tätigkeitsbericht 2007-2017 der Stabsstelle
    Bildungsinnovationen und Hochschuldidaktik der Universität Paderborn. <i>Personal-
    und Organisationsentwicklung Forum für Führung, Moderation, Training, Programm-Organisation
    in Einrichtungen der Lehre und Forschung</i>, <i>14</i>(3+4), 74–78.
  bibtex: '@article{Neiske_Vöing_2019, title={Tätigkeitsbericht 2007-2017 der Stabsstelle
    Bildungsinnovationen und Hochschuldidaktik der Universität Paderborn}, volume={14},
    number={3+4}, journal={Personal- und Organisationsentwicklung Forum für Führung,
    Moderation, Training, Programm-Organisation in Einrichtungen der Lehre und Forschung},
    author={Neiske, Iris and Vöing, Nera}, year={2019}, pages={74–78} }'
  chicago: 'Neiske, Iris, and Nera Vöing. “Tätigkeitsbericht 2007-2017 der Stabsstelle
    Bildungsinnovationen und Hochschuldidaktik der Universität Paderborn.” <i>Personal-
    und Organisationsentwicklung Forum für Führung, Moderation, Training, Programm-Organisation
    in Einrichtungen der Lehre und Forschung</i> 14, no. 3+4 (2019): 74–78.'
  ieee: I. Neiske and N. Vöing, “Tätigkeitsbericht 2007-2017 der Stabsstelle Bildungsinnovationen
    und Hochschuldidaktik der Universität Paderborn,” <i>Personal- und Organisationsentwicklung
    Forum für Führung, Moderation, Training, Programm-Organisation in Einrichtungen
    der Lehre und Forschung</i>, vol. 14, no. 3+4, pp. 74–78, 2019.
  mla: Neiske, Iris, and Nera Vöing. “Tätigkeitsbericht 2007-2017 der Stabsstelle
    Bildungsinnovationen und Hochschuldidaktik der Universität Paderborn.” <i>Personal-
    und Organisationsentwicklung Forum für Führung, Moderation, Training, Programm-Organisation
    in Einrichtungen der Lehre und Forschung</i>, vol. 14, no. 3+4, 2019, pp. 74–78.
  short: I. Neiske, N. Vöing, Personal- und Organisationsentwicklung Forum für Führung,
    Moderation, Training, Programm-Organisation in Einrichtungen der Lehre und Forschung
    14 (2019) 74–78.
date_created: 2023-12-19T13:37:04Z
date_updated: 2023-12-19T13:37:35Z
department:
- _id: '544'
intvolume: '        14'
issue: 3+4
language:
- iso: ger
main_file_link:
- open_access: '1'
  url: https://www.universitaetsverlagwebler.de/_files/ugd/7bac3c_9d9e78db3a7a46ce8218dba33f9878a1.pdf
oa: '1'
page: 74-78
publication: Personal- und Organisationsentwicklung Forum für Führung, Moderation,
  Training, Programm-Organisation in Einrichtungen der Lehre und Forschung
publication_identifier:
  issn:
  - 1860-3033
publication_status: published
status: public
title: Tätigkeitsbericht 2007-2017 der Stabsstelle Bildungsinnovationen und Hochschuldidaktik
  der Universität Paderborn
type: journal_article
user_id: '53827'
volume: 14
year: '2019'
...
---
_id: '49874'
author:
- first_name: Iris
  full_name: Neiske, Iris
  id: '53827'
  last_name: Neiske
citation:
  ama: Neiske I. Kurz berichtet. Das E-Tutoren-Programm an der UPB. <i>Paderborner
    Universitätszeitschrift (puz)</i>. Published online 2019:77.
  apa: Neiske, I. (2019). Kurz berichtet. Das E-Tutoren-Programm an der UPB. <i>Paderborner
    Universitätszeitschrift (puz)</i>, 77.
  bibtex: '@article{Neiske_2019, title={Kurz berichtet. Das E-Tutoren-Programm an
    der UPB.}, journal={Paderborner Universitätszeitschrift (puz)}, author={Neiske,
    Iris}, year={2019}, pages={77} }'
  chicago: Neiske, Iris. “Kurz berichtet. Das E-Tutoren-Programm an der UPB.” <i>Paderborner
    Universitätszeitschrift (puz)</i>, 2019, 77.
  ieee: I. Neiske, “Kurz berichtet. Das E-Tutoren-Programm an der UPB.,” <i>Paderborner
    Universitätszeitschrift (puz)</i>, p. 77, 2019.
  mla: Neiske, Iris. “Kurz berichtet. Das E-Tutoren-Programm an der UPB.” <i>Paderborner
    Universitätszeitschrift (puz)</i>, 2019, p. 77.
  short: I. Neiske, Paderborner Universitätszeitschrift (puz) (2019) 77.
date_created: 2023-12-19T13:26:27Z
date_updated: 2023-12-19T13:30:24Z
department:
- _id: '544'
language:
- iso: ger
main_file_link:
- open_access: '1'
  url: https://www.uni-paderborn.de/fileadmin/bildungsinnovationen-hochschuldidaktik/Publikationen/12019_puz.pdf
oa: '1'
page: '77'
publication: Paderborner Universitätszeitschrift (puz)
publication_identifier:
  issn:
  - 1434-9736
publication_status: published
status: public
title: Kurz berichtet. Das E-Tutoren-Programm an der UPB.
type: journal_article
user_id: '53827'
year: '2019'
...
---
_id: '44009'
citation:
  ama: Janus R, Niepert-Rumel SSG, Nord I, Schmidt J, Schroeter-Wittke H, eds. <i>Jesus-Transformationen.
    Zum 60. Geburtstag von Martin Leutzsch</i>. Evangelische Verlagsanstalt; 2019.
  apa: Janus, R., Niepert-Rumel, S. S. G., Nord, I., Schmidt, J., &#38; Schroeter-Wittke,
    H. (Eds.). (2019). <i>Jesus-Transformationen. Zum 60. Geburtstag von Martin Leutzsch</i>.
    Evangelische Verlagsanstalt.
  bibtex: '@book{Janus_Niepert-Rumel_Nord_Schmidt_Schroeter-Wittke_2019, place={Leipzig},
    title={Jesus-Transformationen. Zum 60. Geburtstag von Martin Leutzsch}, publisher={Evangelische
    Verlagsanstalt}, year={2019} }'
  chicago: 'Janus, Richard, Sophia Stephanie Gundula Niepert-Rumel, Ilona Nord, Jochen
    Schmidt, and Harald Schroeter-Wittke, eds. <i>Jesus-Transformationen. Zum 60.
    Geburtstag von Martin Leutzsch</i>. Leipzig: Evangelische Verlagsanstalt, 2019.'
  ieee: 'R. Janus, S. S. G. Niepert-Rumel, I. Nord, J. Schmidt, and H. Schroeter-Wittke,
    Eds., <i>Jesus-Transformationen. Zum 60. Geburtstag von Martin Leutzsch</i>. Leipzig:
    Evangelische Verlagsanstalt, 2019.'
  mla: Janus, Richard, et al., editors. <i>Jesus-Transformationen. Zum 60. Geburtstag
    von Martin Leutzsch</i>. Evangelische Verlagsanstalt, 2019.
  short: R. Janus, S.S.G. Niepert-Rumel, I. Nord, J. Schmidt, H. Schroeter-Wittke,
    eds., Jesus-Transformationen. Zum 60. Geburtstag von Martin Leutzsch, Evangelische
    Verlagsanstalt, Leipzig, 2019.
date_created: 2023-04-16T23:43:44Z
date_updated: 2023-12-20T14:38:07Z
editor:
- first_name: Richard
  full_name: Janus, Richard
  last_name: Janus
- first_name: Sophia Stephanie Gundula
  full_name: Niepert-Rumel, Sophia Stephanie Gundula
  id: '12498'
  last_name: Niepert-Rumel
- first_name: Ilona
  full_name: Nord, Ilona
  last_name: Nord
- first_name: Jochen
  full_name: Schmidt, Jochen
  id: '43035'
  last_name: Schmidt
- first_name: Harald
  full_name: Schroeter-Wittke, Harald
  id: '480'
  last_name: Schroeter-Wittke
language:
- iso: eng
page: '248'
place: Leipzig
publication_identifier:
  isbn:
  - 978-3-374-04805-2
publisher: Evangelische Verlagsanstalt
status: public
title: Jesus-Transformationen. Zum 60. Geburtstag von Martin Leutzsch
type: book_editor
user_id: '12498'
year: '2019'
...
---
_id: '50005'
author:
- first_name: Sophia Stephanie Gundula
  full_name: Niepert-Rumel, Sophia Stephanie Gundula
  id: '12498'
  last_name: Niepert-Rumel
citation:
  ama: 'Niepert-Rumel SSG. Jesus als Metapher. Bildhafte Jesus-Transformationen im
    NT und darüber hinaus. In: Janus R, Niepert-Rumel S, Nord I, Schmit J, Schroeter-Wittke
    H, eds. <i>Jesus-Transformationen</i>. Evangelische Verlagsanstalt; 2019:34-48.'
  apa: Niepert-Rumel, S. S. G. (2019). Jesus als Metapher. Bildhafte Jesus-Transformationen
    im NT und darüber hinaus. In R. Janus, S. Niepert-Rumel, I. Nord, J. Schmit, &#38;
    H. Schroeter-Wittke (Eds.), <i>Jesus-Transformationen</i> (pp. 34–48). Evangelische
    Verlagsanstalt.
  bibtex: '@inbook{Niepert-Rumel_2019, place={Leipzig}, title={Jesus als Metapher.
    Bildhafte Jesus-Transformationen im NT und darüber hinaus}, booktitle={Jesus-Transformationen},
    publisher={Evangelische Verlagsanstalt}, author={Niepert-Rumel, Sophia Stephanie
    Gundula}, editor={Janus, Richard and Niepert-Rumel, Sophia and Nord, Ilona and
    Schmit, Jochen and Schroeter-Wittke, Harald}, year={2019}, pages={34–48} }'
  chicago: 'Niepert-Rumel, Sophia Stephanie Gundula. “Jesus als Metapher. Bildhafte
    Jesus-Transformationen im NT und darüber hinaus.” In <i>Jesus-Transformationen</i>,
    edited by Richard Janus, Sophia Niepert-Rumel, Ilona Nord, Jochen Schmit, and
    Harald Schroeter-Wittke, 34–48. Leipzig: Evangelische Verlagsanstalt, 2019.'
  ieee: 'S. S. G. Niepert-Rumel, “Jesus als Metapher. Bildhafte Jesus-Transformationen
    im NT und darüber hinaus,” in <i>Jesus-Transformationen</i>, R. Janus, S. Niepert-Rumel,
    I. Nord, J. Schmit, and H. Schroeter-Wittke, Eds. Leipzig: Evangelische Verlagsanstalt,
    2019, pp. 34–48.'
  mla: Niepert-Rumel, Sophia Stephanie Gundula. “Jesus als Metapher. Bildhafte Jesus-Transformationen
    im NT und darüber hinaus.” <i>Jesus-Transformationen</i>, edited by Richard Janus
    et al., Evangelische Verlagsanstalt, 2019, pp. 34–48.
  short: 'S.S.G. Niepert-Rumel, in: R. Janus, S. Niepert-Rumel, I. Nord, J. Schmit,
    H. Schroeter-Wittke (Eds.), Jesus-Transformationen, Evangelische Verlagsanstalt,
    Leipzig, 2019, pp. 34–48.'
date_created: 2023-12-21T07:38:47Z
date_updated: 2023-12-21T07:38:56Z
editor:
- first_name: Richard
  full_name: Janus, Richard
  last_name: Janus
- first_name: Sophia
  full_name: Niepert-Rumel, Sophia
  last_name: Niepert-Rumel
- first_name: Ilona
  full_name: Nord, Ilona
  last_name: Nord
- first_name: Jochen
  full_name: Schmit, Jochen
  last_name: Schmit
- first_name: Harald
  full_name: Schroeter-Wittke, Harald
  last_name: Schroeter-Wittke
language:
- iso: ger
page: 34-48
place: Leipzig
publication: Jesus-Transformationen
publication_identifier:
  isbn:
  - '978-3-374-04805-2 '
publisher: Evangelische Verlagsanstalt
status: public
title: Jesus als Metapher. Bildhafte Jesus-Transformationen im NT und darüber hinaus
type: book_chapter
user_id: '12498'
year: '2019'
...
---
_id: '32156'
abstract:
- lang: eng
  text: "How do ideas come into being? Our contribution takes its starting point in
    an observation\r\nwe made in empirical data from a prior study. The data center
    around an instant of an\r\nacademic writer’s thinking during the revision of a
    scientific paper. Through a detailed\r\ndiscourse-oriented micro-analysis, we
    zoom in on the writer’s thinking activity and uncover\r\nthe genesis of a complex
    idea through a sequence of interrelated moments. These\r\nmoments feature different
    degrees of “crystallization” of the idea; from gestures, a sketch,\r\na short
    written note, oral explanations to a final spelled-out written argument. For this\r\ncontribution,
    we re-analyze the material, asking how the idea gets formed during the\r\nthinking
    process and how it reaches a tangible form, which is understandable both for\r\nthe
    thinker and for other persons. We root our analysis in a notion of language as
    social,\r\nembodied, and dialogical activity, drawing on concepts from Humboldt,
    Jakubinskij, and\r\nVygotsky. We focus our analysis on three conceptual nodes.
    The first node is the ebbing\r\nand advancing of language in idea formation –
    observable as a trajectory through linguistically more condensed or more expanded
    utterance forms. The second node is the degree of objectification that the idea
    reaches when it is performed differently in a variety of addressivity constellations,
    i.e., whether and how it becomes understandable to the thinker and to others in
    the social sphere. Finally, the third node is the saturation of the idea through
    what we call intrapersonal intertextuality, i.e., its complex and dialogically
    related re-articulations in a sequence of formative moments. With these considerations,
    we articulate a clear consequence for theorizing thinking. We hold that thinking
    is social, embodied, and dialogically organized because it is entangled with language.
    Ideas come into being and become understandable and communicable to other persons
    only by and within their different, yet, intertextually related formations."
author:
- first_name: Andrea
  full_name: Karsten, Andrea
  id: '53917'
  last_name: Karsten
  orcid: 0000-0003-0194-2000
- first_name: Marie-Cécile
  full_name: Bertau, Marie-Cécile
  last_name: Bertau
citation:
  ama: 'Karsten A, Bertau M-C. How ideas come into being: Tracing intertextual moments
    in grades of objectification and publicness. <i>Frontiers in Psychology</i>. 2019;10.
    doi:<a href="https://doi.org/10.3389/fpsyg.2019.02355">10.3389/fpsyg.2019.02355</a>'
  apa: 'Karsten, A., &#38; Bertau, M.-C. (2019). How ideas come into being: Tracing
    intertextual moments in grades of objectification and publicness. <i>Frontiers
    in Psychology</i>, <i>10</i>. <a href="https://doi.org/10.3389/fpsyg.2019.02355">https://doi.org/10.3389/fpsyg.2019.02355</a>'
  bibtex: '@article{Karsten_Bertau_2019, title={How ideas come into being: Tracing
    intertextual moments in grades of objectification and publicness}, volume={10},
    DOI={<a href="https://doi.org/10.3389/fpsyg.2019.02355">10.3389/fpsyg.2019.02355</a>},
    journal={Frontiers in Psychology}, author={Karsten, Andrea and Bertau, Marie-Cécile},
    year={2019} }'
  chicago: 'Karsten, Andrea, and Marie-Cécile Bertau. “How Ideas Come into Being:
    Tracing Intertextual Moments in Grades of Objectification and Publicness.” <i>Frontiers
    in Psychology</i> 10 (2019). <a href="https://doi.org/10.3389/fpsyg.2019.02355">https://doi.org/10.3389/fpsyg.2019.02355</a>.'
  ieee: 'A. Karsten and M.-C. Bertau, “How ideas come into being: Tracing intertextual
    moments in grades of objectification and publicness,” <i>Frontiers in Psychology</i>,
    vol. 10, 2019, doi: <a href="https://doi.org/10.3389/fpsyg.2019.02355">10.3389/fpsyg.2019.02355</a>.'
  mla: 'Karsten, Andrea, and Marie-Cécile Bertau. “How Ideas Come into Being: Tracing
    Intertextual Moments in Grades of Objectification and Publicness.” <i>Frontiers
    in Psychology</i>, vol. 10, 2019, doi:<a href="https://doi.org/10.3389/fpsyg.2019.02355">10.3389/fpsyg.2019.02355</a>.'
  short: A. Karsten, M.-C. Bertau, Frontiers in Psychology 10 (2019).
date_created: 2022-06-24T14:27:04Z
date_updated: 2023-12-21T08:42:58Z
department:
- _id: '424'
doi: 10.3389/fpsyg.2019.02355
intvolume: '        10'
keyword:
- idea formation
- language activity
- objectification
- intrapersonal intertextuality
- articulation
- Jakubinskij
- Vygotsky
- Humboldt
language:
- iso: eng
main_file_link:
- open_access: '1'
oa: '1'
publication: Frontiers in Psychology
publication_status: published
status: public
title: 'How ideas come into being: Tracing intertextual moments in grades of objectification
  and publicness'
type: journal_article
user_id: '53917'
volume: 10
year: '2019'
...
---
_id: '50106'
author:
- first_name: Karina
  full_name: Pauls, Karina
  id: '78235'
  last_name: Pauls
citation:
  ama: Pauls K. Farbe im Prozess optischer und haptischer Wahrnehmung – ein Beispiel
    aus dem Kunstunterricht. <i>ImpulseKunstdidaktik </i>. 2019;25:S. 34-44.
  apa: Pauls, K. (2019). Farbe im Prozess optischer und haptischer Wahrnehmung – ein
    Beispiel aus dem Kunstunterricht. <i>Impulse.Kunstdidaktik </i>, <i>25</i>, S.
    34-44.
  bibtex: '@article{Pauls_2019, title={Farbe im Prozess optischer und haptischer Wahrnehmung
    – ein Beispiel aus dem Kunstunterricht}, volume={25}, journal={Impulse.Kunstdidaktik
    }, author={Pauls, Karina}, year={2019}, pages={S. 34-44} }'
  chicago: 'Pauls, Karina. “Farbe im Prozess optischer und haptischer Wahrnehmung
    – ein Beispiel aus dem Kunstunterricht.” <i>Impulse.Kunstdidaktik </i> 25 (2019):
    S. 34-44.'
  ieee: K. Pauls, “Farbe im Prozess optischer und haptischer Wahrnehmung – ein Beispiel
    aus dem Kunstunterricht,” <i>Impulse.Kunstdidaktik </i>, vol. 25, p. S. 34-44,
    2019.
  mla: Pauls, Karina. “Farbe im Prozess optischer und haptischer Wahrnehmung – ein
    Beispiel aus dem Kunstunterricht.” <i>Impulse.Kunstdidaktik </i>, vol. 25, 2019,
    p. S. 34-44.
  short: K. Pauls, Impulse.Kunstdidaktik  25 (2019) S. 34-44.
date_created: 2024-01-03T07:59:31Z
date_updated: 2024-01-03T08:01:32Z
intvolume: '        25'
language:
- iso: ger
page: S. 34-44
publication: 'Impulse.Kunstdidaktik '
publication_status: published
status: public
title: Farbe im Prozess optischer und haptischer Wahrnehmung – ein Beispiel aus dem
  Kunstunterricht
type: journal_article
user_id: '78235'
volume: 25
year: '2019'
...
---
_id: '50107'
author:
- first_name: Karina
  full_name: Pauls, Karina
  id: '78235'
  last_name: Pauls
citation:
  ama: 'Pauls K. Rezension zu Kunibert Bering – Rolf Niehoff: Horizonte der Bild-/Kunstgeschichte
    mit kunstpädagogischem Blick – Band 2. <i>BDK Mitteilungen 2/2019</i>. Published
    online 2019:S. 44.'
  apa: 'Pauls, K. (2019). Rezension zu Kunibert Bering – Rolf Niehoff: Horizonte der
    Bild-/Kunstgeschichte mit kunstpädagogischem Blick – Band 2. In <i>BDK Mitteilungen
    2/2019</i> (p. S. 44).'
  bibtex: '@article{Pauls_2019, title={Rezension zu Kunibert Bering – Rolf Niehoff:
    Horizonte der Bild-/Kunstgeschichte mit kunstpädagogischem Blick – Band 2}, journal={BDK
    Mitteilungen 2/2019}, author={Pauls, Karina}, year={2019}, pages={S. 44} }'
  chicago: 'Pauls, Karina. “Rezension zu Kunibert Bering – Rolf Niehoff: Horizonte
    der Bild-/Kunstgeschichte mit kunstpädagogischem Blick – Band 2.” <i>BDK Mitteilungen
    2/2019</i>, 2019.'
  ieee: 'K. Pauls, “Rezension zu Kunibert Bering – Rolf Niehoff: Horizonte der Bild-/Kunstgeschichte
    mit kunstpädagogischem Blick – Band 2,” <i>BDK Mitteilungen 2/2019</i>. p. S.
    44, 2019.'
  mla: 'Pauls, Karina. “Rezension zu Kunibert Bering – Rolf Niehoff: Horizonte der
    Bild-/Kunstgeschichte mit kunstpädagogischem Blick – Band 2.” <i>BDK Mitteilungen
    2/2019</i>, 2019, p. S. 44.'
  short: K. Pauls, BDK Mitteilungen 2/2019 (2019) S. 44.
date_created: 2024-01-03T08:01:16Z
date_updated: 2024-01-03T08:02:56Z
language:
- iso: ger
page: S. 44
publication: BDK Mitteilungen 2/2019
publication_status: published
status: public
title: 'Rezension zu Kunibert Bering – Rolf Niehoff: Horizonte der Bild-/Kunstgeschichte
  mit kunstpädagogischem Blick – Band 2'
type: review
user_id: '78235'
year: '2019'
...
---
_id: '50177'
abstract:
- lang: ger
  text: "In der vorliegenden Arbeit werden Wege untersucht, um die stellare Physik
    zu elementarisieren und in Lehrkonzepte zu überführen. Damit sollen angehenden
    oder tätigen Lehrenden der Physik Mittel an die Hand gegeben werden, die ein angemessenes
    Theorieverständnis ermöglichen. In erster Linie wird damit bezweckt, eine wesentliche
    Forschungsmethode der Astrophysik - nämlich Himmelskörper mathematisch so zu modellieren,
    dass an ihrer Oberfläche beobachtbare Phänomene vorhergesagt werden - im Lehr-
    und Unterrichtsbetrieb zu präsentieren. Bekanntlich werden viele astrophysikalische
    Phänomene in der Lehrliteratur nur phänomenologisch abgehandelt, wodurch das Desiderat
    entsteht, dass die eigentliche Untersuchungsmethodologie nur ungenügend vermittelt
    wird.\r\nIn der Promotionsschrift wird berücksichtigt, dass Astrophysik nur einen
    kleinen Teil eines Physikstudiums für das Lehramt ausmacht, der Stoff daher komprimiert
    und ohne tiefere Vorkenntnisse zu behandeln ist. Weiterhin wird anhand der Analyse
    von Aufgaben zweier Schulbuchreihen gezeigt, dass quantitatives Arbeiten insbesondere
    in der Sekundarstufe II einen großen Teil des Physikunterrichts ausmacht und sich
    daher mathematisches Modellieren für Übungen anbietet.\r\nVon jeher unterliegt
    die Astrophysik einem besonders kritischen, erkenntnistheoretischen Blick, da
    sie naturgegeben weitgehend auf die experimentelle Untersuchung ihrer Forschungsgegenstände
    verzichten muss und nur anhand passiver Beobachtungen zu Erkenntnissen gelangen
    kann. Eine sinnvolle Beschäftigung mit modernen Forschungsresultaten der Astrophysik
    ist daher ohne eine besondere Einbindung in einen erkenntnistheoretischen Rahmen
    kaum vorstellbar. Daher werden in der vorliegenden Schrift erkenntnistheoretische
    Grundlagen vorgestellt, die einen kritischen Blick auf die Entwicklung einer astrophysikalischen
    Theorie ermöglichen.\r\nEs werden Varianten aufgezeigt, die Sterne sowohl als
    quasi-statische Objekte zu betrachten als auch ihre Entwicklung näher zu beleuchten.
    Speziell auf die Bedingungen zur Entwicklung von Leben auf einem Planeten und
    die dabei bestehenden Zusammenhänge zum Zentralgestirn wird eingegangen, da die
    Frage nach Leben auf anderen Planeten ein für Lernende interessantes Thema ist.
    Die präsentierten Modelle benötigen dabei nur Mathematik und Physik der Grundvorlesungen,
    teilweise genügt Abiturniveau."
- lang: eng
  text: "This thesis is about ways of simplifying stellar physics and of transferring
    them into teaching concepts. The aim is to provide future or active teachers of
    physics with the means to gain an appropriate understanding of theory. The main
    goal is to present an essential research method of astrophysics - to model celestial
    bodies mathematically in such a way that observable phenomena are predicted on
    their surface - in teaching. Currently, many astrophysical phenomena are only
    dealt with phenomenologically in teaching literature, which results in the desideratum
    that the actual research methodology is only insufficiently conveyed.\r\nThis
    doctoral thesis takes into consideration astrophysics being only a minor part
    of a physics course in the teaching-study program, therefore the material is condensed
    and can be accessed without deeper previous knowledge. Furthermore, the analysis
    of the tasks of two textbook series shows that quantitative work, especially in
    secondary level II, constitutes in a large part of physics teaching and that mathematical
    modelling therefore is suitable for exercises.\r\nAstrophysics has always been
    subject to a particularly critical, epistemological view, since it naturally has
    to largely dispense with the experimental investigation of its research objects
    and can only lead to findings based on passive observations. A meaningful occupation
    with modern research results of astrophysics is therefore hardly imaginable without
    a special integration into an epistemological framework. Thus, the presented paper
    shows epistemological fundamentals that allow a critical view on the development
    of an astrophysical theory.\r\nVariants are shown to view the stars both as quasi-static
    objects and to shed light their evolution. Particularly the conditions for the
    development of life on a planet and the existing connections to the central star
    are discussed, since the question of life on other planets is an interesting topic
    for learners. The presented models are based on basic mathematics and physics
    lectures, partly even high school level is sufficient."
author:
- first_name: Sascha
  full_name: Hohmann, Sascha
  id: '94328'
  last_name: Hohmann
citation:
  ama: Hohmann S. <i>Die Entwicklung der Sterne. Eine elementarisierte Betrachtung.
    Dissertation. Universi-Verlag, Siegen, ISBN 978-3-96182-050-4</i>. Universi-Verlag;
    2019. doi:<a href="https://doi.org/10.25819/ubsi/486">10.25819/ubsi/486</a>
  apa: Hohmann, S. (2019). <i>Die Entwicklung der Sterne. Eine elementarisierte Betrachtung.
    Dissertation. Universi-Verlag, Siegen, ISBN 978-3-96182-050-4</i>. Universi-Verlag.
    <a href="https://doi.org/10.25819/ubsi/486">https://doi.org/10.25819/ubsi/486</a>
  bibtex: '@book{Hohmann_2019, place={Siegen}, title={Die Entwicklung der Sterne.
    Eine elementarisierte Betrachtung. Dissertation. Universi-Verlag, Siegen, ISBN
    978-3-96182-050-4}, DOI={<a href="https://doi.org/10.25819/ubsi/486">10.25819/ubsi/486</a>},
    publisher={Universi-Verlag}, author={Hohmann, Sascha}, year={2019} }'
  chicago: 'Hohmann, Sascha. <i>Die Entwicklung der Sterne. Eine elementarisierte
    Betrachtung. Dissertation. Universi-Verlag, Siegen, ISBN 978-3-96182-050-4</i>.
    Siegen: Universi-Verlag, 2019. <a href="https://doi.org/10.25819/ubsi/486">https://doi.org/10.25819/ubsi/486</a>.'
  ieee: 'S. Hohmann, <i>Die Entwicklung der Sterne. Eine elementarisierte Betrachtung.
    Dissertation. Universi-Verlag, Siegen, ISBN 978-3-96182-050-4</i>. Siegen: Universi-Verlag,
    2019.'
  mla: Hohmann, Sascha. <i>Die Entwicklung der Sterne. Eine elementarisierte Betrachtung.
    Dissertation. Universi-Verlag, Siegen, ISBN 978-3-96182-050-4</i>. Universi-Verlag,
    2019, doi:<a href="https://doi.org/10.25819/ubsi/486">10.25819/ubsi/486</a>.
  short: S. Hohmann, Die Entwicklung der Sterne. Eine elementarisierte Betrachtung.
    Dissertation. Universi-Verlag, Siegen, ISBN 978-3-96182-050-4, Universi-Verlag,
    Siegen, 2019.
date_created: 2024-01-04T09:40:48Z
date_updated: 2024-01-04T09:41:16Z
ddc:
- '530'
doi: 10.25819/ubsi/486
extern: '1'
language:
- iso: ger
main_file_link:
- url: https://dspace.ub.uni-siegen.de/handle/ubsi/1516
page: '200'
place: Siegen
publication_identifier:
  isbn:
  - 978-3-96182-050-4
publication_status: published
publisher: Universi-Verlag
status: public
supervisor:
- first_name: Oliver
  full_name: Schwarz, Oliver
  last_name: Schwarz
title: Die Entwicklung der Sterne. Eine elementarisierte Betrachtung. Dissertation.
  Universi-Verlag, Siegen, ISBN 978-3-96182-050-4
type: dissertation
user_id: '94328'
year: '2019'
...
---
_id: '50196'
author:
- first_name: Sascha
  full_name: Hohmann, Sascha
  id: '94328'
  last_name: Hohmann
  orcid: 0000-0001-6145-3466
citation:
  ama: 'Hohmann S. Wie groß ist ein Neutronenstern? Elementarisierende Überlegungen
    und Abschätzungen. In: Grötzebauch H, Deutsche Physikalische Gesellschaft, eds.
    <i>PhyDid B</i>. ; 2019:31-36.'
  apa: Hohmann, S. (2019). Wie groß ist ein Neutronenstern? Elementarisierende Überlegungen
    und Abschätzungen. In H. Grötzebauch &#38; Deutsche Physikalische Gesellschaft
    (Eds.), <i>PhyDid B</i> (Issue 2019, pp. 31–36).
  bibtex: '@inproceedings{Hohmann_2019, title={Wie groß ist ein Neutronenstern? Elementarisierende
    Überlegungen und Abschätzungen}, number={2019}, booktitle={PhyDid B}, author={Hohmann,
    Sascha}, editor={Grötzebauch, Helmuth and Deutsche Physikalische Gesellschaft},
    year={2019}, pages={31–36} }'
  chicago: Hohmann, Sascha. “Wie groß ist ein Neutronenstern? Elementarisierende Überlegungen
    und Abschätzungen.” In <i>PhyDid B</i>, edited by Helmuth Grötzebauch and Deutsche
    Physikalische Gesellschaft, 31–36, 2019.
  ieee: S. Hohmann, “Wie groß ist ein Neutronenstern? Elementarisierende Überlegungen
    und Abschätzungen,” in <i>PhyDid B</i>, Aachen, 2019, no. 2019, pp. 31–36.
  mla: Hohmann, Sascha. “Wie groß ist ein Neutronenstern? Elementarisierende Überlegungen
    und Abschätzungen.” <i>PhyDid B</i>, edited by Helmuth Grötzebauch and Deutsche
    Physikalische Gesellschaft, no. 2019, 2019, pp. 31–36.
  short: 'S. Hohmann, in: H. Grötzebauch, Deutsche Physikalische Gesellschaft (Eds.),
    PhyDid B, 2019, pp. 31–36.'
conference:
  end_date: 2019-03-30
  location: Aachen
  name: DPG-Frühjahrstagung
  start_date: 2019-03-25
corporate_editor:
- Deutsche Physikalische Gesellschaft
date_created: 2024-01-04T11:37:42Z
date_updated: 2024-01-04T11:50:24Z
editor:
- first_name: Helmuth
  full_name: Grötzebauch, Helmuth
  last_name: Grötzebauch
extern: '1'
issue: '2019'
language:
- iso: ger
main_file_link:
- open_access: '1'
  url: https://ojs.dpg-physik.de/index.php/phydid-b/article/view/920/1050
oa: '1'
page: 31-36
publication: PhyDid B
publication_identifier:
  issn:
  - 2191-379X
publication_status: published
status: public
title: Wie groß ist ein Neutronenstern? Elementarisierende Überlegungen und Abschätzungen
type: conference
user_id: '94328'
year: '2019'
...
---
_id: '50197'
author:
- first_name: Sascha
  full_name: Hohmann, Sascha
  id: '94328'
  last_name: Hohmann
  orcid: 0000-0001-6145-3466
citation:
  ama: Hohmann S. Stellare Voraussetzungen für die Entstehung von Leben. <i>Astronomie
    + Raumfahrt im Unterricht</i>. 2019;5(2019):15-19.
  apa: Hohmann, S. (2019). Stellare Voraussetzungen für die Entstehung von Leben.
    <i>Astronomie + Raumfahrt im Unterricht</i>, <i>5</i>(2019), 15–19.
  bibtex: '@article{Hohmann_2019, title={Stellare Voraussetzungen für die Entstehung
    von Leben}, volume={5}, number={2019}, journal={Astronomie + Raumfahrt im Unterricht},
    publisher={Friedrich-Verlag}, author={Hohmann, Sascha}, year={2019}, pages={15–19}
    }'
  chicago: 'Hohmann, Sascha. “Stellare Voraussetzungen für die Entstehung von Leben.”
    <i>Astronomie + Raumfahrt im Unterricht</i> 5, no. 2019 (2019): 15–19.'
  ieee: S. Hohmann, “Stellare Voraussetzungen für die Entstehung von Leben,” <i>Astronomie
    + Raumfahrt im Unterricht</i>, vol. 5, no. 2019, pp. 15–19, 2019.
  mla: Hohmann, Sascha. “Stellare Voraussetzungen für die Entstehung von Leben.” <i>Astronomie
    + Raumfahrt im Unterricht</i>, vol. 5, no. 2019, Friedrich-Verlag, 2019, pp. 15–19.
  short: S. Hohmann, Astronomie + Raumfahrt im Unterricht 5 (2019) 15–19.
date_created: 2024-01-04T11:38:40Z
date_updated: 2024-01-04T11:50:34Z
extern: '1'
intvolume: '         5'
issue: '2019'
language:
- iso: ger
page: 15-19
publication: Astronomie + Raumfahrt im Unterricht
publication_identifier:
  issn:
  - 1437-8639
publication_status: published
publisher: Friedrich-Verlag
status: public
title: Stellare Voraussetzungen für die Entstehung von Leben
type: journal_article
user_id: '94328'
volume: 5
year: '2019'
...
