Loading Events

Past Events

Events Search and Views Navigation

Event Views Navigation

November 2020

Deadline Sprint 20 project proposals

November 27, 2020

Deadline Sprint 20 project proposals, continued projects

Find out more »

Lunch seminar: Towards Business Agility 2.0

November 30, 2020 @ 12:00 - 12:30
Virtual event Sweden + Google Map

This lunch  seminar is hosted by Software Center Theme 4: ‘Customer Data and Ecosystem Driven Development’. Our speaker is Helena H. Olsson from Malmö University. Towards Business Agility 2.0 Business agility is critical for companies across domains. It involves the ability to quickly respond to market dynamics and to emerging technologies. While business agility has predominantly been associated with the software industry it is rapidly becoming key for companies in the embedded systems industry. However, while business agility refers the…

Find out more »

December 2020

Reporting workshop for all companies and other interested parties

December 3, 2020 @ 10:00 - 17:00
Virtual event, Sweden + Google Map

In Software Center, companies and universities work together to accelerate the adoption of novel approaches to software engineering. The reporting workshop takes place twice a year, in June and December. This one day event aims at sharing results from research and cooperation within Software Center. The agenda ranges from key note presentations to in-depth sessions for themes and projects. The cooperation between academia and companies in Software Center creates the software engineering success stories that industry needs. The focus on…

Find out more »

Task force meeting

December 4, 2020 @ 13:00 - 16:00
EDIT Jupiter 473, Hörselgången 5, Hörselgången 5
Gothenburg,
+ Google Map

Task force meeting for planning sprint 20; evaluation of project proposals.

Find out more »

Coordination Team meeting

December 7, 2020 @ 09:00 - 09:30
EDIT Jupiter 473, Hörselgången 5, Hörselgången 5
Gothenburg,
+ Google Map
Find out more »

Steering committee meeting

December 7, 2020 @ 10:00 - 13:00
EDIT Jupiter 473, Hörselgången 5, Hörselgången 5
Gothenburg,
+ Google Map

Steering committee meeting

Find out more »

Lunch seminar: Towards Continuous Delivery of ML/DL Systems

December 7, 2020 @ 12:00 - 12:30
Virtual event Sweden + Google Map

Abstract: Artificial intelligence (AI) is becoming increasingly popular within companies across domains due to the success of machine learning (ML) and deep learning (DL) technologies. For companies across domains, the end-to-end process of developing, deploying and successfully adopting ML/DL models in operation introduces several challenges related to the design, the evolution and the scaling of these models. For example, access and availability of data is often challenging and activities such as data collection, data cleaning, data pre-processing, data storing, as well…

Find out more »

Lunch seminar: Exploring the cognitive processes used by testers

December 14, 2020 @ 12:00 - 12:30

Welcome to the last brown-bag seminar of 2020! Title: Exploring the cognitive processes used by testers Abstract: In theme one Eduard Paul Enoiu from Mälardalen University has been working towards a cognitive model of software testing based on how problem solving is conceptualized in cognitive psychology. This approach instantiates a general problem solving process for the specific problem of creating test cases in automated testing. A preliminary study led to a pilot experiment to understand the mechanisms by which human…

Find out more »

January 2021

Lunch seminar: “For a few dollars more… we forgot our process”

January 11, 2021 @ 12:00 - 12:30
Virtual event Sweden + Google Map

Title: "For a few dollars more... we forgot our process" Speaker: Antonio Martini Description: Process improvement might be down-prioritized exactly like software quality. Besides the well-known Technical Debt, we should also pay attention to possibly dangerous Process Debt. In this talk I'll introduce the concept and share a few interesting findings for the first investigation with the software center companies. Link to the recorded presentation >>

Find out more »

Cybersecurity standards and their industry applications – A telecom industry example

January 12, 2021 @ 12:00 - 13:00
MS Teams

The mobile networks are playing a central role in our society by serving close to 8 billion subscriptions worldwide.  These networks are parts of national critical infrastructure in many countries. Security is an important aspect for these networks where a minor interruption may result in major impacts on individuals, governments, and organizations. Security standards are one of the existing approaches to protect mobile networks and their users through commonly agreed, tested, verified, and updated solutions according to best common practices.…

Find out more »

Coordination team meeting

January 18, 2021 @ 09:00 - 10:00
Virtual event Sweden + Google Map
Find out more »

