@inproceedings{24079,
  abstract     = {{In innovation management, usually there is a large number of product ideas, not all of which meet the requirements of a company and make sense to pursue further. For selecting the most promising ideas, several methods exist which each focus on a certain aspect. Due to the characteristics of Small and Medium Enterprises (SMEs) such as limited resources, these enterprises have special requirements on methods for selecting ideas. In this study, criteria of SMEs for idea selection are deducted from SME-characteristics. Methods for idea selection are tested for fulfillment of these criteria and the results are combined in a matrix. Together with a guideline, a tool for idea selection in innovation management of SMEs is developed. The results are validated in the context of innovation management in SMEs. By selecting a method, a SME is enabled to make economically viable decisions for their product portfolio, thus
ensuring sustainable economic success.}},
  author       = {{Gräßler, Iris and Koch, Anna-Sophie and Thiele, Henrik and Dattner, Michael}},
  booktitle    = {{Proceedings of the ISPIM Innovation Conference}},
  keywords     = {{innovation management, SME, evaluation method, idea selection, meta-study, idea evaluation}},
  location     = {{Berlin}},
  publisher    = {{LUT Scientific and Expertise Publications}},
  title        = {{{Supporting Innovation Management for SMEs: A Tool for Idea Selection}}},
  year         = {{2021}},
}

@inproceedings{21543,
  abstract     = {{Services often consist of multiple chained components such as microservices in a service mesh, or machine learning functions in a pipeline. Providing these services requires online coordination including scaling the service, placing instance of all components in the network, scheduling traffic to these instances, and routing traffic through the network. Optimized service coordination is still a hard problem due to many influencing factors such as rapidly arriving user demands and limited node and link capacity. Existing approaches to solve the problem are often built on rigid models and assumptions, tailored to specific scenarios. If the scenario changes and the assumptions no longer hold, they easily break and require manual adjustments by experts. Novel self-learning approaches using deep reinforcement learning (DRL) are promising but still have limitations as they only address simplified versions of the problem and are typically centralized and thus do not scale to practical large-scale networks.

To address these issues, we propose a distributed self-learning service coordination approach using DRL. After centralized training, we deploy a distributed DRL agent at each node in the network, making fast coordination decisions locally in parallel with the other nodes. Each agent only observes its direct neighbors and does not need global knowledge. Hence, our approach scales independently from the size of the network. In our extensive evaluation using real-world network topologies and traffic traces, we show that our proposed approach outperforms a state-of-the-art conventional heuristic as well as a centralized DRL approach (60% higher throughput on average) while requiring less time per online decision (1 ms).}},
  author       = {{Schneider, Stefan Balthasar and Qarawlus, Haydar and Karl, Holger}},
  booktitle    = {{IEEE International Conference on Distributed Computing Systems (ICDCS)}},
  keywords     = {{network management, service management, coordination, reinforcement learning, distributed}},
  location     = {{Washington, DC, USA}},
  publisher    = {{IEEE}},
  title        = {{{Distributed Online Service Coordination Using Deep Reinforcement Learning}}},
  year         = {{2021}},
}

@inproceedings{20693,
  abstract     = {{In practical, large-scale networks, services are requested
by users across the globe, e.g., for video streaming.
Services consist of multiple interconnected components such as
microservices in a service mesh. Coordinating these services
requires scaling them according to continuously changing user
demand, deploying instances at the edge close to their users,
and routing traffic efficiently between users and connected instances.
Network and service coordination is commonly addressed
through centralized approaches, where a single coordinator
knows everything and coordinates the entire network globally.
While such centralized approaches can reach global optima, they
do not scale to large, realistic networks. In contrast, distributed
approaches scale well, but sacrifice solution quality due to their
limited scope of knowledge and coordination decisions.

To this end, we propose a hierarchical coordination approach
that combines the good solution quality of centralized approaches
with the scalability of distributed approaches. In doing so, we divide
the network into multiple hierarchical domains and optimize
coordination in a top-down manner. We compare our hierarchical
with a centralized approach in an extensive evaluation on a real-world
network topology. Our results indicate that hierarchical
coordination can find close-to-optimal solutions in a fraction of
the runtime of centralized approaches.}},
  author       = {{Schneider, Stefan Balthasar and Jürgens, Mirko and Karl, Holger}},
  booktitle    = {{IFIP/IEEE International Symposium on Integrated Network Management (IM)}},
  keywords     = {{network management, service management, coordination, hierarchical, scalability, nfv}},
  location     = {{Bordeaux, France}},
  publisher    = {{IFIP/IEEE}},
  title        = {{{Divide and Conquer: Hierarchical Network and Service Coordination}}},
  year         = {{2021}},
}

