Software Reverse Engineering Tool for Object Oriented Programming

Size: px
Start display at page:

Download "Software Reverse Engineering Tool for Object Oriented Programming"

Transcription

1 Software Revere Engineering Tool for Object Oriented Programming D.M.Thakore Department of Computer Engineering Bharati vidyapeeth Deemed Univerity College of Engineering, Pune-43, Maharahtra, India S.J.Sarde (M.Tech Student) Department of Computer Engineering Bharati vidyapeeth Deemed Univerity College of Engineering, Pune-43, Maharahtra, India BSTRCT Software quality metric play the vital role in the proce of aeing oftware a in qualitative and quantitative term. Baically, oftware quality metric determine pecific but ome important propertie, attribute or characteritic of oftware in term of number, value or ome ymbol. Thi type of aement hould be occurred according the ome welldefined meaurement rule. Software quality metric are not only the tatic meaurement tate of project but alo it will help in aeing the behavior, ize, quality and complexity etc, of oftware. Evaluation of oftware quality metric i ued to predict the fault-prone area and component of oftware in early tage of reengineering proce of exiting oftware a quality indicator. Thee oftware quality metric help to identify the problem from oftware in early tage of the reengineering of exiting oftware. Therefore, thi paper deal with automate oftware quality metric tool namely Software Revere Engineering Tool (SRET) which hould be developed to determine the different oftware quality metric and attribute of object oriented programming. Hence thee metric meaure the complexity, effectivene, efficiency of oftware and thee metric hould be ave time and cot of oftware analyzer, developer, teter etc., for reengineering the exiting oftware with le effort. Keyword Coheion, complexity, object oriented deign metric, object oriented language, oftware engineering, oftware quality, oftware reengineering etc. 1. INTRODUCTION The main objective of Revere Engineering i to increae contact, awarene and undertanding of exiting oftware. It hould be the firt tep in tranferring effective oftware reengineering procee, method, and tool into practical ue. It hould provide complete picture of the exiting ytem and what ytem mut do to atify the developer requirement and need for oftware improvement, thi i accomplihed by contructing everal model. But the quality of oftware ytem heavily depend on their tructure, which affect maintainability and readability. However, the ability of human to deal with the complexity of large oftware ytem i limited. Software metric are ued to predict critical information about oftware ytem. Object oriented oftware development require a different approach to oftware metric. Software engineer generally ue indirect meaure that lead to metric which provide a quantitative bai for undertanding the underlying information in oftware development procee. Software metric have alway been important for oftware developer to aure the quality of ome repreentation of oftware and organization are achieving promiing reult through their ue. The quality of oftware mut be defined in term that are meaningful to the uer. Generally, quality objective may be lited a performance, reliability, availability and maintainability, which are cloely related to oftware complexity. Recovering thi type of metric i the firt tep toward reengineering a oftware ytem. Therefore, Quality metric are mot important factor in oftware development. Quality baed oftware improvement i eential for the oftware proce improvement. Quality recognition mechanim and individual Quality metric are uggeted to avoid the large effort in typical meaurement of quality in project. Thu for above cae there i no uch automate tool or technique which will find out model for the ytem which determine variou oftware quality metric pecification. Propoed ytem methodology approach hould to meauring coupling, coheion (Complexity), Data cce and Operation cce Metric (Security) relie on the aumption that the attribute, method, relationhip and clae of Object-Oriented ytem are connected in more than one way. 2. LITERTURE SURVEY Quality of oftware i very important into the computer cience becaue quality i nothing but future requirement characteritic of end uer or cutomer that i in meaurable form. Baically, quality can be thoe product characteritic which meet end uer requirement and thereby, provide product atifaction. Hence, it i concluded that quality hould be contain all propertie (or characteritic or feature) and vital attribute of a product which hould atify the given requirement [1]. There are variou tandard definition of quality-1) quality contain all characteritic and ignificant feature of a product or an activity which related to the atifying of given requirement, 2) quality i nothing but totality of feature and characteritic of product or a ervice that bear on it ability in atify the given need, 3) conformation to requirement, 4)meeting uer requirement etc.[3] The important role of oftware proce improvement i evaluating the current tatu of the oftware and decide the improvement proprietie. Therefore, it hould the focu on the oftware proce improvement that require the need of oftware meaure i.e. meaurement of oftware quality metric [3]. oftware quality metric i a meaurement of characteritic (or propertie) of a oftware or it pecification. So, quantitative meaurement are eential in reengineering of 6

2 exiting oftware. The purpoe i gaining objective, goal, reproducible and quantible meaurement which hould be in numerical form, valuable in planning, chedule, debugging, oftware performance optimization etc. Thi i reaon for the need of evaluating of oftware quality metric of exiting oftware ytem (a part of reengineering proce) hould be required when organization (or company) i decided to make change into exiting oftware ytem. The develop ytem which hould automate and comprehenive tool which evaluate the oftware wide metric, module wide metric, attribute and hierarchical metric for object oriented program by analyzing the ource code of oftware. Software quality metric can be claified into three categorie-1) product, 2) proce, and 3) project metric out of thee claification let focu on the product metric which decribe the characteritic of product uch a ize, complexity, deign feature, performance, ecurity etc. Hence, develop a new automate oftware revere engineering tool (SRET) which hould analyze and how a a new technique of getting oftware metric from ource code of oftware ytem i.e. deal with extracting oftware metric from.cla file of java programming. 3. OUTLINE Thi paper i organized a follow. Section IV preent the related work. Section V repreent variou metric and reult. Section VI and VII preent conclude the paper by preenting reult, concluion and future work. 4. RELTED WORK Propoed approach hould evaluate oftware quality metric for object oriented program like Java, oftware quality metric are coupling, coheion (Complexity), Data cce and Operation cce Metric (Security) relie on the aumption that the attribute, method, relationhip and clae of Object-Oriented ytem are connected in more than one way. Complexity: Coupling: Low value->good and High->Bad and coheion i vice vera of coupling. Security: SDM and OPM: Low value - >Bad and High value->good So, propoed approach hould be minimize coupling and maximize coheion for reduction in complexity of object oriented programming language, DM and OPM metric hould much le a poible for greater ecurity. Fig 1: ctivity Diagram for Software Revere Engineering Tool Propoed approach hould ue ome better package which help into the aement of oftware quality metric. Thee package are pare the.cla file of Java program and eaily find out metric value. 5. METRICS DESCRIPTION ND RESULTS Conider the example of Shopping Cart for undertanding the aement of oftware quality metric from ource code of.cla file which repreent the cla relationhip a hown below in figure. Fig 2: Example of Shopping Cart 1. Weighted Method per cla(wmc) WMC i a oftware quality metric which ae the ize and complexity. It i defined and repreented a WMC = Σc i i.e ummation of no. method of c i where c i i the complexity of all variou method numbered a c 1, c 2, c n in cla C. If all method in the cla were aigned a complexity equal to 1 then the WMC for cla C would correponding the number of method in the cla. The no. of method and the complexity of the method concerned i a forecater of how much time and effort i required to contruct up and maintain the cla. The greater the no. of method in a cla, the greater the potential impact on children; children inherit all of the method defined in the parent cla. Clae with large number of method are likely to be more application pecific, limiting the poibility of reue. Example: WMC i calculated by counting the number of method in each cla, therefore: WMC for Shopping Cart = 2 WMC for Credit Card = 1 Table 1. Summary Statitic of WMC WMC

