Open Access
Refine
Year of publication
Document Type
- Bachelor Thesis (146)
- Article (145)
- Conference Proceeding (102)
- Report (31)
- Master's Thesis (22)
- Doctoral Thesis (11)
- Other (3)
- Patent (1)
Keywords
- Augenoptik (12)
- Abschlussarbeit (7)
- Augenoptiker (7)
- Studie (6)
- Hörgerät (5)
- virtual reality (5)
- Bachelorarbeit A/H (4)
- Business Process Management Systems (4)
- Fuzzy Logic (4)
- Kontaktlinse (4)
Institute
- Optik und Mechatronik (130)
- Wirtschaftswissenschaften (121)
- Maschinenbau und Werkstofftechnik (75)
- Augenoptik und Hörakustik (43)
- Elektronik und Informatik (37)
- Internationale Betriebswirtschaft (18)
- Chemie (12)
- Maschinenbau/Fertigungstechnik (2)
- Informatik (1)
- Mechatronik (1)
In the fast-growing but also highly competitive market of battery-powered power tools, cell-pack-cooling systems are of high importance, as they guarantee safety and short charging times. A simulation model of an 18 V power tool battery pack was developed to be able to evaluate four different pack-cooling systems (two heat-conductive polymers, one phase change material, and non-convective air as reference) in an application scenario of practical relevance (the intensive use of a power tool followed by cooling down and charging steps). The simulation comprises battery models of 21700 cells that are commercially available as well as heat transfer models. The study highlights the performance of the different cooling materials and their effect on the maximum pack temperature and total charging cycle time. Key material parameters and their influence on the battery pack temperature and temperature homogeneity are discussed. Using phase change materials and heat-conductive polymers, a significantly lower maximum temperature during discharge (up to 26%) and a high shortening potential of the use/charging cycle (up to 32%) were shown. In addition to the cooling material sweep, a parameter sweep was performed, varying the external temperature and air movement. The high importance of the conditions of use on the cooling system’s performance was illustrated.
Redemanuskript zum Impulsvortrag für die Podiumsdiskussion „Dürfen Maschinen denken (können)?“ auf dem 102. Katholikentag am 28.05.2022 in Stuttgart. Podium: Winfried Kretschmann (MdL, MPräs Baden-Württemberg, Stuttgart), Ursula Nothelle-Wildfeuer (Freiburg), Michael Resch (Stuttgart), Karsten Wendland (Aalen) Moderation: Stefanie Rentsch (Fulda) Anwältin des Publikums: Verena Neuhausen (Stuttgart) - with English translation -
Der positive Versorgungseffekt digitaler Gesundheitsanwendungen bei onkologischen Erkrankungen am Beispiel des Mammakarzinoms kann anhand onkologischer Leitlinienempfehlungen abgeleitet werden. Existieren bereits Studien zu Gesundheitsanwendungen mit positivem Versorgungseffekt, können die behandelten Funktionen als evidenzbasierter Ansatz verwendet werden. Betreffen diese Studien andere Krankheiten, sind diese Untersuchungen nicht auszuschließen. Ein positiver Versorgungseffekt könnte sich dennoch bei Brustkrebspatient:innen zeigen. Hier besteht in jedem Fall Forschungsbedarf. Bei der Umsetzung der Leitlinienempfehlungen mittel App sollte darauf geachtet werden, ob die Empfehlungen allein durchführbar sind oder ob dafür professionelle persönliche Unterstützung nötig ist. Je nach Ergebnis wird entschieden, ob die Empfehlung digital umsetzbar ist oder nicht.
The volume of program source code created, reused, and maintained worldwide is rapidly increasing, yet code comprehension remains a limiting productivity factor. For developers and maintainers, well known common software design patterns and the abstractions they offer can help support program comprehension. However, manual pattern documentation techniques in code and code-related assets such as comments, documents, or models are not necessarily consistent or dependable and are cost-prohibitive. To address this situation, we propose the Hybrid Design Pattern Detection (HyDPD), a generalized approach for detecting patterns that is programming-language-agnostic and combines graph analysis (GA) and Machine Learning (ML) to automate the detection of design patterns via source code analysis. Our realization demonstrates its feasibility. An evaluation compared each technique and their combination for three common patterns across a set of 75 single pattern Java and C# public sample pattern projects. The GA component was also used to detect the 23 Gang of Four design patterns across 258 sample C# and Java projects as well as in a large Java project. Performance and scalability were measured. The results show the advantages and potential of a hybrid approach for combining GA with artificial neural networks (ANN) for automated design pattern detection, providing compensating advantages such as reduced false negatives and improved F1 scores.
Today’s Industry 4.0 Smart Factories involve complicated and highly automated processes. Nevertheless, certain crucial activities such as machine maintenance remain that require human involvement. For such activities, many factors have to be taken into account, like worker safety or worker qualification. This adds to the complexity of selection and assignment of optimal human resources to the processes and overall coordination. Contemporary Business Process Management (BPM) Systems only provide limited facilities regarding activity resource assignment. To overcome these, this contribution pro- poses a BPM-integrated approach that applies fuzzy sets and rule processing for activity assignment. Our findings suggest that our approach has the potential for improved work distribution and cost savings for Industry 4.0 production processes. Furthermore, the scalability of the approach provides efficient performance even with a large number of concurrent activity assignment requests and can be applied to complex production scenarios with minimal effort.
Although production processes in Industry 4.0 set- tings are highly automated, many complicated tasks, such as machine maintenance, continue to be executed by human workers. While smart factories can provide these workers with some digitalization support via Augmented Reality (AR) devices, these AR tasks depend on many contextual factors, such as live data feeds from machines in view, or current work safety conditions. Although currently feasible, these localized contextual factors are mostly not well-integrated into the global production process, which can result in various problems such as suboptimal task assignment, over-exposure of workers to hazards such as noise or heat, or delays in the production process. Current Business Process Management (BPM) Systems (BPMS) were not particularly designed to consider and integrate context-aware factors during planning and execution. This paper describes the AR-Process Framework (ARPF) for extending a BPMS to support context-integrated modeling and execution of processes with AR tasks in industrial use cases. Our realization shows how the ARPF can be easily integrated with prevalent BPMS. Our evaluation findings from a simulation scenario indicate that ARPF can improve Industry 4.0 processes with regard to AR task execution quality and cost savings.
With the increasing pressure to deliver additional software functionality, software engineers and developers are often confronted with the dilemma of sufficient software testing. One aspect to avoid is test redundancy, and measuring test (or code or statement) coverage can help focus test development on those areas that are not yet sufficiently tested. As software projects grow, it can be difficult to visualize both the software product and the software testing area and their dependencies. This paper contributes VR-TestCoverage, a Virtual Reality (VR) solution concept for visualizing and interacting with test coverage, test results, and test dependency data in VR. Our VR implementation shows its feasibility. The evaluation results based on a case study show its support for three testing-related scenarios.
The increasing demand for software functionality necessitates an increasing amount of program source code that is retained and managed in version control systems, such as Git. As the number, size, and complexity of Git repositories increases, so does the number of collaborating developers, maintainers, and other stakeholders over a repository’s lifetime. In particular, visual limitations of Git tooling hampers repository comprehension, analysis, and collaboration across one or multiple repositories with a larger stakeholder spectrum. This paper contributes VR-Git, a Virtual Reality (VR) solution concept for visualizing and interacting with Git repositories in VR. Our prototype realization shows its feasibility, and our evaluation results based on a case study show its support for repository comprehension, analysis, and collaboration via branch, commit, and multi-repository scenarios.
Repeatable processes are fundamental for describing how enterprises and organizations operate, for production, for Industry 4.0, etc. As digitalization and automation progresses across all organizations and industries, including enterprises, business, government, manufacturing, and IT, evidence-based comprehension and analysis of the processes involved, including their variations, anomalies, and performance, becomes vital for an increasing set of stakeholders. Process Mining (PM) relies on logs or processes (as such evidence-based) to provide process-centric analysis data, yet insights are not necessarily visually accessible for a larger set of stakeholders (who may not be process or data analysts). Towards addressing certain challenges described in the Process Mining Manifesto, this paper contributes VR-ProcessMine, a solution for visualizing and interacting with PM results in Virtual Reality (VR). Our realization shows its feasibility, and a case-based evaluation provides insights into its capabilities.
As systems grow in complexity, the interdisciplinary nature of systems engineering makes the visualization and comprehension of the underlying system models challenging for the various stakeholders. This, in turn, can affect validation and realization correctness. Furthermore, stakeholder collaboration is often hindered due to the lack of a common medium to access and convey these models, which are often partitioned across multiple 2D diagrams. This paper contributes VR-SysML, a solution concept for visualizing and interacting with SysML models in Virtual Reality (VR). Our prototype realization shows its feasibility, and our evaluation results based on a case study shows its support for the various SysML diagram types in VR, cross-diagram element recognition via our backplane followers concept, and depicting further related (SysML and non-SysML) models side-by-side in VR.
Die vorliegende Arbeit soll im Zusammenhang mit dem geplante Lieferkettengesetz zunächst einen Überblick über die vorangegangenen politischen und gesetzgeberischen Entwicklungen geben. Ferner soll in Bezug auf die folgende Forschungsfrage auf Möglichkeiten der Umsetzung für Unternehmen eingegangen werden:
Wie kann sichergestellt werden, dass keine
Menschenrechtsverletzungen innerhalb der Lieferketten
deutscher Unternehmen stattfinden?
Strategy development is one of the crucial factors for a firm's performance. For it
to be developed, a strategic analysis has to be conducted first. It enables
companies to gain a deeper understanding of their internal and external
environment. In the present work, the specialty coffee market is closely analyzed through a strategic analysis. The focus of this study is the young company Tikuna, a coffee producer that aims to enter the German market. In this context, Tikuna's possible entry into the German market and the companies competitive capacities are analyzed. In order to implement the different tools of the analysis, extensive literature research, as well as one expert interview and a survey were conducted.
It was found that Tikuna possesses all characteristics to enter the German
market. However, due to the lack of a differentiation factor in Tikuna's value
proposition, its competitive capacity is limited to a short period of time. In this
sense, different recommendations are given in order to ensure long term success
in the market. The central one being that Tikuna has to use its main strength and
bring innovation to the market.
Ziel der Thesis:
Das Ziel dieser Bachelorarbeit ist es, einen Fragebogen zu entwickeln, um die Kostenakzeptanz bei Eltern zu ermitteln, deren Kinder Myopiepräventionsmaßnahmen benötigen. Dieser Fragebogen kann einem auf Myopieprävention spezialis ierten Optometristen bei der Preisgestaltung der angebotenen Versorgung unterstützend helfen. Des Weiteren wird ausführlich ein strukturierter Ablaufplan beschrieben, anhand dessen der behandelnde Optometrist/Optiker die betroffenen Kinder und Jugendliche optimal betreuen kann.
Methode/Vorgehensweise:
Um das Ziel dieser Bachelorarbeit zu erreichen, wurde zu Beginn eine Literaturrecherche durchgeführt.
Es wurden Studien, Papers und Fachzeitschriften analysiert und Ursachen,Epidemiologie und Behandlungsmaßnahmen der Myopieprogression herausgearbeitet. Mithilfe dieser Informationen wurde ein Myopiepräventionskonzept und anschließend ein Fragebogen entwickelt.
Ergebnisse:
Eine beginnende oder fortgeschrittene Myopie lässt sich durch entsprechende Myopiemaßnahmen behandeln. Das Längenwachstum eines myopen Auges gilt es einzudämmen, da es sich unbehandelt bis ins Erwachsenenalter progressiv verhält und weitere irreversible Augenerkrankungen hervorrufen kann. Die weltweit ansteigende Myopieprävalenz ruft zu einem Handeln auf,
da etwa die Hälfte der Weltbevölkerung im Jahre 2050 kurzsichtig sein wird. Ursachen hierfür sind vielfältig. Vermehrte Naharbeit, genetische Faktoren, wenig Außenaktivität und binokulare Seheigenschaften spielen eine große Rolle. Versorgungen, die im Myopiemanagement eingesetzt werden, sind Mehrstärkengläser, myopische Brillengläser, Orthokeratologie-kontaktlinsen, multifokale Kontaktlinsen, myopische Kontaktlinsen und Atropin.
Das Ergebnis des Fragebogens zeigt, dass Eltern bereit sind, monatlich 38,89±16,15€ für eine Versorgung zur Myopiekontrolle bei ihrem Kind zu investieren. Dies deckt sich mit den in der Praxis angegeben Preisen von 35€ bis 52€ für Kontaktlinsen und 29€ für spezielle Myopiebrillengläser.
Leider werden die Kosten von der gesetzlichen Krankenkasse nicht übernommen. Hier besteht Handlungsbedarf, denn es kann im Erwachsenenalter zu hohen Kosten für Folgeerkrankungen einer hohen Myopie oder deren Korrektionsmaßnahmen kommen.
Schlussfolgerung:
Der Umfragebogen und dessen Ergebnis sollen dem Myopiespezialisten helfen, Versorgungsangebote
mit Brille oder Kontaktlinsen preislich den Vorstellungen und damit der Akzeptanz der
Eltern anzupassen. Somit kann eine maximale Effizienz und Zufriedenheit erreicht werden.
Leveraging Augmented Reality to Support Context-Aware Tasks in Alignment with Business Processes
(2021)
The seamless inclusion of Augmented Reality (AR) with Business Process Management Systems (BPMSs) for Smart Factory and Industry 4.0 processes remains a challenge. Towards this end, this paper contributes an approach integrating context-aware AR into intelligent business processes to support and guide manufacturing personnel tasks and enable live task assignment optimization and support task execution quality. Our realization extends two BPMSs (Camunda and AristaFlow) and various AR devices. Various AR capabilities are demonstrated via a simulated industrial case study.
Diese Masterarbeit beschäftigt sich mit "Race Conditions", auf Deutsch "Wettlaufsituationen", in Webanwendungen. Bei dieser Art von Schwachstelle lassen sich durch einen Angreifer unvorhergesehene Zustände, in Folge von überschneidenden und parallelen Programmcodesequenzen, kreieren. Durch geschicktes Ausnutzen dieser Zustände können sich damit Vorteile verschafft werden, wie das Umgehen von Anti-Brute-Force-Mechanismen, das Überziehen von Limits, die Mehrabgabe von Stimmen und weiteren Angriffsszenarien. Im Rahmen der Arbeit wird ein Penetration Testing Tool für Race Conditions und eine Trainings-Webanwendung entwickelt, die für diese Art von Angriffen verwundbar ist. Anhand des entwickelten Penetration Testing Tools und der entwickelten Webanwendung werden Angriffsszenarien aus der Praxis demonstriert.
Die Bevölkerungsversorgung mit medizinischen Leistungen stellt zunehmend eine größere Herausforderung dar. Durch demographische Veränderungen unserer Gesellschaft ist ein deutlicher Anstieg des augenärztlichen Versorgungsbedarfs erkennbar. Trotz steigender Zahl an Ophthalmologen zeigt sich keine entsprechende Zunahme der augenärztlichen Versorgungskapazität. In der Zukunft wird eine flächendeckende und hochqualitative Versorgung nicht mehr möglich sein, solange nicht mit Aufstockung der notwendigen Ressourcen auf den steigenden Versorgungsbedarf reagiert wird.
Industry 4.0 production comprises complicated highly automated processes. However, human activities are also a crucial component of these processes, e.g., for machine main- tenance. Task assignment of human resources in this domain is challenging, as many factors have to be taken into account to ensure effective and efficient activity execution and satisfy special conditions (like worker safety). To overcome the limita- tions of current Business Process Management (BPM) Systems regarding activity resource assignment, this contribution provides a BPM-integrated approach that applies fuzzy sets for activity assignment. Our findings suggest that this approach can be easily applied to complex production scenarios, while providing efficient performance even with a large number of concurrent activity assignment requests. Additionally, our evaluation shows its potential for improved work distribution which can lead to cost savings in Industry 4.0 production processes.
Production processes in Industry 4.0 settings are usually highly automated. However, many complicated tasks, such as machine maintenance, must be executed by human workers. In current smart factories, such tasks can be supported by Augmented Reality (AR) devices. These AR tasks rely on high numbers of contextual factors like live data from machines or work safety conditions and are mostly not well integrated into the global production process. This can lead to various problems like suboptimal task assignment, over-exposure of workers to hazards like noise or heat, or delays in the production process. Current Business Process Management (BPM) Systems (BPMS) are not capable of readily taking such factors into account. There- fore, this contribution proposes a novel approach for context- integrated modeling and execution of processes with AR tasks. Our practical evaluations show that our AR Process Framework can be easily integrated with prevalent BPMS. Furthermore, we have created a comprehensive simulation scenario and our findings suggest that the application of this system can lead to various benefits, like better quality of AR task execution and cost savings regarding the overall Industry 4.0 processes.
In dieser Studie geht das Institut für Unternehmensführung (AAUF) der Hochschule
Aalen der Frage nach, wie sich die Digitalisierung auf die Arbeit von Steuerberaterkanzleien auswirkt. Die vorliegende Schrift stellt die wesentlichen
Erkenntnisse vor.
Die Charakteristika der an der Befragung teilnehmenden Steuerberatungen spiegeln hinsichtlich Unternehmensgröße und Art der Tätigkeiten die Merkmale der angepeilten Gesamtheit an Unternehmen wider, so dass man davon ausgehen kann, dass die
Ergebnisse repräsentativ sind.
In Summe zeigt sich, dass Digitalisierung natürlich auch in dieser Branche eine Rolle spielt, jedoch weniger bei der Mandantenakquisition als bei internen Prozessen. Es scheint so, dass potentielle Mandanten aufgrund der mit solchen Dienstleistungen
verbundenen Unsicherheit eher auf persönliche Kontakte und Weiterempfehlungen vertrauen. Steuerberaterkanzleien nutzen daher kaum digitale Akquisitionswege. Weiterhin zeigt sich in verschiedenen Ergebnissen eine digitale Kluft: eine signifikante
Gruppe der befragten Kanzleien nutzt die Digitalisierung stark und eine oft ebenso
große Gruppe nutzt die Digitalisierung nur wenig.
Purpose: The aim is to be able to advise patients on the choice of sports and exercises regarding the effects on the intraocular pressure.
Methods: The search engines Google Scholar and PubMed were used to search for suitable studies. The studies were summarized, and the most important data were collected in one table for each study. The effect on the IOP was extracted or, if not given in the article, calculated by the difference of means of the IOP after or during exercise, and the baseline IOP before, whenever these values were available.
Findings: A total of 47 studies out of the years 1990 to 2020 that investigated the influence on the IOP of the most popular sports actively practiced in Germany were reviewed and summarized: twelve for running, sixteen for fitness/ weight training, one for swimming/diving, twelve for cycling, four for hiking, and two for yoga.
Conclusions: Throughout all studies and sports it was seen that physical fitness stabilized the IOP. Higher
intensity of exercise led to higher fluctuations of the IOP. Moderate endurance training keeps the IOP fluctuations low and may lead to a lower baseline IOP if practiced on a regular base. Fitness and weight training lead to fluctuations of the IOP in a pronounced manner when performed at moderate and high intensity. Therefore, only a moderate training can be recommended if there is need to keep the IOP stable. Isometric exercise is not recommended as it provokes a rise of the IOP even when performed with light loads. The Valsalva Maneuver should always be avoided as it leads to additional fluctuations of the IOP. Also, the IOP behaved more stable during resistance training when higher fitness was present.
Der nachfolgende Leitfaden soll ProjektmanagerInnen, BeraterInnen und Führungskräften aufzeigen, was Nachhaltigkeit im Projektmanagement bedeutet und was beachtet werden sollte, um Nachhaltigkeit im Projektmanagement zu gewährleisten. Um ein Grundverständnis zum Thema Nachhaltigkeit zu schaffen, wird in der Einleitung des Leitfadens kurz auf die wichtigsten Punkte und Begriffe des Themas eingegangen. Zudem wird eine Definition von Nachhaltigkeit im Pro-
jektmanagement gegeben. Es folgen die drei Bereiche: Nachhaltigkeit im Unternehmen, im Projektmanagementprozess und im Projekt selbst. Jeder Bereich wird zunächst in einem Überblick kurz erklärt. Anschließend werden Ziele beschrieben, die optimalerweise erreicht werden sollten. Am Ende jedes Abschnitts werden Maßnahmen aufgezählt, wie die Ziele erreicht werden können. Am Ende des Leitfadens befinden sich zudem Anhänge, die zur Orientierung und zur weiteren Information dienen sollen.
Planung ist eines der wichtigsten Führungsinstrumente in der Praxis. Sie dient der
Umsetzung von Zielen und beinhaltet die gedankliche Vorwegnahme künftiger
Maßnahmen und benötigter Ressourcen. Allerdings bemängelt die Praxis häufig ihren
Aufwand. Daher tendieren manche Unternehmen dazu, weniger auf formale Prozesse
und Instrumente zu setzen und steuern eher über intuitive Entscheidungen oder ad
hoc-Abstimmungen. Solche Vorgehensweisen lassen sich als heuristisch bezeichnen.
Offen ist, ob eine eher formale oder eine eher heuristische Planung zu demselben
Erfolg führt.
In einer Studie geht das Institut für Unternehmensführung (AAUF) der Hochschule
Aalen der Frage nach, ob Unternehmen eher formal oder heuristisch planen und
welche Auswirkungen dies auf den Unternehmenserfolg hat. Die vorliegende Schrift
stellt die wesentlichen Erkenntnisse vor.
Ziele: Ein Handbuch zum umweltbewussten und nachhaltigen Wirken im Augenoptikfachgeschäft. Es zeigt, wie idealerweise gewirtschaftet wird unter Berücksichtigung ökonomischer, ökologischer und sozialer Aspekte.
Methodik: Diese Studie ist ein Wissenstank aus vielen verschiedenen Aspekten zu Umweltschutz und Nachhaltigkeit, die durch Literaturrecherche aufgebaut wurde. Die Informationen sind für den Nutzen im augenoptischen Betrieb ausgelegt.
Ergebnisse: Die Studie zeigt auf, wie viele Möglichkeiten es gibt und notwendig sind, um umweltverträglich zu wirtschaften und bringt ein Handbuch hervor für den Augenoptik-Betrieb. Verantwortungsbewusstes, nachhaltiges Handeln entsteht durch Kennen und Verstehen der Zusammenhänge mit anschliessender Umsetzung.
Es kann gezeigt werden, dass nachhaltiges Denken und Arbeiten in jedem Bereich angewendet werden kann und dabei sowohl die Umwelt als auch das Unternehmen unterstützt.
Zusammenfassung: Das entstehende Handbuch ist ein Leitwerk für Augenoptik-Betriebe. Durch die Umsetzung nachhaltigen Wirtschaftens mit einer möglichst optimierten Kreislaufwirtschaft ist nicht nur der Umwelt und den Menschen gedient, sondern auch der Fortbestand des Unternehmens, die Wettbewerbsfähigkeit und das positive Betriebsergebnis werden gefördert und gesichert.
Creation of Liquid‐Air Dispersions in Oil and Water: Comparison of Calculations and Measurements
(2021)
Highlighting Thermal Post-Treatment for Improving Long-Term Media-Tightness of Polymer-Metal Hybrids
(2021)
Young but not Naive: Leaders of Tomorrow Expect Limits to Digital Freedom to Preserve Freedom
(2021)
Organische Chemie
(2021)