@article{21808,
  abstract     = {{Modern services consist of interconnected components,e.g., microservices in a service mesh or machine learning functions in a pipeline. These services can scale and run across multiple network nodes on demand. To process incoming traffic, service components have to be instantiated and traffic assigned to these instances, taking capacities, changing demands, and Quality of Service (QoS) requirements into account. This challenge is usually solved with custom approaches designed by experts. While this typically works well for the considered scenario, the models often rely on unrealistic assumptions or on knowledge that is not available in practice (e.g., a priori knowledge).

We propose DeepCoord, a novel deep reinforcement learning approach that learns how to best coordinate services and is geared towards realistic assumptions. It interacts with the network and relies on available, possibly delayed monitoring information. Rather than defining a complex model or an algorithm on how to achieve an objective, our model-free approach adapts to various objectives and traffic patterns. An agent is trained offline without expert knowledge and then applied online with minimal overhead. Compared to a state-of-the-art heuristic, DeepCoord significantly improves flow throughput (up to 76%) and overall network utility (more than 2x) on realworld network topologies and traffic traces. It also supports optimizing multiple, possibly competing objectives, learns to respect QoS requirements, generalizes to scenarios with unseen, stochastic traffic, and scales to large real-world networks. For reproducibility and reuse, our code is publicly available.}},
  author       = {{Schneider, Stefan Balthasar and Khalili, Ramin and Manzoor, Adnan and Qarawlus, Haydar and Schellenberg, Rafael and Karl, Holger and Hecker, Artur}},
  journal      = {{Transactions on Network and Service Management}},
  keywords     = {{network management, service management, coordination, reinforcement learning, self-learning, self-adaptation, multi-objective}},
  publisher    = {{IEEE}},
  title        = {{{Self-Learning Multi-Objective Service Coordination Using Deep Reinforcement Learning}}},
  doi          = {{10.1109/TNSM.2021.3076503}},
  year         = {{2021}},
}

@techreport{33854,
  abstract     = {{Macrodiversity is a key technique to increase the capacity of mobile networks. It can be realized using coordinated multipoint (CoMP), simultaneously connecting users to multiple overlapping cells. Selecting which users to serve by how many and which cells is NP-hard but needs to happen continuously in real time as users move and channel state changes. Existing approaches often require strict assumptions about or perfect knowledge of the underlying radio system, its resource allocation scheme, or user movements, none of which is readily available in practice.

Instead, we propose three novel self-learning and self-adapting approaches using model-free deep reinforcement learning (DRL): DeepCoMP, DD-CoMP, and D3-CoMP. DeepCoMP leverages central observations and control of all users to select cells almost optimally. DD-CoMP and D3-CoMP use multi-agent DRL, which allows distributed, robust, and highly scalable coordination. All three approaches learn from experience and self-adapt to varying scenarios, reaching 2x higher Quality of Experience than other approaches. They have very few built-in assumptions and do not need prior system knowledge, making them more robust to change and better applicable in practice than existing approaches.}},
  author       = {{Schneider, Stefan Balthasar and Karl, Holger and Khalili, Ramin and Hecker, Artur}},
  keywords     = {{mobility management, coordinated multipoint, CoMP, cell selection, resource management, reinforcement learning, multi agent, MARL, self-learning, self-adaptation, QoE}},
  title        = {{{DeepCoMP: Coordinated Multipoint Using Multi-Agent Deep Reinforcement Learning}}},
  year         = {{2021}},
}

