CINXE.COM

Search results for: subset construction

<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-P63WKM1TM1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-P63WKM1TM1'); </script> <!-- Yandex.Metrika counter --> <script type="text/javascript" > (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date(); for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }} k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(55165297, "init", { clickmap:false, trackLinks:true, accurateTrackBounce:true, webvisor:false }); </script> <noscript><div><img src="https://mc.yandex.ru/watch/55165297" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter --> <!-- Matomo --> <!-- End Matomo Code --> <title>Search results for: subset construction</title> <meta name="description" content="Search results for: subset construction"> <meta name="keywords" content="subset construction"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"> <meta charset="utf-8"> <link href="https://cdn.waset.org/favicon.ico" type="image/x-icon" rel="shortcut icon"> <link href="https://cdn.waset.org/static/plugins/bootstrap-4.2.1/css/bootstrap.min.css" rel="stylesheet"> <link href="https://cdn.waset.org/static/plugins/fontawesome/css/all.min.css" rel="stylesheet"> <link href="https://cdn.waset.org/static/css/site.css?v=150220211555" rel="stylesheet"> </head> <body> <header> <div class="container"> <nav class="navbar navbar-expand-lg navbar-light"> <a class="navbar-brand" href="https://waset.org"> <img src="https://cdn.waset.org/static/images/wasetc.png" alt="Open Science Research Excellence" title="Open Science Research Excellence" /> </a> <button class="d-block d-lg-none navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarMenu" aria-controls="navbarMenu" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="w-100"> <div class="d-none d-lg-flex flex-row-reverse"> <form method="get" action="https://waset.org/search" class="form-inline my-2 my-lg-0"> <input class="form-control mr-sm-2" type="search" placeholder="Search Conferences" value="subset construction" name="q" aria-label="Search"> <button class="btn btn-light my-2 my-sm-0" type="submit"><i class="fas fa-search"></i></button> </form> </div> <div class="collapse navbar-collapse mt-1" id="navbarMenu"> <ul class="navbar-nav ml-auto align-items-center" id="mainNavMenu"> <li class="nav-item"> <a class="nav-link" href="https://waset.org/conferences" title="Conferences in 2024/2025/2026">Conferences</a> </li> <li class="nav-item"> <a class="nav-link" href="https://waset.org/disciplines" title="Disciplines">Disciplines</a> </li> <li class="nav-item"> <a class="nav-link" href="https://waset.org/committees" rel="nofollow">Committees</a> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownPublications" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Publications </a> <div class="dropdown-menu" aria-labelledby="navbarDropdownPublications"> <a class="dropdown-item" href="https://publications.waset.org/abstracts">Abstracts</a> <a class="dropdown-item" href="https://publications.waset.org">Periodicals</a> <a class="dropdown-item" href="https://publications.waset.org/archive">Archive</a> </div> </li> <li class="nav-item"> <a class="nav-link" href="https://waset.org/page/support" title="Support">Support</a> </li> </ul> </div> </div> </nav> </div> </header> <main> <div class="container mt-4"> <div class="row"> <div class="col-md-9 mx-auto"> <form method="get" action="https://publications.waset.org/abstracts/search"> <div id="custom-search-input"> <div class="input-group"> <i class="fas fa-search"></i> <input type="text" class="search-query" name="q" placeholder="Author, Title, Abstract, Keywords" value="subset construction"> <input type="submit" class="btn_search" value="Search"> </div> </div> </form> </div> </div> <div class="row mt-3"> <div class="col-sm-3"> <div class="card"> <div class="card-body"><strong>Commenced</strong> in January 2007</div> </div> </div> <div class="col-sm-3"> <div class="card"> <div class="card-body"><strong>Frequency:</strong> Monthly</div> </div> </div> <div class="col-sm-3"> <div class="card"> <div class="card-body"><strong>Edition:</strong> International</div> </div> </div> <div class="col-sm-3"> <div class="card"> <div class="card-body"><strong>Paper Count:</strong> 4146</div> </div> </div> </div> <h1 class="mt-3 mb-3 text-center" style="font-size:1.6rem;">Search results for: subset construction</h1> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4146</span> The Different Ways to Describe Regular Languages by Using Finite Automata and the Changing Algorithm Implementation</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Abdulmajid%20Mukhtar%20Afat">Abdulmajid Mukhtar Afat</a> </p> <p class="card-text"><strong>Abstract:</strong></p> This paper aims at introducing finite automata theory, the different ways to describe regular languages and create a program to implement the subset construction algorithms to convert nondeterministic finite automata (NFA) to deterministic finite automata (DFA). This program is written in c++ programming language. The program reads FA 5tuples from text file and then classifies it into either DFA or NFA. For DFA, the program will read the string w and decide whether it is acceptable or not. If accepted, the program will save the tracking path and point it out. On the other hand, when the automation is NFA, the program will change the Automation to DFA so that it is easy to track and it can decide whether the w exists in the regular language or not. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=finite%20automata" title="finite automata">finite automata</a>, <a href="https://publications.waset.org/abstracts/search?q=subset%20construction" title=" subset construction"> subset construction</a>, <a href="https://publications.waset.org/abstracts/search?q=DFA" title=" DFA"> DFA</a>, <a href="https://publications.waset.org/abstracts/search?q=NFA" title=" NFA"> NFA</a> </p> <a href="https://publications.waset.org/abstracts/11396/the-different-ways-to-describe-regular-languages-by-using-finite-automata-and-the-changing-algorithm-implementation" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/11396.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">426</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4145</span> Investigation of the Speckle Pattern Effect for Displacement Assessments by Digital Image Correlation</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Salim%20%C3%87al%C4%B1%C5%9Fkan">Salim Çalışkan</a>, <a href="https://publications.waset.org/abstracts/search?q=Hakan%20Aky%C3%BCz"> Hakan Akyüz</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Digital image correlation has been accustomed as a versatile and efficient method for measuring displacements on the article surfaces by comparing reference subsets in undeformed images with the define target subset in the distorted image. The theoretical model points out that the accuracy of the digital image correlation displacement data can be exactly anticipated based on the divergence of the image noise and the sum of the squares of the subset intensity gradients. The digital image correlation procedure locates each subset of the original image in the distorted image. The software then determines the displacement values of the centers of the subassemblies, providing the complete displacement measures. In this paper, the effect of the speckle distribution and its effect on displacements measured out plane displacement data as a function of the size of the subset was investigated. Nine groups of speckle patterns were used in this study: samples are sprayed randomly by pre-manufactured patterns of three different hole diameters, each with three coverage ratios, on a computer numerical control punch press. The resulting displacement values, referenced at the center of the subset, are evaluated based on the average of the displacements of the pixel’s interior the subset. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=digital%20image%20correlation" title="digital image correlation">digital image correlation</a>, <a href="https://publications.waset.org/abstracts/search?q=speckle%20pattern" title=" speckle pattern"> speckle pattern</a>, <a href="https://publications.waset.org/abstracts/search?q=experimental%20mechanics" title=" experimental mechanics"> experimental mechanics</a>, <a href="https://publications.waset.org/abstracts/search?q=tensile%20test" title=" tensile test"> tensile test</a>, <a href="https://publications.waset.org/abstracts/search?q=aluminum%20alloy" title=" aluminum alloy"> aluminum alloy</a> </p> <a href="https://publications.waset.org/abstracts/171900/investigation-of-the-speckle-pattern-effect-for-displacement-assessments-by-digital-image-correlation" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/171900.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">74</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4144</span> Minimum Vertices Dominating Set Algorithm for Secret Sharing Scheme </h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=N.%20M.%20G.%20Al-Saidi">N. M. G. Al-Saidi</a>, <a href="https://publications.waset.org/abstracts/search?q=K.%20A.%20Kadhim"> K. A. Kadhim</a>, <a href="https://publications.waset.org/abstracts/search?q=N.%20A.%20Rajab"> N. A. Rajab</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Over the past decades, computer networks and data communication system has been developing fast, so, the necessity to protect a transmitted data is a challenging issue, and data security becomes a serious problem nowadays. A secret sharing scheme is a method which allows a master key to be distributed among a finite set of participants, in such a way that only certain authorized subsets of participants to reconstruct the original master key. To create a secret sharing scheme, many mathematical structures have been used; the most widely used structure is the one that is based on graph theory (graph access structure). Subsequently, many researchers tried to find efficient schemes based on graph access structures. In this paper, we propose a novel efficient construction of a perfect secret sharing scheme for uniform access structure. The dominating set of vertices in a regular graph is used for this construction in the following way; each vertex represents a participant and each minimum independent dominating subset represents a minimal qualified subset. Some relations between dominating set, graph order and regularity are achieved, and can be used to demonstrate the possibility of using dominating set to construct a secret sharing scheme. The information rate that is used as a measure for the efficiency of such systems is calculated to show that the proposed method has some improved values. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=secret%20sharing%20scheme" title="secret sharing scheme">secret sharing scheme</a>, <a href="https://publications.waset.org/abstracts/search?q=dominating%20set" title=" dominating set"> dominating set</a>, <a href="https://publications.waset.org/abstracts/search?q=information%20rate" title=" information rate"> information rate</a>, <a href="https://publications.waset.org/abstracts/search?q=access%20structure" title=" access structure"> access structure</a>, <a href="https://publications.waset.org/abstracts/search?q=rank" title=" rank"> rank</a> </p> <a href="https://publications.waset.org/abstracts/32399/minimum-vertices-dominating-set-algorithm-for-secret-sharing-scheme" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/32399.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">393</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4143</span> Theorem on Inconsistency of The Classical Logic</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=T.%20J.%20Stepien">T. J. Stepien</a>, <a href="https://publications.waset.org/abstracts/search?q=L.%20T.%20Stepien"> L. T. Stepien</a> </p> <p class="card-text"><strong>Abstract:</strong></p> This abstract concerns an extremely fundamental issue. Namely, the fundamental problem of science is the issue of consistency. In this abstract, we present the theorem saying that the classical calculus of quantifiers is inconsistent in the traditional sense. At the beginning, we introduce a notation, and later we remind the definition of the consistency in the traditional sense. S1 is the set of all well-formed formulas in the calculus of quantifiers. RS1 denotes the set of all rules over the set S1. Cn(R, X) is the set of all formulas standardly provable from X by rules R, where R is a subset of RS1, and X is a subset of S1. The couple < R,X > is called a system, whenever R is a subset of RS1, and X is a subset of S1. Definition: The system < R,X > is consistent in the traditional sense if there does not exist any formula from the set S1, such that this formula and its negation are provable from X, by using rules from R. Finally, < R0+, L2 > denotes the classical calculus of quantifiers, where R0+ consists of Modus Ponens and the generalization rule. L2 is the set of all formulas valid in the classical calculus of quantifiers. The Main Result: The system < R0+, L2 > is inconsistent in the traditional sense. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=classical%20calculus%20of%20quantifiers" title="classical calculus of quantifiers">classical calculus of quantifiers</a>, <a href="https://publications.waset.org/abstracts/search?q=classical%20predicate%20calculus" title=" classical predicate calculus"> classical predicate calculus</a>, <a href="https://publications.waset.org/abstracts/search?q=generalization%20rule" title=" generalization rule"> generalization rule</a>, <a href="https://publications.waset.org/abstracts/search?q=consistency%20in%20the%20traditional%20sense" title=" consistency in the traditional sense"> consistency in the traditional sense</a>, <a href="https://publications.waset.org/abstracts/search?q=Modus%20Ponens" title=" Modus Ponens"> Modus Ponens</a> </p> <a href="https://publications.waset.org/abstracts/78434/theorem-on-inconsistency-of-the-classical-logic" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/78434.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">199</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4142</span> A Natural Killer T Cell Subset That Protects against Airway Hyperreactivity</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Ya-Ting%20Chuang">Ya-Ting Chuang</a>, <a href="https://publications.waset.org/abstracts/search?q=Krystle%20Leung"> Krystle Leung</a>, <a href="https://publications.waset.org/abstracts/search?q=Ya-Jen%20Chang"> Ya-Jen Chang</a>, <a href="https://publications.waset.org/abstracts/search?q=Rosemarie%20H.%20DeKruyff"> Rosemarie H. DeKruyff</a>, <a href="https://publications.waset.org/abstracts/search?q=Paul%20B.%20Savage"> Paul B. Savage</a>, <a href="https://publications.waset.org/abstracts/search?q=Richard%20Cruse"> Richard Cruse</a>, <a href="https://publications.waset.org/abstracts/search?q=Christophe%20Benoit"> Christophe Benoit</a>, <a href="https://publications.waset.org/abstracts/search?q=Dirk%20Elewaut"> Dirk Elewaut</a>, <a href="https://publications.waset.org/abstracts/search?q=Nicole%20Baumgarth"> Nicole Baumgarth</a>, <a href="https://publications.waset.org/abstracts/search?q=Dale%20T.%20Umetsu"> Dale T. Umetsu</a> </p> <p class="card-text"><strong>Abstract:</strong></p> We examined characteristics of a Natural Killer T (NKT) cell subpopulation that developed during influenza infection in neonatal mice, and that suppressed the subsequent development of allergic asthma in a mouse model. This NKT cell subset expressed CD38 but not CD4, produced IFN-γ, but not IL-17, IL-4 or IL-13, and inhibited the development of airway hyperreactivity (AHR) through contact-dependent suppressive activity against helper CD4 T cells. The NKT subset expanded in the lungs of neonatal mice after infection with influenza, but also after treatment of neonatal mice with a Th1-biasing α-GalCer glycolipid analogue, Nu-α-GalCer. These results suggest that early/neonatal exposure to infection or to antigenic challenge can affect subsequent lung immunity by altering the profile of cells residing in the lung and that some subsets of NKT cells can have direct inhibitory activity against CD4+ T cells in allergic asthma. Importantly, our results also suggest a potential therapy for young children that might provide protection against the development of asthma. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=NKT%20subset" title="NKT subset">NKT subset</a>, <a href="https://publications.waset.org/abstracts/search?q=asthma" title=" asthma"> asthma</a>, <a href="https://publications.waset.org/abstracts/search?q=airway%20hyperreactivity" title=" airway hyperreactivity"> airway hyperreactivity</a>, <a href="https://publications.waset.org/abstracts/search?q=hygiene%20hypothesis" title=" hygiene hypothesis"> hygiene hypothesis</a>, <a href="https://publications.waset.org/abstracts/search?q=influenza" title=" influenza"> influenza</a> </p> <a href="https://publications.waset.org/abstracts/80053/a-natural-killer-t-cell-subset-that-protects-against-airway-hyperreactivity" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/80053.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">240</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4141</span> Effect of Pre-Construction on Construction Schedule and Client Loyalty</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Jong%20Hoon%20Kim">Jong Hoon Kim</a>, <a href="https://publications.waset.org/abstracts/search?q=Hyun-Soo%20Lee"> Hyun-Soo Lee</a>, <a href="https://publications.waset.org/abstracts/search?q=Moonseo%20Park"> Moonseo Park</a>, <a href="https://publications.waset.org/abstracts/search?q=Min%20Jeong"> Min Jeong</a>, <a href="https://publications.waset.org/abstracts/search?q=Inbeom%20Lee"> Inbeom Lee</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Pre-construction is essential in achieving the success of a construction project. Due to the early involvement of project participants in the construction phase, project managers are able to plan ahead and solve issues well in advance leading to the success of the project and the satisfaction of the client. This research utilizes quantitative data derived from construction management projects in order to identify the relationship between pre-construction, construction schedule, and client satisfaction. A total of 65 construction projects and 93 clients were investigated for this research in an attempt to identify (a) the relationship between pre-construction and schedule reduction, and (b) pre-construction and client loyalty. Based on the quantitative analysis, this research was able to establish a negative correlation based on 65 construction projects between pre-construction and project schedule existed. This finding represents that the more pre-construction is performed for a certain project, the overall construction schedule decreased. Then, to determine the relationship between pre-construction and client satisfaction, Net Promoter Score (NPS) of 93 clients from the 65 projects was utilized. Pre-construction and NPS was further analyzed and a positive correlation was found between the two. This infers that clients tend to be more satisfied with projects with higher ratio of pre-construction than those projects with less pre-construction. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=client%20loyalty" title="client loyalty">client loyalty</a>, <a href="https://publications.waset.org/abstracts/search?q=NPS" title=" NPS"> NPS</a>, <a href="https://publications.waset.org/abstracts/search?q=pre-construction" title=" pre-construction"> pre-construction</a>, <a href="https://publications.waset.org/abstracts/search?q=schedule%20reduction" title=" schedule reduction"> schedule reduction</a> </p> <a href="https://publications.waset.org/abstracts/48581/effect-of-pre-construction-on-construction-schedule-and-client-loyalty" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/48581.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">360</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4140</span> Labor Productivity and Organization Performance in Specialty Trade Construction: The Moderating Effect of Safety</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Shalini%20Priyadarshini">Shalini Priyadarshini</a> </p> <p class="card-text"><strong>Abstract:</strong></p> The notion of performance measurement has held great appeal for the industry and research communities alike. This idea is also true for the construction sector, and some propose that performance measurement and productivity analysis are two separate management functions, where productivity is a subset of performance, the latter requiring comprehensive analysis of comparable factors. Labor productivity is considered one of the best indicators of production efficiency. The construction industry continues to account for a disproportionate share of injuries and illnesses despite adopting several technological and organizational interventions that promote worker safety. Specialty trades contractors typically complete a large fraction of work on any construction project, but insufficient body of work exists that address subcontractor safety and productivity issues. Literature review has revealed the possibility of a relation between productivity, safety and other factors and their links to project, organizational, task and industry performance. This research posits that there is an association between productivity and performance at project as well as organizational levels in the construction industry. Moreover, prior exploration of the importance of safety within the performance-productivity framework has been anecdotal at best. Using structured questionnaire survey and organization- and project level data, this study, which is a combination of cross-sectional and longitudinal research designs, addresses the identified research gap and models the relationship between productivity, safety, and performance with a focus on specialty trades in the construction sector. Statistical analysis is used to establish a correlation between the variables of interest. This research identifies the need for developing and maintaining productivity and safety logs for smaller businesses. Future studies can design and develop research to establish causal relationships between these variables. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=construction" title="construction">construction</a>, <a href="https://publications.waset.org/abstracts/search?q=safety" title=" safety"> safety</a>, <a href="https://publications.waset.org/abstracts/search?q=productivity" title=" productivity"> productivity</a>, <a href="https://publications.waset.org/abstracts/search?q=performance" title=" performance"> performance</a>, <a href="https://publications.waset.org/abstracts/search?q=specialty%20trades" title=" specialty trades"> specialty trades</a> </p> <a href="https://publications.waset.org/abstracts/93481/labor-productivity-and-organization-performance-in-specialty-trade-construction-the-moderating-effect-of-safety" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/93481.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">278</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4139</span> The Importance of including All Data in a Linear Model for the Analysis of RNAseq Data</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Roxane%20A.%20Legaie">Roxane A. Legaie</a>, <a href="https://publications.waset.org/abstracts/search?q=Kjiana%20E.%20Schwab"> Kjiana E. Schwab</a>, <a href="https://publications.waset.org/abstracts/search?q=Caroline%20E.%20Gargett"> Caroline E. Gargett</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Studies looking at the changes in gene expression from RNAseq data often make use of linear models. It is also common practice to focus on a subset of data for a comparison of interest, leaving aside the samples not involved in this particular comparison. This work shows the importance of including all observations in the modeling process to better estimate variance parameters, even when the samples included are not directly used in the comparison under test. The human endometrium is a dynamic tissue, which undergoes cycles of growth and regression with each menstrual cycle. The mesenchymal stem cells (MSCs) present in the endometrium are likely responsible for this remarkable regenerative capacity. However recent studies suggest that MSCs also plays a role in the pathogenesis of endometriosis, one of the most common medical conditions affecting the lower abdomen in women in which the endometrial tissue grows outside the womb. In this study we compared gene expression profiles between MSCs and non-stem cell counterparts (‘non-MSC’) obtained from women with (‘E’) or without (‘noE’) endometriosis from RNAseq. Raw read counts were used for differential expression analysis using a linear model with the limma-voom R package, including either all samples in the study or only the samples belonging to the subset of interest (e.g. for the comparison ‘E vs noE in MSC cells’, including only MSC samples from E and noE patients but not the non-MSC ones). Using the full dataset we identified about 100 differentially expressed (DE) genes between E and noE samples in MSC samples (adj.p-val < 0.05 and |logFC|>1) while only 9 DE genes were identified when using only the subset of data (MSC samples only). Important genes known to be involved in endometriosis such as KLF9 and RND3 were missed in the latter case. When looking at the MSC vs non-MSC cells comparison, the linear model including all samples identified 260 genes for noE samples (including the stem cell marker SUSD2) while the subset analysis did not identify any DE genes. When looking at E samples, 12 genes were identified with the first approach and only 1 with the subset approach. Although the stem cell marker RGS5 was found in both cases, the subset test missed important genes involved in stem cell differentiation such as NOTCH3 and other potentially related genes to be used for further investigation and pathway analysis. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=differential%20expression" title="differential expression">differential expression</a>, <a href="https://publications.waset.org/abstracts/search?q=endometriosis" title=" endometriosis"> endometriosis</a>, <a href="https://publications.waset.org/abstracts/search?q=linear%20model" title=" linear model"> linear model</a>, <a href="https://publications.waset.org/abstracts/search?q=RNAseq" title=" RNAseq"> RNAseq</a> </p> <a href="https://publications.waset.org/abstracts/36190/the-importance-of-including-all-data-in-a-linear-model-for-the-analysis-of-rnaseq-data" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/36190.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">432</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4138</span> Construction Quality Perception of Construction Professionals and Their Expectations from a Quality Improvement Technique in Pakistan</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Muhammad%20Yousaf%20Sadiq">Muhammad Yousaf Sadiq</a> </p> <p class="card-text"><strong>Abstract:</strong></p> The complexity arises in defining the construction quality due to its perception, based on inherent market conditions and their requirements, the diversified stakeholders itself and their desired output. An quantitative survey based approach was adopted in this constructive study. A questionnaire-based survey was conducted for the assessment of construction Quality perception and expectations in the context of quality improvement technique. The survey feedback of professionals of the leading construction organizations/companies of Pakistan construction industry were analyzed. The financial capacity, organizational structure, and construction experience of the construction firms formed basis for their selection. The quality perception was found to be project-scope-oriented and considered as an excess cost for a construction project. Any quality improvement technique was expected to maximize the profit for the employer, by improving the productivity in a construction project. The study is beneficial for the construction professionals to assess the prevailing construction quality perception and the expectations from implementation of any quality improvement technique in construction projects. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=construction%20quality" title="construction quality">construction quality</a>, <a href="https://publications.waset.org/abstracts/search?q=expectation" title=" expectation"> expectation</a>, <a href="https://publications.waset.org/abstracts/search?q=improvement" title=" improvement"> improvement</a>, <a href="https://publications.waset.org/abstracts/search?q=perception" title=" perception"> perception</a> </p> <a href="https://publications.waset.org/abstracts/24075/construction-quality-perception-of-construction-professionals-and-their-expectations-from-a-quality-improvement-technique-in-pakistan" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/24075.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">474</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4137</span> Lean Implementation Analysis on the Safety Performance of Construction Projects in the Philippines</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Kim%20Lindsay%20F.%20Restua">Kim Lindsay F. Restua</a>, <a href="https://publications.waset.org/abstracts/search?q=Jeehan%20Kyra%20A.%20Rivero"> Jeehan Kyra A. Rivero</a>, <a href="https://publications.waset.org/abstracts/search?q=Joneka%20Myles%20D.%20Taguba"> Joneka Myles D. Taguba</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Lean construction is defined as an approach in construction with the purpose of reducing waste in the process without compromising the value of the project. There are numerous lean construction tools that are applied in the construction process, which maximizes the efficiency of work and satisfaction of customers while minimizing waste. However, the complexity and differences of construction projects cause a rise in challenges on achieving the lean benefits construction can give, such as improvement in safety performance. The objective of this study is to determine the relationship between lean construction tools and their effects on safety performance. The relationship between construction tools applied in construction and safety performance is identified through Logistic Regression Analysis, and Correlation Analysis was conducted thereafter. Based on the findings, it was concluded that almost 60% of the factors listed in the study, which are different tools and effects of lean construction, were determined to have a significant relationship with the level of safety in construction projects. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=correlation%20analysis" title="correlation analysis">correlation analysis</a>, <a href="https://publications.waset.org/abstracts/search?q=lean%20construction%20tools" title=" lean construction tools"> lean construction tools</a>, <a href="https://publications.waset.org/abstracts/search?q=lean%20construction" title=" lean construction"> lean construction</a>, <a href="https://publications.waset.org/abstracts/search?q=logistic%20regression%20analysis" title=" logistic regression analysis"> logistic regression analysis</a>, <a href="https://publications.waset.org/abstracts/search?q=risk%20management" title=" risk management"> risk management</a>, <a href="https://publications.waset.org/abstracts/search?q=safety" title=" safety"> safety</a> </p> <a href="https://publications.waset.org/abstracts/148072/lean-implementation-analysis-on-the-safety-performance-of-construction-projects-in-the-philippines" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/148072.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">186</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4136</span> Study of Management of Waste Construction Materials in Civil Engineering Projects</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Jalindar%20R.%20Patil">Jalindar R. Patil</a>, <a href="https://publications.waset.org/abstracts/search?q=Harish%20P.%20Gayakwad"> Harish P. Gayakwad </a> </p> <p class="card-text"><strong>Abstract:</strong></p> The increased economic growth across the globe as well as urbanization in developing countries have led into extensive construction activities that generate large amounts of wastes. Material wastage in construction projects resulted into huge financial setbacks to builders and contractors. In addition to this, it may also cause significant effects over aesthetics, health, and the general environment. However in many cities across the globe where construction wastes material management is still a problem. In this paper, the discussion is all about the method for the management of waste construction materials. The objectives of this seminar are to identify the significant source of construction waste globally, to improve the performance of by extracting the major barriers construction waste management and to determine the cost impact on the construction project. These wastes needs to be managed as well as their impacts needs to be ascertained to pave way for their proper management. The seminar includes the details of construction waste management with the reference to construction project. The application of construction waste management in the civil engineering projects is to describe the reduction in the construction wastes. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=civil%20engineering" title="civil engineering">civil engineering</a>, <a href="https://publications.waset.org/abstracts/search?q=construction%20materials" title=" construction materials"> construction materials</a>, <a href="https://publications.waset.org/abstracts/search?q=waste%20management" title=" waste management"> waste management</a>, <a href="https://publications.waset.org/abstracts/search?q=construction%20activities" title=" construction activities"> construction activities</a> </p> <a href="https://publications.waset.org/abstracts/24011/study-of-management-of-waste-construction-materials-in-civil-engineering-projects" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/24011.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">530</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4135</span> Green Construction in EGYPT</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Hanan%20A.%20Anwar">Hanan A. Anwar</a> </p> <p class="card-text"><strong>Abstract:</strong></p> This paper introduces green building construction in Egypt with different concepts and practices. The following study includes green building applied definition, guidelines, regulations and Standards. Evaluation of cost/benefit of green construction methods and green construction rating systems are presented. Relevant case studies will be reviewed. Four sites will be included. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=green%20construction" title="green construction">green construction</a>, <a href="https://publications.waset.org/abstracts/search?q=ecofreindly" title=" ecofreindly"> ecofreindly</a>, <a href="https://publications.waset.org/abstracts/search?q=self-sufficient%20town" title=" self-sufficient town"> self-sufficient town</a>, <a href="https://publications.waset.org/abstracts/search?q=carbon%20neutral%20atmosphere" title=" carbon neutral atmosphere"> carbon neutral atmosphere</a> </p> <a href="https://publications.waset.org/abstracts/21630/green-construction-in-egypt" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/21630.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">656</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4134</span> The Effect of Artificial Intelligence on Construction Development</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Shady%20Gamal%20Aziz%20Shehata">Shady Gamal Aziz Shehata</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Difficulty in defining construction quality arises due to perception based on the nature and requirements of the market, the different partners themselves and the results they want. Quantitative research was used in this constructivist research. A case-based study was conducted to assess the structures of positive attitudes and expectations in the context of quality improvement. A survey based on expert opinions was analyzed among construction organizations/companies operating in the construction industry in Pakistan. The financial strength, management structure and construction experience of the construction companies formed the basis of their selection. A good concept is visible at the project level and is seen as the most valuable part of the construction project. Each quality improvement technique was expected to increase the user's profits by improving the efficiency of the construction project. The Survey is useful for construction professionals to evaluate current construction concepts and expectations for the application of quality improvement techniques in construction projects. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=correlation%20analysis" title="correlation analysis">correlation analysis</a>, <a href="https://publications.waset.org/abstracts/search?q=lean%20construction%20tools" title=" lean construction tools"> lean construction tools</a>, <a href="https://publications.waset.org/abstracts/search?q=lean%20construction" title=" lean construction"> lean construction</a>, <a href="https://publications.waset.org/abstracts/search?q=logistic%20regression%20analysis" title=" logistic regression analysis"> logistic regression analysis</a>, <a href="https://publications.waset.org/abstracts/search?q=risk%20management" title=" risk management"> risk management</a>, <a href="https://publications.waset.org/abstracts/search?q=safety%20construction%20quality" title=" safety construction quality"> safety construction quality</a>, <a href="https://publications.waset.org/abstracts/search?q=expectation" title=" expectation"> expectation</a>, <a href="https://publications.waset.org/abstracts/search?q=improvement" title=" improvement"> improvement</a>, <a href="https://publications.waset.org/abstracts/search?q=perception" title=" perception"> perception</a> </p> <a href="https://publications.waset.org/abstracts/185149/the-effect-of-artificial-intelligence-on-construction-development" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/185149.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">59</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4133</span> Differentiation of Customer Types by Stereotypical Characteristics for Modular and Conventional Construction Methods</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Peter%20Schnell">Peter Schnell</a>, <a href="https://publications.waset.org/abstracts/search?q=Phillip%20Haag"> Phillip Haag</a> </p> <p class="card-text"><strong>Abstract:</strong></p> In the course of the structural transformation of the construction industry, the integration of industrialization and digitization has led to the development of construction methods with an increased degree of prefabrication, such as system or modular construction. Compared to conventional construction, these innovative construction methods are characterized by modified structural and procedural properties and expand the range of construction services. Faced with the supply side, it is possible to identify construction-specific customer types with different characteristics and certain preferences as far as the choice of construction method is concerned. The basis for this finding was qualitative expert interviews. By evaluating the stereotypical customer needs, a corresponding segmentation of the demand side can be made along with the basic orientation and decision behavior. This demarcation supports the target- and needs-oriented customer approach and contributes to cooperative and successful project management. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=differentiation%20of%20customer%20types" title="differentiation of customer types">differentiation of customer types</a>, <a href="https://publications.waset.org/abstracts/search?q=modular%20construction%20methods" title=" modular construction methods"> modular construction methods</a>, <a href="https://publications.waset.org/abstracts/search?q=conventional%20construction%20methods" title=" conventional construction methods"> conventional construction methods</a>, <a href="https://publications.waset.org/abstracts/search?q=stereotypical%20customer%20types" title=" stereotypical customer types"> stereotypical customer types</a> </p> <a href="https://publications.waset.org/abstracts/152514/differentiation-of-customer-types-by-stereotypical-characteristics-for-modular-and-conventional-construction-methods" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/152514.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">110</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4132</span> A Study on Occupational Injuries among Building Construction Workers in Bhubaneswar City Odisha</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Rahul%20Pal">Rahul Pal</a> </p> <p class="card-text"><strong>Abstract:</strong></p> In India, construction industry plays a vital role in the development of infrastructures. It is one of the most hazardous industries. Construction workers are a group that is particularly vulnerable to health risks because they have few legal protection. India has the world’s highest accident rate among construction workers. This study aimed to investigate the prevalence of occupation injury among construction workers and to find out the factors responsible for such injuries. Methodology: A cross-sectional study using a semi-structured questionnaire among 305 construction workers in Bhubaneswar city. In this study, it was found that the overall prevalence of injury was 43.28% in the previous one year period. Majority of the construction workers were less experience in the construction work. Factors responsible for injuries are fall of the object followed by striking, and majority of the workers reported their injuries to have occurred in the summer season. And most of the construction workers are not using personal protective equipment (PPE). Conclusion: Given the occupational injuries, the majority of the construction workers are injured in this study; there is a need to address this issue to ensure necessary step for the safety and well-being of construction workers. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=construction" title="construction">construction</a>, <a href="https://publications.waset.org/abstracts/search?q=construction%20workers" title=" construction workers"> construction workers</a>, <a href="https://publications.waset.org/abstracts/search?q=occupational%20injuries" title=" occupational injuries"> occupational injuries</a>, <a href="https://publications.waset.org/abstracts/search?q=personal%20protective%20equipment" title=" personal protective equipment"> personal protective equipment</a> </p> <a href="https://publications.waset.org/abstracts/103240/a-study-on-occupational-injuries-among-building-construction-workers-in-bhubaneswar-city-odisha" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/103240.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">196</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4131</span> The Challenges for Engineers to Change the Construction Method in Brazil</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Yuri%20B.%20Cesarino">Yuri B. Cesarino</a>, <a href="https://publications.waset.org/abstracts/search?q=Vin%C3%ADcius%20R.%20Domingues"> Vinícius R. Domingues</a>, <a href="https://publications.waset.org/abstracts/search?q=Darym%20J.%20F.%20Campos"> Darym J. F. Campos</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Developing countries have some restrains towards the adoption of new technologies and construction methods. Some nations, such as Brazil, still use conventional construction methodologies, knowing its lesser cost-effectiveness. This research has been conducted to demonstrate how industrialized construction methods should be implemented in Brazil, especially in times of need. Using the common sense among different authors with different perspectives, it is clear that the second method is more suitable for construction development because of its great advantages. However, it is unlikely for this process to be adopted in the country as a result of several social-economic restraints. Nonetheless, Brazilian engineers have a major challenge ahead of them, and it will take more than creativity to solve such an issue. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=Brazilian%20engineers" title="Brazilian engineers">Brazilian engineers</a>, <a href="https://publications.waset.org/abstracts/search?q=construction%20methods" title=" construction methods"> construction methods</a>, <a href="https://publications.waset.org/abstracts/search?q=industrialized%20construction" title=" industrialized construction"> industrialized construction</a>, <a href="https://publications.waset.org/abstracts/search?q=infrastructure" title=" infrastructure"> infrastructure</a> </p> <a href="https://publications.waset.org/abstracts/52643/the-challenges-for-engineers-to-change-the-construction-method-in-brazil" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/52643.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">284</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4130</span> Efficient Management of Construction Logistics: A Challenge to Both Conventional and Technological Systems in the Developing Nations</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Nuruddeen%20Usman">Nuruddeen Usman</a>, <a href="https://publications.waset.org/abstracts/search?q=Ahmad%20Muhammad%20Ibrahim"> Ahmad Muhammad Ibrahim</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Management of construction logistics at construction sites becomes increasingly complex with rising construction volume, which made it relatively inefficient in the developing nations even with the technological advancement. The objective of this research is to conceptually synthesise the approaches and challenges befall in the course of construction logistic management, with the aim to proffer possible solution to it. Therefore, this study appraised the glitches associated with both conventional and technological methods of construction logistic management that result in its inefficiency. Thus, this investigation found that, both conventional and the technological issues were due to certain obstacles that affect the construction logistic management which resulted into delays, accidents, fraudulent activities, time and cost overrun. Therefore, this study has developed a framework that might bring a lasting solution to the challenges of construction logistic management. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=construction" title="construction">construction</a>, <a href="https://publications.waset.org/abstracts/search?q=conventional" title=" conventional"> conventional</a>, <a href="https://publications.waset.org/abstracts/search?q=logistic" title=" logistic"> logistic</a>, <a href="https://publications.waset.org/abstracts/search?q=technological" title=" technological"> technological</a> </p> <a href="https://publications.waset.org/abstracts/14211/efficient-management-of-construction-logistics-a-challenge-to-both-conventional-and-technological-systems-in-the-developing-nations" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/14211.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">554</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4129</span> A Probability Analysis of Construction Project Schedule Using Risk Management Tool</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=A.%20L.%20Agarwal">A. L. Agarwal</a>, <a href="https://publications.waset.org/abstracts/search?q=D.%20A.%20Mahajan"> D. A. Mahajan</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Construction industry tumbled along with other industry/sectors during recent economic crash. Construction business could not regain thereafter and still pass through slowdown phase, resulted many real estate as well as infrastructure projects not completed on schedule and within budget. There are many theories, tools, techniques with software packages available in the market to analyze construction schedule. This study focuses on the construction project schedule and uncertainties associated with construction activities. The infrastructure construction project has been considered for the analysis of uncertainty on project activities affecting project duration and analysis is done using @RISK software. Different simulation results arising from three probability distribution functions are compiled to benefit construction project managers to plan more realistic schedule of various construction activities as well as project completion to document in the contract and avoid compensations or claims arising out of missing the planned schedule. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=construction%20project" title="construction project">construction project</a>, <a href="https://publications.waset.org/abstracts/search?q=distributions" title=" distributions"> distributions</a>, <a href="https://publications.waset.org/abstracts/search?q=project%20schedule" title=" project schedule"> project schedule</a>, <a href="https://publications.waset.org/abstracts/search?q=uncertainty" title=" uncertainty"> uncertainty</a> </p> <a href="https://publications.waset.org/abstracts/59505/a-probability-analysis-of-construction-project-schedule-using-risk-management-tool" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/59505.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">350</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4128</span> A Review of the Factors Causing Cost Overrun in Construction Projects in Malaysia</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Kaleem%20Ullah">Kaleem Ullah</a>, <a href="https://publications.waset.org/abstracts/search?q=Abd%20Halid%20Bin%20Abdullah"> Abd Halid Bin Abdullah </a> </p> <p class="card-text"><strong>Abstract:</strong></p> This study examines previous literature on cost overrun in construction projects with the specific aim of determining the frequently observed causes of cost overruns in Malaysian construction projects. Cost overrun is one of the major problems in construction projects. Cost overrun is frequently observed in almost every construction projects. This cost overrun in construction projects occurs due to various reasons and many researchers have carried out various studies to identify the cause factors of this issue. The causes of construction cost overrun could vary from country to country because of the difference in political, economic, social and environmental conditions. Likewise, other countries construction projects in Malaysia have also the issue of cost overrun. The concept of cost overrun in construction projects has attracted much attention in recent years and researches are trying to understand the causes of these overruns and their effects to the construction industry as whole. This paper review various research studies carried out in Malaysia which surveyed the cost performance and cause factors of cost overruns in construction projects in Malaysia. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=cause%20of%20cost%20overrun" title="cause of cost overrun">cause of cost overrun</a>, <a href="https://publications.waset.org/abstracts/search?q=cost%20overrun" title=" cost overrun"> cost overrun</a>, <a href="https://publications.waset.org/abstracts/search?q=construction%20industry%20in%20Malaysia" title=" construction industry in Malaysia"> construction industry in Malaysia</a>, <a href="https://publications.waset.org/abstracts/search?q=effects%20of%20cost%20overrun" title=" effects of cost overrun"> effects of cost overrun</a> </p> <a href="https://publications.waset.org/abstracts/44973/a-review-of-the-factors-causing-cost-overrun-in-construction-projects-in-malaysia" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/44973.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">282</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4127</span> BIM Model and Virtual Prototyping in Construction Management</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Samar%20Alkindy">Samar Alkindy</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Purpose: The BIM model has been used to support the planning of different construction projects in the industry by showing the different stages of the construction process. The model has been instrumental in identifying some of the common errors in the construction process through the spatial arrangement. The continuous use of the BIM model in the construction industry has resulted in various radical changes such as virtual prototyping. Construction virtual prototyping is a highly advanced technology that incorporates a BIM model with realistic graphical simulations, and facilitates the simulation of the project before a product is built in the factory. The paper presents virtual prototyping in the construction industry by examining its application, challenges and benefits to a construction project. Methodology approach: A case study was conducted for this study in four major construction projects, which incorporate virtual construction prototyping in several stages of the construction project. Furthermore, there was the administration of interviews with the project manager and engineer and the planning manager. Findings: Data collected from the methodological approach shows a positive response for virtual construction prototyping in construction, especially concerning communication and visualization. Furthermore, the use of virtual prototyping has increased collaboration and efficiency between construction experts handling a project. During the planning stage, virtual prototyping has increased accuracy, reduced planning time, and reduced the amount of rework during the implementation stage. Irrespective of virtual prototyping being a new concept in the construction industry, the findings outline that the approach will benefit the management of construction projects. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=construction%20operations" title="construction operations">construction operations</a>, <a href="https://publications.waset.org/abstracts/search?q=construction%20planning" title=" construction planning"> construction planning</a>, <a href="https://publications.waset.org/abstracts/search?q=process%20simulation" title=" process simulation"> process simulation</a>, <a href="https://publications.waset.org/abstracts/search?q=virtual%20prototyping" title=" virtual prototyping"> virtual prototyping</a> </p> <a href="https://publications.waset.org/abstracts/143753/bim-model-and-virtual-prototyping-in-construction-management" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/143753.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">231</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4126</span> Designing a Method to Control and Determine the Financial Performance of the Real Cost Sub-System in the Information Management System of Construction Projects</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Alireza%20Ghaffari">Alireza Ghaffari</a>, <a href="https://publications.waset.org/abstracts/search?q=Hassan%20Saghi"> Hassan Saghi</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Project management is more complex than managing the day-to-day affairs of an organization. When the project dimensions are broad and multiple projects have to be monitored in different locations, the integrated management becomes even more complicated. One of the main concerns of project managers is the integrated project management, which is mainly rooted in the lack of accurate and accessible information from different projects in various locations. The collection of dispersed information from various parts of the network, their integration and finally the selective reporting of this information is among the goals of integrated information systems. It can help resolve the main problem, which is bridging the information gap between executives and senior managers in the organization. Therefore, the main objective of this study is to design and implement an important subset of a project management information system in order to successfully control the cost of construction projects so that its results can be used to design raw software forms and proposed relationships between different project units for the collection of necessary information. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=financial%20performance" title="financial performance">financial performance</a>, <a href="https://publications.waset.org/abstracts/search?q=cost%20subsystem" title=" cost subsystem"> cost subsystem</a>, <a href="https://publications.waset.org/abstracts/search?q=PMIS" title=" PMIS"> PMIS</a>, <a href="https://publications.waset.org/abstracts/search?q=project%20management" title=" project management"> project management</a> </p> <a href="https://publications.waset.org/abstracts/148661/designing-a-method-to-control-and-determine-the-financial-performance-of-the-real-cost-sub-system-in-the-information-management-system-of-construction-projects" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/148661.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">109</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4125</span> Construction 4.0: The Future of the Construction Industry in South Africa</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Temidayo.%20O.%20Osunsanmi">Temidayo. O. Osunsanmi</a>, <a href="https://publications.waset.org/abstracts/search?q=Clinton%20Aigbavboa"> Clinton Aigbavboa</a>, <a href="https://publications.waset.org/abstracts/search?q=Ayodeji%20Oke"> Ayodeji Oke</a> </p> <p class="card-text"><strong>Abstract:</strong></p> The construction industry is a renowned latecomer to the efficiency offered by the adoption of information technology. Whereas, the banking, manufacturing, retailing industries have keyed into the future by using digitization and information technology as a new approach for ensuring competitive gain and efficiency. The construction industry has yet to fully realize similar benefits because the adoption of ICT is still at the infancy stage with a major concentration on the use of software. Thus, this study evaluates the awareness and readiness of construction professionals towards embracing a full digitalization of the construction industry using construction 4.0. The term &lsquo;construction 4.0&rsquo; was coined from the industry 4.0 concept which is regarded as the fourth industrial revolution that originated from Germany. A questionnaire was utilized for sourcing data distributed to practicing construction professionals through a convenience sampling method. Using SPSS v24, the hypotheses posed were tested with the Mann Whitney test. The result revealed that there are no differences between the consulting and contracting organizations on the readiness for adopting construction 4.0 concepts in the construction industry. Using factor analysis, the study discovers that adopting construction 4.0 will improve the performance of the construction industry regarding cost and time savings and also create sustainable buildings. In conclusion, the study determined that construction professionals have a low awareness towards construction 4.0 concepts. The study recommends an increase in awareness of construction 4.0 concepts through seminars, workshops and training, while construction professionals should take hold of the benefits of adopting construction 4.0 concepts. The study contributes to the roadmap for the implementation of construction industry 4.0 concepts in the South African construction industry. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=building%20information%20technology" title="building information technology">building information technology</a>, <a href="https://publications.waset.org/abstracts/search?q=Construction%204.0" title=" Construction 4.0"> Construction 4.0</a>, <a href="https://publications.waset.org/abstracts/search?q=Industry%204.0" title=" Industry 4.0"> Industry 4.0</a>, <a href="https://publications.waset.org/abstracts/search?q=smart%20site" title=" smart site"> smart site</a> </p> <a href="https://publications.waset.org/abstracts/85333/construction-40-the-future-of-the-construction-industry-in-south-africa" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/85333.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">410</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4124</span> Causes of Construction Delays in Qatar Construction Projects</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Murat%20Gunduz">Murat Gunduz</a>, <a href="https://publications.waset.org/abstracts/search?q=Mohanad%20H.%20A.%20AbuHassan"> Mohanad H. A. AbuHassan</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Construction industry mainly focuses on the superstructure, infrastructure, and oil and gas industry. The development of infrastructure projects in developing countries attracted a lot of foreign construction contractors, consultants, suppliers and diversified workforce to interfere and to be evolved in such huge investment. Reducing worksite delays in such projects require knowledge and attention. Therefore, it is important to identify the influencing delay attributes affecting construction projects. The significant project factors affecting construction delays were investigated. Data collection was carried out through an online web survey system to capture significant factors. Significant factors were determined with importance index and relevant recommendations are made. The output of the data analysis would lead the industry experts better assess the impact of construction delays on construction projects. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=construction%20industry" title="construction industry">construction industry</a>, <a href="https://publications.waset.org/abstracts/search?q=delays" title=" delays"> delays</a>, <a href="https://publications.waset.org/abstracts/search?q=importance%20index" title=" importance index"> importance index</a>, <a href="https://publications.waset.org/abstracts/search?q=frequency%20index" title=" frequency index"> frequency index</a> </p> <a href="https://publications.waset.org/abstracts/48492/causes-of-construction-delays-in-qatar-construction-projects" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/48492.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">364</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4123</span> Assessing Indicators, Challenges and Benefits of Sustainable Procurement in Construction Projects</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Taha%20Anjamrooz">Taha Anjamrooz</a>, <a href="https://publications.waset.org/abstracts/search?q=Sareh%20Rajabi"> Sareh Rajabi</a>, <a href="https://publications.waset.org/abstracts/search?q=Salwa%20Bheiry"> Salwa Bheiry</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Procurement is a key process in construction project management. The present construction procurement practices have been extensively analyzed for disregarding sustainability in the project life cycle. Currently, there is a gap of information on status-quo of sustainable procurement in construction field. Thus, the aim of this study is to review sustainable procurement practices in the construction field. Disregard of three sustainability pillars is one of the major drawbacks of present construction procurement practices. Sustainable procurement is a developing idea that can enhance procurement practices and improve the sustainability performance of the construction projects. At present, sustainable procurement is still not entirely used in the construction projects. A comprehensive literature review indicated that the construction industry is still not entirely informed about the benefits and challenges of using sustainable procurement, and about important indicators that play major impacts on those benefits and challenges. This study assesses the major indicator, benefits and challenges encountered in applying sustainable procurement in the construction industry. In addition, this study investigates understanding of construction professionals on the benefits and challenges of utilizing sustainable procurement for construction projects through selected indicators that are categorized according to society and community needs. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=sustainability" title="sustainability">sustainability</a>, <a href="https://publications.waset.org/abstracts/search?q=sustainable%20development" title=" sustainable development"> sustainable development</a>, <a href="https://publications.waset.org/abstracts/search?q=sustainable%20procurement" title=" sustainable procurement"> sustainable procurement</a>, <a href="https://publications.waset.org/abstracts/search?q=procurement" title=" procurement"> procurement</a>, <a href="https://publications.waset.org/abstracts/search?q=construction%20industry" title=" construction industry"> construction industry</a> </p> <a href="https://publications.waset.org/abstracts/128125/assessing-indicators-challenges-and-benefits-of-sustainable-procurement-in-construction-projects" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/128125.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">194</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4122</span> Production and Recycling of Construction and Demolition Waste </h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Vladimira%20Vytlacilova">Vladimira Vytlacilova</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Recycling of construction and demolition waste (C&amp;DW) and their new reuse in structures is one of the solutions of environmental problems. Construction and demolition waste creates a major portion of total solid waste production in the world and most of it is used in landfills all the time. The paper deals with the situation of the recycling of the building and demolition waste in the Czech Republic during the recent years. The paper is dealing with questions of C&amp;D waste recycling, it also characterizes construction and demolition waste in general, furthermore it analyses production of construction waste and subsequent production of recycled materials. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=Recycling" title="Recycling">Recycling</a>, <a href="https://publications.waset.org/abstracts/search?q=Construction%20and%20demolition%20waste" title=" Construction and demolition waste"> Construction and demolition waste</a>, <a href="https://publications.waset.org/abstracts/search?q=Recycled%20rubble" title=" Recycled rubble"> Recycled rubble</a>, <a href="https://publications.waset.org/abstracts/search?q=Waste%20management" title=" Waste management"> Waste management</a> </p> <a href="https://publications.waset.org/abstracts/9598/production-and-recycling-of-construction-and-demolition-waste" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/9598.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">302</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4121</span> Integral Domains and Their Algebras: Topological Aspects</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Shai%20Sarussi">Shai Sarussi</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Let S be an integral domain with field of fractions F and let A be an F-algebra. An S-subalgebra R of A is called S-nice if R&cap;F = S and the localization of R with respect to S \{0} is A. Denoting by W the set of all S-nice subalgebras of A, and defining a notion of open sets on W, one can view W as a T0-Alexandroff space. Thus, the algebraic structure of W can be viewed from the point of view of topology. It is shown that every nonempty open subset of W has a maximal element in it, which is also a maximal element of W. Moreover, a supremum of an irreducible subset of W always exists. As a notable connection with valuation theory, one considers the case in which S is a valuation domain and A is an algebraic field extension of F; if S is indecomposed in A, then W is an irreducible topological space, and W contains a greatest element. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=integral%20domains" title="integral domains">integral domains</a>, <a href="https://publications.waset.org/abstracts/search?q=Alexandroff%20topology" title=" Alexandroff topology"> Alexandroff topology</a>, <a href="https://publications.waset.org/abstracts/search?q=prime%20spectrum%20of%20a%20ring" title=" prime spectrum of a ring"> prime spectrum of a ring</a>, <a href="https://publications.waset.org/abstracts/search?q=valuation%20domains" title=" valuation domains"> valuation domains</a> </p> <a href="https://publications.waset.org/abstracts/130312/integral-domains-and-their-algebras-topological-aspects" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/130312.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">130</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4120</span> Text2Time: Transformer-Based Article Time Period Prediction</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Karthick%20Prasad%20Gunasekaran">Karthick Prasad Gunasekaran</a>, <a href="https://publications.waset.org/abstracts/search?q=B.%20Chase%20Babrich"> B. Chase Babrich</a>, <a href="https://publications.waset.org/abstracts/search?q=Saurabh%20Shirodkar"> Saurabh Shirodkar</a>, <a href="https://publications.waset.org/abstracts/search?q=Hee%20Hwang"> Hee Hwang</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Construction preparation is crucial for the success of a construction project. By involving project participants early in the construction phase, project managers can plan ahead and resolve issues early, resulting in project success and satisfaction. This study uses quantitative data from construction management projects to determine the relationship between the pre-construction phase, construction schedule, and customer satisfaction. This study examined a total of 65 construction projects and 93 clients per job to (a) identify the relationship between the pre-construction phase and program reduction and (b) the pre-construction phase and customer retention. Based on a quantitative analysis, this study found a negative correlation between pre-construction status and project schedule in 65 construction projects. This finding means that the more preparatory work done on a particular project, the shorter the total construction time. The Net Promoter Score of 93 clients from 65 projects was then used to determine the relationship between construction preparation and client satisfaction. The pre-construction status and the projects were further analyzed, and a positive correlation between them was found. This shows that customers are happier with projects with a higher ready-to-build ratio than projects with less ready-to-build. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=NLP" title="NLP">NLP</a>, <a href="https://publications.waset.org/abstracts/search?q=BERT" title=" BERT"> BERT</a>, <a href="https://publications.waset.org/abstracts/search?q=LLM" title=" LLM"> LLM</a>, <a href="https://publications.waset.org/abstracts/search?q=deep%20learning" title=" deep learning"> deep learning</a>, <a href="https://publications.waset.org/abstracts/search?q=classification" title=" classification"> classification</a> </p> <a href="https://publications.waset.org/abstracts/166130/text2time-transformer-based-article-time-period-prediction" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/166130.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">104</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4119</span> Stabilized Earth Roads Construction and Its Challenges</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Mokhtar%20Nikgoo">Mokhtar Nikgoo</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Road definition and road construction: in engineering literature, a road is defined as a means of communication between two different places by air, land, and sea. In this way, all sea, land, and air routes are considered as roads. Road construction is an operation to create a road on the ground between 2 points with a specified width, which includes works such as subgrade, paving, placing tables, and traffic signs on the road. In this article, the stages of road construction are explained from the beginning to the end. Road construction is generally done in the construction of rural, urban, and inter-city roads, and according to the special conditions of this area, the precision of engineers in its design and calculations is very important. For example, if the design of a road does not pay enough attention to the way the road curves, there will undoubtedly be countless accidents. Also, adjusting the road surface and its durability and uniformity are among the things that engineers solve according to the upcoming obstacles. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=road%20construction" title="road construction">road construction</a>, <a href="https://publications.waset.org/abstracts/search?q=surveying" title=" surveying"> surveying</a>, <a href="https://publications.waset.org/abstracts/search?q=freeway" title=" freeway"> freeway</a>, <a href="https://publications.waset.org/abstracts/search?q=pavement" title=" pavement"> pavement</a>, <a href="https://publications.waset.org/abstracts/search?q=excavator" title=" excavator"> excavator</a> </p> <a href="https://publications.waset.org/abstracts/173669/stabilized-earth-roads-construction-and-its-challenges" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/173669.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">92</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4118</span> Modern Work Modules in Construction Practice</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Robin%20Becker">Robin Becker</a>, <a href="https://publications.waset.org/abstracts/search?q=Nane%20Roetmann"> Nane Roetmann</a>, <a href="https://publications.waset.org/abstracts/search?q=Manfred%20Helmus"> Manfred Helmus</a> </p> <p class="card-text"><strong>Abstract:</strong></p> Construction companies lack junior staff for construction management. According to a nationwide survey of students, however, the profession lacks attractiveness. The conflict between the traditional job profile and the current desires of junior staff for contemporary and flexible working models must be resolved. Increasing flexibility is essential for the future viability of small and medium-sized enterprises. The implementation of modern work modules can help here. The following report will present the validation results of the developed work modules in construction practice. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=modern%20construction%20management" title="modern construction management">modern construction management</a>, <a href="https://publications.waset.org/abstracts/search?q=construction%20industry" title=" construction industry"> construction industry</a>, <a href="https://publications.waset.org/abstracts/search?q=work%20modules" title=" work modules"> work modules</a>, <a href="https://publications.waset.org/abstracts/search?q=shortage%20of%20junior%20staff" title=" shortage of junior staff"> shortage of junior staff</a>, <a href="https://publications.waset.org/abstracts/search?q=sustainable%20personnel%20management" title=" sustainable personnel management"> sustainable personnel management</a>, <a href="https://publications.waset.org/abstracts/search?q=making%20construction%20management%20more%20attractive" title=" making construction management more attractive"> making construction management more attractive</a>, <a href="https://publications.waset.org/abstracts/search?q=working%20time%20model" title=" working time model"> working time model</a> </p> <a href="https://publications.waset.org/abstracts/170352/modern-work-modules-in-construction-practice" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/170352.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">86</span> </span> </div> </div> <div class="card paper-listing mb-3 mt-3"> <h5 class="card-header" style="font-size:.9rem"><span class="badge badge-info">4117</span> Comprehensive Risk Assessment Model in Agile Construction Environment</h5> <div class="card-body"> <p class="card-text"><strong>Authors:</strong> <a href="https://publications.waset.org/abstracts/search?q=Jolanta%20Tamo%C5%A1aitien%C4%97">Jolanta Tamošaitienė</a> </p> <p class="card-text"><strong>Abstract:</strong></p> The article focuses on a developed comprehensive model to be used in an agile environment for the risk assessment and selection based on multi-attribute methods. The model is based on a multi-attribute evaluation of risk in construction, and the determination of their optimality criterion values are calculated using complex Multiple Criteria Decision-Making methods. The model may be further applied to risk assessment in an agile construction environment. The attributes of risk in a construction project are selected by applying the risk assessment condition to the construction sector, and the construction process efficiency in the construction industry accounts for the agile environment. The paper presents the comprehensive risk assessment model in an agile construction environment. It provides a background and a description of the proposed model and the developed analysis of the comprehensive risk assessment model in an agile construction environment with the criteria. <p class="card-text"><strong>Keywords:</strong> <a href="https://publications.waset.org/abstracts/search?q=assessment" title="assessment">assessment</a>, <a href="https://publications.waset.org/abstracts/search?q=environment" title=" environment"> environment</a>, <a href="https://publications.waset.org/abstracts/search?q=agile" title=" agile"> agile</a>, <a href="https://publications.waset.org/abstracts/search?q=model" title=" model"> model</a>, <a href="https://publications.waset.org/abstracts/search?q=risk" title=" risk"> risk</a> </p> <a href="https://publications.waset.org/abstracts/84304/comprehensive-risk-assessment-model-in-agile-construction-environment" class="btn btn-primary btn-sm">Procedia</a> <a href="https://publications.waset.org/abstracts/84304.pdf" target="_blank" class="btn btn-primary btn-sm">PDF</a> <span class="bg-info text-light px-1 py-1 float-right rounded"> Downloads <span class="badge badge-light">255</span> </span> </div> </div> <ul class="pagination"> <li class="page-item disabled"><span class="page-link">&lsaquo;</span></li> <li class="page-item active"><span class="page-link">1</span></li> <li class="page-item"><a class="page-link" href="https://publications.waset.org/abstracts/search?q=subset%20construction&amp;page=2">2</a></li> <li class="page-item"><a class="page-link" href="https://publications.waset.org/abstracts/search?q=subset%20construction&amp;page=3">3</a></li> <li class="page-item"><a class="page-link" href="https://publications.waset.org/abstracts/search?q=subset%20construction&amp;page=4">4</a></li> <li class="page-item"><a class="page-link" href="https://publications.waset.org/abstracts/search?q=subset%20construction&amp;page=5">5</a></li> <li class="page-item"><a class="page-link" href="https://publications.waset.org/abstracts/search?q=subset%20construction&amp;page=6">6</a></li> <li class="page-item"><a class="page-link" href="https://publications.waset.org/abstracts/search?q=subset%20construction&amp;page=7">7</a></li> <li class="page-item"><a class="page-link" href="https://publications.waset.org/abstracts/search?q=subset%20construction&amp;page=8">8</a></li> <li class="page-item"><a class="page-link" href="https://publications.waset.org/abstracts/search?q=subset%20construction&amp;page=9">9</a></li> <li class="page-item"><a class="page-link" href="https://publications.waset.org/abstracts/search?q=subset%20construction&amp;page=10">10</a></li> <li class="page-item disabled"><span class="page-link">...</span></li> <li class="page-item"><a class="page-link" href="https://publications.waset.org/abstracts/search?q=subset%20construction&amp;page=138">138</a></li> <li class="page-item"><a class="page-link" href="https://publications.waset.org/abstracts/search?q=subset%20construction&amp;page=139">139</a></li> <li class="page-item"><a class="page-link" href="https://publications.waset.org/abstracts/search?q=subset%20construction&amp;page=2" rel="next">&rsaquo;</a></li> </ul> </div> </main> <footer> <div id="infolinks" class="pt-3 pb-2"> <div class="container"> <div style="background-color:#f5f5f5;" class="p-3"> <div class="row"> <div class="col-md-2"> <ul class="list-unstyled"> About <li><a href="https://waset.org/page/support">About Us</a></li> <li><a href="https://waset.org/page/support#legal-information">Legal</a></li> <li><a target="_blank" rel="nofollow" href="https://publications.waset.org/static/files/WASET-16th-foundational-anniversary.pdf">WASET celebrates its 16th foundational anniversary</a></li> </ul> </div> <div class="col-md-2"> <ul class="list-unstyled"> Account <li><a href="https://waset.org/profile">My Account</a></li> </ul> </div> <div class="col-md-2"> <ul class="list-unstyled"> Explore <li><a href="https://waset.org/disciplines">Disciplines</a></li> <li><a href="https://waset.org/conferences">Conferences</a></li> <li><a href="https://waset.org/conference-programs">Conference Program</a></li> <li><a href="https://waset.org/committees">Committees</a></li> <li><a href="https://publications.waset.org">Publications</a></li> </ul> </div> <div class="col-md-2"> <ul class="list-unstyled"> Research <li><a href="https://publications.waset.org/abstracts">Abstracts</a></li> <li><a href="https://publications.waset.org">Periodicals</a></li> <li><a href="https://publications.waset.org/archive">Archive</a></li> </ul> </div> <div class="col-md-2"> <ul class="list-unstyled"> Open Science <li><a target="_blank" rel="nofollow" href="https://publications.waset.org/static/files/Open-Science-Philosophy.pdf">Open Science Philosophy</a></li> <li><a target="_blank" rel="nofollow" href="https://publications.waset.org/static/files/Open-Science-Award.pdf">Open Science Award</a></li> <li><a target="_blank" rel="nofollow" href="https://publications.waset.org/static/files/Open-Society-Open-Science-and-Open-Innovation.pdf">Open Innovation</a></li> <li><a target="_blank" rel="nofollow" href="https://publications.waset.org/static/files/Postdoctoral-Fellowship-Award.pdf">Postdoctoral Fellowship Award</a></li> <li><a target="_blank" rel="nofollow" href="https://publications.waset.org/static/files/Scholarly-Research-Review.pdf">Scholarly Research Review</a></li> </ul> </div> <div class="col-md-2"> <ul class="list-unstyled"> Support <li><a href="https://waset.org/page/support">Support</a></li> <li><a href="https://waset.org/profile/messages/create">Contact Us</a></li> <li><a href="https://waset.org/profile/messages/create">Report Abuse</a></li> </ul> </div> </div> </div> </div> </div> <div class="container text-center"> <hr style="margin-top:0;margin-bottom:.3rem;"> <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" class="text-muted small">Creative Commons Attribution 4.0 International License</a> <div id="copy" class="mt-2">&copy; 2024 World Academy of Science, Engineering and Technology</div> </div> </footer> <a href="javascript:" id="return-to-top"><i class="fas fa-arrow-up"></i></a> <div class="modal" id="modal-template"> <div class="modal-dialog"> <div class="modal-content"> <div class="row m-0 mt-1"> <div class="col-md-12"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> </div> </div> <div class="modal-body"></div> </div> </div> </div> <script src="https://cdn.waset.org/static/plugins/jquery-3.3.1.min.js"></script> <script src="https://cdn.waset.org/static/plugins/bootstrap-4.2.1/js/bootstrap.bundle.min.js"></script> <script src="https://cdn.waset.org/static/js/site.js?v=150220211556"></script> <script> jQuery(document).ready(function() { /*jQuery.get("https://publications.waset.org/xhr/user-menu", function (response) { jQuery('#mainNavMenu').append(response); });*/ jQuery.get({ url: "https://publications.waset.org/xhr/user-menu", cache: false }).then(function(response){ jQuery('#mainNavMenu').append(response); }); }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10