@misc{60519,
  author       = {{Müller, Jennifer}},
  booktitle    = {{Zeitschrift für Angewandte Linguistik}},
  issn         = {{2190-0191}},
  number       = {{70}},
  pages        = {{202--206}},
  publisher    = {{Walter de Gruyter GmbH}},
  title        = {{{Brandt, Hanne & Gogolin, Ingrid. 2016. "Sprachförderlicher Fachunterricht. Erfahrungen und Beispiele" (FörMig Material 8). Münster/ New York: Waxmann. 88 S., € 24,90, ISBN 978-3-8309-3378-6}}},
  doi          = {{10.1515/zfal-2019-2010}},
  volume       = {{2019}},
  year         = {{2019}},
}

@misc{64965,
  author       = {{Mersch, Katharina Ulrike}},
  booktitle    = {{Das Mittelalter}},
  number       = {{2}},
  pages        = {{483--485}},
  title        = {{{Étienne Doublier, Ablass, Papsttum und Bettelorden im 13. Jahrhundert (Papsttum im mittelalterlichen Europa 6). Wien, Böhlau 2017. 752 S.}}},
  volume       = {{24}},
  year         = {{2019}},
}

@inbook{65302,
  author       = {{Droß-Krüpe, Kerstin}},
  booktitle    = {{Festschrift zum 75. Geburtstag von Werner Eck}},
  editor       = {{Schneider, H.}},
  pages        = {{41--54}},
  title        = {{{(Un)Sichtbares Handwerk? Überlegungen zu CIL 6/92920 und der sozio- ökonomischen Stellung der römischen textores}}},
  year         = {{2019}},
}

@article{21424,
  abstract     = {{There are two ways for taxpayers to avoid paying taxes: legal tax optimization and illegal tax evasion. The government reacts by altering the law, and by conducting audits, respectively. These phenomena are modeled as a strategic interaction between all taxpayers: the more taxpayers optimize, the lower the optimization result as a consequence of the government tightening the tax law. The more taxpayers evade, the higher the risk of detection because of the tax agencies increasing the audit probability. It emerges that, in equilibrium, the population shares of optimizers and evaders are not interdependent; rather, they both increase to the detriment of the share of non-optimizing taxpayers. If the government reacts to changed optimization behavior with too large a delay, an equilibrium tax law cannot be reached. Tax codes should be updated rapidly in order to avoid a permanent change of the tax law, which is costly both for the legislator and the taxpayers facing legal uncertainty.}},
  author       = {{Lorenz, Johannes}},
  journal      = {{Journal of Evolutionary Economics}},
  pages        = {{581--609}},
  title        = {{{Population Dynamics of Tax Avoidance with Crowding Effects}}},
  doi          = {{10.1007/s00191-018-0572-6}},
  volume       = {{29}},
  year         = {{2019}},
}

@misc{36375,
  author       = {{Pöllmann, Andreas}},
  booktitle    = {{Compare: A Journal of Comparative and International Education}},
  issn         = {{0305-7925}},
  keywords     = {{Education}},
  number       = {{8}},
  pages        = {{1222--1223}},
  publisher    = {{Informa UK Limited}},
  title        = {{{European educational research (re)constructed: Institutional change in Germany, the United Kingdom, Norway, and the European Union}}},
  doi          = {{10.1080/03057925.2019.1665260}},
  volume       = {{50}},
  year         = {{2019}},
}

@inproceedings{26594,
  author       = {{Akhter, Adnan and Ngonga Ngomo, Axel-Cyrille and Saleem, Muhammad}},
  booktitle    = {{Knowledge Engineering and Knowledge Management - 21st International Conference, {EKAW} 2018, Nancy, France, November 12-16, 2018, Proceedings}},
  editor       = {{Faron-Zucker, Catherine and Ghidini, Chiara and Napoli, Amedeo and Toussaint, Yannick}},
  pages        = {{3--18}},
  publisher    = {{Springer}},
  title        = {{{An Empirical Evaluation of RDF Graph Partitioning Techniques}}},
  doi          = {{10.1007/978-3-030-03667-6\_1}},
  volume       = {{11313}},
  year         = {{2018}},
}