@article{29216,
  abstract     = {{How did bankers make their investment decisions, for example to issue a state loan for a peripheral country? This in-depth case study investigates the question of the Greek loan of 1833, issued by Rothschilds. The main interest is to reconstruct James de Rothschild’s risk perception and decision making process, expressed in the argumentation vis-à-vis his family. The significance of the guarantee of the protecting powers, which was without precedent, is considered by James as well as the competitive situation on the bond market, the relationship of the Rothschilds with leading politicians of the time, and the special significance of Greece in the period of intensive European philhellenism. The paper argues that in-depth studies of bankers’ risk perception are necessary to illuminate the complexity of their decision-making.}},
  author       = {{Schönhärl, Korinna}},
  issn         = {{0007-6791}},
  journal      = {{Business History}},
  keywords     = {{History, Business, Management and Accounting (miscellaneous), Business and International Management}},
  number       = {{4}},
  pages        = {{557--573}},
  publisher    = {{Informa UK Limited}},
  title        = {{{Why does a prestigious emission house emit a loan for a peripheral state? The house of Rothschild and the Greek guaranteed loan of 1833}}},
  doi          = {{10.1080/00076791.2019.1593373}},
  volume       = {{63}},
  year         = {{2021}},
}

@inbook{29720,
  author       = {{Passey, Don and Brinda, Torsten and Cornu, Bernard and Holvikivi, Jaana and Lewin, Cathy and Magenheim, Johannes and Morel, Raymond and Osorio, Javier and Tatnall, Arthur and Thompson, Barrie and Webb, Mary}},
  booktitle    = {{Advancing Research in Information and Communication Technology}},
  editor       = {{Goedicke, Michael and Neuhold, Erich  and Rannenberg, Kai}},
  isbn         = {{978-3-030-81700-8}},
  issn         = {{1868-422X}},
  keywords     = {{Educational technologies, Education and technologies, Digital technologies and education, Information technologies, Communication technologies, Educational technologies and research, Educational technologies and pedagogical practices, Educational technologies and policy, Educational management and technologies, Professional development and educational technologies}},
  pages        = {{129--152}},
  publisher    = {{Springer, Cham}},
  title        = {{{Computers and Education – Recognising Opportunities and Managing Challenges}}},
  doi          = {{10.1007/978-3-030-81701-5_5}},
  volume       = {{AICT-600}},
  year         = {{2021}},
}

@article{48520,
  author       = {{Hubner-Benz, Sylvia and Rudic, Biljana and Baum, Matthias}},
  issn         = {{0958-5192}},
  journal      = {{The International Journal of Human Resource Management}},
  keywords     = {{Management of Technology and Innovation, Organizational Behavior and Human Resource Management, Strategy and Management, Business and International Management, Industrial relations}},
  number       = {{11}},
  pages        = {{2137--2172}},
  publisher    = {{Informa UK Limited}},
  title        = {{{How entrepreneur’s leadership behavior and demographics shape applicant attraction to new ventures: the role of stereotypes}}},
  doi          = {{10.1080/09585192.2021.1893785}},
  volume       = {{34}},
  year         = {{2021}},
}

@article{48513,
  abstract     = {{Evaluators’ fit assessments are not only influenced by applicants’ qualities, but also by stereotypes, especially in recruitment for high‐status jobs in male‐dominated fields. The unidimensional agentic stereotype of these work contexts signals agentic job and organizational requirements (stereotypically male qualities such as achievement orientation), although the actual requirements usually also include communality (stereotypically female qualities such as interpersonal skills). In five experiments, we investigate the relevance of perceived applicant agency for perceived applicant fit, the influence of recruitment material, contextual differences, and the role of applicant gender. Our findings indicate that perceived applicant agency drives perceived person‐job and person‐organization fit in strictly male stereotyped work contexts, regardless of gender, and agentic recruitment material enhances this effect. Contrasting different contexts (high‐ with low‐status jobs and a male‐dominated with a gender‐balanced and female‐dominated field) revealed that the relevance of perceived agency increases with perceived job status, and the relevance of perceived communality decreases with the expected share of men. Although women were perceived as highly agentic in strictly male stereotyped work contexts, their need to be perceived as agentic also was higher than for men, due to the perceived lack of fit between women and high‐status jobs.}},
  author       = {{Dutz, Regina and Hubner-Benz, Sylvia and Peus, Claudia}},
  issn         = {{0031-5826}},
  journal      = {{Personnel Psychology}},
  keywords     = {{Organizational Behavior and Human Resource Management, Applied Psychology}},
  number       = {{2}},
  pages        = {{441--483}},
  publisher    = {{Wiley}},
  title        = {{{When agency “fits” regardless of gender: Perceptions of applicant fit when job and organization signal male stereotypes}}},
  doi          = {{10.1111/peps.12470}},
  volume       = {{75}},
  year         = {{2021}},
}

