Search results for: traditional method
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 22141

Search results for: traditional method

21151 Using Emerging Hot Spot Analysis to Analyze Overall Effectiveness of Policing Policy and Strategy in Chicago

Authors: Tyler Gill, Sophia Daniels

Abstract:

The paper examines how accessing the spatial-temporal constrains of data will help inform policymakers and law enforcement officials. The authors utilize Chicago crime data from 2006-2016 to demonstrate how the Emerging Hot Spot Tool is an ideal hot spot clustering approach to analyze crime data. Traditional approaches include density maps or creating a spatial weights matrix to include the spatial-temporal constrains. This new approach utilizes a space-time implementation of the Getis-Ord Gi* statistic to visualize the data more quickly to make better decisions. The research will help complement socio-cultural research to find key patterns to help frame future policies and evaluate the implementation of prior strategies. Through this analysis, homicide trends and patterns are found more effectively and recommendations for use by non-traditional users of GIS are offered for real life implementation.

Keywords: crime mapping, emerging hot spot analysis, Getis-Ord Gi*, spatial-temporal analysis

Procedia PDF Downloads 230
21150 A Unified Ghost Solid Method for the Elastic Solid-Solid Interface

Authors: Abouzar Kaboudian, Boo Cheong Khoo

Abstract:

The Ghost Solid Method (GSM) based algorithms have been extensively used for numerical calculation of wave propagation in the limit of abrupt changes in materials. In this work, we present a unified version of the GSMs that can be successfully applied to both abrupt as well as smooth changes of the material properties in a medium. The application of this method enables us to use the previously-matured numerical algorithms which were developed to be applied to homogeneous mediums, with only minor modifications. This method is developed for one-dimensional settings and its extension to multi-dimensions is briefly discussed. Various numerical experiments are presented to show the applicability of this unified GSM to wave propagation problems in sharply as well as smoothly varying mediums.

Keywords: elastic solid, functionally graded material, ghost solid method, solid-solid interaction

Procedia PDF Downloads 402
21149 Isolation, Characterization and Quantitation of Anticancer Constituent from Chloroform Extract of N. arbortristis L. Leaves

Authors: Parul Grover, K. A. Suri, Raj Kumar, Gulshan Bansal

Abstract:

Background: Nyctanthes arbortristis Linn is traditionally used as anticancer herb in Indian system of medicine, but its introduction into modern system of medicine is still awaited due to lack of systematic scientific studies. Objective: The objective of the present study was to isolate and characterize anticancer phytoconstituents from N. arbortristis L. leaves based on bioactivity guided fractionation. Method: Different extracts of the leaves of the plant were prepared by Soxhlet extractor. Each extract was evaluated for anticancer activity against HL-60 cell lines. Chloroform and HA extract showed potent anticancer activity and hence were selected for fractionation. Fraction C1 from chloroform extract was found to be most potent amongst all when tested against three cell lines (HL-60, A-549, and HCT-116) and thus was selected for further fractionation and a pure compound CP-01 was isolated. RP-HPLC method has been developed for quantification of isolated compound by using Kinetex C-18 column with gradient elution at 0.7 mL/min using mobile phase containing potassium dihydrogen phosphate (0.01 M, pH 3.0) with acetonitrile. The wavelength of maximum absorption (λₘₐₓ) selected was 210 nm. Results: The structure of potent anticancer CP-01 was determined on the basis spectroscopic methods like IR, 1H-NMR, ¹³C-NMR and Mass Spectrometry and it was characterized as 1,1,2-tris(2’,4’-di-tert-butylbenzene)-4,4-dimethyl-pent-1-ene. The content of CP-01 was found to be 0.88 %w/w of chloroform extract and 0.08 %w/w of N.arbortristis leaves. Conclusion: The study supports the traditional use of N. arbortristis as anticancer herb & the identified compound CP-01 can serve as an excellent lead to develop potent and safe anticancer drugs.

Keywords: anticancer, HL-60 cell lines, Nyctanthes arbor-tristis, RP-HPLC

Procedia PDF Downloads 130
21148 Global Stability Of Nonlinear Itô Equations And N. V. Azbelev's W-method

Authors: Arcady Ponosov., Ramazan Kadiev

Abstract:

The work studies the global moment stability of solutions of systems of nonlinear differential Itô equations with delays. A modified regularization method (W-method) for the analysis of various types of stability of such systems, based on the choice of the auxiliaryequations and applications of the theory of positive invertible matrices, is proposed and justified. Development of this method for deterministic functional differential equations is due to N.V. Azbelev and his students. Sufficient conditions for the moment stability of solutions in terms of the coefficients for sufficiently general as well as specific classes of Itô equations are given.

Keywords: asymptotic stability, delay equations, operator methods, stochastic noise

Procedia PDF Downloads 205
21147 Differential Transform Method: Some Important Examples

Authors: M. Jamil Amir, Rabia Iqbal, M. Yaseen

Abstract:

In this paper, we solve some differential equations analytically by using differential transform method. For this purpose, we consider four models of Laplace equation with two Dirichlet and two Neumann boundary conditions and K(2,2) equation and obtain the corresponding exact solutions. The obtained results show the simplicity of the method and massive reduction in calculations when one compares it with other iterative methods, available in literature. It is worth mentioning that here only a few number of iterations are required to reach the closed form solutions as series expansions of some known functions.

Keywords: differential transform method, laplace equation, Dirichlet boundary conditions, Neumann boundary conditions

Procedia PDF Downloads 518
21146 Unsupervised Text Mining Approach to Early Warning System

Authors: Ichihan Tai, Bill Olson, Paul Blessner

Abstract:

Traditional early warning systems that alarm against crisis are generally based on structured or numerical data; therefore, a system that can make predictions based on unstructured textual data, an uncorrelated data source, is a great complement to the traditional early warning systems. The Chicago Board Options Exchange (CBOE) Volatility Index (VIX), commonly referred to as the fear index, measures the cost of insurance against market crash, and spikes in the event of crisis. In this study, news data is consumed for prediction of whether there will be a market-wide crisis by predicting the movement of the fear index, and the historical references to similar events are presented in an unsupervised manner. Topic modeling-based prediction and representation are made based on daily news data between 1990 and 2015 from The Wall Street Journal against VIX index data from CBOE.

Keywords: early warning system, knowledge management, market prediction, topic modeling.

Procedia PDF Downloads 322
21145 Wait-Optimized Scheduler Algorithm for Efficient Process Scheduling in Computer Systems

Authors: Md Habibur Rahman, Jaeho Kim

Abstract:

Efficient process scheduling is a crucial factor in ensuring optimal system performance and resource utilization in computer systems. While various algorithms have been proposed over the years, there are still limitations to their effectiveness. This paper introduces a new Wait-Optimized Scheduler (WOS) algorithm that aims to minimize process waiting time by dividing them into two layers and considering both process time and waiting time. The WOS algorithm is non-preemptive and prioritizes processes with the shortest WOS. In the first layer, each process runs for a predetermined duration, and any unfinished process is subsequently moved to the second layer, resulting in a decrease in response time. Whenever the first layer is free or the number of processes in the second layer is twice that of the first layer, the algorithm sorts all the processes in the second layer based on their remaining time minus waiting time and sends one process to the first layer to run. This ensures that all processes eventually run, optimizing waiting time. To evaluate the performance of the WOS algorithm, we conducted experiments comparing its performance with traditional scheduling algorithms such as First-Come-First-Serve (FCFS) and Shortest-Job-First (SJF). The results showed that the WOS algorithm outperformed the traditional algorithms in reducing the waiting time of processes, particularly in scenarios with a large number of short tasks with long wait times. Our study highlights the effectiveness of the WOS algorithm in improving process scheduling efficiency in computer systems. By reducing process waiting time, the WOS algorithm can improve system performance and resource utilization. The findings of this study provide valuable insights for researchers and practitioners in developing and implementing efficient process scheduling algorithms.

Keywords: process scheduling, wait-optimized scheduler, response time, non-preemptive, waiting time, traditional scheduling algorithms, first-come-first-serve, shortest-job-first, system performance, resource utilization

Procedia PDF Downloads 74
21144 Identification of the Orthotropic Parameters of Cortical Bone under Nanoindentation

Authors: D. Remache, M. Semaan, C. Baron, M. Pithioux, P. Chabrand, J. M. Rossi, J. L. Milan

Abstract:

A good understanding of the mechanical properties of the bone implies a better understanding of its various diseases, such as osteoporosis. Berkovich nanoindentation tests were performed on the human cortical bone to extract its orthotropic parameters. The nanoindentation experiments were then simulated by the finite element method. Different configurations of interactions between the tip indenter and the bone were simulated. The orthotropic parameters of the material were identified by the inverse method for each configuration. The friction effect on the bone mechanical properties was then discussed. It was found that the inverse method using the finite element method is a very efficient method to predict the mechanical behavior of the bone.

Keywords: mechanical behavior of bone, nanoindentation, finite element analysis, inverse optimization approaches

Procedia PDF Downloads 372
21143 Detection of Safety Goggles on Humans in Industrial Environment Using Faster-Region Based on Convolutional Neural Network with Rotated Bounding Box

Authors: Ankit Kamboj, Shikha Talwar, Nilesh Powar

Abstract:

To successfully deliver our products in the market, the employees need to be in a safe environment, especially in an industrial and manufacturing environment. The consequences of delinquency in wearing safety glasses while working in industrial plants could be high risk to employees, hence the need to develop a real-time automatic detection system which detects the persons (violators) not wearing safety glasses. In this study a convolutional neural network (CNN) algorithm called faster region based CNN (Faster RCNN) with rotated bounding box has been used for detecting safety glasses on persons; the algorithm has an advantage of detecting safety glasses with different orientation angles on the persons. The proposed method of rotational bounding boxes with a convolutional neural network first detects a person from the images, and then the method detects whether the person is wearing safety glasses or not. The video data is captured at the entrance of restricted zones of the industrial environment (manufacturing plant), which is further converted into images at 2 frames per second. In the first step, the CNN with pre-trained weights on COCO dataset is used for person detection where the detections are cropped as images. Then the safety goggles are labelled on the cropped images using the image labelling tool called roLabelImg, which is used to annotate the ground truth values of rotated objects more accurately, and the annotations obtained are further modified to depict four coordinates of the rectangular bounding box. Next, the faster RCNN with rotated bounding box is used to detect safety goggles, which is then compared with traditional bounding box faster RCNN in terms of detection accuracy (average precision), which shows the effectiveness of the proposed method for detection of rotatory objects. The deep learning benchmarking is done on a Dell workstation with a 16GB Nvidia GPU.

Keywords: CNN, deep learning, faster RCNN, roLabelImg rotated bounding box, safety goggle detection

Procedia PDF Downloads 118
21142 Distorted Digital Mediated Communication: An Analysis of the Effect of Smartphone on Family Communication in Nigeria

Authors: Peter E. Egielewa

Abstract:

Communication through the smartphone connects people globally. However, since the last 10 years, there has been an increasing shift from the social engagement in the family to the digital mediated communication aided by the smartphone. The traditional family communication had largely been oral and relational, which the smartphone is now digitally mediating. The study employs mixed research method of quantitative and qualitative research design and deploys questionnaire to elicit responses from both parents and children of 50 purposively selected families from five villages in Southern Nigeria that are very active with smartphone use. Based on the Theory of Family Systems, preliminary findings show that the smartphone is becoming an addiction among Nigerian family members and has shifted the dynamics of family communication from relational to digital culture. The research concludes that smartphone use affects family communication negatively and recommends the moderation of smartphone use in the family and the search for alternative platforms for family communication that minimises smartphone addiction.

Keywords: digital, distorted communication, family, Nigeria, smartphone

Procedia PDF Downloads 115
21141 Optimum Dispatching Rule in Solar Ingot-Wafer Manufacturing System

Authors: Wheyming Song, Hung-Hsiang Lin, Scott Lian

Abstract:

In this research, we investigate the optimal dispatching rule for machines and manpower allocation in the solar ingot-wafer systems. The performance of the method is measured by the sales profit for each dollar paid to the operators in a one week at steady-state. The decision variables are identification-number of machines and operators when each job is required to be served in each process. We propose a rule which is a function of operator’s ability, corresponding salary, and standing location while in the factory. The rule is named ‘Multi-nominal distribution dispatch rule’. The proposed rule performs better than many traditional rules including generic algorithm and particle swarm optimization. Simulation results show that the proposed Multi-nominal distribution dispatch rule improvement on the sales profit dramatically.

Keywords: dispatching, solar ingot, simulation, flexsim

Procedia PDF Downloads 284
21140 Forecasting Exchange Rate between Thai Baht and the US Dollar Using Time Series Analysis

Authors: Kunya Bowornchockchai

Abstract:

The objective of this research is to forecast the monthly exchange rate between Thai baht and the US dollar and to compare two forecasting methods. The methods are Box-Jenkins’ method and Holt’s method. Results show that the Box-Jenkins’ method is the most suitable method for the monthly Exchange Rate between Thai Baht and the US Dollar. The suitable forecasting model is ARIMA (1,1,0)  without constant and the forecasting equation is Yt = Yt-1 + 0.3691 (Yt-1 - Yt-2) When Yt  is the time series data at time t, respectively.

Keywords: Box–Jenkins method, Holt’s method, mean absolute percentage error (MAPE), exchange rate

Procedia PDF Downloads 238
21139 Evaluation of a Surrogate Based Method for Global Optimization

Authors: David Lindström

Abstract:

We evaluate the performance of a numerical method for global optimization of expensive functions. The method is using a response surface to guide the search for the global optimum. This metamodel could be based on radial basis functions, kriging, or a combination of different models. We discuss how to set the cycling parameters of the optimization method to get a balance between local and global search. We also discuss the eventual problem with Runge oscillations in the response surface.

Keywords: expensive function, infill sampling criterion, kriging, global optimization, response surface, Runge phenomenon

Procedia PDF Downloads 560
21138 Optimization Techniques for Microwave Structures

Authors: Malika Ourabia

Abstract:

A new and efficient method is presented for the analysis of arbitrarily shaped discontinuities. The discontinuities is characterized using a hybrid spectral/numerical technique. This structure presents an arbitrary number of ports, each one with different orientation and dimensions. This article presents a hybrid method based on multimode contour integral and mode matching techniques. The process is based on segmentation and dividing the structure into key building blocks. We use the multimode contour integral method to analyze the blocks including irregular shape discontinuities. Finally, the multimode scattering matrix of the whole structure can be found by cascading the blocks. Therefore, the new method is suitable for analysis of a wide range of waveguide problems. Therefore, the present approach can be applied easily to the analysis of any multiport junctions and cascade blocks. The accuracy of the method is validated comparing with results for several complex problems found in the literature. CPU times are also included to show the efficiency of the new method proposed.