Lunch seminar: Metrics

January 18, 2021 @ 12:00 - 12:30
Virtual event Sweden + Google Map
Find out more »

Sprint 20 kick-off workshop for project 5 and 9

January 19, 2021 @ 11:00 - 13:00
Virtual event Sweden + Google Map

Most welcome to the sprint 20 kick-off workshop for project 5 (‘Accelerating Digitalization Through Data’) and project 9 (‘Strategic Ecosystem Driven R&D Management’). In both projects, we have had very rewarding collaborations and a number of different research activities related to digital transformation and the implications of this. As two primary topics of interest, we explored digital business models and data monetization. In addition, we complemented our work on value modeling of features and products with the topic of business…

Find out more »

Lunch seminar: Customer Data- and Ecosystem-Driven Development

January 25, 2021 @ 12:00 - 12:30
Virtual event Sweden + Google Map
Find out more »

Business Agility 2.0: Product Management community workshop

January 28, 2021 @ 13:00 - 15:00
Virtual event Sweden + Google Map

Link to the meeting in MS Teams Most welcome to the first sprint 20 PdM community workshop that we organize January 28th, 13:00 – 15:00. The topic of this workshop is ‘Business Agility 2.0’. The topic of business agility received an amazing interest during sprint 19 and with a large number of participants both in the PdM workshop we organized (October 9th) as well as in the Brown Bag seminar that we organized (November 30th). We are grateful for this…

Find out more »

February 2021

Lunch seminar: Privacy-aware machine learning method: Federated Learning

February 1, 2021 @ 12:00 - 12:30
Virtual event Sweden + Google Map