3 2. Depth of Inheritance Tree (DIT) Depth of Inheritance Tree (DIT) can be defined a depth of a cla within the inheritance hierarchy or jut like tree repreentation i the maximum number of tep from the cla node to the root of the tree or meaure no. of node from leaf node to root node of tree and i calculated by the number of ancetor clae. The leaf a cla within the hierarchy ha maximum no. of ancetor clae then the maximum the number of method it i likely to inherit making it more complex to forecat it behavior. Deeper tree include greater deign complexity, ince more method and clae are concerned, but the greater the potential for reue of inherited method. Example: Cutomer i the root and ha a DIT of 0. The DIT for Preferred_Cutomer i 1. Table 2. Summary Statitic of DIT DIT Number of Children (NoC) The number of children i metric which pecify the number of intant ubclae econdary to a cla in the hierarchy. The maximum or larger the NoC value that preent it hould give a thought of the potential powerful a parent cla ha on deign. If a cla ha a huge or larger number of ub-clae, it could need more teting of it method. The larger or maximum the NoC, the larger the reue ince inheritance i a form of reue. Example: Cutomer ha an NoC of 2. NoC for Preferred_Cutomer i 0 ince it i a terminating or leaf node in the tree tructure. Table 3. Summary Statitic of NoC NoC Coupling Between Object (CBO) CBO metric i a compute of non inherited communication (or interaction) between clae. CBO i calculating or aeing the number of other clae to which a cla i coupled. It i calculated or meaured by counting the number of ditinct noninheritance related cla hierarchie on which a cla depend. Extreme coupling i harmful or very dangerou to modular deign and it will prevent or prohibit to reue. The huge no. of independent a cla i, it help the eaier to reue in another application. Example: Two clae may have extreme coupling i.e. too many meage paing between them. Thi implie that thoe clae hould be combined into one cla. Table 4. Summary Statitic of CBO CBO Repone for a Cla (RFC) RFC i one of the qualitie metric that can be defined a the calculation of the et or no. of all method in cla that can be called in reply to a meage to an object of the cla or by ome method in the cla. Thi metric how or repreent at mixture of the complexity of a cla through the number of method and the amount of interaction or communication with other clae. The larger the number of method that can be called from a cla through meage, the greater the complexity of the cla. Example: RFC for Preferred_Cutomer = 0 (elf) + 0 (Cutomer) + 1 (Credit_Card)= 1 Table 5. Summary Statitic of RFC RFC fferent Coupling(Ca) Conider the no. of clae within the package on which the number of other package are depending which pecify the package' reponibility. The fferent Coupling metric find out the number of clae and interface from other package that depend on clae in the analyzed package. fferent Coupling i alo called a Incoming Dependencie. Table 6. Summary Statitic of Ca Ca Efferent Coupling (Ce) The package comprie no. of clae which are depending on the other package pecify the package' independence. Efferent Coupling (Ce) i alo called a Outgoing Dependencie or the Number of Type inide a Package that Depend on Type of other Package. Ce i a quality metric for package. In hort, thi calculate or ae that include all the type within the ource of the meaured package referring to the type not in the meaured package. Table 7. Summary Statitic of Ce Ce Coupling Factor (COF) Coupling Factor (CF) evaluate or determine the coupling between clae. Thi evaluation can be not including coupling due to inheritance. It i defined a the ratio between the number of actually coupled pair of clae in a cope (e.g., package) and the poible number of coupled pair of clae. CF i primarily applicable to object-oriented ytem. Table 8. Summary Statitic of COF COF Data btraction Coupling (DC) The DC i metric which calculate the coupling or pairing complexity caued by btract Data Type (DT). Thi metric i concerned with the coupling between clae repreenting a major apect of the object oriented deign. Table 9. Summary Statitic of DC DC

4 10. Method Invocation (MIC) Method within cla are called likely a normal procedure are called. Only they have an object intance identifier i.e. OID prep ended to them. To find out which method i called, it i neceary to know the type of the method. Table 10. Summary Statitic of MIC MIC Meage Paing Coupling (MPC) Thi metric aee or evaluate the number of meage paing among object of the cla. larger or huge number how increaed coupling between analyzed cla and other clae in the ytem. Thi make the clae more dependent on each other which increae the overall complexity of the ytem and make the cla more difficult to change. Table 11. Summary Statitic of MPC MPC Number of Public Method (NPM) Thi metric meaure or count the number of public method declared in a cla. greater NPM value can be repreent for two variou awful condition in the deign of oftware. Firt, it can be a indication for a cla that i to complex and ha too many reponibilitie in the analyzed oftware ytem. Thi can be confirmed by looking at Weighted Method per Cla metric for the ame cla. good example for uch a ubject i the well known utility cla with all thoe method, which are ued all over the oftware ytem. Secondly, a greater NPM value can be repreent for a cla that i highly coupled with other part of the oftware, becaue each public method may expoe the internally ued clae. Or the cla act a ome kind of context, to tranfer object between everal component. Thi can be confirmed for poible candidate, by looking at the coupling metric for the ame cla, for example the Coupling Between Object and the fferent Coupling metric. Metric Table 12. Summary Statitic of NPM Max. Value Min. Value vg. Value NPM COMPRTIVE NLYSIS Thi ection decribe the comparative tudy and evaluation to propoe the accuracy of propoed tool. n evaluation methodology which propoed i ued for the performance evaluation of exiting tool. Tool Coupling nalyt Vizznalyzer C&K Java metric 52 Propoed ytem Predicated: Below 40 Table 13 - Comparion of Performance Evaluation other tool v. Propoed Sytem Tool Functionality N L Y S t Clae NO YES NO YES ttribute NO YES NO YES Method NO YES NO YES ociation NO YES NO YES Multiplicity NO YES NO YES ggregation NO NO NO YES Generalization NO NO NO YES Intance NO NO NO YES Core prototype model Complete Model Meta Security cceibility Complexity Metric V I z z N L Y Z E r C & K J V M E T R I C P r o p o e d y t e m NO NO NO YES NO NO NO YES NO NO NO YES YES YES YES YES Table 14 Functionality upport comparion of Propoed Sytem with other tool 9

5 7. RESULTS Thi ection decribe the reult of propoed tool. Fig 3. Screenhot Show the Chooing the Input File From the directory Fig 4. Screenhot how the Software quality Metric value detail for the given input program. Fig 5. Screenhot how the Software quality Metric value detail for the given input Example.cla file program. 10