Keywords: segmentation, s parameters, simulation, optimization

Procedia PDF Downloads 512
21137 The Impact of Generative AI Illustrations on Aesthetic Symbol Consumption among Consumers: A Case Study of Japanese Anime Style

Authors: Han-Yu Cheng

Abstract:

This study aims to explore the impact of AI-generated illustration works on the aesthetic symbol consumption of consumers in Taiwan. The advancement of artificial intelligence drawing has lowered the barriers to entry, enabling more individuals to easily enter the field of illustration. Using Japanese anime style as an example, with the development of Generative Artificial Intelligence (Generative AI), an increasing number of illustration works are being generated by machines, sparking discussions about aesthetics and art consumption. Through surveys and the analysis of consumer perspectives, this research investigates how this influences consumers' aesthetic experiences and the resulting changes in the traditional art market and among creators. The study reveals that among consumers in Taiwan, particularly those interested in Japanese anime style, there is a pronounced interest and curiosity surrounding the emergence of Generative AI. This curiosity is particularly notable among individuals interested in this style but lacking the technical skills required for creating such artworks. These works, rooted in elements of Japanese anime style, find ready acceptance among enthusiasts of this style due to their stylistic alignment. Consequently, they have garnered a substantial following. Furthermore, with the reduction in entry barriers, more individuals interested in this style but lacking traditional drawing skills have been able to participate in producing such works. Against the backdrop of ongoing debates about artistic value since the advent of artificial intelligence (AI), Generative AI-generated illustration works, while not entirely displacing traditional art, to a certain extent, fulfill the aesthetic demands of this consumer group, providing a similar or analogous aesthetic consumption experience. Additionally, this research underscores the advantages and limitations of Generative AI-generated illustration works within this consumption environment.

Keywords: generative AI, anime aesthetics, Japanese anime illustration, art consumption

Procedia PDF Downloads 58
21136 Social Business Process Management and Business Process Management Maturity

Authors: Dalia Suša Vugec, Vesna Bosilj Vukšić, Ljubica Milanović Glavan

Abstract:

Business process management (BPM) is a well-known holistic discipline focused on managing business processes with the intention of achieving higher level of BPM maturity and better organizational performance. In recent period, traditional BPM faced some of its limitations like model-reality divide and lost innovation. Following latest trends, as an attempt to overcome the issues of traditional BPM, there has been an introduction of applying the principles of social software in managing business processes which led to the development of social BPM. However, there are not many authors or studies dealing with this topic so this study aims to contribute to that literature gap and to examine the link between the level of BPM maturity and the usage of social BPM. To meet these objectives, a survey within the companies with more than 50 employees has been conducted. The results reveal that the usage of social BPM is higher within the companies which achieved higher level of BPM maturity. This paper provides an overview, analysis and discussion of collected data regarding BPM maturity and social BPM within the observed companies and identifies the main social BPM principles.

Keywords: business process management, BPM maturity, process performance index, social BPM

Procedia PDF Downloads 306
21135 A Finite Element Analysis of Hexagonal Double-Arrowhead Auxetic Structure with Enhanced Energy Absorption Characteristics and Stiffness

Authors: Keda Li, Hong Hu

Abstract:

Auxetic materials, as an emerging artificial designed metamaterial has attracted growing attention due to their promising negative Poisson’s ratio behaviors and tunable properties. The conventional auxetic lattice structures for which the deformation process is governed by a bending-dominated mechanism have faced the limitation of poor mechanical performance for many potential engineering applications. Recently, both load-bearing and energy absorption capabilities have become a crucial consideration in auxetic structure design. This study reports the finite element analysis of a class of hexagonal double-arrowhead auxetic structures with enhanced stiffness and energy absorption performance. The structure design was developed by extending the traditional double-arrowhead honeycomb to a hexagon frame, the stretching-dominated deformation mechanism was determined according to Maxwell’s stability criterion. The finite element (FE) models of 2D lattice structures established with stainless steel material were analyzed in ABAQUS/Standard for predicting in-plane structural deformation mechanism, failure process, and compressive elastic properties. Based on the computational simulation, the parametric analysis was studied to investigate the effect of the structural parameters on Poisson’s ratio and mechanical properties. The geometrical optimization was then implemented to achieve the optimal Poisson’s ratio for the maximum specific energy absorption. In addition, the optimized 2D lattice structure was correspondingly converted into a 3D geometry configuration by using the orthogonally splicing method. The numerical results of 2D and 3D structures under compressive quasi-static loading conditions were compared separately with the traditional double-arrowhead re-entrant honeycomb in terms of specific Young's moduli, Poisson's ratios, and specified energy absorption. As a result, the energy absorption capability and stiffness are significantly reinforced with a wide range of Poisson’s ratio compared to traditional double-arrowhead re-entrant honeycomb. The auxetic behaviors, energy absorption capability, and yield strength of the proposed structure are adjustable with different combinations of joint angle, struts thickness, and the length-width ratio of the representative unit cell. The numerical prediction in this study suggests the proposed concept of hexagonal double-arrowhead structure could be a suitable candidate for the energy absorption applications with a constant request of load-bearing capacity. For future research, experimental analysis is required for the validation of the numerical simulation.

