The Impact of Project License and Operating System on the Effectiveness of the Defect-Fixing Process in Open Source Software Projects

Size: px
Start display at page:

Download "The Impact of Project License and Operating System on the Effectiveness of the Defect-Fixing Process in Open Source Software Projects"

Transcription

1 The Impact of Project License and Operating System on the Effectiveness of the Defect-Fixing Process in Open Source Software Projects Author Ghapanchi, Amir Hossein, Aurum, Aybuke Published 2011 Journal Title International Journal of Business Information Systems DOI Copyright Statement 2011 Inderscience Publishers. This is the author-manuscript version of this paper. Reproduced in accordance with the copyright policy of the publisher. Please refer to the journal website for access to the definitive, published version. Downloaded from Griffith Research Online

2 The Impact of Project License and Operating System on the Effectiveness of the Defect-Fixing Process in Open Source Software Projects Abstract Open source software (OSS) products have been widely adopted by commercial as well as government organizations. However, despite their increased adoption, many OSS projects still fail in responding to users quality needs such as resolving software defects. Hence, this paper investigates the responsiveness of OSS projects to users needs in terms of resolving software defects. To do so, we develop and test a model of antecedents to the effectiveness of the defect-fixing process for OSS projects. Data gathered for this study from 1481 OSS projects confirms that OSS projects that apply a less restrictive license are less dependent on their team to operate their defect-fixing process. It is also demonstrated that OSS projects developed to run on a broader range of operating systems are more likely to have an effective defect-fixing. The study provides practitioners with insightful recommendations on project characteristics and defect-fixing effectiveness. Key Words: Open source software, defect-fixing effectiveness, OSS license, operating system. 1. Introduction Open source software (OSS) have been widely embraced by commercial and government organizations (Carillo and Okuli, 2008). According to the 2020 FLOSS Roadmap 1, by 2011 around 50% of Global 2000 IT organizations will have adopted at least one open source software solution. In spite of the increasing adoption of OSS products, many OSS projects still fail in the early stages of development (Chengalur-Smith and Sidorova, 2003). According to Krishnamurthy (2002), 63% of 1 International representatives from 30 countries involved in open source provided 2020 FLOSS roadmap in the 2008 open source forum ( 1

3 OSS projects on Sourceforge.net, the largest OSS host in the world, fail due to their inability to attract the attention of developers and users in the community. Various factors have been reported in prior studies as antecedents to OSS project success such as project sponsorship (Stewart et al., 2006), project audience and project topic (Crowston and Scozzi, 2002), software quality, user satisfaction, and service quality (Lee et al., 2009), software design quality (Capra et al., 2008), and team ideology (Stewart and Gosain, 2006a). Effective defect-fixing has been reported as one indicator of success in OSS projects by prior research (Crowston et al., 2003). One key reason is that an effective defect-fixing is tied to users perceptions of project quality, activity and value (Midha et al., 2010; Mockus and Weiss, 2008). Therefore, this study seeks to investigate the antecedents to defect-fixing effectiveness. In order to explore these antecedents, this study develops and tests a set of hypotheses regarding the impact of such factors on defect-fixing effectiveness. This paper focuses on two project traits: the project s license and operating system. There are two key reasons for this. First, license and operating system are two of the first project-configuration factors that project managers decide on at the beginning of the project, and thus their practical implication are of high importance to project leaders. Second, license and operating systems chosen might affect the extent to which an OSS project attracts volunteers (Stewart et al., 2005). If the selection of license and operating system influences defectfixing effectiveness, then we should ask a practically and academically question of: how do OSS projects characteristics influence the effectiveness of the defect-fixing process? Having more skilled developers can be seen as a core competency for OSS projects (Crowston and Scozzi, 2002). However, attracting developers to join the project team is a critical challenge for OSS projects since unlike closed-source software development OSS projects are not commonly driven by direct monetary profits (Lakhani and Wolf, 2003). Therefore, the first aim of this study is to examine how OSS projects can reduce their dependence on team size to operate a more effective defect-fixing process. The second aim of this paper is the investigation of the impact of a project s operating system on the effectiveness of its defect-fixing process. 2

4 The remainder of this paper is structured as follows. The next section reviews the literature and provides some background information on the defect-fixing process in OSS projects. The research model and theoretical justifications for the relationships proposed are presented in Section 3. The research methodology is presented in Section 4. The findings of the paper are depicted in Section 5. Discussion of the results is presented in Section 6. Section 7 presents conclusions and limitations of the research. 2. Literature Review Inspired by novel intellectual property laws, a new software development and distribution practice has emerged over the last two decades termed Open Source Software (OSS) development by a group of free software supporters, including Eric S. Raymond and Tim O Reilly (Feller and Fitzgerald, 2001). Success has been studied by researchers for decades. Researchers have introduced several drivers of success such as user satisfaction and business value (Kamhawi and Gunasekaran, 2009), knowledge management (Kant and Singh, 2009, McCarthy and McGrath, 2008), effective communication and information processing (King, 2005), customer relationship management (Sharma et al., 2008) and so on. OSS literature has studied various aspects of success such as project activity (e.g. Liu, 2008; Stewart et al., 2006; Colazo, 2007; Grewal et al., 2006), user interest (e.g. Subramaniam et al., 2009; Stewart et al., 2006; 2002; Midha, 2007), and project performance (e.g. Liu, 2008; Guiri et al., 2004; Hahn and Zhang, 2005). One of the most important areas of study in information system development is software quality. A significant dimension of software quality is responsiveness to user/customer needs (Hsu et al., 2008). According to Hsu et al. (2008), responsiveness to customer needs is considered an external quality 3

5 dimension, identified by individual or organizational users. Thus, this paper studies the responsiveness of OSS project teams to customer needs in terms of software defect removal. OSS projects appear to have a never-ending process of defect-fixing. The defect-fixing is a process in which software defects are handled and fixed to improve the software quality. In OSS literature, a number of researchers have studied defect-fixing effectiveness. Herbsleb and Mockus (2003) found that the progress in defect-fixing influences the positive outcomes of OSS projects. Stewart and Gosain (2006b) showed that the higher the number of closed defects, the higher the perceived effectiveness of OSS projects. Stewart and Gosain (2006a) used the percentage of defect reports completed as an indicator of OSS project effectiveness and demonstrated that communication quality and team effort impact the quantity of bug reports completed. Furthermore, through three case studies, Garousi (2009) found that various OSS projects exhibit different levels of responsiveness to the defect-fixing process due to factors like activity level. Crowston and Scozzi (2008) also examined the coordination practices involved in the defect-fixing process of OSS projects. Observing a commercial software company, Crowston (1997) described the defect fixing process in traditional closed-source software (CSS) development as following: the process starts by a user who finds a defect in the software. The defect is directed to the software company customer centre. If its personnel cannot solve the problem through a database of known defects, they forward it to the manager responsible for the software module associated with the defect. The manager then assigns the defect to a developer to fix. Subsequently, the defect is fixed and shares with other developers responsible for modules that might be influenced. When positive feedback is received from those developers, the change is applied into the source lines of code. After undertaking some tests, the changed module is sent to integration manager. Having approved the module, the integration manager recompiles the system, test the whole system, and link it to the system. In OSS development, defect fixing process is operated through a defect tracking system. Having a tracking system for defect-fixing is common in CSS projects too, but unlike CSS projects in OSS projects all information in defect-tracking system is publically available to everyone. 4

6 Typically, there are four major tasks involved in the defect fixing process of OSS development that are common between almost all of them including reporting a defect, assigning the defect, fixing the defect, and closing the defect (See Figure 1). These steps are in line with prior OSS research on defect fixing process (Crowston and Scozzi, 2004). Figure 1. Tasks involved in the defect fixing process of OSS projects 3. Research Model Figure 2 shows the research model underlying this study. According to Figure 2, there are two hypotheses underlying this research. The first hypothesis is regarding the operating systems an OSS product can be run on, and the second hypothesis concerns with the interaction between a project s license restrictiveness and project size, and its impact on the effectiveness of the defect-fixing process. Figure 2. Research Model 3.1 Operating system Unix and Linux are two of the most well-known OSS operating systems. The Unix operating system (developed in Bell labs) emerged in the 1970s. Moody (2002) believes that the most important milestone in OSS has been initiating the development of the Linux operating system in 1991 by Linus Torvalds, an undergraduate student at the University of Finland. Linus Torvalds released early versions of Linux under his own licensing terms, which implied any redistribution to be free of charge. Only recently have open source applications started to run on operating systems other than Linux and Unix such as Mac and Windows. Consumers of open source software use various types of operating systems. Apart from those professional users who are able to work on every kind of operating system, other OSS consumers are 5

7 only familiar with one or few operating systems. Accordingly, producing software that can be run on a higher number of operating systems can help attract a larger community to use a given OSS product (Midha, 2007). Midha (2007) also confirms this, it would be logical to assume that the target operating systems will influence the number of potential subscribers (Midha, 2007, p.92) A larger user community in turn means more contributions to the project defect tracking system by the community users. Therefore, projects which are compatible with a higher number of operating systems are more likely to procure contributions to their defect tracking system from their user community. This leads us to postulate that the effectiveness of the defect-fixing process might be stronger for OSS projects that can be run on a broader range of operating systems. Subramaniam et al. (2009) found that a project s choice of operating system impacts its success. We posit hypothesis 1 as below: H1. The number of project s operating systems has a positive impact on the effectiveness of defectfixing process. 3.2 License Software can be called open source only if it is released under a license approved by the Open Source Initiative (Open Source Initiative, 2005). Open source licenses can be classified into 2 categories (Stewart et al., 2006): restrictive e.g. GNU general public license (GPL) and non-restrictive e.g. Berkeley Software Distribution (BSD). GNU General Public License (GPL) which is the most popular OSS license provides that the source code should be available, and that any other software that use part of the source code from GPL licensed software must also make its source code fully available under the same license. In addition, GPL doesn t permit the mixing of OSS and CSS source code. One of the key variables impacting OSS projects outcomes is their license restrictiveness (Lerner and Tirole 2002; Scacchi 2004). The legal unsureness of restrictive licensing as well as the restrictions it involves for redistribution of the software can impact the number of users who are about to adopt a particular OSS. Stewart et al. (2006) also showed that projects with less restrictive licenses can attain 6

8 a higher amount of interest from the OSS community. A higher user interest means more contributions to the project defect tracking system by the developer users. This can in turn lead to a more effective defect-fixing. Thus, projects with more restrictive licenses are less likely to get contributions to their defect tracking system from the community and will be more reliant upon their team developers to operate the defect-fixing process. That is, the impact of team size on the effectiveness of the defect-fixing process might be stronger for OSS projects that have a more restrictive license. Therefore, we posit hypothesis 2 as below: H2. The magnitude of team size impact on the effectiveness of the defect-fixing process is associated with the project s license restrictiveness. 4. Research Methodology The objective of this paper is the investigation of the operating system and the license restrictiveness impacts on defect-fixing effectiveness. This study is a positivist research in nature because it investigates the causal relationships between variables. To do so, we operationalized each variable under study, chose an OSS repository to sample projects, and collected the data on those measures from the sampled projects. The environment chosen for the data collection of this research is the largest OSS repository, Sourceforge.net. As of Feb 2009, Sourceforge had 230,000 registered open source software projects, and it also has more than 2 million registered members (Source: Sourceforge offers a tracking system to OSS projects that are hosted on it to handle their defect-fixing activities. We collected data from 1481 OSS projects hosted on Sourceforge. The data required to examine the hypotheses underlying this research was collected from the publicly available information on Sourceforge. The sample was chosen from the projects in 5 categories of: Game, Scientific, Software development, Communication, and Security that had at least 5 defect reports in their defect tracking system, have 7

9 released within last 2 years, their development status was either Beta or Stable. Table 1 shows distribution of the projects in terms of number of downloads. Table 1. Distribution of the projects in terms of number of downloads Team size will be measured by the number of people registered on the project profile as team members. A categorical variable will be used for license restrictiveness: 0 = restrictive license (GNU GPL), 1= non-restrictive licenses (anything except GNU GPL). As for operating system, the number of operating systems that an OSS project can be run on will be used. For the effectiveness of the defect-fixing process, we use the four items proposed by Ghapanchi and Aurum (2011) including: the number of defects submitted, the number of defects assigned, the number of closed defects, the number of fixed defects; except that we use the number of defects submitted by team members instead of total number of defects because it was observed that there are plenty of duplicate and invalid defects reported by users, however a project s team members are less likely to report such defects. Table 2 shows the indicators used to operationalize the variables under study. Table 2. Indicators used to measure the variables 5. Findings The two hypotheses underlying the research model of this study were examined with the data gathered from 1481 OSS projects. The results showed that both hypotheses were supported, implying the importance of operating system and license restrictiveness in predicting defect-fixing effectiveness. The next two sub-sections explain the findings of this study as per each hypothesis. 5.1 Direct effect The data analysis for this research was carried out through partial least squares (PLS). The PLS method has been employed by researchers in recent years because of its ability to model latent 8

10 variables under conditions of non-normality (Chin, 1998). PLS allows the researchers to examine the relationships among the conceptual variables. It also allows the researcher to analyse how well the measures relate to the associated variable. Our research model accounts for 24.8 percent of the variance in the effectiveness of defect-fixing process (R 2 =0.248). As indicated in Table 3, hypothesis 1 was supported. As predicted in Hypothesis 1, the number of a project s operating systems was positively and significantly (coefficient = 0.182, t- value = 4.72) related to defect-fixing effectiveness (p < 0.001). This indicates that the higher the number of operating systems compatible with an OSS, the more effective the project s defect-fixing process. Table 3. Path coefficients for Baseline model 5.2 Moderating effect A moderated multiple regression analysis (MMR) was then applied to test the moderating effect (Hsu et al., 2008). A three-step approach was adopted to test the moderating effect using MMR with Smart- PLS. First, team size was regressed with defect-fixing effectiveness (See model 0 in table 4). Second, the moderator was included into the model (See model 1 in table 4). Third, the interaction term between team size and the moderator was added into the model (See model 2 in table 4). Then Cohen s F-square was calculated to examine the significance of the moderating effect. The result of the test is shown in Table 4. Table 4. Moderating effect of license restrictiveness The path coefficient for the moderating effect of license restrictiveness was The difference in R 2 is used to determine the overall effect size f² for the interaction. In this research Cohen s F 2 of showed a small to medium moderating effect for license restrictiveness (Cohen, 1988). Therefore, the magnitude of the team size impact on the effectiveness of the defect-fixing process is 9

11 associated with the project s license restrictiveness (Hypothesis 2) was supported. This means that team size has a relatively larger impact on defect-fixing effectiveness for projects with a more restrictive license. 6. Discussions In this research the inter-relationship between team size, project characteristics (i.e. project s license and operating systems), and defect-fixing effectiveness was examined. The findings of this study demonstrated that the link between team size and the effectiveness of the defect-fixing process is rather complex. Adding project s license as a moderator is a first step towards better comprehending of this relationship. Although project license has been studied as an independent variable impacting positive outcomes in current OSS papers (e.g. Subramaniam et al., 2009), we are one of the firsts to study license as a moderator. Future studies should continue to investigate the nature of this relationship. Our study has several implications for OSS project managers as well as organizations interested in adopting OSS software. Firstly, this study looked into license restrictiveness and operating system in part because of their practical relevance. Licensing and operating systems are under the control of project administrators that start and run the project. We found that the impact of team size on defectfixing effectiveness depends on the project s license restrictiveness. This means that for the projects with a more restrictive license having a large project team is more important for achieving effective defect-fixing than for those projects with a less restrictive license. The implication for practice is that in order for OSS project managers to reduce their project s dependence on team size in operating their defect-fixing process, they should choose a less restrictive license for their project. This way, by attracting more volunteer input from the user community, the project can attain a more effective defect-fixing process. It was also found that the higher the number operating systems for a project, the more effective the defect-fixing process. This means that by making an OSS run on a broader range of operating systems, project administrators can achieve higher defect-fixing effectiveness. 10

12 7. Conclusions and Limitations This study examined the inter-relationships between team size, operating system, license restrictiveness and the effectiveness of the defect-fixing process in an OSS environment. The data collected on 1481 OSS projects confirmed that having a larger team size and being compatible with a broader range of operating systems has a positive impact on the effectiveness of the defect-fixing process. We also found that the magnitude of the impact of team size on defect-fixing effectiveness depends on the project s license restrictiveness, meaning that in order for OSS projects to decrease their reliance on team size to manage their defect-fixing process, they need to choose a less restrictive license. Given the importance of the defect-fixing process in impacting users perception of quality and value, we call future research to examine other potential antecedents to defect-fixing effectiveness. Our research model accounts for 24.8 percent of the variance in the effectiveness of the defect-fixing process (R 2 =0.248), which means that the model explains a small proportion of variance in the dependent variable. That could be a limitation for our research that we need to acknowledge. However, we note that prior research on OSS have also faced this issue (Crowston and Scozzi, 2002). Another potential limitation of this research could be the generalizability of the findings. Firstly, five project categories were sampled for this study, potentially limiting the generalizability of the findings across all project categories. Secondly, the sample for this study was selected from projects registered on Sourceforge; since these projects might differ from OSS projects that have been registered on other OSS portals such as Freshmeat, this could also limit the generalizability of the finding. Acknowledgements The authors would like to thank the anonymous reviewers for their constructive and helpful comments. 11

13 References Capra, E. Francalanci, C. and Merlo, F. (2008) An Empirical Study on the Relationship Between Software Design Quality, Development Effort and Governance in Open Source Projects, IEEE Transactions on Software Engineering, Vol. 34, No. 6, pp Carillo, K. and Okuli, C. (2008/2009) The Open Source Movement: A Revolution in Software Development, Journal of Computer Information Systems, Vol.49, No. 2, pp.1-9. Chengalur-Smith, S. and Sidorova, A. (2003) Survival of open-source projects: A population ecology perspective, Proceedings of the 24 th International Conference on Information Systems, Atlanta, GA, pp Chin, W.W. (1998) The Partial Least Squares Approach for Structurational Equation Modeling, in Modern Methods for Business Research, G.A. Marcoulides (ed.), Mahwah, NJ: Lawrence Erlbaum Associates, pp Cohen, J. (1988) Statistical Power Analysis for the Behavioral Sciences (2nd ed.), Lawrence Erlbaum Associates, Hillsdale, NJ. Colazo, J. (2007) Innovation success: an empirical study of software development projects in the context of the open source paradigm, PhD dissertation, University of Western Ontario. Crowston, K. (1997) A coordination theory approach to organizational process design, Organization Science, Vol. 8, No. 2, pp Crowston, K. Annabi, H. and Howison, J. (2003) Defining open source software project success, Proceedings of the 24th International Conference on Information Systems, Seattle, WA. Crowston, K. and Scozzi, B. (2002) Open source software projects as virtual organizations: Competency rallying for software development, IEE Proceedings on Software, Vol. 149, No. 1, pp Crowston, K. and Scozzi, B. (2004) Coordination practices for bug fixing within FLOSS development teams, Proceedings of the Int. Workshop on Computer-Supported Activity Coordination. Crowston, K. and Scozzi, B. (2008) Bug Fixing Practices within Free/Libre Open Source Software Development Teams, Journal of Database Management, Vol. 19, No. 2, pp Feller, J. and Fitzgerald, B. (2001) Understanding Open Source Software Development, London: Addison- Wesley. Garousi, V. (2009) Evidence-Based Insights about Issue Management Processes: An Exploratory Study, Proceedings of the International Conference on Software Process, Vancouver, Canada. Ghapanchi, A.H. and Aurum, A. (2011) Measuring the Effectiveness of the Defect-Fixing Process in Open Source Software Projects, Proceedings of the 44 th Hawaii International Conference on System Sciences, Hawaii. 12

14 Giuri, P. Ploner, M. Rullani, F. and Torrisi, S. (2004) Skills and openness of OSS projects: Implications for performance, Working paper, Pisa, Italy: Laboratory of Economics and Management, Sant'Anna School of Advanced Studies. Hahn, J. and Zhang, C. (2005) An exploratory study of open source projects from a project management perspective, paper presented at MIS Research Workshop, Purdue University, West Lafayette, IN. Herbsleb, J.D. and Mockus, A. (2003) An Empirical Study of Speed and Communication in Globally Distributed Software Development, IEEE Transactions on Software Engineering, Vol. 29, No. 3, pp Hsu, J.S.C. Chan, C.L. Liu, J.Y.C. and Chen, H.G. (2008) The impact of user review on software responsiveness: Modeling requirements uncertainty, Information & Management, Vol. 45, No. 4, pp Kamhawi, E.M. and Gunasekaran, A. (2009) ERP systems implementation success factors: IS and non-is managers' perceptions, Int. J. of Business Information Systems, Vol. 4, No. 6, pp Kant, R. and Singh, M.D. (2009) Knowledge management implementation in supply chains: a strategic plan, Int. J. of Business Information Systems, Vol. 4, No. 6, pp King, W.R. (2005) Communications and information processing as a critical success factor in the effective knowledge organisation, Int. J. Business Information Systems, Vol. 1, No. 1/2. Krishnamurthy, S. (2002) Cave or community? An empirical examination of 100 mature open source projects, Working Paper, University of Washington, Bothell, Bothell, WA. Lakhani, K.R. Wolf, R.G. (2003) Why hackers do what they do: understanding motivation and effort in free/open source software project, Working paper, MIT Sloan School of Management/The Boston Consulting Group. Lee, S.Y.T. Kim, H.W. and Gupta, S. (2009) Measuring open source software success, Omega, Vol. 37, No. 2, pp Lerner, J. and Tirole, J. (2002) Some simple economics of open source, J. Indust. Econom, Vol. 50, No. 2, pp Liu, X. (2008) Design architecture, developer networks and performance of open source software projects, PhD dissertation, Boston University. McCarthy, J.G. and McGrath, F. (2008) The IT professional and knowledge management: researching the Irish perspective, Int. J. of Business Information Systems, Vol. 3, No. 6, pp Midha, V. (2007) Antecedents to the success of open source software, PhD dissertation, University of North Carolina at Greensboro. Midha, V. Singh, R. Palvia, P. and Kshetri, N. (2010) Improving open source software maintenance, Journal of Computer Information Systems, Vol. 50, No. 3, pp

15 Mockus, A. and Weiss, D. (2008) Interval quality: Relating customer-perceived quality to process quality, Proceedings of International Conference on Software Engineering, Leipzig, ACM Press, pp Moody, G. (2002) Rebel code: Linux and the open source revolution, London: Penguin. Open Source Initiative. (2005), available at: Scacchi, W. (2004) Free and open source development practices in the game community, IEEE Software, Vol. 21, No. 1, pp Sharma, S. Goyal, D.P. and Mittal, R.K. (2008) Data mining research for customer relationship management systems: a framework and analysis, Int. J. of Business Information Systems, Vol. 3, No. 5, pp Stewart, K.J. Ammeter, T. and Maruping, L. (2005) A preliminary analysis of the influences of licensing and organizational sponsorship on success in open source projects, Proceedings of the 38th Hawaii International Conference on System Sciences. Stewart, K.J. Ammeter, A.P. and Maruping, L.M. (2006) Impact of license choice and organizational sponsorship on success in open source software development projects, Information System Research, Vol. 17, No. 2, pp Stewart, K.J. and Gosain, S. (2006a) The Impact of Ideology on Effectiveness in Open Source Software Development Teams, MIS Quarterly, Vol. 30, No. 2, pp Stewart, K.J. and Gosain, S. (2006b) The Moderating Role of Development Stage in Free/Open Source Software Project Performance, Software process improvement and practice, Vol. 11, pp Subramaniam, C. Sen, R. and Nelson, M.L. (2009) Determinants of open source software project success: A longitudinal study, Decision Support Systems, Vol. 46, No. 2, pp

16 Figures: Tasks involved in defect-fixing process of OSS projects Submit a defect Assign the defect Fix the defect Close the defect Figure 1. Tasks involved in the defect fixing process of OSS projects License Team Size H2 H1 Effectiveness of Defect-fixing Process Operating System Figure 2. Research Model 15

17 Tables: Table 1. Distribution of the projects in terms of number of downloads Number of Frequency Percentage downloads % , % 20, , % >100, % Total % Variable Dependent variable Table 2. Indicators used to measure the variables Measure Label Definition Effectiveness of defect-fixing process Sbmt Asgn Fix Close Total number of defects submitted by team Total number of defects assigned Total number of defects fixed Total number of defects closed Independent variables Developer interest DI Number of developers registered on the project profile Operating system OS Number of operating systems that the project is compatible with Moderator project license Licns 0 for restrictive license (GNU GPL), and 1 for non-restrictive licenses (others) 16

18 Table 3. Path coefficients for Baseline model Relationship Path coefficient Sample Mean Standard Deviation Operating system -> Effectiveness of defect-fixing Standard Error T Statistics Table 4. Moderating effect of license restrictiveness Independent variable Direct effect Moderating effect Model 0 Model 1 Model 2 Team Size (TS) License Restrictiveness (LR) TS*LR R-square R 2 0 =0.198 R 2 1 =0.202 R 2 2 =0.221 Dependent variable: the effectiveness of the defect-fixing process; moderator: license restrictiveness. The f- value of R 2 difference is estimated by [(R R 2 1 )/ (df2 - df1)]/[(1 - R 2 2 )/(n - df2-1)]. 17

How are hybrid open source firms products commercially successful?

How are hybrid open source firms products commercially successful? Association for Information Systems AIS Electronic Library (AISeL) SAIS 2014 Proceedings Southern (SAIS) 4-14-2014 How are hybrid open source firms products commercially successful? Charlie Pitts Florida

More information

RELEASE EARLY, RELEASE OFTEN? AN EMPIRICAL ANALYSIS OF RELEASE STRATEGY IN OPEN SOURCE SOFTWARE CO-CREATION

RELEASE EARLY, RELEASE OFTEN? AN EMPIRICAL ANALYSIS OF RELEASE STRATEGY IN OPEN SOURCE SOFTWARE CO-CREATION RELEASE EARLY, RELEASE OFTEN? AN EMPIRICAL ANALYSIS OF RELEASE STRATEGY IN OPEN SOURCE SOFTWARE CO-CREATION Wei Chen, Rady School of Management, University of California, San Diego, La Jolla, CA, USA,

More information

Release Early, Release Often? An Empirical Analysis of Release Strategy in Open Source Software Co-Creation

Release Early, Release Often? An Empirical Analysis of Release Strategy in Open Source Software Co-Creation Association for Information Systems AIS Electronic Library (AISeL) PACIS 2013 Proceedings Pacific Asia Conference on Information Systems (PACIS) 6-18-2013 Release Early, Release Often? An Empirical Analysis

More information

What differentiates successful from unsuccessful open source software projects? This paper develops and

What differentiates successful from unsuccessful open source software projects? This paper develops and Information Systems Research Vol. 17, No. 2, June 2006, pp. 126 144 issn 1047-7047 eissn 1526-5536 06 1702 0126 informs doi 10.1287/isre.1060.0082 2006 INFORMS Impacts of License Choice and Organizational

More information

Application of Survival Model to Understand Open Source Software Release

Application of Survival Model to Understand Open Source Software Release Pacific Asia Journal of the Association for Information Systems Volume 7 Issue 2 Article 1 6-30-2015 Application of Survival Model to Understand Open Source Software Release Ravi Sen Texas A M University,

More information

Sustainability of Free/Libre Open Source Projects: A Longitudinal Study

Sustainability of Free/Libre Open Source Projects: A Longitudinal Study Journal of the Association for Information Sustainability of Free/Libre Open Source Projects: A Longitudinal Study InduShobha Chengalur-Smith University at Albany shobha@albany.edu Anna Sidorova University

More information

Does the Task Structure of Open Source Projects Matter? Superposition and Value Creation

Does the Task Structure of Open Source Projects Matter? Superposition and Value Creation Does the Task Structure of Open Source Projects Matter? Superposition and Value Creation Research-in-Progress Poonacha K. Medappa IS & OM Department HEC Paris, France poonacha.medappa@hec.edu Shirish C.

More information

How Loyal are You? Continuance Intention and Word of Mouth in Free/Libre Open Source Software

How Loyal are You? Continuance Intention and Word of Mouth in Free/Libre Open Source Software Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2009 Doctoral Consortium Americas Conference on Information Systems (AMCIS) 2009 How Loyal are You? Continuance Intention and Word

More information

Monetary Rewards for Open Source Software Developers

Monetary Rewards for Open Source Software Developers Monetary Rewards for OSS Developers Monetary Rewards for Open Source Software Developers Research-in-Progress Arzoo Atiq University of Auckland New Zealand a.atiq@auckland.ac.nz Arvind Tripathi University

More information

Examining Turnover in Open Source Software Projects Using Logistic Hierarchical Linear Modeling Approach

Examining Turnover in Open Source Software Projects Using Logistic Hierarchical Linear Modeling Approach Examining Turnover in Open Source Software Projects Using Logistic Hierarchical Linear Modeling Approach Pratyush N Sharma 1, John Hulland 2, and Sherae Daniel 1 1 University of Pittsburgh, Joseph M Katz

More information

Revealing Semantic Quality Characteristics of Free and Open Source Software

Revealing Semantic Quality Characteristics of Free and Open Source Software Revealing Semantic Quality Characteristics of Free and Open Source Software Stergios Draganidis, Kerstin V. Siakas Technological Educational Institute of Thessaloniki, Greece Department of Informatics

More information

Consumption and Production of Digital Public Goods

Consumption and Production of Digital Public Goods INTERNATIONAL JOURNAL OF INTELLIGENT CONTROL AND SYSTEMS VOL. 14, NO. 1, MARCH 2009, 77-86 Consumption and Production of Digital Public Goods Modeling the Impact of Different Success Metrics in Open Source

More information

The Influence of Individual-level Cultural Orientation on ERP System Adoption

The Influence of Individual-level Cultural Orientation on ERP System Adoption Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2004 Proceedings Americas Conference on Information Systems (AMCIS) December 2004 The Influence of Individual-level Cultural Orientation

More information

Effective work practices for Free/Libre Open Source Software development

Effective work practices for Free/Libre Open Source Software development Effective work practices for Free/Libre Open Source Software development Kevin Crowston*, Hala Annabi^, James Howison*, and Chengetai Masango* *Syracuse University School of Information Studies Syracuse

More information

The influence of institutions on organizational performance via network structure

The influence of institutions on organizational performance via network structure The influence of institutions on organizational performance via network structure Regarding the institutional context of the Open Source community Authors: Elmira van den Broek (3969088) & Irene Westra

More information

Evaluating the Alignment of IT with Business Processes in SMEs

Evaluating the Alignment of IT with Business Processes in SMEs Association for Information Systems AIS Electronic Library (AISeL) ACIS 2007 Proceedings Australasian (ACIS) 2007 Evaluating the Alignment of IT with Business Processes in SMEs Paul Cragg University of

More information

User Acceptance of SaaS ERP Considering Perceived Risk, System Performance and Cost

User Acceptance of SaaS ERP Considering Perceived Risk, System Performance and Cost User Acceptance of SaaS ERP Considering Perceived Risk, System Performance and Cost Tong-Ming Lim, Angela Siew-Hoong Lee, Mun-Keong Yap Department of Information Systems Sunway University Malaysia tongmingl@sunway.edu.my,

More information

An Analysis of Open Source Software Development Using Social Network Theory and Agent-Based Modeling

An Analysis of Open Source Software Development Using Social Network Theory and Agent-Based Modeling An Analysis of Open Source Software Development Using Social Network Theory and Agent-Based Modeling Greg Madey Vincent Freeh Renee Tynan Chris Hoffman University of Notre Dame March 2003 The Second Lake

More information

Available online at ScienceDirect. Procedia Economics and Finance 27 ( 2015 )

Available online at  ScienceDirect. Procedia Economics and Finance 27 ( 2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Economics and Finance 27 ( 2015 ) 567 573 22nd International Economic Conference IECS 2015 Economic Prospects in the Context of Growing

More information

NSUWorks. Share Feedback About This Item. Nova Southeastern University. Aleksandr Blekh Nova Southeastern University,

NSUWorks. Share Feedback About This Item. Nova Southeastern University. Aleksandr Blekh Nova Southeastern University, Nova Southeastern University NSUWorks CEC Theses and Dissertations College of Engineering and Computing 2015 Governance and organizational sponsorship as success factors in free/libre and open source software

More information

Cyber Security Guidelines for Using OPEN SOURCE SOFTWARE

Cyber Security Guidelines for Using OPEN SOURCE SOFTWARE Cyber Security Guidelines for Using OPEN SOURCE SOFTWARE Version: 1.0 Author: Cyber Security Policy and Standards Document Published Date: March 2018 Document History: Version Description Date 1.0 Published

More information

PREDICTION OF DEFECT DENSITY FOR OPEN SOURCE SOFTWARE USING REPOSITORY METRICS

PREDICTION OF DEFECT DENSITY FOR OPEN SOURCE SOFTWARE USING REPOSITORY METRICS Journal of Web Engineering, Vol. 6, No.3&4 (207) 293-30 Rinton Press PREDICTION OF DEFECT DENSITY FOR OPEN SOURCE SOFTWARE USING REPOSITORY METRICS DINESH VERMA Jaypee University of Engineering and Technology,

More information

Adoption of Open Source ERP in Small and Medium-sized Enterprises

Adoption of Open Source ERP in Small and Medium-sized Enterprises Association for Information Systems AIS Electronic Library (AISeL) PACIS 2017 Proceedings Pacific Asia Conference on Information Systems (PACIS) Summer 7-19-2017 Adoption of Open Source ERP in Small and

More information

Are You Satisfied Yet? Shared Leadership, Trust and Individual Satisfaction in Virtual Teams

Are You Satisfied Yet? Shared Leadership, Trust and Individual Satisfaction in Virtual Teams Are You Satisfied Yet? Shared Leadership, Trust and Individual Satisfaction in Virtual Teams Lionel Robert School of Information University of Michigan lprobert@umich.edu Sangseok You School of Information

More information

THE MICRO-FOUNDATIONS OF DYNAMIC CAPABILITIES, MARKET TRANSFORMATION AND FIRM PERFORMANCE. Tung-Shan Liao

THE MICRO-FOUNDATIONS OF DYNAMIC CAPABILITIES, MARKET TRANSFORMATION AND FIRM PERFORMANCE. Tung-Shan Liao THE MICRO-FOUNDATIONS OF DYNAMIC CAPABILITIES, MARKET TRANSFORMATION AND FIRM PERFORMANCE Tung-Shan Liao Thesis submitted to the Business School, The University of Adelaide, in fulfilment of the requirements

More information

Open Source Software An inspiration for software ecosystems

Open Source Software An inspiration for software ecosystems Open Source Software An inspiration for software ecosystems Valentin Rothberg System Software Group Friedrich-Alexander University Erlangen-Nuremberg January 17th, 2013 Problem Statement In the last decade

More information

An International Multidisciplinary Journal, Ethiopia Vol. 5 (6), Serial No. 23, November, 2011 ISSN (Print) ISSN (Online)

An International Multidisciplinary Journal, Ethiopia Vol. 5 (6), Serial No. 23, November, 2011 ISSN (Print) ISSN (Online) An International Multidisciplinary Journal, Ethiopia Vol. 5 (6), Serial No. 23, November, 2011 ISSN 1994-9057 (Print) ISSN 2070--0083 (Online) DOI: http://dx.doi.org/10.4314/afrrev.v5i6.16 An Empirical

More information

Critical Success Factors for Software Reuse Projects

Critical Success Factors for Software Reuse Projects Association for Information Systems AIS Electronic Library (AISeL) ICIS 1998 Proceedings International Conference on Information Systems (ICIS) December 1998 Critical Success Factors for Software Reuse

More information

The Impact of Mobile Shopping Quality on Customer Satisfaction and Purchase Intentions: The IS Success Based Model

The Impact of Mobile Shopping Quality on Customer Satisfaction and Purchase Intentions: The IS Success Based Model The Impact of Mobile Shopping Quality on Customer Satisfaction and Purchase Intentions: The IS Success Based Model Lisa Y. Chen Management, I-Shou University Kaohsiung, 840, Taiwan and William H. Lauffer

More information

The FAME Approach: an assessing methodology

The FAME Approach: an assessing methodology The FAME Approach: an assessing methodology FILIPPO EROS PANI*, GIULIO CONCAS*, DANIELE SANNA**, LUCA CARROGU** *Department of Electric and Electronic Engineering, Agile Group University of Cagliari Piazza

More information

Understanding resistance to mobile banking adoption: Evidence from South Africa

Understanding resistance to mobile banking adoption: Evidence from South Africa Understanding resistance to mobile banking adoption: Evidence from South Africa Introduction In the last decade, the convergence of the Internet, wireless technologies, and mobile devices has made possible

More information

Walt Scacchi Institute for Software Research University of California, Irvine Irvine, CA

Walt Scacchi Institute for Software Research University of California, Irvine Irvine, CA Walt Scacchi Institute for Software Research University of California, Irvine Irvine, CA 92697-3425 Wscacchi@ics.uci.edu http://www.ics.uci.edu/~wscacchi/presentations/oss-requirements 1 Research methodology

More information

Research on the Influence of WOM on Consumer Decisions

Research on the Influence of WOM on Consumer Decisions , pp.217-223 http://dx.doi.org/10.14257/astl.2015.111.42 Research on the Influence of WOM on Consumer Decisions Fei Meng 1, Jianliang Wei 2, Qinghua Zhu 3 1 Department of Public Foundation, Zhejiang Police

More information

Integrating Trust in Electronic Commerce with the Technology Acceptance Model: Model Development and Validation

Integrating Trust in Electronic Commerce with the Technology Acceptance Model: Model Development and Validation Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) December 2001 Integrating Trust in Electronic Commerce with

More information

BENCHMARKING SUPPLIER DEVELOPMENT: AN EMPIRICAL CASE STUDY OF VALIDATING A FRAMEWORK TO IMPROVE BUYER-SUPPLIER RELATIONSHIP

BENCHMARKING SUPPLIER DEVELOPMENT: AN EMPIRICAL CASE STUDY OF VALIDATING A FRAMEWORK TO IMPROVE BUYER-SUPPLIER RELATIONSHIP Volume7 Number1 March2016 pp.56 70 DOI: 10.1515/mper-2016-0007 BENCHMARKING SUPPLIER DEVELOPMENT: AN EMPIRICAL CASE STUDY OF VALIDATING A FRAMEWORK TO IMPROVE BUYER-SUPPLIER RELATIONSHIP KhuramShahzad

More information

Evaluating key factors affecting knowledge exchange in social media community

Evaluating key factors affecting knowledge exchange in social media community Evaluating key factors affecting knowledge exchange in social media community Li-Wen Chuang 1 and Shu-Ping Chiu 2,a 1 Department of Film and TV Technology, Fuzhou University of International Studies and

More information

THE INFLUENCE OF MORAL ORIENTATION AND RELATIONAL RISK ON KNOWLEDGE SHARING IN SUPPLY CHAINS

THE INFLUENCE OF MORAL ORIENTATION AND RELATIONAL RISK ON KNOWLEDGE SHARING IN SUPPLY CHAINS THE INFLUENCE OF MORAL ORIENTATION AND RELATIONAL RISK ON KNOWLEDGE SHARING IN SUPPLY CHAINS Jao-Hong Cheng, Department of Information Management, National Yunlin University of Science and Technology,

More information

NADIA ZAHEER PETER TRKMAN HOW MUCH WILLINGNESS TO SHARE INMORMATION AFFECTS SOCIAL EXCHANGE FACTORS IN SUPPLY CHAINS

NADIA ZAHEER PETER TRKMAN HOW MUCH WILLINGNESS TO SHARE INMORMATION AFFECTS SOCIAL EXCHANGE FACTORS IN SUPPLY CHAINS NADIA ZAHEER National University of Sciences & Technology, Pakistan PETER TRKMAN University of Ljubljana, Faculty of Economics, Slovenia HOW MUCH WILLINGNESS TO SHARE INMORMATION AFFECTS SOCIAL EXCHANGE

More information

Appendix B General Concepts

Appendix B General Concepts Appendix B General Concepts To best evaluate the detailed assessments and high-level evaluations of individual FOSS EHR projects, it is helpful to review several general features that vary among projects

More information

Evaluating Business Process Outsourcing using Coordination Theory

Evaluating Business Process Outsourcing using Coordination Theory Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2005 Proceedings Americas Conference on Information Systems (AMCIS) 2005 Evaluating Business Process Outsourcing using Coordination

More information

Challenges of adopting open source software in organisations

Challenges of adopting open source software in organisations Challenges of adopting open source software in organisations Aapo Salo, Joni Pennala, Samu Hänninen Abstract 2. Open Source Software Adoption 2.1 Software Adoption Models 2.2 Challenges 2.2.1 Uncontrolled

More information

END USER ADOPTION OF ERP SYSTEMS: INVESTIGATION OF FOUR BELIEFS

END USER ADOPTION OF ERP SYSTEMS: INVESTIGATION OF FOUR BELIEFS END USER ADOPTION OF ERP SYSTEMS: INVESTIGATION OF FOUR BELIEFS Ibrahim M. Al-Jabri and Ahmad Al-Hadab King Fahd University of Petroleum & Minerals, College of Industrial Management Department of Accounting

More information

Understanding the Requirements for Developing and Designing Open Source Software

Understanding the Requirements for Developing and Designing Open Source Software Understanding the Requirements for Developing and Designing Open Source Software Walt Scacchi Institute for Software Research University of California, Irvine Irvine, CA 92697-3425 Wscacchi@ics.uci.edu

More information

PURCHASE TIME AND USER SATISFACTION AS EFFECTED BY WEBSITE CONVENIENCE

PURCHASE TIME AND USER SATISFACTION AS EFFECTED BY WEBSITE CONVENIENCE PURCHASE TIME AND USER SATISFACTION AS EFFECTED BY WEBSITE CONVENIENCE Dr. Gerry Scheffelmaier, Middle Tennessee State University, gwscheff@mtsu.edu; Dr. John Vinsonhaler, Utah State University, jvinson@b202.usu.edu;

More information

A MULTI-THEORETICAL FRAMEWORK OF MOTIVATION IN OPEN SOURCE SOFTWARE

A MULTI-THEORETICAL FRAMEWORK OF MOTIVATION IN OPEN SOURCE SOFTWARE Association for Information Systems AIS Electronic Library (AISeL) MCIS 2010 Proceedings Mediterranean Conference on Information Systems (MCIS) 9-2010 A MULTI-THEORETICAL FRAMEWORK OF MOTIVATION IN OPEN

More information

MANAGEMENT INFORMATION SYSTEMS COURSES Student Learning Outcomes 1

MANAGEMENT INFORMATION SYSTEMS COURSES Student Learning Outcomes 1 MANAGEMENT INFORMATION SYSTEMS COURSES Student Learning Outcomes 1 MIS 180: Principles of Information Systems 1. Explain the importance of determining information system requirements for all management

More information

The Application of DEA to Measure the Efficiency of Open Source Security Tool Production

The Application of DEA to Measure the Efficiency of Open Source Security Tool Production Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2007 Proceedings Americas Conference on Information Systems (AMCIS) December 2007 The Application of DEA to Measure the Efficiency

More information

Evaluation Of Knowledge Management System Using Technology Acceptance Model

Evaluation Of Knowledge Management System Using Technology Acceptance Model Evaluation Of Knowledge Management System Using Technology Acceptance Model Jarot S. Suroso jsembodo@binus.edu Astari Retnowardhani aretnowardhani@binus.edu Abraham Fernando fernando.inoer@gmail.com Abstract

More information

Application of Value-based Adoption Model to Analyze SaaS Adoption Behavior in Korean B2B Cloud Market

Application of Value-based Adoption Model to Analyze SaaS Adoption Behavior in Korean B2B Cloud Market Application of Value-based Adoption Model to Analyze SaaS Adoption 1 Hong-Kyu Kwon, 2 Kwang-Kuyu Seo 1, First Author Department of Industrial & Management Engineering, Namseoul University, hongkyuk@nsu.ac.kr

More information

An Empirical Investigation of Consumer Experience on Online Purchase Intention Bing-sheng YAN 1,a, Li-hua LI 2,b and Ke XU 3,c,*

An Empirical Investigation of Consumer Experience on Online Purchase Intention Bing-sheng YAN 1,a, Li-hua LI 2,b and Ke XU 3,c,* 2017 4th International Conference on Economics and Management (ICEM 2017) ISBN: 978-1-60595-467-7 An Empirical Investigation of Consumer Experience on Online Purchase Intention Bing-sheng YAN 1,a, Li-hua

More information

GENERATIONS OF STRUGGLE IN STAGES OF GROWTH MODELING. Hans Solli-Sæther Norwegian School of Management NO-0442 Oslo, Norway

GENERATIONS OF STRUGGLE IN STAGES OF GROWTH MODELING. Hans Solli-Sæther Norwegian School of Management NO-0442 Oslo, Norway GENERATIONS OF STRUGGLE IN STAGES OF GROWTH MODELING Hans Solli-Sæther Norwegian School of Management NO-0442 Oslo, Norway hans.solli-sather@bi.no Petter Gottschalk Norwegian School of Management NO-0442

More information

Who Uses a Mobile Phone, and Why?

Who Uses a Mobile Phone, and Why? ABSTRACT Individual adoption of technology has been studied extensively in the workplace (Brown and Venkatesh, 2005). Far less attention has been paid to adoption of technology in the household (Brown

More information

Understanding Commitment in Open Source Software Projects

Understanding Commitment in Open Source Software Projects Understanding Commitment in Open Source Software Projects Heiskanen Heikki, Kinnunen Matias & Keränen Toni Abstract 1. Introduction 2. Roles and commitment in OSS projects 3. Commitment and motivation

More information

When Cultures Clash: Participation in Open Source Communities and Its Implications For Organizational Commitment

When Cultures Clash: Participation in Open Source Communities and Its Implications For Organizational Commitment When Cultures Clash: Participation in Open Source Communities and Its Implications For Organizational Commitment Introduction Completed Research Paper Open source software (OSS) development has received

More information

The Effects of Employee Ownership in the Context of the Large Multinational : an Attitudinal Cross-Cultural Approach. PhD Thesis Summary

The Effects of Employee Ownership in the Context of the Large Multinational : an Attitudinal Cross-Cultural Approach. PhD Thesis Summary The Effects of Employee Ownership in the Context of the Large Multinational : an Attitudinal Cross-Cultural Approach. PhD Thesis Summary Marco CARAMELLI The University of Montpellier II Marco.Caramelli@iae.univ-montp2.fr

More information

An Empirical Study on the relationships between social capital, rational cognition and knowledge sharing in product development

An Empirical Study on the relationships between social capital, rational cognition and knowledge sharing in product development 2012 International Conference on Economics, Business and Marketing Management IPEDR vol.29 (2012) (2012) IACSIT Press, Singapore An Empirical Study on the relationships between social, rational cognition

More information

Company Sponsorship in Open Source Projects

Company Sponsorship in Open Source Projects Company Sponsorship in Open Source Projects Mikko, Aatu, Markus 1. Introduction 2. Literature review 2.1. Ways to sponsor 2.2. Reasons OSS Projects Are Sponsored 2.3. Sponsorship and Project Influence

More information

Social Positions at Sourceforge.net

Social Positions at Sourceforge.net Social Positions at Sourceforge.net Scott Christley and Greg Madey Dept. of Computer Science and Engineering, University of Notre Dame, Notre Dame, IN 44656 {schristl,gmadey}@nd.edu Summary. 1 We construct

More information

AN EMPIRICAL STUDY OF THE E-COMMERCE CLICK-AND-MORTAR BUSINESS MODEL AND PERFORMANCE: AN INNOVATION APPROACH

AN EMPIRICAL STUDY OF THE E-COMMERCE CLICK-AND-MORTAR BUSINESS MODEL AND PERFORMANCE: AN INNOVATION APPROACH International Journal of Electronic Business Management, Vol. 2, No. 2, pp. 85-91 (2004) 85 AN EMPIRICAL STUDY OF THE E-COMMERCE CLICK-AND-MORTAR BUSINESS MODEL AND PERFORMANCE: AN INNOVATION APPROACH

More information

USER ACCEPTANCE OF DIGITAL LIBRARY: AN EMPIRICAL EXPLORATION OF INDIVIDUAL AND SYSTEM COMPONENTS

USER ACCEPTANCE OF DIGITAL LIBRARY: AN EMPIRICAL EXPLORATION OF INDIVIDUAL AND SYSTEM COMPONENTS USER ACCEPTANCE OF DIGITAL LIBRARY: AN EMPIRICAL EXPLORATION OF INDIVIDUAL AND SYSTEM COMPONENTS Ganesh Vaidyanathan, Indiana University South Bend, gvaidyan@iusb.edu Asghar Sabbaghi, Indiana University

More information

The Effects Of Constructive Conflict On Team Emotions

The Effects Of Constructive Conflict On Team Emotions Journal of Applied Science and Engineering Innovation, Vol.2 No.10 2015, pp. 402-406 ISSN (Print): 2331-9062 ISSN (Online): 2331-9070 The Effects Of Constructive Conflict On Team Emotions Yuan Lin, Anmin

More information

An Integrative Model of Clients' Decision to Adopt an Application Service Provider

An Integrative Model of Clients' Decision to Adopt an Application Service Provider Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2003 Proceedings Americas Conference on Information Systems (AMCIS) December 2003 An Integrative Model of Clients' Decision to Adopt

More information

MANAGEMENT INFORMATION SYSTEMS COURSES Student Learning Outcomes 1

MANAGEMENT INFORMATION SYSTEMS COURSES Student Learning Outcomes 1 MANAGEMENT INFORMATION SYSTEMS COURSES Student Learning Outcomes 1 MIS 180: Principles of Information Systems 1. Explain the importance of determining information system requirements for all management

More information

Success Factors for Information Systems Outsourcing: A Meta-Analysis

Success Factors for Information Systems Outsourcing: A Meta-Analysis Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2009 Proceedings Americas Conference on Information Systems (AMCIS) 2009 Success Factors for Information Systems Outsourcing: A

More information

Understanding the Requirements for Developing and Designing Open Source Software

Understanding the Requirements for Developing and Designing Open Source Software Understanding the Requirements for Developing and Designing Open Source Software Walt Scacchi Institute for Software Research and Laboratory for Computer Game Culture and Technology University of California,

More information

Customer Brand Engagement on Online Social Media Platforms: A Conceptual Model and Empirical Analysis

Customer Brand Engagement on Online Social Media Platforms: A Conceptual Model and Empirical Analysis University of Aarhus From the SelectedWorks of Polymeros Chrysochou 2013 Customer Brand Engagement on Online Social Media Platforms: A Conceptual Model and Empirical Analysis Justina Malciute Polymeros

More information

1. Presenter: 2. Title of Presentation. Testing the Emotional Intelligence of Leaders as an Antecedent to Leader-Member Exchanges: A Field Study

1. Presenter: 2. Title of Presentation. Testing the Emotional Intelligence of Leaders as an Antecedent to Leader-Member Exchanges: A Field Study 1. Presenter: John E. Barbuto, Jr. Associate Professor of Leadership University of Nebraska-Lincoln 300 Ag Hall Lincoln, NE 68583-0709 (402) 472-8736 jbarbuto@unl.edu 2. Title of Presentation Testing the

More information

APPLYING A MODEL OF THE DYNAMICS OF PURCHASING FROM VIRTUAL STORES TO UAE

APPLYING A MODEL OF THE DYNAMICS OF PURCHASING FROM VIRTUAL STORES TO UAE APPLYING A MODEL OF THE DYNAMICS OF PURCHASING FROM VIRTUAL STORES TO UAE, Department of MIS, American University of Sharjah, Sharjah, UAE 26666 Rbarkhi@aus.edu (On leave from Virginia Tech, USA) Abstract

More information

Introduction to. October 18, 2011 Northeast Asia OSS Promotion Forum WG3. Copyright 2011 Northeast Asia OSS Promotion Forum WG3

Introduction to. October 18, 2011 Northeast Asia OSS Promotion Forum WG3. Copyright 2011 Northeast Asia OSS Promotion Forum WG3 Introduction to October 18, 2011 Northeast Asia OSS Promotion Forum WG3 0 Background and Goal 1 Surrounding OSS 1. In many ICT fields, OSS (Open Source Software) is having important roles as key components

More information

UNCORRECTED PROOFS. An Empirical Study on Software Development with Open Source Components in the Chinese Software Industry.

UNCORRECTED PROOFS. An Empirical Study on Software Development with Open Source Components in the Chinese Software Industry. AQ SOFTWARE PROCESS IMPROVEMENT AND PRACTICE Softw. Process Improve. Pract. 00; : 000 000 Published online in Wiley InterScience (www.interscience.wiley.com) DOI: 0.00/spip. An Empirical Study on Software

More information

Organizational Structure of Open Source Projects: A Life Cycle Approach

Organizational Structure of Open Source Projects: A Life Cycle Approach Association for Information Systems AIS Electronic Library (AISeL) SAIS 2004 Proceedings Southern (SAIS) 3-1-2004 Organizational Structure of Open Source Projects: A Life Cycle Approach Donald E. Wynn,

More information

Exploring the Role of Digital Media in Organization- Public Relationships and Public Engagement

Exploring the Role of Digital Media in Organization- Public Relationships and Public Engagement Exploring the Role of Digital Media in Organization- Public Relationships and Public Engagement Yuan Wang Assistant Professor Department of Communication Eastern Kentucky University, U.S.A. Outline 1.

More information

Business Process Agility

Business Process Agility Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2005 Proceedings Americas Conference on Information Systems (AMCIS) 2005 Robyn L. Raschke Arizona State University, robyn.raschke@asu.edu

More information

WHICH THEORY APPLIES: AN ANALYSIS OF INFORMATION SYSTEMS RESEARCH

WHICH THEORY APPLIES: AN ANALYSIS OF INFORMATION SYSTEMS RESEARCH WHICH THEORY APPLIES: AN ANALYSIS OF INFORMATION SYSTEMS RESEARCH Leila Halawi, Cookman College, halawil@cookman.edu Richard McCarthy, Quinnipiac University, Richard.mccarthy@quinnipiac.edu ABSTRACT Research

More information

End-User Computing Satisfaction (EUCS) in Computerised Accounting System (CAS): Which the Critical Factors? A Case in Malaysia

End-User Computing Satisfaction (EUCS) in Computerised Accounting System (CAS): Which the Critical Factors? A Case in Malaysia Vol. 2, No. 1 End-User Computing Satisfaction (EUCS) in Computerised Accounting System (CAS): Which the Critical Factors? A Case in Malaysia Azleen Ilias Mohd Zulkeflee Abd Razak Rahida Abdul Rahman Mohd

More information

An Empirical Investigation into the Assimilation of Open Source Server Software

An Empirical Investigation into the Assimilation of Open Source Server Software Communications of the Association for Information Systems 3-2011 An Empirical Investigation into the Assimilation of Open Source Server Software Kris Ven Department of Management Information Systems, University

More information

Virtual Community of Consumers: Why People are Willing to Contribute?

Virtual Community of Consumers: Why People are Willing to Contribute? Virtual Community of Consumers: Why People are Willing to Contribute? Cindy M. Y. Cheung Department of Information Systems City University of Hong Kong iscin@cityu.edu.hk Sarah P.W. Shek Department of

More information

Impact of ERP Implementation on Supply Chain Performance of Transport and Logistics Companies in Sri Lanka

Impact of ERP Implementation on Supply Chain Performance of Transport and Logistics Companies in Sri Lanka ISSN: 2513-2520 R4TLI Conference Proceedings 2017 Impact of ERP Implementation on Supply Chain Performance of Transport and Logistics Companies in Sri Lanka 1. Introduction Dilini Yapa University of Moratuwa,

More information

Exploratory Study of Leadership Behavior Impact on Environmental Performance of Industrial Companies in Libya

Exploratory Study of Leadership Behavior Impact on Environmental Performance of Industrial Companies in Libya International Journal of Business and Management; Vol. 11, No. 2; 2016 ISSN 1833-3850 E-ISSN 1833-8119 Published by Canadian Center of Science and Education Exploratory Study of Leadership Behavior Impact

More information

The Acceptance of the Application of Blockchain Technology in the Supply Chain Process of the Thai Automotive Industry

The Acceptance of the Application of Blockchain Technology in the Supply Chain Process of the Thai Automotive Industry Supranee S. & Rotchanakitumnuai S. (2017). The acceptance of the application of blockchain technology in the supply chain process of the Thai automotive industry. In Proceedings of The 17th International

More information

Impacts of Teachers Competency on Job Performance in Research Universities with Industry Characteristics: Taking Academic Atmosphere as Moderator

Impacts of Teachers Competency on Job Performance in Research Universities with Industry Characteristics: Taking Academic Atmosphere as Moderator Journal of Industrial Engineering and Management JIEM, 2014 7(5): 1283-1292 Online ISSN: 2013-0953 Print ISSN: 2013-8423 http://dx.doi.org/10.3926/jiem.1261 Impacts of Teachers Competency on Job Performance

More information

SUBSTITUTES FOR LEADERSHIP AND JOB SATISFACTION REVISITED

SUBSTITUTES FOR LEADERSHIP AND JOB SATISFACTION REVISITED SUBSTITUTES FOR LEADERSHIP AND JOB SATISFACTION REVISITED Edward Jernigan, Department of Management, Belk College of Business, UNC Charlotte Joyce Beggs, Department of Management, Belk College of Business,

More information

A conceptual framework to classify strategic information systems planning methodologies

A conceptual framework to classify strategic information systems planning methodologies A conceptual framework to classify strategic information systems planning methodologies Author Kandjani, Hadi, Mohtarami, Amir, Eslami-Andargoli, Amirhossein, Shokoohmand, Reza Published 2013 Conference

More information

Complementary Roles of IS Leadership: Mathematical Model

Complementary Roles of IS Leadership: Mathematical Model Communications of the IIMA Volume 7 Issue 4 Article 007 Complementary Roles of IS Leadership: Mathematical Model Madu Baba Galadim Department of Management Science and Engineering Beijing Institute of

More information

THE SUMMARY, CONCLUSIONS AND SUGGESTIONS

THE SUMMARY, CONCLUSIONS AND SUGGESTIONS Chapter 6 THE SUMMARY, CONCLUSIONS AND SUGGESTIONS This chapter is divided into three parts - The summary, conclusion and recommendations. The summary presents a chapter wise outline to provide an overview

More information

The Influence of Perceptions of Training towards Affective Commitment: A Conceptual Paper

The Influence of Perceptions of Training towards Affective Commitment: A Conceptual Paper The Influence of Perceptions of Training towards Affective Commitment: A Conceptual Paper Mikkay Wong Ei Leen, Rabeatul Husna Abdull Rahman, Halimah Mohd Yusof, Umar Haiyat Abdul Kohar To Link this Article:

More information

EMPLOYEE-MANAGER FIT ON THE DIMENSION OF CUSTOMER SERVICE CLIMATE AND EMPLOYEE OUTCOMES

EMPLOYEE-MANAGER FIT ON THE DIMENSION OF CUSTOMER SERVICE CLIMATE AND EMPLOYEE OUTCOMES EMPLOYEE-MANAGER FIT ON THE DIMENSION OF CUSTOMER SERVICE CLIMATE AND EMPLOYEE OUTCOMES Kim K. McKeage, School Of Business, Quinnipac University, Hamden CT 06518 Cheryl L. Adkins, College of Business and

More information

The Introduction of ERP systems by Foreign Firms in China: Impact of Cultural Differences

The Introduction of ERP systems by Foreign Firms in China: Impact of Cultural Differences Association for Information Systems AIS Electronic Library (AISeL) PACIS 2008 Proceedings Pacific Asia Conference on Information Systems (PACIS) July 2008 The Introduction of ERP systems by Foreign Firms

More information

Which Theory Applies: An Analysis of Information Systems Research

Which Theory Applies: An Analysis of Information Systems Research Publications 2006 Which Theory Applies: An Analysis of Information Systems Research Leila Halawi Bethune-Cookman University, halawil@erau.edu Richard McCarthy Quinnipiac University Follow this and additional

More information

EVALUATING IMPACT OF IT INVESTMENTS ON CUSTOMER SATISFACTION: AN EMPIRICAL STUDY ON THAILAND S MINISTRY OF TRANSPORT IT PROJECTS

EVALUATING IMPACT OF IT INVESTMENTS ON CUSTOMER SATISFACTION: AN EMPIRICAL STUDY ON THAILAND S MINISTRY OF TRANSPORT IT PROJECTS EVALUATING IMPACT OF IT INVESTMENTS ON CUSTOMER SATISFACTION: AN EMPIRICAL STUDY ON THAILAND S MINISTRY OF TRANSPORT IT PROJECTS Pisit Chanvarasuth 1,* and Veera Boonjing 2 1 Management Technology Program,

More information

The Role of Work Teams Empowerment in Crisis Management: A Case Study of Jordanian Electricity Distribution Company- Karak Governorate

The Role of Work Teams Empowerment in Crisis Management: A Case Study of Jordanian Electricity Distribution Company- Karak Governorate International Business Research; Vol. 9, No. 6; 2016 ISSN 1913-9004 E-ISSN 1913-9012 Published by Canadian Center of Science and Education The Role of Work Teams Empowerment in Crisis Management: A Case

More information

Predicting and explaining use intention and purchasing intention in online g roup shopping

Predicting and explaining use intention and purchasing intention in online g roup shopping Association for Information Systems AIS Electronic Library (AISeL) BLED 2012 Proceedings BLED Proceedings Spring 6-20-2012 Predicting and explaining use intention and purchasing intention in online g roup

More information

Conceptualizing Software Engineering People Issues

Conceptualizing Software Engineering People Issues Conceptualizing Software Engineering People Issues Medha Umarji, Carolyn Seaman Dept. of Information Systems Univ. of Maryland Baltimore County Baltimore, USA {medha1, cseaman} @umbc.edu Abstract. The

More information

INFLUENCE FACTORS ON INTENTION TO USE MOBILE BANKING

INFLUENCE FACTORS ON INTENTION TO USE MOBILE BANKING INFLUENCE FACTORS ON INTENTION TO USE MOBILE BANKING 1 KYUNGTAG LEE, 2 JEONGWOO KIM, 3 MIJIN NOH 1,2 Yeungnam University, 3 Kyungpook National University E-mail: 1 mykr21@gmail.com, 3 yomydragon@naver.com,

More information

Online consumer retention: development of new habits

Online consumer retention: development of new habits University of Wollongong Research University of Wollongong in Dubai - Papers University of Wollongong in Dubai 2005 consumer retention: development of new habits Mohamed Khalifa City University of Hong

More information

TOWARDS A THEORY OF ARCHITECTURAL KNOWLEDGE INTEGRATION CAPABILITY: A TEST OF AN EMPIRICAL MODEL IN E-BUSINESS PROJECT TEAMS [RESEARCH IN PROGRESS]

TOWARDS A THEORY OF ARCHITECTURAL KNOWLEDGE INTEGRATION CAPABILITY: A TEST OF AN EMPIRICAL MODEL IN E-BUSINESS PROJECT TEAMS [RESEARCH IN PROGRESS] Global Co-Operation in the New Millennium The 9th European Conference on Information Systems Bled, Slovenia, June 27-29, 2001 TOWARDS A THEORY OF ARCHITECTURAL KNOWLEDGE INTEGRATION CAPABILITY: A TEST

More information

Customer satisfaction as a gain/loss situation: Are experienced customers more loss aversive?

Customer satisfaction as a gain/loss situation: Are experienced customers more loss aversive? Customer satisfaction as a gain/loss situation: Are experienced customers more loss aversive? 1 Magnus Söderlund Center for Consumer Marketing, Stockholm School of Economics, P.O. Box 6501, SE-113 83 Stockholm,

More information

Personal Software Process SM for Engineers: Part I

Personal Software Process SM for Engineers: Part I Personal Software Process SM for Engineers: Part I Introduction to the PSP SM Defect Removal Estimation of Project Size Microsoft Project Design READING FOR THIS LECTURE A Discipline for Software Engineering,

More information