6 8. CONCLUSION ND FUTURE WORK The developed ytem i automated and comprehenive tool which meaure product metric which decribe the characteritic of product uch a coupling, coheion etc for Object Oriented program. The propoed work i fully automated eliminating the manual effort required from the developer and analyzer, further becaue of the elimination of manual work thee ytem i effective, efficient for the reengineering of the oftware which already in exitence with effective utilization of the key reource. The utomate tool i ued to evaluate the quality of the object oriented language application. The tool can be improved to evaluate other Object Oriented language uch a C++, C harp, etc., lo, it hould be enhanced for quality of oftware ytem for end uer requirement atifaction, becaue quality ha variou tandard definition. The improved appraial tool will be cooperative in aeing the quality in advance to develop awarene for quality iue uch a reliability, tetability and maintainability. 9. REFERENCES [1] hwin B. Tomar and Dr.Vila. M. Thakare, SYSTEMTIC STUDY OF SOFTWRE QULITY MODELS, International Journal of Software Engineering & pplication (IJSE), Vol.2, No.4, October 2011 [2] Ronan Fitzpatrick, Peter Smith and Brendan O'Shea, Software quality challenge, International Conference on Software Engineering (ICSE 2004) [3] S.run Kumar, T.run Kumar and P.Swarnalatha Significance of Software Metric to Quantify Deign and Code Quality, International Journal of Computer pplication ( ), Volume 11 No.9, December 2010 [4] Fernando Brito e breu and Walcélio Melo, Evaluating the Impact of Object-Oriented Deign on Software Quality, Originally publihed in Proceeding of the 3rd International Software Metric Sympoium (METRICS 96), IEEE, Berlin, Germany, March [5] Comparing Software Metric Tool RudigerLincke, Jona Lundberg and Welf Lowe Software Technology Group School of Mathematic Mathematic and Sytem EngineeringVaxjoUniverity,Sweden{rudiger.lincke jona.lundberg welf.lowe}@vxu.e [6] Qualitative Evaluation of a Software Development and Re-Engineering Project Thoma Pana,RudigerLincke, Jona Lundberg,Welf Lowe Software Technology Group MSI, Univerity of Vaxjo, Sweden [7] Beyond Language Independent ObjectOrientedMetric:Model Independent Metric Michele Lanzalanza@iam.unibe.ch Software Compoition Group Univerit a di Berna, Svizzera and St ephaneducaeducae@iam.unibe.ch Software Compoition Group Univerit e de Berne, Suie [8] Qualitative Evaluation of a Software Development and Re-Engineering Project Thoma Pana,RudigerLincke, Jona Lundberg,Welf Lowe Software Technology Group MSI, Univerity of Vaxjo, Sweden [9] Development and pplication of Revere Engineering Meaure in a Re-engineering Tool S. Zhou, H. Yang and P. Luker William C. Chu Department of Computer Science Department of Information Engineering De Montfort Univerity Feng Chia Univerity England Taiwan [10] n Empirical Study of Slice-Baed Coheion and Coupling Metric Timothy M. Meyer and David Binkley Loyola College in Maryland Baltimore, Maryland , US {tmeyer,binkley}@c.loyola.edu [11] lhammari, Bandar and Fidge, Colin J. and Corney, Diane (2009) Security metric for object-oriented cla deign. In: QSIC 2009 Proceeding of : Ninth International Conference on Quality Software, ugut 24-25, 2009, Jeju, Korea. (In Pre) [12] New Conceptual Coupling and Coheion Metric for Object-Oriented Sytem BélaÚjházi, Rudolf Ferenc, TiborGyimóthy Univerity of Szeged, Hungary Department of Software Engineering ujhazi.bela@tud.uzeged.hu, {ferenc, gyimi}@inf.u-zeged.hu and Deny Pohyvanyk The College of William and Mary, US Computer Science Department deny@c.wm.edu [13] Revere Engineering Component Model for Quality Prediction Steffen Becker, Michael Hauck, and MirceaTrifu FZI Reearch Center Software Engineering Karlruhe, Germany Klau Krogmann Karlruhe Intitute of Technolgy Software Deign and Quality Karlruhe, Germany Jan Kofroˇn Charle Univerity in Prague Ditributed Sytem Reearch Group Prague, Czech Republic [14] n Exchange Model for Reengineering Tool Sander Tichelaar and Serge Demeyer, Software Compoition Group, Univerity of Berne, Switzerland, {demeyer,tichel}@iam.unibe.ch [15] Viual nalyi and Deign Tool for Planning Software Reengineering Martin Beck, Jona Tr umper and J urgend ollner {martin.beck}, {jona.truemper}, {juergen.doellner}@hpi.uni-potdam.dehao-plattner- Intitute Univerity of Potdam, Germany 11

The Process-Value Model: A Systems View of the IST Value Chain

The Process-Value Model: A Systems View of the IST Value Chain Aociation for Information Sytem AIS Electronic Library (AISeL) SAIS 2007 Proceeding Southern (SAIS) 3-1-2007 The Proce-Value Model: A Sytem View of the IST Value Chain William L. Lomeron lomeronw@nula.edu

More information

A Method to Risk Analysis in Requirement Engineering Using Tropos Goal Model with Optimized Candidate Solutions K.Venkatesh Sharma 1, Dr P.V.

A Method to Risk Analysis in Requirement Engineering Using Tropos Goal Model with Optimized Candidate Solutions K.Venkatesh Sharma 1, Dr P.V. www.ijcsi.org 250 A Method to Rik Analyi in Requirement Engineering Uing Tropo Goal Model with Optimized Candidate Solution K.Venkateh Sharma 1, Dr P.V.Kumar 2 1 Reearch Scholar in JNTUK Kakinada, Andhra

More information

6/6/2012. HR Training and Development. Content. Training: concept. Training: concept. Training: concept. Training and Development: Concept

6/6/2012. HR Training and Development. Content. Training: concept. Training: concept. Training: concept. Training and Development: Concept HR Training and Development UNIT 5 Content Concept and need of HR training and development Training need aement HR training: objective and method (on-the-job and off-the-job). Evaluation of training program

More information

INVESTIGATION OF THERMOSTAT-SET CONTROL AS A NEW DIRECT LOAD CONTROL METHOD

INVESTIGATION OF THERMOSTAT-SET CONTROL AS A NEW DIRECT LOAD CONTROL METHOD INVESTIGATION OF THERMOSTAT-SET CONTROL AS A NEW DIRECT LOAD CONTROL METHOD Canbolat Uçak canbolat@elk.itu.edu.tr Gökçe Dokuyucu gokce776@uperonline.com Department of Electrical Engineering Electrical

More information

Value intensity of water used for electrical energy generation in the Western U.S.; an application of embedded resource accounting

Value intensity of water used for electrical energy generation in the Western U.S.; an application of embedded resource accounting Value intenity of water ued for electrical energy generation in the Wetern U.S.; an application of embedded reource accounting Elizabeth A. Martin and Benjamin L. Ruddell Abtract Thi tudy evaluate the

More information

Course Evaluation Validation using Data Envelopment Analysis. Joseph Sarkis Clark University. Inshik Seol Clark University

Course Evaluation Validation using Data Envelopment Analysis. Joseph Sarkis Clark University. Inshik Seol Clark University THE ACCOUNTING EDUCATORS JOURNAL Volume XX 2010 pp. 21-32 Coure Evaluation Validation uing Data Envelopment Analyi Joeph Sarki Clark Univerity Inhik Seol Clark Univerity Abtract In thi paper we detail

More information

Maintaining ISO Compliance in Automated Procedures

Maintaining ISO Compliance in Automated Procedures Maintaining ISO 1705 Compliance in Automated Procedure Preenter & Author: Jorge Martin Fluke Corporation PO 9090 M/S 6-30 Everett, WA, USA 9806 Phone: (45) 446 6477; Fax: (45) 446 6390 Email: jmartin@flukecom

More information

Equilibrium Sediment Transport and Evolution Trend Simulation of the Lower Yellow River

Equilibrium Sediment Transport and Evolution Trend Simulation of the Lower Yellow River Senor & Tranducer, Vol. 21, Special Iue, May 213, pp. 135-141 Senor & Tranducer 213 by IFSA http://www.enorportal.com Equilibrium Sediment Tranport and Evolution Trend Simulation of the Lower Yellow River

More information

Indicative simplified baseline and monitoring methodologies for selected small-scale CDM project activity categories

Indicative simplified baseline and monitoring methodologies for selected small-scale CDM project activity categories III.AU./Verion 01 TYPE III - OTHER PROJECT ACTIVITIES Project participant hall apply the general guideline to SSC CDM methodologie, information on additionality (attachment A to Appendix B) and general