Keywords: auxetic, energy absorption capacity, finite element analysis, negative Poisson's ratio, re-entrant hexagonal honeycomb

Procedia PDF Downloads 74
21134 Phytochemical Screening and Identification of Anti-Biological Activity Properties of Pelargonium graveolens

Authors: Anupalli Roja Rani, Saraswathi Jaggali

Abstract:

Rose-scented geranium (Pelargonium graveolens L’Hér.) is an erect, much-branched shrub. It is indigenous to various parts of southern Africa, and it is often called Geranium. Pelargonium species are widely used by traditional healers in the areas of Southern Africa by Sotho, Xhosa, Khoi-San and Zulus for its curative and palliative effects in the treatment of diarrhea, dysentery, fever, respiratory tract infections, liver complaints, wounds, gastroenteritis, haemorrhage, kidney and bladder disorders. We have used Plant materials for extracting active compounds from analytical grades of solvents methanol, ethyl acetate, chloroform and water by a soxhlet apparatus. The phytochemical screening reveals that extracts of Pelargonium graveolens contains alkaloids, glycosides, steroids, tannins, saponins and phenols in ethyl acetate solvent. The antioxidant activity was determined using 1, 1-diphenyl-2-picrylhydrazyl (DPPH) bleaching method and the total phenolic content in the extracts was determined by the Folin–Ciocalteu method. Due to the presence of different phytochemical compounds in Pelargonium the anti-microbial activity against different micro-organisms like E.coli, Streptococcus, Klebsiella and Bacillus. Fractionation of plant extract was performed by column chromatography and was confirmed with HPLC analysis, NMR and FTIR spectroscopy for the compound identification in different organic solvent extracts.

Keywords: Pelargonium graveolens L’Hér, DPPH, micro-organisms, HPLC analysis, NMR, FTIR spectroscopy

Procedia PDF Downloads 474
21133 Comparison of Solar Radiation Models

Authors: O. Behar, A. Khellaf, K. Mohammedi, S. Ait Kaci

Abstract:

Up to now, most validation studies have been based on the MBE and RMSE, and therefore, focused only on long and short terms performance to test and classify solar radiation models. This traditional analysis does not take into account the quality of modeling and linearity. In our analysis we have tested 22 solar radiation models that are capable to provide instantaneous direct and global radiation at any given location Worldwide. We introduce a new indicator, which we named Global Accuracy Indicator (GAI) to examine the linear relationship between the measured and predicted values and the quality of modeling in addition to long and short terms performance. Note that the quality of model has been represented by the T-Statistical test, the model linearity has been given by the correlation coefficient and the long and short term performance have been respectively known by the MBE and RMSE. An important founding of this research is that the use GAI allows avoiding default validation when using traditional methodology that might results in erroneous prediction of solar power conversion systems performances.

Keywords: solar radiation model, parametric model, performance analysis, Global Accuracy Indicator (GAI)

Procedia PDF Downloads 331
21132 Optimization of Surface Roughness by Taguchi’s Method for Turning Process

Authors: Ashish Ankus Yerunkar, Ravi Terkar

Abstract:

Study aimed at evaluating the best process environment which could simultaneously satisfy requirements of both quality as well as productivity with special emphasis on reduction of cutting tool flank wear, because reduction in flank wear ensures increase in tool life. The predicted optimal setting ensured minimization of surface roughness. Purpose of this paper is focused on the analysis of optimum cutting conditions to get lowest surface roughness in turning SCM 440 alloy steel by Taguchi method. Design for the experiment was done using Taguchi method and 18 experiments were designed by this process and experiments conducted. The results are analyzed using ANOVA method. Taguchi method has depicted that the depth of cut has significant role to play in producing lower surface roughness followed by feed. The Cutting speed has lesser role on surface roughness from the tests. The vibrations of the machine tool, tool chattering are the other factors which may contribute poor surface roughness to the results and such factors ignored for analyses. The inferences by this method will be useful to other researches for similar type of study and may be vital for further research on tool vibrations, cutting forces etc.

Keywords: surface roughness (ra), machining, dry turning, taguchi method, turning process, anova method, mahr perthometer

Procedia PDF Downloads 358
21131 Improving Indoor Air Quality by Increasing Bio-Based Negative Air Ion Release

Authors: Shuye Jiang, Ali Ma, Srinivasan Ramachandran

Abstract:

Indoor air quality could be improved through traditional air purifiers. However, they may not be environmental products. Here, a bio-based method was employed to improve indoor air quality by increasing negative air ion (NAI) release from ornamental plants. A total of 60 plant species has been screened by evaluating their ability to release NAIs, from which four candidates were selected to further study. All of them are from the Dracaena or fabids clade. These four candidates were then subjected to survey their ability to reduce the concentration of particulate matter with diameter of 2.5 or 10 microns (PM2.5 and PM10) in the growth chamber. High concentrations of PM2.5 and PM10 were artificially generated by burning a stick of incense for 2 minutes in the closed growth chamber (80cm length × 80cm width × 80cm height), in which the PM2.5 and PM10 concentration were generally around 500 µg/m3 and 1500 µg/m3, respectively. Both PM2.5 and PM10 were naturally reduced to 410 and 670, respectively after two hours in case that no plants were placed inside the chamber. Interestingly, these two sizes of particulars were reduced to 170 µg/m3 and 210 µg/m3, respectively after two hours when plants were placed to the chamber. It took 4 hours for the plants to reduce particular concentration to acceptable level at less than 55 µg/m3 for both PM2.5 and PM10, respectively. However, the PM2.5 and PM10 concentration were still above 200 µg/m3 and 300 µg/m3, respectively after 4 hours in the growth chamber without any plants. These results suggest the contribution of plants to the particulate deposition. However, all of these data are preliminary and the results may be updated by further studies. In addition, the roles of plants in absorbing indoor formaldehyde have also been explored and their absorbing ability is being improved by optimizing their growth conditions and treating with various exogenous agents. Thus, our preliminary studies provide an alternative strategy to improve indoor air quality.

Keywords: bio-based method, indoor air, negative air ion, particulate matter

Procedia PDF Downloads 150
21130 Geographical Indication (Gi) as a Means of Protecting Traditional Right of Muga Silk (Antheria Assamensis) of Assam-India

Authors: Niranjan Das

Abstract:

‘Geographical indication’ is a sign which is used on products that have a specific geographical origin and possess qualities or a reputation that are due to that origin. Geographical Indication is primarily granted to agricultural, natural, manufactured, handicrafts originating from a definite geographical territory. It is defined in Article 22(1) of the World Trade Organization's (WTO) 1995 Agreement on ‘Trade-Related Aspects of Intellectual Property Rights (TRIPS)’. Assam is literally a ‘Silk country’ where silk culture is rooted in the rural life and culture of Assamese people. This is the only state in India and the world where Muga silk (Antheraea assamensis) is grown. Out of the total production of India’s Muga silk, Assam has the credit of being the sole producer of this 100 percent output, and thus occupies a unique position in the sericulture map of the world. Muga production has been an effective means for generating gainful employment in rural Assam and it has enormous potential in the context of building the rural economy and generating livelihood of this region. Muga, the unique golden-yellow silk of Assam was granted the ‘Geographical Indication (GI)’ registration in 2007. It is the first item from the state of Assam to obtain the GI tag. Besides manufacturing of Muga Silk cloths, the industry is also giving employment to thousands of people, and the silk industry is playing a leading role in the economy of the state. As Brahmaputra Valley is also known for tourist destination, tourists are visiting the valley every year and now the Muga Silk has reached each corner of the country and also in the other parts of the world. This paper tries to emphasizes how the Geographical Indication tag is protecting the traditional right of the Muga Silk of Assam as it has been practised by the Assamese people since times immemorial.

Keywords: Geographical Indication, environment, Muga silk, traditional right and livelihood

Procedia PDF Downloads 253
21129 Using Virtual Reality Exergaming to Improve Health of College Students

Authors: Juanita Wallace, Mark Jackson, Bethany Jurs

Abstract:

Introduction: Exergames, VR games used as a form of exercise, are being used to reduce sedentary lifestyles in a vast number of populations. However, there is a distinct lack of research comparing the physiological response during VR exergaming to that of traditional exercises. The purpose of this study was to create a foundationary investigation establishing changes in physiological responses resulting from VR exergaming in a college aged population. Methods: In this IRB approved study, college aged students were recruited to play a virtual reality exergame (Beat Saber) on the Oculus Quest 2 (Facebook, 2021) in either a control group (CG) or training group (TG). Both groups consisted of subjects who were not habitual users of virtual reality. The CG played VR one time per week for three weeks and the TG played 150 min/week three weeks. Each group played the same nine Beat Saber songs, in a randomized order, during 30 minute sessions. Song difficulty was increased during play based on song performance. Subjects completed a pre- and posttests at which the following was collected: • Beat Saber Game Metrics: song level played, song score, number of beats completed per song and accuracy (beats completed/total beats) • Physiological Data: heart rate (max and avg.), active calories • Demographics Results: A total of 20 subjects completed the study; nine in the CG (3 males, 6 females) and 11 (5 males, 6 females) in the TG. • Beat Saber Song Metrics: The TG improved performance from a normal/hard difficulty to hard/expert. The CG stayed at the normal/hard difficulty. At the pretest there was no difference in game accuracy between groups. However, at the posttest the CG had a higher accuracy. • Physiological Data (Table 1): Average heart rates were similar between the TG and CG at both the pre- and posttest. However, the TG expended more total calories. Discussion: Due to the lack of peer reviewed literature on c exergaming using Beat Saber, the results of this study cannot be directly compared. However, the results of this study can be compared with the previously established trends for traditional exercise. In traditional exercise, an increase in training volume equates to increased efficiency at the activity. The TG should naturally increase in difficulty at a faster rate than the CG because they played 150 hours per week. Heart rate and caloric responses also increase during traditional exercise as load increases (i.e. speed or resistance). The TG reported an increase in total calories due to a higher difficulty of play. The song accuracy decreases in the TG can be explained by the increased difficulty of play. Conclusion: VR exergaming is comparable to traditional exercise for loads within the 50-70% of maximum heart rate. The ability to use VR for health could motivate individuals who do not engage in traditional exercise. In addition, individuals in health professions can and should promote VR exergaming as a viable way to increase physical activity and improve health in their clients/patients.

