Search results for: dynamic function
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 8502

Search results for: dynamic function

2292 Investigating Elements That Influence Higher Education Institutions’ Digital Maturity

Authors: Zarah M. Bello, Nathan Baddoo, Mariana Lilley, Paul Wernick

Abstract:

In this paper, we present findings from a multi-part study to evaluate candidate elements reflecting the level of digital capability maturity (DCM) in higher education and the relationship between these elements. We will use these findings to propose a model of DCM for educational institutions. We suggest that the success of learning in higher education is dependent in part on the level of maturity of digital capabilities of institutions as well as the abilities of learners and those who support the learning process. It is therefore important to have a good understanding of the elements that underpin this maturity as well as their impact and interactions in order to better exploit the benefits that technology presents to the modern learning environment and support its continued improvement. Having identified ten candidate elements of digital capability that we believe support the level of a University’s maturity in this area as well as a number of relevant stakeholder roles, we conducted two studies utilizing both quantitative and qualitative research methods. In the first of these studies, 85 electronic questionnaires were completed by various stakeholders in a UK university, with a 100% response rate. We also undertook five in-depth interviews with management stakeholders in the same university. We then utilized statistical analysis to process the survey data and conducted a textual analysis of the interview transcripts. Our findings support our initial identification of candidate elements and support our contention that these elements interact in a multidimensional manner. This multidimensional dynamic suggests that any proposal for improvement in digital capability must reflect the interdependency and cross-sectional relationship of the elements that contribute to DCM. Our results also indicate that the notion of DCM is strongly data-centric and that any proposed maturity model must reflect the role of data in driving maturity and improvement. We present these findings as a key step towards the design of an operationalisable DCM maturity model for universities.

Keywords: digital capability, elements, maturity, maturity framework, university

Procedia PDF Downloads 139
2291 An Investigation of Suppression in Mid-19th Century Japan: Case Study of the 1855 Catfish Prints as a Product of Censorship

Authors: Vasanth Narayanan

Abstract:

The mid-nineteenth century saw the Japanese elite and townsfolk alike undergo the now-infamous Ansei Edo earthquakes. The quakes decimated Japan in the final decades of the Tokugawa Era and, perhaps more consequentially, birthed a new genre of politically inspired artwork, the most notable of which are the namazu-e. This essay advocates an understanding of the 1855 Catfish Prints (namazu-e) that prioritizes the function of iconography and anthropomorphic deity in shaping the namazu-e into a wholly political experience that makes the censorship of the time part of its argument. The visual program is defined as the creation of a politically profitable experience, crafted through the union of explicit religion, highly masked commentary, and the impositions of censorship. The strategies by which the works are designed, in the face of censorship, to engage a less educated, pedestrian audience with its theme, including considerations of iconography, depictions of the working class, anthropomorphism, and the relationship between textual and visual elements, are discussed herein. The essay then takes up the question of the role of tense Japan–United States relations in fostering censorship and as a driver of the production of namazu-e. It is ultimately understood that the marriage of hefty censorship protocol, the explicitly religious medium, and inimical sentiment towards United States efforts at diplomacy renders the production of namazu-e an offspring of the censorship and deeply held frustrations of the time, cementing its status as a primitive form of peaceful protest against a seemingly apathetic government.

Keywords: Japan, Ansei Earthquake, Namazu, prints, censorship, religion

Procedia PDF Downloads 123
2290 Hybrid Adaptive Modeling to Enhance Robustness of Real-Time Optimization

Authors: Hussain Syed Asad, Richard Kwok Kit Yuen, Gongsheng Huang

Abstract:

Real-time optimization has been considered an effective approach for improving energy efficient operation of heating, ventilation, and air-conditioning (HVAC) systems. In model-based real-time optimization, model mismatches cannot be avoided. When model mismatches are significant, the performance of the real-time optimization will be impaired and hence the expected energy saving will be reduced. In this paper, the model mismatches for chiller plant on real-time optimization are considered. In the real-time optimization of the chiller plant, simplified semi-physical or grey box model of chiller is always used, which should be identified using available operation data. To overcome the model mismatches associated with the chiller model, hybrid Genetic Algorithms (HGAs) method is used for online real-time training of the chiller model. HGAs combines Genetic Algorithms (GAs) method (for global search) and traditional optimization method (i.e. faster and more efficient for local search) to avoid conventional hit and trial process of GAs. The identification of model parameters is synthesized as an optimization problem; and the objective function is the Least Square Error between the output from the model and the actual output from the chiller plant. A case study is used to illustrate the implementation of the proposed method. It has been shown that the proposed approach is able to provide reliability in decision making, enhance the robustness of the real-time optimization strategy and improve on energy performance.

Keywords: energy performance, hybrid adaptive modeling, hybrid genetic algorithms, real-time optimization, heating, ventilation, and air-conditioning

Procedia PDF Downloads 411
2289 A Proposal to Tackle Security Challenges of Distributed Systems in the Healthcare Sector

Authors: Ang Chia Hong, Julian Khoo Xubin, Burra Venkata Durga Kumar

Abstract:

Distributed systems offer many benefits to the healthcare industry. From big data analysis to business intelligence, the increased computational power and efficiency from distributed systems serve as an invaluable resource in the healthcare sector to utilize. However, as the usage of these distributed systems increases, many issues arise. The main focus of this paper will be on security issues. Many security issues stem from distributed systems in the healthcare industry, particularly information security. The data of people is especially sensitive in the healthcare industry. If important information gets leaked (Eg. IC, credit card number, address, etc.), a person’s identity, financial status, and safety might get compromised. This results in the responsible organization losing a lot of money in compensating these people and even more resources expended trying to fix the fault. Therefore, a framework for a blockchain-based healthcare data management system for healthcare was proposed. In this framework, the usage of a blockchain network is explored to store the encryption key of the patient’s data. As for the actual data, it is encrypted and its encrypted data, called ciphertext, is stored in a cloud storage platform. Furthermore, there are some issues that have to be emphasized and tackled for future improvements, such as a multi-user scheme that could be proposed, authentication issues that have to be tackled or migrating the backend processes into the blockchain network. Due to the nature of blockchain technology, the data will be tamper-proof, and its read-only function can only be accessed by authorized users such as doctors and nurses. This guarantees the confidentiality and immutability of the patient’s data.

Keywords: distributed, healthcare, efficiency, security, blockchain, confidentiality and immutability

Procedia PDF Downloads 177
2288 Multi-source Question Answering Framework Using Transformers for Attribute Extraction

Authors: Prashanth Pillai, Purnaprajna Mangsuli

Abstract:

Oil exploration and production companies invest considerable time and efforts to extract essential well attributes (like well status, surface, and target coordinates, wellbore depths, event timelines, etc.) from unstructured data sources like technical reports, which are often non-standardized, multimodal, and highly domain-specific by nature. It is also important to consider the context when extracting attribute values from reports that contain information on multiple wells/wellbores. Moreover, semantically similar information may often be depicted in different data syntax representations across multiple pages and document sources. We propose a hierarchical multi-source fact extraction workflow based on a deep learning framework to extract essential well attributes at scale. An information retrieval module based on the transformer architecture was used to rank relevant pages in a document source utilizing the page image embeddings and semantic text embeddings. A question answering framework utilizingLayoutLM transformer was used to extract attribute-value pairs incorporating the text semantics and layout information from top relevant pages in a document. To better handle context while dealing with multi-well reports, we incorporate a dynamic query generation module to resolve ambiguities. The extracted attribute information from various pages and documents are standardized to a common representation using a parser module to facilitate information comparison and aggregation. Finally, we use a probabilistic approach to fuse information extracted from multiple sources into a coherent well record. The applicability of the proposed approach and related performance was studied on several real-life well technical reports.

Keywords: natural language processing, deep learning, transformers, information retrieval

Procedia PDF Downloads 191
2287 Project Progress Prediction in Software Devlopment Integrating Time Prediction Algorithms and Large Language Modeling

Authors: Dong Wu, Michael Grenn

Abstract:

Managing software projects effectively is crucial for meeting deadlines, ensuring quality, and managing resources well. Traditional methods often struggle with predicting project timelines accurately due to uncertain schedules and complex data. This study addresses these challenges by combining time prediction algorithms with Large Language Models (LLMs). It makes use of real-world software project data to construct and validate a model. The model takes detailed project progress data such as task completion dynamic, team Interaction and development metrics as its input and outputs predictions of project timelines. To evaluate the effectiveness of this model, a comprehensive methodology is employed, involving simulations and practical applications in a variety of real-world software project scenarios. This multifaceted evaluation strategy is designed to validate the model's significant role in enhancing forecast accuracy and elevating overall management efficiency, particularly in complex software project environments. The results indicate that the integration of time prediction algorithms with LLMs has the potential to optimize software project progress management. These quantitative results suggest the effectiveness of the method in practical applications. In conclusion, this study demonstrates that integrating time prediction algorithms with LLMs can significantly improve the predictive accuracy and efficiency of software project management. This offers an advanced project management tool for the industry, with the potential to improve operational efficiency, optimize resource allocation, and ensure timely project completion.

Keywords: software project management, time prediction algorithms, large language models (LLMS), forecast accuracy, project progress prediction

Procedia PDF Downloads 71
2286 Influence of Age on Some Testicular and Spermatic Parameters in Kids and Bucks in Local Breed Arbia in Algeria

Authors: Boukhalfa Djemouai, Belkadi Souhila, Safsaf Boubakeur

Abstract:

To increase the profitability of the national herd so that it can meet the needs of the population, Algeria has proceeded to the introduction of new reproductive biotechnologies, including artificial insemination on natural heat, by induction and heat synchronization. This biotechnology uses the male way for the creation and dissemination of genetic progress. The study has focused on 30 goat kids and bucks local breed aged between 03 and 24 months, divided into 03 groups 03-06 months[Grp 1; n=9], 07-10 months [Grp 2; n=13] and 11-24 months [Grp 3; n=8], in order to determine the influence of age on testicular evolution by measurements of testis and scrotum, and the epididymis sperm parameters evaluation. These parameters are influenced by age variations (sperm and spermocytogram). The examined parameters have focused on testicular weight (grams), the scrotal circumference (cm), mass mobility (%), vitality rate (%), sperm concentration (x 109), and percentage of abnormal spermatozoa (%). The ANOVA reveals a significance effect of age on parameters: testis weight, scrotal circumference, sperm concentration, motility varying between high (p < 0.01) to very high significance (p < 0.001), while in viability and abnormalities no significance was observed between all groups. The value of these parameters increased significantly until the age of 02 years, while that of sperm abnormalities has increased in Grp2. The histological study of testicular development shows that the genetic spermatozoa function characterized by cell proliferation, which is more and more intense starting from the age of 05 months and can be considered as an age of puberty in the local breed goat Arbia and increases with animal age.

Keywords: kids and bucks, epididymis sperm, testicular measurements, Arbia breed

Procedia PDF Downloads 127
2285 Integrating Cost-Benefit Assessment and Contract Design to Support Industrial Symbiosis Deployment

Authors: Robin Molinier

Abstract:

Industrial symbiosis (I.S) is the realization of Industrial Ecology (I.E) principles in production systems in function. I.S consists in the use of waste materials, fatal energy, recirculated utilities and infrastructure/service sharing as resources for production. Environmental benefits can be achieved from resource conservation but economic profitability is required by the participating actors. I.S indeed involves several actors with their own objectives and resources so that each one must be satisfied by ex-ante arrangements to commit toward I.S execution (investments and transactions). Following the Resource-Based View of transactions we build a modular framework to assess global I.S profitability and to specify each actor’s contributions to costs and benefits in line with their resource endowments and performance requirements formulations. I.S projects specificities implied by the need for customization (asset specificity, non-homogeneity) induce the use of long-term contracts for transactions following Transaction costs economics arguments. Thus we propose first a taxonomy of costs and value drivers for I.S and an assignment to each actor of I.S specific risks that we identified as load profiles mismatch, quality problems and value fluctuations. Then appropriate contractual guidelines (pricing, cost sharing and warranties) that support mutual profitability are derived from the detailed identification of contributions by the cost-benefits model. This analytical framework helps identifying what points to focus on when bargaining over contracting for transactions and investments. Our methodology is applied to I.S archetypes raised from a literature survey on eco-industrial parks initiatives and practitioners interviews.

Keywords: contracts, cost-benefit analysis, industrial symbiosis, risks

Procedia PDF Downloads 336
2284 Parameters Identification of Granular Soils around PMT Test by Inverse Analysis

Authors: Younes Abed

Abstract:

The successful application of in-situ testing of soils heavily depends on development of interpretation methods of tests. The pressuremeter test simulates the expansion of a cylindrical cavity and because it has well defined boundary conditions, it is more unable to rigorous theoretical analysis (i. e. cavity expansion theory) then most other in-situ tests. In this article, and in order to make the identification process more convenient, we propose a relatively simple procedure which involves the numerical identification of some mechanical parameters of a granular soil, especially, the elastic modulus and the friction angle from a pressuremeter curve. The procedure, applied here to identify the parameters of generalised prager model associated to the Drucker & Prager criterion from a pressuremeter curve, is based on an inverse analysis approach, which consists of minimizing the function representing the difference between the experimental curve and the curve obtained by integrating the model along the loading path in in-situ testing. The numerical process implemented here is based on the established finite element program. We present a validation of the proposed approach by a database of tests on expansion of cylindrical cavity. This database consists of four types of tests; thick cylinder tests carried out on the Hostun RF sand, pressuremeter tests carried out on the Hostun sand, in-situ pressuremeter tests carried out at the site of Fos with marine self-boring pressuremeter and in-situ pressuremeter tests realized on the site of Labenne with Menard pressuremeter.

Keywords: granular soils, cavity expansion, pressuremeter test, finite element method, identification procedure

Procedia PDF Downloads 289
2283 Balanced Scorecard (BSC) Project : A Methodological Proposal for Decision Support in a Corporate Scenario

Authors: David de Oliveira Costa, Miguel Ângelo Lellis Moreira, Carlos Francisco Simões Gomes, Daniel Augusto de Moura Pereira, Marcos dos Santos

Abstract:

Strategic management is a fundamental process for global companies that intend to remain competitive in an increasingly dynamic and complex market. To do so, it is necessary to maintain alignment with their principles and values. The Balanced Scorecard (BSC) proposes to ensure that the overall business performance is based on different perspectives (financial, customer, internal processes, and learning and growth). However, relying solely on the BSC may not be enough to ensure the success of strategic management. It is essential that companies also evaluate and prioritize strategic projects that need to be implemented to ensure they are aligned with the business vision and contribute to achieving established goals and objectives. In this context, the proposition involves the incorporation of the SAPEVO-M multicriteria method to indicate the degree of relevance between different perspectives. Thus, the strategic objectives linked to these perspectives have greater weight in the classification of structural projects. Additionally, it is proposed to apply the concept of the Impact & Probability Matrix (I&PM) to structure and ensure that strategic projects are evaluated according to their relevance and impact on the business. By structuring the business's strategic management in this way, alignment and prioritization of projects and actions related to strategic planning are ensured. This ensures that resources are directed towards the most relevant and impactful initiatives. Therefore, the objective of this article is to present the proposal for integrating the BSC methodology, the SAPEVO-M multicriteria method, and the prioritization matrix to establish a concrete weighting of strategic planning and obtain coherence in defining strategic projects aligned with the business vision. This ensures a robust decision-making support process.

Keywords: MCDA process, prioritization problematic, corporate strategy, multicriteria method

Procedia PDF Downloads 74
2282 Teacher's Gender and Primary School Pupils Achievement in Social Studies and Its Educational Implications on Pupils

Authors: Elizabeth Oyenike Abegunrin

Abstract:

This study is borne out of the dire need to improve the academic achievement of pupils in social studies. The paper attempted to reconcile the lacuna in teacher’s gender and primary school pupils’ achievement. With specific reference to Social Studies classroom, the aim of this study was to detail how pupils’ achievement is a function of the teacher’s gender as well as to establish the link (if any) between teacher’s gender and pupils’ educational achievement. The significance of this was to create gender-template standard for teachers, school owners, administrators and policy makers to follow in the course of engendering pupils’ achievement in Social Studies. By adopting a quasi-experimental research design, a sample of two hundred pupils was selected across five primary schools in Education District I, Lagos State and assigned to experimental and control groups. A 40-item Gender and Social Studies Achievement Test (GSSAT) was used to obtain data from the pupils. Having analyzed the data collected using Pearson Product Moment Correlation (PPMC), a reliability of 0.78 was obtained. Result revealed that teacher’s gender (male/female) had no significant effect on pupils’ achievement in Social Studies and that there was significant interaction effect of teacher’s commitment devoid of gender on the general education output of pupils in Social Studies. Taken together, the results revealed that there is a high degree correlation between teacher’s commitment and pupils academic achievement in social studies, and not gender-based. The study recommended that social studies teachers should re-assess their classroom instructional strategies and use more innovative instructional methods and techniques that will give the pupils equal opportunities to excel in social studies, rather than their gender differences.

Keywords: gender, academic achievement, social studies, primary school

Procedia PDF Downloads 209
2281 Effectiveness of Cognitive and Supportive-Expressive Group Therapies on Self-Efficiency and Life Style in MS Patients

Authors: Kamran Yazdanbakhsh, Somayeh Mahmoudi

Abstract:

Multiple sclerosis is the most common chronic disease of the central nervous system associated with demyelination of neurons and several demyelinated parts of the disease encompasses throughout the white matter and affects the sensory and motor function. This study compared the effectiveness of two methods of cognitive therapy and supportive-expressive therapy on the efficacy and quality of life in MS patients. This is an experimental project which has used developed group pretest - posttest and follow-up with 3 groups. The study included all patients with multiple sclerosis in 2013 that were members of the MS Society of Iran in Tehran. The sample included 45 patients with MS that were selected volunteerily of members of the MS society of Iran and randomly divided into three groups and pretest, posttest, and follow-up (three months) for the three groups had been done.The dimensions of quality of life in patients with multiple sclerosis scale, and general self-efficiency scale of Schwarzer and Jerusalem was used for collecting data. The results showed that there was a significant difference between the mean of quality of life scores at pretest, posttest, and follow-up of the experimental groups. There was no significant difference between the mean of quality of life of the experimental groups which means that both groups were effective and had the same effect. There was no significant difference between the mean of self-efficiency scores in control and experimental group in pretest, posttest and follow-up. Thus, by using cognitive and supportive-expressive group therapy we can improve quality of life in MS patients and make great strides in their mental health.

Keywords: cognitive group therapy, life style, MS, self-efficiency, supportive-expressive group therapy

Procedia PDF Downloads 480
2280 Transforming Maternity and Neonatal Services in a Middle Eastern Country

Authors: M. A. Brown, K. Hugill, D. Meredith

Abstract:

Since the establishment of midwifery, as a professional identity in its own right, in the early years of the 20th century, midwifery-led models of childbirth have prevailed in many parts of the world. However, in many locations midwives’ scope of practice remains underdeveloped or absent. In Qatar, all births take place in hospital and are under the professional jurisdiction of obstetricians, predominately supported by internationally trained nurse-midwives and obstetric nurses. The strategic vision for health services in Qatar endorsed a desire to provide women with the ‘Best Care Always’ and the introduction of midwifery was seen as a way to achieve this. In 2015 the process of recruiting postgraduate educated Clinical Midwife Specialists from international sources began. The midwives were brought together to initiate an in hospital and community service transformation plan. This plan set out a series of wide-ranging actions to transform maternity and neonatal services to make care safer and give women more health choices. Change in any organization is a complex and dynamic process. This is made even more complex when multifaceted professional and cross cultural factors are involved. This presentation reports upon the motivations and challenges that exist and the progress around introducing a multicultural midwifery model of childbirth care in the state of Qatar. The paper examines and reflects upon the drivers and unique features of childbirth in the country. Despite accomplishments, progress still needs to be made in order to fully implement sustainable changes to further improve care and ensure women and neonates get the ‘Best Care Always’. The progress within the transformation plan highlights how midwifery may coexist with competing models of maternity care to create an innovative, eclectic and culturally sensitive paradigm that can best serve women and neonatal health needs.

Keywords: culture, managing change, midwifery, neonatal, service transformation plan

Procedia PDF Downloads 145
2279 Savinglife®: An Educational Technology for Basic and Advanced Cardiovascular Life Support

Authors: Naz Najma, Grace T. M. Dal Sasso, Maria de Lourdes de Souza

Abstract:

The development of information and communication technologies and the accessibility of mobile devices has increased the possibilities of the teaching and learning process anywhere and anytime. Mobile and web application allows the production of constructive teaching and learning models in various educational settings, showing the potential for active learning in nursing. The objective of this study was to present the development of an educational technology (Savinglife®, an app) for learning cardiopulmonary resuscitation and advanced cardiovascular life support training. Savinglife® is a technological production, based on the concept of virtual learning and problem-based learning approach. The study was developed from January 2016 to November 2016, using five phases (analyze, design, develop, implement, evaluate) of the instructional systems development process. The technology presented 10 scenarios and 12 simulations, covering different aspects of basic and advanced cardiac life support. The contents can be accessed in a non-linear way leaving the students free to build their knowledge based on their previous experience. Each scenario is presented through interactive tools such as scenario description, assessment, diagnose, intervention and reevaluation. Animated ECG rhythms, text documents, images and videos are provided to support procedural and active learning considering real life situation. Accessible equally on small to large devices with or without an internet connection, Savinglife® offers a dynamic, interactive and flexible tool, placing students at the center of the learning process. Savinglife® can contribute to the student’s learning in the assessment and management of basic and advanced cardiac life support in a safe and ethical way.

Keywords: problem-based learning, cardiopulmonary resuscitation, nursing education, advanced cardiac life support, educational technology

Procedia PDF Downloads 301
2278 Galvinising Higher Education Institutions as Creative, Humanised and Innovative Environments

Authors: A. Martins, I. Martins, O. Pereira

Abstract:

The purpose of this research is to focus on the importance of distributed leadership in universities and Higher Education Institutions (HEIs). The research question is whether there a significant finding in self-reported ratings of leadership styles of those respondents that are studying management. The study aims to further discover whether students are encouraged to become responsible and proactive citizens, to develop their skills set, specifically shared leadership and higher-level skills to inspire creation knowledge, sharing and distribution thereof. Contemporary organizations need active and responsible individuals who are capable to make decisions swiftly and responsibly. Leadership influences innovative results and education play a dynamic role in preparing graduates. Critical reflection of extant literature indicates a need for a culture of leadership and innovation to promote organizational sustainability in the globalised world. This study debates the need for HEIs to prepare the graduate for both organizations and society as a whole. This active collaboration should be the very essence of both universities and the industry in order for these to achieve responsible sustainability. Learning and innovation further depend on leadership efficacy. This study follows the pragmatic paradigm methodology. Primary data collection is currently being gathered via the web-based questionnaire link which was made available on the UKZN notice system. The questionnaire has 35 items with a Likert scale of five response options. The purposeful sample method was used, and the population entails the undergraduate and postgraduate students in the College of Law and Business, University of KwaZulu-Natal, South Africa. Limitations include the design of the study and the reliance on the quantitative data as the only method of primary data collection. This study is of added value for scholars and organizations in the innovation economy.

Keywords: knowledge creation, learning, performance, sustainability

Procedia PDF Downloads 284
2277 A Modified Nonlinear Conjugate Gradient Algorithm for Large Scale Unconstrained Optimization Problems

Authors: Tsegay Giday Woldu, Haibin Zhang, Xin Zhang, Yemane Hailu Fissuh

Abstract:

It is well known that nonlinear conjugate gradient method is one of the widely used first order methods to solve large scale unconstrained smooth optimization problems. Because of the low memory requirement, attractive theoretical features, practical computational efficiency and nice convergence properties, nonlinear conjugate gradient methods have a special role for solving large scale unconstrained optimization problems. Large scale optimization problems are with important applications in practical and scientific world. However, nonlinear conjugate gradient methods have restricted information about the curvature of the objective function and they are likely less efficient and robust compared to some second order algorithms. To overcome these drawbacks, the new modified nonlinear conjugate gradient method is presented. The noticeable features of our work are that the new search direction possesses the sufficient descent property independent of any line search and it belongs to a trust region. Under mild assumptions and standard Wolfe line search technique, the global convergence property of the proposed algorithm is established. Furthermore, to test the practical computational performance of our new algorithm, numerical experiments are provided and implemented on the set of some large dimensional unconstrained problems. The numerical results show that the proposed algorithm is an efficient and robust compared with other similar algorithms.

Keywords: conjugate gradient method, global convergence, large scale optimization, sufficient descent property

Procedia PDF Downloads 197
2276 A Molecular-Level Study of Combining the Waste Polymer and High-Concentration Waste Cooking Oil as an Additive on Reclamation of Aged Asphalt Pavement

Authors: Qiuhao Chang, Liangliang Huang, Xingru Wu

Abstract:

In the United States, over 90% of the roads are paved with asphalt. The aging of asphalt is the most serious problem that causes the deterioration of asphalt pavement. Waste cooking oils (WCOs) have been found they can restore the properties of aged asphalt and promote the reuse of aged asphalt pavement. In our previous study, it was found the optimal WCO concentration to restore the aged asphalt sample should be in the range of 10~15 wt% of the aged asphalt sample. After the WCO concentration exceeds 15 wt%, as the WCO concentration increases, some important properties of the asphalt sample can be weakened by the addition of WCO, such as cohesion energy density, surface free energy density, bulk modulus, shear modulus, etc. However, maximizing the utilization of WCO can create environmental and economic benefits. Therefore, in this study, a new idea about using the waste polymer is another additive to restore the WCO modified asphalt that contains a high concentration of WCO (15-25 wt%) is proposed, which has never been reported before. In this way, both waste polymer and WCO can be utilized. The molecular dynamics simulation is used to study the effect of waste polymer on properties of WCO modified asphalt and understand the corresponding mechanism at the molecular level. The radial distribution function, self-diffusion, cohesion energy density, surface free energy density, bulk modulus, shear modulus, adhesion energy between asphalt and aggregate are analyzed to validate the feasibility of combining the waste polymer and WCO to restore the aged asphalt. Finally, the optimal concentration of waste polymer and WCO are determined.

Keywords: reclaim aged asphalt pavement, waste cooking oil, waste polymer, molecular dynamics simulation

Procedia PDF Downloads 209
2275 RNA Expression Analysis of Mycobacterial Methyltransferases Genes in Different Resistant Strains of Mycobacterium Tuberculosis

Authors: Seyed Davar Siadat, Samira Tarashi, Abolfazl Fateh, Arfa Moshiri

Abstract:

Background: The global health issue of tuberculosis (TB) still affects patients in every country. TB control may not be as effective as it should be, especially when resistant strains are involved. In this regard, mycobacterial MTases play a major role in tuberculosis, but the mechanisms underlying their function have yet to be fully deciphered. Methods: Five resistant isolates of M.tb were accumulated. As a reference strain, M.tb H37Rv (ATCC 27249) was used. For this analysis, seven putative mycobacterial MTase genes (Rv0645c, Rv1694, Rv2966c, Rv3919c, Rv2756c, Rv1988, and Rv3263), as well as Rv1392 as SAM synthase, were selected. Comparing mutations and expression levels of MTases in different strains was accomplished by PCR-sequencing and qRT-PCR. The relative expression levels of these genes were calculated using the 2 -ΔΔCt method. Results: The Rv3919c gene (T to G in codon 341) and Rv1392 gene (G to A in codon 97) were the only mutations found in the INHR strain. In all sensitive and resistant isolates, Rv0645c, Rv3263, Rv2756c, and Rv2966c were overexpressed. However, the expression of Rv1988 and Rv3919c decreased in the sensitive strains, whereas the expression of Rv1694 increased. There was also a decreased expression of Rv1392 in the INHR isolate. Conclusion: The presence of mycobacterial MTases as well as resistance to antibiotics were found to be correlated in M.tb strains. Undoubtedly, there are some MTases that are associated with the virulence process. It is necessary to conduct additional studies to fully explore the impact of mycobacterial MTases within specific strains of M.tb to develop novel diagnostic and treatment strategies.

Keywords: mycobacterium tuberculosis, drug resistance, methyltransferases, s-adenosylmethionine

Procedia PDF Downloads 101
2274 A Critical Reflection of Ableist Methodologies: Approaching Interviews and Go-Along Interviews

Authors: Hana Porkertová, Pavel Doboš

Abstract:

Based on a research project studying the experience of visually disabled people with urban space in the Czech Republic, the conference contribution discusses the limits of social-science methodologies used in sociology and human geography. It draws on actor-network theory, assuming that science does not describe reality but produces it. Methodology connects theory, research questions, ways to answer them (methods), and results. A research design utilizing ableist methodologies can produce ableist realities. Therefore, it was necessary to adjust the methods so that they could mediate blind experience to the scientific community without reproducing ableism. The researchers faced multiple challenges, ranging from questionable validity to how to research experience that differs from that of the researchers who are able-bodied. Finding a suitable theory that could be used as an analytical tool that would demonstrate space and blind experience as multiple, dynamic, and mutually constructed was the first step that could offer a range of potentially productive methods and research questions, as well as bring critically reflected results. Poststructural theory, mainly Deleuze-Guattarian philosophy, was chosen, and two methods were used: interviews and go-along interviews that had to be adjusted to be able to explore blind experience. In spite of a thorough preparation of these methods, new difficulties kept emerging, which exposed the ableist character of scientific knowledge. From the beginning of data collecting, there was an agreement to work in teams with slightly different roles of each of the researchers, which was significant especially during go-along interviews. In some cases, the anticipations of the researchers and participants differed, which led to unexpected and potentially dangerous situations. These were not caused only by the differences between scientific and lay communities but also between able-bodied and disabled people. Researchers were sometimes assigned to the assistants’ roles, and this new position – doing research together – required further negotiations, which also opened various ethical questions.

Keywords: ableist methodology, blind experience, go-along interviews, research ethics, scientific knowledge

Procedia PDF Downloads 161
2273 Analysis of the Effective Components on the Performance of the Public Sector in Iran

Authors: Mahsa Habibzadeh

Abstract:

The function is defined as the process of systematic and systematic measurement of the components of how each task is performed and determining their potential for improvement in accordance with the specific standards of each component. Hence, evaluation is the basis for the improvement of organizations' functional excellence and the move towards performance excellence depends on performance improvement planning. Because of the past two decades, the public sector system has undergone dramatic changes. The purpose of such developments is often to overcome the barriers of the bureaucratic system, which impedes the efficient use of limited resources. Implementing widespread changes in the public sector of developed and even developing countries has led the process of developments to be addressed by many researchers. In this regard, the present paper has been carried out with the approach of analyzing the components that affect the performance of the public sector in Iran. To achieve this goal, indicators that affect the performance of the public sector and the factors affecting the improvement of its accountability have been identified. The research method in this research is descriptive and analytical. A statistical population of 120 people consists of managers and employees of the public sector in Iran. The questionnaires were distributed among them and analyzed using SPSS and LISREL software. The obtained results indicate that the results of the research findings show that between responsibilities there is a significant relationship between participation of managers and employees, legality, justice and transparency of specialty and competency, participation in public sector functions. Also, the significant coefficient for the liability variable is 3.31 for justice 2.89 for transparency 1.40 for legality of 2.27 for specialty and competence 2.13 and 5.17 for participation 5.17. Implementing indicators that affect the performance of the public sector can lead to satisfaction of the audience.

Keywords: performance, accountability system, public sector, components

Procedia PDF Downloads 224
2272 An Intelligent Controller Augmented with Variable Zero Lag Compensation for Antilock Braking System

Authors: Benjamin Chijioke Agwah, Paulinus Chinaenye Eze

Abstract:

Antilock braking system (ABS) is one of the important contributions by the automobile industry, designed to ensure road safety in such way that vehicles are kept steerable and stable when during emergency braking. This paper presents a wheel slip-based intelligent controller with variable zero lag compensation for ABS. It is required to achieve a very fast perfect wheel slip tracking during hard braking condition and eliminate chattering with improved transient and steady state performance, while shortening the stopping distance using effective braking torque less than maximum allowable torque to bring a braking vehicle to a stop. The dynamic of a vehicle braking with a braking velocity of 30 ms⁻¹ on a straight line was determined and modelled in MATLAB/Simulink environment to represent a conventional ABS system without a controller. Simulation results indicated that system without a controller was not able to track desired wheel slip and the stopping distance was 135.2 m. Hence, an intelligent control based on fuzzy logic controller (FLC) was designed with a variable zero lag compensator (VZLC) added to enhance the performance of FLC control variable by eliminating steady state error, provide improve bandwidth to eliminate the effect of high frequency noise such as chattering during braking. The simulation results showed that FLC- VZLC provided fast tracking of desired wheel slip, eliminate chattering, and reduced stopping distance by 70.5% (39.92 m), 63.3% (49.59 m), 57.6% (57.35 m) and 50% (69.13 m) on dry, wet, cobblestone and snow road surface conditions respectively. Generally, the proposed system used effective braking torque that is less than the maximum allowable braking torque to achieve efficient wheel slip tracking and overall robust control performance on different road surfaces.

Keywords: ABS, fuzzy logic controller, variable zero lag compensator, wheel slip tracking

Procedia PDF Downloads 145
2271 Vibration Damping Properties of Electrorheological Materials Based on Chitosan/Perlite Composite

Authors: M. Cabuk, M. Yavuz, T. A. Yesil, H. I. Unal

Abstract:

Electrorheological (ER) fluids are a class of smart materials exhibiting reversible changes in their rheological and mechanical properties under an applied electric field (E). ER fluids generally are composed of polarisable solid particles dispersed in non-conducting oil. ER fluids are fluids which exhibit. The resistance to motion of the ER fluid can be controlled by adjusting the applied E, due to their fast and reversible changes in their rheological properties presence of E. In this study, a series of chitosan/expanded perlite (CS/EP) composites with different chitosan mass fractions (10%, 20%, and 50%) was used. Characterizations of the composites were carried out by Fourier Transform Infrared (FTIR), X-ray diffraction (XRD) and Scanning electron microscopy with energy dispersive X-ray spectroscopy (SEM-EDX) techniques. Antisedimentation stability and dielectric properties of the composites were also determined. The effects of volume fraction, electric field strength, shear rate, shear stress, and temperature onto ER properties of the CS/EP composite particles dispersed in silicone oil (SO) were investigated in detail. Vibration damping behavior of the CS/EP composites were determined as a function of frequence, storage (Gʹ) and loss (Gʹ ʹ) moduli. It was observed that ER response of the CS/EP/SO ER fluids increased with increasing electric field strength and exhibited the typical shear thinning non-Newtonian viscoelastic behaviors with increasing shear rate. The maximum yield stress was obtained with 1250 Pa under E = 3 kV/mm. Further, the CS/EP/SO ER fluids were observed to sensitive to vibration control by showing reversible viscosity enhancements (Gʹ > Gʹ ʹ). Acknowledgements: The authors thank the TÜBİTAK (214Z199) for the financial support of this work.

Keywords: chitosan, electrorheology, perlite, vibration control

Procedia PDF Downloads 233
2270 The Effect of Traffic Load on the Maximum Response of a Cable-Stayed Bridge under Blast Loads

Authors: S. K. Hashemi, M. A. Bradford, H. R. Valipour

Abstract:

The Recent collapse of bridges has raised the awareness about safety and robustness of bridges subjected to extreme loading scenarios such as intentional/unintentional blast loads. The air blast generated by the explosion of bombs or fuel tankers leads to high-magnitude short-duration loading scenarios that can cause severe structural damage and loss of critical structural members. Hence, more attentions need to put towards bridge structures to develop guidelines to increase the resistance of such structures against the probable blast. Recent advancements in numerical methods have brought about the viable and cost effective facilities to simulate complicated blast scenarios and subsequently provide useful reference for safeguarding design of critical infrastructures. In the previous studies common bridge responses to blast load, the traffic load is sometimes not included in the analysis. Including traffic load will increase the axial compression in bridge piers especially when the axial load is relatively small. Traffic load also can reduce the uplift of girders and deck when the bridge experiences under deck explosion. For more complicated structures like cable-stayed or suspension bridges, however, the effect of traffic loads can be completely different. The tension in the cables increase and progressive collapse is likely to happen while traffic loads exist. Accordingly, this study is an attempt to simulate the effect of traffic load cases on the maximum local and global response of an entire cable-stayed bridge subjected to blast loadings using LS-DYNA explicit finite element code. The blast loads ranged from small to large explosion placed at different positions above the deck. Furthermore, the variation of the traffic load factor in the load combination and its effect on the dynamic response of the bridge under blast load is investigated.

Keywords: blast, cable-stayed bridge, LS-DYNA, numerical, traffic load

Procedia PDF Downloads 328
2269 Integration of Big Data to Predict Transportation for Smart Cities

Authors: Sun-Young Jang, Sung-Ah Kim, Dongyoun Shin

Abstract:

The Intelligent transportation system is essential to build smarter cities. Machine learning based transportation prediction could be highly promising approach by delivering invisible aspect visible. In this context, this research aims to make a prototype model that predicts transportation network by using big data and machine learning technology. In detail, among urban transportation systems this research chooses bus system.  The research problem that existing headway model cannot response dynamic transportation conditions. Thus, bus delay problem is often occurred. To overcome this problem, a prediction model is presented to fine patterns of bus delay by using a machine learning implementing the following data sets; traffics, weathers, and bus statues. This research presents a flexible headway model to predict bus delay and analyze the result. The prototyping model is composed by real-time data of buses. The data are gathered through public data portals and real time Application Program Interface (API) by the government. These data are fundamental resources to organize interval pattern models of bus operations as traffic environment factors (road speeds, station conditions, weathers, and bus information of operating in real-time). The prototyping model is designed by the machine learning tool (RapidMiner Studio) and conducted tests for bus delays prediction. This research presents experiments to increase prediction accuracy for bus headway by analyzing the urban big data. The big data analysis is important to predict the future and to find correlations by processing huge amount of data. Therefore, based on the analysis method, this research represents an effective use of the machine learning and urban big data to understand urban dynamics.

Keywords: big data, machine learning, smart city, social cost, transportation network

Procedia PDF Downloads 252
2268 Micro-Ribonucleic Acid-21 as High Potential Prostate Cancer Biomarker

Authors: Regina R. Gunawan, Indwiani Astuti, H. Raden Danarto

Abstract:

Cancer is the leading cause of death worldwide. Cancer is caused by mutations that alter the function of normal human genes and give rise to cancer genes. MicroRNA (miRNA) is a small non-coding RNA that regulates the gen through complementary bond towards mRNA target and cause mRNA degradation. miRNA works by either promoting or suppressing cell proliferation. miRNA level expression in cancer may offer another value of miRNA as a biomarker in cancer diagnostic. miRNA-21 is believed to have a role in carcinogenesis by enhancing proliferation, anti-apoptosis, cell cycle progression and invasion of tumor cells. Hsa-miR-21-5p marker has been identified in Prostate Cancer (PCa) and Benign Prostatic Hyperplasia (BPH) patient’s urine. This research planned to explore the diagnostic performance of miR-21 to differentiate PCa and BPH patients. In this study, urine samples were collected from 20 PCa patients and 20 BPH patients. miR-21 relative expression against the reference gene was analyzed and compared between the two. miRNA expression was analyzed using the comparative quantification method to find the fold change. miR-21 validity in identifying PCa patients was performed by quantifying the sensitivity and specificity with the contingency table. miR-21 relative expression against miR-16 in PCa patient and in BPH patient has 12,98 differences in fold change. From a contingency table of Cq expression of miR-21 in identifying PCa patients from BPH patient, Cq miR-21 has 100% sensitivity and 75% specificity. miR-21 relative expression can be used in discriminating PCa from BPH by using a urine sample. Furthermore, the expression of miR-21 has higher sensitivity compared to PSA (Prostate specific antigen), therefore miR-21 has a high potential to be analyzed and developed more.

Keywords: benign prostate hyperplasia, biomarker, miRNA-21, prostate cancer

Procedia PDF Downloads 156
2267 The Effect of Fibre Orientation on the Mechanical Behaviour of Skeletal Muscle: A Finite Element Study

Authors: Christobel Gondwe, Yongtao Lu, Claudia Mazzà, Xinshan Li

Abstract:

Skeletal muscle plays an important role in the human body system and function by generating voluntary forces and facilitating body motion. However, The mechanical properties and behaviour of skeletal muscle are still not comprehensively known yet. As such, various robust engineering techniques have been applied to better elucidate the mechanical behaviour of skeletal muscle. It is considered that muscle mechanics are highly governed by the architecture of the fibre orientations. Therefore, the aim of this study was to investigate the effect of different fibre orientations on the mechanical behaviour of skeletal muscle.In this study, a continuum mechanics approach–finite element (FE) analysis was applied to the left bicep femoris long head to determine the contractile mechanism of the muscle using Hill’s three-element model. The geometry of the muscle was segmented from the magnetic resonance images. The muscle was modelled as a quasi-incompressible hyperelastic (Mooney-Rivlin) material. Two types of fibre orientations were implemented: one with the idealised fibre arrangement, i.e. parallel single-direction fibres going from the muscle origin to insertion sites, and the other with curved fibre arrangement which is aligned with the muscle shape.The second fibre arrangement was implemented through the finite element method; non-uniform rational B-spline (FEM-NURBs) technique by means of user material (UMAT) subroutines. The stress-strain behaviour of the muscle was investigated under idealised exercise conditions, and will be further analysed under physiological conditions. The results of the two different FE models have been outputted and qualitatively compared.

Keywords: FEM-NURBS, finite element analysis, Mooney-Rivlin hyperelastic, muscle architecture

Procedia PDF Downloads 477
2266 Rehabilitation Approach for Cancer Patients: Indication, Management and Outcome

Authors: Juliani Rianto, Emma Lumby, Tracey Smith

Abstract:

Cancer patients’ survival are growing with the new approach and therapy in oncology medicine. Cancer is now a new chronic disease, and rehabilitation program has become an ongoing program as part of cancer care. The focus of Cancer rehabilitation is maximising person’s physical and emotional function, stabilising general health and reducing unnecessary hospital admission. In Australia there are 150000 newly diagnosed cancer every year, and the most common Cancer are prostate, Breast, Colorectal, Melanoma and Lung Cancer. Through referral from the oncology team, we recruited cancer patient into our cancer rehabilitation program. Patients are assessed by our multi-disciplinary team including rehabilitation specialist, physiotherapist, occupational therapist, dietician, exercise physiologist, and psychologist. Specific issues are identified, including pain, side effect of chemo and radiation therapy and mental well-being. The goals were identified and reassessed every fortnight. Common goals including nutritional status, improve endurance and exercise performance, working on balance and mobility, improving emotional and vocational state, educational program for insomnia and tiredness, and reducing hospitalisation are identified and assessed. Patients are given 2 hours exercise program twice a week for 6 weeks with focus on aerobic and weight exercises and education sessions. Patients are generally benefited from the program. The quality of life is improved, support and interaction from the therapist has played an important factor in directing patient for their goals.

Keywords: cancer, exercises, benefit, mental health

Procedia PDF Downloads 59
2265 The Effects of Continuous and Interval Aerobic Exercises with Moderate Intensity on Serum Levels of Glial Cell Line-Derived Neurotrophic Factor and Aerobic Capacity in Obese Children

Authors: Ali Golestani, Vahid Naseri, Hossein Taheri

Abstract:

Recently, some of studies examined the effect of exercise on neurotrophic factors influencing the growth, protection, plasticity and function in central and peripheral nerve cells. The aim of this study was to investigate the effects of continuous and interval aerobic exercises with moderate intensity on serum levels of glial cell line-derived neurotrophic factor (GDNF) and aerobic capacity in obese children. 21 obese students with an average age of 13.6 ± 0.5 height 171 ± 5 and BMI 32 ± 1.2 were divided randomly to control, continuous aerobic and interval aerobic groups. Training protocol included continuous or interval aerobic exercises with moderate intensity 50-65%MHR, three times per week for 10 weeks. 48 hours before and after executing of protocol, blood samples were taken from the participants and their GDNF serum levels were measured by ELISA. Aerobic power was estimated using Shuttle-run test. T-test results indicated a small increase in their GDNF serum levels, which was not statistically significant (p =0.11). In addition, the results of ANOVA did not show any significant difference between continuous and interval aerobic training on the serum levels of their GDNF but their aerobic capacity significantly increased (p =0.012). Although continuous and interval aerobic exercise improves aerobic power in obese children, they had no significant effect on their serum levels of GDNF.

Keywords: aerobic power, continuous aerobic training, glial cell line-derived neurotrophic factor (GDNF), interval aerobic training, obese children

Procedia PDF Downloads 172
2264 Topology Optimization of Heat Exchanger Manifolds for Aircraft

Authors: Hanjong Kim, Changwan Han, Seonghun Park

Abstract:

Heat exchanger manifolds in aircraft play an important role in evenly distributing the fluid entering through the inlet to the heat transfer unit. In order to achieve this requirement, the manifold should be designed to have a light weight by withstanding high internal pressure. Therefore, this study aims at minimizing the weight of the heat exchanger manifold through topology optimization. For topology optimization, the initial design space was created with the inner surface extracted from the currently used manifold model and with the outer surface having a dimension of 243.42 mm of X 74.09 mm X 65 mm. This design space solid model was transformed into a finite element model with a maximum tetrahedron mesh size of 2 mm using ANSYS Workbench. Then, topology optimization was performed under the boundary conditions of an internal pressure of 5.5 MPa and the fixed support for rectangular inlet boundaries by SIMULIA TOSCA. This topology optimization produced the minimized finial volume of the manifold (i.e., 7.3% of the initial volume) based on the given constraints (i.e., 6% of the initial volume) and the objective function (i.e., maximizing manifold stiffness). Weight of the optimized model was 6.7% lighter than the currently used manifold, but after smoothing the topology optimized model, this difference would be bigger. The current optimized model has uneven thickness and skeleton-shaped outer surface to reduce stress concentration. We are currently simplifying the optimized model shape with spline interpolations by reflecting the design characteristics in thickness and skeletal structures from the optimized model. This simplified model will be validated again by calculating both stress distributions and weight reduction and then the validated model will be manufactured using 3D printing processes.

Keywords: topology optimization, manifold, heat exchanger, 3D printing

Procedia PDF Downloads 240
2263 Study on the Addition of Solar Generating and Energy Storage Units to a Power Distribution System

Authors: T. Costa, D. Narvaez, K. Melo, M. Villalva

Abstract:

Installation of micro-generators based on renewable energy in power distribution system has increased in recent years, with the main renewable sources being solar and wind. Due to the intermittent nature of renewable energy sources, such micro-generators produce time-varying energy which does not correspond at certain times of the day to the peak energy consumption of end users. For this reason, the use of energy storage units next to the grid contributes to the proper leveling of the buses’ voltage level according to Brazilian energy quality standards. In this work, the effect of the addition of a photovoltaic solar generator and a store of energy in the busbar voltages of an electric system is analyzed. The consumption profile is defined as the average hourly use of appliances in a common residence, and the generation profile is defined as a function of the solar irradiation available in a locality. The power summation method is validated with analytical calculation and is used to calculate the modules and angles of the voltages in the buses of an electrical system based on the IEEE standard, at each hour of the day and with defined load and generation profiles. The results show that bus 5 presents the worst voltage level at the power consumption peaks and stabilizes at the appropriate range with the inclusion of the energy storage during the night time period. Solar generator maintains improvement of the voltage level during the period when it receives solar irradiation, having peaks of production during the 12 pm (without exceeding the appropriate maximum levels of tension).

Keywords: energy storage, power distribution system, solar generator, voltage level

Procedia PDF Downloads 135