More information

The research of simplified method of calculating wind and rain loads and its validation

The research of simplified method of calculating wind and rain loads and its validation The reearch of implified method of calculating wind and rain load and it validation Xing FU 1) and Hong-Nan LI 2) 1), 2) Faculty of Infratructure Engineering, Dalian Univerity of Technology, Dalian 116024,

More information

UNIT 18 HUMAN RESOURCE ACCOUNTING

UNIT 18 HUMAN RESOURCE ACCOUNTING UNIT 18 HUMAN RESOURCE ACCOUNTING Human Reource Objective After going through thi unit, the reader hould be able to: l l l undertand and define the concept of Human Reource, it objective and it role in

More information

MARINE SAFETY, QUALITY AND ENVIRONMENTAL MANAGEMENT

MARINE SAFETY, QUALITY AND ENVIRONMENTAL MANAGEMENT GUIDE FOR MARINE SAFETY, QUALITY AND ENVIRONMENTAL MANAGEMENT JULY 2002 American Bureau of Shipping Incorporated by the Legilature of the State of New York 1862 Copyright 2002 American Bureau of Shipping

More information

Abstract. 1 Introduction

Abstract. 1 Introduction Automatic conflict detection and reolution in metrorail ytem: evaluation approach for MARCO EU project G.F. D'Addio, M. Mazzucchelli, S. Savio Dipartimento di Ingegneria Elettrica, Univerita di Genova,

More information

Computer Analysis of In-plane Behavior of Masonry Walls Strengthened by FRP Strips

Computer Analysis of In-plane Behavior of Masonry Walls Strengthened by FRP Strips , 22-24 October, 2014, San Francico, USA Computer Analyi of In-plane Behavior of Maonry Wall Strengthened by FRP Strip J. Szolomicki Abtract The paper concern the trengthening uing FRP compoite of maonry

More information

Unit Commitment in Smart Grid Considering Demand Response and Stochastic Wind Generation

Unit Commitment in Smart Grid Considering Demand Response and Stochastic Wind Generation J. Energy Power Source Vol. 1, No. 6, 2014, pp. 314-320 Received: September 8, 2014, Publihed: December 30, 2014 Journal of Energy and Power Source www.ethanpublihing.com Unit Commitment in Smart Grid

More information

Big Data computation for workshop-based planning support

Big Data computation for workshop-based planning support Big Data computation for worhop-baed planning upport Jianguang Tu International School of Software Wuhan Univerity Wuhan, P.R.China Tujg1973@gmail.com Jianquan Cheng * School of Science and the Environment

More information

European Advertising Consumer Research Report 2015

European Advertising Consumer Research Report 2015 RESEARCH REPORT European Advertiing Conumer Reearch Report 2015 Conumer Awarene & Impact of European Self-Regulatory Programme for OBA Independent reearch conducted by Ipo MORI on behalf of TRUSTe and

More information

International Journal of Mathematical Archive-8(6), 2017, Available online through ISSN

International Journal of Mathematical Archive-8(6), 2017, Available online through   ISSN International Journal of Mathematical Archive-8(6), 27, 33-38 Available online through www.ijma.info ISSN 2229 546 BAYESIAN SPECIAL TYPE DOUBLE SAMPLING PLAN WITH BETA PRIOR DISTRIBTUTION Dr. S. JEYABHARATHI*

More information

(12) Patent Application Publication (10) Pub. No.: US 2003/ A1

(12) Patent Application Publication (10) Pub. No.: US 2003/ A1 US 20030204424A1 (19) United State (12) Patent Application Publication (10) Pub. No.: US 2003/0204424 A1 Koller et al. (43) Pub. Date: Oct. 30, 2003 (54) MANAGEMENT BY OBJECTIVES (52) U.S. Cl.... 705/7

More information

Modeling Suspended Sediments in Dez Basin (Case Study: The Tale Zang Hydrometric Station)

Modeling Suspended Sediments in Dez Basin (Case Study: The Tale Zang Hydrometric Station) International Reearch Journal of Applied and Baic Science. Vol., 3 (2), 402-407, 2012 Available online at http://www.irjab.com ISSN 2251-838X 2012 Modeling Supended Sediment in Dez Bain (Cae Study: The

More information

Management Science Letters

Management Science Letters Management Science Letter 2 (2012) 3049 3054 Content lit available at GrowingScience Management Science Letter homepage: www.growingscience.com/ml Identification and prioritization of hazardou material

More information

Logistics Service Level Improvement Research and Demonstration Based on Queuing Theory

Logistics Service Level Improvement Research and Demonstration Based on Queuing Theory Management cience and Engineering Vol. 5, No. 3,, pp. -54 DOI:.36/j.me.335X53.z44 IN 3-34[Print] IN 3-35X[Online] www.ccanada.net www.ccanada.org Logitic ervice Level Improvement Reearch and Demontration

More information

environment of the Poyang Lake of the department of Education, Nanchang University, Nanchang330031, China

environment of the Poyang Lake of the department of Education, Nanchang University, Nanchang330031, China doi:10.21311/002.31.10.20 Cot - Benefit Analyi of Green Building Baed on Input - Output Theory Liu Wei 1, 2, 3, Wu zhijiang 1 1 Eat China Jiaotong Univerity, Nanchang330013, China 2 The School of economic

More information

Simultaneous Synthesis of Multi-Period Heat Exchanger Networks for Multi-Plant Heat Integration

Simultaneous Synthesis of Multi-Period Heat Exchanger Networks for Multi-Plant Heat Integration 757 A publication of CHEMICAL ENGINEERINGTRANSACTIONS VOL. 61 2017 Guet Editor:PetarSVarbanov Rongxin Su Hon Loong Lam Xia Liu Jiří J Klemeš Copyright 2017 AIDIC ServiziS.r.l. ISBN978-88-95608-51-8; ISSN

More information

LED IP PRIMER. One World LED 1026 South Road, Edwardstown, SA, 5039 p: (08) e:

LED IP PRIMER. One World LED 1026 South Road, Edwardstown, SA, 5039 p: (08) e: LED IP PRIMER Thi brochure provide a quick overview of the patented innovation by and our partner around the world. The ytem and method invented by patent granted to One World LED how our commitment to

More information

FINITE ELEMENT INVESTIGATION ON THE INTERACTION BETWEEN SHALLOW AND DEEP EXCAVATED TWIN TUNNELS

FINITE ELEMENT INVESTIGATION ON THE INTERACTION BETWEEN SHALLOW AND DEEP EXCAVATED TWIN TUNNELS VOL. 13, NO. 1, JANUARY 18 ISSN 1819-668 6-18 Aian Reearch Publihing Network (ARPN). All right reerved. FINITE ELEMENT INVESTIGATION ON THE INTERACTION BETWEEN SHALLOW AND DEEP EXCAVATED TWIN TUNNELS Adel

More information

An Optimal Real-time Pricing Algorithm for the Smart Grid: A Bi-level Programming Approach

An Optimal Real-time Pricing Algorithm for the Smart Grid: A Bi-level Programming Approach An Optimal Real-time Pricing Algorithm for the Smart Grid: A Bi-level Programming Approach Fan-Lin Meng and Xiao-Jun Zeng School of Computer Science, Univerity of Mancheter Mancheter, United Kingdom mengf@c.man.ac.uk,

More information

Use of Geographic Information Systems to Explore and Communicate Transportation and Land Use Relationships in Iowa

