Search results for: common challenges
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 11271

Search results for: common challenges

6981 Reinforcement of an Electric Vehicle Battery Pack Using Honeycomb Structures

Authors: Brandon To, Yong S. Park

Abstract:

As more battery electric vehicles are being introduced into the automobile industry, continuous advancements are constantly made in the electric vehicle space. Improvements in lithium-ion battery technology allow electric vehicles to be capable of traveling long distances. The batteries are capable of being charged faster, allowing for a sufficient range in shorter amounts of time. With increased reliance on battery technology and the changes in vehicle power trains, new challenges arise from this. Resulting electric vehicle fires caused by collisions are potentially more dangerous than those of the typical internal combustion engine. To further reduce the battery failures involved with side collisions, this project intends to reinforce an existing battery pack of an electric vehicle with honeycomb structures such that intrusion into the batteries can be minimized with weight restrictions in place. Honeycomb structures of hexagonal geometry are implemented into the side extrusions of the battery pack. With the use of explicit dynamics simulations performed in ANSYS, quantitative results such as deformation, strain, and stress are used to compare the performance of the battery pack with and without the implemented honeycomb structures.

Keywords: battery pack, electric vehicle, honeycomb, side impact

Procedia PDF Downloads 129
6980 Investigation of the Capability of REALP5 to Solve Complex Fuel Geometry

Authors: D. Abdelrazek, M. NaguibAly, A. A. Badawi, Asmaa G. Abo Elnour, A. A. El-Kafas

Abstract:

This work is developed within IAEA Coordinated Research Program 1496, “Innovative methods in research reactor analysis: Benchmark against experimental data on neutronics and thermal-hydraulic computational methods and tools for operation and safety analysis of research reactors.” The study investigates the capability of Code RELAP5/Mod3.4 to solve complex geometry complexity. Its results are compared to the results of PARET, a common code in thermal hydraulic analysis for research reactors, belonging to MTR-PC groups. The WWR-SM reactor at the Institute of Nuclear Physics (INP) in the Republic of Uzbekistan is simulated using both PARET and RELAP5 at steady state. Results from the two codes are compared. REALP5 code succeeded in solving the complex fuel geometry. The PARET code needed some calculations to obtain the final result. Although the final results from the PARET are more accurate, the small differences in both results makes using RELAP5 code recommended in case of complex fuel assemblies.

Keywords: complex fuel geometry, PARET, RELAP5, WWR-SM reactor

Procedia PDF Downloads 338
6979 The Convolution Recurrent Network of Using Residual LSTM to Process the Output of the Downsampling for Monaural Speech Enhancement

Authors: Shibo Wei, Ting Jiang

Abstract:

Convolutional-recurrent neural networks (CRN) have achieved much success recently in the speech enhancement field. The common processing method is to use the convolution layer to compress the feature space by multiple upsampling and then model the compressed features with the LSTM layer. At last, the enhanced speech is obtained by deconvolution operation to integrate the global information of the speech sequence. However, the feature space compression process may cause the loss of information, so we propose to model the upsampling result of each step with the residual LSTM layer, then join it with the output of the deconvolution layer and input them to the next deconvolution layer, by this way, we want to integrate the global information of speech sequence better. The experimental results show the network model (RES-CRN) we introduce can achieve better performance than LSTM without residual and overlaying LSTM simply in the original CRN in terms of scale-invariant signal-to-distortion ratio (SI-SNR), speech quality (PESQ), and intelligibility (STOI).

Keywords: convolutional-recurrent neural networks, speech enhancement, residual LSTM, SI-SNR

Procedia PDF Downloads 206
6978 Avian Ecological Status in the Gadaïne Eco-Complex (Batna, NE Algeria)

Authors: Marref Cherine, Bezzala Adel, Houhamdimoussa

Abstract:

Wetlands represent ecosystems of great importance through their ecological and socio-economic functions and biological diversity, even if they are most threatened by anthropization. This study aimed to contribute to the creation of an inventory of bird species in the Gadaïne eco-complex (Batna, Algeria) from 2019 to 2021. Counts were carried out from 8:00 to 19:00 using a telescope (20 × 60) and a pair of binoculars (10 × 50) and by employing absolute and relative methods. Birds were categorized by phenology, habitat, biogeography, and diet. A total of 80 species in 58 genera and 19 families were observed. Migratory birds were dominant (38%) phenologically, and the birds of Palearctic origin dominated (26.25%) biogeographically. Invertivorous and carnivorous species were the most common (35%). Ecologically, the majority of species were waterbirds (73.75%), which are protected in Algeria. This study highlights the need for the preservation of ecosystem components and the enhancement of biological resources of protected, rare, and key species. We observed 43797 individuals of Marmaronetta angustirostris during our study and reported the nesting of Podiceps nigricollis, Porphyrio porphyrio, and Tadorna ferruginea. For this reason, it is recommended to propose the area as a Ramsar site.

Keywords: biodiversity, avifauna, ecological status, wetlands

Procedia PDF Downloads 67
6977 Assessment of Dose: Area Product of Common Radiographic Examinations in Selected Southern Nigerian Hospitals

Authors: Lateef Bamidele

Abstract:

Over the years, radiographic examinations are the most used diagnostic tools in the Nigerian health care system, but most diagnostic examinations carried out do not have records of patient doses. Lack of adequate information on patient doses has been a major hindrance in quantifying the radiological risk associated with radiographic examinations. This study aimed at estimating dose–area product (DAP) of patient examined in X-Ray units in selected hospitals in Southern Nigeria. The standard projections selected are chest posterior-anterior (PA), abdomen anterior-posterior (AP), pelvis AP, pelvis lateral (LAT), skull AP/PA, skull LAT, lumbar spine AP, lumbar spine, LAT. Measurement of entrance surface dose (ESD) was carried out using thermoluminescent dosimeter (TLD). Measured ESDs were converted into DAP using the beam area of patients. The results show that the mean DAP ranged from 0.17 to 18.35 Gycm². The results obtained in this study when compared with those of NRPB-HPE were found to be higher. These are an indication of non optimization of operational conditions.

Keywords: dose–area product, radiographic examinations, patient doses, optimization

Procedia PDF Downloads 178
6976 Closing the Gap: Efficient Voxelization with Equidistant Scanlines and Gap Detection

Authors: S. Delgado, C. Cerrada, R. S. Gómez

Abstract:

This research introduces an approach to voxelizing the surfaces of triangular meshes with efficiency and accuracy. Our method leverages parallel equidistant scan-lines and introduces a Gap Detection technique to address the limitations of existing approaches. We present a comprehensive study showcasing the method's effectiveness, scalability, and versatility in different scenarios. Voxelization is a fundamental process in computer graphics and simulations, playing a pivotal role in applications ranging from scientific visualization to virtual reality. Our algorithm focuses on enhancing the voxelization process, especially for complex models and high resolutions. One of the major challenges in voxelization in the Graphics Processing Unit (GPU) is the high cost of discovering the same voxels multiple times. These repeated voxels incur in costly memory operations with no useful information. Our scan-line-based method ensures that each voxel is detected exactly once when processing the triangle, enhancing performance without compromising the quality of the voxelization. The heart of our approach lies in the use of parallel, equidistant scan-lines to traverse the interiors of triangles. This minimizes redundant memory operations and avoids revisiting the same voxels, resulting in a significant performance boost. Moreover, our method's computational efficiency is complemented by its simplicity and portability. Written as a single compute shader in Graphics Library Shader Language (GLSL), it is highly adaptable to various rendering pipelines and hardware configurations. To validate our method, we conducted extensive experiments on a diverse set of models from the Stanford repository. Our results demonstrate not only the algorithm's efficiency, but also its ability to produce 26 tunnel free accurate voxelizations. The Gap Detection technique successfully identifies and addresses gaps, ensuring consistent and visually pleasing voxelized surfaces. Furthermore, we introduce the Slope Consistency Value metric, quantifying the alignment of each triangle with its primary axis. This metric provides insights into the impact of triangle orientation on scan-line based voxelization methods. It also aids in understanding how the Gap Detection technique effectively improves results by targeting specific areas where simple scan-line-based methods might fail. Our research contributes to the field of voxelization by offering a robust and efficient approach that overcomes the limitations of existing methods. The Gap Detection technique fills a critical gap in the voxelization process. By addressing these gaps, our algorithm enhances the visual quality and accuracy of voxelized models, making it valuable for a wide range of applications. In conclusion, "Closing the Gap: Efficient Voxelization with Equidistant Scan-lines and Gap Detection" presents an effective solution to the challenges of voxelization. Our research combines computational efficiency, accuracy, and innovative techniques to elevate the quality of voxelized surfaces. With its adaptable nature and valuable innovations, this technique could have a positive influence on computer graphics and visualization.

Keywords: voxelization, GPU acceleration, computer graphics, compute shaders

Procedia PDF Downloads 75
6975 An Assumption to Philippine Air Transportation Sustainability in Global Pandemic: Way Forward

Authors: Marwin M. Dela Cruz

Abstract:

Aviation as a transport sector is supportive of the seventeen (17) Sustainable Goals espoused by the United Nations. Air Transport Action Group (ATAG) states that over 18.1 million indirect jobs globally were sustained through the purchase of goods and services by companies in the aviation industry. This supply chain activity contributed approximately $816.4 billion to global GDP. This was achieved through numerous actions to lessen economic uncertainty and challenges. Its impact is not just a by-product of economic activity but of the facilities it generates. As the aviation industry is unifying its efforts, education and training should also come with it. The need for aviation education and training and a well-crafted regulatory policy initiated by lawmakers can provide a better aviation education. The Philippine State College of Aeronautics (PhilSCA), being the only government Higher Education Institution (HEI) in the Philippines, is given a very distinct congressional mandate to offer aviation-related courses to afford those in the aviation industry the opportunity to pursue studies. Having this, the industry has become the precursor and venue of present-day communities. In addition, it becomes an essential measure of a better life.

Keywords: Philippine state college of aeronautics, aviation industry, sustainable goals, aviation education

Procedia PDF Downloads 80
6974 A Small-Scale Flexible Test Bench for the Investigation of Fertigation Strategies in Soilless Culture

Authors: Giacomo Barbieri

Abstract:

In soilless culture, the management of the nutrient solution is the most important aspect for crop growing. Fertigation dose, frequency and nutrient concentration must be planned with the objective of reaching an optimal crop growth by limiting the utilized resources and the associated costs. The definition of efficient fertigation strategies is a complex problem since fertigation requirements vary on the basis of different factors, and crops are sensitive to small variations on fertigation parameters. To the best of author knowledge, a small-scale test bench that is flexible for both nutrient solution preparation and precise irrigation is currently missing, limiting the investigations in standard practices for soilless culture. Starting from the analysis of the state of the art, this paper proposes a small-scale system that is potentially able to concurrently test different fertigation strategies. The system will be designed and implemented throughout a three year project started on August 2018. However, due to the importance of the topic within current challenges as food security and climate change, this work is spread considering that may inspire other universities and organizations.

Keywords: soilless culture, fertigation, test bench, small-scale, automation

Procedia PDF Downloads 178
6973 Securing Healthcare IoT Devices and Enabling SIEM Integration: Addressing

Authors: Mubarak Saadu Nabunkari, Abdullahi Abdu Ibrahim, Muhammad Ilyas

Abstract:

This study looks at how Internet of Things (IoT) devices are used in healthcare to monitor and treat patients better. However, using these devices in healthcare comes with security problems. The research explores using Security Information and Event Management (SIEM) systems with healthcare IoT devices to solve these security challenges. Reviewing existing literature shows the current state of IoT security and emphasizes the need for better protection. The main worry is that healthcare IoT devices can be easily hacked, putting patient data and device functionality at risk. To address this, the research suggests a detailed security framework designed for these devices. This framework, based on literature and best practices, includes important security measures like authentication, data encryption, access controls, and anomaly detection. Adding SIEM systems to this framework helps detect threats in real time and respond quickly to incidents, making healthcare IoT devices more secure. The study highlights the importance of this integration and offers guidance for implementing healthcare IoT securely, efficiently, and effectively.

Keywords: cyber security, threat intelligence, forensics, heath care

Procedia PDF Downloads 69
6972 The Golden Ratio as a Common ‘Topos’ of Architectural, Musical and Stochastic Research of Iannis Xenakis

Authors: Nikolaos Mamalis

Abstract:

The work of the eminent architect and composer has undoubtedly been influenced both by his architecture and collaboration with Le Corbusier and by the conquests of the musical avant-garde of the 20th century (Schoenberg, Messian, Bartock, electroacoustic music). It is known that the golden mean and the Fibonacci sequence played a momentous role in the Architectural Avant-garde (Modulor) and expanded on musical pursuits. Especially in the 50s (serialism), it was a structural tool for composition. Xenakis' architectural and musical work (Sacrifice, Metastasis, Rebonds, etc.) received the influence of the Golden Section, as has been repeatedly demonstrated. However, the idea of this retrospective sequence and the reflection raised by the search for new proportions, both in the architectural and the musical work of Xenakis, was not limited to constituting a step, a workable formula that acted unifyingly with regard to the other parameters of the musical work, or as an aesthetic model that makes sense - philosophically and poetically - an anthropocentric dimension as in other composers (see Luigi Nono) ̇ triggered a qualitative leap, an opening of the composer to the assimilation of mathematical concepts and scientific types in music and the consolidation of new sound horizons of stochastic music.

Keywords: golden ratio, music, space, stochastic music

Procedia PDF Downloads 54
6971 The Emotional Education in the Development of Intercultural Competences

Authors: Montserrrat Dopico Gonzalez, Ramon Lopez Facal

Abstract:

The development of a critical, open and plural citizenship constitutes one of the main challenges of the school institution in the present multicultural societies. Didactics in Social Sciences has conducted important contributions to the development of active methodologies to promote the development of the intercultural competencies of the student body. Research in intercultural education has demonstrated the efficiency of the cooperative learning techniques to improve the intercultural relations in the classroom. Our study proposes to check the effect that, concerning the development of intercultural competencies of the student body, the emotional education can have in the context of the use of active methodologies such as the learning by projects and the cooperative learning. To that purpose, a programme of intervention based on activities focussed on controversial issues related to cultural diversity has been implemented in several secondary schools. Through a methodology which combines intercultural competence scales with interviews and also with the analysis of the school body’s productions, the persistence of stereotypes against immigration and the efficacy of the introduction of emotional education elements in the development of intercultural competencies have both been observed.

Keywords: active methodologies, didactics in social sciences, intercultural competences, intercultural education

Procedia PDF Downloads 157
6970 Role of Zakat and Awqf in Socioeconomic Development of Pakistan: Exploring the Issues and Challenges

Authors: Marium. K.Makhdoom, Talat Hussain, Syed H. Bukhari

Abstract:

The motivation behind this paper is to focus the need of Zakat as a monetary framework with a specific end goal and as a social equity instrument and minimization of the level of poverty in society to assess the socioeconomic development. The procedure of the study includes investigating the applied system of Islamic economics to propose an option display so as to contribute fundamentally to the Ummah and serving the countries. This paper closes to be viewed Zakat as one of the best possible strategies to quantify the socioeconomic development, which implies when individuals pay Zakat the socioeconomic development level will be higher and vice versa. The duties of Muslims to pay Zakat to accomplish practical improvement as far as wealth redistribution in the middle of Muslims and in addition overcoming any and all hardships between the rich and the poor in the general public. The paper adds to consider Zakat as an index to gauge economic development, moreover, the part of Zakat as an instrument of social equity and neediness destruction in the public eye. By and large, this includes the installment every year of more than two percent of one's capital after the needs of the family have been met.