@article{48514,
  abstract     = {{This paper introduces narratives in entrepreneurial ecosystems as drivers of effectuation vs. causation. Drawing on 43 interviews with successful players in Silicon Valley, Munich, and Singapore, we found ecosystem-specific narratives indicate what is common, appropriate, and successful in each ecosystem, and these narratives encourage either effectuation or causation. Our findings indicate that the narratives in the ecosystem in Silicon Valley facilitate effectuation, in Munich causation, and in Singapore a cautious balance of both. Our research suggests that narratives can explain mechanisms how ecosystems influence entrepreneurship: the national culture, market characteristics, available resources, and networks in an ecosystem spark ecosystem-specific narratives, which in turn shape tendencies towards effectuation and causation. Thereby, we introduce a new ecosystem-focused perspective on predictors of effectuation and causation.}},
  author       = {{Hubner-Benz, Sylvia and Most, Fabian and Wirtz, Jochen and Auer, Christine}},
  issn         = {{0921-898X}},
  journal      = {{Small Business Economics}},
  keywords     = {{Economics and Econometrics, General Business, Management and Accounting}},
  number       = {{1}},
  pages        = {{211--242}},
  publisher    = {{Springer Science and Business Media LLC}},
  title        = {{{Narratives in entrepreneurial ecosystems: drivers of effectuation versus causation}}},
  doi          = {{10.1007/s11187-021-00531-3}},
  volume       = {{59}},
  year         = {{2021}},
}

@inproceedings{30190,
  author       = {{Arslan, Kader}},
  booktitle    = {{Proceedings of the 29th European Conference on Information Systems (ECIS 2021)}},
  keywords     = {{Social media management, Social media, Literature review, Affordances, User behavior, Use culture}},
  location     = {{Marrakesh, Marocco}},
  title        = {{{A Review on Social Media Channel Choice Determinants in Organizations}}},
  year         = {{2021}},
}

@article{52705,
  author       = {{Winkler, Christoph and Fust, Alexander and Jenert, Tobias}},
  issn         = {{0047-2778}},
  journal      = {{Journal of Small Business Management}},
  keywords     = {{Management of Technology and Innovation, Strategy and Management, General Business, Management and Accounting}},
  number       = {{4}},
  pages        = {{2071--2096}},
  publisher    = {{Informa UK Limited}},
  title        = {{{From entrepreneurial experience to expertise: A self-regulated learning perspective}}},
  doi          = {{10.1080/00472778.2021.1883041}},
  volume       = {{61}},
  year         = {{2021}},
}

