<?xml version="1.0" encoding="utf-8"?>
<export-example>
  <doc>
    <id>5337</id>
    <completedYear/>
    <publishedYear>2022</publishedYear>
    <thesisYearAccepted/>
    <language>deu</language>
    <pageFirst/>
    <pageLast/>
    <pageNumber/>
    <edition/>
    <issue/>
    <volume/>
    <type>conferencepresentation</type>
    <publisherName/>
    <publisherPlace/>
    <creatingCorporation/>
    <contributingCorporation/>
    <belongsToBibliography>0</belongsToBibliography>
    <completedDate>--</completedDate>
    <publishedDate>--</publishedDate>
    <thesisDateAccepted>--</thesisDateAccepted>
    <title language="deu">Fork à la carte für In-Memory-Datenbanken</title>
    <parentTitle language="deu">Frühjahrstreffen der Fachgruppen Betriebssysteme, Hamburg, 17. März 2022</parentTitle>
    <identifier type="url">https://www.lfdr.de/Publications/2022/FGBS_Spring22_Mintel.pdf</identifier>
    <enrichment key="opus.doi.autoCreate">false</enrichment>
    <enrichment key="opus.urn.autoCreate">false</enrichment>
    <licence>Keine Lizenz - Es gilt das deutsche Urheberrecht: § 53 UrhG</licence>
    <author>Mario Mintel</author>
    <author>Ralf Ramsauer</author>
    <author>Daniel Lohmann</author>
    <author>Stefanie Scherzinger</author>
    <author>Wolfgang Mauerer</author>
    <collection role="institutes" number="FakIM">Fakultät Informatik und Mathematik</collection>
    <collection role="othforschungsschwerpunkt" number="16311">Digitalisierung</collection>
    <collection role="institutes" number="">Labor für Digitalisierung (LFD)</collection>
  </doc>
  <doc>
    <id>3143</id>
    <completedYear/>
    <publishedYear>2014</publishedYear>
    <thesisYearAccepted/>
    <language>deu</language>
    <pageFirst>81</pageFirst>
    <pageLast>84</pageLast>
    <pageNumber/>
    <edition/>
    <issue>2</issue>
    <volume>14</volume>
    <type>article</type>
    <publisherName>Springer</publisherName>
    <publisherPlace/>
    <creatingCorporation/>
    <contributingCorporation/>
    <belongsToBibliography>0</belongsToBibliography>
    <completedDate>--</completedDate>
    <publishedDate>--</publishedDate>
    <thesisDateAccepted>--</thesisDateAccepted>
    <title language="deu">Editorial</title>
    <parentTitle language="deu">Datenbank-Spektrum</parentTitle>
    <identifier type="doi">10.1007/s13222-014-0162-1</identifier>
    <enrichment key="opus.import.date">2022-03-17T06:33:09+00:00</enrichment>
    <enrichment key="opus.source">sword</enrichment>
    <enrichment key="opus.import.user">importuser</enrichment>
    <licence>Keine Lizenz - Es gilt das deutsche Urheberrecht: § 53 UrhG</licence>
    <author>Andreas Thor</author>
    <author>Stefanie Scherzinger</author>
    <author>Günther Specht</author>
    <collection role="institutes" number="FakIM">Fakultät Informatik und Mathematik</collection>
    <collection role="othforschungsschwerpunkt" number="16311">Digitalisierung</collection>
  </doc>
  <doc>
    <id>3480</id>
    <completedYear/>
    <publishedYear>2021</publishedYear>
    <thesisYearAccepted/>
    <language>deu</language>
    <pageFirst>397</pageFirst>
    <pageLast>421</pageLast>
    <pageNumber/>
    <edition/>
    <issue/>
    <volume/>
    <type>conferenceobject</type>
    <publisherName>Gesellschaft für Informatik</publisherName>
    <publisherPlace/>
    <creatingCorporation/>
    <contributingCorporation/>
    <belongsToBibliography>0</belongsToBibliography>
    <completedDate>--</completedDate>
    <publishedDate>--</publishedDate>
    <thesisDateAccepted>--</thesisDateAccepted>
    <title language="deu">Silentium! Run-Analyse-Eradicate the Noise out of the DB/OS Stack</title>
    <abstract language="eng">When multiple tenants compete for resources, database performance tends to suffer. Yet there are scenarios where guaranteed sub-millisecond latencies are crucial, such as in real-time data processing, IoT devices, or when operating in safety-critical environments. In this paper, we study how to make query latencies deterministic in the face of noise (whether caused by other tenants or unrelated operating system tasks). We perform controlled experiments with an in-memory database engine in a multi-tenant setting, where we successively eradicate noisy interference from within the system software stack, to the point where the engine runs close to bare-metal on the underlying hardware. We show that we can achieve query latencies comparable to the database engine running as the sole tenant, but without noticeably impacting the workload of competing tenants. We discuss these results in the context of ongoing efforts to build custom operating systems for database workloads, and point out that for certain use cases, the margin for improvement is rather narrow. In fact, for scenarios like ours, existing operating systems might just be good enough, provided that they are expertly configured. We then critically discuss these findings in the light of a broader family of database systems (e.g., including disk-based), and how to extend the approach of this paper accordingly.&#13;