Keywords: Zakat, Waqf, economic development, Pakistan, Islamic economics, macroeconomics, microeconomics

Procedia PDF Downloads 435
6969 Impact of α-Adrenoceptor Antagonists on Biochemical Relapse in Men Undergoing Radiotherapy for Localised Prostate Cancer

Authors: Briohny H. Spencer, Russ Chess-Williams, Catherine McDermott, Shailendra Anoopkumar-Dukie, David Christie

Abstract:

Background: Prostate cancer is the second most common cancer diagnosed in men worldwide and the most prevalent in Australian men. In 2015, it was estimated that approximately 18,000 new cases of prostate cancer were diagnosed in Australia. Currently, for localised disease, androgen depravation therapy (ADT) and radiotherapy are a major part of the curative management of prostate cancer. ADT acts to reduce the levels of circulating androgens, primarily testosterone and the locally produced androgen, dihydrotestosterone (DHT), or by preventing the subsequent activation of the androgen receptor. Thus, the growth of the cancerous cells can be reduced or ceased. Radiation techniques such as brachytherapy (radiation delivered directly to the prostate by transperineal implant) or external beam radiation therapy (exposure to a sufficient dose of radiation aimed at eradicating malignant cells) are also common techniques used in the treatment of this condition. Radiotherapy (RT) has significant limitations, including reduced effectiveness in treating malignant cells present in hypoxic microenvironments leading to radio-resistance and poor clinical outcomes and also the significant side effects for the patients. Alpha1-adrenoceptor antagonists are used for many prostate cancer patients to control lower urinary tract symptoms, due to the progression of the disease itself or may arise as an adverse effect of the radiotherapy treatment. In Australia, a significant number (not a majority) of patients receive a α1-ADR antagonist and four drugs are available including prazosin, terazosin, alfuzosin and tamsulosin. There is currently limited published data on the effects of α1-ADR antagonists during radiotherapy, but it suggests these medications may improve patient outcomes by enhancing the effect of radiotherapy. Aim: To determine the impact of α1-ADR antagonists treatments on time to biochemical relapse following radiotherapy. Methods: A retrospective study of male patients receiving radiotherapy for biopsy-proven localised prostate cancer was undertaken to compare cancer outcomes for drug-naïve patients and those receiving α1-ADR antagonist treatments. Ethical approval for the collection of data at Genesis CancerCare QLD was obtained and biochemical relapse (defined by a PSA rise of >2ng/mL above the nadir) was recorded in months. Rates of biochemical relapse, prostate specific antigen doubling time (PSADT) and Kaplan-Meier survival curves were also compared. Treatment groups were those receiving α1-ADR antagonists treatment before or concurrent with their radiotherapy. Data was statistically analysed using One-way ANOVA and results expressed as mean ± standard deviation. Major findings: The mean time to biochemical relapse for tamsulosin, prazosin, alfuzosin and controls were 45.3±17.4 (n=36), 41.5±19.6 (n=11), 29.3±6.02 (n=6) and 36.5±17.6 (n=16) months respectively. Tamsulosin, prazosin but not alfuzosin delayed time to biochemical relapse although the differences were not statistically significant. Conclusion: Preliminary data for the prior and/or concurrent use of tamsulosin and prazosin showed a positive trend in delaying time to biochemical relapse although no statistical significance was shown. Larger clinical studies are indicated and with thousands of patient records yet to be analysed, it may determine if there is a significant effect of these drugs on control of prostate cancer.

Keywords: alpha1-adrenoceptor antagonists, biochemical relapse, prostate cancer, radiotherapy

Procedia PDF Downloads 378
6968 Coping Orientation of Academic Community in the Time of COVID-19 Pandemic: A Pilot Survey Study

Authors: Fereshteh Ahmadi, Önver Cetrez, Said Zandi, Sharareh Akhavan

Abstract:

In this paper, we have mapped the coping methods used to address the coronavirus pandemic by members of the academic community. We conducted an anonymous survey of a convenient sample of 674 faculty/staff members and students from September to December 2020. A modified version of the RCOPE scale was used for data collection. The results indicate that both religious and existential coping methods were used by respondents. The study also indicates that even though 71% of in-formants believed in God or another religious figure, 61% reported that they had tried to gain control of the situation directly without the help of God or another religious figure. The ranking of the coping strategies used indicates that the first five methods used by informants were all non-religious coping methods (i.e., secular existential coping methods): regarding life as a part of a greater whole, regarding nature as an important resource, listening to the sound of surrounding nature, being alone and con-templating, and walking/engaging in any activities outdoors giving a spiritual feeling. Our results contribute to the new area of research on academic community’s coping with pandemic-related stress and challenges.

Keywords: academic staff, academics, coping strategies, coronavirus epidemic, higher education.