Use of Geographic Information Systems to Explore and Communicate Transportation and Land Use Relationships in Iowa Ue of Geographic Information Sytem to Explore and Communicate Tranportation and Land Ue Relationhip in Iowa David J. Plazak, Tranportation Policy Analyt Mark B. elon, Tranportation Specialit Tim R. Strau,

More information

Segregation-of-duties conflicts in the insider threat landscape: an overview and case study

Segregation-of-duties conflicts in the insider threat landscape: an overview and case study Segregation-of-dutie conflict in the inider threat landcape: an overview and cae tudy Citation: Balletero, Sherwin, Pan, Lei, Batten, Lynn and Li, Gang 2015, Segregation-of-dutie conflict in the inider

More information

Heterogeneity in Producer s Marketing Strategy

Heterogeneity in Producer s Marketing Strategy Heterogeneity in Producer Marketing Strategy Tong Zhang Reearch Aitant Department of Agricultural Economic Oklahoma State Univerity 42C Ag Hall Phone no. 405-744-9797 Email: tong.zhang0@oktate.edu Wade

More information

KNOWLEDGE MAPPING IN THAI WEAVING INDUSTRY

KNOWLEDGE MAPPING IN THAI WEAVING INDUSTRY KNOWLEDGE MAPPING IN THAI WEAVING INDUSTRY Anyanitha Ditanont College of Innovation, Thammaat Univerity, Thailand anyanitha@yahoo.com Abtract: Knowledge i a valuable aet to any organiation epecially, the

More information

A model for grain growth based on the novel description of dendrite shape

A model for grain growth based on the novel description of dendrite shape ARCHIVES of FOUNDRY ENGINEERING Publihed quarterly a the organ of the Foundry Commiion of the Polih Academy of Science ISSN (1897-3310) Volume 7 Iue 4/2007 183 188 36/4 A model for grain growth baed on

More information

Examining the tradeoff between fixed pay and performance-related pay: A choice experiment approach

Examining the tradeoff between fixed pay and performance-related pay: A choice experiment approach Examining the tradeoff between fixed pay and performance-related pay: A choice experiment approach JUNYI SHEN * Reearch Intitute for Economic and Buine Adminitration, Kobe Univerity KAZUHITO OGAWA Faculty

More information

Enabling Collaborative Data Sharing in Google+

Enabling Collaborative Data Sharing in Google+ Enabling Collaborative Data Sharing in Google+ Hongxin Hu Delaware State Univerity, Dover, Delaware, 19901 hxhu@au.edu Gail-Joon Ahn and Jan Jorgenen Arizona State Univerity, Tempe, Arizona, 85287 {gahn,jan.jorgenen}@au.edu

More information

M A S O N R Y. Revised Spring Engineering Notes For Design With Concrete Block Masonry

M A S O N R Y. Revised Spring Engineering Notes For Design With Concrete Block Masonry A S O N R Y Revied Spring 007 Engineering Note For Deign With Concrete Block aonry C H R O N I C L E S To rectify the ituation, the Spring 007 article i being reiued. We apologize for any inconvenience

More information

Working Party on Agricultural Policies and Markets

Working Party on Agricultural Policies and Markets Unclaified AGR/CA/APM(2001)24/FINAL AGR/CA/APM(2001)24/FINAL Unclaified Organiation de Coopération et de Développement Economique Organiation for Economic Co-operation and Development 22-Jul-2002 Englih

More information

The Use of Swimmer Bars as Shear Reinforcement in Reinforced Concrete Beam

The Use of Swimmer Bars as Shear Reinforcement in Reinforced Concrete Beam American Journal of Engineering and Applied Science, 6 (1): 87-94, 2013 ISSN: 1941-7020 2014 M. Al-Nara et al., Thi open acce article i ditributed under a Creative Common Attribution (CC-BY) 3.0 licene

More information

PRECIPITATION CALIBRATION TESTS August 12, 2009

PRECIPITATION CALIBRATION TESTS August 12, 2009 BISHOP PAIUTE TRIBE ENVIRONMENTAL MANAGEMENT OFFICE PRECIPITATION CALIBRATION TESTS Augut 12, 2009 Thi report decribe the reult of everal precipitation calibration tet carried out in July 2009, following

More information

Aggregate Supply. MPL i = Y i / L i

Aggregate Supply. MPL i = Y i / L i Aggregate Supply The upply of output depend on the behavior of producer. roducer' chooe the quantity of input to employ. Thee input produce output and we aume that producer chooe their input to maximize

More information

MoST - Business Finland Joint Funding Call

MoST - Business Finland Joint Funding Call MoST - Buine Finland Joint Funding Call I. AGREEMENT Memorandum of Undertanding for China-Finland Science & Technology Innovation Cooperation between the Department of International Cooperation of the

More information

Reactive Power Management of a Wind Farm to Prevent Voltage Collapse of an Electric Power System

Reactive Power Management of a Wind Farm to Prevent Voltage Collapse of an Electric Power System Reactive Power Management of a Wind Farm to Prevent Voltage Collape of an Electric Power Sytem R. M. Monteiro Pereira Intituto Superior Engenharia de Coimbra, Portugal rmfm@iec.pt C. M. Machado Ferreira

More information

Management Science Letters

Management Science Letters Management Science Letter 2 (202) 247 252 Content lit available at GrowingScience Management Science Letter homepage: www.growingscience.com/ml An empirical tudy to meaure the impact of loan aignment for

More information

Study on Variable Action Value Standard for Harbor Infrastructures

Study on Variable Action Value Standard for Harbor Infrastructures 4 th International Conference on the Durability of Concrete Structure 24 26 July 2014 Purdue Univerity, Wet Lafayette, IN, USA Study on Variable Action Value Standard for Harbor Infratructure Xiaoping

More information

Significant Changes in the 2005 ACI Code Including Changes Affecting Precast/Prestressed Concrete Part 1

Significant Changes in the 2005 ACI Code Including Changes Affecting Precast/Prestressed Concrete Part 1 Significant Change in the 2005 ACI Code Including Change Affecting Precat/Pretreed Concrete Part 1 S. K. Ghoh, Ph.D., FPCI Preident S. K. Ghoh Aociate, Inc. Palatine, Illinoi Significant change made ince

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 8,August ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 8,August ISSN International Journal of Scientific & Engineering Reearch, Volume 5, Iue 8,Augut-2014 310 Seimic Behavior of Concrete Column and Beam Reinforced with Interlocking Spiral Ioanni A. Tego, Theodoro A. Chryanidi,

More information

RESILIENT INFRASTRUCTURE June 1 4, 2016

RESILIENT INFRASTRUCTURE June 1 4, 2016 RESILIENT INFRASTRUCTURE June 1 4, 2016 EXPERIMENTAL STUDY ON THE CAPACITY OF BARRIER DECK ANCHORAGE IN MTQ PL-3 BARRIER REINFORCED WITH HM-GFRP BARS WITH HEADED ENDS Michael Rotami Department of Civil

More information

INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 03 STOCKHOLM, AUGUST 19-21, 2003 EVALUATION OF SOFT REQUIREMENTS DURING PRODUCT DESIGN

INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 03 STOCKHOLM, AUGUST 19-21, 2003 EVALUATION OF SOFT REQUIREMENTS DURING PRODUCT DESIGN INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 3 STOCKHOLM, AUGUST 9-, 3 EVALUATION OF SOFT REQUIREMENTS DURING PRODUCT DESIGN Kjell Anderon Abtract Ti paper preent an approac to improve current metod

More information

UNIT 2 PROCESS AND FUNCTIONS OF HUMAN RESOURCE PLANNING (HRP)