Low-latency databases; tail latency; real-time databases; bounded-time query processing;&#13;
DB-OS co-engineering</abstract>
    <parentTitle language="deu">Datenbanksysteme für Business, Technologie und Web (BTW 2021): 13.-17. September 2021, Dresden, Deutschland</parentTitle>
    <identifier type="doi">10.18420/btw2021-21</identifier>
    <identifier type="handle">https://dl.gi.de/handle/20.500.12116/35805</identifier>
    <enrichment key="opus.import.date">2022-04-10T09:34:41+00:00</enrichment>
    <enrichment key="opus.source">sword</enrichment>
    <enrichment key="opus.import.user">importuser</enrichment>
    <enrichment key="OtherSeries">GI-Edition. Proceedings ; 311</enrichment>
    <licence>Creative Commons - CC BY-NC - Namensnennung - Nicht kommerziell 4.0 International</licence>
    <author>Wolfgang Mauerer</author>
    <author>Ralf Ramsauer</author>
    <author>Edson R. F. Lucas</author>
    <author>Stefanie Scherzinger</author>
    <subject>
      <language>eng</language>
      <type>uncontrolled</type>
      <value>bounded-time query processing</value>
    </subject>
    <subject>
      <language>eng</language>
      <type>uncontrolled</type>
      <value>DB-OS co-engineering</value>
    </subject>
    <subject>
      <language>eng</language>
      <type>uncontrolled</type>
      <value>Low-latency databases</value>
    </subject>
    <subject>
      <language>eng</language>
      <type>uncontrolled</type>
      <value>real-time databases</value>
    </subject>
    <subject>
      <language>eng</language>
      <type>uncontrolled</type>
      <value>tail latency</value>
    </subject>
    <collection role="institutes" number="FakIM">Fakultät Informatik und Mathematik</collection>
    <collection role="othforschungsschwerpunkt" number="16311">Digitalisierung</collection>
    <collection role="institutes" number="">Labor für Digitalisierung (LFD)</collection>
  </doc>
  <doc>
    <id>4623</id>
    <completedYear/>
    <publishedYear>2016</publishedYear>
    <thesisYearAccepted/>
    <language>deu</language>
    <pageFirst>428</pageFirst>
    <pageLast>442</pageLast>
    <pageNumber/>
    <edition/>
    <issue>4</issue>
    <volume>53</volume>
    <type>article</type>
    <publisherName>Springer</publisherName>
    <publisherPlace/>
    <creatingCorporation/>
    <contributingCorporation/>
    <belongsToBibliography>0</belongsToBibliography>
    <completedDate>--</completedDate>
    <publishedDate>--</publishedDate>
    <thesisDateAccepted>--</thesisDateAccepted>
    <title language="deu">Herausforderungen bei der Anwendungsentwicklung mit schema-flexiblen NoSQL-Datenbanken</title>
    <abstract language="deu">NoSQL-Datenbanksysteme sind in den letzten Jahren sehr populär geworden, gute Gründe sprechen für ihren Einsatz: Eine attraktive Eigenschaft vieler Systeme ist ihre Schema-Flexibilität, die insbesondere in der agilen Anwendungsentwicklung Vorteile bietet. Durch horizontale Skalierbarkeit ermöglichen NoSQL-Datenbanksysteme eine effiziente Verarbeitung großer Datenmengen. Einige Systeme, die für die Datenhaltung interaktiver Anwendungen konzipiert sind, können zudem hochfrequente Nutzeranfragen bedienen. Diesen Vorteilen stehen eine Reihe von Nachteilen gegenüber, aus denen sich neue Herausforderungen für die Anwendungsentwicklung ergeben: Fehlende Standards bei den Anfragesprachen erschweren die Entwicklung datenbanksystemunabhängiger Anwendungen. Schema-Flexibilität im Datenbankmanagementsystem führt dazu, dass die Verantwortung für das Schema-Management in die Anwendung verlagert wird. Im vorliegenden Beitrag werden wesentliche Herausforderungen identifiziert und Lösungsansätze aus Forschung und Praxis vorgestellt. Dabei liegt der Fokus auf schema-flexiblen NoSQL-Datenbanksystemen, mit einem aggregat-orientierten Datenmodell, d. h. Key-Value Datenbanksysteme, dokumentenorientierten Datenbanksystemen und Column-Family Datenbanksystemen.&#13;