Procedia PDF Downloads 88
6967 The Effects of Xiang Sha Liu Jun Zi Tang to Diarrhea and Growth Performance of Piglets

Authors: Siao-Wei Jiang, Boy-Young Hsieh, Ching-Liang Hsieh, Cheng-Yung Lin

Abstract:

The problems of multiple drug resistance in the pig farming industry have been emphasized in recent years. Diarrhea syndrome is common in weaning piglets and often treated with antibiotics as a feed additive, leading to the rapid spread of antibiotic resistance and posing high health risks to humans. The study aimed to alleviate diarrhea syndrome with traditional herbal medicine, Xiang Sha Liu Jun Zi Tang, whose effects enhanced digestive function. Piglets at 4 weeks old with stool classified to Bristol stool classification type 6 or type 7 were randomly divided into the control group, group A (1% of Xiang Sha Liu Jun Zi Tang) and group B (0.1% Colistin). The piglets were administrated for 7 days, and their weight, feed intake, and stool score were recorded daily before and after the trial. The results showed that the diarrhea index score in group A and group B improved significantly compared to the control group, indicating that Xiang Sha Liu Jun Zi Tang may have the same effect on alleviating diarrhea syndrome as Colistin, and it may be another replacement for antibiotics.

Keywords: pig, diarrhea, herbal medicine, Xiang Sha Liu Jun Zi Tang

Procedia PDF Downloads 55
6966 Absence of Arbitrator Duty of Disclosure under the English Arbitration Act 1996

Authors: Qusai Alshahwan

Abstract:

The arbitrator’s duties of independence and impartiality play a significant role in delivering arbitral awards which legitimate the fundamental of arbitration concepts. For this reason, the international and national arbitration rules require arbitrators to be independent and impartial to solve the arbitration disputes fairly between the parties. However, solving the disputes fairly also requires arbitrators to disclose any existing conflicts of interest with the parties to avoid misunderstanding and late challenges. In contrary with the international and national arbitration rules, the English Arbitration Act 1996 does not include independence as a separate ground for arbitrator’s removal, and importantly the English Arbitration Act 1996 is deliberately silent to the arbitrator duty of disclosure. The absence of arbitrator duty of disclosure is an issue had generated uncertainty and concerns for the arbitration community under the English jurisdiction, particularly when the English courts rejected the IBA guidelines of arbitrator conflict of interest such as in case of Halliburton v Chubb for example. This article is highlighting on the legal consequences of the absence of arbitrator duty of disclosure under the English Arbitration Act 1996 and the arbitrator's contractual obligations.

Keywords: arbitration, impartiality, independence, duty of disclosure, English Arbitration Act 1996

Procedia PDF Downloads 136
6965 Smart Mobility Planning Applications in Meeting the Needs of the Urbanization Growth

Authors: Caroline Atef Shoukry Tadros

Abstract:

Massive Urbanization growth threatens the sustainability of cities and the quality of city life. This raised the need for an alternate model of sustainability, so we need to plan the future cities in a smarter way with smarter mobility. Smart Mobility planning applications are solutions that use digital technologies and infrastructure advances to improve the efficiency, sustainability, and inclusiveness of urban transportation systems. They can contribute to meeting the needs of Urbanization growth by addressing the challenges of traffic congestion, pollution, accessibility, and safety in cities. Some example of a Smart Mobility planning application are Mobility-as-a-service: This is a service that integrates different transport modes, such as public transport, shared mobility, and active mobility, into a single platform that allows users to plan, book, and pay for their trips. This can reduce the reliance on private cars, optimize the use of existing infrastructure, and provide more choices and convenience for travelers. MaaS Global is a company that offers mobility-as-a-service solutions in several cities around the world. Traffic flow optimization: This is a solution that uses data analytics, artificial intelligence, and sensors to monitor and manage traffic conditions in real-time. This can reduce congestion, emissions, and travel time, as well as improve road safety and user satisfaction. Waycare is a platform that leverages data from various sources, such as connected vehicles, mobile applications, and road cameras, to provide traffic management agencies with insights and recommendations to optimize traffic flow. Logistics optimization: This is a solution that uses smart algorithms, blockchain, and IoT to improve the efficiency and transparency of the delivery of goods and services in urban areas. This can reduce the costs, emissions, and delays associated with logistics, as well as enhance the customer experience and trust. ShipChain is a blockchain-based platform that connects shippers, carriers, and customers and provides end-to-end visibility and traceability of the shipments. Autonomous vehicles: This is a solution that uses advanced sensors, software, and communication systems to enable vehicles to operate without human intervention. This can improve the safety, accessibility, and productivity of transportation, as well as reduce the need for parking space and infrastructure maintenance. Waymo is a company that develops and operates autonomous vehicles for various purposes, such as ride-hailing, delivery, and trucking. These are some of the ways that Smart Mobility planning applications can contribute to meeting the needs of the Urbanization growth. However, there are also various opportunities and challenges related to the implementation and adoption of these solutions, such as the regulatory, ethical, social, and technical aspects. Therefore, it is important to consider the specific context and needs of each city and its stakeholders when designing and deploying Smart Mobility planning applications.

