Publikationen

  • K. Bröking, „Entwurf und implementierung eines digital integrierten mass customization szenarios – vorgehensweise und paradigmenspezifische besonderheiten beim einsatz von open source software,“ , 2019.
    [Bibtex]
    @Bachelorthesis{,
    abstract = {Bis vor wenigen Jahren galt der groÿächige, betriebliche Einsatz von Open Source Software bis hinein in die betrieblichen Anwendungssysteme als überaus innovatives, wenn nicht sogar riskantes Unterfangen. Während im Bereich der IT-Infrastruktur Open Source Software (z.B. Apache, MySQL) bereits seit über 20 Jahren ernst zu nehmende Alternativen und sogar Standards darstellt, besitzen komplett digital-integrierte Geschäftsprozesse und Geschäftsmodelle auf Basis von Open Source Software zumindest in Deutschland immer noch einen geringen Stellenwert in der IT-Landschaft.
    Am Beispiel der Ende-zu-Ende Integration eines Open Source ERP-Systems, entsprechen der Open Source Computer Aided Design Software sowie weiteren Open Source Soft- und Hardwarekomponenten, wird im Rahmen der vorliegenden Bachelorarbeit sowohl der Entwurf als auch die Implementierung eines derartigen digital integrierten Mass Customization Szenarios erfolgen, welches die automatisierte Produktion individuell angepasster Fertigungsteile darstellt.
    Anhand des gewählten Fallbeispiels sollen die prinzipielle Vorgehensweise eines Open Source Software zentrierten Digitalisierungsszenarios und seine Besonderheiten dargestellt werden. Insbesondere geht die Bachelorarbeit begleitend auf die Auswahl von Werkzeugen, Nutzung von Wissens- und Informationsbasen zur Suche und Auswahl geeigneter System komponenten und zur Problemlösung sowie die Auswahl der Lizenz ein.
    Das Hauptartefakt der Bachelorarbeit ist ein auf Open Source angepasstes Auswahlmodell, welches das systematische Vorgehen bei der Auswahl der Softwarekomponenten für einen bestimmten Anwendungsfall aufzeigt. Dieses wird als Ergebnis eines induktiven Vorgehens betrachtet und nicht großflächig evaluiert.},
    author = {Karin Bröking},
    school = {Otto-von-Guericke-Universität Magdeburg},
    timestamp = {29. April 2019},
    title = {Entwurf und Implementierung eines digital integrierten Mass Customization Szenarios - Vorgehensweise und paradigmenspezifische Besonderheiten beim Einsatz von Open Source Software},
    year = {2019},
    }
    Abstract
    Bis vor wenigen Jahren galt der groÿächige, betriebliche Einsatz von Open Source Software bis hinein in die betrieblichen Anwendungssysteme als überaus innovatives, wenn nicht sogar riskantes Unterfangen. Während im Bereich der IT-Infrastruktur Open Source Software (z.B. Apache, MySQL) bereits seit über 20 Jahren ernst zu nehmende Alternativen und sogar Standards darstellt, besitzen komplett digital-integrierte Geschäftsprozesse und Geschäftsmodelle auf Basis von Open Source Software zumindest in Deutschland immer noch einen geringen Stellenwert in der IT-Landschaft. Am Beispiel der Ende-zu-Ende Integration eines Open Source ERP-Systems, entsprechen der Open Source Computer Aided Design Software sowie weiteren Open Source Soft- und Hardwarekomponenten, wird im Rahmen der vorliegenden Bachelorarbeit sowohl der Entwurf als auch die Implementierung eines derartigen digital integrierten Mass Customization Szenarios erfolgen, welches die automatisierte Produktion individuell angepasster Fertigungsteile darstellt. Anhand des gewählten Fallbeispiels sollen die prinzipielle Vorgehensweise eines Open Source Software zentrierten Digitalisierungsszenarios und seine Besonderheiten dargestellt werden. Insbesondere geht die Bachelorarbeit begleitend auf die Auswahl von Werkzeugen, Nutzung von Wissens- und Informationsbasen zur Suche und Auswahl geeigneter System komponenten und zur Problemlösung sowie die Auswahl der Lizenz ein. Das Hauptartefakt der Bachelorarbeit ist ein auf Open Source angepasstes Auswahlmodell, welches das systematische Vorgehen bei der Auswahl der Softwarekomponenten für einen bestimmten Anwendungsfall aufzeigt. Dieses wird als Ergebnis eines induktiven Vorgehens betrachtet und nicht großflächig evaluiert.
  • A. Hashaam, „Application of nlp to determine thestate of issues in bug tracking systems,“ Master Thesis, 2019.
    [Bibtex]
    @MastersThesis{,
    author = {Ali Hashaam},
    school = {Otto-von-Guericke-Universität},
    title = {Application of NLP to determine thestate of issues in Bug Tracking Systems},
    year = {2019},
    abstract = {The amount of semi-structured textual data being generated all over the world wide web has placed the limelight on the fields of Natural Language Processing and Text Mining. With the continuous increase in business for IT companies, there are a lot of new and diverse projects getting introduced and hence, the need for the project management tools which provide robust, efficient, and forthcoming services is rising. Bug Tracking System is one of such systems that help in making the job of every stakeholder easier. This research intends to utilize the textual data available on Bug Tracking Systems in the form of problem summaries, descriptions, and comments from the concerning people to determine the state of tickets (issues). The unlabeled textual data from the Bug Tracking System is subjected to a state of the art Class-Expansion Stage, that automates the process of labeling the ticket, intelligently based on their severity level and clustering (Constraint-Based and Density-Based). Class-Expansion stage yields 40% of the total data as labeled. Semi-supervised learners are introduced to consider labeled as well as unlabeled data for learning, and the results are way too promising when compared relative to a supervised learner. Evaluation Results of the majority-voting classifier for semi-supervised learners, show that the semi-supervised model is performing quite good as compared to the baseline supervised learner where the learner is not able to classify any instance in critical class, but the recall for the critical class in case of semi-supervised learners is still not good with it being at 53%. Since identifying critical tickets is of utmost importance for Project Managers, it becomes essential to improve the recall for the critical class. In order to deal with this, when sentiment analysis’ insights are introduced into the semi-supervised learners, the recall for the critical class improves up to 85% which makes the proposed solution super useful in cases where efficient classification among critical and non-critical classes is required.},
    }
    Abstract
    The amount of semi-structured textual data being generated all over the world wide web has placed the limelight on the fields of Natural Language Processing and Text Mining. With the continuous increase in business for IT companies, there are a lot of new and diverse projects getting introduced and hence, the need for the project management tools which provide robust, efficient, and forthcoming services is rising. Bug Tracking System is one of such systems that help in making the job of every stakeholder easier. This research intends to utilize the textual data available on Bug Tracking Systems in the form of problem summaries, descriptions, and comments from the concerning people to determine the state of tickets (issues). The unlabeled textual data from the Bug Tracking System is subjected to a state of the art Class-Expansion Stage, that automates the process of labeling the ticket, intelligently based on their severity level and clustering (Constraint-Based and Density-Based). Class-Expansion stage yields 40% of the total data as labeled. Semi-supervised learners are introduced to consider labeled as well as unlabeled data for learning, and the results are way too promising when compared relative to a supervised learner. Evaluation Results of the majority-voting classifier for semi-supervised learners, show that the semi-supervised model is performing quite good as compared to the baseline supervised learner where the learner is not able to classify any instance in critical class, but the recall for the critical class in case of semi-supervised learners is still not good with it being at 53%. Since identifying critical tickets is of utmost importance for Project Managers, it becomes essential to improve the recall for the critical class. In order to deal with this, when sentiment analysis’ insights are introduced into the semi-supervised learners, the recall for the critical class improves up to 85% which makes the proposed solution super useful in cases where efficient classification among critical and non-critical classes is required.