@inproceedings{26595,
  author       = {{Speck, René and Ngonga Ngomo, Axel-Cyrille}},
  booktitle    = {{Knowledge Engineering and Knowledge Management - 21st International Conference, {EKAW} 2018, Nancy, France, November 12-16, 2018, Proceedings}},
  editor       = {{Faron-Zucker, Catherine and Ghidini, Chiara and Napoli, Amedeo and Toussaint, Yannick}},
  pages        = {{424--438}},
  publisher    = {{Springer}},
  title        = {{{On Extracting Relations Using Distributional Semantics and a Tree Generalization}}},
  doi          = {{10.1007/978-3-030-03667-6\_27}},
  volume       = {{11313}},
  year         = {{2018}},
}

@inproceedings{26618,
  author       = {{Saveta, Tzanina and Fundulaki, Irini and Flouris, Giorgos and Ngonga Ngomo, Axel-Cyrille}},
  booktitle    = {{The Semantic Web - {ISWC} 2018 - 17th International Semantic Web Conference, Monterey, CA, USA, October 8-12, 2018, Proceedings, Part {I}}},
  editor       = {{Vrandecic, Denny and Bontcheva, Kalina and Carmen Suárez-Figueroa, Mari and Presutti, Valentina and Celino, Irene and Sabou, Marta and Kaffee, Lucie-Aimée and Simperl, Elena}},
  pages        = {{408--423}},
  publisher    = {{Springer}},
  title        = {{{SPgen : A Benchmark Generator for Spatial Link Discovery Tools}}},
  doi          = {{10.1007/978-3-030-00671-6\_24}},
  volume       = {{11136}},
  year         = {{2018}},
}