Keywords: virtual reality, exergaming, health, heart rate, wellness

Procedia PDF Downloads 166
21128 Permanent Magnet Machine Can Be a Vibration Sensor for Itself

Authors: M. Barański

Abstract:

The article presents a new vibration diagnostic method designed to (PM) machines with permanent magnets. Those devices are commonly used in small wind and water systems or vehicles drives. The author’s method is very innovative and unique. Specific structural properties of PM machines are used in this method - electromotive force (EMF) generated due to vibrations. There was analysed number of publications which describe vibration diagnostic methods and tests of electrical PM machines and there was no method found to determine the technical condition of such machine basing on their own signals. In this article, the method genesis, the similarity of machines with permanent magnet to vibration sensor and simulation and laboratory tests results will be discussed. The method of determination the technical condition of electrical machine with permanent magnets basing on its own signals is the subject of patent application No P.405669, and it is the main thesis of author’s doctoral dissertation.

Keywords: vibrations, generator, permanent magnet, traction drive, electrical vehicle

Procedia PDF Downloads 357
21127 Experimental Study on Dehumidification Performance of Supersonic Nozzle

Authors: Esam Jassim

Abstract:

Supersonic nozzles are commonly used to purify natural gas in gas processing technology. As an innovated technology, it is employed to overcome the deficit of the traditional method, related to gas dynamics, thermodynamics and fluid dynamics theory. An indoor test rig is built to study the dehumidification process of moisture fluid. Humid air was chosen for the study. The working fluid was circulating in an open loop, which had provision for filtering, metering, and humidifying. A stainless steel supersonic separator is constructed together with the C-D nozzle system. The result shows that dehumidification enhances as NPR increases. This is due to the high intensity in the turbulence caused by the shock formation in the divergent section. Such disturbance strengthens the centrifugal force, pushing more particles toward the near-wall region. In return return, the pressure recovery factor, defined as the ratio of the outlet static pressure of the fluid to its inlet value, decreases with NPR.

Keywords: supersonic nozzle, dehumidification, particle separation, nozzle geometry

Procedia PDF Downloads 324
21126 Application of a Modified Crank-Nicolson Method in Metallurgy

Authors: Kobamelo Mashaba

Abstract:

The molten slag has a high substantial temperatures range between 1723-1923, carrying a huge amount of useful energy for reducing energy consumption and CO₂ emissions under the heat recovery process. Therefore in this study, we investigated the performance of the modified crank Nicolson method for a delayed partial differential equation on the heat recovery of molten slag in the metallurgical mining environment. It was proved that the proposed method converges quickly compared to the classic method with the existence of a unique solution. It was inferred from numerical result that the proposed methodology is more viable and profitable for the mining industry.

Keywords: delayed partial differential equation, modified Crank-Nicolson Method, molten slag, heat recovery, parabolic equation

Procedia PDF Downloads 86
21125 Synergistic Anti-Proliferation Effect of PLK-1 Inhibitor and Livistona Chinensis Fruit Extracts on Lung Adenocarcinoma A549 Cells

Authors: Min-Chien Su, Tzu-Hsuan Hsu, Guan-Xuan Wu, Shyh-Ming Kuo

Abstract:

Lung cancer is one of the clinically challenging malignant diseases worldwide. For efficient therapeutics in cancer, combination therapy has developed to acquire a better outcome. PLK-1 was one of the major factors affecting cell mitosis in cancer cells, its inhibitor Bi6727 was proven effective in treating several different cancers namely oral cancer, colon cancer and lung cancer. Despite its low toxicity toward normal cells compared to traditional chemotherapy, it is still yet to be evaluated in detail. Livistona Chinensis (LC) is a Chinese herb that used as a traditional prescription to treat lung cancer. Due to the uncertainty of the efficacy of LC, we utilized a water extraction method to extract the Livistona Chinensis and then lyophilized into powder for further study. In this study we investigated the antiproliferation activities of Bi6727 and LC extracts (LCE) on A549 non-small lung cancer cells. The IC50 of Bi6727 and LCE on A549 are 60 nM and 0.8 mg/mL, respectively. The fluorescent staining images shown nucleolus damage in cells treated with Bi6727 and mitochondrial damage after treated with LCE. A549 cells treated with Bi6727 and LCE showed increased expression of Bax, Caspase-3 and Caspase-9 proteins from Western blot assay. LCE also inhibited A549 cells growth keeping cells at G2-M phase from cell cycle assay. Apoptosis assay results showed that LCE induced late apoptosis of A549 cells. JC-1 assay showed that the mitochondria damaged at the LCE concentration of 0.4 mg/mL. In our preliminary anti-proliferation test of combined LCE and Bi-6727 on A549 cells, we found a dramatically decrease in proliferation after treated with LCE first for 24-h and then Bi-6727 for extra 24-h. This was an important finding regarding synergistic anti-proliferation effect of these drugs, However, the usage, the application sequence of LCE and Bi-6727 on A549 cells and their related mechanisms still need to be evaluated. In summary, the drugs exerted anti-proliferation effect on A549 cells independently. We hopefully combine the usage of these two drugs will bring a different and potential outcome in treating lung cancer.

Keywords: anti-proliferation, A549, Livistona Chinensis fruit extracts, PLK-1 inhibitor

Procedia PDF Downloads 126
21124 Antimicrobial, Antioxidant and Cytotoxicity Properties of Some Selected Wild Edible Fruits Used Traditionally as a Source of Food

Authors: Thilivhali Emmanuel Tshikalange, Darky Cheron Modishane, Frederick Tawi Tabit

Abstract:

The fruit pulp extracts of twelve selected ethnobotanical wild edible fruits from Mutale local municipality in Venda (Limpopo Province, South Africa) were investigated for their antimicrobial, antioxidant and cytotoxicity activities. Methanol extracts were prepared and tested against six micro-organisms (Salmonella typhi, Streptococcus pyogenes, Bacillus cereus, Klebsiella pneumoniae, Prevotella intermedia and Candida albicans). The minimum inhibitory concentration (MIC) and minimum bactericidal concentration (MBC) were determined using the micro-dilution method, while for antioxidant activity the 2,2-diphenyl-1-picrylhydrazyl method was used. Of the 12 extracts tested, Adonsonia digitata, Berchemia discolor, Manilkara mochisia, Xanthocercis zambesiaca, Landolphia kirkii and Garcinia livingstonei showed antimicrobial activity, with MIC values ranging from 12.5 to 0.4 mg/ml. Gram negative bacteria were more resistant to the extracts in comparison to Gram positive bacteria. Antioxidant activity was only detected in Adonsonia digitata extract and the IC50 (substrate concentration to produce 50% reduction) was found to be 16.18µg/ml. The cytotoxicity of the extracts that showed antimicrobial and antioxidant activities was also determined. All plant extracts tested were non-toxic against human kidney cells (HEK293), with IC50 values of >400 µg/ml. The results presented in this study provide support to some traditional uses of wild edible fruits.

Keywords: antimicrobial, antioxidant, cytotoxicity, ethnobotanical, fruits

Procedia PDF Downloads 376
21123 Implicit Off-Grid Block Method for Solving Fourth and Fifth Order Ordinary Differential Equations Directly

Authors: Olusola Ezekiel Abolarin, Gift E. Noah

Abstract:

This research work considered an innovative procedure to numerically approximate higher-order Initial value problems (IVP) of ordinary differential equations (ODE) using the Legendre polynomial as the basis function. The proposed method is a half-step, self-starting Block integrator employed to approximate fourth and fifth order IVPs without reduction to lower order. The method was developed through a collocation and interpolation approach. The basic properties of the method, such as convergence, consistency and stability, were well investigated. Several test problems were considered, and the results compared favorably with both exact solutions and other existing methods.

Keywords: initial value problem, ordinary differential equation, implicit off-grid block method, collocation, interpolation

Procedia PDF Downloads 62
21122 First Order Reversal Curve Method for Characterization of Magnetic Nanostructures

Authors: Bashara Want

Abstract:

One of the key factors limiting the performance of magnetic memory is that the coercivity has a distribution with finite width, and the reversal starts at the weakest link in the distribution. So one must first know the distribution of coercivities in order to learn how to reduce the width of distribution and increase the coercivity field to obtain a system with narrow width. First Order Reversal Curve (FORC) method characterizes a system with hysteresis via the distribution of local coercivities and, in addition, the local interaction field. The method is more versatile than usual conventional major hysteresis loops that give only the statistical behaviour of the magnetic system. The FORC method will be presented and discussed at the conference.

Keywords: magnetic materials, hysteresis, first-order reversal curve method, nanostructures

Procedia PDF Downloads 65