UNIT 2 PROCESS AND FUNCTIONS OF HUMAN RESOURCE PLANNING (HRP) Baic of Human Reource Planning UNIT 2 PROCESS AND FUNCTIONS OF HUMAN RESOURCE PLANNING (HRP) Objective After reading thi unit, you hould be able to: l the concept and proce of HRP, l the determination

More information

Online Monitoring of Exhaust Gas Emissions of a Boiler with Diesel/Biodiesel Fuel Blends

Online Monitoring of Exhaust Gas Emissions of a Boiler with Diesel/Biodiesel Fuel Blends Online Monitoring of Exhaut Ga Emiion of a Boiler with Dieel/Biodieel Fuel Blend Andrea Valdman *1, Maurício Bezerra de Souza Jr. 1, Roana Folly 1, Belki Valdman 1 1 School of Chemitry, Chemical Engineering

More information

MARINE HEALTH, SAFETY, QUALITY, AND ENVIRONMENTAL MANAGEMENT

MARINE HEALTH, SAFETY, QUALITY, AND ENVIRONMENTAL MANAGEMENT Guide for Marine Health, Safety, Quality and Environmental Management GUIDE FOR MARINE HEALTH, SAFETY, QUALITY, AND ENVIRONMENTAL MANAGEMENT AUGUST 2009 (Updated November 2010 ee next page) American Bureau

More information

Up or Out? Economic-Engineering Theory of Flood Levee Height and Setback

Up or Out? Economic-Engineering Theory of Flood Levee Height and Setback Up or Out? Economic-Engineering Theory of Flood Levee Height and Setback Tingju Zhu 1 and Jay R. Lund 2 Abtract: Levee etback location and height are important iue in flood levee ytem deign and modification.

More information

Concurrent Design Facility System Requirements Document

Concurrent Design Facility System Requirements Document CDF DOCUMENT document title/ titre du document Concurrent Deign Facility Sytem Requirement Document Prepared by/préparé par Ro Henderon reference/réference iue/édition 1 reviion/réviion 1 date of iue/date

More information

Business-driven decision support for change management: planning and scheduling of changes

Business-driven decision support for change management: planning and scheduling of changes Buine-driven deciion upport for change management: planning and cheduling of change Jacque Sauvé 1, Rodrigo Rebouça 1, Antão Moura 1, Claudio Bartolini 2, Abdel Boulmakoul 3, David Tratour 3 1 Departamento

More information

Intel Non-CPU Component Products IEEE (EPEAT) Declaration

Intel Non-CPU Component Products IEEE (EPEAT) Declaration Intel Non-CPU Component Product IEEE 1680-2009 (EPEAT) Declaration Supplier Information Company Name Intel Corporation Contact Title Product Ecology Engineer epone Document ID Contact Phone 480-554-7647

More information

Pollution prevention with chemical process simulators: the generalized waste reduction (WAR) algorithm full version

Pollution prevention with chemical process simulators: the generalized waste reduction (WAR) algorithm full version Computer and Chemical Engineering 23 (1999) 623 634 Pollution prevention with chemical proce imulator: the generalized wate reduction (WAR) algorithm full verion Heriberto Cabeza *, Jane C. Bare, Subir

More information

Enhanced Biofilter Treatment of Urban Stormwater by Optimizing the Hydraulic Residence Time in the Media

Enhanced Biofilter Treatment of Urban Stormwater by Optimizing the Hydraulic Residence Time in the Media Enhanced Biofilter Treatment of Urban Stormwater by Optimizing the Hydraulic Reidence Time in the Media Redahegn Silehi 1, Robert Pitt 2 and Shirley Clark 3 1 Graduate tudent, Dept. of Civil, Contruction,

More information

SINCE the 1960s, conceptual models are in use to facilitate

SINCE the 1960s, conceptual models are in use to facilitate IEEE TRNSTIONS ON SYSTEMS, MN, ND YBERNETIS PRT Study into the Factor that Influence the Undertandability of Buine Proce Model Hajo. Reijer and Jan Mendling btract Buine proce model are key artifact in

More information

The Role of Skills Development in Competitiveness in Asia

The Role of Skills Development in Competitiveness in Asia The Role of Skill Development in Competitivene in Aia Profeor Michael J. Enright Univerity of Hong Kong Hong Kong Intitute for Economic and Buine Strategy Enright, Scott & Aociate ADB Copyright Michael

More information

IJSOM November 2015, Volume 2, Issue 3, pp

IJSOM November 2015, Volume 2, Issue 3, pp International Journal of Supply and Operation Management IJSOM November 2015, Volume 2, Iue 3, pp. 925-946 ISSN-Print: 2383-1359 ISSN-Online: 2383-2525 www.ijom.com A tochatic programming approach for

More information

Transportation of Hazardous Wastes in Arizona: Development of a Data Base Management System for Basic Analysis

Transportation of Hazardous Wastes in Arizona: Development of a Data Base Management System for Basic Analysis Tranportation Reearch Record Tranportation of Hazardou Wate in Arizona: Development of a Data Bae Management Sytem for Baic Analyi A. ESSAM RADWAN, K. DAVD PJAWKA, ANDY SOESLO, and FURE-YOW SHEH ABSTRACT

More information

Essential Questions Content Skills Vocabulary

Essential Questions Content Skills Vocabulary Principle of Engineering (21.0122) (Taught) Ditrict High School > 2016-2017 > Intermediate > Technology & Engineering > Principle of Engineering (21.0122) (Taught) > Byrom, Tony; Watt, Milton Monday, December

More information

FIRE RESISTANCE RATINGS OF CONCRETE MASONRY ASSEMBLIES. TEK 7-1C Fire Resistance (2009) Related TEK: 2-6, 5-8B, 7-6A

FIRE RESISTANCE RATINGS OF CONCRETE MASONRY ASSEMBLIES. TEK 7-1C Fire Resistance (2009) Related TEK: 2-6, 5-8B, 7-6A n information erie from the national authority on concrete maonry technology FIRE RESISTNCE RTINGS OF CONCRETE MSONRY SSEMBLIES TEK 7-C Fire Reitance (009) INTRODUCTION Concrete maonry i widely pecifi

More information

Available online at ScienceDirect. Energy Procedia 48 (2014 )

Available online at   ScienceDirect. Energy Procedia 48 (2014 ) Available online at www.ciencedirect.com ScienceDirect Energy Procedia 48 (2014 ) 806 812 SHC 2013, International Conference on Solar Heating and Cooling for Building and Indutry September 23-25, 2013,

More information

CHOSEN PROBLEMS OF EFFECTIVE SUPPLY CHAIN MANAGEMENT OF COMPANIES

CHOSEN PROBLEMS OF EFFECTIVE SUPPLY CHAIN MANAGEMENT OF COMPANIES Journal of KONES Powertrain and Tranport, Vol. 22, No. 2 2015 CHOSEN PROBLEMS OF EFFECTIVE SUPPLY CHAIN MANAGEMENT OF COMPANIES Ilona Jacyna-Gołda Waraw Univerity of Technology Faculty of Production Engineering

More information

Design of solar heated water system based on TLD system in Baotou

Design of solar heated water system based on TLD system in Baotou Applied Mechanic and Material Online: 2014-01-16 ISSN: 1662-7482, Vol. 501-504, pp 2323-2326 doi:10.4028/www.cientific.net/amm.501-504.2323 2014 Tran Tech Publication, Switzerland Deign of olar heated

More information

Experimental Investigation of Sediment Trap Efficiency in Reservoirs