Keywords: smart mobility planning, smart mobility applications, smart mobility techniques, smart mobility tools, smart transportation, smart cities, urbanization growth, future smart cities, intelligent cities, ICT information and communications technologies, IoT internet of things, sensors, lidar, digital twin, ai artificial intelligence, AR augmented reality, VR virtual reality, robotics, cps cyber physical systems, citizens design science

Procedia PDF Downloads 77
6964 Doing Cause-and-Effect Analysis Using an Innovative Chat-Based Focus Group Method

Authors: Timothy Whitehill

Abstract:

This paper presents an innovative chat-based focus group method for collecting qualitative data to construct a cause-and-effect analysis in business research. This method was developed in response to the research and data collection challenges faced by the Covid-19 outbreak in the United Kingdom during 2020-21. This paper discusses the methodological approaches and builds a contemporary argument for its effectiveness in exploring cause-and-effect relationships in the context of focus group research, systems thinking and problem structuring methods. The pilot for this method was conducted between October 2020 and March 2021 and collected more than 7,000 words of chat-based data which was used to construct a consensus drawn cause-and-effect analysis. This method was developed in support of an ongoing Doctorate in Business Administration (DBA) thesis, which is using Design Science Research methodology to operationalize organisational resilience in UK construction sector firms.

Keywords: cause-and-effect analysis, focus group research, problem structuring methods, qualitative research, systems thinking

Procedia PDF Downloads 226
6963 Toward Automatic Chest CT Image Segmentation

Authors: Angely Sim Jia Wun, Sasa Arsovski

Abstract:

Numerous studies have been conducted on the segmentation of medical images. Segmenting the lungs is one of the common research topics in those studies. Our research stemmed from the lack of solutions for automatic bone, airway, and vessel segmentation, despite the existence of multiple lung segmentation techniques. Consequently, currently, available software tools used for medical image segmentation do not provide automatic lung, bone, airway, and vessel segmentation. This paper presents segmentation techniques along with an interactive software tool architecture for segmenting bone, lung, airway, and vessel tissues. Additionally, we propose a method for creating binary masks from automatically generated segments. The key contribution of our approach is the technique for automatic image thresholding using adjustable Hounsfield values and binary mask extraction. Generated binary masks can be successfully used as a training dataset for deep-learning solutions in medical image segmentation. In this paper, we also examine the current software tools used for medical image segmentation, discuss our approach, and identify its advantages.

Keywords: lung segmentation, binary masks, U-Net, medical software tools

Procedia PDF Downloads 101
6962 Impact of Prolonged Sodium Hypochlorite Cleaning on Silicon Carbide Ultrafiltration Membranes Prepared via Low-Pressure Chemical Vapor Deposition

Authors: Asif Jan

Abstract:

Sodium hypochlorite (NaClO) is a common cleaning agent for ultrafiltration (UF) membranes. While its detrimental effects on polymeric membranes are well-documented, its impact on ceramic membranes remains less explored. This study investigates the chemical stability of silicon carbide (SiC) UF membranes prepared using low-pressure chemical vapor deposition (LP-CVD) during prolonged NaClO exposure. SiC UF membranes were fabricated via LP-CVD at two different temperature and pressure conditions. LP-CVD offers the advantage of SiC membrane fabrication at significantly lower temperatures (700-900°C) compared to conventional methods. The membranes were subjected to 200 hours of NaClO aging to assess their resilience. Before and after aging, we evaluated the properties and performance of the SiC UF membranes to identify optimal LP-CVD conditions. Our findings show that SiC UF membranes produced at 860°C via LP-CVD exhibit exceptional resistance to NaClO aging, whereas those prepared at 750°C experience significant deterioration. This highlights the crucial role of precise LP-CVD parameters in ensuring the robustness and long-term performance of SiC membranes in harsh chemical cleaning environments.

Keywords: ceramic membranes, ultrafiltration membranes, wastewater treatment, chemical vapor deposition

Procedia PDF Downloads 95
6961 Optimal Design of Composite Patch for a Cracked Pipe by Utilizing Genetic Algorithm and Finite Element Method

Authors: Mahdi Fakoor, Seyed Mohammad Navid Ghoreishi

Abstract:

Composite patching is a common way for reinforcing the cracked pipes and cylinders. The effects of composite patch reinforcement on fracture parameters of a cracked pipe depend on a variety of parameters such as number of layers, angle, thickness, and material of each layer. Therefore, stacking sequence optimization of composite patch becomes crucial for the applications of cracked pipes. In this study, in order to obtain the optimal stacking sequence for a composite patch that has minimum weight and maximum resistance in propagation of cracks, a coupled Multi-Objective Genetic Algorithm (MOGA) and Finite Element Method (FEM) process is proposed. This optimization process has done for longitudinal and transverse semi-elliptical cracks and optimal stacking sequences and Pareto’s front for each kind of cracks are presented. The proposed algorithm is validated against collected results from the existing literature.

Keywords: multi objective optimization, pareto front, composite patch, cracked pipe

Procedia PDF Downloads 314
6960 Medical Experience: Usability Testing of Displaying Computed Tomography Scans and Magnetic Resonance Imaging in Virtual and Augmented Reality for Accurate Diagnosis

Authors: Alyona Gencheva

Abstract:

The most common way to study diagnostic results is using specialized programs at a stationary workplace. Magnetic Resonance Imaging is presented in a two-dimensional (2D) format, and Computed Tomography sometimes looks like a three-dimensional (3D) model that can be interacted with. The main idea of the research is to compare ways of displaying diagnostic results in virtual reality that can help a surgeon during or before an operation in augmented reality. During the experiment, the medical staff examined liver vessels in the abdominal area and heart boundaries. The search time and detection accuracy were measured on black-and-white and coloured scans. Usability testing in virtual reality shows convenient ways of interaction like hand input, voice activation, displaying risk to the patient, and the required number of scans. The results of the experiment will be used in the new C# program based on Magic Leap technology.

Keywords: augmented reality, computed tomography, magic leap, magnetic resonance imaging, usability testing, VTE risk

Procedia PDF Downloads 117
6959 Influence of Corrugation and Loosely Bonded Interface on the Propagation of Torsional Wave Propagation in a Viscoelastic Layer

Authors: Amrita Das, Abhishek Kumar Singh

Abstract:

The present paper calibrates the efficacy of corrugated and loosely bonded common interface of a viscoelastic layer and a dry sandy Gibson half-space on the propagation of torsional surface wave. Using suitable boundary conditions, the dispersion relation for the concerned problem is deduced in complex form. Numerical computation of the real part of the obtained dispersion relation gives the dispersion curve whereas the imaginary part bestows the damping curves. The use of Whittaker’s function and Bessel’s functions are among the major concerns of the paper. The investigation of the influence of the affecting parameters viz. heterogeneities, sandiness, Biot’s gravity parameter, initial stresses, loosely bonded interface, corrugation and internal friction on the phase velocity as well as damped velocity of torsional wave, through numerical discussion and graphical illustration, is among the major highlights of the current study.

Keywords: corrugation, dry sandy Gibson half-space, loosely bonded interface, torsional wave, viscoelastic layer

Procedia PDF Downloads 328
6958 Effect of Playing Football or Body Building on Measurements of Forward Head Posture

Authors: Mohamed Gomaa Mohamed

Abstract:

Type of study: Observational cross section study. Background and purpose: Forward head posture (FHP) is a common sagittal faulty posture with anterior head translation relative to vertical posture line. FHP related to temporomandibular joint dysfunctions, neck pain and headache. Sports persons usually overuse one side of the body in training and playing leading to postural imbalance, yet the effect of playing football or bodybuilding on measurements of FHP has never been studied. Participants: Thirty six subjects divided into 3 groups of 12 football players, 12 body builders and 12 students. Method: FHP severity was assessed by measuring the craniovertebral (CVA) and gaze angles, using the photogrammetric method. Photos were taken from right side of subjects while assuming standing position. Analysis of variance was used to assess angles difference between the three groups. Results: No significant differences were found in CVA and gaze angles between the three groups (P > 0.05). Conclusion: Playing football or body building doesn't impose significant FHP.

Keywords: craniovertebral angle, gaze angle, football, body building

Procedia PDF Downloads 419
6957 Biodiversity of Pathogenic and Toxigenic Fungi Associated with Maize Grains Sampled across Egypt

Authors: Yasser Shabana, Khaled Ghoneem, Nehal Arafat, Younes Rashad, Dalia Aseel, Bruce Fitt, Aiming Qi, Benjamine Richard

Abstract:

Providing food for more than 100 million people is one of Egypt's main challenges facing development. The overall goal is to formulate strategies to enhance food security in light of population growth. Two hundred samples of maize grains from 25 governates were collected. For the detection of seed-borne fungi, the deep-freezing blotter method (DFB) and washing method (ISTA 1999) were used. A total of 41 fungal species was recovered from maize seed samples. Weather data from 30 stations scattered all over Egypt and covering the major maize growing areas were obtained. Canonical correspondence analysis of data for the obtained fungal genera with temperature, relative humidity, precipitation, wind speed, or solar radiation revealed that relative humidity, temperature and wind speed were the most influential weather variables.

Keywords: biodiversity, climate change, maize, seed-borne fungi

Procedia PDF Downloads 166
6956 Integrated Vegetable Production Planning Considering Crop Rotation Rules Using a Mathematical Mixed Integer Programming Model

Authors: Mohammadali Abedini Sanigy, Jiangang Fei

Abstract:

In this paper, a mathematical optimization model was developed to maximize the profit in a vegetable production planning problem. It serves as a decision support system that assists farmers in land allocation to crops and harvest scheduling decisions. The developed model can handle different rotation rules in two consecutive cycles of production, which is a common practice in organic production system. Moreover, different production methods of the same crop were considered in the model formulation. The main strength of the model is that it is not restricted to predetermined production periods, which makes the planning more flexible. The model is classified as a mixed integer programming (MIP) model and formulated in PYOMO -a Python package to formulate optimization models- and solved via Gurobi and CPLEX optimizer packages. The model was tested with secondary data from 'Australian vegetable growing farms', and the results were obtained and discussed with the computational test runs. The results show that the model can successfully provide reliable solutions for real size problems.

Keywords: crop rotation, harvesting, mathematical model formulation, vegetable production