&#13;
NoSQL data stores have become very popular over the last years, as good reasons are justifying their application: One attractive feature of many systems is their schema flexibility, which may be preferable in agile software development projects. Due to their horizontal scalability, NoSQL data stores make it possible to efficiently process large amounts of data. Some systems, designed as data backends for interactive applications, can also manage highly frequent user requests. Apart from these advantages, there are also downsides to NoSQL data stores that create new challenges for software development: Missing standards in query languages make it difficult to build data store independent applications. Schema flexibility in the data store shifts the responsibility for schema management into the application. This article identifies substantial challenges as well as solution statements from research and practice. The focus of our survey is on schema-flexible NoSQL data management systems with an aggregate-oriented data model, i. e., key-value data management systems, as well as document and column family data management systems.</abstract>
    <parentTitle language="deu">HMD Praxis der Wirtschaftsinformatik</parentTitle>
    <identifier type="doi">10.1365/s40702-016-0234-9</identifier>
    <enrichment key="opus.import.date">2022-07-03T14:30:54+00:00</enrichment>
    <enrichment key="opus.source">sword</enrichment>
    <enrichment key="opus.import.user">importuser</enrichment>
    <enrichment key="opus.doi.autoCreate">false</enrichment>
    <enrichment key="opus.urn.autoCreate">true</enrichment>
    <licence>Keine Lizenz - Es gilt das deutsche Urheberrecht: § 53 UrhG</licence>
    <author>Meike Klettke</author>
    <author>Uta Störl</author>
    <author>Stefanie Scherzinger</author>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>Abfragesprache</value>
    </subject>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>Applikationsentwicklung</value>
    </subject>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>Datenbank</value>
    </subject>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>Datenbanksystem</value>
    </subject>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>Datenmodell</value>
    </subject>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>Datensystem</value>
    </subject>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>horizontale Skalierbarkeit</value>
    </subject>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>Kolonnendaten</value>
    </subject>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>Managementsystem</value>
    </subject>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>Software-Entwicklung</value>
    </subject>
    <collection role="institutes" number="FakIM">Fakultät Informatik und Mathematik</collection>
    <collection role="othforschungsschwerpunkt" number="16311">Digitalisierung</collection>
  </doc>
  <doc>
    <id>3106</id>
    <completedYear/>
    <publishedYear>2014</publishedYear>
    <thesisYearAccepted/>
    <language>deu</language>
    <pageFirst>119</pageFirst>
    <pageLast>129</pageLast>
    <pageNumber/>
    <edition/>
    <issue>2</issue>
    <volume>14</volume>
    <type>article</type>
    <publisherName>Springer</publisherName>
    <publisherPlace/>
    <creatingCorporation/>
    <contributingCorporation/>
    <belongsToBibliography>0</belongsToBibliography>
    <completedDate>--</completedDate>
    <publishedDate>--</publishedDate>
    <thesisDateAccepted>--</thesisDateAccepted>
    <title language="deu">Datenbanken ohne Schema?</title>
    <abstract language="deu">In der Entwicklung von interaktiven Web-Anwendungen sind NoSQL-Datenbanksysteme zunehmend beliebt, nicht zuletzt, weil sie flexible Datenmodelle erlauben. Das erleichtert insbesondere ein agiles Projektmanagement, das sich durch häufige Releases und entsprechend häufige Änderungen am Datenmodell auszeichnet. In diesem Artikel geben wir einen Überblick über die besonderen Herausforderungen der agilen Anwendungsentwicklung gegen schemalose NoSQL-Datenbanksysteme. Wir stellen Strategien für die Schema-Evolution aus der Praxis vor, und postulieren unsere Vision einer eigenen Schema-Management-Komponente für NoSQL-Datenbanksysteme, die für eine kontinuierliche und systematische Schema-Evolution ausgelegt ist.</abstract>
    <parentTitle language="deu">Datenbank-Spektrum</parentTitle>
    <identifier type="doi">10.1007/s13222-014-0156-z</identifier>
    <enrichment key="opus.import.date">2022-03-17T06:05:16+00:00</enrichment>
    <enrichment key="opus.source">sword</enrichment>
    <enrichment key="opus.import.user">importuser</enrichment>
    <enrichment key="BegutachtungStatus">peer-reviewed</enrichment>
    <licence>Keine Lizenz - Es gilt das deutsche Urheberrecht: § 53 UrhG</licence>
    <author>Meike Klettke</author>
    <author>Stefanie Scherzinger</author>
    <author>Uta Störl</author>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>NoSQL-Datenbanksysteme</value>
    </subject>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>Schema-Evolution</value>
    </subject>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>Schema-Informationen</value>
    </subject>
    <collection role="institutes" number="FakIM">Fakultät Informatik und Mathematik</collection>
    <collection role="othforschungsschwerpunkt" number="16315">Information und Kommunikation</collection>
  </doc>
  <doc>
    <id>3163</id>
    <completedYear/>
    <publishedYear>2016</publishedYear>
    <thesisYearAccepted/>
    <language>deu</language>
    <pageFirst>83</pageFirst>
    <pageLast>87</pageLast>
    <pageNumber/>
    <edition/>
    <issue>1</issue>
    <volume>16</volume>
    <type>article</type>
    <publisherName>Springer</publisherName>
    <publisherPlace/>
    <creatingCorporation/>
    <contributingCorporation/>
    <belongsToBibliography>0</belongsToBibliography>
    <completedDate>--</completedDate>
    <publishedDate>--</publishedDate>
    <thesisDateAccepted>--</thesisDateAccepted>
    <title language="deu">Kurz erklärt: Objekt-NoSQL-Mapping</title>
    <parentTitle language="deu">Datenbank-Spektrum</parentTitle>
    <identifier type="doi">10.1007/s13222-016-0212-y</identifier>
    <enrichment key="opus.import.date">2022-03-17T06:33:09+00:00</enrichment>
    <enrichment key="opus.source">sword</enrichment>
    <enrichment key="opus.import.user">importuser</enrichment>
    <enrichment key="BegutachtungStatus">peer-reviewed</enrichment>
    <licence>Keine Lizenz - Es gilt das deutsche Urheberrecht: § 53 UrhG</licence>
    <author>Uta Störl</author>
    <author>Meike Klettke</author>
    <author>Stefanie Scherzinger</author>
    <collection role="institutes" number="FakIM">Fakultät Informatik und Mathematik</collection>
    <collection role="othforschungsschwerpunkt" number="16315">Information und Kommunikation</collection>
  </doc>
  <doc>
    <id>3100</id>
    <completedYear/>
    <publishedYear>2014</publishedYear>
    <thesisYearAccepted/>
    <language>deu</language>
    <pageFirst>131</pageFirst>
    <pageLast>134</pageLast>
    <pageNumber/>
    <edition/>
    <issue>2</issue>
    <volume>14</volume>
    <type>article</type>
    <publisherName>Springer Nature</publisherName>
    <publisherPlace/>
    <creatingCorporation/>
    <contributingCorporation/>
    <belongsToBibliography>0</belongsToBibliography>
    <completedDate>--</completedDate>
    <publishedDate>--</publishedDate>
    <thesisDateAccepted>--</thesisDateAccepted>
    <title language="deu">Cloud-Technologien in der Hochschullehre – Pflicht oder Kür?</title>
    <abstract language="deu">Ein eigenes Themenheft zum Datenmanagement in der Cloud dient uns als Anlass, die Präsenz von Cloud-Themen in der akademischen Datenbanklehre zu erfassen. In diesem Artikel geben wir die Ergebnisse einer Umfrage innerhalb der Fachgruppe Datenbanksysteme durch den Arbeitskreis Datenmanagement in der Cloud wieder. Dozentinnen und Dozenten von über zwanzig Hochschulen nahmen an der Umfrage teil. Es zeigt sich deutlich, dass sich das Thema „Cloud“ in der Hochschullehre zunehmend etabliert, jedoch überwiegend als ergänzendes Angebot, und seltener in der grundständigen Lehre verankert. Wir fassen die Ergebnisse unserer Umfrage zusammen und wagen Deutungsversuche.</abstract>
    <parentTitle language="deu">Datenbank-Spektrum</parentTitle>
    <identifier type="doi">10.1007/s13222-014-0161-2</identifier>
    <enrichment key="opus.import.date">2022-03-17T06:05:16+00:00</enrichment>
    <enrichment key="opus.source">sword</enrichment>
    <enrichment key="opus.import.user">importuser</enrichment>
    <enrichment key="BegutachtungStatus">peer-reviewed</enrichment>
    <licence>Keine Lizenz - Es gilt das deutsche Urheberrecht: § 53 UrhG</licence>
    <author>Stefanie Scherzinger</author>
    <author>Andreas Thor</author>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>Cloud Computing</value>
    </subject>
    <subject>
      <language>deu</language>
      <type>uncontrolled</type>
      <value>Hochschullehre</value>
    </subject>
    <collection role="institutes" number="FakIM">Fakultät Informatik und Mathematik</collection>
    <collection role="othforschungsschwerpunkt" number="16315">Information und Kommunikation</collection>
  </doc>
  <doc>
    <id>3637</id>
    <completedYear/>
    <publishedYear>2021</publishedYear>
    <thesisYearAccepted/>
    <language>deu</language>
    <pageFirst>816</pageFirst>
    <pageLast>817</pageLast>
    <pageNumber/>
    <edition/>
    <issue>10</issue>
    <volume>28</volume>
    <type>article</type>
    <publisherName>Zentrum für Wissenschaftsmanagement e.V. (ZWM) </publisherName>
    <publisherPlace/>
    <creatingCorporation>Deutscher Hochschullehrerverband</creatingCorporation>
    <contributingCorporation/>
    <belongsToBibliography>0</belongsToBibliography>
    <completedDate>--</completedDate>
    <publishedDate>--</publishedDate>
    <thesisDateAccepted>--</thesisDateAccepted>
    <title language="deu">Digitale Forschungswerkzeuge : Nachhaltigkeit für Software und Daten</title>
    <abstract language="deu">Die wissenschaftliche Reproduktionskrise hat den Blick auf digitale Forschungswerkzeuge intensiviert. Auch wenn der Mehraufwand für Reproduzierbarkeit und Zugänglichkeit zunehmend anerkannt wird, existieren noch Defizite in der Umsetzung, wenn es darum geht, die Datenbasis und Forschungswerkzeuge verfügbar zu machen</abstract>
    <parentTitle language="deu">Forschung &amp; Lehre (Forschung und Lehre)</parentTitle>
    <identifier type="url">https://www.wissenschaftsmanagement-online.de/system/files/downloads-wimoarticle/2021-10_WIMO_Digitale_Forschungswerkzeuge_Mauerer_Scherzinger.pdf</identifier>
    <enrichment key="opus.import.date">2022-04-28T11:07:17+00:00</enrichment>
    <enrichment key="opus.source">sword</enrichment>
    <enrichment key="opus.import.user">importuser</enrichment>
    <enrichment key="BegutachtungStatus">peer-reviewed</enrichment>
    <licence>Keine Lizenz - Es gilt das deutsche Urheberrecht: § 53 UrhG</licence>
    <author>Wolfgang Mauerer</author>
    <author>Stefanie Scherzinger</author>
    <collection role="institutes" number="FakIM">Fakultät Informatik und Mathematik</collection>
    <collection role="othforschungsschwerpunkt" number="16311">Digitalisierung</collection>
    <collection role="institutes" number="">Labor für Digitalisierung (LFD)</collection>
  </doc>
  <doc>
    <id>1386</id>
    <completedYear/>
    <publishedYear>2015</publishedYear>
    <thesisYearAccepted/>
    <language>deu</language>
    <pageFirst/>
    <pageLast/>
    <pageNumber/>
    <edition/>
    <issue/>
    <volume/>
    <type>periodicalpart</type>
    <publisherName/>
    <publisherPlace>Regensburg</publisherPlace>
    <creatingCorporation>Ostbayerische Technische Hochschule Regensburg</creatingCorporation>
    <contributingCorporation/>
    <belongsToBibliography>0</belongsToBibliography>
    <completedDate>--</completedDate>
    <publishedDate>--</publishedDate>
    <thesisDateAccepted>--</thesisDateAccepted>
    <title language="deu">Forschungsbericht 2015</title>
    <identifier type="isbn">978-3-00-048589-3</identifier>
    <identifier type="urn">urn:nbn:de:bvb:898-opus4-13867</identifier>
    <identifier type="doi">10.35096/othr/pub-1386</identifier>
    <author>Georg Scharfenberg</author>
    <author>Jürgen Mottok</author>
    <author>Christina Artmann</author>
    <author>Martin Hobelsberger</author>
    <author>Ivan Paric</author>
    <author>Benjamin Großmann</author>
    <author>Clemens Pohlt</author>
    <author>Alena Wackerbarth</author>
    <author>Uli Pausch</author>
    <author>Christiane Heidrich</author>
    <author>Martin Fadanelli</author>
    <author>Michael Elsner</author>
    <author>Daniel Pöcher</author>
    <author>Lenz Pittroff</author>
    <author>Stefan Beer</author>
    <author>Oliver Brückl</author>
    <author>Matthias Haslbeck</author>
    <author>Michael Sterner</author>
    <author>Martin Thema</author>
    <author>Nicole Muggenthaler</author>
    <author>Thorsten Lenck</author>
    <author>Philipp Götz</author>
    <author>Fabian Eckert</author>
    <author>Michael Deubzer</author>
    <author>Armin Stingl</author>
    <author>Erol Simsek</author>
    <author>Stefan Krämer</author>
    <author>Benjamin Großmann</author>
    <author>Thomas Schlegl</author>
    <author>Sascha Niedersteiner</author>
    <author>Thomas Berlehner</author>
    <author>Mitchell Joblin</author>
    <author>Wolfgang Mauerer</author>
    <author>Sven Apel</author>
    <author>Janet Siegmund</author>
    <author>Dirk Riehle</author>
    <author>Joachim Weber</author>
    <author>Christoph Palm</author>
    <author>Martin Zobel</author>
    <author>Ghassan Al-Falouji</author>
    <author>Dietmar Prestel</author>
    <author>Georg Scharfenberg</author>
    <author>Roland Mandl</author>
    <author>Arnulf Deinzer</author>
    <author>W. Halang</author>
    <author>Jutta Margraf-Stiksrud</author>
    <author>Bernhard Sick</author>
    <author>Renate Deinzer</author>
    <author>Stefanie Scherzinger</author>
    <author>Meike Klettke</author>
    <author>Uta Störl</author>
    <author>Katharina Wiech</author>
    <author>Christoph Kubata</author>
    <author>Dirk Sindersberger</author>
    <author>Gareth J. Monkman</author>
    <author>Markus Dollinger</author>
    <author>Sven Dembianny</author>
    <author>Andreas Kölbl</author>
    <author>Franz Welker</author>
    <author>Matthias Meier</author>
    <author>Philipp Thumann</author>
    <author>Krzysztof Swidergal</author>
    <author>Marcus Wagner</author>
    <author>Sonja Haug</author>
    <author>Matthias Vernim</author>
    <author>Barbara Seidenstücker</author>
    <author>Karsten Weber</author>
    <author>Christian Arsan</author>
    <author>Reinhold Schone</author>
    <author>Johannes Münder</author>
    <author>Irmgard Schroll-Decker</author>
    <author>Andrea Elisabeth Dillinger</author>
    <author>Rudolf Fuchshofer</author>
    <author>Gareth J. Monkman</author>
    <author>Mikhail Shamonin (Chamonine)</author>
    <author>Markus A. Geith</author>
    <author>Fabian Koch</author>
    <author>Christian Ühlin</author>
    <author>Thomas Schratzenstaller</author>
    <author>Sean Patrick Saßmannshausen</author>
    <author>Eberhard Auchter</author>
    <author>Willy Kriz</author>
    <author>Othmar Springer</author>
    <author>Maria Thumann</author>
    <author>Wolfgang Kusterle</author>
    <author>Andreas Obermeier</author>
    <author>Anton Udalzow</author>
    <author>Anton Schmailzl</author>
    <author>Stefan Hierl</author>
    <author>Christoph Langer</author>
    <author>Rupert Schreiner</author>
    <series>
      <title>Forschungsberichte der OTH Regensburg</title>
      <number>2015</number>
    </series>
    <collection role="institutes" number="HL">Hochschulleitung/Hochschulverwaltung</collection>
    <collection role="othpublikationsherkunft" number="">Von der OTH Regensburg herausgegeben</collection>
    <collection role="persons" number="weberlate">Weber, Karsten (Prof. Dr.) - Labor für Technikfolgenabschätzung und Angewandte Ethik</collection>
    <collection role="institutes" number="IAFW">Zentrum für Forschung und Transfer (ZFT ab 2024; vorher: IAFW)</collection>
    <collection role="persons" number="sternerfenes">Sterner, Michael (Prof. Dr.) - FENES / Forschungsgruppe Energiespeicher</collection>
    <collection role="persons" number="bruecklfenes">Brückl, Oliver (Prof. Dr.) - FENES / Forschungsgruppe Energienetze</collection>
    <collection role="persons" number="hauglasofo">Haug, Sonja (Prof. Dr.) - Labor Empirische Sozialforschung</collection>
    <thesisPublisher>Ostbayerische Technische Hochschule Regensburg</thesisPublisher>
    <file>https://opus4.kobv.de/opus4-oth-regensburg/files/1386/Forschungsbericht_2015.pdf</file>
  </doc>
  <doc>
    <id>799</id>
    <completedYear/>
    <publishedYear>2014</publishedYear>
    <thesisYearAccepted/>
    <language>deu</language>
    <pageFirst/>
    <pageLast/>
    <pageNumber>80</pageNumber>
    <edition/>
    <issue/>
    <volume/>
    <type>periodicalpart</type>
    <publisherName/>
    <publisherPlace>Regensburg</publisherPlace>
    <creatingCorporation>Ostbayerische Technische Hochschule Regensburg</creatingCorporation>
    <contributingCorporation/>
    <belongsToBibliography>0</belongsToBibliography>
    <completedDate>--</completedDate>
    <publishedDate>--</publishedDate>
    <thesisDateAccepted>--</thesisDateAccepted>
    <title language="deu">Forschungsbericht 2013</title>
    <identifier type="urn">urn:nbn:de:bvb:898-opus4-7990</identifier>
    <identifier type="doi">10.35096/othr/pub-799</identifier>
    <author>Josef Beimler</author>
    <author>Caroline Leißl</author>
    <author>Lena Ebner</author>
    <author>Michael Elsner</author>
    <author>Gerhard Mühlbauer</author>
    <author>Dieter Kohlert</author>
    <author>Martin J. W. Schubert</author>
    <author>Andreas P. Weiß</author>
    <author>Michael Sterner</author>
    <author>Thomas Raith</author>
    <author>Martin Afranseder</author>
    <author>Tobias Krapf</author>
    <author>Jürgen Mottok</author>
    <author>Christian Siemers</author>
    <author>Benjamin Großmann</author>
    <author>Johannes Höcherl</author>
    <author>Thomas Schlegl</author>
    <author>Ralph Schneider</author>
    <author>Johannes Milaev</author>
    <author>Christina Rampelt</author>
    <author>Christian Roduner</author>
    <author>Christoph Glowa</author>
    <author>Christoph Bachl</author>
    <author>Claus Schliekmann</author>
    <author>Alfons Gnan</author>
    <author>Martin Grill</author>
    <author>Karl Ruhland</author>
    <author>Thomas Piehler</author>
    <author>Daniel Friers</author>
    <author>Harald Wels</author>
    <author>Kenny Pflug</author>
    <author>Markus Kucera</author>
    <author>Thomas Waas</author>
    <author>Felix Schlachetzki</author>
    <author>Sandra Boy</author>
    <author>Josef Pemmerl</author>
    <author>Alexander Leis</author>
    <author>Andreas F.X. Welsch</author>
    <author>Franz Graf</author>
    <author>Gerhard Zenger</author>
    <author>Klaus Volbert</author>
    <author>Thomas Waas</author>
    <author>Stefanie Scherzinger</author>
    <author>Meike Klettke</author>
    <author>Uta Störl</author>
    <author>C. Heyl</author>
    <author>A. Boldenko</author>
    <author>Gareth J. Monkman</author>
    <author>Richard Kujat</author>
    <author>Ulrich Briem</author>
    <author>Stefan Hierl</author>
    <author>Sebastian Talbot</author>
    <author>Anton Schmailzl</author>
    <author>Robert Damian Ławrowski</author>
    <author>Christian Prommesberger</author>
    <author>Christoph Langer</author>
    <author>Florian Dams</author>
    <author>Rupert Schreiner</author>
    <author>Piergiorgio Valentino</author>
    <author>Marco Romano</author>
    <author>Ingo Ehrlich</author>
    <author>Franco Furgiuele</author>
    <author>Norbert Gebbeken</author>
    <author>Michael Eisenried</author>
    <author>Bastian Jungbauer</author>
    <author>Albert Hutterer</author>
    <author>Michael Bauhuber</author>
    <author>Andreas Mikrievskij</author>
    <author>Monika Argauer</author>
    <author>Helmut Hummel</author>
    <author>Alfred Lechner</author>
    <author>Thomas Liebetruth</author>
    <author>Michael Schumm</author>
    <author>Saskia Joseph</author>
    <author>Michael Reschke</author>
    <author>Alexander Soska</author>
    <author>Irmgard Schroll-Decker</author>
    <author>Michael Putzer</author>
    <author>John Rasmussen</author>
    <author>Sebastian Dendorfer</author>
    <author>Tim Weber</author>
    <author>Amir Andreas Al-Munajjed</author>
    <author>Gijsbertus Jacob Verkerke</author>
    <author>Tobias Renkawitz</author>
    <author>Sonja Haug</author>
    <author>Clarissa Rudolph</author>
    <author>Annika Zeitler</author>
    <author>Simon Schaubeck</author>
    <author>Oliver Steffens</author>
    <author>Christian Rechenauer</author>
    <author>Thekla Schulz-Brize</author>
    <author>Florian Fleischmann</author>
    <author>Wolfgang Kusterle</author>
    <author>Anne Beer</author>
    <author>Bernd Wagner</author>
    <author>Thomas Neidhart</author>
    <series>
      <title>Forschungsberichte der OTH Regensburg</title>
      <number>2013</number>
    </series>
    <collection role="institutes" number="HL">Hochschulleitung/Hochschulverwaltung</collection>
    <collection role="othpublikationsherkunft" number="">Von der OTH Regensburg herausgegeben</collection>
    <collection role="institutes" number="IAFW">Zentrum für Forschung und Transfer (ZFT ab 2024; vorher: IAFW)</collection>
    <collection role="persons" number="sternerfenes">Sterner, Michael (Prof. Dr.) - FENES / Forschungsgruppe Energiespeicher</collection>
    <thesisPublisher>Ostbayerische Technische Hochschule Regensburg</thesisPublisher>
    <file>https://opus4.kobv.de/opus4-oth-regensburg/files/799/Forschungsbericht_2013.pdf</file>
  </doc>
  <doc>
    <id>1383</id>
    <completedYear/>
    <publishedYear>2017</publishedYear>
    <thesisYearAccepted/>
    <language>deu</language>
    <pageFirst/>
    <pageLast/>
    <pageNumber/>
    <edition/>
    <issue/>
    <volume/>
    <type>periodicalpart</type>
    <publisherName/>
    <publisherPlace>Regensburg</publisherPlace>
    <creatingCorporation>Ostbayerische Technische Hochschule Regensburg</creatingCorporation>
    <contributingCorporation/>
    <belongsToBibliography>0</belongsToBibliography>
    <completedDate>--</completedDate>
    <publishedDate>--</publishedDate>
    <thesisDateAccepted>--</thesisDateAccepted>
    <title language="deu">Forschungsbericht 2017</title>
    <identifier type="isbn">978-3-9818209-3-5</identifier>
    <identifier type="urn">urn:nbn:de:bvb:898-opus4-13835</identifier>
    <identifier type="doi">10.35096/othr/pub-1383</identifier>
    <author>Karsten Weber</author>
    <author>Sebastian Dendorfer</author>
    <author>Franz Süß</author>
    <author>Simone Kubowitsch</author>
    <author>Thomas Schratzenstaller</author>
    <author>Sonja Haug</author>
    <author>Christa Mohr</author>
    <author>Hans Kiesl</author>
    <author>Jörg Drechsler</author>
    <author>Markus Westner</author>
    <author>Jörn Kobus</author>
    <author>Martin J. W. Schubert</author>
    <author>Stefan Zenger</author>
    <author>Alexander Pietsch</author>
    <author>Josef Weiß</author>
    <author>Sebastian Hinterseer</author>
    <author>Roland Schieck</author>
    <author>Stefanie Scherzinger</author>
    <author>Meike Klettke</author>
    <author>Andreas Ringlstetter</author>
    <author>Uta Störl</author>
    <author>Tegawendé F. Bissyandé</author>
    <author>Achim Seeburger</author>
    <author>Timo Schindler</author>
    <author>Ralf Ramsauer</author>
    <author>Jan Kiszka</author>
    <author>Andreas Kölbl</author>
    <author>Daniel Lohmann</author>
    <author>Wolfgang Mauerer</author>
    <author>Johannes Maier</author>
    <author>Ulrike Scorna</author>
    <author>Christoph Palm</author>
    <author>Alexander Soska</author>
    <author>Jürgen Mottok</author>
    <author>Andreas Ellermeier</author>
    <author>Daniel Vögele</author>
    <author>Stefan Hierl</author>
    <author>Ulrich Briem</author>
    <author>Knut Buschmann</author>
    <author>Ingo Ehrlich</author>
    <author>Christian Pongratz</author>
    <author>Benjamin Pielmeier</author>
    <author>Quirin Tyroller</author>
    <author>Gareth J. Monkman</author>
    <author>Franz Gut</author>
    <author>Carina Roth</author>
    <author>Peter Hausler</author>
    <author>Rudolf Bierl</author>
    <author>Christian Prommesberger</author>
    <author>Robert Damian Ławrowski</author>
    <author>Christoph Langer</author>
    <author>Rupert Schreiner</author>
    <author>Yifeng Huang</author>
    <author>Juncong She</author>
    <author>Andreas Ottl</author>
    <author>Walter Rieger</author>
    <author>Agnes Kraml</author>
    <author>Thomas Poxleitner</author>
    <author>Simon Hofer</author>
    <author>Benjamin Heisterkamp</author>
    <author>Maximilian Lerch</author>
    <author>Nike Sammer</author>
    <author>Olivia Golde</author>
    <author>Felix Wellnitz</author>
    <author>Sandra Schmid</author>
    <author>Claudia Muntschick</author>
    <author>Wolfgang Kusterle</author>
    <author>Ivan Paric</author>
    <author>Oliver Brückl</author>
    <author>Matthias Haslbeck</author>
    <author>Ottfried Schmidt</author>
    <author>Peter Schwanzer</author>
    <author>Hans-Peter Rabl</author>
    <author>Michael Sterner</author>
    <author>Franz Bauer</author>
    <author>Sven Steinmann</author>
    <author>Fabian Eckert</author>
    <author>Andreas Hofrichter</author>
    <series>
      <title>Forschungsberichte der OTH Regensburg</title>
      <number>2017</number>
    </series>
    <subject>
      <language>deu</language>
      <type>swd</type>
      <value>Forschung</value>
    </subject>
    <subject>
      <language>deu</language>
      <type>swd</type>
      <value>Forschungsbericht</value>
    </subject>
    <collection role="institutes" number="HL">Hochschulleitung/Hochschulverwaltung</collection>
    <collection role="othpublikationsherkunft" number="">Von der OTH Regensburg herausgegeben</collection>
    <collection role="persons" number="weberlate">Weber, Karsten (Prof. Dr.) - Labor für Technikfolgenabschätzung und Angewandte Ethik</collection>
    <collection role="institutes" number="IAFW">Zentrum für Forschung und Transfer (ZFT ab 2024; vorher: IAFW)</collection>
    <collection role="persons" number="sternerfenes">Sterner, Michael (Prof. Dr.) - FENES / Forschungsgruppe Energiespeicher</collection>
    <collection role="persons" number="bruecklfenes">Brückl, Oliver (Prof. Dr.) - FENES / Forschungsgruppe Energienetze</collection>
    <collection role="persons" number="hauglasofo">Haug, Sonja (Prof. Dr.) - Labor Empirische Sozialforschung</collection>
    <thesisPublisher>Ostbayerische Technische Hochschule Regensburg</thesisPublisher>
    <file>https://opus4.kobv.de/opus4-oth-regensburg/files/1383/Forschungsbericht_OTHR_2017.pdf</file>
  </doc>
  <doc>
    <id>1382</id>
    <completedYear/>
    <publishedYear>2018</publishedYear>
    <thesisYearAccepted/>
    <language>deu</language>
    <pageFirst/>
    <pageLast/>
    <pageNumber>98</pageNumber>
    <edition/>
    <issue/>
    <volume/>
    <type>periodicalpart</type>
    <publisherName/>
    <publisherPlace>Regensburg</publisherPlace>
    <creatingCorporation>Ostbayerische Technische Hochschule Regensburg</creatingCorporation>
    <contributingCorporation/>
    <belongsToBibliography>0</belongsToBibliography>
    <completedDate>--</completedDate>
    <publishedDate>--</publishedDate>
    <thesisDateAccepted>--</thesisDateAccepted>
    <title language="deu">Forschung 2018</title>
    <identifier type="isbn">978-3-9818209-5-9</identifier>
    <identifier type="urn">urn:nbn:de:bvb:898-opus4-13826</identifier>
    <identifier type="doi">10.35096/othr/pub-1382</identifier>
    <author>Christian Broser</author>
    <author>Thomas Falter</author>
    <author>Robert Damian Ławrowski</author>
    <author>Amelie Altenbuchner</author>
    <author>Daniel Vögele</author>
    <author>Claus Koss</author>
    <author>Matthias Schlamp</author>
    <author>Jan Dunnweber</author>
    <author>Oliver Steffens</author>
    <author>Markus Heckner</author>
    <author>Sabine Jaritz</author>
    <author>Thomas Schiegl</author>
    <author>Sabine Corsten</author>
    <author>Norina Lauer</author>
    <author>Katherine Guertler</author>
    <author>Eric Koenig</author>
    <author>Sonja Haug</author>
    <author>Dominik Huber</author>
    <author>Clemens Birkenmaier</author>
    <author>Lars Krenkel</author>
    <author>Thomas Wagner</author>
    <author>Xenia Justus</author>
    <author>Sean Patrick Saßmannshausen</author>
    <author>Nadine Kleine</author>
    <author>Karsten Weber</author>
    <author>Carina N. Braun</author>
    <author>Giuliano Giacoppo</author>
    <author>Michael Heinrich</author>
    <author>Tobias Just</author>
    <author>Thomas Schreck</author>
    <author>Andreas Schnabl</author>
    <author>Amador Téran Gilmore</author>
    <author>Samuel Roeslin</author>
    <author>Sandra Schmid</author>
    <author>Felix Wellnitz</author>
    <author>Sebastian Malz</author>
    <author>Andreas Maurial</author>
    <author>Florian Hauser</author>
    <author>Jürgen Mottok</author>
    <author>Meike Klettke</author>
    <author>Stefanie Scherzinger</author>
    <author>Uta Störl</author>
    <author>Markus Heckner</author>
    <author>Alexander Bazo</author>
    <author>Christian Wolff</author>
    <author>Andreas Kopper</author>
    <author>Markus Westner</author>
    <author>Christian Pongratz</author>
    <author>Ingo Ehrlich</author>
    <author>Ulrich Briem</author>
    <author>Sebastian Hederer</author>
    <author>Marcus Wagner</author>
    <author>Moritz Schillinger</author>
    <author>Julien Görlach</author>
    <author>Stefan Hierl</author>
    <author>Marco Siegl</author>
    <author>Christoph Langer</author>
    <author>Matthias Hausladen</author>
    <author>Rupert Schreiner</author>
    <author>Matthias Haslbeck</author>
    <author>Reinhard Kreuzer</author>
    <author>Oliver Brückl</author>
    <author>Belal Dawoud</author>
    <author>Hans-Peter Rabl</author>
    <author>Bernd Gamisch</author>
    <author>Ottfried Schmidt</author>
    <author>Michael Heberl</author>
    <author>Bianca Gänsbauer</author>
    <author>Werner Bick</author>
    <author>Andreas Ellermeier</author>
    <author>Gareth J. Monkman</author>
    <author>Nina Prem</author>
    <author>Dirk Sindersberger</author>
    <author>Karl Tschurtschenthaler</author>
    <author>Maximilian Aurbach</author>
    <author>Sebastian Dendorfer</author>
    <author>Michael A. Betz</author>
    <author>Tamara Szecsey</author>
    <author>Wolfgang Mauerer</author>
    <author>Florian Murr</author>
    <series>
      <title>Forschungsberichte der OTH Regensburg</title>
      <number>2018</number>
    </series>
    <subject>
      <language>deu</language>
      <type>swd</type>
      <value>Forschung</value>
    </subject>
    <subject>
      <language>deu</language>
      <type>swd</type>
      <value>Forschungsbericht</value>
    </subject>
    <collection role="institutes" number="HL">Hochschulleitung/Hochschulverwaltung</collection>
    <collection role="othpublikationsherkunft" number="">Von der OTH Regensburg herausgegeben</collection>
    <collection role="persons" number="weberlate">Weber, Karsten (Prof. Dr.) - Labor für Technikfolgenabschätzung und Angewandte Ethik</collection>
    <collection role="institutes" number="IAFW">Zentrum für Forschung und Transfer (ZFT ab 2024; vorher: IAFW)</collection>
    <collection role="persons" number="bruecklfenes">Brückl, Oliver (Prof. Dr.) - FENES / Forschungsgruppe Energienetze</collection>
    <collection role="persons" number="hauglasofo">Haug, Sonja (Prof. Dr.) - Labor Empirische Sozialforschung</collection>
    <thesisPublisher>Ostbayerische Technische Hochschule Regensburg</thesisPublisher>
    <file>https://opus4.kobv.de/opus4-oth-regensburg/files/1382/Forschung-OTHR_2018.pdf</file>
  </doc>
</export-example>