@inproceedings{3588,
  abstract     = {{In scientific computing, unstructured meshes are a crucial foundation for the simulation of real-world physical phenomena. Compared to regular grids, they allow resembling the computational domain with a much higher accuracy, which in turn leads to more efficient computations.<br />There exists a wealth of supporting libraries and frameworks that aid programmers with the implementation of applications working on such grids, each built on top of existing parallelization technologies. However, many approaches require the programmer to introduce a different programming paradigm into their application or provide different variants of the code. SYCL is a new programming standard providing a remedy to this dilemma by building on standard C ++17 with its so-called single-source approach: Programmers write standard C ++ code and expose parallelism using C++17 keywords. The application is<br />then transformed into a concrete implementation by the SYCL implementation. By encapsulating the OpenCL ecosystem, different SYCL implementations enable not only the programming of CPUs but also of heterogeneous platforms such as GPUs or other devices. For the first time, this paper showcases a SYCL-<br />based solver for the nodal Discontinuous Galerkin method for Maxwell’s equations on unstructured meshes. We compare our solution to a previous C-based implementation with respect to programmability and performance on heterogeneous platforms.<br}},
  author       = {{Afzal, Ayesha and Schmitt, Christian and Alhaddad, Samer and Grynko, Yevgen and Teich, Jürgen and Förstner, Jens and Hannig, Frank}},
  booktitle    = {{Proceedings of the 29th Annual IEEE International Conference on Application-specific Systems, Architectures and Processors (ASAP)}},
  isbn         = {{978-1-5386-7479-6}},
  keywords     = {{tet_topic_hpc}},
  pages        = {{49--56}},
  title        = {{{Solving Maxwell's Equations with Modern C++ and SYCL: A Case Study}}},
  doi          = {{10.1109/ASAP.2018.8445127}},
  year         = {{2018}},
}

@book{18693,
  author       = {{Seng, Eva- Maria}},
  publisher    = {{Deutscher Kunstverlag}},
  title        = {{{Erkundungen in die Kunstgeschichte, Kirchenbau, Städtebau, Utopie, Sammelband von bislang meist unpublizierten Aufsätzen}}},
  year         = {{2018}},
}

@inbook{18826,
  author       = {{Seng, Eva- Maria}},
  booktitle    = {{Prähistorische Pfahlbauten im Alpenraum. Erschließung und Vermittlung des Welterbes}},
  editor       = {{Seng, Eva-Maria and Schlichtherle, Helmut and Wolf, Claus and Sommer, C. Sebastian}},
  pages        = {{30--50}},
  title        = {{{Kultur, Natur, Ökologie. Die Pfahlbauten als Ausgangspunkt einer integralen Sicht auf Weltkulturerbestätten}}},
  year         = {{2018}},
}

@article{18827,
  author       = {{Seng, Eva- Maria}},
  journal      = {{Tsinghua Art Museum TAM }},
  pages        = {{41--53}},
  title        = {{{以德国博物馆为例谈博物馆及其展览【德】伊娃- 玛利亚·森钟子溦 翻译 (Exhibitions in the Museum)}}},
  volume       = {{7}},
  year         = {{2018}},
}

@inbook{23549,
  author       = {{Pottebaum, Jens and Schäfer, Christina}},
  booktitle    = {{Sicherheitskritische Mensch-Computer-Interaktion}},
  editor       = {{Reuter, Christian}},
  isbn         = {{978-3-658-19522-9}},
  pages        = {{253--276}},
  publisher    = {{Springer-Vieweg}},
  title        = {{{ IT-Systeme für das Krisenmanagement}}},
  doi          = {{10.1007/978-3-658-19523-6}},
  year         = {{2018}},
}

@article{23626,
  abstract     = {{<jats:p>Interfaces of room temperature ionic liquids (RTILs) are important for both applications and basic science and are therefore intensely studied. However, the evolution of their interface structure with the cation’s alkyl chain length n from Coulomb to van der Waals interaction domination has not yet been studied for even a single broad homologous RTIL series. We present here such a study of the liquid–air interface for <jats:inline-formula><m:math xmlns:m="http://www.w3.org/1998/Math/MathML" overflow="scroll"><m:mrow><m:mpadded width="+1.7pt"><m:mi>n</m:mi></m:mpadded><m:mo>=</m:mo><m:mrow><m:mpadded width="+1.7pt"><m:mn>2</m:mn></m:mpadded><m:mtext>to</m:mtext><m:mo> </m:mo><m:mn>22</m:mn></m:mrow></m:mrow></m:math></jats:inline-formula>, using angstrom-resolution X-ray methods. For <jats:inline-formula><m:math xmlns:m="http://www.w3.org/1998/Math/MathML" overflow="scroll"><m:mrow><m:mpadded width="+1.7pt"><m:mi>n</m:mi></m:mpadded><m:mo mathvariant="bold">&lt;</m:mo><m:mn>6</m:mn></m:mrow></m:math></jats:inline-formula>, a typical “simple liquid” monotonic surface-normal electron density profile <jats:inline-formula><m:math xmlns:m="http://www.w3.org/1998/Math/MathML" overflow="scroll"><m:mrow><m:msub><m:mi>ρ</m:mi><m:mi>e</m:mi></m:msub><m:mrow><m:mo stretchy="false">(</m:mo><m:mi>z</m:mi><m:mo stretchy="false">)</m:mo></m:mrow></m:mrow></m:math></jats:inline-formula> is obtained, like those of water and organic solvents. For <jats:inline-formula><m:math xmlns:m="http://www.w3.org/1998/Math/MathML" overflow="scroll"><m:mrow><m:mpadded width="+1.7pt"><m:mi>n</m:mi></m:mpadded><m:mo mathvariant="bold">&gt;</m:mo><m:mn>6</m:mn></m:mrow></m:math></jats:inline-formula>, increasingly more pronounced nanoscale self-segregation of the molecules’ charged moieties and apolar chains yields surface layering with alternating regions of headgroups and chains. The layering decays into the bulk over a few, to a few tens, of nanometers. The layering periods and decay lengths, their linear n dependence, and slopes are discussed within two models, one with partial-chain interdigitation and the other with liquid-like chains. No surface-parallel long-range order is found within the surface layer. For <jats:inline-formula><m:math xmlns:m="http://www.w3.org/1998/Math/MathML" overflow="scroll"><m:mrow><m:mpadded width="+1.7pt"><m:mi>n</m:mi></m:mpadded><m:mo>=</m:mo><m:mn>22</m:mn></m:mrow></m:math></jats:inline-formula>, a different surface phase is observed above melting. Our results also impact general liquid-phase issues like supramolecular self-aggregation and bulk–surface structure relations.</jats:p>}},
  author       = {{Haddad, Julia and Pontoni, Diego and Murphy, Bridget M. and Festersen, Sven and Runge, Benjamin and Magnussen, Olaf M. and Steinrück, Hans-Georg and Reichert, Harald and Ocko, Benjamin M. and Deutsch, Moshe}},
  issn         = {{0027-8424}},
  journal      = {{Proceedings of the National Academy of Sciences}},
  pages        = {{E1100--E1107}},
  title        = {{{Surface structure evolution in a homologous series of ionic liquids}}},
  doi          = {{10.1073/pnas.1716418115}},
  volume       = {{115}},
  year         = {{2018}},
}

@article{20471,
  author       = {{Baumgart, C and Welling, W and Hoppe, MW and Freiwald, J and Gokeler, A}},
  issn         = {{2052-1847}},
  journal      = {{BMC Sports Sci Med Rehabil}},
  pages        = {{23}},
  title        = {{{Angle-specific analysis of isokinetic quadriceps and hamstring torques and ratios in patients after ACL-reconstruction.}}},
  doi          = {{10.1186/s13102-018-0112-6}},
  volume       = {{10}},
  year         = {{2018}},
}

@article{20475,
  author       = {{Gokeler, A and Verhagen, E and Hirschmann, MT}},
  issn         = {{0942-2056}},
  journal      = {{Knee Surg Sports Traumatol Arthrosc}},
  number       = {{5}},
  pages        = {{1303--1304}},
  title        = {{{Let us rethink research for ACL injuries: a call for a more complex scientific approach.}}},
  doi          = {{10.1007/s00167-018-4886-6}},
  volume       = {{26}},
  year         = {{2018}},
}

@inproceedings{20550,
  author       = {{Bodden, Eric}},
  booktitle    = {{Proceedings of the 40th International Conference on Software Engineering: New Ideas and Emerging Results}},
  isbn         = {{978-1-4503-5662-6}},
  keywords     = {{ATTRACT, ITSECWEBSITE}},
  pages        = {{45--48}},
  publisher    = {{ACM}},
  title        = {{{Self-adaptive Static Analysis}}},
  doi          = {{10.1145/3183399.3183401}},
  year         = {{2018}},
}

@article{1796,
  author       = {{J. Daymude, Joshua and Derakhshandeh, Zahra and Gmyr, Robert and Porter, Alexandra and W. Richa, Andrea and Scheideler, Christian and Strothmann, Thim Frederik}},
  journal      = {{Natural Computing}},
  number       = {{1}},
  pages        = {{81----96}},
  title        = {{{On the runtime of universal coating for programmable matter}}},
  doi          = {{10.1007/s11047-017-9658-6}},
  year         = {{2018}},
}

@inproceedings{22755,
  author       = {{Pieper, Thorsten and Echterfeld, Julian and Koldewey, Christian}},
  booktitle    = {{Book of Abstracts of the 16th International Open and User Innovation Conference, 6. - 8. Aug. 2018}},
  title        = {{{Applying Open Innovation in the Field of Aircraft MRO - Insights from the LOMIS Project }}},
  year         = {{2018}},
}

@inproceedings{5861,
  author       = {{Jager, Tibor and Kurek, Rafael}},
  booktitle    = {{Advances in Cryptology - ASIACRYPT 2018 - 24th International Conference on the Theory and Application of Cryptology and Information Security, Brisbane, QLD, Australia, December 2-6, 2018, Proceedings, Part II}},
  pages        = {{221--250}},
  title        = {{{Short Digital Signatures and ID-KEMs via Truncation Collision Resistance}}},
  doi          = {{10.1007/978-3-030-03329-3_8}},
  year         = {{2018}},
}