Procedia PDF Downloads 193
6955 Routing and Energy Efficiency through Data Coupled Clustering in Large Scale Wireless Sensor Networks (WSNs)

Authors: Jainendra Singh, Zaheeruddin

Abstract:

A typical wireless sensor networks (WSNs) consists of several tiny and low-power sensors which use radio frequency to perform distributed sensing tasks. The longevity of wireless sensor networks (WSNs) is a major issue that impacts the application of such networks. While routing protocols are striving to save energy by acting on sensor nodes, recent studies show that network lifetime can be enhanced by further involving sink mobility. A common approach for energy efficiency is partitioning the network into clusters with correlated data, where the representative nodes simply transmit or average measurements inside the cluster. In this paper, we propose an energy- efficient homogenous clustering (EHC) technique. In this technique, the decision of each sensor is based on their residual energy and an estimate of how many of its neighboring cluster heads (CHs) will benefit from it being a CH. We, also explore the routing algorithm in clustered WSNs. We show that the proposed schemes significantly outperform current approaches in terms of packet delay, hop count and energy consumption of WSNs.

Keywords: wireless sensor network, energy efficiency, clustering, routing

Procedia PDF Downloads 271
6954 Evaluation of Anticancer and Antioxidant Activity of Purified Lovastatin from Aspergillus terreus (KM017963)

Authors: Bhargavi Santebennur Dwarakanath, Praveen Vadakke Kamath, Savitha Janakiraman

Abstract:

Cervical cancer is one of the leading causes of mortality in women and is the second most common malignancy worldwide. Lovastatin, a non polar, anticholesterol drug which also exerts antitumour activity in vitro. In the present study, lovastatin from Aspergillus terreus (KM017963) was purified by adsoprtion chromatography and evaluated for its anticancer and anti-oxidant properties in human cervical cancer cell lines (HeLa). The growth inhibitory and proapoptotic effects of purified lovastatin on HeLa cell lines were investigated by determining its influence on cytotoxicity, Mitochondrial Membrane Potential (MMP), DNA fragmentation and antioxidant property (Hydroxy radical scavenging effect and the levels of total reduced glutathione). Flow cytometry analysis by propidium iodide staining confirmed the induction of apoptotic cell death and revealed cell cycle arrest at G0/G1 phase. Results of the study give leads for anticancer effects of lovastatin and its potential efficacy in the chemotherapy of cervical cancer.

Keywords: apoptosis, Aspergillus terreus, cervical cancer, lovastatin

Procedia PDF Downloads 308
6953 An Integrated Web-Based Workflow System for Design of Computational Pipelines in the Cloud

Authors: Shuen-Tai Wang, Yu-Ching Lin

Abstract:

With more and more workflow systems adopting cloud as their execution environment, it presents various challenges that need to be addressed in order to be utilized efficiently. This paper introduces a method for resource provisioning based on our previous research of dynamic allocation and its pipeline processes. We present an abstraction for workload scheduling in which independent tasks get scheduled among various available processors of distributed computing for optimization. We also propose an integrated web-based workflow designer by taking advantage of the HTML5 technology and chaining together multiple tools. In order to make the combination of multiple pipelines executing on the cloud in parallel, we develop a script translator and an execution engine for workflow management in the cloud. All information is known in advance by the workflow engine and tasks are allocated according to the prior knowledge in the repository. This proposed effort has the potential to provide support for process definition, workflow enactment and monitoring of workflow processes. Users would benefit from the web-based system that allows creation and execution of pipelines without scripting knowledge.

Keywords: workflow systems, resources provisioning, workload scheduling, web-based, workflow engine

Procedia PDF Downloads 164
6952 Serological Screening of Cytomegalovirus Infection among Sudanese Patients with Leukemia, Breast and Prostate Cancers at Radiation-Isotope Center in Khartoum

Authors: Abuelquasim. M. Hassan, Namarig .S. Mohammed, Samah F. Mohammed, Wafaa. A. Mohammed, Wafaa M. Edriss, Amel A. Ahmed, Elfadil M. Abass

Abstract:

Introduction: Cytomegalovirus (CMV), a common virus, usually causes asymptomatic infections in immunocompetent hosts; however, it may lead to serious complications especially in cancer patients. Objectives: This study was conducted to determine the seroprevalence of human cytomegalovirus (HCMV) among leukemia, breast and prostate cancer patients attending at Radiation Isotope-Center-Khartoum (RICK) from April to August 2016. Material and Methods: A total of 91 subjects were included: 30 leukemic, 22 breast cancer and 29 prostate cancer patients.10 of them were healthy and used as control group, serum samples were collected and tested for CMV IgG & IgM using enzyme-linked immune sorbent assay (ELISA). Result: Of the control group, 9/10 (9.9%) were seropositive for CMV IgG and 1/10 (1.09%) were sero positive for IgM. Also, all cancer groups demonstrated presence of IgG antibody classes as: The percentage of positive results in prostate, breast cancer and leukemia were 35.8 %, 37.2%, and 35.3% respectively. Conclusion: There was no significant correlation between leukemia, breast, prostate and HCMV.

Keywords: cytomegalovirus, serodiagnostic, breast cancer, leukemia

Procedia PDF Downloads 390