The 10 most recently published documents
Die Hochschule Offenburg nimmt jedes Jahr mit dem Team magmaOffenburg am RoboCup teil. Hierbei tritt das Offenburger Team in der 3D-Simulationsliga gegen Teams aus der ganzen Welt im Fußball mit autonomen Robotern an. Nun soll der Torwart von Team magmaOffenburg mit Hilfe von Deep Reinforcement Learning verbessert werden. Hierfür wird der Algorithmus PPO unter der Nutzung der RL-X Bibliothek verwendet. Im Laufe dieser Arbeit werden mehrere Versuche durchgeführt, bei denen Modelle für Torwartbewegungen entstehen. Eine dieser Bewegungen kann auf einem sehr schwer abzusichernden Bereich des Tors, in welchem der bisherige Torwart nur 5 Prozent der Bälle halten konnte, nun 36 Prozent der Bälle halten. Diese Arbeit erläutert des Weiteren die Integration dieses Modells für den Torwart in das Spiel von Team magmaOffenburg. Hierbei konnte beim Testen gegen das eigene, vorherige Team eine Reduktion von durchschnittlich 0,135 Gegentoren pro Spiel erreicht werden. Schlussendlich befasst sich diese Arbeit auch noch mit dem Weitertrainieren dieses Modells auf einem erweiterten Torbereich per Curriculum, um die Entscheidungslogik des Torwarts teilweise in das gelernte Modell zu integrieren. Hierdurch konnten in einer Spielserie jedoch nur minimal bessere Ergebnisse von 0,08 Gegentoren weniger als beim bisherigen Torwart erzielt werden.
Microbiological contamination in cosmetic products poses a risk to end consumers. To enable producers to bring their products to market as quickly and contamination-free as possible, a fast and reliable testing method is essential.
With NeoGen’s One Plate TVC nutrient medium, the total viable count of mesophilic aerobic bacteria can be determined within 48 hours instead of 72 hours. The One Plate TVC nutrient medium has been validated for the cosmetics sector in accordance with DIN EN ISO 16140-4. For this purpose, comparative studies were conducted with the reference method, validated according to DIN EN ISO 21149-01. Cosmetic samples were contaminated with bacterial strains typically found in contaminated cosmetics and analyzed using both methods. Additionally, naturally contaminated samples were used to compare the two procedures.
The One Plate TVC nutrient medium delivers results equivalent to the reference method. Furthermore, after 48 hours, it shows a higher number of colony-forming units than the reference method does after 72 hours. The tetrazolium chloride included in the diagnostic supplement stains the colonies red within the medium, allowing the colony-forming units to stand out clearly from product residues and the background matrix. Additionally, the One Plate TVC enables the cultivation of Gluconacetobacter liquefaciens, which does not grow on the reference medium.
The increasing integration of digital technologies in modern smart grids has significantly improved the efficiency, reliability, and automation of energy distribution. However, this transformation has also introduced critical cybersecurity risks, making smart grids vulnerable to cyber threats such as malware attacks, Distributed Denial of Service (DDoS), and intrusion attempts. Traditional security mechanisms, while effective in conventional IT systems, struggle to protect smart grids due to their complex interconnection of operational technology (OT) and IT systems.
This thesis looks at cybersecurity challenges in smart grids by analyzing vulnerabilities in smartmeters, Supervisory Control and Data Acquisition (SCADA) systems, and communication networks. A detailed review of existing security approaches, including encryption, authentication protocols, anomaly detection, and intrusion detection systems, highlights their limitations in securing smart grid infrastructure.
To address these challenges, this research proposes a cybersecurity framework that combines three defense mechanisms:
(1) Digital Immune System – An AI-driven anomaly detection system that continuously learns from grid data to identify and neutralize threats in real time.
(2) Genetic Algorithms for Cyber Defense – A self-optimizing security mechanism that evolves security configurations to improve grid resilience.
(3) Decentralized AI Collectives – A distributed defense system where multiple AI agents collaborate to detect and mitigate cyberattacks without reliance on a central authority.
This integrated defense mechanism ensures real-time threat detection, automated response, and adaptive security evolution. The proposed approach is validated through simulations, demonstrating its effectiveness in mitigating cyber threats and improving the overall security of smart grid systems.
This research contributes to the field of enterprise and IT security by presenting a comprehensive, adaptive, and scalable cybersecurity solution tailored for smart grids.
Endo-1,5-α-L-arabinanase plays a crucial role in the degradation of arabinans, a key component of plant cell walls, applications in food processing and biofuel production. In this study, an Endo-α-1,5- L-arabinanase from Aspergillus aculeatus was purified using a three-step process consisting of two anion exchange chromatography steps and one hydrophobic interaction chromatography step. The purification resulted in a nearly 7-fold increase in specific activity 2914 U/mg protein, with a final yield of 1.2%. A significant activity loss of approximately 61% occurred during the initial anion exchange purification step. The purified enzyme had a molecular weight of approximately 37 kDa. The enzyme exhibited maximal activity at pH 4.5 and 45°C, retaining more than 90% activity at temperatures up to 50°C but showing a sharp decline beyond 55°C. Metal ion analysis indicated that Ca²⁺ , Zn²⁺ and Mg²⁺ enhanced the activity at 5mM concentration (172.24 ± 0.04%), 127.32 ± 0.09% and 110.72 ± 0.05 , respectively ) while and Cu+2 exhibited a faint inhibitory effects at (97.13% , 92.9% , 95.1% respectively) indicating that the enzyme is not strictly metal-dependent .
With the advancement of technology in 21st century, the marketspace of various categories like Consumer electronics, Automotive, Healthcare & medical devices, Industrial Automation, Telecommunication and Défense & Aerospace is being disrupted with the fast-paced changing technology. Companies aiming on faster real-time processing, AI integration and better energy efficiency. Embedded systems have played a major role in the growth of such industries. An Embedded system is a computer system designed for a specific function within a larger mechanical or electrical system [1]. With an aim to perform a specific task, the devices are designed using a microprocessor or microcontroller with required memory, Input/Output interface and an integrated development environment for software coding. With the advent of technology, Embedded systems gained popularity for performing specific task at a faster rate, slowly and steadily the manual labour/machines are reduced/replaced with the addition of technology. Sensors/electronic devices have also played a pivotal role as a ground for an Embedded system. With the development of devices, the researchers have also stress on finding more efficiency, memory, affordability, reliability, complexity and reusability of the devices. IoT devices rely on embedded systems for data processing and control. With the popularity of IoT devices like Smart home devices (Amazon Echo, Philips Smart bulbs), wearables devices, smart agricultural devices, connected vehicles and transport devices, the embedded system has gained grounds in the technological space and transforming every day’s life.
With the success of embedded system in various categories the demand and the requirements grew from customers and complex device requirement for multitasking with efficiency became a necessity. Traditionally, C was used for most of the embedded devices due to its efficiency, portability and hardware access as C provided control to low level hardware using pointers and allowed manipulation of peripheral settings. C also provided the advantage of saving space as the code size is not large and uses embedded compilers like GCC, Keil etc. Furthermore, it is compatible with Real time operating system.
With the enhancement of embedded hardware from 1960s [2], it provided room to perform complex tasks. With C, the code modularity and its reusability, code maintainability, bugs detection was not very efficient for complex embedded system, hence it allowed programming languages like C++ which supports object-oriented programming concept to gain grounds as it allows the code to use features like Encapsulation, Inheritance and Polymorphism. Additionally, it allowed better bug detection & correction along with code maintainability. The work will reflect the advantages and disadvantages of C++ in resource restricted environment and provide better code optimization across the real time application.
In dieser Arbeit wird der Aufbau einer Additiven Fertigung von Edelstahl nach Anlehnung an die VDI-Richtlinie 3405 dargestellt. Die additive Fertigung bietet die Möglichkeit zur Bauteiloptimierung in Form von Gewichtsreduktion, Steifigkeitoptimerungen und der Herstellung von beweglichen Baugruppen ineinander. Die Aufgabenstellung der Abhandlung umfasst die Arbeitsabläufe für den Pre-, In-, und Postprozess unter Einbezug der Maschinenperipherie zu erstellen, die Teilautomatisierung der Stützstrukturen und die Umsetzung von Hilfskonstruktionen für die Maschinenperipherie. Die Ausgangssituation im Unternehmen wird betrachtet, ebenso das Fertigungsverfahren PBF-LB/M mit der dazugehörigen Prozesskette. In der Konzeption wird der Grund für die Vorschubeinrichtung der Metallbandsäge beschrieben, die Anforderungen und Methodiken für die Ausarbeiten der Arbeitspläne und der Teilautomatisierung der Stützstrukturen erläutert. Die Vorschubeinrichtung wird vollständig konstruiert, die Einzelteile werden gefertigt und die Baugruppe montiert. Die Arbeitsabläufe werden dargestellt und näher beschrieben. Die Teilautomatisierung der Stützstrukturen wird im Programm mit den Parametern umgesetzt und an den verschiedensten Bauteilen erprobt.
Blockchain technology, renowned for its foundational attributes of decentralization, security, and immutability, offers substantial potential for diverse applications. At the heart of blockchain functionality are consensus mechanisms, crucial for preserving the decentralized integrity of the network. However, traditional consensus algorithms like Proof of Work (PoW), Proof of Stake (PoS), and Byzantine Fault Tolerance (BFT) typically require significant computational and communication resources, which may not be feasible for resource-limited environments. The purpose of this paper is to explore hybrid consensus algorithms that integrate conventional consensus mechanisms with advanced nonlinear data structures. We comprehensively analyze a wide range of hybrid consensus mechanisms, emphasizing their architectural design, operational efficiencies, and ability to address both consensus-specific vulnerabilities and network-level threats, such as Sybil attacks, double-spending, and partitioning attacks. To achieve this, we employ a set of comprehensive evaluation criteria for blockchain technologies, namely, validation, IoT, real-time processing, application suitability, security, and implementation. These criteria help assess the adaptability and efficacy of each mechanism in diverse operational contexts. Through this examination, the paper seeks to illuminate the significant contributions and implications of hybrid consensus mechanisms, guiding stakeholders, researchers, and developers toward making informed decisions about optimizing blockchain technology for their specific needs and inspiring the development of innovative solutions.
This thesis examines the impact of corporate culture on the success of mergers and acquisitions (M&A) and the cultural challenges faced by leaders during the post- merger integration process. Through a review of relevant literature and a survey of professionals involved in M&A, the study aims to provide insights into the role of corporate culture in M&A success and to identify key cultural challenges that may arise during the integration process.
The findings suggest that the integration of corporate culture plays a crucial role in the success of M&A, and that cultural compatibility between the merging firms is a critical factor in achieving a successful integration. The study also identifies several cultural challenges faced by leaders during the post-merger integration process, including differences in communication styles, management practices, and values and beliefs.
Becoming River
(2025)