Search results for: Statistical Approach
13718 The Use of Boosted Multivariate Trees in Medical Decision-Making for Repeated Measurements
Authors: Ebru Turgal, Beyza Doganay Erdogan
Abstract:
Machine learning aims to model the relationship between the response and features. Medical decision-making researchers would like to make decisions about patients’ course and treatment, by examining the repeated measurements over time. Boosting approach is now being used in machine learning area for these aims as an influential tool. The aim of this study is to show the usage of multivariate tree boosting in this field. The main reason for utilizing this approach in the field of decision-making is the ease solutions of complex relationships. To show how multivariate tree boosting method can be used to identify important features and feature-time interaction, we used the data, which was collected retrospectively from Ankara University Chest Diseases Department records. Dataset includes repeated PF ratio measurements. The follow-up time is planned for 120 hours. A set of different models is tested. In conclusion, main idea of classification with weighed combination of classifiers is a reliable method which was shown with simulations several times. Furthermore, time varying variables will be taken into consideration within this concept and it could be possible to make accurate decisions about regression and survival problems.Keywords: boosted multivariate trees, longitudinal data, multivariate regression tree, panel data
Procedia PDF Downloads 20513717 Modelling and Simulation of Cascaded H-Bridge Multilevel Single Source Inverter Using PSIM
Authors: Gaddafi Sani Shehu, Tankut Yalcınoz, Abdullahi Bala Kunya
Abstract:
Multilevel inverters such as flying capacitor, diode-clamped, and cascaded H-bridge inverters are very popular particularly in medium and high power applications. This paper focuses on a cascaded H-bridge module using a single direct current (DC) source in order to generate an 11-level output voltage. The noble approach reduces the number of switches and gate drivers, in comparison with a conventional method. The anticipated topology produces more accurate result with an isolation transformer at high switching frequency. Different modulation techniques can be used for the multilevel inverter, but this work features modulation techniques known as selective harmonic elimination (SHE).This modulation approach reduces the number of carriers with reduction in Switching Losses, Total Harmonic Distortion (THD), and thereby increasing Power Quality (PQ). Based on the simulation result obtained, it appears SHE has the ability to eliminate selected harmonics by chopping off the fundamental output component. The performance evaluation of the proposed cascaded multilevel inverter is performed using PSIM simulation package and THD of 0.94% is obtained.Keywords: cascaded H-bridge multilevel inverter, power quality, selective harmonic elimination
Procedia PDF Downloads 42213716 The Data-Driven Localized Wave Solution of the Fokas-Lenells Equation using PINN
Authors: Gautam Kumar Saharia, Sagardeep Talukdar, Riki Dutta, Sudipta Nandy
Abstract:
The physics informed neural network (PINN) method opens up an approach for numerically solving nonlinear partial differential equations leveraging fast calculating speed and high precession of modern computing systems. We construct the PINN based on strong universal approximation theorem and apply the initial-boundary value data and residual collocation points to weekly impose initial and boundary condition to the neural network and choose the optimization algorithms adaptive moment estimation (ADAM) and Limited-memory Broyden-Fletcher-Golfard-Shanno (L-BFGS) algorithm to optimize learnable parameter of the neural network. Next, we improve the PINN with a weighted loss function to obtain both the bright and dark soliton solutions of Fokas-Lenells equation (FLE). We find the proposed scheme of adjustable weight coefficients into PINN has a better convergence rate and generalizability than the basic PINN algorithm. We believe that the PINN approach to solve the partial differential equation appearing in nonlinear optics would be useful to study various optical phenomena.Keywords: deep learning, optical Soliton, neural network, partial differential equation
Procedia PDF Downloads 13213715 Discrimination Between Bacillus and Alicyclobacillus Isolates in Apple Juice by Fourier Transform Infrared Spectroscopy and Multivariate Analysis
Authors: Murada Alholy, Mengshi Lin, Omar Alhaj, Mahmoud Abugoush
Abstract:
Alicyclobacillus is a causative agent of spoilage in pasteurized and heat-treated apple juice products. Differentiating between this genus and the closely related Bacillus is crucially important. In this study, Fourier transform infrared spectroscopy (FT-IR) was used to identify and discriminate between four Alicyclobacillus strains and four Bacillus isolates inoculated individually into apple juice. Loading plots over the range of 1350 and 1700 cm-1 reflected the most distinctive biochemical features of Bacillus and Alicyclobacillus. Multivariate statistical methods (e.g. principal component analysis (PCA) and soft independent modeling of class analogy (SIMCA)) were used to analyze the spectral data. Distinctive separation of spectral samples was observed. This study demonstrates that FT-IR spectroscopy in combination with multivariate analysis could serve as a rapid and effective tool for fruit juice industry to differentiate between Bacillus and Alicyclobacillus and to distinguish between species belonging to these two genera.Keywords: alicyclobacillus, bacillus, FT-IR, spectroscopy, PCA
Procedia PDF Downloads 49113714 Strategy and Maze Surgery (Atrial fibrillation Surgery)
Authors: Shirin Jalili, Ramin Ghasemi Shayan
Abstract:
Atrial fibrillation is the foremost common arrhythmia around the world, with expanding recurrence famous with age. Thromboembolic occasions and strokes are the number one cause of mortality and morbidity. For patients who don't react to restorative treatment for rate and beat control, the maze method offers an elective treatment mediation. pharmaco-medical treatment for atrial fibrillation is pointed at the control of rate or cadence, intrusive treatment for atrial fibrillation is pointed at cadence control. An obtrusive approach may comprise of percutaneous catheter treatment, surgery, or a crossover approach. Since the maze method is recognized as the foremost successful way to dispense with AF, combining the maze strategy amid major cardiac surgeries has been received in clinical hone. the maze strategy, moreover known as Cox¬maze iii or the ‘cut¬and¬sew’ method, involves making different incisions within the atria to make an arrangement of scars that dispose of each potential zone of re¬entry. The electrical drive is constrained through a maze of scars that coordinates the electrical drive from the sinus node to the av node. By settling the headstrong period between ranges of scar, re¬entry is disposed of. in this article, we evaluate the Maze surgery method that's the surgical method of choice for the treatment of restorative atrial fibrillation.Keywords: atrial fibrillation, congenital heart disease, procedure, maze surgery, treatment
Procedia PDF Downloads 13913713 Enhancing Scalability in Ethereum Network Analysis: Methods and Techniques
Authors: Stefan K. Behfar
Abstract:
The rapid growth of the Ethereum network has brought forth the urgent need for scalable analysis methods to handle the increasing volume of blockchain data. In this research, we propose efficient methodologies for making Ethereum network analysis scalable. Our approach leverages a combination of graph-based data representation, probabilistic sampling, and parallel processing techniques to achieve unprecedented scalability while preserving critical network insights. Data Representation: We develop a graph-based data representation that captures the underlying structure of the Ethereum network. Each block transaction is represented as a node in the graph, while the edges signify temporal relationships. This representation ensures efficient querying and traversal of the blockchain data. Probabilistic Sampling: To cope with the vastness of the Ethereum blockchain, we introduce a probabilistic sampling technique. This method strategically selects a representative subset of transactions and blocks, allowing for concise yet statistically significant analysis. The sampling approach maintains the integrity of the network properties while significantly reducing the computational burden. Graph Convolutional Networks (GCNs): We incorporate GCNs to process the graph-based data representation efficiently. The GCN architecture enables the extraction of complex spatial and temporal patterns from the sampled data. This combination of graph representation and GCNs facilitates parallel processing and scalable analysis. Distributed Computing: To further enhance scalability, we adopt distributed computing frameworks such as Apache Hadoop and Apache Spark. By distributing computation across multiple nodes, we achieve a significant reduction in processing time and enhanced memory utilization. Our methodology harnesses the power of parallelism, making it well-suited for large-scale Ethereum network analysis. Evaluation and Results: We extensively evaluate our methodology on real-world Ethereum datasets covering diverse time periods and transaction volumes. The results demonstrate its superior scalability, outperforming traditional analysis methods. Our approach successfully handles the ever-growing Ethereum data, empowering researchers and developers with actionable insights from the blockchain. Case Studies: We apply our methodology to real-world Ethereum use cases, including detecting transaction patterns, analyzing smart contract interactions, and predicting network congestion. The results showcase the accuracy and efficiency of our approach, emphasizing its practical applicability in real-world scenarios. Security and Robustness: To ensure the reliability of our methodology, we conduct thorough security and robustness evaluations. Our approach demonstrates high resilience against adversarial attacks and perturbations, reaffirming its suitability for security-critical blockchain applications. Conclusion: By integrating graph-based data representation, GCNs, probabilistic sampling, and distributed computing, we achieve network scalability without compromising analytical precision. This approach addresses the pressing challenges posed by the expanding Ethereum network, opening new avenues for research and enabling real-time insights into decentralized ecosystems. Our work contributes to the development of scalable blockchain analytics, laying the foundation for sustainable growth and advancement in the domain of blockchain research and application.Keywords: Ethereum, scalable network, GCN, probabilistic sampling, distributed computing
Procedia PDF Downloads 7913712 Understanding Factors that May Affect Survival and Productivity of Pacific Salmonids
Authors: Julia B. Kischkat, Charlie D. Waters
Abstract:
This research aims to understand the factors that may affect the survival and productivity of Pacific salmonids through two components. The first component is lab-based and aims to improve high-performance liquid chromatography to better quantify vitamin deficiencies such as thiamine. The lab work is conducted at the National Oceanic and Atmospheric Administration (NOAA) Ted Stevens Marine Research Institute in Juneau, Alaska. Deficiencies in thiamine have been shown to reduce the survival of salmonids at early life stages. The second component involves the analysis of a 22-year data set of migration timing of juvenile Coho Salmon, Dolly Varden, Steelhead, and returning adult Steelhead at Little Port Walter, Alaska. The statistical analysis quantifies their migration fluctuations and whether they correlate to various environmental conditions such as temperature, salinity, and precipitation.Keywords: climate change, smolt timing, phenology, migration timing, salmon, time series analysis, ecology, chemistry, fisheries science
Procedia PDF Downloads 12113711 Reconstruction of Signal in Plastic Scintillator of PET Using Tikhonov Regularization
Authors: L. Raczynski, P. Moskal, P. Kowalski, W. Wislicki, T. Bednarski, P. Bialas, E. Czerwinski, A. Gajos, L. Kaplon, A. Kochanowski, G. Korcyl, J. Kowal, T. Kozik, W. Krzemien, E. Kubicz, Sz. Niedzwiecki, M. Palka, Z. Rudy, O. Rundel, P. Salabura, N.G. Sharma, M. Silarski, A. Slomski, J. Smyrski, A. Strzelecki, A. Wieczorek, M. Zielinski, N. Zon
Abstract:
The J-PET scanner, which allows for single bed imaging of the whole human body, is currently under development at the Jagiellonian University. The J-PET detector improves the TOF resolution due to the use of fast plastic scintillators. Since registration of the waveform of signals with duration times of few nanoseconds is not feasible, a novel front-end electronics allowing for sampling in a voltage domain at four thresholds was developed. To take fully advantage of these fast signals a novel scheme of recovery of the waveform of the signal, based on ideas from the Tikhonov regularization (TR) and Compressive Sensing methods, is presented. The prior distribution of sparse representation is evaluated based on the linear transformation of the training set of waveform of the signals by using the Principal Component Analysis (PCA) decomposition. Beside the advantage of including the additional information from training signals, a further benefit of the TR approach is that the problem of signal recovery has an optimal solution which can be determined explicitly. Moreover, from the Bayes theory the properties of regularized solution, especially its covariance matrix, may be easily derived. This step is crucial to introduce and prove the formula for calculations of the signal recovery error. It has been proven that an average recovery error is approximately inversely proportional to the number of samples at voltage levels. The method is tested using signals registered by means of the single detection module of the J-PET detector built out from the 30 cm long BC-420 plastic scintillator strip. It is demonstrated that the experimental and theoretical functions describing the recovery errors in the J-PET scenario are largely consistent. The specificity and limitations of the signal recovery method in this application are discussed. It is shown that the PCA basis offers high level of information compression and an accurate recovery with just eight samples, from four voltage levels, for each signal waveform. Moreover, it is demonstrated that using the recovered waveform of the signals, instead of samples at four voltage levels alone, improves the spatial resolution of the hit position reconstruction. The experiment shows that spatial resolution evaluated based on information from four voltage levels, without a recovery of the waveform of the signal, is equal to 1.05 cm. After the application of an information from four voltage levels to the recovery of the signal waveform, the spatial resolution is improved to 0.94 cm. Moreover, the obtained result is only slightly worse than the one evaluated using the original raw-signal. The spatial resolution calculated under these conditions is equal to 0.93 cm. It is very important information since, limiting the number of threshold levels in the electronic devices to four, leads to significant reduction of the overall cost of the scanner. The developed recovery scheme is general and may be incorporated in any other investigation where a prior knowledge about the signals of interest may be utilized.Keywords: plastic scintillators, positron emission tomography, statistical analysis, tikhonov regularization
Procedia PDF Downloads 44813710 Development Strategies for Building Smart Cities: The Case of Kalampaka, Greece
Authors: Christos Stamopoulos
Abstract:
Nowadays, the technological evolution has brought changes and new requirements not only on human’s life but also on the environment in which they live. Cities have begun to be organized in new ways which comply with contemporary living standards. The aim of this paper was to present the characteristics and to introduce good construction strategies of smart cities around the world. Also, a case study of the city of Kalampaka and its residents was surveyed. More specifically, residents’ knowledge about smart cities and their opinion for future progress was examined. Statistical analysis showed that residents’ knowledge about smart cities was fairly good (48% knew the phrase 'smart city'). However, respondents believe that the appearance of the city of Kalampaka needs improvement in many areas (the 75% are disappointed with the current appearance of the city). Furthermore, regression analysis showed that the value of the environmental sustainability is greatly influenced by the energy saving, as well as, innovation has an impact on the level of quality of life, while older people seem satisfied with administration’s efforts for development.Keywords: development, economy, environment, governance, quality of life, smart city
Procedia PDF Downloads 33713709 Applying Innovation in FP Counselling: Results from A360 Amplify Matasan Matan Arewa Implementation of Counseling for Choice to Improve Contraceptive Adoption and Continuation among Married Adolescent Girls (15-19 years) in Northern Nigeria
Authors: Bulama Alhaji Alhassan, Roselyn Odeh, Rakiya Idris Labaran, Dorcas Yemi Danladi, Faith Ochonu
Abstract:
Introduction: Contraceptive use has numerous health benefits such as preventing unplanned pregnancies thereby supporting women to achieve their life goals, maintaining the ideal amount of time between pregnancies, lowering the death rate for both mothers and children and generally enhancing the lives of women and children. Despite the numerous advantages of modern contraception and numerous initiatives by the government and development partners to promote its adoption, Nigeria's use of these methods has remained persistently low. Counseling about contraception is essential to providing high-quality treatment ensuring informed choice, and voluntarism for family planning is the key. The goal of the contraceptive counseling approach known as Counseling for Choice (C4C) is to ensure that people have the agency and voice to choose the contraceptive methods that best suit their requirements by altering the way both clients and providers engage in family planning counseling sessions. Aim: To evaluate the effect of counseling for choice on Modern Contraceptive adoption and continuation among married adolescent girls aged 15-19 years in 61 health facilities, within a 6-month period in Northern Nigeria. Methodology: Data from the NDHIS was obtained from selected facilities Pre & Post commencement of C4C intervention from 36 facilities Kaduna and 25 Nasarawa Matasan Matan Arewa (MMA) core implementation states putting into consideration the specific period of initiation of intervention, six months after deployment of the C4C, data was obtained from these facilities for post analysis. Data was analyzed on SPSS using paired sample t-test. Result: C4C resulted to improved access to FP services via increasing contraceptive adoption and continued used by 15% and 27% respectively (p<0.05) in Nasarawa state. While in Kaduna state we observed 11% and 28% improvement in adoption and continued use respectively as well with statistical significance (p<0.05) depicting that the increase is highly correlated (0.99 Nasarawa and 0.75 Kaduna) with the C4C intervention where the provider uses the NORMAL AND 3Ws Rubric to explain to the client in a simplified manner what to do with chosen method, what to expect with her method of adoption and when to return for a refill. Conclusion: In Northern Nigeria, it was observed that most clients discontinue their methods due to bleeding side effect and that was related to lack of appropriate and comprehensive information during counselling about what to expect with the clients method of adoption but with the intervention of the program, through capacity strengthening of PHC providers on counselling skills using the Counselling for Choice, it has helped to improve modern contraceptive uptake among young married women in northern Nigeria.Keywords: continuation, counselling, uptake, adolescent, modern & implementation
Procedia PDF Downloads 7713708 Study of Exciton Binding Energy in Photovoltaic Polymers and Non-Fullerene Acceptors
Authors: Ho-Wa Li, Sai-Wing Tsang
Abstract:
The excitonic effect in organic semiconductors plays a key role in determining the electronic devices performance. Strong exciton binding energy has been regarded as the detrimental factor limiting the further improvement in organic photovoltaic cells. To the best of our knowledge, only limited reported can be found in measuring the exciton binding energy in organic photovoltaic materials. Conventional sophisticated approach using photoemission spectroscopy (UPS and IPES) would limit the wide access of the investigation. Here, we demonstrate a facile approach to study the electrical and optical quantum efficiencies of a series of conjugated photovoltaic polymer, fullerene and non-fullerene materials. Quantitative values of the exciton binding energy in those prototypical materials were obtained with concise photovoltaic device structure. And the extracted binding energies have excellent agreement with those determined by the conventional photoemission technique. More importantly, our findings can provide valuable information on the excitonic dissociation in the first excited state. Particularly, we find that the high binding energy of some non-fullerene acceptors limits the combination of polymer acceptors for efficiency exciton dissociation. The results bring insight into the engineering of excitonic effect for the development of efficient organic photovoltaic cells.Keywords: organic photovoltaics, quantum efficiency, exciton binding energy, device physics
Procedia PDF Downloads 15413707 Application of Transportation Linear Programming Algorithms to Cost Reduction in Nigeria Soft Drinks Industry
Authors: Salami Akeem Olanrewaju
Abstract:
The transportation models or problems are primarily concerned with the optimal (best possible) way in which a product produced at different factories or plants (called supply origins) can be transported to a number of warehouses or customers (called demand destinations). The objective in a transportation problem is to fully satisfy the destination requirements within the operating production capacity constraints at the minimum possible cost. The objective of this study is to determine ways of minimizing transport cost in order to maximum profit. Data were gathered from the records of the Distribution Department of 7-Up Bottling Company Plc. Ilorin, Kwara State, Nigeria. The data were analyzed using SPSS (Statistical Package for Social Sciences) while applying the three methods of solving a transportation problem. The three methods produced the same results; therefore, any of the method can be adopted by the company in transporting its final products to the wholesale dealers in order to minimize total production cost.Keywords: cost minimization, resources utilization, distribution system, allocation problem
Procedia PDF Downloads 25913706 Optimizing Pediatric Pneumonia Diagnosis with Lightweight MobileNetV2 and VAE-GAN Techniques in Chest X-Ray Analysis
Authors: Shriya Shukla, Lachin Fernando
Abstract:
Pneumonia, a leading cause of mortality in young children globally, presents significant diagnostic challenges, particularly in resource-limited settings. This study presents an approach to diagnosing pediatric pneumonia using Chest X-Ray (CXR) images, employing a lightweight MobileNetV2 model enhanced with synthetic data augmentation. Addressing the challenge of dataset scarcity and imbalance, the study used a Variational Autoencoder-Generative Adversarial Network (VAE-GAN) to generate synthetic CXR images, improving the representation of normal cases in the pediatric dataset. This approach not only addresses the issues of data imbalance and scarcity prevalent in medical imaging but also provides a more accessible and reliable diagnostic tool for early pneumonia detection. The augmented data improved the model’s accuracy and generalization, achieving an overall accuracy of 95% in pneumonia detection. These findings highlight the efficacy of the MobileNetV2 model, offering a computationally efficient yet robust solution well-suited for resource-constrained environments such as mobile health applications. This study demonstrates the potential of synthetic data augmentation in enhancing medical image analysis for critical conditions like pediatric pneumonia.Keywords: pneumonia, MobileNetV2, image classification, GAN, VAE, deep learning
Procedia PDF Downloads 12913705 Designing an Effective Accountability Model for Islamic Azad University Using the Qualitative Approach of Grounded Theory
Authors: Davoud Maleki, Neda Zamani
Abstract:
The present study aims at exploring the effective accountability model of Islamic Azad University using a qualitative approach of grounded theory. The data of this study were obtained from semi-structured interviews with 25 professors and scholars in Islamic Azad University of Tehran who were selected by theoretical sampling method. In the data analysis, the stepwise method and Strauss and Corbin analytical methods (1992) were used. After identification of the main component (balanced response to stakeholders’ needs) and using it to bring the categories together, expressions and ideas representing the relationships between the main and subcomponents, and finally, the revealed components were categorized into six dimensions of the paradigm model, with the relationships among them, including causal conditions (7 components), main component (balanced response to stakeholders’ needs), strategies (5 components), environmental conditions (5 components), intervention features (4 components), and consequences (3 components). Research findings show an exploratory model for describing the relationships between causal conditions, main components, accountability strategies, environmental conditions, university environmental features, and that consequences.Keywords: accountability, effectiveness, Islamic Azad University, grounded theory
Procedia PDF Downloads 8813704 The Modified WBS Based on LEED Rating System in Decreasing Energy Consumption and Cost of Buildings
Authors: Mehrab Gholami Zangalani, Siavash Rajabpour
Abstract:
In compliance with the Statistical Centre of Iran (SCI)’s results, construction and housing section in Iran is consuming 40% of energy, which is 5 times more than the world average consumption. By considering the climate in Iran, the solutions in terms of design, construction and exploitation of the buildings by utilizing the LEED rating system (LRS) is presented, regarding to the reasons for the high levels of energy consumption during construction and housing in Iran. As a solution, innovative Work Break Structure (WBS) in accordance with LRS and Iranian construction’s methods is unveiled in this research. Also, by amending laws pertaining to the construction in Iran, the huge amount of energy and cost can be saved. Furthermore, with a scale-up of these results to the scale of big cities such as Tehran (one of the largest metropolitan areas in the middle east) in which the license to build more than two hundred and fifty units each day is issued, the amount of energy and cost that can be saved is estimated.Keywords: costs reduction, energy statistics, leed rating system (LRS), work brake structure (WBS)
Procedia PDF Downloads 53113703 Symptom Burden and Quality of Life in Advanced Lung Cancer Patients
Authors: Ammar Asma, Bouafia Nabiha, Dhahri Meriem, Ben Cheikh Asma, Ezzi Olfa, Chafai Rim, Njah Mansour
Abstract:
Despite recent advances in treatment of the lung cancer patients, the prognosis remains poor. Information is limited regarding health related quality of life (QOL) status of advanced lung cancer patients. The purposes of this study were: to assess patient reported symptom burden, to measure their QOL, and to identify determinant factors associated with QOL. Materials/Methods: A cross sectional study of 60 patients was carried out from over the period of 03 months from February 1st to 30 April 2016. Patients were recruited in two department of health care: Pneumology department in a university hospital in Sousse and an oncology unit in a University Hospital in Kairouan. Patients with advanced stage (III and IV) of lung cancer who were hospitalized or admitted in the day hospital were recruited by convenience sampling. We used a questionnaire administrated and completed by a trained interviewer. This questionnaire is composed of three parts: demographic, clinical and therapeutic information’s, QOL measurements: based on the SF-36 questionnaire, Symptom’s burden measurement using the Lung Cancer Symptom Scale (LCSS). To assess Correlation between symptoms burden and QOL, we compared the scores of two scales two by two using the Pearson correlation. To identify factors influencing QOL in Lung cancer, a univariate statistical analysis then, a stepwise backward approach, wherein the variables with p< 0.2, were carried out to determine the association between SF-36 scores and different variables. Results: During the study period, 60 patients consented to complete symptom and quality of life questionnaires at a single point time (72% were recruited from day hospital). The majority of patients were male (88%), age ranged from 21 to 79 years with a mean of 60.5 years. Among patients, 48 (80%) were diagnosed as having non-small cell lung carcinoma (NSCLC). Approximately, 60 % (n=36) of patients were in stage IV, 25 % in stage IIIa and 15 % in stage IIIb. For symptom burden, the symptom burden index was 43.07 (Standard Deviation, 21.45). Loss of appetite and fatigue were rated as the most severe symptoms with mean scores (SD): 49.6 (25.7) and 58.2 (15.5). The average overall score of SF36 was 39.3 (SD, 15.4). The physical and emotional limitations had the lowest scores. Univariate analysis showed that factors which influence negatively QOL were: married status (p<0.03), smoking cessation after diagnosis (p<0.024), LCSS total score (p<0.001), LCSS symptom burden index (p<0.001), fatigue (p<0.001), loss of appetite (p<0.001), dyspnea (p<0.001), pain (p<0.002), and metastatic stage (p<0.01). In multivariate analysis, unemployment (p<0.014), smoking cessation after diagnosis (p<0.013), consumption of analgesic (p<0.002) and the indication of an analgesic radiotherapy (p<0.001) are revealed as independent determinants of QOL. The result of the correlation analyses between total LCSS scores and the total and individual domain SF36 scores was significant (p<0.001); the higher total LCSS score is, the poorer QOL is. Conclusion: A built in support of lung cancer patients would better control the symptoms and promote the QOL of these patients.Keywords: quality of life, lung cancer, metastasis, symptoms burden
Procedia PDF Downloads 38313702 Internet Pornography Consumption and Relationship Commitment of Filipino Married Individuals
Authors: Racidon P. Bernarte, Vincent Jude G. Estella, Dominador Jr. M. Nucon, Jin Danniel O. Villatema
Abstract:
Purpose: Internet pornography has many negative effects, but one of the disturbing phases of pornography usage is; users are insentient on how pornography influences and affects them. The acceptance of Internet pornography use in a relationship has been found to be higher among men than among women. The use of pornography directly correlates to a decrease in sexual intimacy. Hence, this might lead to the weakening of the relationship of the married individuals to their partner. To find out the relevance of the claim, the researchers aimed to explore the relationship of Internet pornography consumption to the relationship commitment of married individuals in the Philippines. Different factors such as level of satisfaction, the size of the investment, quality of alternatives, relationship stability, and viewing habits of the Filipino married individuals were also considered in determining the relationship of watching pornography online and the relationship commitment of the Filipino married individuals. Design/ Methodology/ Approach –The study used the quantitative research approach, specifically descriptive method and correlation in order to further analyze the gathered data. A self-administered survey was distributed to 400 selected Filipino married individuals who were married individuals that are watching pornography on the Internet who are living in Quezon City. Findings –It is revealed that Internet pornography consumption has a negative effect on the relationship commitment of married individuals. Furthermore, watching pornography online weakened the relationship commitment of the Filipino married individuals that leads to an unstable relationship.Keywords: internet pornography consumption, relationship commitment, married individuals, polytechnic university of the Philippines
Procedia PDF Downloads 42313701 Local People’s Livelihoods and Coping Strategies in the Wake of a Co-management System in the Campo Ma'an National Park, Cameroon
Authors: Nchanji Yvonne Kiki, Mala William Armand, Nchanji Eileen Bogweh, Ramcilovik-Suominen Sabaheta, Kotilainen Juha
Abstract:
The Campo Ma'an National Park was created as part of an environmental and biodiversity compensation for the Chad-Cameroon Oil Pipeline Project, which was meant to help alleviate poverty and boost the livelihood of rural communities around the area. This paper examines different strategies and coping mechanisms employed by the indigenous people and local communities to deal with the national and internationally driven conservation policies and initiatives in the case of the Campo Ma'an National Park. While most literature on park management/co-management/nature conservation has focused on the negative implications for local peoples’ livelihoods, fewer studies have investigated the strategies of local people to respond to these policies and renegotiate their position in a way that enables them to continue their traditional livelihoods using the existing local knowledge systems. This study contributes to the current literature by zooming into not only the impacts of nature conservation policies but also the local individual and collective strategies and responses to such policies and initiatives. We employ a qualitative research approach using ethnomethodology and a convivial lens to analyze data collected from October to November 2018. We find that conservation policies have worsened some existing livelihoods on the one hand and constrained livelihood improvement of indigenous people and local communities (IPLC) on the other hand. Nonetheless, the IPLC has devised individual and collective coping mechanisms to deal with these conservation interventions and the negative effects they have caused. Upon exploring these mechanisms and their effectiveness, this study proposes a management approach to conservation centered on both people and nature, based on indigenous and local people's knowledge and practices, promoting nature for and by humans and strengthening both livelihood and conservation. We take inspiration from the convivial conservation approach and thinking by Bucher and Fletcher.Keywords: conservation policies, national park management, indigenous and local people’s experiences, livelihoods, local knowledge, coping strategies, conviviality
Procedia PDF Downloads 18413700 A Network-Theorical Perspective on Music Analysis
Authors: Alberto Alcalá-Alvarez, Pablo Padilla-Longoria
Abstract:
The present paper describes a framework for constructing mathematical networks encoding relevant musical information from a music score for structural analysis. These graphs englobe statistical information about music elements such as notes, chords, rhythms, intervals, etc., and the relations among them, and so become helpful in visualizing and understanding important stylistic features of a music fragment. In order to build such networks, musical data is parsed out of a digital symbolic music file. This data undergoes different analytical procedures from Graph Theory, such as measuring the centrality of nodes, community detection, and entropy calculation. The resulting networks reflect important structural characteristics of the fragment in question: predominant elements, connectivity between them, and complexity of the information contained in it. Music pieces in different styles are analyzed, and the results are contrasted with the traditional analysis outcome in order to show the consistency and potential utility of this method for music analysis.Keywords: computational musicology, mathematical music modelling, music analysis, style classification
Procedia PDF Downloads 10613699 A Relational Approach to Adverb Use in Interactions
Authors: Guillaume P. Fernandez
Abstract:
Individual language use is a matter of choice in particular interactions. The paper proposes a conceptual and theoretical framework with methodological consideration to develop how language produced in dyadic relations is to be considered and situated in the larger social configuration the interaction is embedded within. An integrated and comprehensive view is taken: social interactions are expected to be ruled by a normative context, defined by the chain of interdependences that structures the personal network. In this approach, the determinants of discursive practices are not only constrained by the moment of production and isolated from broader influences. Instead, the position the individual and the dyad have in the personal network influences the discursive practices in a twofold manner: on the one hand, the network limits the access to linguistic resources available within it, and, on the other hand, the structure of the network influences the agency of the individual, by the social control inherent to particular network characteristics. Concretely, we investigate how and to what extent consistent ego is from one interaction to another in his or her use of adverbs. To do so, social network analysis (SNA) methods are mobilized. Participants (N=130) are college students recruited in the french speaking part of Switzerland. The personal network of significant ones of each individual is created using name generators and edge interpreters, with a focus on social support and conflict. For the linguistic parts, respondents were asked to record themselves with five of their close relations. From the recordings, we computed an average similarity score based on the adverb used across interactions. In terms of analyses, two are envisaged: First, OLS regressions including network-level measures, such as density and reciprocity, and individual-level measures, such as centralities, are performed to understand the tenets of linguistic similarity from one interaction to another. The second analysis considers each social tie as nested within ego networks. Multilevel models are performed to investigate how the different types of ties may influence the likelihood to use adverbs, by controlling structural properties of the personal network. Primary results suggest that the more cohesive the network, the less likely is the individual to change his or her manner of speaking, and social support increases the use of adverbs in interactions. While promising results emerge, further research should consider a longitudinal approach to able the claim of causality.Keywords: personal network, adverbs, interactions, social influence
Procedia PDF Downloads 6913698 Experimental Performance of Vertical Diffusion Stills Utilizing Folded Sheets for Water Desalination
Authors: M. Mortada, A. Seleem, M. El-Morsi, M. Younan
Abstract:
The present study introduces the folding technology to be utilized for the first time in vertical diffusion stills. This work represents a model of the distillation process by utilizing chevron pattern of folded structure. An experimental setup has been constructed, to investigate the performance of the folded sheets in the vertical effect diffusion still for a specific range of operating conditions. An experimental comparison between the folded type and the flat type sheets has been carried out. The folded pattern showed a higher performance and there is an increase in the condensate to feed ratio that ranges from 20-30 % through the operating hot plate temperature that ranges through 60-90°C. In addition, a parametric analysis of the system using Design of Experiments statistical technique, has been developed using the experimental results to determine the effect of operating conditions on the system's performance and the best operating conditions of the system has been evaluated.Keywords: chevron pattern, fold structure, solar distillation, vertical diffusion still
Procedia PDF Downloads 46513697 Reducing Support Structures in Design for Additive Manufacturing: A Neural Networks Approach
Authors: Olivia Borgue, Massimo Panarotto, Ola Isaksson
Abstract:
This article presents a neural networks-based strategy for reducing the need for support structures when designing for additive manufacturing (AM). Additive manufacturing is a relatively new and immature industrial technology, and the information to make confident decisions when designing for AM is limited. This lack of information impacts especially the early stages of engineering design, for instance, it is difficult to actively consider the support structures needed for manufacturing a part. This difficulty is related to the challenge of designing a product geometry accounting for customer requirements, manufacturing constraints and minimization of support structure. The approach presented in this article proposes an automatized geometry modification technique for reducing the use of the support structures while designing for AM. This strategy starts with a neural network-based strategy for shape recognition to achieve product classification, using an STL file of the product as input. Based on the classification, an automatic part geometry modification based on MATLAB© is implemented. At the end of the process, the strategy presents different geometry modification alternatives depending on the type of product to be designed. The geometry alternatives are then evaluated adopting a QFD-like decision support tool.Keywords: additive manufacturing, engineering design, geometry modification optimization, neural networks
Procedia PDF Downloads 25713696 Soil Moisture Control System: A Product Development Approach
Authors: Swapneel U. Naphade, Dushyant A. Patil, Satyabodh M. Kulkarni
Abstract:
In this work, we propose the concept and geometrical design of a soil moisture control system (SMCS) module by following the product development approach to develop an inexpensive, easy to use and quick to install product targeted towards agriculture practitioners. The module delivers water to the agricultural land efficiently by sensing the soil moisture and activating the delivery valve. We start with identifying the general needs of the potential customer. Then, based on customer needs we establish product specifications and identify important measuring quantities to evaluate our product. Keeping in mind the specifications, we develop various conceptual solutions of the product and select the best solution through concept screening and selection matrices. Then, we develop the product architecture by integrating the systems into the final product. In the end, the geometric design is done using human factors engineering concepts like heuristic analysis, task analysis, and human error reduction analysis. The result of human factors analysis reveals the remedies which should be applied while designing the geometry and software components of the product. We find that to design the best grip in terms of comfort and applied force, for a power-type grip, a grip-diameter of 35 mm is the most ideal.Keywords: agriculture, human factors, product design, soil moisture control
Procedia PDF Downloads 17513695 Conformal Noble Metal High-Entropy Alloy Nanofilms by Atomic Layer Deposition for Enhanced Hydrogen Evolution Reaction/Oxygen Evolution Reaction Electrocatalysis Applications
Authors: Jing Lin, Zou Yiming, Goei Ronn, Li Yun, Amanda Ong Jiamin, Alfred Tok Iing Yoong
Abstract:
High-entropy alloy (HEA) coatings comprise multiple (five or more) principal elements that give superior mechanical, electrical, and thermal properties. However, the current synthesis methods of HEA coating still face huge challenges in facile and controllable preparation, as well as conformal integration, which seriously restricts their potential applications. Herein, we report a controllable synthesis of conformal quinary HEA coating consisting of noble metals (Rh, Ru, Ir, Pt, and Pd) by using the atomic layer deposition (ALD) with a post-annealing approach. This approach realizes low temperature (below 200 °C), precise control (nanoscale), and conformal synthesis (over complex substrates) of HEA coating. Furthermore, the resulting quinary HEA coating shows promising potential as a platform for catalysis, exhibiting substantially enhanced electrocatalytic hydrogen evolution reaction (HER) and oxygen evolution reaction (OER) performances as compared to other noble metal-based structures such as single metal coating or multi-layered metal composites.Keywords: high-entropy alloy, thin-film, catalysis, water splitting, atomic layer deposition
Procedia PDF Downloads 12813694 Comprehensive Approach to Enhance Green Buildings in Urban Areas
Authors: M. Pena, J. Shin, H. Park
Abstract:
The main objective of any engineering activity is the development of a system that fulfills the specific economic, social or environmental needs. Green growth policies, as a system, targets to satisfy two main needs: economic and environmental growth. Cities are complex systems composed of varied characteristics such as differences in socio-environmental conditions and local affordability, among others. Thus, commissioned policies are required to address these differences and to ensure green development. A more maintainable and justifiable, resource-efficient green growth can be obtained in urban areas if multi-criteria framework of policies relevant to green buildings is designed. Reason is that, this approach fits to target the differences and unique conditions of urban areas. By following the principles of axiomatic design, this paper urges to derive a framework for the application of green buildings policies in urban areas with distinctive socio-economic and environmental characteristics. Functional requirements defined as principles to ensure green growth and design parameters are identified in each set of conditions. Design matrices are constructed for each group of urban areas. Thus, the understanding of the needs and differences for each group of urban areas and the methodology to ensure green buildings is achieved.Keywords: axiomatic design, green growth, sustainable development, urban planning
Procedia PDF Downloads 35513693 The Impact of Leadership Culture on Motivation, Efficiency, and Performance of Customs Employees: A Case Study of Iran Customs
Authors: Kazem Samadi
Abstract:
In today’s world, public agencies like customs have become vital institutions in international trade processes and in maintaining national economic security due to increasing economic and commercial complexities. In this regard, human resource management (HRM) is crucial to achieving organizational goals. This research employed a descriptive survey method, in which the statistical population consisted of all customs employees. Using Cochran's formula, 300 employees were selected from the central customs office. A researcher-made questionnaire was used as the data collection tool, with content validity and reliability confirmed using Cronbach's alpha coefficient. The collected data were analyzed through structural modeling using SPSS and AMOS 24. The results indicated that leadership culture significantly affected employee motivation, efficiency, and performance in customs. Customs managers and leaders in Iran can improve organizational productivity by fostering this culture, thereby facilitating individual and organizational development for their staff.Keywords: leadership culture, organizational culture, employee performance, customs
Procedia PDF Downloads 2913692 Seismic Evaluation of Multi-Plastic Hinge Design Approach on RC Shear Wall-Moment Frame Systems against Near-Field Earthquakes
Authors: Mohsen Tehranizadeh, Mahboobe Forghani
Abstract:
The impact of higher modes on the seismic response of dual structural system consist of concrete moment-resisting frame and with RC shear walls is investigated against near-field earthquakes in this paper. a 20 stories reinforced concrete shear wall-special moment frame structure is designed in accordance with ASCE7 requirements and The nonlinear model of the structure was performed on OpenSees platform. Nonlinear time history dynamic analysis with 3 near-field records are performed on them. In order to further understand the structural collapse behavior in the near field, the response of the structure at the moment of collapse especially the formation of plastic hinges is explored. The results revealed that the amplification of moment at top of the wall due to higher modes, the plastic hinge can form in the upper part of wall, even when designed and detailed for plastic hinging at the base only (according to ACI code).on the other hand, shear forces in excess of capacity design values can develop due to the contribution of the higher modes of vibration to dynamic response due to the near field can cause brittle shear or sliding failure modes. The past investigation on shear walls clearly shows the dual-hinge design concept is effective at reducing the effects of the second mode of response. An advantage of the concept is that, when combined with capacity design, it can result in relaxation of special reinforcing detailing in large portions of the wall. In this study, to investigate the implications of multi-design approach, 4 models with varies arrangement of hinge plastics at the base and height of the shear wall are considered. results base on time history analysis showed that the dual or multi plastic hinges approach can be useful in order to control the high moment and shear demand of higher mode effect.Keywords: higher mode effect, Near-field earthquake, nonlinear time history analysis, multi plastic hinge design
Procedia PDF Downloads 43113691 The Development of Chinese Film Market as Factor of Change in Global Hollywood
Authors: Marcin Adamczak
Abstract:
The growth of Chinese film market and its dynamic incomparable to any other historical phenomenon has already made China the second world market and potential future leader in 2-3 years period. The growing power of Chines box-office and its future prospects is then the crucial and potentially disturbing factor for persistence of global Hollywood reality. The paper is based on market statistical data. The main findings of the analysis are defining of essential obstacles for the development of Chinese market and its foreign expansion. However, the new strategies employed by the industry (acquisitions of cinema chains abroad, blockbuster made with the involvement of figures from Hollywood star system, coproduction ties within Pacific basin) could be a successful remedy for current shortcomings. The main factor for development will be wider economical framework and maintenance of growth pace. The future state of Chinese film market will be one of the main factors shaping global film culture and film market in following decades of XXI century.Keywords: production studies, film market, Chinese film market, distribution
Procedia PDF Downloads 21713690 The Role of Entrepreneurship Education in Enhancing Self-Employment: Students' Perspective
Authors: Stanley Fore, Gaetan Ngabonziza
Abstract:
In spite of the need for skilled labour in South Africa, tertiary education graduates are increasingly faced with unemployment, which poses a serious obstacle to the economic growth of the country. This paper is an outcome of the study that investigated students’ perceptions on the role of entrepreneurship education in enhancing graduates’ self-employment. The study was descriptive in nature and used a survey questionnaire to answer questions pertaining to the extent to which entrepreneurship education is important in enhancing self-employment endeavours. Collected data were analysed using of the statistical software for social science (SPSS) for descriptive statistics in the form of tables and charts. The study found that entrepreneurship education is critical in providing knowledge and skills that are required to succeed in self-employment. As one module of entrepreneurship does not ensure self-employment orientation or more positive expectations about entrepreneurial abilities and careers, this study suggests that students, irrespective of their field of study, should be given entrepreneurship modules in every academic year. This will help in reminding them that their success does not solely rely on their ability to find a better-paying employment but also on their ability to employ themselves.Keywords: entrepreneurship, education, self-employment, students
Procedia PDF Downloads 25613689 Health Satisfaction and Family Impact of Parents of Children with Cancer
Authors: Ekhlas Al Gamal, Tony Long
Abstract:
The impact on the parents of caring for a child with cancer was intense and wide-ranging. A high level of distress and low level or resilience remains during treatment. Even completion of treatment can be a time of increased anxiety and stress for parents particularly with worries about recurrence or relapse. The purpose of this study to examine the associations between parental satisfactions with healthcare provided for their child and the impact of being a caregiver for a child with cancer. Methodology: A descriptive, correlational and cross-sectional design was employed using data from Arabic versions of self-report questionnaires which were administered to 113 parents with children with cancer in Jordan during 2015. Findings: the result indicated that Family relationship functioning was ranked as the highest (better functioning) domain while daily activities were ranked as the lowest (poorer functioning) domain. Parents were generally satisfied with the health care provided, but their emotional needs were not met adequately. Parents with better social functioning were more satisfied in all areas of healthcare satisfaction other than emotional needs and communication. Parents who had a child with more emotional and behavioural problems were more likely to experience a negative impact on the family and a poor level of family functioning. Conclusion and Significance: Nurses and other health care providers should emphasis on family centred approach rather than child centred approach.Keywords: parents, children, cancer, Jordan
Procedia PDF Downloads 342