@article{37231,
  abstract     = {{<jats:title>Zusammenfassung</jats:title><jats:p>In diesem Beitrag der Zeitschrift Gruppe. Interaktion. Organisation. (GIO) wird das Instrument zur Diagnose pädagogischer Kompetenzen von Pflegelehrpersonen (PädKomPflege) vorgestellt.</jats:p><jats:p>Die Berufsbildung in der Pflege ist durch sich verändernde inhaltliche und gesetzliche Anforderungen geprägt. Verschiedene landesspezifische rechtliche Vorgaben führen zu einem sehr heterogenen Bild von Qualifikationen und Kompetenzen der Pflegelehrpersonen. Die Anrechnung bereits erworbener Kompetenzen auf pflegepädagogische Studiengänge sowie die Kompetenzerfassung und -bilanzierung in Berufsbildungseinrichtungen spielt daher eine wichtige Rolle. Vor diesem Hintergrund wurde das Instrument PädKomPflege entwickelt und erprobt. Grundlage des Kompetenzmodells sind die Empfehlungen der Kultusministerkonferenz (2004) zu den Standards für die (allgemeine) Lehrerbildung sowie Expertenworkshops und -interviews mit PflegedidaktikerInnen. Die empirische Erprobung erfolgte an einer Stichprobe von 1096 Pflegelehrpersonen. Psychometrische Analysen auf Grundlage der klassischen Testtheorie sowie IRT-basierte Analysen führten zu einer Überarbeitung des Instruments, welches nun als zweisprachiges Online-Self-Assessmenttool (eng./deut.) vorliegt. Die Validierung der deutschsprachigen Version fand anhand von 545 TeilnehmerInnen im Jahr 2016 statt, sodass ein geprüftes Instrument mit 54 Items in den fünf Hauptskalen (Unterricht, Beurteilung, Beratung, Lernortkooperation sowie Organisations- und Schulentwicklung) und 18 Subskalen zur Verfügung steht.</jats:p><jats:p>Sowohl klassische als auch probabilistische Testgütekriterien werden erfüllt. Die Skalen weisen hohe interne Konsistenzen auf (<jats:italic>α</jats:italic> &gt; 0,80) und sind überwiegend konstruktvalide. So lassen sich für 17 der 18 Subskalen ordinale Raschmodelle anpassen. Auf der Ebene der Hauptskalen können Partial Credit Modelle für alle Items von modellkonformen Subskalen einer Hauptskala angepasst werden. Das Instrument kann zur individuellen Kompetenzdiagnostik, zur Identifikation von Bildungsbedarfen in Schulen des Gesundheitswesens und im Kontext beruflicher Bildungsprozesse genutzt werden. In der Onlineversion erhalten Teilnehmende abschließend ein individuelles Kompetenzprofil mit möglichen Vergleichswerten. Das Tool kann begleitend zu Qualifizierungsprozessen als Monitoring-Instrument oder zur individuellen Kompetenzbilanzierung eingesetzt werden.</jats:p>}},
  author       = {{Schürmann, Mirko and Bender, Elena and Grebe, Christian}},
  issn         = {{2366-6145}},
  journal      = {{Gruppe. Interaktion. Organisation. Zeitschrift für Angewandte Organisationspsychologie (GIO)}},
  keywords     = {{Organizational Behavior and Human Resource Management, Applied Psychology, Developmental and Educational Psychology, Education, Social Psychology}},
  publisher    = {{Springer Science and Business Media LLC}},
  title        = {{{Kompetenzdiagnose in der Berufsbildung von Pflegelehrpersonen}}},
  doi          = {{10.1007/s11612-021-00574-w}},
  year         = {{2021}},
}

@article{37144,
  abstract     = {{<jats:title>Abstract</jats:title><jats:p>Artificial intelligence (AI) is being increasingly integrated into enterprises to foster collaboration within humanmachine teams and assist employees with work-related tasks. However, introducing AI may negatively impact employees’ identifications with their jobs as AI is expected to fundamentally change workplaces and professions, feeding into individuals’ fears of being replaced. To broaden the understanding of the AI identity threat, the findings of this study reveal three central predictors for AI identity threat in the workplace: changes to work, loss of status position, and AI identity predicting AI identity threat in the workplace. This study enriches information systems literature by extending our understanding of collaboration with AI in the workplace to drive future research in this field. Researchers and practitioners understand the implications of employees’ identity when collaborating with AI and comprehend which factors are relevant when introducing AI in the workplace.</jats:p>}},
  author       = {{Mirbabaie, Milad and Brünker, Felix and Möllmann Frick, Nicholas R. J. and Stieglitz, Stefan}},
  issn         = {{1019-6781}},
  journal      = {{Electronic Markets}},
  keywords     = {{Management of Technology and Innovation, Marketing, Computer Science Applications, Economics and Econometrics, Business and International Management}},
  number       = {{1}},
  pages        = {{73--99}},
  publisher    = {{Springer Science and Business Media LLC}},
  title        = {{{The rise of artificial intelligence – understanding the AI identity threat at the workplace}}},
  doi          = {{10.1007/s12525-021-00496-x}},
  volume       = {{32}},
  year         = {{2021}},
}

