Evaluation of Software Quality in the TopCoder Crowdsourcing Environment

Size: px
Start display at page:

Download "Evaluation of Software Quality in the TopCoder Crowdsourcing Environment"

Transcription

1 Evaluation of Software Quality in the TopCoder Crowdsourcing Environment Xin Wang, Wenjun Wu, Zhenghui Hu State Key Lab of Software Development Environment Department of Computer Science and Engineering Beihang University Beijing, China {wangxin, wwj, Abstract Many practitioners use rules of thumb to take participate in tasks from online labor markets. TopCoder is such a crowdsourcing platform in which users select among and compete in a collection of contests offering various rewards. Most research efforts on crowdsourcing focus on competitive behaviors of programmers and performance of contests without discussion on the quality of a complete software project that often involves several phases in a group software production process. The main objective of our research is to capture the essential features of TopCoder projects and introduce a new approach to evaluate the quality for each TopCoder project. This paper makes two major contributions: First, we model the effort level using intrinsic properties of contest and validate the definition. We evaluate quality of each contest following the definition of effort level. Subsequently we extend the quality definition to each phase of a TopCoder project and finally obtain the whole project quality. We also perform necessary validation on our model using empirical data and show some important discovery. Keywords Software Quality; Crowdsourcing based Software Development; Effort Level I. INTRODUCTION Crowdsourcing, an emerging distributed problem-solving model, has been widely used in many aspects of human life and social activities. Thus it s reasonable and tempting to adopt crowdsourcing in the area of software engineering, in which software development tasks such as requirement analysis, software design, coding, testing and verification can be conducted by workers from online labor markets instead of in-house software developers or contractors. Crowdsourcing based software engineering is an attractive research area with great potential. Most research efforts focus on studying competitive behaviors of programmers and the best methods for quality outcomes out of different kinds of software tasks. No previous work has been done on evaluating the quality of crowdsourcing-based software development in the project level. This motivates us to carry out further research on the characteristics of crowdsourcing-based software engineering. This article is the first to study crowdsourcing-based software development in the perspective of software projects. Our major contribution is to define an evaluation framework for assessing the quality of TopCoder software projects. The rest of the paper is organized as follows: Section 2 compares related work with our framework. Section 3 describes the data set that we prepare for building the quality evaluation framework. Section 4 introduces a GMM-based method to categorize the effort level of TopCoder contests. Section 5 elaborates the framework for evaluating quality of TopCoder software project. The conclusion is given in Section 6. II. RELATED WORK Many researchers have already pointed out that software quality issues in the crowdsourcing circumstance are vital to the success of a software crowdsourcing project [2][3]. In fact, a few papers have published for analyzing the quality of software developed in crowdsourcing-based software engineering[1][4]. Mao Ke et al have identified six core factors impacting software quality and suggested four aspects for enterprises to develop software with high quality [5]. Archak found that individual specific traits, project payment and the number of project requirements are three significant predictors of the quality of the final winner /17/$ IEEE

2 in a TopCoder programing contest [7]. Additionally, some previous work has been done on analyzing the quality or success of non-software tasks. Yang introduced content-based recommendation techniques for developer recommendation as an approach to guarantee the quality of software deliverables [6]. Nag et al. collaborated with TopCoder on the SPHERES Zero Program and reported this experience in [10][11]. Rogstadius et al. made the conclusion that intrinsic and extrinsic motivations had different influence on image sorting task performance, and Edelman et al. found that the larger community, greater participants, and higher payment [4]. Wu et al. made some effort on TopCoder community platform, such as describing crowdsourcing-based software development processes, they also proposed a game-theoretical model for peer software production, and analyzing the competitive behaviors occurred in algorithm contests on TopCoder[13][14][15]. III. DATA SET By crawling data from the TopCoder website, we collect 14,631 contests information totally from Feb, 2003 to Sep, 2015, except for algorithm and high school contests such as SRM and marathon match, which are not relevant to our further analysis. Our research concentrates on complete software projects on TopCoder. However, due to the unavailability of project management information stored at the backend of the TopCoder platform, we only get the limited metadata of each TopCoder programming contest without explicit and well-defined documents for these software projects. So we have to extract some common text terms as the keywords of these projects out of the available metadata of the contest. By using the keywords of the projects, we filter programming contests posted in the term of competitions on TopCoder to identify whether a contest belongs to a particular project or not. To implement the extraction process, we adopt a semi-automation and semi-artificial method. Suppose that terms such as project topic and company name could be found in contest name, we pick out these terms by Term Frequency-Inverse Document Frequency (TF-IDF) Fig.1. Features for Effort Level to Modeling and Validation in Different Categories algorithm at the first step according to (1): tf i D w * log i T df 1 (1) i Where tf i is frequency of term i, while T indicates the length of all contests title. Subsequently, we define df i as the number of contest which includes term i in its title while D refers to the total number of contests. Notice that we add offset to df i in case of the denominator to be zero. Meanwhile, it s necessary to ignore some irrelevant words like a, the, of, for, etc. We calculate the value of w for each term. Clustered by these terms, original software projects are collected and we verify the correctness and independence of each software project by rechecking carefully to filter result. Finally, 62 software projects were identified and they totally involved 1688 contests. IV. DEFINITION OF CONTEST EFFORT LEVEL The effort level of software development tasks is a very important indicator for project quality evaluation, giving a quantitative measurement about how much manpower needed for a specific development task. TopCoder website doesn t publish the effort level for each contest. Researchers often need to conduct surveys among the project participants to obtain subject estimation of every TopCoder contest, but the long timespan of these contests makes it time consuming and even impossible to some extent. Thus, we calculate the effort level of each contest through statistic methods and assume the larger value it is, the more difficult contest will be.

3 TABLE I. VALIDATION OF EFFORT LEVEL USING CORRELATION TEST The process of effort-level modeling and validation is illustrated in Fig. 1. There are some intrinsic properties fixed before a contest starts, such as payment, time for development, specification text length and the number of technology used. We model the effort level for each contest based on these factors and decide to perform our analysis separately in different categories to avoid the gap between them. Except for the factors mentioned above, the number of link in contest specification text is also considered to be added in as a new factor. To verify the correctness of definition over effort level, we apply other statistic variables that could only be obtained after contests. Data from intrinsic properties are normalized by Z-score method before modeling. These data become the input of GMM (Gaussian Mixture Model) to cluster contests. Factors listed in Fig. 1 for modeling are positively correlated with contest effort level and the sum of five factors value for each cluster center is deemed as its effort level. Hence, contest effort level can be calculated by (2). E k P E (2) C i i i 1 Where E c is contest effort level and E i is the effort level for each cluster center. P i describes possibility that contest belongs to particular cluster, which is calculated in the GMM model. To validate the definition of effort level, we adopt three factors that can be collected when the contest is finished the highest score, average score and the contest participants who passed among all registrants in the contest. According to TABLE 1, these factors dramatically present significant correlation with effort value, but slightly negative in coefficient. V. EVALUATION OF PROJECT QUALITY Based on the definition of effort level, we develop a project-level assessment framework to appraise the quality for TopCoder projects, which is shown in Fig. 2. Initially we start with the contest level by defining a new quality metric for every TopCoder contest. Subsequently, one can sum up all the contests in every phase of a project to calculate the quality of the phase. Lastly, one can evaluate Fig.2. Evaluation of Phase and Project Quality the whole project by combining the quality of each phase. Definition of Contest Quality In a TopCoder contest, each submission from contestants is graded by three reviewers according to a specified scorecard on the dimensions varying from technical correctness and clarity of documentation to flexibility of the solution. The sponsors for the contest only select the solution from the top two winners and award them contest bonus. Therefore, the score of the winner is related to the quality of the outcome of the contest. The other vital factor in quality assessment is the effort level of TopCoder contests defined in previous section. Apparently, a contest with a higher effort level demands more skills for developers to finish the required tasks. To evaluate the quality of the contest outcome in a balanced and objective way, we need to build a quality metric by aggregating both the winner score and the effort level of the task in the contest. Equation(3) presents the formula to calculate the quality of contest. Qc * Sc * Ec (3) Q c is the quality of contest in which highest score is S c, effort for the contest is E c. Where the coefficient α and β is to control proportion and adjust the quality lies between zero and one hundred. Definition of Phase Quality Based on the definition of the contest quality metric, one can further derive the quality metric for phases of a TopCoder project. Equation(4) calculates the average value of all the contests Q i (i=1,2 n) in a phase as the quality of this phase Q p. Q P 1 n Q n (4) i i 1 Based on the phase quality metric, we perform correlation analysis among different phases in all projects to reveal how TopCoder phases affect each other s quality. TABLE 2 displays the analysis result, in which we disregard phases such as Content Creation, Code, UI

4 TABLE II. CORRELATION TEST IN QUALITY AMONG DIFFERENT PHASES Prototype and RIA Build due to the limited data samples of these phases. From the TABLE 2, one can see that the quality of every phase, except for Test suites, is positively correlated with its adjacent phase from Conceptualization to Assembly. The quality of the Specification phase has impact on nearly all the other phases because the design documents generated by the Specification phase are of great importance to the other TopCoder phases. Our research finding also confirm that the quality of the Design phase significantly influences the quality of the Development phase as Nikolay have mentioned in his paper [7]. Moreover, the quality of the Assembly phase that is responsible for integration and deployment, is impacted by precede phases including Specification, Architecture, Design and Development, except Conceptualization. The quality of Test scenarios displays strong relation to Specification, Architecture and Assembly. Only Test Suites have no influence on any other phases. Definition of Project Quality The quality of a TopCoder project is defined as the aggregation of all the quality metrics of each phase in this project with the appropriate weights. Assume that the project includes m phases and W p means the payment of phase Q p. Equation(5) introduces a weight scheme for the project quality by assigning the ratio of each phase s payment over the total payment as the weight coefficient. Q Project w Q w Q w w p1 p1 pm pm p1 We sort the quality values of all the available projects in the ascend order in Fig. 3. Omicron-breeding becomes champion with the highest quality, On the other side, EPA Android App has the worst quality that only gets We also calculate the variance of quality between different phases for each project. Generally, projects with higher quality demonstrate lower variance through its phases. It indicates that the high quality variance between different phases in a project exhibits an unstable development process and easily leads to a poor software production. pm (5)

5 In order to validate our definition of the quality metric, we collect data from TopCoder in Bug Hunt that aims at seeking defects in the outcome of TopCoder projects as the number and density of software defects are often regarded as criterion to evaluate project quality. Only 27 projects among 62 projects post 44 bug hunt phases in total on the TopCoder website. Given the fact that we are not able to get exact number of bugs from the downloaded Bug Hunt data, we have to rely upon the observable properties to illustrate whether the quality metric is related to the effort of Bug Hunt. TABLE 3 shows the three factors including Payment, text length and Duration time. The factors of Payment and text length indicate the total cost and length of specification in the Bug Hunt contests for specific projects respectively while duration time implies the total time required to fix bugs. Moreover, we also perform the comparison between our quality metric and traditional method to demonstrate the effectiveness of our quality framework. In the traditional method named by TM as comparison in TABLE 3, the highest score is selected to describe the quality of contest, and the average score of all the contests in a project is calculated as the project quality. The calculation is TABLE III VALIDATION OF CORRELATION BETWEEN PROJECT QUALITY METRIC AND BUG HUNT EFFORTS Fig.3. Quality of Each Project together with Variance between Phases described in (6). Q Q Q Q 1 2 n (6) Project Q project indicates quality of the project including n contests. Q i (i=1,2 n) is the quality of contest. The result confirms that the three properties (payment, text length, and development duration) of projects present negative correlation to the project quality metric defined in Eq(5). More importantly, our quality metric show more consistent and significant correlation with the three major properties than the traditional method. It makes clear that our quality assessment framework is reasonable and performs better than the traditional way of quality metric aggregation. VI. CONCLUSIONS In this paper we investigate the issue of project quality evaluation in the TopCoder, one of the largest platforms for software crowdsourcing. We address the issue from the following aspects: (1) We design a clustering-based method to rate the effort level for each TopCoder programming contest. (2) We introduce a new quality metric for the software artifact delivered by each TopCoder contest and then extend the aggregated quality metric to the level of a TopCoder project. (3) We validate the framework of the project quality assessment by performing correlation analysis between the calculated quality metric and the effort level of bug hunting contests in TopCoder. The empirically analysis results show that there is significant correlation in quality between consecutive development phases in TopCoder projects. Further n

6 investigation reveals that high quality software product has low variance through each phase. These findings suggest that if a project manager plans to have a high quality deliverable from a program competition platform such as TopCoder, he needs to not only assure the good quality in each program contest but also attempt to maintain a stable and smooth process across all the phases in his project. ACKNOWLEDGMENT This work was supported in part by grant from State Key Laboratory of Software Development Environment (Funding No. SKLSDE-2015ZX-03) and NSFC (Grant No ). REFERENCES [1] Jan Bosch, "Speed, Data, and Ecosystems: The Future of Software Engineering", IEEE Software, vol.33, no. 1, pp , Jan.-Feb. 2016, doi: /ms [2] Thomas D. LaToza, Andre van der Hoek, "Crowdsourcing in Software Engineering: Models, Motivations, and Challenges", IEEE Software, vol.33, no. 1, pp , Jan.-Feb. 2016, doi: /ms [3] K. Mao et al., A Survey of the Use of Crowdsourcing in Software Engineering, research note RN/15/01, Dept. Computer Science, University College London, [4] Ke Li, Junchao Xiao, Yongji Wang, Qing Wang, "Analysis of the Key Factors for Software Quality in Crowdsourcing Development: An Empirical Study on TopCoder.com," 2014 IEEE 38th Annual Computer Software and Applications Conference, pp , 2013 IEEE 37th Annual Computer Software and Applications Conference, [5] K. Mao, Y. Yang, M. Li and M. Harman, "Pricing crowdsourcing-based software development tasks," th International Conference on Software Engineering (ICSE), San Francisco, CA, 2013, pp [6] K. Mao, Y. Yang, Q. Wang, Y. Jia and M. Harman, "Developer Recommendation for Crowdsourced Software Development Tasks," Service-Oriented System Engineering (SOSE), 2015 IEEE Symposium on, San Francisco Bay, CA, 2015, pp [7] Nikolay Archak Money, glory and cheap talk: analyzing strategic behavior of contestants in simultaneous crowdsourcing contests on TopCoder.com. In Proceedings of the 19th international conference on World wide web (WWW '10). ACM, New York, NY, USA, [8] Lakhani, Karim R., David A. Garvin, and Eric Lonstein. "TopCoder (A): Developing Software through Crowdsourcing." Harvard Business School Case , January (Revised May 2012.) [9] Klaas-Jan Stol and Brian Fitzgerald Two's company, three's a crowd: a case study of crowdsourcing software development. In Proceedings of the 36th International Conference on Software Engineering (ICSE 2014). ACM, New York, NY, USA, [10] S. Nag, I. Heffan, A. Saenz-Otero and M. Lydon, "SPHERES Zero Robotics software development: Lessons on crowdsourcing and collaborative competition," Aerospace Conference, 2012 IEEE, Big Sky, MT, 2012, pp [11] S. Nag, Collaborative competition for crowdsourcing spaceflight software and STEM education using SPHERES Zero Robotics, Master s thesis, Massachusetts Institute of Technology, [12] H. Tajedin and D. Nevo, "Value-Adding Intermediaries in Software Crowdsourcing," th Hawaii International Conference on System Sciences, Waikoloa, HI, 2014, pp [13] Wu, W., Tsai, W-T. and Li, W. (2013) Creative software crowdsourcing: from components and algorithm development to project concept formations, Int. J. Creative Computing, Vol. 1, No. 1, pp [14] Wenjun Wu, Wei-Tek Tsai, Zhenghui Hu, and Yuchuan Wu. Towards a game theoretical model for software crowdsourcing processes. In Wei Li, Michael N. Huhns, Wei-Tek Tsai, and Wenjun Wu, editors, Crowdsourcing, Progress in IS, pages Springer Berlin Heidelberg, [15] Z. Hu and W. Wu, "Game Theoretic Analysis for Offense-Defense Challenges of Algorithm Contests on TopCoder," Service-Oriented System Engineering (SOSE), 2015 IEEE Symposium on, San Francisco Bay, CA, 2015, pp

A Goal Model for Crowdsourced Software Engineering

A Goal Model for Crowdsourced Software Engineering A Goal Model for Crowdsourced Software Engineering Fiza Siyal 1 and Xavier Franch 2 1 Universitat Politècnica de Catalunya - BarcelonTech, Barcelona, Spain 2 Universitat Politècnica de Catalunya - ESSI,

More information

An Evaluation framework for Software Crowdsourcing

An Evaluation framework for Software Crowdsourcing Front. Comput. Sci. DOI Wenjun WU: Software Crowdsourcing RESEARCH ARTICLE An Evaluation framework for Software Crowdsourcing Wenjun WU ( ) 1 Wei-Tek Tsai ( ) 2,3 Wei LI ( ) 1 1 State Key Laboratory of

More information

Decision Support for Increasing the Efficiency of Crowdsourced Software Development

Decision Support for Increasing the Efficiency of Crowdsourced Software Development Decision Support for Increasing the Efficiency of Crowdsourced Software Development Muhammad Rezaul Karim University of Calgary 2500 University Drive NW Calgary, Alberta T2N 1N4 +1 (403) 220 7692 mrkarim@ucalgary.ca

More information

Learn or Earn? Intelligent Task Recommendations for Competitive Crowdsourced Software Development

Learn or Earn? Intelligent Task Recommendations for Competitive Crowdsourced Software Development Proceedings of the 51 st Hawaii International Conference on System Sciences 2018 Learn or Earn? Intelligent Task Recommendations for Competitive Crowdsourced Software Development Muhammad Rezaul Karim

More information

Harnessing the Power of the Crowd the Next Generation for Software Outsourcing?

Harnessing the Power of the Crowd the Next Generation for Software Outsourcing? Harnessing the Power of the Crowd the Next Generation for Software Outsourcing? Arlene Minkiewicz, Chief Scientist 2013 PRICE Systems, LLC All Rights Reserved Decades of Cost Management Excellence 1 Agenda

More information

An intelligent medical guidance system based on multi-words TF-IDF algorithm

An intelligent medical guidance system based on multi-words TF-IDF algorithm International Conference on Applied Science and Engineering Innovation (ASEI 2015) An intelligent medical guidance system based on multi-words TF-IDF algorithm Y. S. Lin 1, L Huang 1, Z. M. Wang 2 1 Cooperative

More information

Cold-start Solution to Location-based Entity Shop. Recommender Systems Using Online Sales Records

Cold-start Solution to Location-based Entity Shop. Recommender Systems Using Online Sales Records Cold-start Solution to Location-based Entity Shop Recommender Systems Using Online Sales Records Yichen Yao 1, Zhongjie Li 2 1 Department of Engineering Mechanics, Tsinghua University, Beijing, China yaoyichen@aliyun.com

More information

Chapter 2 Research on Logistics Center Layout Based on SLP

Chapter 2 Research on Logistics Center Layout Based on SLP Chapter 2 Research on Logistics Center Layout Based on SLP Yannan Liu and Qilan Zhao Abstract Systematic layout planning (SLP) has been widely applied to the production system, but not to the service system.

More information

Task Allocation for Crowdsourcing using AI Planning

Task Allocation for Crowdsourcing using AI Planning Task Allocation for Crowdsourcing using AI Planning Leticia Machado, Rafael Prikladnicki, Felipe Meneguzzi Computer Science School, PUCRS Porto Alegre, Brazil leticia.smachado@gmail.com, [rafaelp, felipe.meneguzzi]@pucrs.br

More information

Crowdsourcing software development, or

Crowdsourcing software development, or View from the Cloud Editor: George Pallis gpallis@cs.ucy.ac.cy Cloud-Based Software Crowdsourcing Wei Tek Tsai Arizona State University Wenjun Wu Beihang University Michael N. Huhns University of South

More information

Improving Ranking-based Recommendation by Social Information and Negative Similarity Ying Liu a,b, * Jiajun Yang a

Improving Ranking-based Recommendation by Social Information and Negative Similarity Ying Liu a,b, * Jiajun Yang a Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 55 (2015 ) 732 740 Information Technology and Quantitative Management (ITQM 2015) Improving Ranking-based Recommendation

More information

Design of Controlling Supported Sustainability of Manufacturing Enterprises

Design of Controlling Supported Sustainability of Manufacturing Enterprises Design of Controlling Supported Sustainability of Manufacturing Enterprises Eryk Głodziński Warsaw University of Technology, Faculty of Production Engineering, Warsaw, Poland e.glodzinski@wip.pw.edu.pl

More information

Design and Implementation of Office Automation System based on Web Service Framework and Data Mining Techniques. He Huang1, a

Design and Implementation of Office Automation System based on Web Service Framework and Data Mining Techniques. He Huang1, a 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 2016) Design and Implementation of Office Automation System based on Web Service Framework and Data

More information

Commodity Price Prediction using An Artificial Prediction Market based Approach

Commodity Price Prediction using An Artificial Prediction Market based Approach Commodity Price Prediction using An Artificial Prediction Market based Approach Rohith D. Vallam Ramasuri Narayanam Gyana R. Parija July 18 th, 2017 Agenda Prediction Markets: Introduction Problem Definition

More information

Research on Architecture and Key Technology for Service-Oriented Workflow Performance Analysis

Research on Architecture and Key Technology for Service-Oriented Workflow Performance Analysis Research on Architecture and Key Technology for Service-Oriented Workflow Performance Analysis Bo Liu and Yushun Fan Department of Automation, Tsinghua University, Beijing 100084, China liubo03@mails.tsinghua.edu.cn,

More information

A logistic regression model for Semantic Web service matchmaking

A logistic regression model for Semantic Web service matchmaking . BRIEF REPORT. SCIENCE CHINA Information Sciences July 2012 Vol. 55 No. 7: 1715 1720 doi: 10.1007/s11432-012-4591-x A logistic regression model for Semantic Web service matchmaking WEI DengPing 1*, WANG

More information

Available online at ScienceDirect. Procedia Engineering 121 (2015 )

Available online at   ScienceDirect. Procedia Engineering 121 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 121 (2015 ) 1144 1149 9th International Symposium on Heating, Ventilation and Air Conditioning (ISHVAC) and the 3rd International

More information

A Study on the Relationship Between Job Satisfaction and Contextual Performance of Knowledge Workers

A Study on the Relationship Between Job Satisfaction and Contextual Performance of Knowledge Workers Proceedings of the 8th International Conference on Innovation & Management 549 A Study on the Relationship Between Job Satisfaction and Contextual Performance of Knowledge Workers Guo Ying School of Management,

More information

Comparative study on demand forecasting by using Autoregressive Integrated Moving Average (ARIMA) and Response Surface Methodology (RSM)

Comparative study on demand forecasting by using Autoregressive Integrated Moving Average (ARIMA) and Response Surface Methodology (RSM) Comparative study on demand forecasting by using Autoregressive Integrated Moving Average (ARIMA) and Response Surface Methodology (RSM) Nummon Chimkeaw, Yonghee Lee, Hyunjeong Lee and Sangmun Shin Department

More information

Insights from the Wikipedia Contest

Insights from the Wikipedia Contest Insights from the Wikipedia Contest Kalpit V Desai, Roopesh Ranjan Abstract The Wikimedia Foundation has recently observed that newly joining editors on Wikipedia are increasingly failing to integrate

More information

Failure Prediction in Crowdsourced Software Development

Failure Prediction in Crowdsourced Software Development Failure Prediction in Crowdsourced Software Development Abdullah Khanfor, Ye Yang, Gregg Vesonder Stevens Inst. of Technology Hoboken, NJ USA e-mail: {akhanfor, ye.yang, gvesonde}@stevens.edu Guenther

More information

USE QUESTIONNAIRE AND AHP TECHNIQUES TO DEVELOP SUBCONTRACT- OR SELECTION SYSTEM. Yan-Chyuan Shiau, Tsung-Pin Tsai, Wen-Chian Wang, Miao-Ling Huang

USE QUESTIONNAIRE AND AHP TECHNIQUES TO DEVELOP SUBCONTRACT- OR SELECTION SYSTEM. Yan-Chyuan Shiau, Tsung-Pin Tsai, Wen-Chian Wang, Miao-Ling Huang USE QUESTIONNAIRE AND AHP TECHNIQUES TO DEVELOP SUBCONTRACT- OR SELECTION SYSTEM Yan-Chyuan Shiau, Tsung-Pin Tsai, Wen-Chian Wang, Miao-Ling Huang Associate Professor Department of Construction Engineering

More information

Empirical analysis of institutional constraints influence on new-type urbanization

Empirical analysis of institutional constraints influence on new-type urbanization Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 0, 67:67-76 Research Article I : 0975-78 CODEUA : JCPRC5 Empirical analysis of institutional constraints influence on new-type

More information

World-class maintenance using a computerised maintenance management system

World-class maintenance using a computerised maintenance management system JQME 4,1 66 World-class maintenance using a computerised maintenance management system Ashraf W. Labib University of Manchester Institute of Science and Technology (UMIST), Manchester, UK Introduction

More information

A How-To Guide to Crowdtesting

A How-To Guide to Crowdtesting 1 A How-To Guide to Crowdtesting 10 critical factors to successfully perform remote testing with the crowd As the world of technology continues to integrate with every aspect of day to day life, it's imperative

More information

Application of Decision Trees in Mining High-Value Credit Card Customers

Application of Decision Trees in Mining High-Value Credit Card Customers Application of Decision Trees in Mining High-Value Credit Card Customers Jian Wang Bo Yuan Wenhuang Liu Graduate School at Shenzhen, Tsinghua University, Shenzhen 8, P.R. China E-mail: gregret24@gmail.com,

More information

An application of DEA model to measure the efficiency of ecological agricultural informatization in Heilong Jiang Province.

An application of DEA model to measure the efficiency of ecological agricultural informatization in Heilong Jiang Province. 2 An application of DEA model to measure the efficiency of ecological agricultural informatization Reception of originals: 12/03/2014 Release for publication: 06/24/2015 Abstract Xi Liu Ph.D in Ecology

More information

Analysis and Evaluation of Chinese Cross-Border Electricity Supplier Logistics

Analysis and Evaluation of Chinese Cross-Border Electricity Supplier Logistics Open Journal of Business and Management, 2016, 4, 500-504 Published Online July 2016 in SciRes. http://www.scirp.org/journal/ojbm http://dx.doi.org/10.4236/ojbm.2016.43053 Analysis and Evaluation of Chinese

More information

Best practices for BPM implementation

Best practices for BPM implementation Best practices for BPM implementation feedback from Bonita Open Solution implementation Rodrigue Le Gall Co-Founder and Chief Services Officer Presales Training Expertise Knowledge Open source community

More information

Making your semanticapplication addictive: incentivizing users! Monika Kaczmarek(Poznan University) Elena Simperl (KIT)

Making your semanticapplication addictive: incentivizing users! Monika Kaczmarek(Poznan University) Elena Simperl (KIT) Making your semanticapplication addictive: incentivizing users! Roberta Cuel (University of Trento) Monika Kaczmarek(Poznan University) Elena Simperl (KIT) What is different about semantic systems? Semantic

More information

A Preliminary Evaluation of China s Implementation Progress in Energy Intensity Targets

A Preliminary Evaluation of China s Implementation Progress in Energy Intensity Targets A Preliminary Evaluation of China s Implementation Progress in Energy Intensity Targets Yahua Wang and Jiaochen Liang Abstract China proposed an ambitious goal of reducing energy consumption per unit of

More information

A Visual Exploration Approach to Project Portfolio Management

A Visual Exploration Approach to Project Portfolio Management A Visual Exploration Approach to Project Portfolio Management Extended Dissertation Abstract for AMCIS 2007 Doctoral Consortium Guangzhi Zheng Department of Computer Information Systems J. Mack Robinson

More information

The Future of Work: Understanding and Planning for Greater Ambitions. Accenture Steven Tiell R&D Sr. Principal

The Future of Work: Understanding and Planning for Greater Ambitions. Accenture Steven Tiell R&D Sr. Principal The Future of Work: Understanding and Planning for Greater Ambitions Accenture Steven Tiell R&D Sr. Principal JLL Peter Miscovich Managing Director, Strategy & Innovation sig.org/summit The Future of Work

More information

Improving Military Recruit Quality Through Smart Classification

Improving Military Recruit Quality Through Smart Classification Improving Military Recruit Quality Through Smart Classification F. Lescreve & B. Schreurs Belgian Armed Forces Defence Staff Personnel Division 1. Introduction When a company wants to hire personnel, two

More information

Research on the Reputation Model Based on Active Degree of Crowd-sourcing Workers

Research on the Reputation Model Based on Active Degree of Crowd-sourcing Workers , March 15-17, 2017, Hong Kong Research on the Reputation Model Based on Active Degree of Crowd-sourcing Workers Yan Jun, Ku Shaoping Abstract Usually crowd-sourcing worker are free and anonymous, and

More information

The Impact of Design Rework on Construction Project Performance

The Impact of Design Rework on Construction Project Performance The Impact of Design Rework on Construction Project Performance Ying Li Graduate Student University of Kentucky, College of Engineering Department of Civil Engineering, 116 Raymond Building, Lexington,

More information

The Impact of Schedule Pressure on Software Development: A Behavioral Perspective

The Impact of Schedule Pressure on Software Development: A Behavioral Perspective Association for Information Systems AIS Electronic Library (AISeL) ICIS 2003 Proceedings International Conference on Information Systems (ICIS) December 2003 The Impact of Schedule Pressure on Software

More information

Using Business Analysis to Meet IT Challenges. UW Tech Talks February 14, 2018 Piet Niederhausen, Enterprise Business Architect, UW-IT

Using Business Analysis to Meet IT Challenges. UW Tech Talks February 14, 2018 Piet Niederhausen, Enterprise Business Architect, UW-IT Using Business Analysis to Meet IT Challenges UW Tech Talks February 14, 2018 Piet Niederhausen, Enterprise Business Architect, UW-IT Overview 2 > Typical IT challenges > What is business analysis and

More information

Strategic Performance Appraisal Based on BSC and SEM

Strategic Performance Appraisal Based on BSC and SEM 1314 Strategic Appraisal Based on BSC and SEM Wang Bing, Deng Mingran, Zhao Fuqiang School of Management, Wuhan University of Technology, Wuhan, P. R. China, 430070 (E-mail: wb@bnbm.com.cn, dengmr@whut.edu.cn,

More information

Discussion on the Integrated Financing Mode of EMC and Carbon Trading

Discussion on the Integrated Financing Mode of EMC and Carbon Trading Low Carbon Economy, 2014, 5, 126-131 Published Online September 2014 in SciRes. http://www.scirp.org/journal/lce http://dx.doi.org/10.4236/lce.2014.53013 Discussion on the Integrated Financing Mode of

More information

APPLY ANT COLONY ALGORITHM TO TEST CASE PRIORITIZATION

APPLY ANT COLONY ALGORITHM TO TEST CASE PRIORITIZATION APPLY ANT COLONY ALGORITHM TO TEST CASE PRIORITIZATION Chien-Li Shen* and Eldon Y. Li, Department of Information Management, College of Commerce National Chengchi University, Taiwan E-mail: 99356508@nccu.edu.tw,

More information

GEARING FACTORS. The A FLEXIBLE SIZING APPROACH

GEARING FACTORS. The A FLEXIBLE SIZING APPROACH GEARING FACTORS The A FLEXIBLE SIZING APPROACH MB Duration (Months) DERIVING GEARING FACTORS Determining the scope of a proposed system is one of the most challenging aspects of any software estimate.

More information

Predicting Yelp Ratings From Business and User Characteristics

Predicting Yelp Ratings From Business and User Characteristics Predicting Yelp Ratings From Business and User Characteristics Jeff Han Justin Kuang Derek Lim Stanford University jeffhan@stanford.edu kuangj@stanford.edu limderek@stanford.edu I. Abstract With online

More information

Integration Mgmt / Initiating Process Group 4.1 Develop Project Charter

Integration Mgmt / Initiating Process Group 4.1 Develop Project Charter 1 Mgmt / Initiating Process Group 4.1 Develop Project Charter Project statement of work Business Case Contract Enterprise environmental factors Project charter Expert judgement 26/02/2013 18:22:56 1 2

More information

Optimizing the Revenue for Ad Exchanges in Header Bidding Advertising Markets

Optimizing the Revenue for Ad Exchanges in Header Bidding Advertising Markets 217 IEEE International Conference on Systems, Man, and Cybernetics (SMC) Banff Center, Banff, Canada, October 5-8, 217 Optimizing the Revenue for Ad Exchanges in Header Bidding Advertising Markets Rui

More information

CROWNBench: A Grid Performance Testing System Using Customizable Synthetic Workload

CROWNBench: A Grid Performance Testing System Using Customizable Synthetic Workload CROWNBench: A Grid Performance Testing System Using Customizable Synthetic Workload Xing Yang, Xiang Li, Yipeng Ji, and Mo Sha School of Computer Science, Beihang University, Beijing, China {yangxing,

More information

QoS-based Scheduling for Task Management in Grid Computing

QoS-based Scheduling for Task Management in Grid Computing QoS-based Scheduling for Task Management in Grid Computing Xiaohong Huang 1, Maode Ma 2, Yan Ma 1 Abstract--Due to the heterogeneity, complexity, and autonomy of wide spread Grid resources, the dynamic

More information

Models in Engineering Glossary

Models in Engineering Glossary Models in Engineering Glossary Anchoring bias is the tendency to use an initial piece of information to make subsequent judgments. Once an anchor is set, there is a bias toward interpreting other information

More information

New era of data analysing. Product Presentation 2014

New era of data analysing. Product Presentation 2014 New era of data analysing Product Presentation 2014 Trace Analyzer overview Trace Analyzer is a tool for post analyzing of massive data amounts from various different sources. It reduces the time used

More information

Data Quality Awareness as an Optimal Marketing Strategy: A Case Study of a Saudi Manufacturing Company. Mohammad Almotairi*

Data Quality Awareness as an Optimal Marketing Strategy: A Case Study of a Saudi Manufacturing Company. Mohammad Almotairi* World Journal of Social Sciences Vol. 3. No. 6. November 2013 Issue. Pp. 105 114 Data Quality Awareness as an Optimal Marketing Strategy: A Case Study of a Saudi Manufacturing Company Mohammad Almotairi*

More information

99designs: An Analysis of Creative Competition in Crowdsourced Design

99designs: An Analysis of Creative Competition in Crowdsourced Design Proceedings of the First AAAI Conference on Human Computation and Crowdsourcing 99designs: An Analysis of Creative Competition in Crowdsourced Design Ricardo Matsumura Araujo Federal University of Pelotas,

More information

Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation

Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation Abstract Jing Ai Shijiazhuang University of Applied Technology, Shijiazhuang 050081, China With the constant development of computer

More information

Available online at ScienceDirect. Procedia Computer Science 61 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 61 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 61 (2015 ) 153 159 Complex Adaptive Systems, Publication 5 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri

More information

Abstract. Keywords. 1. Introduction. Rashmi N 1, Suma V 2. Where, i = 1 requirement phase, n = maintenance phase of software development process [9].

Abstract. Keywords. 1. Introduction. Rashmi N 1, Suma V 2. Where, i = 1 requirement phase, n = maintenance phase of software development process [9]. Defect Detection Efficiency: A Combined approach Rashmi N 1, Suma V 2 Abstract Survival of IT industries depends much upon the development of high quality and customer satisfied software products. Quality

More information

Enhanced Cost Sensitive Boosting Network for Software Defect Prediction

Enhanced Cost Sensitive Boosting Network for Software Defect Prediction Enhanced Cost Sensitive Boosting Network for Software Defect Prediction Sreelekshmy. P M.Tech, Department of Computer Science and Engineering, Lourdes Matha College of Science & Technology, Kerala,India

More information

Analyzing and Enhancing Code Coverage Based Test Case Selection and Prioritization Anshuman Malhotra 1 Harish Kumar 2

Analyzing and Enhancing Code Coverage Based Test Case Selection and Prioritization Anshuman Malhotra 1 Harish Kumar 2 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 04, 2015 ISSN (online): 2321-0613 Analyzing and Enhancing Code Coverage Based Test Case Selection and Prioritization Anshuman

More information

A Study on Governance Structure Selection Model of Construction-Agent System Projects under Uncertainty

A Study on Governance Structure Selection Model of Construction-Agent System Projects under Uncertainty Proceedings of the 7th International Conference on Innovation & Management 1225 A Study on Governance Structure Selection Model of Construction-Agent System Projects under Uncertainty Gu Qiang 1, Yang

More information

INTERVAL ANALYSIS TO ADDRESS UNCERTAINTY IN MULTICRITERIA ENERGY MARKET CLEARANCE

INTERVAL ANALYSIS TO ADDRESS UNCERTAINTY IN MULTICRITERIA ENERGY MARKET CLEARANCE 1 INTERVAL ANALYSIS TO ADDRESS UNCERTAINTY IN MULTICRITERIA ENERGY MARKET CLEARANCE P. Kontogiorgos 1, M. N. Vrahatis 2, G. P. Papavassilopoulos 3 1 National Technical University of Athens, Greece, panko09@hotmail.com

More information

Defect Detection Efficiency: A Combined approach

Defect Detection Efficiency: A Combined approach Defect Detection Efficiency: A Combined approach Rashmi N 1, Suma V 2 Abstract Survival of IT industries depends much upon the development of high quality and customer satisfied software products. Quality

More information

A Web-based Framework of Project Performance and Control System

A Web-based Framework of Project Performance and Control System A Web-based Framework of Project Performance and Control System Jui-Sheng Chou* National Taiwan University of Science and Technology, Department of Construction Engineering Taipei, Taiwan jschou@mail.ntust.edu.tw

More information

Competitive Intelligence Changes in Big Data Era Based on Literature Analysis Meng-ru LI 1,a,*, Ruo-dan SUN 2,b, Hong FU 3,c and Shi-tian SHEN 4,d

Competitive Intelligence Changes in Big Data Era Based on Literature Analysis Meng-ru LI 1,a,*, Ruo-dan SUN 2,b, Hong FU 3,c and Shi-tian SHEN 4,d 2016 3 rd International Conference on Economics and Management (ICEM 2016) ISBN: 978-1-60595-368-7 Competitive Intelligence Changes in Big Data Era Based on Literature Analysis Meng-ru LI 1,a,*, Ruo-dan

More information

Agreement of Relevance Assessment between Human Assessors and Crowdsourced Workers in Information Retrieval Systems Evaluation Experimentation

Agreement of Relevance Assessment between Human Assessors and Crowdsourced Workers in Information Retrieval Systems Evaluation Experimentation Agreement of Relevance Assessment between Human Assessors and Crowdsourced Workers in Information Retrieval Systems Evaluation Experimentation Parnia Samimi and Sri Devi Ravana Abstract Relevance judgment

More information

Decision Resource Management and Scheduling on the Grid

Decision Resource Management and Scheduling on the Grid Decision Resource Management and Scheduling on the Grid Mingsheng Hu 1 2,Xueguang Chen 1,Zhijuan Jia 2 (Institute of Systems Engineering, Huazhong University of Science and Technology, 430074, P.R.China)1

More information

Applying Anticipatory Networks to Scenario Planning and Backcasting in Technological Foresight

Applying Anticipatory Networks to Scenario Planning and Backcasting in Technological Foresight Applying Anticipatory Networks to Scenario Planning and Backcasting in Technological Foresight Andrzej M.J. Skulimowski Decision Sciences Department, AGH University of Science & Technology, Kraków, Poland

More information

TacTex-05: A Champion Supply Chain Management Agent

TacTex-05: A Champion Supply Chain Management Agent In Proceedings of the Twenty-First National Conference on Artificial Intelligence (AAAI 06), Boston, MA, July 2006. TacTex-05: A Champion Supply Chain Management Agent David Pardoe and Peter Stone Department

More information

Analysis and Application of Quality Economics Based on Input-Output

Analysis and Application of Quality Economics Based on Input-Output IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Analysis and Application of Quality Economics Based on Input-Output To cite this article: Qiang Lu and Xin Li 2018 IOP Conf. Ser.:

More information

Community. Prepared. Supervised. Gaza,

Community. Prepared. Supervised. Gaza, ISLAMIC UNIVERSITY OF GAZA Community Services and Continuing Education Deanship Community Development Institute Scheduling & Analysis the project of manufacturing seismic boxes by Microsoft Project and

More information

Final Report Evaluating Social Networks as a Medium of Propagation for Real-Time/Location-Based News

Final Report Evaluating Social Networks as a Medium of Propagation for Real-Time/Location-Based News Final Report Evaluating Social Networks as a Medium of Propagation for Real-Time/Location-Based News Mehmet Ozan Kabak, Group Number: 45 December 10, 2012 Abstract This work is concerned with modeling

More information

Information Integration of Virtual Enterprise Based on Service-Oriented Architecture

Information Integration of Virtual Enterprise Based on Service-Oriented Architecture Information Integration of Virtual Enterprise Based on Service-Oriented Architecture Jun Yang 1 2, Gang Li 1, and Danxiang Ai 2 1 Wuhan University, School of Information Management, 430072 Wuhan, China

More information

Liuzhou, Guangxi, China. *Corresponding author. Keywords: Manufacturing process, Quality management, Information technology.

Liuzhou, Guangxi, China. *Corresponding author. Keywords: Manufacturing process, Quality management, Information technology. 2016 3 rd International Conference on Economics and Management (ICEM 2016) ISBN: 978-1-60595-368-7 Design and Development of Manufacturing Quality Management Information System for Auto Parts Enterprise

More information

Incentive-Based P2P Scheduling in Grid Computing

Incentive-Based P2P Scheduling in Grid Computing Incentive-Based P2P Scheduling in Grid Computing Yanmin Zhu 1, Lijuan Xiao 2, Lionel M. Ni 1, and Zhiwei Xu 2 1 Department of Computer Science Hong Kong University of Science and Technology Clearwater

More information

The Application of Factor Analysis in Construction Project Post-evaluation Hai Yan Zhang 1, a,jin Wei Zhao2,b

The Application of Factor Analysis in Construction Project Post-evaluation Hai Yan Zhang 1, a,jin Wei Zhao2,b International Forum on Energy, Environment Science and Materials (IFEESM 2017) The Application of Factor Analysis in Construction Project Post-evaluation Hai Yan Zhang 1, a,jin Wei Zhao2,b 1 Building And

More information

REQUIREMENTS DOCUMENTATION

REQUIREMENTS DOCUMENTATION REQUIREMENTS DOCUMENTATION Project Title: Date Prepared: Stakeholder Requirement Category Priority Acceptance Criteria REQUIREMENTS DOCUMENTATION Project Title: Date Prepared: Stakeholder Requirement Category

More information

Great Wall Automobile H6 Sales Forecast based on Exponential Smoothing Method

Great Wall Automobile H6 Sales Forecast based on Exponential Smoothing Method Great Wall Automobile H6 Sales Forecast based on Exponential Smoothing Method Jingye Lv 1, 2, a, Ting Wang 1, b 1School of Management, Xi an University of Science and Technology, Xi an 710054, Shaanxi,

More information

Paper 30 Centralized versus Market-based Task Allocation in the Presence of Uncertainty

Paper 30 Centralized versus Market-based Task Allocation in the Presence of Uncertainty Paper 30 Centralized versus Market-based Task Allocation in the Presence of Uncertainty Abstract While there have been some efforts to compare centralized versus market based approaches to general task

More information

RESEARCH ON LOAD SPECTRUM OF AERO HYDRAULIC PUMP BASED ON ACCELERATED DEGRADATION TESTING

RESEARCH ON LOAD SPECTRUM OF AERO HYDRAULIC PUMP BASED ON ACCELERATED DEGRADATION TESTING RESEARCH ON LOAD SPECTRUM OF AERO HYDRAULIC PUMP BASED ON ACCELERATED DEGRADATION TESTING Chen Juan*, Zhang Jian*, Li Jia** *School of Mechanical Engineering and Automation, Beihang University, Beijing

More information

Detecting, Assessing and Mitigating Data inaccuracy-related Risks in Business Processes

Detecting, Assessing and Mitigating Data inaccuracy-related Risks in Business Processes Detecting, Assessing and Mitigating Data inaccuracy-related Risks in Business Processes Arava Tsoury atsoury@is.haifa.ac.il Advisors: Dr. Pnina Soffer Dr. Iris Reinhartz - Berger Department of Information

More information

Company: Rockwell Collins Industry: Aerospace & Defense Category: Technology

Company: Rockwell Collins Industry: Aerospace & Defense Category: Technology Company: Rockwell Collins Industry: Aerospace & Defense Category: Technology Sam Slingluff saslingl@rockwellcollins.com Rockwell Collins (319)-295-8750 400 Collins Rd NE (319)-295-0878 Cedar Rapids, IA

More information

TESTING PROCESS OVERVIEW EXPLORATION FOR A SOFTWARE PRODUCT IN A LARGE SOFTWARE DEVELOPMENT PROJECT

TESTING PROCESS OVERVIEW EXPLORATION FOR A SOFTWARE PRODUCT IN A LARGE SOFTWARE DEVELOPMENT PROJECT TESTING PROCESS OVERVIEW EXPLORATION FOR A SOFTWARE PRODUCT IN A LARGE SOFTWARE DEVELOPMENT PROJECT SRIHARSHA 1 G & NARESH E 2 1,2 M.S.Ramaiah Institute of Technology, Bangalore, India E-mail : sriharsha.guttal@gmail.com,

More information

A Field Relevance Model for Structured Document Retrieval

A Field Relevance Model for Structured Document Retrieval A Field Relevance Model for Structured Document Retrieval Jin Young Kim and W. Bruce Croft Center for Intelligent Information Retrieval Department of Computer Science University of Massachusetts Amherst

More information

AN APPLICATION OF LINEAR PROGRAMMING IN PERFORMANCE EVALUATION

AN APPLICATION OF LINEAR PROGRAMMING IN PERFORMANCE EVALUATION AN APPLICATION OF LINEAR PROGRAMMING IN PERFORMANCE EVALUATION Livinus U Uko, Georgia Gwinnett College Robert J Lutz, Georgia Gwinnett College James A Weisel, Georgia Gwinnett College ABSTRACT Assessing

More information

Analysis and forecasts of investment scale and structure in upstream sector for oil companies based on system dynamics

Analysis and forecasts of investment scale and structure in upstream sector for oil companies based on system dynamics 12 DOI 1.17/s12182-11-124-2 Analysis and forecasts of scale and structure in upstream sector for oil companies based on system dynamics Zhang Baosheng and Wang Qing School of Business, China University

More information

KPIs Development for Internal Logistics evaluation. The Case Study of Agility

KPIs Development for Internal Logistics evaluation. The Case Study of Agility KPIs Development for Internal Logistics evaluation The Case Study of Agility Tiago Filipe Oliveira Sereno Department of Engineering and Management, Instituto Superior Técnico, 2017 Abstract The logistics

More information

Analysis of the Reform and Mode Innovation of Human Resource Management in Big Data Era

Analysis of the Reform and Mode Innovation of Human Resource Management in Big Data Era Analysis of the Reform and Mode Innovation of Human Resource Management in Big Data Era Zhao Xiaoyi, Wang Deqiang, Zhu Peipei Department of Human Resources, Hebei University of Water Resources and Electric

More information

Manufacturing Technology Committee Risk Management Working Group Risk Management Training Guides

Manufacturing Technology Committee Risk Management Working Group Risk Management Training Guides Manufacturing Technology Committee Management Working Group Management Training Guides Ranking and Filtering 1 Overview Ranking and Filtering is one of the most common facilitation methods used for Management.

More information

Determining and ranking essential criteria of Construction Project Selection in Telecommunication of North Khorasan-Iran

Determining and ranking essential criteria of Construction Project Selection in Telecommunication of North Khorasan-Iran Determining and ranking essential criteria of Construction Project Selection in Telecommunication of North Khorasan-Iran Majid Mojahed, Rosnah bt Mohd Yusuff, Mohammad Reyhani Abstract Economy project

More information

Simultaneous Perspective-Based Mixed-Model Assembly Line Balancing Problem

Simultaneous Perspective-Based Mixed-Model Assembly Line Balancing Problem Tamkang Journal of Science and Engineering, Vol. 13, No. 3, pp. 327 336 (2010) 327 Simultaneous Perspective-Based Mixed-Model Assembly Line Balancing Problem Horng-Jinh Chang 1 and Tung-Meng Chang 1,2

More information

Yanhong QIN 1, Guixiao XU 2

Yanhong QIN 1, Guixiao XU 2 The Strategy to Strengthen the Logistics Practice of Experimental Teaching and Improve Innovation Ability- For "Distribution and Inventory Management" Course as An Example Yanhong QIN 1, Guixiao XU 2 1

More information

Data Science Challenges for Online Advertising A Survey on Methods and Applications from a Machine Learning Perspective

Data Science Challenges for Online Advertising A Survey on Methods and Applications from a Machine Learning Perspective Data Science Challenges for Online Advertising A Survey on Methods and Applications from a Machine Learning Perspective IWD2016 Dublin, March 2016 Online Advertising Landscape [Introduction to Computational

More information

Spring 06 Assignment 4: Game Theory and Auctions

Spring 06 Assignment 4: Game Theory and Auctions 15-381 Spring 06 Assignment 4: Game Theory and Auctions Questions to Vaibhav Mehta(vaibhav@cs.cmu.edu) Out: 3/08/06 Due: 3/30/06 Name: Andrew ID: Please turn in your answers on this assignment (extra copies

More information

An Empirical Research of the Performance Evaluation Index of Synergic Supply for the Rural Public Goods

An Empirical Research of the Performance Evaluation Index of Synergic Supply for the Rural Public Goods Proceedings of the 7th International Conference on Innovation & Management 107 An Empirical Research of the Performance Evaluation Index of Synergic Supply for the Rural Public Goods Wang Dawei, Mo Dongyan

More information

STATEMENT OF WORK. Statement of Work for Clinical Reasoning and Prediction System Assessment Page 1 of 7

STATEMENT OF WORK. Statement of Work for Clinical Reasoning and Prediction System Assessment Page 1 of 7 STATEMENT OF WORK TO ENABLE A CLINICAL REASONING AND PREDICTION SYSTEM ASSESSMENT RFI #D13PS00141 1. Background The terms clinical reasoning and prediction are over-loaded and potentially misunderstood.

More information

The Construction of Indicator System for Performance Measurement of Chinese Enterprises Based on Balanced Scorecard

The Construction of Indicator System for Performance Measurement of Chinese Enterprises Based on Balanced Scorecard The Construction of Indicator System for Performance Measurement of Chinese Enterprises Based on Balanced Scorecard Yong Cheng 1 1 School of Business Administration, Shenyang University, Shenyang, China

More information

T Software Testing and Quality Assurance Test Planning

T Software Testing and Quality Assurance Test Planning T-76.5613 Software Testing and Quality Assurance 10.10.2007 Test Planning Juha Itkonen Outline Test planning, purpose and usage of a test plan Topics of test planning Exercise References: IEEE Std 829-1998,

More information

Collaborative Workforce, Business Process Crowdsourcing as an Alternative of BPO

Collaborative Workforce, Business Process Crowdsourcing as an Alternative of BPO Collaborative Workforce, Business Process Crowdsourcing as an Alternative of BPO Gioacchino La Vecchia 1 and Antonio Cisternino 2 1 CrowdEngineering inc., 440 N.Wolfe Rd., Sunnyvale CA 94085 United States

More information

LOGISTICAL ASPECTS OF THE SOFTWARE TESTING PROCESS

LOGISTICAL ASPECTS OF THE SOFTWARE TESTING PROCESS LOGISTICAL ASPECTS OF THE SOFTWARE TESTING PROCESS Kazimierz Worwa* * Faculty of Cybernetics, Military University of Technology, Warsaw, 00-908, Poland, Email: kazimierz.worwa@wat.edu.pl Abstract The purpose

More information

Empirical Exercise Handout

Empirical Exercise Handout Empirical Exercise Handout Ec-970 International Corporate Governance Harvard University March 2, 2004 Due Date The new due date for empirical paper is Wednesday, March 24 at the beginning of class. Description

More information

Guide to Modernize Your Enterprise Data Warehouse How to Migrate to a Hadoop-based Big Data Lake

Guide to Modernize Your Enterprise Data Warehouse How to Migrate to a Hadoop-based Big Data Lake White Paper Guide to Modernize Your Enterprise Data Warehouse How to Migrate to a Hadoop-based Big Data Lake Motivation for Modernization It is now a well-documented realization among Fortune 500 companies

More information

Software Next Release Planning Approach through Exact Optimization

Software Next Release Planning Approach through Exact Optimization Software Next Release Planning Approach through Optimization Fabrício G. Freitas, Daniel P. Coutinho, Jerffeson T. Souza Optimization in Software Engineering Group (GOES) Natural and Intelligent Computation

More information

Practical Guidance For Implementing the Insight Model. David Nicol, Nigel Kay, George Gordon and Michael Coen With the Assistance of Caroline Breslin

Practical Guidance For Implementing the Insight Model. David Nicol, Nigel Kay, George Gordon and Michael Coen With the Assistance of Caroline Breslin Practical Guidance For Implementing the Insight Model David Nicol, Nigel Kay, George Gordon and Michael Coen With the Assistance of Caroline Breslin Insight Model Guidelines 3 1 INTRODUCTION...4 2 DEFINE

More information