Presenter: Hongyi Zhang, PhD student, Chalmers Federated Learning is an improved Machine Learning approach which enables edge devices to collaboratively learn a shared machine learning model. The data exchanged between the edge and central server are no longer user data but the updated model weights. Furthermore, as this model training method is distributed, there are chances to make the model become smarter and adapt to their environment. (For example, devices in Malmö and Stockholm can have slightly different models based…

Find out more »

Lunch seminar: Optimized Scheduling of Feature-Based Test Execution

February 8, 2021 @ 12:00 - 12:30

As test suites grow larger and more complex, the time and resources required to execute the test suite also grows accordingly. This is particularly true for companies developing diverse product lines, who must execute portions of the test suite on compatible hardware units with the features required by those test cases. We have recently begun to explore the topic of how to efficiently parallelize the execution of test cases across a pool of available hardware units. We propose a search-based…

Find out more »

Lunch seminar: “There, but what about Back Again? – Propagating manual modifications from generated code to the design model”

February 15, 2021 @ 12:00 - 12:30
MS Teams

Title: “There, but what about Back Again? – Propagating manual modifications from generated code to the design model” Speaker: Robbert Jongeling, MDH Abstract: In one of its forms, model-based development brings the benefit of complete code generation from design models. The generated code may be subject to manual changes for several reasons, such as fixing errors after code-level testing, or adjusting the code for different variants of targeted hardware. As a consequence of these manual changes, the consistency between the…

Find out more »

Coordination team meeting

February 23, 2021 @ 09:00 - 10:00
Virtual event Sweden + Google Map
Find out more »

March 2021

Lunch seminar: Bird, fish or in between: Value modeling as a technique to help you align your business KPIs

March 1, 2021 @ 12:00 - 12:30
Virtual event Sweden + Google Map

Most welcome to next week’s Brown Bag seminar (March 1st) hosted by Software Center theme 4: ‘Customer Data and Ecosystem Driven Development’. Our speaker is Helena H. Olsson, Malmö University.   Title: “Bird, fish or in between: Value modeling as a technique to help you align your business KPIs” Abstract: Data driven and experimental development practices provide effective means for companies to adopt a customer and market-centric way-of-working. In online companies, controlled experimentation is the primary technique to measure how…

Find out more »

Software Center Paper Readers’ Club

March 4, 2021 @ 14:00 - 15:00

Dear Software Center members, You’re invited to the Software Center Paper Readers’ Club! Once a month we read an interesting Software Engineering paper together. We reflect and discuss offline, and then meet over Teams for a live discussion. Each session is moderated by one person, who also gives a quick introduction and summary of the paper. You are welcome to read and discuss offline without attending the Teams meeting. You are welcome to attend the Teams meeting without reading/discussing offline…

Find out more »

Lunch seminar: Supporting Migration of Software to Heterogeneous Platforms

March 8, 2021 @ 12:00 - 12:30
Virtual event Sweden + Google Map

You are very welcome to the March 8 brownbag seminar organized by the AI engineering theme in Software Center. This time our speaker is Hugo Sica de Andrade. Abstract: The requirements for performance continue to increase in computer systems across several domains. Particularly in artificial intelligence applications, several workloads require large amounts of memory, parallel computing, and low-precision computation. One of the most prominent ways of fulfilling these performance requirements is through heterogeneous computing, i.e., using hardware containing more than…

Find out more »

Lunch seminar: Checking the Checkers – Empirical Evaluation of Static Analysis Tools on Testware

March 15, 2021 @ 12:00 - 12:30
Virtual event Sweden + Google Map

Software systems are typically divided into production code and test-related code, which have been held to different standards w.r.t. enforcing their respective quality. In recent years, test code quality issues have gained traction, for instance in their relationship to test flakiness. During discussions with industry, despite access to several types of static analysis tools, these are not generally applied to tests with regularity. In this ongoing work, we investigate a set of existing static analysis tools applied on test code…

Find out more »

Lunch seminar: “Towards SysML v2 – Should you be worried about technical debt?”

March 22, 2021 @ 12:00 - 12:30
MS Teams

Speaker: Antonio Cicchetti, Mälardalen University Description: SysML is a language devoted to system modelling, suitable for tackling the challenges of modern industrial systems development. Currently, a new version is about to be standardized, SysML v2. This new version contains a lot of relevant features, but required a complete redesign with respect to previous versions. In this presentation we introduce some key novelties of SysML v2 and then discuss what users can expect as side effects due to migration from older…

Find out more »

Coordination team meeting

March 23, 2021 @ 09:00 - 10:00
Virtual event Sweden + Google Map
Find out more »

Mid-sprint steering committee meeting

March 29, 2021 @ 09:00 - 13:00
Find out more »

Lunch seminar: Test Case Selection In The Presence of Class Noise: A Controlled Experiment

March 29, 2021 @ 12:00 - 12:30
Virtual event Sweden + Google Map

Theme 3 (Metrics) invites to the next brown bag seminar about the machine learning-related topics. This week we have Khaled Al-Sabbagh presenting his work on the reduction of class noise. Machine learning models have been increasingly used to support decision making in software engineering tasks. One example of its application is the optimization of test case selection in continuous integration. Among the challenges that hinders the application of machine learning is the amount of noise that comes in the data,…

Find out more »

April 2021

Lunch seminar: From operational data to business insights

April 12, 2021 @ 12:00 - 12:30
Virtual event Sweden + Google Map

From operational data to business insights: It’s as much about mindset as it is about data Speaker: Iris Figalist (works as a Platform & Data Architect at Siemens, Munich and is also an industrial PhD student. Abstract: “It’s all about data” has become a common saying to strengthen the power it has in today’s world. Many software-intensive companies have started to collect operational data of their products deployed in production. However, this data is not worth anything if you cannot…

Find out more »

Cross Company Workshop for Data Visualization in CI/CD

April 14, 2021 @ 08:00 - 14:00
Virtual event Sweden + Google Map

The project 18 team would like to invite you for the following cross company workshop. Your participation is highly appreciated. Agenda:  Introduction & welcome (Kristian Sandahl) Project background and work in progress (Azeem) Company’s demo/paper mockups for visualizing the top 5 information needs . Discussion about demos and challenges faced in data visualization together with best practices within participants’ companies. The application of virtual reality (VR) tools and techniques in visualizing data in CI/CD (Aseel Berglund) Warm regards Azeem &…

Find out more »

Efficient and Effective Exploratory Testing of Large-Scale Software Systems

April 16, 2021 @ 12:00 - 13:00
Virtual event Sweden + Google Map

The Software Center publication “Efficient and Effective Exploratory Testing of Large-Scale Software Systems” has been selected as one of ten papers for the Journal of Software and Systems “JSS Happy Hour” event in April. The papers are presented in a short video, and discussed by expert panelists. According to the Editor-in-Chiefs, the paper was selected “due to its high download statistics, its topic, and its overall quality”. The event is broadcasted from David Shepherd’s Youtube channel (JSS Editor-in-Chief) at noon…

Find out more »

Lunch seminar: Data Labeling

April 19, 2021 @ 12:00 - 12:30
Virtual event Sweden + Google Map

Data Labeling: Industrial Challenges and Mitigation Strategies Labels are a prerequisite to perform supervised machine learning. However, in industrial contexts, data is often incomplete because labels are missing partially or entirely. Even if there exist manual, semi-automatic, and automatic techniques, such as crowdsourcing, active-learning (AL), and semi-supervised learning (SSL), we have seen that AL and SSL are rarely implemented due to lack of knowledge of their existence. Furthermore, labeling instances manually is not optimal as it is time-consuming and challenging…

Find out more »

Coordination team meeting

April 20, 2021 @ 09:00 - 10:00
Virtual event Sweden + Google Map
Find out more »

Business Agility 2.0: The system architecture/platform/R&D ways-of-working dimension

April 21, 2021 @ 09:00 - 11:30
Virtual event Sweden + Google Map

With this invite, we want to welcome you to the second workshop in a series of three this sprint – on the topic of ‘Business Agility 2.0’. Please help us share this invite with any colleagues that you think would be interested in joining. After a first workshop on the business model dimension, we focus our upcoming meeting on the ‘system architecture/platform/R&D ways-of-working’ dimension of business agility. A detailed agenda will be provided when closer to the workshop. As always,…

Find out more »

Lunch seminar: How to Fail at Continuous Practices

April 26, 2021 @ 12:00 - 12:30
Virtual event Sweden + Google Map

Most welcome to the next Brown Bag Seminar, hosted by Theme 1 (“Continuous Delivery”): Speaker: Daniel Ståhl We have all read the books, watched the movies and listened to the talks telling us how to succeed at continuous integration, continuous delivery and all things continuous. By all rights, this would seem to be a solved problem – and yet… In this brown bag seminar we turn the tables on the standard conversation and consider the ways in which we can…

Find out more »

Workshop: Improving the business value of process

April 29, 2021 @ 09:00 - 10:30
Virtual event Sweden + Google Map

In the context of project #43 on Process Debt, we are organizing a series of cross-company workshops led by Software Center companies. In this one, Grundfos will share their case on “improving the business value of process” and will be followed by a cross-company discussion. You are kindly invited to participate if interested! Also, feel free to invite any colleague who could be interested as well. Title Improving the business value of process (Theme "Assessing and sharing the value of…

Find out more »

May 2021

Lunch seminar “Analyzing software code using artificial neural networks”

May 3, 2021 @ 12:00 - 12:30
MS Teams

Title: Analyzing software code using artificial neural networks Speaker: Abu Naser Masud, Senior Lecturer, MDH Description: Analyzing software code reveals many important aspects of the software such as bugs, security vulnerabilities, API recommendation, code similarity, code quality, etc. The dominant code analysis techniques include static and dynamic program analyses. However, artificial neural network (ANN) based source code analysis is a rising trend for the analysis of software. In this talk, I shall present the general methodology of ANN-based source code…

Find out more »

Lunch seminar: Understanding Metrics Team-Stakeholder Communication

May 11, 2021 @ 08:00 - 17:00

Software Center lunch seminar organized by Theme 3, Metrics: Title: Understanding Metrics Team-Stakeholder Communication Abstract: In our study, we explore challenges in communication between metrics teams and stakeholders in agile metrics service delivery. Drawing on interviews and interactive workshops with team members and stakeholders at two different Swedish software development organizations, we identify interrelated challenges such as aligning expectations, prioritizing demands, providing regular feedback, and maintaining continuous dialogue, which impede team-stakeholder interaction, and negatively influence relationships and performance. In the…

Find out more »

Lunch seminar: Collaborative Traceability

May 17, 2021 @ 12:00 - 12:30
Virtual event Sweden + Google Map

’Collaborative Traceability — Nine practices and why they (don’t) work’ Most welcome to the next Software Center Brown Bag seminar on May 17th. It is hosted by theme 4 (‘Customer Data and Ecosystem Driven Development’) and our speaker is Jan-Philipp Steghöfer, Chalmers/University of Gothenburg. Abstract: Traceability information connects the artifacts created in a development process and allows, i.a., analysing the impact of changes, showing that all requirements are tested, and creating safety cases. However, traceability is elusive as it is,…

Find out more »

workshop on Business Agility 2.0

May 18, 2021 @ 13:00 - 15:30

This is an invite for a follow-up workshop on ‘Business Agility 2.0: The system architecture and platform dimensions’. The reason for a ‘follow-up’ workshop, is an agreement made during the workshop we organized on April 21st on the similar topics. The workshop received great attendance we had very good and interesting presentations and discussions. However, we were not able to cover all the items on the agenda. The request from the group was to have more time for discussing the…

Find out more »

Coordination team meeting

May 24, 2021 @ 09:00 - 10:00
Virtual event Sweden + Google Map
Find out more »

Lic seminar: Data management and Data Pipelines

May 26, 2021 @ 13:00 - 15:00
Virtual event Sweden + Google Map

Data management and Data Pipelines: An empirical investigation in the embedded systems domain Candidate: Aiswarya Raj Munappy Context: Companies are increasingly collecting data from all possible sources to extract insights that help in data-driven decision-making. Increased data volume, variety, and velocity and the impact of poor quality data on the development of data products are leading companies to look for an improved data management approach that can accelerate the development of high-quality data products. Further, AI is being applied in…

Find out more »

WAIN’21: 1st Workshop on AI Engineering

May 30, 2021 @ 08:00 - May 31, 2021 @ 17:00
Virtual event Sweden + Google Map

WAIN'21 - 1st Workshop on AI Engineering – Software Engineering for AI The aim of the workshop is to bring together researchers and practitioners in software engineering, in data-science and AI, and to build up a community that will target the new challenges emerging in Software Engineering that AI/data-science engineers and software engineers are facing in development of AI-based systems. The workshop will be highly interactive: In addition to the invited keynotes and short paper presentations, there will be several…

Find out more »

Lunch seminar: Are you using the MNIST dataset to compare the algorithms?

May 31, 2021 @ 12:00 - 12:30
Virtual event Sweden + Google Map

Presenter: David Issa Mattos (PhD student, Chalmers) One of the most common tasks when developing a new tool is to benchmark it against competing tools. Both researchers and practitioners often look at the results of these benchmarks before selecting the appropriate tool. However, the quality of the benchmark greatly influences the results. In this presentation, we discuss how to evaluate if your benchmark has the appropriate difficulty level and is capable of differentiating the competing tools. We make an analogy…

Find out more »

June 2021

Deadline for new project proposals fr Sprint 21

June 4, 2021 @ 14:00 - 15:00
Virtual event Sweden + Google Map
Find out more »

Deadline Sprint 21 project proposals

June 11, 2021 @ 23:30

Deadline Sprint 21 continued project proposals

Find out more »

System of Systems Engineering Conference

June 14, 2021 - June 18, 2021

IEEE System, Man, and Cybernetics Society (SMC), in cooperation with the International Council on Systems Engineering (INCOSE), is organizing the 16th International Conference on System of Systems Engineering (SoSE) to be held in the Stockholm region, Sweden. Systems of systems have vast ramifications in numerous engineering fields such as control, computing, communication, information technology and in applications such as manufacturing, defense, national security, aerospace, aeronautics, energy, environment, healthcare, and transportation. The conference theme is “Autonomous Cyber-Physical Systems of Systems”. Papers on…

Find out more »

Software Center Reporting Workshop and 10 years´ anniversary

June 17, 2021 @ 10:00 - 17:00
Virtual event, Sweden + Google Map

Location: The event will be all digital over Teams and YouTube: YouTube at this link: https://youtu.be/LDWTrkeHgYU or interact with us through Teams: Click here to join the meeting Background for Teams If you like the SoftwareCenter teams background, feel free to download it and use it for todays Reporting workshop! Click for full-size image Introduction: In Software Center, companies and universities work together to accelerate the adoption of novel approaches to software engineering. The reporting workshop takes place twice a year,…

Find out more »

Task force meeting for planning sprint 21

June 18, 2021 @ 13:00 - 16:00
Virtual event Sweden + Google Map
Find out more »

Coordination team meeting

June 22, 2021 @ 09:00 - 10:00
Virtual event Sweden + Google Map
Find out more »

Steering committee meeting

June 22, 2021 @ 10:00 - 13:00
Virtual event Sweden + Google Map
Find out more »
+ Export Events