Högskolan i Skövde

his.sePublications
Change search
Refine search result
123 1 - 50 of 109
CiteExportLink to result list
Permanent link
Cite
Citation style
  • apa
  • apa-cv
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf
Rows per page
  • 5
  • 10
  • 20
  • 50
  • 100
  • 250
Sort
  • Standard (Relevance)
  • Author A-Ö
  • Author Ö-A
  • Title A-Ö
  • Title Ö-A
  • Publication type A-Ö
  • Publication type Ö-A
  • Issued (Oldest first)
  • Issued (Newest first)
  • Created (Oldest first)
  • Created (Newest first)
  • Last updated (Oldest first)
  • Last updated (Newest first)
  • Disputation date (earliest first)
  • Disputation date (latest first)
  • Standard (Relevance)
  • Author A-Ö
  • Author Ö-A
  • Title A-Ö
  • Title Ö-A
  • Publication type A-Ö
  • Publication type Ö-A
  • Issued (Oldest first)
  • Issued (Newest first)
  • Created (Oldest first)
  • Created (Newest first)
  • Last updated (Oldest first)
  • Last updated (Newest first)
  • Disputation date (earliest first)
  • Disputation date (latest first)
Select
The maximal number of hits you can export is 250. When you want to export more records please use the Create feeds function.
  • 1.
    Ait-Mlouk, Addi
    et al.
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Alawadi, Sadi
    School of Information Technology Halmstad University, Sweden.
    Toor, Salman
    Department of Information Technology, Division of Scientific Computing, Uppsala University, Sweden ; Scaleout Systems, Sweden.
    Hellander, Andreas
    Department of Information Technology, Division of Scientific Computing, Uppsala University, Sweden ; Scaleout Systems, Sweden.
    FedBot: Enhancing Privacy in Chatbots with Federated LearningManuscript (preprint) (Other academic)
    Abstract [en]

    Chatbots are mainly data-driven and usually based on utterances that might be sensitive. However, training deep learning models on shared data can violate user privacy. Such issues have commonly existed in chatbots since their inception. In the literature, there have been many approaches to deal with privacy, such as differential privacy and secure multi-party computation, but most of them need to have access to users' data. In this context, Federated Learning (FL) aims to protect data privacy through distributed learning methods that keep the data in its location. This paper presents Fedbot, a proof-of-concept (POC) privacy-preserving chatbot that leverages large-scale customer support data. The POC combines Deep Bidirectional Transformer models and federated learning algorithms to protect customer data privacy during collaborative model training. The results of the proof-of-concept showcase the potential for privacy-preserving chatbots to transform the customer support industry by delivering personalized and efficient customer service that meets data privacy regulations and legal requirements. Furthermore, the system is specifically designed to improve its performance and accuracy over time by leveraging its ability to learn from previous interactions.

    Download full text (pdf)
    fulltext
  • 2.
    Al Mamun, M. Abdullah
    et al.
    Division of Software Engineering Chalmers University of Technology and University of Gothenburg, Gothenburg, Sweden.
    Berger, Christian
    Division of Software Engineering Chalmers University of Technology and University of Gothenburg, Gothenburg, Sweden.
    Hansson, Jörgen
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Correlations of software code metrics: An empirical study2017In: IWSM Mensura '17: Proceedings of the 27th International Workshop on Software Measurement and 12th International Conference on Software Process and Product Measurement, Association for Computing Machinery (ACM), 2017, p. 255-266Conference paper (Refereed)
    Abstract [en]

    Background: The increasing up-trend of software size brings about challenges related to release planning and maintainability. Foreseeing the growth of software metrics can assist in taking proactive decisions regarding different areas where software metrics play vital roles. For example, source code metrics are used to automatically calculate technical debt related to code quality which may indicate how maintainable a software is. Thus, predicting such metrics can give us an indication of technical debt in the future releases of software. Objective: Estimation or prediction of software metrics can be performed more meaningfully if the relationships between different domains of metrics and relationships between the metrics and different domains are well understood. To understand such relationships, this empirical study has collected 25 metrics classified into four domains from 9572 software revisions of 20 open source projects from 8 well-known companies. Results: We found software size related metrics are most correlated among themselves and with metrics from other domains. Complexity and documentation related metrics are more correlated with size metrics than themselves. Metrics in the duplications domain are observed to be more correlated to themselves on a domain-level. However, a metric to domain level relationship exploration reveals that metrics with most strong correlations are in fact connected to size metrics. The Overall correlation ranking of duplication metrics are least among all domains and metrics. Contribution: Knowledge earned from this research will help to understand inherent relationships between metrics and domains. This knowledge together with metric-level relationships will allow building better predictive models for software code metrics. © 2017 Association for Computing Machinery.

  • 3.
    Al Mamun, Md Abdullah
    et al.
    Department of Computer Science and Engineering, Chalmers / University of Gothenburg, Sweden.
    Berger, Christian
    Department of Computer Science and Engineering, Chalmers / University of Gothenburg, Sweden.
    Hansson, Jörgen
    University of Skövde, School of Informatics. University of Skövde, The Informatics Research Centre.
    Effects of measurements on correlations of software code metrics2019In: Empirical Software Engineering, ISSN 1382-3256, E-ISSN 1573-7616, Vol. 24, no 4, p. 2764-2818Article in journal (Refereed)
    Abstract [en]

    Context

    Software metrics play a significant role in many areas in the life-cycle of software including forecasting defects and foretelling stories regarding maintenance, cost, etc. through predictive analysis. Many studies have found code metrics correlated to each other at such a high level that such correlated code metrics are considered redundant, which implies it is enough to keep track of a single metric from a list of highly correlated metrics.

    Objective

    Software is developed incrementally over a period. Traditionally, code metrics are measured cumulatively as cumulative sum or running sum. When a code metric is measured based on the values from individual revisions or commits without consolidating values from past revisions, indicating the natural development of software, this study identifies such a type of measure as organic. Density and average are two other ways of measuring metrics. This empirical study focuses on whether measurement types influence correlations of code metrics.

    Method

    To investigate the objective, this empirical study has collected 24 code metrics classified into four categories, according to the measurement types of the metrics, from 11,874 software revisions (i.e., commits) of 21 open source projects from eight well-known organizations. Kendall’s τ -B is used for computing correlations. To determine whether there is a significant difference between cumulative and organic metrics, Mann-Whitney U test, Wilcoxon signed rank test, and paired-samples sign test are performed.

    Results

    The cumulative metrics are found to be highly correlated to each other with an average coefficient of 0.79. For corresponding organic metrics, it is 0.49. When individual correlation coefficients between these two measure types are compared, correlations between organic metrics are found to be significantly lower (with p <0.01) than cumulative metrics. Our results indicate that the cumulative nature of metrics makes them highly correlated, implying cumulative measurement is a major source of collinearity between cumulative metrics. Another interesting observation is that correlations between metrics from different categories are weak.

    Conclusions

    Results of this study reveal that measurement types may have a significant impact on the correlations of code metrics and that transforming metrics into a different type can give us metrics with low collinearity. These findings provide us a simple understanding how feature transformation to a different measurement type can produce new non-collinear input features for predictive models.

    Download full text (pdf)
    fulltext
  • 4.
    Al Mamun, Md Abdullah
    et al.
    Department of Computer Science and Engineering, Chalmers, University of Gothenburg, Gothenburg, Sweden.
    Martini, Antonio
    Department of Informatics, University of Oslo, Norway.
    Staron, Miroslaw
    Department of Computer Science and Engineering, Chalmers, University of Gothenburg, Gothenburg, Sweden.
    Berger, Christian
    Department of Computer Science and Engineering, Chalmers, University of Gothenburg, Gothenburg, Sweden.
    Hansson, Jörgen
    University of Skövde, School of Informatics. University of Skövde, The Informatics Research Centre.
    Evolution of technical debt: An exploratory study2019In: Joint Proceedings of the International Workshop on Software Measurement and the International Conference on Software Process and Product Measurement (IWSM Mensura 2019): Haarlem, The Netherlands, October 7-9, 2019 / [ed] Ayca Kolukisa Tarhan, Ahmet Coskuncay, CEUR-WS , 2019, Vol. 2476, p. 87-102Conference paper (Refereed)
    Abstract [en]

    Context: Technical debt is known to impact maintainability of software. As source code files grow in size, maintainability becomes more challenging. Therefore, it is expected that the density of technical debt in larger files would be reduced for the sake of maintainability. Objective: This exploratory study investigates whether a newly introduced metric ‘technical debt density trend’ helps to better understand and explain the evolution of technical debt. The ‘technical debt density trend’ metric is the slope of the line of two successive ‘technical debt density’ measures corresponding to the ‘lines of code’ values of two consecutive revisions of a source code file. Method: This study has used 11,822 commits or revisions of 4,013 Java source files from 21 open source projects. For the technical debt measure, SonarQube tool is used with 138 code smells. Results: This study finds that ‘technical debt density trend’ metric has interesting characteristics that make it particularly attractive to understand the pattern of accrual and repayment of technical debt by breaking down a technical debt measure into multiple components, e.g., ‘technical debt density’ can be broken down into two components showing mean density corresponding to revisions that accrue technical debt and mean density corresponding to revisions that repay technical debt. The use of ‘technical debt density trend’ metric helps us understand the evolution of technical debt with greater insights. 

    Download full text (pdf)
    fulltext
  • 5.
    Alenljung, Beatrice
    et al.
    University of Skövde, School of Humanities and Informatics.
    Persson, Anne
    University of Skövde, School of Humanities and Informatics.
    Factors that affect requirements engineers in their decision situations: A case study2005In: Proceedings of the 11th International Workshop on Requirements Engineering: Foundation for Software Quality: REFSQ'05: in conjunction with CAiSE '05, 13-14 June 2005, Porto, Portugal / [ed] Erik Kamsties; Vincenzo Gervasi; Pete Sawyer, Essen: Universität Duisburg-Essen , 2005, p. 23-37Conference paper (Refereed)
  • 6.
    Antinyan, Vard
    et al.
    Department of Computer Science and Engineering, Chalmers, Gothenburg, Sweden / University of Gothenburg, Sweden.
    Staron, Miroslaw
    Department of Computer Science and Engineering, Chalmers, Gothenburg, Sweden / University of Gothenburg, Sweden.
    Derehag, Jesper
    Ericsson, Gothenburg, Sweden.
    Runsten, Mattias
    AB Volvo, Gothenburg, Sweden.
    Wikström, Erik
    Ericsson, Gothenburg, Sweden.
    Meding, Wilhelm
    Ericsson, Gothenburg, Sweden.
    Henriksson, Anders
    AB Volvo, Gothenburg, Sweden.
    Hansson, Jörgen
    University of Skövde, School of Informatics. University of Skövde, The Informatics Research Centre.
    Identifying Complex Functions: By Investigating Various Aspects of Code Complexity2015In: Proceedings of 2015 Science and Information Conference (SAI): July 28-30, 2015, London, United Kingdom, IEEE Press, 2015, p. 879-888Conference paper (Refereed)
    Abstract [en]

    The complexity management of software code has become one of the major problems in software development industry. With growing complexity the maintenance effort of code increases. Moreover, various aspects of complexity create difficulties for complexity assessment. The objective of this paper is to investigate the relationships of various aspects of code complexity and propose a method for identifying the most complex functions. We have conducted an action research project in two software development companies and complemented it with a study of three open source products. Four complexity metrics are measured, and their nature and mutual influence are investigated. The results and possible explanations are discussed with software engineers in industry. The results show that there are two distinguishable aspects of complexity of source code functions: Internal and outbound complexities. Those have an inverse relationship. Moreover, the product of them does not seem to be greater than a certain limit, regardless of software size. We present a method that permits identification of most complex functions considering the two aspects of complexities. The evaluation shows that the use of the method is effective in industry: It enables identification of 0.5% most complex functions out of thousands of functions for reengineering.

  • 7.
    Antinyan, Vard
    et al.
    Department of Computer Science and Engineering, Chalmers, University of Gothenburg, Gothenburg, Sweden.
    Staron, Miroslaw
    Department of Computer Science and Engineering, Chalmers, University of Gothenburg, Gothenburg, Sweden.
    Hansson, Jörgen
    Department of Computer Science and Engineering, Chalmers, University of Gothenburg, Gothenburg, Sweden.
    Meding, Wilhelm
    Ericsson, Sweden.
    Österström, Per
    Ericsson, Sweden.
    Henriksson, Anders
    Volvo Group Truck Technology, Sweden.
    Monitoring evolution of code complexity and magnitude of changes2014In: Acta Cybernetica, ISSN 0324-721X, Vol. 21, no 3, p. 367-382Article in journal (Refereed)
    Abstract [en]

    Complexity management has become a crucial activity in continuous software development. While the overall perceived complexity of a product grows rather insignificantly, the small units, such as functions and files, can have noticeable complexity growth with every increment of product features. This kind of evolution triggers risks of escalating fault-proneness and deteriorating maintainability. The goal of this research was to develop a measurement system which enables effective monitoring of complexity evolution. An action research has been conducted in two large software development organizations. We have measured three complexity and two change properties of code for two large industrial products. The complexity growth has been measured for five consecutive releases of the products. Different patterns of growth have been identified and evaluated with software engineers in industry. The results show that monitoring cyclomatic complexity evolution of functions and number of revisions of files focuses the attention of designers to potentially problematic files and functions for manual assessment and improvement. A measurement system was developed at Ericsson to support the monitoring process.

  • 8.
    Antinyan, Vard
    et al.
    Computer Science and Engineering, University of Gothenburg, Gothenburg, Sweden / Computer Science and Engineering, Chalmers, Gothenburg, Sweden.
    Staron, Miroslaw
    Computer Science and Engineering, University of Gothenburg, Gothenburg, Sweden / Computer Science and Engineering, Chalmers, Gothenburg, Sweden.
    Sandberg, Anna
    Ericsson, Sweden.
    Hansson, Jörgen
    University of Skövde, School of Informatics. University of Skövde, The Informatics Research Centre.
    A Complexity Measure for Textual Requirements2016In: Proceedings of the 26th International Workshop on Software Measurement (IWSM) and the 11th International Conference on Software Process and Product Measurement (Mensura) IWSM-Mensura 2016 / [ed] Jens Heidrich & Frank Vogelezang, IEEE, 2016, p. 148-158Conference paper (Refereed)
    Abstract [en]

    Unequivocally understandable requirements are vital for software design process. However, in practice it is hard to achieve the desired level of understandability, because in large software products a substantial amount of requirements tend to have ambiguous or complex descriptions. Over time such requirements decelerate the development speed and increase the risk of late design modifications, therefore finding and improving them is an urgent task for software designers. Manual reviewing is one way of addressing the problem, but it is effort-intensive and critically slow for large products. Another way is using measurement, in which case one needs to design effective measures. In recent years there have been great endeavors in creating and validating measures for requirements understandability: most of the measures focused on ambiguous patterns. While ambiguity is one property that has major effect on understandability, there is also another important property, complexity, which also has major effect on understandability, but is relatively less investigated. In this paper we define a complexity measure for textual requirements through an action research project in a large software development organization. We also present its evaluation results in three large companies. The evaluation shows that there is a significant correlation between the measurement values and the manual assessment values of practitioners. We recommend this measure to be used with earlier created ambiguity measures as means for automated identification of complex specifications.

  • 9.
    Antinyan, Vard
    et al.
    Department of Computer Science and Engineering, Chalmers, University of Gothenburg, Gothenburg, Sweden.
    Staron, Miroslaw
    Department of Computer Science and Engineering, Chalmers, University of Gothenburg, Gothenburg, Sweden.
    Sandberg, Anna
    Ericsson, Gothenburg, Sweden.
    Hansson, Jörgen
    University of Skövde, School of Informatics. University of Skövde, The Informatics Research Centre.
    Validating software measures using action research a method and industrial experiences2016In: EASE '16: Proceedings of the 20th International Conference on Evaluation and Assessment in Software Engineering, Association for Computing Machinery (ACM), 2016, article id 23Conference paper (Refereed)
    Abstract [en]

    Validating software measures for using them in practice is a challenging task. Usually more than one complementary validation methods are applied for rigorously validating software measures: Theoretical methods help with defining the measures with expected properties and empirical methods help with evaluating the predictive power of measures. Despite the variety of these methods there still remain cases when the validation of measures is difficult. Particularly when the response variables of interest are not accurately measurable and the practical context cannot be reduced to an experimental setup the abovementioned methods are not effective. In this paper we present a complementary empirical method for validating measures. The method relies on action research principles and is meant to be used in combination with theoretical validation methods. The industrial experiences documented in this paper show that in many practical cases the method is effective. © 2016 ACM.

  • 10.
    Areizaga, Ander
    University of Skövde, School of Informatics.
    Programming learning games: Identification of game design patterns in programming learning games2019Independent thesis Advanced level (degree of Master (One Year)), 15 credits / 22,5 HE creditsStudent thesis
    Abstract [en]

    There is a high demand for program developers, but the dropouts from computer science courses are also high and course enrolments keep decreasing. In order to overcome that situation, several studies have found serious games as good tools for education in programming learning. As an outcome from such research, several game solutions for programming learning have appeared, each of them using a different approach. Some of these games are only used in the research field where others are published in commercial stores. The problem with commercial games is that they do not offer a clear map of the different programming concepts. This dissertation addresses this problem and analyses which fundamental programming concepts that are represented in commercial games for programming learning. The study also identifies game design patterns used to represent these concepts.

    The result of this study shows topics that are represented more commonly in commercial games and what game design patterns are used for that. This thesis identifies a set of game design patterns in the 20 commercial games that were analysed. A description as well as some examples of the games where it is found is included for each of these patterns.

    As a conclusion, this research shows that from the list of the determined fundamental programming topics only a few of them are greatly represented in commercial games where the others have nearly no representation. This shows potential spots for future research in games for programming teaching.

    Download full text (pdf)
    Thesis_Areizaga_Ander
  • 11. Babar, Muhammad Ali
    et al.
    Lundell, BjörnUniversity of Skövde, School of Humanities and Informatics. University of Skövde, The Informatics Research Centre.van der Linden, Frank
    QACOS-OSSPL 2009: Proceedings of the Joint Workshop on Quality and Architectural Concerns in Open Source Software (QACOS) and Open Source Software and Product Lines (OSSPL)2009Conference proceedings (editor) (Other academic)
  • 12.
    Babar, Muhammad Ali
    et al.
    School of Electrical Engineering, Shenyang University of Technology, Shenyang, China.
    Matinlassi, MariLundell, BjörnUniversity of Skövde, School of Humanities and Informatics. University of Skövde, The Informatics Research Centre.
    Proceedings of the First International Workshop on Quality and Architectural Concerns in Open Source Software (QACOS 2008)2008Conference proceedings (editor) (Other academic)
  • 13.
    Backlund, Per
    et al.
    University of Skövde, School of Humanities and Informatics. University of Skövde, The Informatics Research Centre.
    Lundell, Björn
    University of Skövde, School of Humanities and Informatics. University of Skövde, The Informatics Research Centre.
    Scacchi, Walt
    University of California, Irvine, USA.
    Workshop – Open Source Software for Computer Games and Virtual Worlds: Practice and Future2010In: Open Source Software: New Horizons: 6th International IFIP WG 2.13 Conference on Open Source Systems, OSS 2010, Notre Dame, IN, USA, May 30 – June 2, 2010. Proceedings / [ed] Pär J. Ågerfalk; Cornelia Boldyreff; Jesús M. González-Barahona; Gregory R. Madey; John Noll, Springer Berlin/Heidelberg, 2010, p. 419-420Conference paper (Refereed)
    Abstract [en]

    Computer games and virtual worlds are increasingly used throughout our society with people playing on the bus, at home and at work. Computer games thus affect larger and larger number of people and areas in the society of today. There are even scholars who advocate that games or virtual environments create better environments for learning than traditional classrooms. This situation motivates the use of games and game technology for additional purposes, e.g. education, training, health care or marketing.

  • 14.
    Barrera Diaz, Carlos Alberto
    University of Skövde, School of Engineering Science. University of Skövde, Virtual Engineering Research Environment.
    Simulation-based multi-objective optimization for reconfigurable manufacturing systems: Reconfigurability, manufacturing, simulation, optimization, RMS, multi-objective, knowledge discovery2023Doctoral thesis, comprehensive summary (Other academic)
    Abstract [en]

    In today’s global and aggressive market system, for manufacturing companies to remain competitive, they must manufacture high-quality products that can be produced at a low cost; they also must respond efficiently to customers’ predictable and unpredictable needs and demand variations. Increasingly shortened product lifecycles, as well as product customization degrees, lead to swift changes in the market that need to be supported by capable and flexible resources able to produce faster and deliver to the market in shorter periods while maintaining a high degree of cost-efficiency. To cope with all these challenges, the setup of production systems needs to shift toward Reconfigurable Manufacturing Systems (RMSs), making production capable of rapidly and economically changing its functionality and capacity to face uncertainties, such as unforeseen market variations and product changes. Despite the advantages of RMSs, designing and managing these systems to achieve a high-efficiency level is a complex and challenging task that requires optimization techniques. Simulation-based optimization (SBO) methods have been proven to improve complex manufacturing systems that are affected by predictable and unpredictable events. However, the use of SBO methods to tackle challenging RMS design and management processes is underdeveloped and rarely involves Multi-Objective Optimization (MOO). Only a few attempts have applied Simulation-Based Multi-Objective Optimization (SMO) to simultaneously deal with multiple conflictive objectives. Furthermore, due to the intrinsic complexity of RMSs, manufacturing organizations that embrace this type of system struggle with areas such as system configuration, number of resources, and task assignment. Therefore, this dissertation contributes to such areas by employing SMO to investigate the design and management of RMSs. The benefits for decision-makers have been demonstrated when SMO is employed toward RMS-related challenges. These benefits have been enhanced by combining SMO with knowledge discovery and Knowledge-Driven Optimization (KDO). This combination has contributed to current research practices proving to be an effective and supportive decision support tool for manufacturing organizations when dealing with RMS challenges.

    Download full text (pdf)
    fulltext
  • 15.
    Bergqvist, Emil
    University of Skövde, School of Informatics.
    Auditory displays: A study in effectiveness between binaural and stereo audio to support interface navigation2014Independent thesis Advanced level (degree of Master (One Year)), 10 credits / 15 HE creditsStudent thesis
    Abstract [en]

    This thesis analyses if the change of auditory feedback can improve the effectiveness of performance in the interaction with a non-visual system, or with a system used by individuals with visual impairment. Two prototypes were developed, one with binaural audio and the other with stereo audio. The interaction was evaluated in an experiment where 22 participants, divided into two groups, performed a number of interaction tasks. A post-interview were conducted together with the experiment. The result of the experiment displayed that there were no great difference between binaural audio and stereo regarding the speed and accuracy of the interaction. The post-interviews displayed interesting differences in the way participants visualized the virtual environment that affected the interaction. This opened up interesting questions for future studies.

    Download full text (pdf)
    Bergqvist, E., Thesis
  • 16.
    Bermejo, Jesús
    et al.
    Telvent, Sevilla, Spain.
    Lundell, BjörnUniversity of Skövde, School of Humanities and Informatics. University of Skövde, The Informatics Research Centre.van der Linden, FrankPhilips Medical, Best, The Netherlands.
    Combining the Advantages of Product Lines and Open Source: Dagstuhl Seminar Proceedings 08142, 02.04 - 05.04.20082008Conference proceedings (editor) (Other academic)
  • 17.
    Billing, Erik
    et al.
    Umeå universitet, Institutionen för datavetenskap.
    Servin, Martin
    Institutionen för fysik, Umeå universitet.
    Composer: A prototype multilingual model composition tool2013In: MODPROD2013: 7th MODPROD Workshop on Model-Based Product Development / [ed] Peter Fritzson, Umeå: Umeå universitet , 2013Conference paper (Other academic)
    Abstract [en]

    Facing the task to design, simulate or optimize a complex system itis common to find models and data for the system expressed in differentformats, implemented in different simulation software tools. When a newmodel is developed, a target platform is chosen and existing componentsimplemented with different tools have to be converted. This results inunnecessary work duplication and lead times. The Modelica languageinitiative [2] partially solves this by allowing developers to move modelsbetween different tools following the Modelica standard. Another possi-bility is to exchange models using the Functional Mockup Interface (FMI)standard that allows computer models to be used as components in othersimulations, possibly implemented using other programming languages[1]. With the Modelica and FMI standards entering development, there isneed for an easy-to-use tool that supports design, editing and simulationof such multilingual systems, as well as for retracting system informationfor formulating and solving optimization problems.A prototype solution for a graphical block diagram tool for design, edit-ing, simulation and optimization of multilingual systems has been createdand evaluated for a specific system. The tool is named Composer [3].The block diagram representation should be generic, independent ofmodel implementations, have a standardized format and yet support effi-cient handling of complex data. It is natural to look for solutions amongmodern web technologies, specifically HTML5. The format for represent-ing two dimensional vector graphics in HTML5 is Scalable Vector Graphics(SVG). We combine the SVG format with the FMI standard. In a firststage, we take the XML-based model description of FMI as a form for de-scribing the interface for each component, in a language independent way.Simulation parameters can also be expressed on this form, and integratedas metadata into the SVG image. 

    The prototype, using SVG in conjunction with FMI, is implementedin JavaScript and allow creation and modification of block diagrams directly in the web browser. Generated SVG images are sent to the serverwhere they are translated to program code, allowing the simulation ofthe dynamical system to be executed using selected implementations. Analternative mode is to generate optimization problem from the systemdefinition and model parameters. The simulation/optimization result is 

    returned to the web browser where it is plotted or processed using otherstandard libraries.The fiber production process at SCA Packaging Obbola [4] is used asan example system and modeled using Composer. The system consists oftwo fiber production lines that produce fiber going to a storage tank [5].The paper machine is taking fiber from the tank as needed for production.A lot of power is required during fiber production and the purpose of themodel was to investigate weather electricity costs could be reduced byrescheduling fiber production over the day, in accordance with the electricity spot price. Components are implemented for dynamical simulationusing OpenModelica and for discrete event using Python. The Python implementation supports constraint propagation between components andoptimization over specified variables. Each component is interfaced as aFunctional Mock-up Unit (FMU), allowing components to be connectedand properties specified in language independent way. From the SVGcontaining the high-level system information, both Modelica and Pythoncode is generated and executed on the web server, potentially hosted ina high performance data center. More implementations could be addedwithout modifying the SVG system description.We have shown that it is possible to separate system descriptions onthe block diagram level from implementations and interface between thetwo levels using FMI. In a continuation of this project, we aim to integratethe FMI standard also for co-simulation, such that components implemented in different languages could be used together. One open questionis to what extent FMUs of the same component, but implemented withdifferent tools, will have the same model description. For the SVG-basedsystem description to be useful, the FMI model description must remainthe same, or at least contain a large overlap, for a single component implemented in different languages. This will be further investigated in futurework.

  • 18.
    Birtic, Martin
    et al.
    University of Skövde, School of Engineering Science. University of Skövde, Virtual Engineering Research Environment.
    Syberfeldt, Anna
    University of Skövde, School of Engineering Science. University of Skövde, Virtual Engineering Research Environment.
    Ribeiro, Luis
    Department of Management and Engineering, Linköping University, Linköping University - Campus Valla, Linköping, Sweden.
    Towards ultra-flexibility: a framework for evaluating the cyber-physical continuum in flexible production systems2024In: Procedia Computer Science, E-ISSN 1877-0509, Vol. 232, p. 645-654Article in journal (Refereed)
    Abstract [en]

    Flexibility is often cited as a desirable key characteristic of modern production systems. In ultra-flexible production, machinery and layouts are in a constant state of adaptation to accommodate changing orders, varying products, or evolving conditions. Cyber-physical integration has been proposed as a potential approach to increasing system flexibility with Cyber-Physical Production Systems (CPPS) and Digital Twins (DT) as central concepts. While numerous architectures, frameworks and approaches have been proposed for CPPS and DT development, further research is motivated regarding the development of a requirement-based framework that links together the high-level system property of flexibility and lower-level system components, enabling the analysis, prescription and comparison of systems. Such a framework could enable manufacturers to continuously evaluate and improve manufacturing systems' flexibility as well as make informed design decisions. Ultimately enhancing system flexibility and responsiveness to changing production conditions. This study aims to initiate the development and formulation of such a requirements-based framework linking flexibility and lower-level system components. Additionally, it seeks to introduce the concept of a”cyber-physical continuum, ” which the study aims to define as a potential quantifiable indicator reflecting flexibility within production systems. This is achieved by leveraging prior CPPS research based on high-level system requirements. These requirements were expanded by branching each requirement into lower-level components creating a more granular scope and providing a finer lens for analysis and assessment. The framework was then applied to assess a high-mix, low-volume manufacturing scenario. Application of the preliminary framework in the case study indicates its potential utility in providing a useful view of the cyber-physical content of a system. Moreover, it serves as a valuable guide for pinpointing areas for improvement and development. By developing a framework that seamlessly links high-level flexibility requirements with detailed implementation requirements, systems can be comprehensively evaluated, methodically prescribed, and effectively compared. As future work, further refinement and validation of this framework will be crucial to ensuring its validity and applicability across diverse manufacturing contexts. 

    Download full text (pdf)
    fulltext
  • 19.
    Blomgren, Christoffer
    University of Skövde, School of Informatics.
    Evolutionär generering av balanserade banor inom spelgenren realtidsstrategi: En jämförelsestudie mellan traditionell och multiobjektiv evaluering av innehåll2021Independent thesis Basic level (degree of Bachelor), 20 credits / 30 HE creditsStudent thesis
    Abstract [en]

    Denna studie utforskar hur valet mellan två metoder för evaluering av individer i en evolutionär algoritm påverkar procedurellt genererat innehåll. Evolutionär generering är ett delområde av sökbaserad-procedurell generering som tar inspiration från verkligevolution med implementation av koncept som; ärvda egenskaper, mutation och naturligselektion. Studiens två evalueringsmetoder användes vid framställningen av spelbanor till ett imaginärt spel inom genren realtidsstrategi. Banor skapades för i teorin två spelare och visualiserade i en egenskapad testmiljö.

    Resultaten fastställde att valet av evalueringsmetod påverkar hur ett set av banor kan upplevas i förhållande till en spelare och till varandra. Användningen av studiens traditionella metod för evaluering resulterade i banor med mer snarlika egenskaper tillvarandra men kunde alla anses besitta balanserade förutsättningar för banornas två spelare. Användningen av studiens multiobjektiva metod för evaluering resulterade i banor mervarierande från varandra men som alla inte kunde anses besitta balanserade förutsättningarför spelare.

    Utifrån studiens resultat skulle en utvecklare kunna skapa en evolutionär algoritm och veta till vilken grad valet av evalueringsmetod påverkar genererat innehåll. Framtida studierskulle även från resultaten i denna studie kunna undersöka personers upplevelse vidspelsessioner med evolutionärt genererade banor jämfört med manuellt skapade banor i existerande spel.

    Download full text (pdf)
    fulltext
  • 20.
    Boldyreff, Cornelia
    et al.
    University of Lincoln, Department of Computing and Informatics, Brayford Pool, Lincoln, LN6 7TS, UK.
    Crowston, KevinSyracuse University, School of Information Studies, USA.Lundell, BjörnUniversity of Skövde, School of Humanities and Informatics. University of Skövde, The Informatics Research Centre.Wasserman, Anthony I.Carnegie Mellon Silicon Valley, USA.
    Open Source Ecosystems: Diverse Communities Interacting: 5th IFIP WG 2.13 International Conference on Open Source Systems, OSS 2009, Skövde, Sweden, June 3-6, 2009. Proceedings2009Conference proceedings (editor) (Other academic)
  • 21.
    Butler, Simon
    et al.
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Gamalielsson, Jonas
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Lundell, Björn
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Brax, Christoffer
    Combitech AB, Linköping, Sweden.
    Mattsson, Anders
    Husqvarna AB, Huskvarna, Sweden.
    Gustavsson, Tomas
    PrimeKey Solutions AB, Solna, Sweden.
    Feist, Jonas
    RedBridge AB, Stockholm, Sweden.
    Kvarnström, Bengt
    Saab AB, Linköping, Sweden.
    Lönroth, Erik
    Scania CV AB, Södertälje, Sweden.
    On business adoption and use of reproducible builds for open and closed source software2023In: Software quality journal, ISSN 0963-9314, E-ISSN 1573-1367, Vol. 31, no 3, p. 687-719Article in journal (Refereed)
    Abstract [en]

    Reproducible builds (R-Bs) are software engineering practices that reliably create bit-for-bit identical binary executable files from specified source code. R-Bs are applied in someopen source software (OSS) projects and distributions to allow verification that the distrib-uted binary has been built from the released source code. The use of R-Bs has been advo-cated in software maintenance and R-Bs are applied in the development of some OSS secu-rity applications. Nonetheless, industry application of R-Bs appears limited, and we seekto understand whether awareness is low or if significant technical and business reasonsprevent wider adoption. Through interviews with software practitioners and business man-agers, this study explores the utility of applying R-Bs in businesses in the primary and sec-ondary software sectors and the business and technical reasons supporting their adoption.We find businesses use R-Bs in the safety-critical and security domains, and R-Bs are valu-able for traceability and support collaborative software development. We also found thatR-Bs are valued as engineering processes and are seen as a badge of software quality, butwithout a tangible value proposition. There are good engineering reasons to use R-Bs inindustrial software development, and the principle of establishing correspondence betweensource code and binary offers opportunities for the development of further applications.

    Download full text (pdf)
    fulltext
  • 22.
    Butler, Simon
    et al.
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Gamalielsson, Jonas
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Lundell, Björn
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Brax, Christoffer
    Combitech AB, Linköping, Sweden.
    Mattsson, Anders
    Husqvarna AB, Huskvarna, Sweden.
    Gustavsson, Tomas
    PrimeKey Solutions AB, Stockholm, Sweden.
    Feist, Jonas
    RedBridge AB, Stockholm, Sweden.
    Lönroth, Erik
    Scania IT AB, Södertälje, Sweden.
    Maintaining interoperability in open source software: A case study of the Apache PDFBox project2020In: Journal of Systems and Software, ISSN 0164-1212, E-ISSN 1873-1228, Vol. 159, article id 110452Article in journal (Refereed)
    Abstract [en]

    Software interoperability is commonly achieved through the implementation of standards for communication protocols or data representation formats. Standards documents are often complex, difficult to interpret, and may contain errors and inconsistencies, which can lead to differing interpretations and implementations that inhibit interoperability. Through a case study of two years of activity in the Apache PDFBox project we examine day-to-day decisions made concerning implementation of the PDF specifications and standards in a community open source software (OSS) project. Thematic analysis is used to identify semantic themes describing the context of observed decisions concerning interoperability. Fundamental decision types are identified including emulation of the behaviour of dominant implementations and the extent to which to implement the PDF standards. Many factors influencing the decisions are related to the sustainability of the project itself, while other influences result from decisions made by external actors, including the developers of dependencies of PDFBox. This article contributes a fine grained perspective of decision-making about software interoperability by contributors to a community OSS project. The study identifies how decisions made support the continuing technical relevance of the software, and factors that motivate and constrain project activity. 

    Download full text (pdf)
    fulltext
  • 23.
    Butler, Simon
    et al.
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Gamalielsson, Jonas
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Lundell, Björn
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Brax, Christoffer
    Combitech AB, Linköping, Sweden.
    Persson, Tomas
    Digitalist Sweden AB, Stockholm, Sweden.
    Mattsson, Anders
    Husqvarna AB, Huskvarna, Sweden.
    Gustavsson, Tomas
    PrimeKey Solutions AB, Solna Sweden.
    Feist, Jonas
    RedBridge AB, Stockholm, Sweden.
    Öberg, Jonas
    Scania CV AB, Södertälje, Sweden.
    An Exploration of Openness in Hardware and Software Through Implementation of a RISC-V Based Desktop Computer2022In: OpenSym '22: Proceedings of the 18th International Symposium on Open Collaboration / [ed] Gregorio Robles; Amel Charleux; Igor Steinmacher; Javier Arroyo; Antonio Balderas; Gemma Catolino; Alexandre Decan; Francisco Martín-Rico; Amit Kumar Verma, New York, NY, USA: Association for Computing Machinery (ACM), 2022, article id 4Conference paper (Refereed)
    Abstract [en]

    Open hardware and open source software platforms bring benefits to both implementers and users in the form of system adaptability and maintainability, and through the avoidance of lock-in, for example. Development of the \riscv\ Instruction Set Architecture and processors during the last ten years has made the implementation of a desktop computer using open hardware, including open processors, and open source software an approaching possibility. We use the SiFive Unmatched development board and Ubuntu Linux, and the recorded experiences of system builders using the Unmatched board to explore the extent to which it is possible to create an open desktop computer. The work identifies current limitations to implementing an open computer system, which lie mainly at the interface between the operating system and hardware components. Potential solutions to the challenges uncovered are proposed, including greater consideration of openness during the early stages of product design. A further contribution is made by an account of the synergies arising from open collaboration in a private-collective innovation process.

    Download full text (pdf)
    fulltext
  • 24.
    Butler, Simon
    et al.
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Gamalielsson, Jonas
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Lundell, Björn
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Brax, Christoffer
    Combitech AB, Linköping, Sweden.
    Sjöberg, Johan
    Findwise AB, Göteborg, Sweden.
    Mattsson, Anders
    Husqvarna AB, Huskvarna, Sweden.
    Gustavsson, Thomas
    PrimeKey Solutions AB, Stockholm, Sweden.
    Feist, Jonas
    RedBridge AB, Stockholm, Sweden.
    Lönroth, Erik
    Scania IT AB, Södertälje, Sweden.
    On Company Contributions to Community Open Source Software Projects2021In: IEEE Transactions on Software Engineering, ISSN 0098-5589, E-ISSN 1939-3520, Vol. 47, no 7, p. 1381-1401Article in journal (Refereed)
    Abstract [en]

    The majority of contributions to community open source software (OSS) projects are made by practitioners acting on behalf of companies and other organisations. Previous research has addressed the motivations of both individuals and companies to engage with OSS projects. However, limited research has been undertaken that examines and explains the practical mechanisms or work practices used by companies and their developers to pursue their commercial and technical objectives when engaging with OSS projects. This research investigates the variety of work practices used in public communication channels by company contributors to engage with and contribute to eight community OSS projects. Through interviews with contributors to the eight projects we draw on their experiences and insights to explore the motivations to use particular methods of contribution. We find that companies utilise work practices for contributing to community projects which are congruent with the circumstances and their capabilities that support their short- and long-term needs. We also find that companies contribute to community OSS projects in ways that may not always be apparent from public sources, such as employing core project developers, making donations, and joining project steering committees in order to advance strategic interests. The factors influencing contributor work practices can be complex and are often dynamic arising from considerations such as company and project structure, as well as technical concerns and commercial strategies. The business context in which software created by the OSS project is deployed is also found to influence contributor work practices.

    Download full text (pdf)
    fulltext
  • 25.
    Butler, Simon
    et al.
    University of Skövde, School of Informatics. University of Skövde, The Informatics Research Centre.
    Gamalielsson, Jonas
    University of Skövde, School of Informatics. University of Skövde, The Informatics Research Centre.
    Lundell, Björn
    University of Skövde, School of Informatics. University of Skövde, The Informatics Research Centre.
    Jonsson, Per
    Combitech AB.
    Sjöberg, Johan
    Findwise AB.
    Mattsson, Anders
    Husqvarna AB.
    Rickö, Niklas
    JAK.
    Gustavsson, Tomas
    PrimeKey Solutions AB.
    Feist, Jonas
    RedBridge AB.
    Landemoo, Stefan
    Saab AB.
    Lönroth, Erik
    Scania IT AB.
    An Investigation of Work Practices Used by Companies Making Contributions to Established OSS Projects2018In: ICSE-SEIP '18 Proceedings of the 40th International Conference on Software Engineering: Software Engineering in Practice, New York: Association for Computing Machinery (ACM), 2018, p. 201-210Conference paper (Refereed)
    Abstract [en]

    Professionals contribute to open source software (OSS) projects aspart of their employment. Previous research has addressed motivationsof individuals and the ways they engage with OSS projects.However, there is a lack of research which examines and explainswork practices used by companies in their engagement with projects.Work practices used by companies to contribute to five establishedOSS projects are investigated through examination of the actions ofemployees in public communication channels and draw on our experienceswhen analysing engagement with the same projects. Wefind that companies utilise work practices for contributing whichare congruent with the circumstances and their capabilities thatsupport their short and long term needs. We find that companiescontribute to OSS projects in different ways, such as employing coreproject developers, making donations, and joining project steeringcommittees in order to advance strategic interests.

  • 26.
    Christoforidis, Constantin
    University of Skövde, School of Informatics.
    Optimizing your data structure for real-time 3D rendering in the web: A comparison between object-oriented programming and data-oriented design2021Independent thesis Basic level (degree of Bachelor), 20 credits / 30 HE creditsStudent thesis
    Abstract [en]

    Performance is something that is always of concern when developing real-time 3D graphics applications. The way programs are made today with object-oriented programming has certain flaws that are rooted in the methodology itself. By exploring different programming paradigms we can eliminate some of these issues and find what is best for programming in different areas. Because real-time 3D applications need high performance the data-oriented design paradigm that makes the data the center of the application is experimented with. By using data-oriented design we can eliminate certain issues with object-oriented programming and deliver improved applications when it comes to performance, flexibility, and architecture. In this study, an experiment creating the same type of program with the help of different programming paradigms is made to compare the performance of the two. Some additional up- and downsides of the paradigms are also mentioned

    Download full text (pdf)
    fulltext
  • 27.
    Crowston, Kevin
    et al.
    Syracuse University.
    Hammouda, ImedChalmers and University of Gothenburg.Lindman, JuhoChalmers and University of Gothenburg.Lundell, BjörnUniversity of Skövde, School of Informatics. University of Skövde, The Informatics Research Centre.Robles, GregorioUniversidad Rey Juan Carlos.
    Proceedings of the Doctoral Consortium at the 12th International Conference on Open Source Systems2016Conference proceedings (editor) (Refereed)
    Download full text (pdf)
    fulltext
  • 28.
    Crowston, Kevin
    et al.
    Syracuse University, Syracuse, NY, USA.
    Hammouda, ImedUniversity of Gothenburg, Sweden.Lundell, BjörnUniversity of Skövde, School of Informatics. University of Skövde, The Informatics Research Centre.Robles, GregorioGSyC, Universidad Rey Juan Carlos, Madrid, Spain.Gamalielsson, JonasUniversity of Skövde, School of Informatics. University of Skövde, The Informatics Research Centre.Lindman, JuhoChalmers, Gothenburg, Sweden ; University of Gothenburg, Gothenburg, Sweden.
    Open Source Systems: Integrating Communities: 12th IFIP WG 2.13 International Conference, OSS 2016, Gothenburg, Sweden, May 30 - June 2, 2016, Proceedings2016Collection (editor) (Refereed)
    Abstract [en]

    This book constitutes the refereed proceedings of the 12th International IFIP WG 2.13 International Conference on Open Source Systems, OSS 2016, held in Gothenburg, Sweden, in May/June 2016. The 13 revised full papers presented were carefully reviewed and selected from 38 submissions. The papers cover a wide range of topics related to free, libre, and open source software, including: organizational aspects of communities; organizational adoption; participation of women; software maintenance and evolution; open standards and open data; collaboration; hybrid communities; code reviews; and certification.

  • 29.
    Dahlstedt, Åsa
    University of Skövde, School of Humanities and Informatics.
    Guidelines Regarding Requirements Engineering Practices in order to Facilitate System Testing2005In: Proceedings of the 11th International Workshop on Requirements Engineering: Foundation for Software Quality: REFSQ'05: in conjunction with CAiSE '05, 13-14 June 2005, Porto, Portugal / [ed] Erik Kamsties; Vincenzo Gervasi; Pete Sawyer, Essen: Universität Duisburg-Essen , 2005, p. 13-14Conference paper (Refereed)
  • 30.
    Englund, Mikael
    University of Skövde, School of Humanities and Informatics.
    Lärande och flow: Den optimala lärandeupplevelsen2012Independent thesis Basic level (degree of Bachelor), 20 credits / 30 HE creditsStudent thesis
    Abstract [sv]

    Detta arbete har utförts för att undersöka frågeställningen ”Hur bör ett dataspels tutorial designas för att spelaren ska lära sig samtidigt som den främjar uppkomsten av flow?”. För att besvara detta har teorier inom pedagogik, lärande av spel, användbarhet och flow samt mer generella teorier kring spel studerats för att skapa en teoribildning inom området. För att testa detta har ett spel med två olika tutorials skapats. Detta spel har sedan använts för att, med hjälp av två testgrupper, samla data om hur spelare lär sig samt deras flowupplevelse. Resultaten visar på att den typ av inlärning som bör appliceras är beroende av vad som ska läras ut till spelaren. Huruvida någon av de olika typerna av tutorials är fördelaktiga för uppkomsten av flow har ej kunnat besvara då de båda testgruppernas data visat på snarlika flowupplevelser. 

    Download full text (pdf)
    Lärande och flow
  • 31.
    Eriksson, Patric Tony
    University of Skövde, Department of Engineering Science. School of Engineering and Manufacture, De Montfort University, UK.
    Enhancements in virtual robotics: Through simulation of sensors, events and 6pre-emptive' learning1996Doctoral thesis, monograph (Other academic)
    Abstract [en]

    Virtual robotics can be used to dramatically improve the capabilities and performance of industrial robotic systems. Virtual robotics encapsulates graphical off-line programming systems and Computer Aided Robotics (CAR). However current virtual robotic tools suffer from a number of major limitations which severely restrict the ways in which they can be deployed and the performance advantages they offer to the industrial user. The research study focuses on simulation of sensors, programming of event based robotic systerns and demonstrates how intelligent robots can be trained adaptive behaviours in virtual environments. Contemporary graphical programming systems for robots can only be used to program limited sections of a robot program, since i) they do not support methods for the simulation of sensors and event detection; ii) they normally use a post-processor to translate programs from a general language to a controller specific language; iii) conternporary robots can not easily adapt to changes in their environments; and iv) robot programs created off-line must be calibrated to adjust to differences between the virtual and real robotic workcells.

    The thesis introduces a generic sensor model which can be used to model a variety of sensor types. This model allows virtual sensors to work as independent devices. It is demonstrated that using simulated sensors, event-based robot programs can be created and debugged entirely off-line. Off-line programming of event-based robotic systems demands methods for realistic handling of the communication between independent devices and process. The system must also possess the ability to manage and store information describing status and events in the environment. A blackboard architecture has been used in this research study to store environmental conditions and manage inter-process communication.

    Self-learning robots is a possible strategy to allow robots to adapt to environmental changes and to learn from their experience. If suitable learning regimes are developed robots can learn to detect changes between virtual and real environments thus minimising the need for calibration. Most learning is based on experience and this requires experimental data to be fed to the learning system. This thesis demonstrates that robot controllers using artificial neural networks for knowledge acquisition and storage can be 'pre-emptively learnt' in virtual robotic environments using virtual robots and simulated sensors. The controllers are able to generalise from the information acquired by the virtual sensors operating in the virtual environment. Arguably the biggest obstacle to the use of self learning robotic systems in real applications has been the need to train the 'real robots' extensively in the 'real environment'. 'Pre-emptive learning' removes this problem. Furthermore, it is therefore possible to develop and evaluate new learning regimes using virtual robotic systems. This approach provides an opportunity to create a variety of environments and conditions which would be impractical to create in a real environment (due to constraints of time, cost and availability). 

  • 32.
    Feller, Joseph
    et al.
    University College Cork, Ireland.
    Finnegan, Pat
    University College Cork, Ireland.
    Lundell, Björn
    University of Skövde, School of Humanities and Informatics.
    Östling, Mats
    SALAR, the Swedish Association of Local Authorities and Regions.
    Ågerfalk, Pär J.
    University of Limerick, Ireland / Örebro University, Sweden.
    Deverell, Andrea
    Technology Transfer Initiative (TTI), Ireland.
    12 (Not so) Easy Pieces: Grand Challenges for Open Source Software2006In: ECIS 2006 proceedings, Association for Information Systems, 2006, p. 2391-Conference paper (Refereed)
  • 33.
    Feller, Joseph
    et al.
    University College Cork, Ireland.
    Finnegan, Patrick
    University College Cork, Ireland.
    Hayes, Jeremy
    University College Cork, Ireland.
    Lundell, Björn
    University of Skövde, School of Humanities and Informatics.
    Business Models for Open Source Software: Towards a Mature Understanding of the Concept and its Implications for Practice2006Conference paper (Other academic)
  • 34.
    Ferrari, Fabiano C.
    et al.
    Computing Department, Federal University of São Carlos, Brazil.
    Durelli, Vinicius H. S.
    Computer Science Department, Federal University of São João del-Rei, Brazil.
    Andler, Sten F.
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Offutt, Jeff
    Department of Computer Science, University at Albany, Albany, NY, United States.
    Saadatmand, Mehrdad
    RISE Research Institutes of Sweden, Västerås, Sweden.
    Müllner, Nils
    DLR (Deutsche Luft- und Raumfahrt, German Aerospace Center), Cologne, Germany.
    On transforming model-based tests into code: A systematic literature review2023In: Software testing, verification & reliability, ISSN 0960-0833, E-ISSN 1099-1689, Vol. 33, no 8, article id e1860Article, review/survey (Refereed)
    Abstract [en]

    Model-based test design is increasingly being applied in practice and studied in research. Model-based testing (MBT) exploits abstract models of the software behaviour to generate abstract tests, which are then transformed into concrete tests ready to run on the code. Given that abstract tests are designed to cover models but are run on code (after transformation), the effectiveness of MBT is dependent on whether model coverage also ensures coverage of key functional code. In this article, we investigate how MBT approaches generate tests from model specifications and how the coverage of tests designed strictly based on the model translates to code coverage. We used snowballing to conduct a systematic literature review. We started with three primary studies, which we refer to as the initial seeds. At the end of our search iterations, we analysed 30 studies that helped answer our research questions. More specifically, this article characterizes how test sets generated at the model level are mapped and applied to the source code level, discusses how tests are generated from the model specifications, analyses how the test coverage of models relates to the test coverage of the code when the same test set is executed and identifies the technologies and software development tasks that are on focus in the selected studies. Finally, we identify common characteristics and limitations that impact the research and practice of MBT: (i) some studies did not fully describe how tools transform abstract tests into concrete tests, (ii) some studies overlooked the computational cost of model-based approaches and (iii) some studies found evidence that bears out a robust correlation between decision coverage at the model level and branch coverage at the code level. We also noted that most primary studies omitted essential details about the experiments. 

  • 35.
    Fredriksson, Pär
    University of Skövde, School of Humanities and Informatics.
    En utvärdering av verktygsstödet för den semantiska webben2004Independent thesis Basic level (degree of Bachelor)Student thesis
    Abstract [sv]

    Då den webb som vi idag använder har växt snabbt har ett antal problem uppstått. Antalet tjänster är många och mängden information är stor. Den enorma informationsmängden gör att det är svårt att hitta relevant sådan vid sökningar. Om maskiner kunde hjälpa till med sökningen skulle problemet minska.

    Den semantiska webben beskrivs som en förlängning av den nuvarande webben skapad för att låta maskiner kunna utnyttja den information som finns representerad på webben. För att kunna göra webben maskinläsbar krävs det att webben kodas med semantisk information. Detta kan göras av personer som författar webbsidor. För att detta ska kunna göras krävs det att det finns verktyg som tillåter att det görs, verktygen ska gärna kunna användas samtidigt som webbsida skapas. Denna studie har utvärderat hur de webbsidesredigeringsverktyg som används idag kan användas för att skapa semantisk uppmärkning. Studien går igenom ett antal verktyg ur olika kategorier och utvärderar det semantiska stödet dessa ger användaren. Utvärderingen görs med hjälp av kriterier som tagits fram genom att studera ett antal prototypverktyg för semantisk uppmärkning.

    Resultatet av studien ger en indikation på att de verktyg som idag används inte är redo för att låta användaren skapa webbsidor märkta med semantisk information.

    Download full text (ps)
    FULLTEXT01
    Download full text (pdf)
    FULLTEXT02
  • 36.
    Gamalielsson, Jonas
    et al.
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Lundell, Björn
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    On Engagement With ICT Standards and Their Implementations in Open Source Software Projects: Experiences and Insights From the Multimedia Field2021In: International Journal of Standardization Research (IJSR), ISSN 2470-8542, Vol. 19, no 1, p. 1-28, article id 2Article in journal (Refereed)
    Abstract [en]

    The overarching goal in this paper is to investigate organisational engagement with an ICT standard and open source software (OSS) projects that implement the standard, with a specific focus on the multimedia field, which is relevant in light of the wide deployment of standards and different legal challenges in this field. The first part reports on experiences and insights from engagement with standards in the multimedia field and from implementation of such standards in OSS projects. The second part focuses on the case of the ITU-T H.264 standard and the two OSS projects OpenH264 and x264 that implement the standard, and reports on a characterisation of organisations that engage with and control the H.264 standard, and organisations that engage with and control OSS projects implementing the H.264 standard. Further, projects for standardisation and implementation of H.264 are contrasted with respect to mix of contributing organisations, and findings are related to organisational strategies of contributing organisations and previous research.

    Download full text (pdf)
    fulltext
  • 37.
    Gamalielsson, Jonas
    et al.
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Lundell, Björn
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    On influences between ICT standards and their implementations in open source software projects: the case of H.2642020In: Booklet of Papers of the 11th International Conference on Standardisation and Innovation in Information Technology (SIIT 2020): The Past, 20/20 and Future of ICT Standardisation ; should have been held on 2-4 September 2020, at RWTH Aachen University, Aachen, Germany / [ed] Kai Jakobs, Aachen: Verlagshaus Mainz , 2020, p. 1-12Conference paper (Refereed)
    Abstract [en]

    This paper presents novel results concerning influences between ICT standards and their implementations in open source software (OSS). Specifically, findings draw from observations and analysis related to the ITU-T H.264 standard and the two OSS projects OpenH264 and x264 that both implement the standard. The study reports on a characterisation of organisations that influence and control the H.264 standard, organisations that influence and control OSS projects implementing the H.264 standard, and influences between contributors involved with the H.264 standard and OSS projects implementing that standard. Further, projects for standardisation and implementation of H.264 are contrasted with respect to mix of contributing organisations, and findings are related to organisational strategies of contributing organisations and previous research.

  • 38.
    Gamalielsson, Jonas
    et al.
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Lundell, Björn
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Butler, Simon
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Brax, Christoffer
    Combitech AB, Sweden.
    Persson, Tomas
    Digitalist Sweden AB, Sweden.
    Mattsson, Anders
    Husqvarna AB, Sweden.
    Gustavsson, Tomas
    PrimeKey Solutions AB, Sweden.
    Feist, Jonas
    Redbridge AB, Sweden.
    Öberg, Jonas
    Scania CV AB, Sweden.
    On Engagement with Open Source Software, Open Source Hardware, and Standard Setting: The Case of White Rabbit2022In: OpenSym '22: Proceedings of the 18th International Symposium on Open Collaboration / [ed] Gregorio Robles; Amel Charleux; Igor Steinmacher; Javier Arroyo; Antonio Balderas; Gemma Catolino; Alexandre Decan; Francisco Martín-Rico; Amit Kumar Verma, Association for Computing Machinery (ACM), 2022Conference paper (Refereed)
  • 39.
    Gamalielsson, Jonas
    et al.
    University of Skövde, School of Humanities and Informatics. University of Skövde, The Informatics Research Centre.
    Lundell, Björn
    University of Skövde, School of Humanities and Informatics. University of Skövde, The Informatics Research Centre.
    Grahn, Alexander
    University of Skövde, School of Humanities and Informatics. University of Skövde, The Informatics Research Centre.
    Andersson, Stefan
    RedBridge AB, Kista, Sweden.
    Feist, Jonas
    RedBridge AB, Kista, Sweden.
    Gustavsson, Tomas
    PrimeKey Solutions AB, Solna, Sweden.
    Strindberg, Henrik
    Findwise AB, Göteborg, Sweden .
    Towards a reference model on how to utilise Open Standards in Open Source projects: experiences based on Drupal2013In: Open Source Software: Quality Verification / [ed] Etiel Petrinja; Giancarlo Succi; Nabil El Ioini; Alberto Sillitti, Springer Berlin/Heidelberg, 2013, p. 257-263Conference paper (Refereed)
    Abstract [en]

    It is known that standards implemented in Open Source software (OSS) can promote a competitive market, reduce the risk for lock-in and improve interoperability, whilst there is limited knowledge concerning the relationship between standards and their implementations in OSS. In this paper we report from an ongoing case study conducted in the context of the ORIOS (Open Source software Reference Implementations of Open Standards) project in which influences between OSS communities and software standard communities are investigated. The study focuses on the Drupal project and three of its implemented standards (RDFa, CMIS, and OpenID).

  • 40.
    Grgic, Srdan
    University of Skövde, School of Humanities and Informatics.
    Karaktärsmodellering: Överföring av semantiska värden från koncept till modell2009Independent thesis Basic level (degree of Bachelor), 20 credits / 30 HE creditsStudent thesis
    Abstract [sv]

    Denna uppsats handlar om hur de semantiska värdena kan överföras från ett koncept till en 3Dmodell. Detta innebär att vi tar de fysikaliska attribut av en karaktär i ett koncept bygger dessa i en 3-dimensionnell miljö. Med hjälp av genreteori kring semantik och syntax, gör vi oss medvetna om vad dessa begrepp kan innebära i den process som ingår i modellering av karaktärer. Vi bryter upp karaktärskonceptet i mindre beståndsdelar så som mjuka/hårda ytor och gör en granskning av karaktärernas semantiska drag. Därefter beskrivs den arbetsmetod som användes för att skapa 3D karaktären, där vi berör några av de viktiga punkterna i arbetsprocessen. Min frågeställning som var, Hur kan vi överföra de semantiska värdena av en karaktär till en tredimensionell modell som är anpassad för dator/TV-spel? Besvaras med de metoder som användes i skapandet av karaktären. Slutligen presenteras 3Dmodellen med en videosekvens

    Download full text (pdf)
    FULLTEXT01
  • 41.
    Grindal, Mats
    University of Skövde, School of Humanities and Informatics. University of Skövde, The Informatics Research Centre.
    Handling Combinatorial Explosion in Software Testing2007Doctoral thesis, comprehensive summary (Other academic)
    Abstract [en]

    In this thesis, the overall conclusion is that combination strategies, (i.e., test case selection methods that manage the combinatorial explosion of possible things to test), can improve the software testing in most organizations. The research underlying this thesis emphasizes relevance by working in close relationship with industry.

    Input parameter models of test objects play a crucial role for combination strategies. These models consist of parameters with corresponding parameter values and represent the input space and possibly other properties, such as state, of the test object. Test case selection is then defined as the selection of combinations of parameter values from these models.

    This research describes a complete test process, adapted to combination strategies. Guidelines and step-by-step descriptions of the activities in process are included in the presentation. In particular, selection of suitable combination strategies, input parameter modeling and handling of conflicts in the input parameter models are addressed. It is also shown that several of the steps in the test process can be automated.

    The test process is validated through a set of experiments and case studies involving industrial testers as well as actual test problems as they occur in industry. In conjunction with the validation of the test process, aspects of applicability of the combination strategy test process (e.g., usability, scalability and performance) are studied. Identification and discussion of barriers for the introduction of the combination strategy test process in industrial projects are also included.

    This research also presents a comprehensive survey of existing combination strategies, complete with classifications and descriptions of their different properties. Further, this thesis contains a survey of the testing maturity of twelve software-producing organizations. The data indicate low test maturity in most of the investigated organizations. Test managers are often aware of this but have trouble improving. Combination strategies are suitable improvement enablers, due to their low introduction costs.

  • 42.
    Hammouda, Imed
    et al.
    Tampere University of Technology, Finland.
    Lundell, BjörnUniversity of Skövde, School of Humanities and Informatics. University of Skövde, The Informatics Research Centre.
    Proceedings of SOS 2011: Towards Sustainable Open Source2011Conference proceedings (editor) (Other academic)
  • 43.
    Hammouda, Imed
    et al.
    Chalmers and University of Gothenburg, Sweden.
    Lundell, BjörnUniversity of Skövde, School of Informatics. University of Skövde, The Informatics Research Centre.Madey, GregUniversity of Notre Dame, USA.Squire, MeganElon University, USA.
    Proceedings of the Doctoral Consortium at the 13th International Conference on Open Source Systems2017Conference proceedings (editor) (Refereed)
    Download full text (pdf)
    fulltext
  • 44.
    Hammouda, Imed
    et al.
    Tampere University of Technology, Korkeakoulunkatu 1, 33101 Tampere, Finland.
    Lundell, BjörnUniversity of Skövde, School of Humanities and Informatics. University of Skövde, The Informatics Research Centre.Mikkonen, TommiTampere University of Technology, Korkeakoulunkatu 1, 33101 Tampere, Finland.Scacchi, WaltUniversity of California, Institute for Software Research, Irvine, CA 92697-3455, USA.
    Open Source Systems: Long-Term Sustainability: Proceedings of the 8th IFIP WG 2.13 International Conference, OSS 2012. Hammamet, Tunisia, September 20122012Conference proceedings (editor) (Other academic)
  • 45.
    Hansen, Bo
    et al.
    Department of Informatics, Copenhagen Business School, Frederiksberg, Denmark.
    Rose, Jeremy
    Department of Computer Science, Aalborg University, Denmark.
    Tjørnehøj, Gitte
    Department of Computer Science, Aalborg University, Denmark.
    Prescription, Description, Reflection: The Shape of the Software Process Improvement Field2004In: International Journal of Information Management, ISSN 0268-4012, E-ISSN 1873-4707, Vol. 24, no 6, p. 457-472Article in journal (Refereed)
  • 46.
    Hansson, Jörgen
    et al.
    University of Skövde, School of Informatics. University of Skövde, Informatics Research Environment.
    Helton, Steve
    The Boeing Company, USA.
    Feiler, Peter H.
    Carnegie Mellon University, Software Engineering Institute, Pittsburgh, PA, USA.
    ROI Analysis of the System Architecture Virtual Integration Initiative2018Report (Other academic)
    Abstract [en]

    The System Architecture Virtual Integration (SAVI) initiative is a multiyear, multimillion dollar program that is developing the capability to virtually integrate systems before designs are implemented and tested on hardware. The purpose of SAVI is to develop a means of countering the costs of exponentially increasing complexity in modern aerospace software systems. The program is sponsored by the Aerospace Vehicle Systems Institute, a research center of the Texas Engineering Experiment Station, which is a member of the Texas A&M University System. This report presents an analysis of the economic effects of the SAVI approach on the development of software-reliant systems for aircraft compared to existing development paradigms. The report describes the detailed inputs and results of a return-on-investment (ROI) analysis to determine the net present value of the investment in the SAVI approach. The ROI is based on rework cost-avoidance attributed to earlier discovery of requirements errors through analysis of virtually integrated models of the embedded software system expressed in the SAE International Architecture Analysis and Design Language (AADL) standard architecture modeling language. The ROI analysis uses conservative estimates of costs and benefits, especially for those parameters that have a proven, strong correlation to overall system-development cost. The results of the analysis, in part, show that the nominal cost reduction for a system that contains 27 million source lines of code would be $2.391 billion (out of an estimated $9.176 billion), a 26.1% cost savings. The original study, reported here, had a follow-on study to validate and further refine the estimated cost savings.

  • 47.
    Heeager, Lise Tordrup
    et al.
    Department of Business Administration, Aarhus University, Denmark.
    Rose, Jeremy
    University of Skövde, School of Informatics. University of Skövde, The Informatics Research Centre. Department of Computer Science, Aalborg University, Aalborg, Denmark.
    Optimising agile development practices for the maintenance operation: nine heuristics2015In: Empirical Software Engineering, ISSN 1382-3256, E-ISSN 1573-7616, Vol. 20, no 6, p. 1762-1784Article in journal (Refereed)
  • 48.
    Håkansson, Martin
    University of Skövde, School of Humanities and Informatics.
    An evaluation of reputation spreading in mobile ad-hoc networks2004Independent thesis Basic level (degree of Bachelor)Student thesis
    Abstract [en]

    The use of mobile ad-hoc networks (MANETs) is growing. The issue of security in MANETs is not trivial, since such networks have no fixed infrastructure and therefor centralised security is not applicable. MANETs are also more sensitive to attacks due to their wireless communication channels and their spontaneous nature.

    All kind of cooperation requires a sense of trust. The opinion about trust in other entities can be used as a mean to dynamically allow for secure cooperation in MANETs, as soft security. And also to counter some of the inherited security problems of MANETs.

    To use opinions as a security paradigm in MANETs the opinions about other nodes has to be spread as reputation about a node. This reputation spreading can be done through spreading of opinions or the spreading of evidences about a nodes behaviour.

    In this work evidence and reputation spreading are compared to each other. This comparison shows that they are quite similar from a security point of view but that they differ in scalability.

    Download full text (ps)
    FULLTEXT01
    Download full text (pdf)
    FULLTEXT02
  • 49.
    Jakobson, Fredrik
    University of Skövde, School of Informatics.
    Open source routing software: A comparative study of open source software routers2014Independent thesis Basic level (degree of Bachelor), 180 HE creditsStudent thesis
    Abstract [en]

    As the performance of PCs is increasing it is of great interest to use these cheap devices as routers,which traditionally consisted of more expensive and customized hardware for that purpose. Thesoftware was also traditionally proprietary and thereby costly, but as the open source communityhas grown there have been development of open source solutions that can perform the task ofacting as a router. However as there are so many solutions out there, it can be hard for the potentialusers to choose which particular solution to use, without having to put in too much work intogetting a fully functional router solution. This study achieved this purpose by benchmarking themost popular open source software routers, in terms of performance and scalability as well asproviding a brief analysis of their basic security features. The routers that were studied wasClearOS, Untangle NG Firewall and IPFire, and after the study was complete IPFire was consideredthe superior with ClearOS as the second and Untangle as third and last.

    Download full text (pdf)
    fulltext
  • 50.
    Jeusfeld, Manfred
    University of Skövde, School of Informatics. University of Skövde, The Informatics Research Centre.
    DeepTelos Demonstration2019In: 2019 ACM/IEEE 22nd International Conference on Model Driven Engineering Languages and Systems Companion (MODELS-C) / [ed] Loli Burgueño, Alexander Pretschner, Sebastian Voss, Michel Chaudron, Jörg Kienzle, Markus Völter, Sébastien Gérard, Mansooreh Zahedi, Erwan Bousse, Arend Rensink, Fiona Polack, Gregor Engels, Gerti Kappel, IEEE, 2019, p. 98-102Conference paper (Refereed)
    Abstract [en]

    DeepTelos is defined as a set of rules and constraints that enable multi-level modeling for the Telos metamodeling language. In its ConceptBase implementation, rules and constraints are realized by Datalog clauses. We start with demonstrating first the core functions of Telos, use of simple rules and constraints,then the meta-level rules and constraints defining DeepTelos. A couple of examples show how the DeepTelos rules and constraints are compiled to simple rules and constraints and then realize the desired multi-level modeling environment. The main example is taken from the Galileo satellite domain.

    Download full text (pdf)
    fulltext
123 1 - 50 of 109
CiteExportLink to result list
Permanent link
Cite
Citation style
  • apa
  • apa-cv
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf