Search results for: life-table study
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 48954

Search results for: life-table study

36324 Early Design Prediction of Submersible Maneuvers

Authors: Hernani Brinati, Mardel de Conti, Moyses Szajnbok, Valentina Domiciano

Abstract:

This study brings a mathematical model and examples for the numerical prediction of submersible maneuvers in the horizontal and in the vertical planes. The geometry of the submarine is here taken as a body of revolution plus a sail, two horizontal and two vertical rudders. The model includes the representation of the hull resistance and of the propeller thrust and torque, what enables to consider the variation of the longitudinal component of the velocity of the ship when maneuvering. The hydrodynamic forces are represented through power series expansions of the acceleration and velocity components. The hydrodynamic derivatives for the body of revolution are mostly estimated based on fundamental principles applicable to the flow around airplane fuselages in the subsonic regime. The hydrodynamic forces for the sail and rudders are estimated based on a finite aspect ratio wing theory. The objective of this study is to build an expedite model for submarine maneuvers prediction, based on fundamental principles, which may be convenient in the early stages of the ship design. This model is tested against available numerical and experimental data.

Keywords: submarine maneuvers, submarine, maneuvering, dynamics

Procedia PDF Downloads 620
36323 [Keynote Talk]: Treatment Satisfaction and Safety of Sitagliptin versus Pioglitazone in Patients with Type 2 Diabetes Mellitus Inadequately Controlled on Metformin Monotherapy

Authors: Shahnaz Haque, Anand Shukla, Sunita Singh, Anil Kem

Abstract:

Introduction: Diabetes Mellitus is a chronic metabolic disease affecting millions worldwide. Metformin is the most commonly prescribed first line oral hypoglycemic drug for type 2 diabetes mellitus, but due to progressive worsening of blood glucose control during the natural history of type 2 diabetes, combination therapy usually becomes necessary. Objective: This study was designed to assess the treatment satisfaction between Sitagliptin versus Pioglitazone added to Metformin in patients with type 2 diabetes mellitus (T2DM). Methods: We conducted a prospective, open label, randomized, parallel group study in SIMS, Hapur, U.P. Eligible patients fulfilling inclusion criteria were randomized into two groups having 25 patients in each group using tab Sitagliptin 100mg, tab Pioglitazone 30mg added to ongoing tab Metformin (500mg) therapy for 16 weeks. The follow-up visits were on weeks 4,12 and 16. Result: 16 weeks later, addition of Sitagliptin 100mg compared to that of Pioglitazone 30 mg to ongoing Metformin therapy provided similar glycosylated hemoglobin (HbA1c) lowering efficacy in patients with T2DM with inadequate glycemic control on metformin monotherapy. Change in HbA1c in group1 was -0.656±0.21%(p<0.0001) whereas in group2 was -0.748±0.35%(p<0.0001). Hence decrease in HbA1c from baseline was more in group2. Both treatments were well tolerated with negligible risk of hypoglycaemia. Weight loss was observed with Sitagliptin in contrast to weight gain seen in Pioglitazone. Conclusion: In this study, Sitagliptin 100 mg along with metformin therapy in comparison to pioglitazone 30 mg plus metformin therapy was both effective, well-tolerated and improved glycemic control in both the groups. Addition of pioglitazone had cause oedema and weight gain to the patients whereas sitagliptin caused weight loss in its patients.

Keywords: sitagliptin, pioglitazone, metformin, type 2 diabetes mellitus

Procedia PDF Downloads 292
36322 Magnet Position Variation of the Electromagnetic Actuation System in a Torsional Scanner

Authors: Loke Kean Koay, Mani Maran Ratnam

Abstract:

A mechanically-resonant torsional spring scanner was developed in a recent study. Various methods were developed to improve the angular displacement of the scanner while maintaining the scanner frequency. However, the effects of rotor magnet radial position on scanner characteristics were not well investigated. In this study, the relationships between the magnet position and the scanner characteristics such as natural frequency, angular displacement and stress level were studied. A finite element model was created and an average deviation of 3.18% was found between the simulation and experimental results, qualifying the simulation results as a guide for further investigations. Three magnet positions on the transverse oscillating suspended plate were investigated by finite element analysis (FEA) and one of the positions were selected as the design position. The magnet position with the longest distance from the twist axis of the mirror was selected since it attains minimum stress level while exceeding the minimum critical flicker frequency and delivering the targeted angular displacement to the scanner.

Keywords: torsional scanner, design optimization, computer-aided design, magnet position variation

Procedia PDF Downloads 356
36321 Mechanical Characterization and Impact Study on the Environment of Raw Sediments and Sediments Dehydrated by Addition of Polymer

Authors: A. Kasmi, N. E. Abriak, M. Benzerzour, I. Shahrour

Abstract:

Large volumes of river sediments are dredged each year in Europe in order to maintain harbour activities and prevent floods. The management of this sediment has become increasingly complex. Several European projects were implemented to find environmentally sound solutions for these materials. The main objective of this study is to show the ability of river sediment to be used in road. Since sediments contain a high amount of water, then a dehydrating treatment by addition of the flocculation aid has been used. Firstly, a lot of physical characteristics are measured and discussed for a better identification of the raw sediment and this dehydrated sediment by addition the flocculation aid. The identified parameters are, for example, the initial water content, the density, the organic matter content, the grain size distribution, the liquid limit and plastic limit and geotechnical parameters. The environmental impacts of the used material were evaluated. The results obtained show that there is a slight change on the physical-chemical and geotechnical characteristics of sediment after dehydration by the addition of polymer. However, these sediments cannot be used in road construction.

Keywords: rive sediment, dehydration, flocculation aid or polymer, characteristics, treatments, valorisation, road construction

Procedia PDF Downloads 371
36320 Profiling Risky Code Using Machine Learning

Authors: Zunaira Zaman, David Bohannon

Abstract:

This study explores the application of machine learning (ML) for detecting security vulnerabilities in source code. The research aims to assist organizations with large application portfolios and limited security testing capabilities in prioritizing security activities. ML-based approaches offer benefits such as increased confidence scores, false positives and negatives tuning, and automated feedback. The initial approach using natural language processing techniques to extract features achieved 86% accuracy during the training phase but suffered from overfitting and performed poorly on unseen datasets during testing. To address these issues, the study proposes using the abstract syntax tree (AST) for Java and C++ codebases to capture code semantics and structure and generate path-context representations for each function. The Code2Vec model architecture is used to learn distributed representations of source code snippets for training a machine-learning classifier for vulnerability prediction. The study evaluates the performance of the proposed methodology using two datasets and compares the results with existing approaches. The Devign dataset yielded 60% accuracy in predicting vulnerable code snippets and helped resist overfitting, while the Juliet Test Suite predicted specific vulnerabilities such as OS-Command Injection, Cryptographic, and Cross-Site Scripting vulnerabilities. The Code2Vec model achieved 75% accuracy and a 98% recall rate in predicting OS-Command Injection vulnerabilities. The study concludes that even partial AST representations of source code can be useful for vulnerability prediction. The approach has the potential for automated intelligent analysis of source code, including vulnerability prediction on unseen source code. State-of-the-art models using natural language processing techniques and CNN models with ensemble modelling techniques did not generalize well on unseen data and faced overfitting issues. However, predicting vulnerabilities in source code using machine learning poses challenges such as high dimensionality and complexity of source code, imbalanced datasets, and identifying specific types of vulnerabilities. Future work will address these challenges and expand the scope of the research.

Keywords: code embeddings, neural networks, natural language processing, OS command injection, software security, code properties

Procedia PDF Downloads 92
36319 Innovation and Entrepreneurship in the South of China

Authors: Federica Marangio

Abstract:

This study looks at the triangle of knowledge: research-education-innovation as growth engine of an inclusive and sustainable society, where the research is the strategic process which allows the acquisition of knowledge, innovation appraises the knowledge acquired and the education is the enabling factor of the human capital to create entrepreneurial capital. Where does Italy and China stand in the global geography of innovation? Europe is calling on a smart, inclusive and sustainable growth through a specializing process that looks at the social and economic challenges, able to understand the characteristics of specific geographic areas. It is easily questionable why it is not as simple as it looks to come up with entrepreneurial ideas in all the geographic areas. Seen that the technology plus the human capital should be the means through which is possible to innovate and contribute to the boost of innovation culture, then the young educated people can be seen as the society changing agents and it becomes clear the importance of investigating the skills and competencies that lead to innovation. By starting innovation-based activities, other countries on an international level, are able now to be part of an healthy innovative ecosystem which is the result of a strong growth policy which enables innovation. Analyzing the geography of the innovation on a global scale, comes to light that the innovative entrepreneurship is the process which portrays the competitiveness of the regions in the knowledge-based economy as strategic process able to match intellectual capital and market opportunities. The level of innovative entrepreneurship is not only the result of the endogenous growth ability of the enterprises, but also by significant relations with other enterprises, universities, other centers of education and institutions. To obtain more innovative entrepreneurship is necessary to stimulate more synergy between all these territory actors in order to create, access and value existing and new knowledge ready to be disseminate. This study focuses on individual’s lived experience and the researcher believed that she can’t understand the human actions without understanding the meaning that they attribute to their thoughts, feelings, beliefs and so given she needed to understand the deeper perspectives captured through face-to face interaction. A case study approach will contribute to the betterment of knowledge in this field. This case study will represent a picture of the innovative ecosystem and the entrepreneurial mindset as a key ingredient of endogenous growth and a must for sustainable local and regional development and social cohesion. The case study will be realized analyzing two Chinese companies. A structured set of questions will be asked in order to gain details on what generated success or failure in the different situations with the past and at the moment of the research. Everything will be recorded not to lose important information during the transcription phase. While this work is not geared toward testing a priori hypotheses, it is nevertheless useful to examine whether the projects undertaken by the companies, were stimulated by enabling factors that, as result, enhanced or hampered the local innovation culture.

Keywords: Entrepreneurship, education, geography of innovation, education.

Procedia PDF Downloads 402
36318 Knowledge, Attitude and Practice on Swimming Pool Hygiene and Assessment of Microbial Contamination in Educational Institution in Selangor

Authors: Zarini Ismail, Mas Ayu Arina Mohd Anuwar, Ling Chai Ying, Tengku Zetty Maztura Tengku Jamaluddin, Nurul Azmawati Mohamed, Nadeeya Ayn Umaisara Mohamad Nor

Abstract:

The transmission of infectious diseases can occur anywhere, including in the swimming pools. A large number of swimmers turnover and poor hygienic behaviours will increase the occurrence of direct and indirect water contamination. A wide variety of infections such as the gastrointestinal illnesses, skin rash, eye infections, ear infections and respiratory illnesses had been reported following the exposure to the contaminated water. Understanding the importance of pool hygiene with a healthy practice will reduce the risk of infection. The aims of the study are to investigate the knowledge, attitude and practices on pool hygiene among swimming pool users and to determine the microbial contaminants in swimming pools. A cross-sectional study was conducted using self-administered questionnaires to 600 swimming pool users from four swimming pools belong to the three educational institutions in Selangor. Data was analyzed using SPSS Statistics version 22.0 for Windows. The knowledge, attitude and practice of the study participants were analyzed using the sum score based on Bloom’s cut-off point (80%). Having a score above the cut-off point was classified as having high levels of knowledge, positive attitude and good practice. The association between socio-demographic characteristics, knowledge and attitude with practice on pool hygiene was determined by Chi-Square test. The physicochemical parameters and the microbial contamination were determined using a standard method for examination of waste and wastewater. Of the 600 respondents, 465 (77.5%) were females with the mean age of 21 years old. Most of the respondents are the students (98.8%) which belong to the three educational institutions in Selangor. Overall, the majority of the respondents (89.2%) had low knowledge on pool hygiene, but had positive attitudes (91.3%). Whereas only half of the respondents (50%) practice good hygiene while using the swimming pools. There was a significant association between practice level on pool hygiene with knowledge (p < 0.001) and also the attitude (p < 0.001). The measurements of the physicochemical parameters showed that all 4 swimming pools had low levels of pH and two had low levels of free chlorine. However, all the water samples tested were negative for Escherichia coli. The findings of this study suggested that high knowledge and positive attitude towards pool hygiene ensure a good practice among swimming pool users. Thus, it is recommended that educational interventions should be given to the swimming pool users to increase their knowledge regarding the pool hygiene and this will prevent the unnecessary outbreak of infectious diseases related to swimming pool.

Keywords: attitude, knowledge, pool hygiene, practice

Procedia PDF Downloads 279
36317 Virulence Genes of Salmonella typhimurium and Salmonella enteritidis Isolated from Milk and Dairy Products

Authors: E. Rahimi, S. Shaigannia

Abstract:

Salmonella typhimurium and Salmonella enteritidis are important infectious agents causing food poisoning and food-borne gastrointestinal diseases. This study was carried out in order to investigate the distribution of virulence genes and antimicrobial resistance properties of S. typhimurium and S. enteritidis isolated from ruminant milk and dairy products in Iran. Overall 360 raw and pasteurized milk and traditional and commercial dairy products were purchased from random selected supermarkets and retail stories of Isfahan province, Iran. Samples were cultured immediately and those found positive for Salmonella were analyzed for the presence of S. typhimurium, S. enteritidis and several putative genes using PCR. Totally, 13 (3.61%), 8 (2.22%), 1 (0.27%) and 4 (1.11%) samples were found to be contaminated with Salmonella spp., S. typhimurium, S. enteritidis and other species of Salmonella, respectively. PCR results showed that invA, rfbJ, fliC and spv were the detected virulence genes in S. typhimurium and S. enteritidis positive samples. To the authors’ knowledge, the present study is the first prevalence report of virulence genes of S. typhimurium and S. enteritidis isolated from ruminant milk and traditional and commercial dairy products in Iran.

Keywords: Salmonella typhimurium, Salmonella enteritidis, virulence genes, ruminant milk, dairy products

Procedia PDF Downloads 624
36316 Testing the Impact of Landmarks on Navigation through the Use of Mobile-Based Games

Authors: Demet Yesiltepe, Ruth Dalton, Ayse Ozbil

Abstract:

The aim of this paper is to understand the effect of landmarks on spatial navigation. For this study, a mobile-based virtual game, 'Sea Hero Quest' (SHQ), was used. At the beginning of the game, participants were asked to look at maps which included the specific locations of players and checkpoints. After the map disappeared, participants were asked to navigate a boat and find the checkpoints in a pre-given order. By analyzing this data, we aim to better understand an important component of cities, namely landmarks, on spatial navigation. Game levels were analyzed spatially and axial-based integration, choice and connectivity values of levels were calculated to make comparisons. To make this kind of a comparison, we focused on levels which include both local and global landmarks and levels which include only local landmarks. The most significant contribution of this study to urban design and planning fields is that it provides mounting evidence about the utility of landmarks and their roles in cities due to the fact that the game was played more than 2.5 million people. Moreover, by using these results, it can be possible to encourage cities with more global and local landmarks to have more identifiable/readable areas.

Keywords: landmarks, mobile-based games, spatial navigation, virtual environment

Procedia PDF Downloads 359
36315 A Case Study on Problems Originated from Critical Path Method Application in a Governmental Construction Project

Authors: Mohammad Lemar Zalmai, Osman Hurol Turkakin, Cemil Akcay, Ekrem Manisali

Abstract:

In public construction projects, determining the contract period in the award phase is one of the most important factors. The contract period establishes the baseline for creating the cash flow curve and progress payment planning in the post-award phase. If overestimated, project duration causes losses for both the owner and the contractor. Therefore, it is essential to base construction project duration on reliable forecasting. In Turkey, schedules are usually built using the bar chart (Gantt) schedule, especially for governmental construction agencies. The usage of these schedules is limited for bidding purposes. Although the bar-chart schedule is useful in some cases, it lacks logical connections between activities; it would be harder to obtain the activities that have more effects than others on the project's total duration, especially in large complex projects. In this study, a construction schedule is prepared with Critical Path Method (CPM) that addresses the above-mentioned discrepancies. CPM is a simple and effective method that displays project time and critical paths, showing results of forward and backward calculations with considering the logic relationships between activities; it is a powerful tool for planning and managing all kinds of construction projects and is a very convenient method for the construction industry. CPM provides a much more useful and precise approach than traditional bar-chart diagrams that form the basis of construction planning and control. CPM has two main application utilities in the construction field; the first one is obtaining project duration, which is called an as-planned schedule that includes as-planned activity durations with relationships between subsequent activities. Another utility is during the project execution; each activity is tracked, and their durations are recorded in order to obtain as-built schedule, which is named as a black box of the project. The latter is more useful for delay analysis, and conflict resolutions. These features of CPM have been popular around the world. However, it has not been yet extensively used in Turkey. In this study, a real construction project is investigated as a case study; CPM-based scheduling is used for establishing both of as-built and as-planned schedules. Problems that emerged during the construction phase are identified and categorized. Subsequently, solutions are suggested. Two scenarios were considered. In the first scenario, project progress was monitored based as CPM was used to track and manage progress; this was carried out based on real-time data. In the second scenario, project progress was supposedly tracked based on the assumption that the Gantt chart was used. The S-curves of the two scenarios are plotted and interpreted. Comparing the results, possible faults of the latter scenario are highlighted, and solutions are suggested. The importance of CPM implementation has been emphasized and it has been proposed to make it mandatory for preparation of construction schedule based on CPM for public construction projects contracts.

Keywords: as-built, case-study, critical path method, Turkish government sector projects

Procedia PDF Downloads 100
36314 Tourism Challenges and Prospects: The Nigerian Experience: A Case Study of Benin City

Authors: Olawale-Olakunle Olajumoke Elizabeth

Abstract:

There are many challenges which are been encountered in the area of tourism in Nigeria. This research work on Tourism Challenges and Prospects: The Nigerian Experience with a case study of Benin City, was carried out so as to identify the various challenges. Questionnaires were designed and administered in the various locations of Benin City, using the designed objectives and hypothesis. Use is made of both primary and secondary data collections, to gather information. The obtained data were subjected to statistical analysis where results were obtained for discussion. The results obtained showed that Tourism in the area is grossly affected by factors such as lack of preferred destination, lack of consistency in policy, erratic power-supply, bad road networks, insecurity in the city and perennial conflicts, no enabling environment for investors or tourists among others. It was revealed that touristic activities in the area are at low level due to economic hardship and this is rubbing the city of its contribution to the national economy. It is however recommended that the government should create an enabling environment for both investors and tourists, as this will fasten the development of tourism in the city.

Keywords: destination, network, tourists and investors, Nigeria, industry

Procedia PDF Downloads 360
36313 A Pilot Randomized Controlled Trial of a Physical Activity Intervention in a Low Socioeconomic Population: Focus on Mental Contrasting with Implementation Intentions

Authors: Shaun G. Abbott, Rebecca C. Reynolds, John B. F. de Wit

Abstract:

Low physical activity (PA) levels are a major public health concern in Australia. There is some evidence that PA interventions can increase PA levels via various methods, including online delivery. Low Socioeconomic Status (SES) people participate in less PA than the rest of the population, partly due to poor self-regulation behaviors associated with socioeconomic characteristics. Interventions that involve a particular method of self-regulation, Mental Contrasting with Implementation Intentions (MCII), has regularly achieved healthy behavior change, but few studies focus on PA behavior outcomes and no studies examining the effect of MCII on the PA behaviors of low SES people has been done. In this study, a pilot randomized controlled trial (RCT) will deliver MCII for PA behavior change to individuals of relative disadvantage for the first time. The current pilot study will predict sample size for a future full RCT and test the hypothesis that sedentary participants from areas of relative socioeconomic disadvantage of Sydney, who learn the MCII technique will be more physically active, have improved anthropometry and psychological indicators at the completion of a 12-week intervention compared to baseline and control. Eligible participants of relative socioeconomic disadvantage will be randomly assigned to either the ‘PA Information Plus MCII Intervention Group’ or a ‘PA Information-Only Control Group’. Both groups will attend a baseline and 12-week face-to-face consultation; where PA, anthropometric and psychological data will be gathered. The intervention group will be guided through an MCII session at the baseline appointment to establish a PA goal to aim to achieve over 12 weeks. Other than these baseline and 12-week consultations, all participant interaction will occur online. All participants will receive a ‘Fitbit’ accelerometer to record objectively. PA as a daily step count, along with a PA diary for the duration of the study. PA data will be recorded on a personalized online spreadsheet. Both groups will receive a standard PA information email at weeks 2, 4, and 8. The intervention group will also receive scripted follow-up online appointments to discuss goal progress. The current pilot study is in recruitment stage with findings to be presented at the conference in December if selected.

Keywords: implementation intentions, mental contrasting, motivation, pedometer, physical activity, socioeconomic

Procedia PDF Downloads 292
36312 Analysis of the Evolution of Landscape Spatial Patterns in Banan District, Chongqing, China

Authors: Wenyang Wan

Abstract:

The study of urban land use and landscape pattern is the current hotspot in the fields of planning and design, ecology, etc., which is of great significance for the construction of the overall humanistic ecosystem of the city and optimization of the urban spatial structure. Banan District, as the main part of the eastern eco-city planning of Chongqing Municipality, is a high ground for highlighting the ecological characteristics of Chongqing, realizing effective transformation of ecological value, and promoting the integrated development of urban and rural areas. The analytical methods of land use transfer matrix (GIS) and landscape pattern index (Fragstats) were used to study the characteristics and laws of the evolution of land use landscape pattern in Banan District from 2000 to 2020, which provide some reference value for Banan District to alleviate the ecological contradiction of landscape. The results of the study show that ① Banan District is rich in land use types, of which the area of cultivated land will still account for 57.15% of the total area of the landscape until 2020, accounting for an absolute advantage in land use structure of Banan District; ② From 2000 to 2020, land use conversion in Banan District is characterized as Cropland > woodland > grassland > shrubland > built-up land > water bodies > wetlands, with cropland converted to built-up land being the largest; ③ From 2000 to 2020, the landscape elements of Banan District were distributed in a balanced way, and the landscape types were rich and diversified, but due to the influence of human interference, it also presented the characteristics that the shape of the landscape elements tended to be irregular, and the dominant patches were distributed in a scattered manner, and the patches had poor connectivity. It is recommended that in future regional ecological construction, the layout should be rationally optimized, the relationship between landscape components should be coordinated, the connectivity between landscape patches should be strengthened, and the degree of landscape fragmentation should be reduced.

Keywords: land use transfer, landscape pattern evolution, GIS and Fragstats, Banan district

Procedia PDF Downloads 57
36311 The Effect and Durability of Functional Exercises on Balance Evaluation Systems Test (Bestest) in Intellectual Disabilities: A Preliminary Report

Authors: Saeid Bahiraei, Hassan Daneshmandi , Ali Asghar Norasteh

Abstract:

The present study aims at the effects of 8 weeks of selected corrective exercise training in stable and unstable levels on the postural control people with ID. Problems and limitations of movement in individuals with intellectual disability (ID) are highly common, which particularly may cause the loss of basic performance and limitation of the person's independence in doing their daily activities. In the present study, thirty-four young adult intellectual disabilities were selected randomly and divided into three groups. In order to measure the balance variable indicators, BESTest was used. The intervention group did the selected performance exercise in 8 weeks (3 times of 45 to 50 minutes a week). Meanwhile, the control group did not experience any kind of exercise. Statistical analysis was performed in SPSS on a significant level (p<0/05). The results showed the compromise between time and the group in all the BESTest tests is significant (P=0/001). The results of the research test compared to the studied groups with time measurements showed that there is a significant difference in the unstable group in Biomechanical constraints (P<0/05). And also, a significant difference exists in the stable and unstable level instability limits/Vertically, Postural responses, and Anticipatory postural adjustment variables (except for the follow-up and pre-test levels), Stability in Gait and Sensory Orientation in the pre-test, post-test, and follow up- pre-test stage of the test (P<0/05). In the comparison between the times of measurement with the groups under study, the results showed that Biomechanical Constraints, Anticipatory Postural adjustment and Postural responses at the pre-test-follow upstage, there was a significant difference between unstable-stable and unstable-control groups (P<0/05), it was also significant between all groups in Stability Limits/Vertically, Sensory Orientation, Stability in Gait and Overall stability index variables (P<0/05). The findings showed that the practice group at an unstable level has move improvement compared to the practice group at a stable level. In conclusion, this study presents evidence that shows selected performative practices can be recognized as a comprehensive and effective mediator in the betterment and improvement of the balance in intellectually disabled people and also affect the performative and moving activities.

Keywords: intellectual disability, BSETest, rehabilitation, postural control

Procedia PDF Downloads 168
36310 A Literature Review Evaluating the Use of Online Problem-Based Learning and Case-Based Learning Within Dental Education

Authors: Thomas Turner

Abstract:

Due to the Covid-19 pandemic alternative ways of delivering dental education were required. As a result, many institutions moved teaching online. The impact of this is poorly understood. Is online problem-based learning (PBL) and case-based learning (CBL) effective and is it suitable in the post-pandemic era? PBL and CBL are both types of interactive, group-based learning which are growing in popularity within many dental schools. PBL was first introduced in the 1960’s and can be defined as learning which occurs from collaborative work to resolve a problem. Whereas CBL encourages learning from clinical cases, encourages application of knowledge and helps prepare learners for clinical practice. To evaluate the use of online PBL and CBL. A literature search was conducted using the CINAHL, Embase, PubMed and Web of Science databases. Literature was also identified from reference lists. Studies were only included from dental education. Seven suitable studies were identified. One of the studies found a high learner and facilitator satisfaction rate with online CBL. Interestingly one study found learners preferred CBL over PBL within an online format. A study also found, that within the context of distance learning, learners preferred a hybrid curriculum including PBL over a traditional approach. A further study pointed to the limitations of PBL within an online format, such as reduced interaction, potentially hindering the development of communication skills and the increased time and technology support required. An audience response system was also developed for use within CBL and had a high satisfaction rate. Interestingly one study found achievement of learning outcomes was correlated with the number of student and staff inputs within an online format. Whereas another study found the quantity of learner interactions were important to group performance, however the quantity of facilitator interactions was not. This review identified generally favourable evidence for the benefits of online PBL and CBL. However, there is limited high quality evidence evaluating these teaching methods within dental education and there appears to be limited evidence comparing online and faceto-face versions of these sessions. The importance of the quantity of learner interactions is evident, however the importance of the quantity of facilitator interactions appears to be questionable. An element to this may be down to the quality of interactions, rather than just quantity. Limitations of online learning regarding technological issues and time required for a session are also highlighted, however as learners and facilitators get familiar with online formats, these may become less of an issue. It is also important learners are encouraged to interact and communicate during these sessions, to allow for the development of communication skills. Interestingly CBL appeared to be preferred to PBL in an online format. This may reflect the simpler nature of CBL, however further research is required to explore this finding. Online CBL and PBL appear promising, however further research is required before online formats of these sessions are widely adopted in the post-pandemic era.

Keywords: case-based learning, online, problem-based learning, remote, virtual

Procedia PDF Downloads 67
36309 Prediction of Critical Flow Rate in Tubular Heat Exchangers for the Onset of Damaging Flow-Induced Vibrations

Authors: Y. Khulief, S. Bashmal, S. Said, D. Al-Otaibi, K. Mansour

Abstract:

The prediction of flow rates at which the vibration-induced instability takes place in tubular heat exchangers due to cross-flow is of major importance to the performance and service life of such equipment. In this paper, the semi-analytical model for square tube arrays was extended and utilized to study the triangular tube patterns. A laboratory test rig with instrumented test section is used to measure the fluidelastic coefficients to be used for tuning the mathematical model. The test section can be made of any bundle pattern. In this study, two test sections were constructed for both the normal triangular and the rotated triangular tube arrays. The developed scheme is utilized in predicting the onset of flow-induced instability in the two triangular tube arrays. The results are compared to those obtained for two other bundle configurations. The results of the four different tube patterns are viewed in the light of TEMA predictions. The comparison demonstrated that TEMA guidelines are more conservative in all configurations considered

Keywords: fluid-structure interaction, cross-flow, heat exchangers,

Procedia PDF Downloads 264
36308 Enhancing Transit Trade, Facilitation System and Supply Chain Security for Local, Regional and an International Corridor

Authors: Moh’d A. AL-Shboul

Abstract:

Recently, and due to Arab spring and terrorism around the globe, pushing and driving most governments potentially to harmonize their border measures particularly the regional and an international transit trade within and among Customs Unions. The main purpose of this study is to investigate and provide an insight for monitoring and controlling the trade supply chain within and among different countries by using technological advancement (i.e. an electronic tracking system, etc.); furthermore, facilitate the local and intra-regional trade among countries through reviewing the recent trends and practical implementation of an electronic transit traffic and cargo that related to customs measures by introducing and supporting some case studies of several international and landlocked transit trade countries. The research methodology employed in this study was described as qualitative by conducting few interviews with managers, transit truck drivers, and traders and reviewing the related literature to collect qualitative data from secondary sources such as statistical reports, previous studies, etc. The results in this study show that Jordan and other countries around the globe that used an electronic tracking system for monitoring transit trade has led to a significant reduction in cost, effort and time in physical movement of goods internally and crossing through other countries. Therefore, there is no need to escort transit trucks by customs staff; hence, the rate of escort transit trucks is reduced by more than ninety percent, except the bulky and high duty goods. Electronic transit traffic has been increased; the average transit time journey has been reduced by more than seventy percent and has led to decrease in rates of smuggling up to fifty percent. The researcher recommends considering Jordan as regional and international office for tracking electronically and monitoring the transit trade for many considerations.

Keywords: electronic tracking system, facilitation system, regional and international corridor, supply chain security, transit trade

Procedia PDF Downloads 485
36307 Assessing Water Bottle Consumption on College Campus in Abu Dhabi: Towards a Sustainable Future

Authors: Ludmilla Wikkeling-Scott, Amira Karim

Abstract:

Background: In a rapidly developing environment, concerns for pollution and depletion of natural resources are challenges facing global communities. A major source of waste on university campuses is the use of plastic bottles, while cost of production and processing is high. Consumer demand stimulates popularity of plastic bottle production, but researchers agree this is not a sustainable solution. This pilot study assesses plastic water bottle used and attitude towards alternatives among Emirati college students. Methods: This study was conducted in December 2016, using an anonymous self-administered survey of 17 questions. The survey included personal characteristics, plastic water bottle used, attitude towards alternative replacement and sustainability. For statistical analysis, STATA 14C was used to determine significance of association. Results: A total of 500 Emirati students (94.6% female) completed the survey. Of the students, 82.6% preferred bottled water over tap water, and 44.6% reported disposable bottled water use in their household, 42.6% purchased disposable bottled water more than twice a week, and 44.2% purchased bottled water at least once, while on campus. Students were willing to consider switching to alternative water bottle use if it was more convenient (22.54%), cost less (55.13%) or improved the taste (22.54%), while only 7.85% students would not consider any alternatives. There was a significant difference in attitude towards alternatives to water bottle use by area of study (p < 0.005). Conclusion: The UAE strives to be at the forefront of sustainable development and protecting biodiversity. However, a major challenge is the increasing amount of waste, exacerbated by the increasing consumer demand for convenience as seen in this billion-dollar industry. Plastic bottles, for all purposes, pose a serious threat to the environment and sustainable campus initiatives can help reduce the ecological footprint, improve awareness of safe alternatives and benefits to the environment.

Keywords: ecological foot print, emirati students, plastic bottle consumption, sustainable campus

Procedia PDF Downloads 149
36306 The Role Previous Cytomegalovirus Infection in Subsequent Lymphoma Develompment

Authors: Amalia Ardeljan, Lexi Frankel, Divesh Manjani, Gabriela Santizo, Maximillian Guerra, Omar Rashid

Abstract:

Introduction: Cytomegalovirus (CMV) infection is a widespread infection affecting between 60-70% of people in industrialized countries. CMV has been previously correlated with a higher incidence of Hodgkin Lymphoma compared to noninfected persons. Research regarding prior CMV infection and subsequent lymphoma development is still controversial. With limited evidence, further research is needed in order to understand the relationship between previous CMV infection and subsequent lymphoma development. This study assessed the effect of CMV infection and the incidence of lymphoma afterward. Methods: A retrospective cohort study (2010-2019) was conducted through a Health Insurance Portability and Accountability Act (HIPAA) compliant national database and conducted using International Classification of Disease (ICD) 9th,10th codes, and Current Procedural Terminology (CPT) codes. These were used to identify lymphoma diagnosis in a previously CMV infected population. Patients were matched for age range and Charlson Comorbidity Index (CCI). A chi-squared test was used to assess statistical significance. Results: A total number of 14,303 patients was obtained in the CMV infected group as well as in the control population (matched by age range and CCI score). Subsequent lymphoma development was seen at a rate of 11.44% (1,637) in the CMV group and 5.74% (822) in the control group, respectively. The difference was statistically significant by p= 2.2x10-16, odds ratio = 2.696 (95% CI 2.483- 2.927). In an attempt to stratify the population by antiviral medication exposure, the outcomes were limited by the decreased number of members exposed to antiviral medication in the control population. Conclusion: This study shows a statistically significant correlation between prior CMV infection and an increased incidence of lymphoma afterward. Further exploration is needed to identify the potential carcinogenic mechanism of CMV and whether the results are attributed to a confounding bias.

Keywords: cytomegalovirus, lymphoma, cancer, microbiology

Procedia PDF Downloads 209
36305 In vitro Estimation of Genotoxic Lesions in Peripheral Blood Lymphocytes of Rat Exposed to Organophosphate Pesticides

Authors: A. Ojha, Y. K. Gupta

Abstract:

Organophosphate (OP) pesticides are among the most widely used synthetic chemicals for controlling a wide variety of pests throughout the world. Chlorpyrifos (CPF), methyl parathion (MPT), and malathion (MLT) are among the most extensively used OP pesticides in India. DNA strand breaks and DNA-protein crosslinks (DPC) are toxic lesions associated with the mechanisms of toxicity of genotoxic compounds. In the present study, we have examined the potential of CPF, MPT, and MLT individually and in combination, to cause DNA strand breakage and DPC formation. Peripheral blood lymphocytes of rat were exposed to 1/4 and 1/10 LC50 dose of CPF, MPT, and MLT for 2, 4, 8, and 12h. The DNA strand break was measured by the comet assay and expressed as DNA damage index while DPC estimation was done by fluorescence emission. There was significantly marked increase in DNA damage and DNA-protein crosslink formation in time and dose dependent manner. It was also observed that MPT caused the highest level of DNA damage as compared to other studied OP compounds. Thus, from present study, we can conclude that studied pesticides have genotoxic potential. The pesticides mixture does not potentiate the toxicity of each other. Nonetheless, additional in vivo data are required before a definitive conclusion can be drawn regarding hazard prediction to humans.

Keywords: organophosphate, pesticides, DNA damage, DNA protein crosslink, genotoxic

Procedia PDF Downloads 343
36304 The Effectiveness of a Hybrid Diffie-Hellman-RSA-Advanced Encryption Standard Model

Authors: Abdellahi Cheikh

Abstract:

With the emergence of quantum computers with very powerful capabilities, the security of the exchange of shared keys between two interlocutors poses a big problem in terms of the rapid development of technologies such as computing power and computing speed. Therefore, the Diffie-Hellmann (DH) algorithm is more vulnerable than ever. No mechanism guarantees the security of the key exchange, so if an intermediary manages to intercept it, it is easy to intercept. In this regard, several studies have been conducted to improve the security of key exchange between two interlocutors, which has led to interesting results. The modification made on our model Diffie-Hellman-RSA-AES (DRA), which encrypts the information exchanged between two users using the three-encryption algorithms DH, RSA and AES, by using stenographic photos to hide the contents of the p, g and ClesAES values that are sent in an unencrypted state at the level of DRA model to calculate each user's public key. This work includes a comparative study between the DRA model and all existing solutions, as well as the modification made to this model, with an emphasis on the aspect of reliability in terms of security. This study presents a simulation to demonstrate the effectiveness of the modification made to the DRA model. The obtained results show that our model has a security advantage over the existing solution, so we made these changes to reinforce the security of the DRA model.

Keywords: Diffie-Hellmann, DRA, RSA, advanced encryption standard

Procedia PDF Downloads 76
36303 Impact of Gold Mining on Crop Production, Livelihood and Environmental Sustainability in West Africa in the Context of Water-Energy-Food Nexus

Authors: Yusif Habib

Abstract:

The Volta River Basin (VRB) is a transboundary resource shared by Six (6) the West African States. It’s utilization spans across irrigation, hydropower generation, domestic/household water use, transportation, industrial processing, among others. Simultaneously, mineral resources such as gold are mined within the VRB catchment. Typically, the extraction/mining operation is earth-surface excavation; known as Artisanal and Small-scale mining. We developed a conceptual framework in the context of Water-Energy-Food (WEF) Nexus to delineate the trade-offs and synergies between the mineral extractive operation’s impact on Agricultural systems, specifically, cereal crops (e.g. Maize, Millet, and Rice) and the environment (water and soil quality, deforestation, etc.) on the VRB. Thus, the study examined the trade-offs and synergies through the WEF nexus lens to explore the extent of an eventual overarching mining preference for gold exploration with high economic returns as opposed to the presumably low yearly harvest and household income from food crops production to inform intervention prioritization. Field survey (household, expert, and stakeholder consultation), bibliometric analysis/literature review, scenario, and simulation models, including land-use land cover (LULC) analyses, were conducted. The selected study area(s) in Ghana was the location where the mineral extractive operation’s presence and impact are widespread co-exist with the Agricultural systems. Overall, the study proposes mechanisms of the virtuous cycle through FEW Nexus instead of the presumably existing vicious cycle to inform decision making and policy implementation.

Keywords: agriculture, environmental sustainability, gold Mining, synergies, trade-off, water-energy-food nexus

Procedia PDF Downloads 142
36302 Study on Seismic Performance of Reinforced Soil Walls in Order to Offer Modified Pseudo Static Method

Authors: Majid Yazdandoust

Abstract:

This study, tries to suggest a design method based on displacement using finite difference numerical modeling in reinforcing soil retaining wall with steel strip. In this case, dynamic loading characteristics such as duration, frequency, peak ground acceleration, geometrical characteristics of reinforced soil structure and type of the site are considered to correct the pseudo static method and finally introduce the pseudo static coefficient as a function of seismic performance level and peak ground acceleration. For this purpose, the influence of dynamic loading characteristics, reinforcement length, height of reinforced system and type of the site are investigated on seismic behavior of reinforcing soil retaining wall with steel strip. Numerical results illustrate that the seismic response of this type of wall is highly dependent to cumulative absolute velocity, maximum acceleration, and height and reinforcement length so that the reinforcement length can be introduced as the main factor in shape of failure. Considering the loading parameters, mechanically stabilized earth wall parameters and type of the site showed that the used method in this study leads to most efficient designs in comparison with other methods which are generally suggested in cods that are usually based on limit-equilibrium concept. The outputs show the over-estimation of equilibrium design methods in comparison with proposed displacement based methods here.

Keywords: pseudo static coefficient, seismic performance design, numerical modeling, steel strip reinforcement, retaining walls, cumulative absolute velocity, failure shape

Procedia PDF Downloads 475
36301 Comparison of Small Ruminants (Sheep) Production Efficiency of Nomadic and Transhumance Flocks in Malakand, Pakistan

Authors: Akbar Nawaz Khan, Abdul Ghaffar, Abdur Rehman, Muhammad Naeem Riaz, Sayed Muhammad Hassan Andrabi

Abstract:

The present study was conducted to compare sheep rearing in nomadic with transhumance system in term of production parameters. The following parameters which studied for comparison were household size, landholding area, flock size, body condition score, fecal egg count and live weight change in sheep under nomadic and transhumance systems of management in Malakand since October 2010 to March 2011. Further the effects of Body Condition Score (BCS) and Fecal Egg Count (FEC) on production were also examined. Two systems were checked for the purpose to check the efficiency of production. A total of eight flocks, four each from nomadic and transhumance system were selected for the study; each flock was divided into treatment and controlled groups to check the effect of treatment or de-wormers. A total of 160 animals were selected randomly (80 treated, 80 controlled). The adult ram average weight transhumance system was 55.58 kg while in nomadic that was 54.16 kg, weight change was positive, and the highest change was recorded in transhumance treated which was 13%. Fecal egg count was record low (75 EPG) in transhumance treated group while high (330 EPG) in nomadic controlled. Body condition score was recorded 3.6 for transhumance treated and 3.32 for nomadic treated. It is concluded from the present study that transhumance system performed significantly (p < 0.05) better in respect of live weight, BCS, FEC, family size, Landholding area, number of animals in a flock, offspring record, culling, and mortality. Mean values are 7.367 ± 0221, 0.900 ± 0.071, 63.167 ± 1.559, 55.600 ± 1.480, 8.300 ± 0.321 and 2.500 ± 0.158 respectively. De-wormer effect on FEC showed a significant reduction in egg load in mature sheep on both systems.

Keywords: small ruminant, sheep, nomadic, transhumance, Malakand, production efficiency

Procedia PDF Downloads 208
36300 Safety Evaluation of Intramuscular Administration of Zuprevo® Compared to Draxxin® in the Treatment of Swine Respiratory Disease at Weaning Age

Authors: Josine Beek, S. Agten, R. Del Pozo, B. Balis

Abstract:

The objective of the present study was to compare the safety of intramuscular administration of Zuprevo® (tildipirosin, 40 mg/mL) with Draxxin® (tulathromycin, 100 mg/mL) in the treatment of swine respiratory disease at weaning age. The trial was carried out in two farrow-to-finish farms with 300 sows (farm A) and 500 sows (farm B) in a batch-production system. Farm A had no history of respiratory problems, whereas farm B had a history of respiratory outbreaks with increased mortality ( > 2%) in the nursery. Both farms were positive to Pasteurella multocida, Bordetella bronchiseptica, Actinobacillus pleuropneumoniae and Haemophilus parasuis. From each farm, one batch of piglets was included (farm A: 644 piglets; farm B: 963 piglets). One day before weaning (day 0; 18-21 days of age), piglets were identified by an individual ear tag and randomly assigned to a treatment group. At day 0, Group 1 was treated with a single intramuscular injection with Zuprevo® (tildipirosin, 40 mg/mL; 1 mL/10 kg) and group 2 with Draxxin® (tulathromycin, 100 mg/mL; 1 mL/40 kg). For practical reasons, dosage of the product was adjusted according to three weight categories: < 4 kg, 4-6 kg and > 6 kg. Within each farm, piglets of both groups were comingled at weaning and subsequently managed and located in the same facilities and with identical environmental conditions. Our study involved the period from day 0 until 10 weeks of age. Safety of treatment was evaluated by 1) visual examination for signs of discomfort directly after treatment and after 15 min, 1 h and 24 h and 2) mortality rate within 24 h after treatment. Efficacy of treatment was evaluated based on mortality rate from day 0 until 10 weeks of age. Each piglet that died during the study period was necropsied by the herd veterinarian to determine the probable cause of death. Data were analyzed using binary logistic regression and differences were considered significant if p < 0.05. The pig was the experimental unit. In total, 848 piglets were treated with tildipirosin and 759 piglets with tulathromycin. In farm A, one piglet with retarded growth ( < 1 kg at 18 days of age) showed an adverse reaction after injection of tildipirosin: lateral recumbence and dullness for ± 30 sec. The piglet recovered after 1-2 min. This adverse reaction was probably due to overdosing (12 mg/kg). No adverse effect of treatment was observed in any other piglet. There was no mortality within 24 h after treatment. No significant difference was found in mortality rate between both groups from day 0 until 10 weeks of age. In farm A, overall mortality rate was 0.3% (2/644). In farm B, mortality rate was 0.2% (1/502) in group 1 (tildipirosin) and 0.9% (4/461) in group 2 (tulathromycin)(p=0.60). The necropsy of piglets that died during the study period revealed no macroscopic lesions of the respiratory tract. In conclusion, Zuprevo® (tildipirosin, 40 mg/mL) was shown to be a safe and efficacious alternative to Draxxin® (tulathromycin, 100 mg/mL) for the early treatment of swine respiratory disease at weaning age.

Keywords: antibiotic treatment, safety, swine respiratory disease, tildipirosin

Procedia PDF Downloads 380
36299 Evaluation of Thrombolytic Activity of Zingiber cassumunar Roxb. and Thai Herbal Prasaplai Formula

Authors: Warachate Khobjai, Suriyan Sukati, Khemjira Jarmkom, Pattaranut Eakwaropas, Surachai Techaoei

Abstract:

The propose of this study was to investigate in vitro thrombolytic activity of Zingiber cassumunar Roxb. and Prasaplai, a Thai herbal formulation of Z. cassumunar Roxb. Herbs were extracted with boiling water and concentrated by lyophilization. To observe their thrombolytic potential, an in vitro clot lysis method was applied where streptokinase and sterile distilled water were used as positive and negative controls, respectively. Crude aqueous extracts from Z. cassumunar Roxb. and Prasaplai formula showed significant thrombolytic activity by clot lysis of 17.90% and 25.21%, respectively, compared to the negative control water (5.16%) while the standard streptokinase revealed 64.78% clot lysis. These findings suggest that Z. cassumunar Roxb. exhibits moderate thrombolytic activity and cloud play an important role in the thrombolytic properties of Prasaplai formula. However, further study should be done to observe in vivo clot dissolving potential and to isolate active component(s) of these extracts.