@article{37155,
  abstract     = {{Artificial intelligence (AI) has moved beyond the planning phase in many organisations and it is often accompanied by uncertainties and fears of job loss among employees. It is crucial to manage employees{\textquoteright} attitudes towards the deployment of an AI-based technology effectively and counteract possible resistance behaviour. We present lessons learned from an industry case where we conducted interviews with affected employees. We evaluated our results with managers across industries and found that that the deployment of AI-based technologies does not differ from other IT, but that the change is perceived differently due to misguided expectations. }},
  author       = {{Stieglitz, Stefan and Möllmann (Frick), Nicholas R. J. and Mirbabaie, Milad and Hofeditz, Lennart and Ross, Björn}},
  issn         = {{1477-9064}},
  journal      = {{International Journal of Management Practice}},
  keywords     = {{Artificial Intelligence, Change Management, Resistance, AI-Driven Change, AI Deployment, AI Perception}},
  publisher    = {{Inderscience}},
  title        = {{{Recommendations for Managing AI-Driven Change Processes: When Expectations Meet Reality}}},
  year         = {{2021}},
}

@article{33748,
  abstract     = {{<jats:p> Zusammenfassung. In der Arbeit 4.0 ist durch neue Beschäftigungsmöglichkeiten für Mitarbeitende eine Langzeitbindung an ein Unternehmen seltener. Unternehmen reagieren mit flexibilisierten Arbeitsplätzen, um diesem Wunsch der Mitarbeitenden nachzukommen. Flexibilisierung reduziert die Absicht das Unternehmen zu verlassen. Dabei ist wichtig, räumliche und zeitliche Flexibilisierung zu differenzieren. Außerdem gewinnen individuelle Werte bezüglich Stabilität und Kontinuität an Bedeutung und können den Bindungswunsch stärken. Hauptziel dieser Untersuchung ist, anhand eines kontroll- und ressourcentheoretisch fundierten Rahmens in zwei aufeinander aufbauenden Studien ( N = 448, N = 202) die (potenziell unterschiedlich starken) Zusammenhänge von zeitlicher und räumlicher Flexibilisierung mit Mitarbeitendenbindung zu analysieren und zu prüfen, ob sich diese Zusammenhänge bestätigen lassen, wenn zusätzlich individuelle Werte in die Analyse einbezogen werden. Die Ergebnisse zeigen, dass zeitliche und räumliche Flexibilisierung unterschiedlich mit der Bleibeabsicht zusammenhängen. Während zeitliche Flexibilisierung positive Zusammenhänge zeigt, finden sich in Bezug auf räumliche Flexibilisierung keine Zusammenhänge. Werte bezüglich Stabilität und Kontinuität scheinen dabei nicht mit einer stärkeren Mitarbeitendenbindung zusammenzuhängen. </jats:p>}},
  author       = {{Bender, Elena and Schürmann, Mirko and Poethke, Ute and Soyka, Chantal and Schaper, Niclas and Rowold, und Jens}},
  issn         = {{0932-4089}},
  journal      = {{Zeitschrift für Arbeits- und Organisationspsychologie A&amp;O}},
  keywords     = {{Organizational Behavior and Human Resource Management, Applied Psychology}},
  number       = {{1}},
  pages        = {{14--30}},
  publisher    = {{Hogrefe Publishing Group}},
  title        = {{{Die Rolle von arbeitsplatzbezogener Flexibilisierung und die Betrachtung von individuellen Werten           für Mitarbeitendenbindung in der Arbeitswelt 4.0}}},
  doi          = {{10.1026/0932-4089/a000364}},
  volume       = {{66}},
  year         = {{2021}},
}