Experimental Investigation of Sediment Trap Efficiency in Reservoirs ENGINEER - Vol. XLVII, No. 0, pp. [1-8], 014 The Intitution of Engineer, Sri Lanka Experimental Invetigation of Sediment Trap Efficiency in Reervoir N.M.T.K. Revel, L.P.G.R. Ranairi, R.M.C.R.K. Rathnayake

More information

3.4 BUTT FUSION WELDING

3.4 BUTT FUSION WELDING 3.4 BUTT FUSION 3.4.1 INTRODUCTION The butt welding proce conit of the joining of two component (pipe and/or fitting) of equal diameter and thickne in which the urface to be welded are heated until melting

More information

Antonio Di Paolo Universitat Autònoma de Barcelona & IEB

Antonio Di Paolo Universitat Autònoma de Barcelona & IEB SCHOOL COMPOSITION EFFECTS IN SPAIN Antonio Di Paolo Univeritat Autònoma de Barcelona & IEB Abtract: Drawing on the PISA 2006 data et, thi tudy examine the impact of chool ocio-economic compoition on the

More information

Decision makers and socializers, social networks and the role of individuals as participants

Decision makers and socializers, social networks and the role of individuals as participants Tranportation (2013) 40:755 771 DOI 10.1007/11116-013-9465-6 Deciion maker and ocializer, ocial network and the role of individual a participant Kathleen Deutch Kontadino G. Goulia Publihed online: 1 May

More information

Voltage security assessment with high penetration levels of utility-scale doubly fed. induction generator wind plants.

Voltage security assessment with high penetration levels of utility-scale doubly fed. induction generator wind plants. Voltage ecurity aement with high penetration level of utility-cale doubly fed induction generator wind plant by Ryan Konopinki A thei ubmitted to the graduate faculty in partial fulfillment of the requirement

More information

Research Article Effect of Er +3 Concentration on the Small Signal Gain Coefficient and the Gain in the Erbium Doped Fiber Amplifier

Research Article Effect of Er +3 Concentration on the Small Signal Gain Coefficient and the Gain in the Erbium Doped Fiber Amplifier Reearch Journal of Applied Science, Engineering and Technology (): -, DOI:.9/rjaet.. ISSN: -9; e-issn: - Maxwell Scientific Publication Corp. Submitted: October, Accepted: November, Publihed: April 9,

More information

Programme title: Master of Science in Human Resource Management (CIPD) MSc (top up): 1 year (part time) April 2018

Programme title: Master of Science in Human Resource Management (CIPD) MSc (top up): 1 year (part time) April 2018 Programme Specification Faculty of Management, Law and Social Science Programme title: Mater of Science in Human Reource Management (CIPD) Academic Year: 2018/19 Degree Awarding Body: Final and interim

More information

OUR CUSTOMER TERMS CISCO SaaS SERVICE

OUR CUSTOMER TERMS CISCO SaaS SERVICE CONTENTS Click on the ection that you are intereted in. 1 About thi ection 2 Our Cutomer Term 2 Inconitencie 2 No aignment or reupply 2 Requet ubject to approval 2 2 General 2 3 Cico SaaS Service 2 What

More information

Fuzzy Decision Approach Based on QFD and FWA for Selection of Medical Suppliers

Fuzzy Decision Approach Based on QFD and FWA for Selection of Medical Suppliers , July 1-3, 2015, ondon,.k. Fuzzy Deciion Approach Baed on QFD and FWA for Selection of Medical Supplier Mehtap Durun and E. Ertugrul Karak Abtract The objective of thi paper i to develop a fuzzy multi-criteria

More information

ToP Strategic Planning Design Pattern Application Level

ToP Strategic Planning Design Pattern Application Level The Big Picture ToP Strategic Planning Deign Pattern Application Level ToP Strategic Planning Overview The ToP Strategic Planning method enable a group to create a et of trategie and practical action plan

More information

Further development of indicators in the performance measurement frameworks

Further development of indicators in the performance measurement frameworks Meeting of the Board 8 10 March 2016 Songdo, Incheon, Republic of Korea Proviional agenda item 20 GCF/B.12/13 1March 2016 Further development of indicator in the performance meaurement framework Summary

More information

Numerical simulation of the seismic behavior of steel storage pallet racking systems

Numerical simulation of the seismic behavior of steel storage pallet racking systems 1 Numerical imulation of the eimic behavior of teel torage pallet racking ytem Gonçalo E. Novai Ribeiro Coutinho a a Intituto Superior Técnico, Liboa, Portugal 1. Introduction 1.1. Overview Depite their

More information

(12) United States Patent (10) Patent No.: US 6,738,641 B1

(12) United States Patent (10) Patent No.: US 6,738,641 B1 UOO6738641B1 (12) United tate Patent (10) Patent No.: U 6,738,641 B1 Elaer (45) Date of Patent: May 18, 2004 (54) DITRIBUTED TRANCEIVER FOR 6,366,771 B1 * 4/2002 Angle et al.... 455/414.1 WIRELE COMMUNICATION

More information

INFLUENCE OF MATERIAL PROPERTIES AND VERTICAL PRE-COMPRESSION ON THE SHEAR BEHAVIOUR OF MORTAR JOINTS. Miklós Molnár 1

INFLUENCE OF MATERIAL PROPERTIES AND VERTICAL PRE-COMPRESSION ON THE SHEAR BEHAVIOUR OF MORTAR JOINTS. Miklós Molnár 1 INFLUENCE OF MATERIAL PROPERTIES AND VERTICAL PRE-COMPRESSION ON THE SHEAR BEHAVIOUR OF MORTAR JOINTS ABSTRACT Mikló Molnár 1 The influence of mortar type on the hear behaviour of bed joint ubjected to

More information

Study on Mechanical Behavior of Thin-walled Member during Precision Straightening Process

Study on Mechanical Behavior of Thin-walled Member during Precision Straightening Process 2014 by IFSA Publihing, S. L. http://www.enorportal.com Study on Mechanical Behavior of Thin-walled Member during Preciion Straightening Proce Ben Guan, Yong Zang, Diping Wu, Qin Qin School of Mechanical

More information

Carrier-Gas Enhanced Atmospheric Pressure Desalination (Dewvaporation): Economic Analysis and Comparison to Reverse Osmosis and Thermal Evaporation

Carrier-Gas Enhanced Atmospheric Pressure Desalination (Dewvaporation): Economic Analysis and Comparison to Reverse Osmosis and Thermal Evaporation Carrier-Ga Enhanced Atmopheric Preure Dealination (Dewvaporation): Economic Analyi and Comparion to Revere Omoi and Thermal Evaporation Noah Abba and Kehinde Adeoye Chemical Engineering Undergraduate Univerity

More information

Discovering Transcription Factor Binding Motif Sequences

Discovering Transcription Factor Binding Motif Sequences Dicovering Trancription Factor Binding Motif Sequence I Department of Biology, Stanford Univerity, CA, 94305 Introduction In biology, equence motif are hort equence pattern, uually with fixed length, that

More information

Afforestation Subsidy under Asymmetric Information and Transaction Cost in Developing Countries: Does rural capital market imperfection matter?

Afforestation Subsidy under Asymmetric Information and Transaction Cost in Developing Countries: Does rural capital market imperfection matter? Afforetation Subidy under Aymmetric Information and Tranaction Cot in Developing Countrie: Doe rural capital market imperfection matter? Dambala Gelo, Steven Koch 2 Abtract Thi paper deal with the deign

More information

