TY - CHAP A1 - Hussein, Hussein A1 - Meyer-Sickendiek, Burkhard A1 - Baumann, Timo ED - Birkholz, Peter ED - Stone, Simon T1 - How to identify elliptical poems within a digital corpus of auditory poetry T2 - Elektronische Sprachsignalverarbeitung 2019 (ESSV), Tagungsband der 30. Konferenz, Dresden, 3.-8. März 2019 N2 - Ellipses denote the omission of one or more grammatically necessary phrases. In this paper, we will demonstrate how to identify such ellipses as a rhythmical pattern in modern and postmodern free verse poetry by using data from lyrikline which contain the corresponding audio recording of each poem as spoken by the original author. We present a feature engineering approach based on literary analysis as well as a neural networks based approach for the identification of ellipses within the lines of a poem. A contrast class to the ellipsis is defined from poems consisting of complete and correct sentences. The feature-based approach used features derived from a parser such as verb, comma, and sentence ending punctuation. The classifier of neural networks is trained on the line level to integrate the textual information, the spoken recitation, and the pause information between lines, and to integrate information across the lines within the poem. A statistic analysis of poet's gender showed that 65% of all elliptical poems were written by female poets. The best results, calculated by the weighted F-measure, for the classification of ellipsis with the contrast class is 0.94 with the neural networks based approach. The best results for classification of elliptical lines is 0.62 with the feature-based approach. Y1 - 2019 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:gbv:18-228-7-2579 UR - http://www.essv.de/paper.php?id=88 SN - 978-3-959081-57-3 SP - 247 EP - 254 PB - TUDpress CY - Dresden, Germany ER - TY - GEN A1 - Meyer-Sickendiek, Burkhard A1 - Hussein, Hussein A1 - Baumann, Timo T1 - From Fluency To Disfluency: Ranking Prosodic Features Of Poetry By Using Neural Networks T2 - Proceedings of the International Conference on Digital Humanities (DH 2019), Utrecht, the Netherlands 9-12 July, 2019 Y1 - 2019 U6 - https://doi.org/10.34894/EGZNMI ER - TY - GEN A1 - Ramsauer, Ralf A1 - Duda, Sebastian A1 - Bulwahn, Lukas A1 - Mauerer, Wolfgang T1 - The list is our process! An analysis of the kernel’s email-based development process T2 - Embedded Linux Conference Europe, Lyon 28.10.2019 Y1 - 2019 UR - https://elinux.org/images/0/09/Pasta-elce19.pdf ER - TY - GEN A1 - Ramsauer, Ralf A1 - Duda, Sebastian A1 - Mauerer, Wolfgang A1 - Bulwahn, Lukas T1 - The list is our process: An analysis of the kernel’s email-based development process T2 - Linux Plumbers Conference, Lisbon September 9, 2019 Y1 - 2019 UR - https://www.youtube.com/watch?v=QG1YDQ1HOKE ER - TY - JOUR A1 - Seck, Veronika A1 - Buchschmid, Johann A1 - Herrmann, Frank T1 - Edelmetallcontrolling in einer Halbleiterfabrik BT - Analyse und Planung der Umsetzung in der SAP-Umgebung JF - Anwendungen und Konzepte der Wirtschaftsinformatik N2 - Beim Edelmetallcontrolling von Infineon sind Fehler nur mit hohem Aufwand analysierbar und es bewirkt widersprechende Berechnungshinweise. Alle vier Perspektiven des Edelmetallcontrollings werden verbessert und als einzige Datenquelle wird die von SAP festgesetzt. Weitere Verbesserungen werden durch die Umwandlung einer monatlichen Kursänderungserhebung in eine jährliche, durch die Verwendung des Marktwerts für den Bestandswert sowie durch Ermittlung eines Normwerts für eine jährliche Recyclingquote erzielt. KW - Edelmetall KW - Rohstoff KW - Controlling KW - Controlling KW - Edelmetalle KW - Kontrollsystem KW - SAP Y1 - 2019 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:898-opus4-1892 IS - 9 SP - 12 EP - 24 PB - AKWI ER - TY - JOUR A1 - Galardo, Enrico Antonio A1 - Herrmann, Frank A1 - Scheubeck, Fabian T1 - Aufbau eines Templates zur Definition von Layout und Report-Anforderungen an einen internationalen ERP-Rollout BT - am Beispiel eines Shared Service Center Projekts der Krones Gruppe JF - Anwendungen und Konzepte der Wirtschaftsinformatik N2 - Im Rahmen des Asian-Pacific-Shared-Service-(APSS)-Projekts der Krones Gruppe soll der Standort Thailand bis 2020 als ein Shared Service Center (SSC) etabliert werden und zentrale Back-Office Aufgaben für sechs neue Service- und Vertriebsniederlassungen im Raums Asien-Pazifik (APAC) übernehmen. Um das Konzept eines SSCs technisch umzusetzen, sollen voneinander unabhängige ERP-Systeme für jede einzelne der neu gegründeten Niederlassungen implementiert werden. Bisher basierte der Inhalt solcher ERP Rollout-Projekte für Tochtergesellschaften der Krones AG auf keinerlei Standard. Deshalb sollte durch die Schaffung eines softwaregestützten Templates zur Definition von Layout und Report Anforderungen die Implementierung internationaler ERP-Systeme nicht nur vereinfacht werden, sondern ebenfalls ein Standardfragenkatalog zur Abwicklung solcher Projekte innerhalb des Krones Konzerns eingeführt werden. Davon erhoffte man sich eine beschleunigte Implementierung der weiteren ERP-Systeme für das APSS-Projekt. KW - Enterprise-Resource-Planning KW - Dienstleistungszentrum KW - Implementation KW - Shared Service KW - Business One KW - Template KW - ERP Rollout KW - SharePoint Y1 - 2019 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:898-opus4-1907 UR - https://akwi.hswlu.ch/article/view/3235 IS - 9 SP - 1 EP - 11 PB - AKWI ER - TY - INPR A1 - Bock, Sebastian A1 - Weiß, Martin Georg T1 - Rotation Detection of Components with Convolutional Neural Networks N2 - The main issues in many image processing applications are object recognition and detection of objects, which answers the questions whether an object is present and if it is present, where it is located. Popular object detection algorithms like YOLO use a regression formulation for the whole problem, especially for the bounding box parameters. In production industry the setting usually is different: One usually knows the object type and rather wants to know with high precision where the object is. We study a prototype application in this area where we identify the rotation of an object in a plane. To solve this problem use a regression approach with a CNN architecture as a function approximator. We compare our results to standard image processing algorithms, which do not use neural networks, and present quantitative results on the accuracy. CNNs seem at least competitive to classical image processing. KW - Neural networks KW - Network Architecture KW - CNN KW - Functionapproximation KW - Image orientation Y1 - 2019 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:898-opus4-4120 ER - TY - GEN A1 - Waas, Thomas ED - Ahmet, Yavuz Oral ED - Zehra, Banu Oral ED - Mehmet, Sezer ED - Mehmet, Emre Aköz ED - Seda, Kol ED - Onur, Alp ED - Aksan, Vala ED - Can, Aşkan ED - Gamze, Sekicek T1 - Energy Monitoring and Saving in Medium-Sized Companies T2 - 5th International Congress on Energy Efficiency & Energy Related Materials (ENEFM 2019), Gebze Technical University, Turkey, Book of Abstracts Y1 - 2019 ER - TY - GEN A1 - Renner, Sebastian A1 - Pozzobon, Enrico T1 - SIM SIMulator T2 - IT Security Conference Troopers19, 2019, Heidelberg, Germany N2 - Der Vortrag präsentierte ein Tool, das die Simulation einer SIM-Karte durch einen Standard-Mikrocontroller ermöglicht. Mit diesem Täuschungsmanöver kann die Authentifizierung des 3G-Mobilfunkstandards seitens der SIM-Karte umgangen werden. Tritt zusätzliche Hardware hinzu, die eine 3G-Basisstation vortäuscht, lässt sich eine Man-in-the-Middle-Attacke im 3G-Netz durchführen. In diesem Szenario ist es möglich, die sensiblen Kommunikationsdaten, also den gesamten Datenverkehr beispielsweise zwischen einem Pkw und den Backend-Servern des Herstellers, auszulesen und zu untersuchen. Zudem eignet sich das Tool zum Pentesten von Modems oder SIM- beziehungsweise Smartcard-Applikationen. Der komplette Aufbau des sogenannten SIMulators ist als Open-Source-Software frei verfügbar und auf GitHub abrufbar. Y1 - 2019 UR - https://www.youtube.com/watch?v=FC8UsCy4zVE UR - https://intra.fh-regensburg.de/en/our-university/aktuelles/detail/news/einbruchsicherheit-fuer-die-vernetzte-zukunft.html ER - TY - GEN A1 - Weiss, Nils A1 - Pozzobon, Enrico T1 - IOT Backdoors in Cars T2 - IT Security Conference Troopers19, 2019, Heidelberg, Germany N2 - Connecting cheap IoT devices to the safety-critical network of a car can be an extremely bad idea, but at least it allows us to hack together our own automotive gadget. This talk explains the complete procedure involved in transforming a cheap OBD GSM dongle designed for fleet management into a open source automotive hacking tool. First, the hardware reverse engineering is demonstrated, showing how each component is interconnected and working together. With this knowledge, it was possible to capture the communication of the GSM module and understand the OTA protocol used by this dongle, which can be used to extract the firmware. A quick reverse engineering of the software will show that no cryptographic authentication is used for the OTA updates, and therefore a pirate GSM BTS can be used to obtain remote code execution. After that, a new open source firmware is written for the device, which can easily be extended and controlled remotely with the LUA scripting language. Examples on how hacking this dongle remotely can affect the safety of the driver will be also given. Y1 - 2019 UR - https://troopers.de/troopers19/agenda/mud7fn/ ER -