Keywords: thrombolytic activity, clot lysis, Zingiber cassumunar Roxb., Prasaplai formula, aqueous extract

Procedia PDF Downloads 318
36298 An Investigation into the Decision-Making Process of Choosing Long-Term Care Services in Taiwan

Authors: Yu-Ching Liu

Abstract:

Background: Family numbers usually take responsibility for taking care of their elderly relatives, especially parents. Caring for a patient with chronic diseases is a stressful experience, which makes carers suffer physical and mental health stress, difficulties maintaining family relationships and issues in participating in the labor market, which may lower their quality of life (QoL). The issue of providing care to relatives with chronic illness has been widely explored in Taiwan, but most studies focus on the need for full-time caregivers. Objective: The main goal of this study was to examine the topic of working carers involved in the decision-making process of LTC services and to explore what affects working carers considering when they choose the care services for their disabled, elderly relatives. Method: A total of 7 working caregivers were enrolled in this study. A face-to-face and semi-structured in-depth qualitative interview study were conducted to explore the caregivers' perspectives. Results: Working carers have a positive experience of using LTC service because it allows them to kill two birds with one stone, continue employment, and care for an elderly disabled relative. However, working carers have still been struggling to find friendly community-based LTC services. There were no longer available community services that could be used with the illness condition of patients getting worse. As such, patients have to be cared for at home, which might increase the caregiver burden of carers. Conclusion: Working family caregivers suffer from heavy physical and psychological burdens as they not only have to maintain their employment but care for elderly disabled relatives; however, the current support provided is insufficient. The design of services should consider working carers' employment situation and need rather than the only caring situation of patients at home.

Keywords: family caregiver, Long-term care, work-life balance, decision-making

Procedia PDF Downloads 171
36297 A Proposed Inclusive Motor Skill Intervention Programme for Pre-schoolers in Low Resources Areas in Preparation of School Readiness

Authors: J. Van der Walt, N. A. Plastow, M. Unger

Abstract:

Gross and fine motor skill difficulties among children affect their ability to learn and progress in school. Research indicates that children in low socio-economic areas are at a higher risk of motor skill difficulties, while therapy resources are limited. The Hopscotch motor skill programme is a well-researched accessible in-school intervention developed by occupational and physiotherapists through complex intervention development. The development stage of the complex intervention development model firstly included a prevalence study in a low-resourced area in the West Coast of South Africa, indicating a high prevalence with significant motor skill difficulties among pre-school children at 14.5% with fine motor skill difficulties at 24.6%. A scoping review identifies motor skill interventions for pre-school children and a proposed a framework of fundamental concepts to consider when developing a motor skill intervention. a Delphi-study considered the framework and encouraged collaboration between therapists and educators to make the programme accessible, resource and cost effective, specifically geared towards a rural, low resourced area. The results from the Delphi study, together with the proposed framework from the scoping review was used to develop the Hopscotch programme, adopting a task-shifting approach. The eight-week small-group programme is facilitated by teachers with the support of therapists. The programme aims to improve the motor skills of pre-school aged children with motor skill difficulties to promote academic readiness through obstacle courses, ball skill games and fine motor games and crafts. A randomised controlled trial is planned as a next stage to determine the preliminary effect of the programme on the motor and early academic skills of pre-school children.

Keywords: accesible learning, motor skill intervention, school readiness, task shifting

Procedia PDF Downloads 178
36296 Identification of Analogues to EGCG for the Inhibition of HPV E7: A Fundamental Insights through Structural Dynamics Study

Authors: Murali Aarthy, Sanjeev Kumar Singh

Abstract:

High risk human papillomaviruses are highly associated with the carcinoma of the cervix and the other genital tumors. Cervical cancer develops through the multistep process in which increasingly severe premalignant dysplastic lesions called cervical intraepithelial neoplastic progress to invasive cancer. The oncoprotein E7 of human papillomavirus expressed in the lower epithelial layers drives the cells into S-phase creating an environment conducive for viral genome replication and cell proliferation. The replication of the virus occurs in the terminally differentiating epithelium and requires the activation of cellular DNA replication proteins. To date, no suitable drug molecule is available to treat HPV infection whereas identification of potential drug targets and development of novel anti-HPV chemotherapies with unique mode of actions are expected. Hence, our present study aimed to identify the potential inhibitors analogous to EGCG, a green tea molecule which is considered to be safe to use for mammalian systems. A 3D similarity search on the natural small molecule library from natural product database using EGCG identified 11 potential hits based on their similarity score. The structure based docking strategies were implemented in the potential hits and the key interacting residues of protein with compounds were identified through simulation studies and binding free energy calculations. The conformational changes between the apoprotein and the complex were analyzed with the simulation and the results demonstrated that the dynamical and structural effects observed in the protein were induced by the compounds and indicated the dominance to the oncoprotein. Overall, our study provides the basis for the structural insights of the identified potential hits and EGCG and hence, the analogous compounds identified can be potent inhibitors against the HPV 16 E7 oncoprotein.

Keywords: EGCG, oncoprotein, molecular dynamics simulation, analogues

Procedia PDF Downloads 115
36295 Calculating the Carbon Footprint of Laser Cutting Machines from Cradle to Grave and Examination the Effect of the Use of the Machine on the Carbon Footprint

Authors: Melike Yaylacı, Tuğba Bilgin

Abstract:

Against the climate crisis, an increasing number of countries are working on green energy, carbon emission measurement, calculation and reduction. The work of industrial organizations with the highest carbon emissions on these issues is increasing. Aim of this paper is calculating carbon emissions of laser cutting machine with cradle-to-grave approach and discuss the potential affects of usage condisions, such as laser power, gas type, gas pressure, on carbon footprint. In particular, this study includes consumption of electricity used in production, laser cutting machine raw materials, and disposal of the machine. In the process of raw material supplying, machine procesing and shipping, all calculations were studied using the Tier1 approach. Laser cutting machines require a specified cutting parameter set for each different material in different thickneses, this parameters are a combination of laser power, gas type, cutting speed, gas pressure and focus point, The another purpose of this study is examine the potential affect of different cutting parameters for the same material in same thickness on carbon footprint.

Keywords: life cycle assessment, carbon emission, laser cutting machine, cutting parameters

Procedia PDF Downloads 81