@article{37406,
  author       = {{Decius, Julian and Knappstein, Michael and Schaper, Niclas and Seifert, Andreas}},
  issn         = {{1044-8004}},
  journal      = {{Human Resource Development Quarterly}},
  keywords     = {{Organizational Behavior and Human Resource Management, Arts and Humanities (miscellaneous)}},
  publisher    = {{Wiley}},
  title        = {{{Investigating the multidimensionality of informal learning: Validation of a short measure for white‐collar workers}}},
  doi          = {{10.1002/hrdq.21461}},
  year         = {{2021}},
}

@inproceedings{24280,
  abstract     = {{Challenges in decisions on technical changes are the lack of knowledge about the expected impact and change propagation. Currently, no literature study contains a systematic differentiation and evaluation of existing approaches, which is a prerequisite for practitioners to select a suitable approach. This research aims at defining differentiation criteria as well as generally applicable requirements for evaluation. A four-step approach is used: systematic literature review on approaches for impact analysis of engineering changes (1), categorization and prioritization of approaches based on reoccuring elements (2), derivation of context specific requirements for evaluation (3), and evaluation of approaches (4). The result indicates existing potential of object-oriented modeling approaches.}},
  author       = {{Gräßler, Iris and Wiechel, Dominik}},
  booktitle    = {{DS 111: Proceedings of the 32nd Symposium Design for X}},
  editor       = {{Krause, Dieter and Paetzold, Kristin and Wartzack, Sandro}},
  keywords     = {{Engineering Change Management, Impact Analysis, Engineering  Changes, Model-based Systems Engineering, Product Developmen}},
  location     = {{Tutzing}},
  title        = {{{Systematische Bewertung von Auswirkungsanalysen des Engineering Change Managements}}},
  doi          = {{10.35199/dfx2021.12}},
  year         = {{2021}},
}

@article{44896,
  abstract     = {{<jats:p>This study uniquely employs a fuzzy-set qualitative comparative analysis (fsQCA) technique to account for complex relationships in consumption. The fsQCA technique assumes that relationships are based on a set–subset relationship. This assumption is fundamental when decision-makers are affected by information asymmetry and are, thus, required to jointly evaluate the credibility and reliability of a range of external signals. This issue also affects consumers in markets for cultural goods, where the quality of products is not known with certainty in advance of the purchase decision. Our study uses fsQCA to establish the effect of different quality signals on consumption in the US market for video game software. Our results show that reviews from professional critics alongside brand extension and multi-platform release strategies act as signals of product quality and, therefore, lead to high sales performance.</jats:p>}},
  author       = {{Kaimann, Daniel and Cox, Joe}},
  issn         = {{2071-1050}},
  journal      = {{Sustainability}},
  keywords     = {{Management, Monitoring, Policy and Law, Renewable Energy, Sustainability and the Environment, Geography, Planning and Development}},
  number       = {{23}},
  publisher    = {{MDPI AG}},
  title        = {{{A Comparative Analysis of Consumption: Evidence from a Cultural Goods Market}}},
  doi          = {{10.3390/su132313275}},
  volume       = {{13}},
  year         = {{2021}},
}

@article{44899,
  abstract     = {{<jats:title>Abstract</jats:title><jats:p>Changes in winery ratings in leading wine guides, that is, improvements as well as deteriorations, are typically attributed to corresponding changes in the quality of the wines produced by the respective winery. What remains unexplored in this context is changes in editorship and/or changes in the composition of the wine tasting teams working for the respective guide. Using data from two particularly prestigious German wine guides (Gault Millau and Vinum), this paper shows that these latter changes have a rather small, yet statistically significant impact on changes in winery ratings. Thus, consumers are well-advised to consider these changes before making their purchasing decision. (JEL Classifications: L21, M30, Q13)</jats:p>}},
  author       = {{Frick, Bernd}},
  issn         = {{1931-4361}},
  journal      = {{Journal of Wine Economics}},
  keywords     = {{Horticulture, General Business, Management and Accounting, Food Science}},
  number       = {{4}},
  pages        = {{370--377}},
  publisher    = {{Cambridge University Press (CUP)}},
  title        = {{{The Legacy of Gurus: The Impact of Armin Diel and Joel Payne on Winery Ratings in Germany}}},
  doi          = {{10.1017/jwe.2020.36}},
  volume       = {{15}},
  year         = {{2021}},
}