JJEES Jordan Journal of Earth and Environmental Sciences

JJEES Jordan Journal of Earth and Environmental Sciences JJEES Jordan Journal of Earth and Environmental Science Volume 1, Number 1, Mar. 2008 ISSN 1995-6681 Page 33-44 Developing Reference Crop Evapotranpiration Time Serie Simulation Model Uing Cla a Pan: A

More information

Research Article Azocasein Substrate for Determination of Proteolytic Activity: Reexamining a Traditional Method Using Bromelain Samples

Research Article Azocasein Substrate for Determination of Proteolytic Activity: Reexamining a Traditional Method Using Bromelain Samples Hindawi Publihing Corporation BioMed Reearch International Volume 2016, Article ID 8409183, 6 page http://dx.doi.org/10.1155/2016/8409183 Reearch Article Azocaein Subtrate for Determination of Proteolytic

More information

Effectiveness and Exergy Destruction Analysis of Evaporator in Organic Rankine Cycle

Effectiveness and Exergy Destruction Analysis of Evaporator in Organic Rankine Cycle Effectivene and Exergy Detruction Analyi of Evaporator in Organic Rankine Cycle Kyoung Hoon Kim, and Chul Ho Han Abtract---Thi paper carrie out a performance analyi baed on the firt and econd law of thermodynamic

More information

Constitutive Model Research on Pure Aluminum Considering Dynamic Recovery and Recrystallization

Constitutive Model Research on Pure Aluminum Considering Dynamic Recovery and Recrystallization 3rd International Conference on Mechatronic and Information Technology (ICMIT 06) Contitutive Model Reearch on Pure Aluminum Conidering Dynamic Recovery and Recrytallization Tingting Zhou, a,yang Yang,b

More information

Item Aggregates and Price Elasticity

Item Aggregates and Price Elasticity Seoul Journal of Buine Volume 16, Number 1 (June 2010) Item Aggregate and Price Elaticity INSEONG SONG *1) Seoul National Univerity Seoul, Korea Abtract Thi tudy provide analytical reult on the ytematic

More information

Statistical Analysis on Multivariate Expressway Time Series Traffic Under the Different Toll Policies

Statistical Analysis on Multivariate Expressway Time Series Traffic Under the Different Toll Policies Aian Tranport Studie, Volume 2, Iue (213), 11-2 213 ATS All right reerved Statitical Analyi on Multivariate Expreway Time Serie Traffic Under the Different Toll Policie Makoto TSUKAI a, Shinichi INOUE

More information

SEISMIC STRENGTHENING OF COLUMNS BY ADDING NEW CONCRETE. Stephanos E. Dritsos 1

SEISMIC STRENGTHENING OF COLUMNS BY ADDING NEW CONCRETE. Stephanos E. Dritsos 1 49 SEISMIC STRENGTHENING OF COLUMNS BY ADDING NEW CONCRETE Stephano E. Drito 1 ABSTRACT Placing reinforced concrete jacket or layer to trengthen or repair and trengthen concrete column i a normal contruction

More information

Modeling Liquid Phase Sintering of Hard metal powder compacts

Modeling Liquid Phase Sintering of Hard metal powder compacts ing Liquid Phae Sintering of Hard metal powder compact Shama Shamaundar *, Maheha Siddegowda*, Pavanachand Chigurupati**, Rengarajan Raghavan***, Rameh Rao. S. *** * ProSIM AFTC # 326, 8th Main, III Stage,

More information

centurio.work - Modular Secure Manufacturing Orchestration

centurio.work - Modular Secure Manufacturing Orchestration centurio.work - Modular Secure Manufacturing Orchetration Florian Pauker, Juergen Mangler, Stefanie Rinderle-Ma, Chritoph Pollak Autrian Comptetence Center for Digital Production, Vienna, Autria, {juergen.mangler,

More information

SEIMIC RETROFIT PROGRAM FOR TAIWAN SCHOOL BUILDINGS AFTER 1999 CHI-CHI EARTHQUAKE

SEIMIC RETROFIT PROGRAM FOR TAIWAN SCHOOL BUILDINGS AFTER 1999 CHI-CHI EARTHQUAKE October 1-17, 008, Beijing, China SEIMIC RETROFIT PROGRAM FOR TAIWAN SCHOOL BUILDINGS AFTER 1999 CHI-CHI EARTHQUAKE Keh-Chyuan Tai 1 and Shyh-Jiann Hwang 1 Profeor, Dept. of vil ENG, National Taiwan Univerity,

More information

75th MORSS CD Cover Page UNCLASSIFIED DISCLOSURE FORM CD Presentation

75th MORSS CD Cover Page UNCLASSIFIED DISCLOSURE FORM CD Presentation 75th MORSS CD Cover Page UNCLASSIFIED DISCLOSURE FORM CD Preentation 712CD For office ue only 41205 12-14 June 2007, at US Naval Academy, Annapoli, MD Pleae complete thi form 712CD a your cover page to

More information

Susceptibility of Shallow Landslide in Fraser Hill Catchment, Pahang Malaysia. Wan Nor Azmin Sulaiman and Mohd.Hafiz Rosli

Susceptibility of Shallow Landslide in Fraser Hill Catchment, Pahang Malaysia. Wan Nor Azmin Sulaiman and Mohd.Hafiz Rosli EnvironmentAia The international journal publihed by the Thai Society of Higher Education Intitute on Environment Available online at www.the.org/ea EnvironmentAia 3(pecial iue) (2010) 66-72 Suceptibility

More information

Reliable Effects Screening: A Distributed Continuous Quality Assurance Process for Monitoring Performance Degradation in Evolving Software Systems

Reliable Effects Screening: A Distributed Continuous Quality Assurance Process for Monitoring Performance Degradation in Evolving Software Systems IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 1 Reliable Effect Screening: A Ditributed Continuou Quality Aurance Proce for Monitoring Performance Degradation in Evolving Software Sytem Cemal Yilmaz, Adam

More information

Assessing Interchange Effects in Public Transport: A Case Study of South East Queensland, Australia

Assessing Interchange Effects in Public Transport: A Case Study of South East Queensland, Australia Aeing Interchange Effect in Public Tranport: A Cae Study of South Eat Queenland, Autralia Author Yen, Barbara, Teng, Chun, Mulley, Corinne, Chiou, Yu-Chiun, Burke, Matthew Publihed 2017 Conference Title

More information

Model of Integrated Production and Delivery Batch Scheduling Under JIT Environment to Minimize Inventory Cost

Model of Integrated Production and Delivery Batch Scheduling Under JIT Environment to Minimize Inventory Cost Proceeding of the 2014 International Conference on Indutrial Engineering and Operation Management Bali, Indoneia, January 7 9, 2014 Model of Integrated Production and Delivery Batch Scheduling Under JIT

More information

Social group dynamics in networks

Social group dynamics in networks Social group dynamic in network Gergely Palla 1, Péter Pollner 1, Albert-Lázló Barabái 3 and Tamá Vicek 1,2 Abtract The rich et of interaction between individual in the ociety reult in complex community

More information

CONSTRUCTION SPECIFICATION FOR COMPACTING

CONSTRUCTION SPECIFICATION FOR COMPACTING ONTARIO PROVINCIAL STANDARD SPECIFICATION OPSS.MUNI 501 NOVEMBER 2017 CONSTRUCTION SPECIFICATION FOR COMPACTING TABLE OF CONTENTS 501.01 SCOPE 501.02 REFERENCES 501.03 DEFINITIONS 501.0 DESIGN AND SUBMISSION

More information