Search results for: single and divided core perforated
5628 An Enhanced Distributed Weighted Clustering Algorithm for Intra and Inter Cluster Routing in MANET
Authors: K. Gomathi
Abstract:
Mobile Ad hoc Networks (MANET) is defined as collection of routable wireless mobile nodes with no centralized administration and communicate each other using radio signals. Especially MANETs deployed in hostile environments where hackers will try to disturb the secure data transfer and drain the valuable network resources. Since MANET is battery operated network, preserving the network resource is essential one. For resource constrained computation, efficient routing and to increase the network stability, the network is divided into smaller groups called clusters. The clustering architecture consists of Cluster Head(CH), ordinary node and gateway. The CH is responsible for inter and intra cluster routing. CH election is a prominent research area and many more algorithms are developed using many different metrics. The CH with longer life sustains network lifetime, for this purpose Secondary Cluster Head(SCH) also elected and it is more economical. To nominate efficient CH, a Enhanced Distributed Weighted Clustering Algorithm (EDWCA) has been proposed. This approach considers metrics like battery power, degree difference and speed of the node for CH election. The proficiency of proposed one is evaluated and compared with existing algorithm using Network Simulator(NS-2).Keywords: MANET, EDWCA, clustering, cluster head
Procedia PDF Downloads 3985627 In the Primary Education, the Classroom Teacher's Procedure of Coping WITH Stress, the Health of Psyche and the Direction of Check Point
Authors: Caglayan Pinar Demirtas, Mustafa Koc
Abstract:
Objective: This study was carried out in order to find out; the methods which are used by primary school teachers to cope with stress, their psychological health, and the direction of controlling focus. The study was carried out by using the ‘school survey’ and ‘society survey’ methods. Method: The study included primary school teachers. The study group was made up of 1066 people; 511 women and 555 men who accepted volunteerly to complete; ‘the inventory for collecting data, ‘the Scale for Attitude of Overcoming Stress’ (SBTE / SAOS), ‘Rotter’s Scale for the Focus of Inner- Outer Control’ (RİDKOÖ / RSFIOC), and ‘the Symptom Checking List’ (SCL- 90). The data was collected by using ‘the Scale for Attitude of Overcoming Stress’, ‘the Scale for the Focus of Inner- Outer Control’, ‘the Symptom Checking List’, and a personal information form developed by the researcher. SPSS for Windows packet programme was used. Result: The age variable is a factor in interpersonal sensitivity, depression, anxciety, hostality symptoms but it is not a factor in the other symptoms. The variable, gender, is a factor in emotional practical escaping overcoming method but it is not a factor in the other overcoming methods. Namely, it has been found out that, women use emotional practical escaping overcoming method more than men. Marital status is a factor in methods of overcoming stress such as trusting in religion, emotional practical escaping and biochemical escaping while it is not a factor in the other methods. Namely, it has been found out that married teachers use trusting in religion method, and emotional practical escaping method more than single ones. Single teachers generally use biochemical escaping method. In primary school teachers’ direction of controlling focus, gender variable is a factor. It has been found out that women are more inner controlled while the men are more outer controlled. The variable, time of service, is a factor in the direction of controlling focus; that is, teachers with 1-5 years of service time are more inner controlled compared with teachers with 16-20 years of service time. The variable, age, is a factor in the direction of controlling focus; that is, teachers in 26-30 age groups are more outer controlled compared with the other age groups and again teachers in 26-30 age group are more inner controlled when compared with the other age groups. Direction of controlling focus is a factor in the primary school teachers’ psychological health. Namely, being outer controlled is a factor but being inner controlled is not. The methods; trusting in religion, active plannıng and biochemical escaping used by primary school teachers to cope with stress act as factors in the direction of controlling focus but not in the others. Namely, it has been found out that outer controlled teachers prefer the methods of trusting in religion and active planning while the inner controlled ones prefer biochemical escaping.Keywords: coping with, controlling focus, psychological health, stress
Procedia PDF Downloads 3515626 The Effects of Separating Inferior Alveolar Neurovascular Bundles on Osteogenesis of Tissue-Engineered Bone and Vascularization
Authors: Lin Feng, E. Lingling, Hongchen Liu
Abstract:
In order to evaluate the effects of autologous blood vessels and nerves on vascularization. A dog model of tissue-engineered bone vascularization was established by constructing inferior alveolar neurovascular bundles through the mandibular canal. Sixteen 12-month-old healthy beagles were randomly divided into two groups (n=8). Group A retained inferior alveolar neurovascular bundles, and Group B retained inferior alveolar nerves. Bone marrow mesenchymal stem cells were injected into β-tricalcium phosphate to prepare internal tissue-engineered bone scaffold. A personalized titanium mesh was then prepared by rapid prototyping and fixed by external titanium scaffold. Two dogs in each group were sacrificed on the 30th, 45th, 60th, and 90th postoperative days respectively. The bone was visually examined, scanned by CT, and subjected to HE staining, immunohistochemical staining, vascular casting and PCR to detect the changes in osteogenesis and vascularization.The two groups had similar outcomes in regard to osteogenesis and vascularization (P>0.05) both showed remarkable regenerative capacities. The model of tissue-engineered bone vascularization is potentially applicable in clinical practice to allow satisfactory osteogenesis and vascularization.Keywords: inferior alveolar neurovascular bundle, osteogenesis, tissue-engineered bone, vascularization
Procedia PDF Downloads 3905625 High Performance Computing Enhancement of Agent-Based Economic Models
Authors: Amit Gill, Lalith Wijerathne, Sebastian Poledna
Abstract:
This research presents the details of the implementation of high performance computing (HPC) extension of agent-based economic models (ABEMs) to simulate hundreds of millions of heterogeneous agents. ABEMs offer an alternative approach to study the economy as a dynamic system of interacting heterogeneous agents, and are gaining popularity as an alternative to standard economic models. Over the last decade, ABEMs have been increasingly applied to study various problems related to monetary policy, bank regulations, etc. When it comes to predicting the effects of local economic disruptions, like major disasters, changes in policies, exogenous shocks, etc., on the economy of the country or the region, it is pertinent to study how the disruptions cascade through every single economic entity affecting its decisions and interactions, and eventually affect the economic macro parameters. However, such simulations with hundreds of millions of agents are hindered by the lack of HPC enhanced ABEMs. In order to address this, a scalable Distributed Memory Parallel (DMP) implementation of ABEMs has been developed using message passing interface (MPI). A balanced distribution of computational load among MPI-processes (i.e. CPU cores) of computer clusters while taking all the interactions among agents into account is a major challenge for scalable DMP implementations. Economic agents interact on several random graphs, some of which are centralized (e.g. credit networks, etc.) whereas others are dense with random links (e.g. consumption markets, etc.). The agents are partitioned into mutually-exclusive subsets based on a representative employer-employee interaction graph, while the remaining graphs are made available at a minimum communication cost. To minimize the number of communications among MPI processes, real-life solutions like the introduction of recruitment agencies, sales outlets, local banks, and local branches of government in each MPI-process, are adopted. Efficient communication among MPI-processes is achieved by combining MPI derived data types with the new features of the latest MPI functions. Most of the communications are overlapped with computations, thereby significantly reducing the communication overhead. The current implementation is capable of simulating a small open economy. As an example, a single time step of a 1:1 scale model of Austria (i.e. about 9 million inhabitants and 600,000 businesses) can be simulated in 15 seconds. The implementation is further being enhanced to simulate 1:1 model of Euro-zone (i.e. 322 million agents).Keywords: agent-based economic model, high performance computing, MPI-communication, MPI-process
Procedia PDF Downloads 1285624 Optimum Er: YAG Laser Parameters for Orthodontic Composite Debonding: An in vitro Study
Authors: Mohammad Zamzam, Wesam Bachir, Imad Asaad
Abstract:
Several studies have produced estimates of Er:YAG laser parameters and specifications but there is still insufficient data for reliable selection of laser parameters. As a consequence, there is a heightened need for ideal specifications of Er:YAG laser to reduce the amount of enamel ablation. The objective of this paper is to investigate the influence of Er:YAG laser parameters, energy level and pulse duration, on orthodontic composite removal after bracket debonding. The sample consisted of 45 cuboids of orthodontic composite made by plastic moulds. The samples were divided into three groups, each was irradiated with Er:YAG laser set at different energy levels and three values for pulse durations (50 µs, 100 µs, and 300 µs). Geometrical parameters (depth and area) of cavities formed by laser irradiation were determined. ANCOVA test showed statistically significant difference (p < 0.0.5) between the groups indicating a potential effect of laser pulse duration on the geometrical parameters after controlling laser energy level. A post-hoc Bonferroni test ranked the 50µ Er:YAG laser pulse as the most influential factor for all geometrical parameters in removing remnant composite from enamel surface. Also, 300 mJ laser pulses caused the largest removal of the composite. The results of the present study demonstrated the efficacy of 50 µs and 300 mJ Er:YAG laser pulse for removal of remnant orthodontic composite.Keywords: enamel, Er:YAG, geometrical parameters, orthodontic composite, remnant composite
Procedia PDF Downloads 5535623 A Kinetic Study on Recovery of High-Purity Rutile TiO₂ Nanoparticles from Titanium Slag Using Sulfuric Acid under Sonochemical Procedure
Authors: Alireza Bahramian
Abstract:
High-purity TiO₂ nanoparticles (NPs) with size ranging between 50 nm and 100 nm are synthesized from titanium slag through sulphate route under sonochemical procedure. The effect of dissolution parameters such as the sulfuric acid/slag weight ratio, caustic soda concentration, digestion temperature and time, and initial particle size of the dried slag on the extraction efficiency of TiO₂ and removal of iron are examined. By optimizing the digestion conditions, a rutile TiO₂ powder with surface area of 42 m²/g and mean pore diameter of 22.4 nm were prepared. A thermo-kinetic analysis showed that the digestion temperature has an important effect, while the acid/slag weight ratio and initial size of the slag has a moderate effect on the dissolution rate. The shrinking-core model including both chemical surface reaction and surface diffusion is used to describe the leaching process. A low value of activation energy, 38.12 kJ/mol, indicates the surface chemical reaction model is a rate-controlling step. The kinetic analysis suggested a first order reaction mechanism with respect to the acid concentrations.Keywords: TiO₂ nanoparticles, titanium slag, dissolution rate, sonochemical method, thermo-kinetic study
Procedia PDF Downloads 2565622 Investigating Water-Oxidation Using a Ru(III) Carboxamide Water Coordinated Complex
Authors: Yosra M. Badiei, Evelyn Ortiz, Marisa Portenti, David Szalda
Abstract:
Water-oxidation half-reaction is a critical reaction that can be driven by a sustainable energy source (e.g., solar or wind) and be coupled with a chemical fuel making reaction which stores the released electrons and protons from water (e.g., H₂ or methanol). The use of molecular water-oxidation catalysts (WOC) allow the rationale design of redox active metal centers and provides a better understanding of their structure-activity-relationship. Herein, the structure of a Ru(III) complex bearing a doubly deprotonated N,N'-bis(aryl)pyridine-2,6-dicarboxamide ligand which contains a water molecule in its primary coordination sphere was elucidated by single-crystal X-ray diffraction. Further spectroscopic experimental data and pH-dependent electrochemical studies reveal its water-oxidation reactivity. Emphasis on mechanistic details for O₂ formation of this complex will be addressed.Keywords: water-oxidation, catalysis, ruthenium, artificial photosynthesis
Procedia PDF Downloads 2015621 The Effect of Extremely Low Frequency Magnetic Field on Rats Brain
Authors: Omar Abdalla, Abdelfatah Ahmed, Ahmed Mustafa, Abdelazem Eldouma
Abstract:
The purpose of this study is evaluating the effect of extremely low frequency magnetic field on Waster rats brain. The number of rats used in this study were 25, which were divided into five groups, each group containing five rats as follows: Group 1: The control group which was not exposed to energized field; Group 2: Rats were exposed to a magnetic field with an intensity of 0.6 mT (2 hours/day); Group 3: Rats were exposed to a magnetic field of 1.2 mT (2 hours/day); Group4: Rats were exposed to a magnetic field of 1.8 mT (2 hours/day); Group 5: Rats were exposed to a magnetic field of 2.4 mT (2 hours/day) and all groups were exposed for seven days, by designing a maze and calculating the time average for arriving to the decoy at special conditions. We found the time average before exposure for the all groups was G2=330 s, G3=172 s, G4=500 s and G5=174 s, respectively. We exposed all groups to ELF-MF and measured the time and we found: G2=465 s, G3=388 s, G4=501 s, and G5=442 s. It was observed that the time average increased directly with field strength. Histological samples of frontal lop of brain for all groups were taken and we found lesion, atrophy, empty vacuoles and disorder choroid plexus at frontal lope of brain. And finally we observed the disorder of choroid plexus in histological results and Alzheimer's symptoms increase when the magnetic field increases.Keywords: nonionizing radiation, biophysics, magnetic field, shrinkage
Procedia PDF Downloads 5455620 An Application of the Single Equation Regression Model
Authors: S. K. Ashiquer Rahman
Abstract:
Recently, oil has become more influential in almost every economic sector as a key material. As can be seen from the news, when there are some changes in an oil price or OPEC announces a new strategy, its effect spreads to every part of the economy directly and indirectly. That’s a reason why people always observe the oil price and try to forecast the changes of it. The most important factor affecting the price is its supply which is determined by the number of wildcats drilled. Therefore, a study about the number of wellheads and other economic variables may give us some understanding of the mechanism indicated by the amount of oil supplies. In this paper, we will consider a relationship between the number of wellheads and three key factors: the price of the wellhead, domestic output, and GNP constant dollars. We also add trend variables in the models because the consumption of oil varies from time to time. Moreover, this paper will use an econometrics method to estimate parameters in the model, apply some tests to verify the result we acquire, and then conclude the model.Keywords: price, domestic output, GNP, trend variable, wildcat activity
Procedia PDF Downloads 625619 An Archaeological Approach to Dating Polities and Architectural Ingenuity in Ijebu, South Western Nigeria
Authors: Olanrewaju B. Lasisi
Abstract:
The position of Ijebu-Ode, the historical capital of the Ijebu Kingdom, at the center of gravity of Ijebu land is enclosed by the 180-km-long earthwork and suggests a centrally controlled project. This paper reflects on the first stratigraphic drawing of the banks and ditches of this earthwork, and place its construction mechanism in a chronological framework. Nine radiocarbon dates obtained at the site suggest that the earthwork was built in the late 14th or early 15th century. This suggests a relationship with the Ijebu Kingdom, which pre-existed the opening of the Atlantic trade but first became visible only in the Portuguese records in the 1480s. In June 2017, more earthworks were found but within the core of Ijebu Land. This most recent finding points to an extension of territory from the center to the outlying villages. One central question about this discovery of monumental architectures that was functional around the 14th century or before is in its mode of construction. Apparently, iron tools must have been used in the construction of ‘a 20m deep ditch that runs 180km in circumference.’ Thus, the discovery of iron-working sites around the vicinity of the earthwork is a pointer to this building process that is up till now shrouded in mystery. By comparing the chronology of Ijebu earthworks with the evidence of Iron working in south western Nigeria around the first half of the first millennium AD, it can be thought that the rise in polity triggered the knowledge of metallurgy in the region.Keywords: archaeology, earthworks, Ijebu, metallurgy
Procedia PDF Downloads 2445618 Pharmaceutical Applications of Newton's Second Law and Disc Inertia
Authors: Nicholas Jensen
Abstract:
As the effort to create new drugs to treat rare conditions cost-effectively intensifies, there is a need to ensure maximum efficiency in the manufacturing process. This includes the creation of ultracompact treatment forms, which can best be achieved via applications of fundamental laws of physics. This paper reports an experiment exploring the relationship between the forms of Newton's 2ⁿᵈ Law appropriate to linear motion and to transversal architraves. The moment of inertia of three discs was determined by experiments and compared with previous data derived from a theoretical relationship. The method used was to attach the discs to a moment arm. Comparing the results with those obtained from previous experiments, it is found to be consistent with the first law of thermodynamics. It was further found that Newton's 2ⁿᵈ law violates the second law of thermodynamics. The purpose of this experiment was to explore the relationship between the forms of Newton's 2nd Law appropriate to linear motion and to apply torque to a twisting force, which is determined by position vector r and force vector F. Substituting equation alpha in place of beta; angular acceleration is a linear acceleration divided by radius r of the moment arm. The nevrological analogy of Newton's 2nd Law states that these findings can contribute to a fuller understanding of thermodynamics in relation to viscosity. Implications for the pharmaceutical industry will be seen to be fruitful from these findings.Keywords: Newtonian physics, inertia, viscosity, pharmaceutical applications
Procedia PDF Downloads 1185617 Alternating Current Photovoltaic Module Model
Authors: Irtaza M. Syed, Kaamran Raahemifar
Abstract:
This paper presents modeling of a Alternating Current (AC) Photovoltaic (PV) module using Matlab/Simulink. The proposed AC-PV module model is simple, realistic, and application oriented. The model is derived on module level as compared to cell level directly from the information provided by the manufacturer data sheet. DC-PV module, MPPT control, BC, VSI and LC filter, all were treated as a single unit. The model accounts for changes in variations of both irradiance and temperature. The AC-PV module proposed model is simulated and the results are compared with the datasheet projected numbers to validate model’s accuracy and effectiveness. Implementation and results demonstrate simplicity and accuracy, as well as reliability of the model.Keywords: PV modeling, AC PV Module, datasheet, VI curves irradiance, temperature, MPPT, Matlab/Simulink
Procedia PDF Downloads 5755616 Comparative Study of R.C.C. Steel and Concrete Building
Authors: Mahesh Suresh Kumawat
Abstract:
Steel concrete composite construction means the concrete slab is connected to the steel beam with the help of shear connectors so that they act as a single unit. In the present work, steel concrete composite with RCC options are considered for comparative study of G+9 story commercial building which is situated in earthquake zone-III and for earthquake loading, the provisions of IS: 1893(Part1)-2002 is considered. A three dimensional modeling and analysis of the structure are carried out with the help of SAP 2000 software. Equivalent Static Method of Analysis and Response spectrum analysis method are used for the analysis of both Composite & R.C.C. structures. The results are compared and it was found that composite structure is more economical.Keywords: composite beam, column, RCC column, RCC beam, shear connector, SAP 2000 software
Procedia PDF Downloads 4525615 Prevalence of Iron Deficiency Anaemia and Its Impact on Nutritional Status of Rural Pregnant Women
Authors: Nuzhat Sultana
Abstract:
Iron deficiency (IDA) is the commonest nutritional anemia present in Indian pregnant women. The overall development of a fetus is determined to a great extent by the type of nourishment mother receives right from its conception. To study the risk factors of iron deficiency anemia, two hundred rural pregnant women in the age of 15-35 years in the second trimester of pregnancy from the countryside of Beed district was selected. These samples were divided into groups 'A' (experimental samples) and 'C' (control samples). Experimental samples were received oral supplementation of iron and folic acid for ninety days, but control samples did not receive any supplementation. All the samples were observed anthropometrically, biochemically and clinically before and after supplementation. The study result shows that maximum numbers of i.e. 75% pregnant women had low levels of weight and hemoglobin as compared to standard weight and HB level. However, after supplementation only in experimental group weight and HB level was increased. It was observed that prevalence of risk factors associated with anemia was higher in rural pregnant women. Poverty, illiteracy, faulty food habits, and poor intake of iron during pregnancy are the main causative factors for iron deficiency anemia in rural pregnant women.Keywords: iron deficiency, anemia, risk factors, pregnancy
Procedia PDF Downloads 4135614 Isolation, Identification and Characterization of 1,2-Dichlorobenzene Degrading Bacteria from Consortium
Authors: Ge Cui, Mei Fang Chien, Chihiro Inoue
Abstract:
In this research, enrichment culture using an inorganic liquid medium collected soil contaminated with 1,2-dichlorobenzene (1,2-DCB) in Sendai, Japan, was added 1,2-DCB as the sole carbon source to create a stable consortium. The purpose of this research is to analysis dominant microorganisms in the stable consortium and enzyme system which play a role in the degradation of DCBs. The consortium is now at 30 generation and is still being cultured. By the result of PCR-DGGE and clone library, two bacteria are dominant. The bacteria named sk1 was isolated. 40mg/l of 1,2-DCB and 40mg/l of 1,4-DCB were completely degraded after 32 hours and 50 hours, respectively, but no degradation occurred in the case of 1,3-DCB. By PCR, tecA1 (α-subunit of DCB dioxygenase) gene which plays a role degrading DCB to DCB dihydrodiol, and tecB (dehydrogenase) gene which plays a role degrading DCB dihydrodiol to dichlorocatechol were amplified from strain sk1. Bacteria named sk100 was also isolated. 40mg/l of 1,2-DCB was completely degraded after 32 hours, but no degradation occurred in case of 1,3-DCB and 1,4-DCB. By the result of the catalytic core region of dioxygenase amplified by PCR, gene played a role degrading DCB was analyzed. The results of this study concluded that the isolated strains which have not been reported are able to degrade 1,2-DCB stably, and the characterization of degradation and the genomic analysis which is now in progress is helpful to have an overall view of this microbial degradation.Keywords: DCB, 1, 2-DCB degrading strains, DCB dioxygenase, enrichment culture
Procedia PDF Downloads 2045613 Mathematical Analysis of Matrix and Filler Formulation in Composite Materials
Authors: Olusegun A. Afolabi, Ndivhuwo Ndou
Abstract:
Composite material is an important area that has gained global visibility in many research fields in recent years. Composite material is the combination of separate materials with different properties to form a single material having different properties from the parent materials. Material composition and combination is an important aspect of composite material. The focus of this study is to provide insight into an easy way of calculating the compositions and formulations of constituent materials that make up any composite material. The compositions of the matrix and filler used for fabricating composite materials are taken into consideration. From the composite fabricated, data can be collected and analyzed based on the test and characterizations such as tensile, flexural, compression, impact, hardness, etc. Also, the densities of the matrix and the filler with regard to their constituent materials are discussed.Keywords: composite material, density, filler, matrix, percentage weight, volume fraction
Procedia PDF Downloads 685612 Design of Photonic Crystal with Defect Layer to Eliminate Interface Corrugations for Obtaining Unidirectional and Bidirectional Beam Splitting under Normal Incidence
Authors: Evrim Colak, Andriy E. Serebryannikov, Pavel V. Usik, Ekmel Ozbay
Abstract:
Working with a dielectric photonic crystal (PC) structure which does not include surface corrugations, unidirectional transmission and dual-beam splitting are observed under normal incidence as a result of the strong diffractions caused by the embedded defect layer. The defect layer has twice the period of the regular PC segments which sandwich the defect layer. Although the PC has even number of rows, the structural symmetry is broken due to the asymmetric placement of the defect layer with respect to the symmetry axis of the regular PC. The simulations verify that efficient splitting and occurrence of strong diffractions are related to the dispersion properties of the Floquet-Bloch modes of the photonic crystal. Unidirectional and bi-directional splitting, which are associated with asymmetric transmission, arise due to the dominant contribution of the first positive and first negative diffraction orders. The effect of the depth of the defect layer is examined by placing single defect layer in varying rows, preserving the asymmetry of PC. Even for deeply buried defect layer, asymmetric transmission is still valid even if the zeroth order is not coupled. This transmission is due to evanescent waves which reach to the deeply embedded defect layer and couple to higher order modes. In an additional selected performance, whichever surface is illuminated, i.e., in both upper and lower surface illumination cases, incident beam is split into two beams of equal intensity at the output surface where the intensity of the out-going beams are equal for both illumination cases. That is, although the structure is asymmetric, symmetric bidirectional transmission with equal transmission values is demonstrated and the structure mimics the behavior of symmetric structures. Finally, simulation studies including the examination of a coupled-cavity defect for two different permittivity values (close to the permittivity values of GaAs or Si and alumina) reveal unidirectional splitting for a wider band of operation in comparison to the bandwidth obtained in the case of a single embedded defect layer. Since the dielectric materials that are utilized are low-loss and weakly dispersive in a wide frequency range including microwave and optical frequencies, the studied structures should be scalable to the mentioned ranges.Keywords: asymmetric transmission, beam deflection, blazing, bi-directional splitting, defect layer, dual beam splitting, Floquet-Bloch modes, isofrequency contours, line defect, oblique incidence, photonic crystal, unidirectionality
Procedia PDF Downloads 1845611 A Marxist Analysis of Toni Morrison's Novel, The Bluest Eye
Authors: Irfan Mehmood
Abstract:
The goal of this study is to examine The Bluest Eye (1979) by Toni Morrison from a Marxist perspective, a literary theory developed by Louis Althusser, which emphasizes capitalism and class conflict in the modern world. Marxist literary philosophy holds that the absence of opportunities for lower-class people to own and earn properties and resources of production is the main cause of their repression. In The Communist Manifesto (1848), Karl Marx divided society into two main classes, the proletariat (the lowest class) and the bourgeois (the ruling class). Marx contends that the proletarian class has been brutally exploited by the bourgeois class in all facets of existence. The exploitation of the lower class by means of hegemony and capitalism is covered by Toni Morrison in her first novel, The Bluest Eye (1979). The goal of this study is to determine how Morrison's chosen work highlights the struggle of oppressed African Americans against entrenched systems of hegemony, interpellation, and state apparatuses. This study will look more closely at the claim that all of the miseries experienced by Afro-Americans are mostly the result of the capitalist class structure and that they can also enjoy the blessings of life through unity, hard work, and economic stability.Keywords: class conflict; African American culture; hegemony; interpellation; state apparatuses
Procedia PDF Downloads 775610 Diurnal Circle of Rainfall and Convective Properties over West and Central Africa
Authors: Balogun R. Ayodeji, Adefisan E. Adesanya, Adeyewa Z. Debo, E. C. Okogbue
Abstract:
The need to investigate diurnal weather circles in West Africa is coined in the fact that complex interactions often results from diurnal weather patterns. This study investigates diurnal circles of wind, rainfall and convective properties using six (6) hour interval data from the ERA-Interim and the Tropical Rainfall Measurement Mission (TRMM). The seven distinct zones, used in this work and classified as rainforest (west-coast, dry, Nigeria-Cameroon), Savannah (Nigeria, and Central Africa and South Sudan (CASS)), Sudano-Sahel, and Sahel, were clearly indicated by the rainfall pattern in each zones. Results showed that the land‐ocean warming contrast was more strongly sensitive to seasonal cycle and has been very weak during March-May (MAM) but clearly spelt out during June-September (JJAS). Dipoles of wind convergence/divergence and wet/dry precipitation, between CASS and Nigeria Savannah zones, were identified in morning and evening hours of MAM, whereas distinct night and day anomaly, in the same location of CASS, were found to be consistent during the JJAS season. Diurnal variation of convective properties showed that stratiform precipitation, due to the extremely low occurrence of flashcount climatology, was dominant during morning hours for both MAM and JJAS than other periods of the day. On the other hand, diurnal variation of the system sizes showed that small system sizes were most dominant during the day time periods for both MAM and JJAS, whereas larger system sizes were frequent during the evening, night, and morning hours. The locations of flashcount and system sizes agreed with earlier results that morning and day-time hours were dominated by stratiform precipitation and small system sizes respectively. Most results clearly showed that the eastern locations of Sudano and Sahel were consistently dry because rainfall and precipitation features were predominantly few. System sizes greater than or equal to 800 km² were found in the western axis of the Sudano and Sahel zones, whereas the eastern axis, particularly in the Sahel zone, had minimal occurrences of small/large system sizes. From the results of locations of extreme systems, flashcount greater than 275 in one single system was never observed during the morning (6Z) diurnal, whereas, the evening (18Z) diurnal had the most frequent cases (at least 8) of flashcount exceeding 275 in one single system. Results presented had shown the importance of diurnal variation in understanding precipitation, flashcount, system sizes patterns at diurnal scales, and understanding land-ocean contrast, precipitation, and wind field anomaly at diurnal scales.Keywords: convective properties, diurnal circle, flashcount, system sizes
Procedia PDF Downloads 1325609 A Literature Review on Banks’ Profitability and Risk Adjustment Decisions
Authors: Libena Cernohorska, Barbora Sutorova, Petr Teply
Abstract:
There are pending discussions over an impact of global regulatory efforts on banks. In this paper we present a literature review on the profitability-risk-capital relationship in banking. Research papers dealing with this topic can be divided into two groups: the first group focusing on a capital-risk relationship and the second group analyzing a capital-profitability relationship. The first group investigates whether the imposition of stricter capital requirements reduces risk-taking incentives of banks based on a simultaneous equations model. Their model pioneered the idea that the changes in both capital and risk have endogenous and exogenous components. The results obtained by the authors indicate that changes in the capital level are positively related to the changes in asset risk. The second group of the literature concentrating solely on the relationship between the level of held capital and bank profitability is limited. Nevertheless, there are a lot of studies dealing with the banks’ profitability as such, where bank capital is very often included as an explanatory variable. Based on the literature review of dozens of relevant papers in this study, an empirical research on banks’ profitability and risk adjustment decisions under new banking rules Basel III rules can be easily undertaken.Keywords: bank, Basel III, capital, decision making, profitability, risk, simultaneous equations model
Procedia PDF Downloads 5005608 The Contribution of Diet and Lifestyle Factors in the Prevalence of Irritable Bowel Syndrome
Authors: Alexander Dao, Oscar Wambuguh
Abstract:
Irritable Bowel Syndrome (IBS) is a heterogeneous functional bowel disease that is characterized by chronic visceral abdominal pain and abnormal bowel function and habits. Its multifactorial pathophysiology and mechanisms are still largely a mystery to the contemporary biomedical community, although there are many hypotheses to try to explain IBS’s presumed physiological, psychosocial, genetic, and environmental etiologies. IBS’s symptomatic presentation is varied and divided into four major subtypes: IBS-C, IBS-D, IBS-M, and IBS-U. Given its diverse presentation and unclear mechanisms, diagnosis is done through a combination of positive identification utilizing the “Rome IV Irritable Bowel Syndrome Criteria'' (Rome IV) diagnostic criteria while also excluding other potential conditions with similar symptoms. Treatment of IBS is focused on the management of symptoms using an assortment of pharmaceuticals, lifestyle changes, and dietary changes, with future potential in microbial treatment and psychotherapy as other therapy methods. Its chronic, heterogeneous nature and disruptive gastrointestinal (GI) symptoms are negatively impactful on patients’ daily lives, health systems, and society. However, with a better understanding of the gaps in knowledge and technological advances in IBS’s pathophysiology, management, and treatment options, there is optimism for the millions of people worldwide who are suffering from the debilitating effects of IBS.Keywords: irritable bowel syndrome, lifestyle, diet, functional gastrointestinal disorder
Procedia PDF Downloads 895607 Risk Reduction of Household Refuse, a Case Study of Shagari Low-Cost, Mubi North (LGA) Adamawa State, Nigeria
Authors: Maryam Tijjani Kolo
Abstract:
Lack of refuse dumping points has made the residents of Shagari low-cost well armed with some health and environmental related hazards. These studies investigate the effect of household refuse on the resident of Shagari low-cost. A well structured questionnaire was administered to elicit views of the respondent in the study area through adopting cluster sampling method. A total of 100 questionnaires were selected and divided into 50, each to both sections of the study area. Interview was conducted to each household head. Data obtained were analyzed using simple parentages to determine the major hazard in the area. Result showed that majority of the household are civil servant and traders, earning reasonable monthly income. 68% of the respondent has experienced the effect of living close to waste dumping areas, which include unpleasant smell and polluted smoke when refuse is burnt, which causes eye and respiratory induction, human injury from broken bottles or sharp objects as well as water, insect and air borne diseases. Hence, the need to urgently address these menace before it overwhelms the capacities of the community becomes paramount. Thus, the community should be given more enlightenment and refuse dumping sites should be created by the local government area.Keywords: household, refuse, refuse dumping points, Shagari low-cost
Procedia PDF Downloads 3205606 Decision Support System in Air Pollution Using Data Mining
Authors: E. Fathallahi Aghdam, V. Hosseini
Abstract:
Environmental pollution is not limited to a specific region or country; that is why sustainable development, as a necessary process for improvement, pays attention to issues such as destruction of natural resources, degradation of biological system, global pollution, and climate change in the world, especially in the developing countries. According to the World Health Organization, as a developing city, Tehran (capital of Iran) is one of the most polluted cities in the world in terms of air pollution. In this study, three pollutants including particulate matter less than 10 microns, nitrogen oxides, and sulfur dioxide were evaluated in Tehran using data mining techniques and through Crisp approach. The data from 21 air pollution measuring stations in different areas of Tehran were collected from 1999 to 2013. Commercial softwares Clementine was selected for this study. Tehran was divided into distinct clusters in terms of the mentioned pollutants using the software. As a data mining technique, clustering is usually used as a prologue for other analyses, therefore, the similarity of clusters was evaluated in this study through analyzing local conditions, traffic behavior, and industrial activities. In fact, the results of this research can support decision-making system, help managers improve the performance and decision making, and assist in urban studies.Keywords: data mining, clustering, air pollution, crisp approach
Procedia PDF Downloads 4285605 Path Planning for Orchard Robot Using Occupancy Grid Map in 2D Environment
Authors: Satyam Raikwar, Thomas Herlitzius, Jens Fehrmann
Abstract:
In recent years, the autonomous navigation of orchard and field robots is an emerging technology of the mobile robotics in agriculture. One of the core aspects of autonomous navigation builds upon path planning, which is still a crucial issue. Generally, for simple representation, the path planning for a mobile robot is performed in a two-dimensional space, which creates a path between the start and goal point. This paper presents the automatic path planning approach for robots used in orchards and vineyards using occupancy grid maps with field consideration. The orchards and vineyards are usually structured environment and their topology is assumed to be constant over time; therefore, in this approach, an RGB image of a field is used as a working environment. These images undergone different image processing operations and then discretized into two-dimensional grid matrices. The individual grid or cell of these grid matrices represents the occupancy of the space, whether it is free or occupied. The grid matrix represents the robot workspace for motion and path planning. After the grid matrix is described, a probabilistic roadmap (PRM) path algorithm is used to create the obstacle-free path over these occupancy grids. The path created by this method was successfully verified in the test area. Furthermore, this approach is used in the navigation of the orchard robot.Keywords: orchard robots, automatic path planning, occupancy grid, probabilistic roadmap
Procedia PDF Downloads 1565604 The Effect of Artificial Intelligence on Decoration
Authors: Ashraf Fayz Bekhet Abaskron
Abstract:
This research is done to create new compositions for designs, finding inspiration from watercolor artworks displayed in SuanSunandha Palace. The researcher made a study in the history of the landmark, its importance, the paintings in the Palace, the types and characteristics of the flowers painted, as well as the artistic elements and principles of designs that went into the paintings. The information obtained led to the creation of six totally new designs. The designs incorporated standard international designs and artistic principles and still kept to the original style of the watercolor paintings in SuanSunandha Palace. Following the paintings, the designs are divided into three categories: Orchids, Roses, and Flowers from literature. The researcher used the components of the flowers including rounded-petal flowers, wavy-edged petals, flowers with pointed petals, leaves, vines, and branches. All of them are represented in the original paintings. Upon the original, the researcher switched these elements and their proportions around to create a more modern design. The original forms are used as references since they contain the characteristics of each flower species. The work created achieved an updated trait and simultaneously reflects the charms and timeless beauty of the watercolor paintings displayed in SuanSunandha Palace, which still exists in today’s world.Keywords: art, craft, design, Oman, weaving watercolor, painting, flower, Suan Sunandhagolden ratio, Fibonacci numbers, textile design, designs
Procedia PDF Downloads 365603 Risk Assessment for International Investment: A Standardized Approach to Identify Risk, Risk Appetite, Risk Rating, Risk Treatment and Mitigation Plans
Authors: Pui Yong Leo, Normy Maziah Mohd Said
Abstract:
Change of global economy landscape and business environment has led to companies’ decision to go global and enter international markets. As the companies go beyond the comfort zone (i.e. investing in the home country), it is important to ensure a comprehensive risk assessment is carried out. This paper describes a standardized approach for international investment, ensuring identification of risk, risk appetite, risk rating, risk treatment and mitigation plans for respective international investment proposal. The standardized approach is divided into three (3) stages as follows: Stage 1 – Preliminary Risk profiling; with the objective to gauge exposure to countries and high level risk factors as first level assessment. Stage 2 – Risk Parameters; with the objective to define risk appetite for the international investment from the perspective of likelihood and impact. Stage 3 – Detailed Risk Assessments; with the objectives to assess in detail any triggered elements from Stage 1, and project specific risks. The final output will include the mitigation plans for the identified risks for the total investment. Example will be given in this paper to show how comprehensive risk assessment is carried out for an international investment in power energy sector.Keywords: international investment, mitigation plans, risk appetite, risk assessment
Procedia PDF Downloads 3895602 Heat and Mass Transfer Study of Supercooled Large Droplet Icing
Authors: Du Yanxia, Stephan E. Bansmer, Gui Yewei, Xiao Guangming, Yang Xiaofeng
Abstract:
The heat and mass transfer characteristics of icing coupled with film flow is studied and the coupled model of the thermal behavior with the flow simulation by single-step method is developed. The behavior of ice and water was analyzed. The results show that under supercooled large droplet (SLD) icing conditions, the film flow is an important phonomena in icing accretion process. The pressure gradient, gravity and shear stress are the main factors affecting the film flow on icing surface, which has important influence on the shape and rate of icing. To predict SLD ice accretion accurately, the heat and mass transfer of ice and film flow should be taken into account.Keywords: SLD, aircraft, icing, heat and mass transfer
Procedia PDF Downloads 6345601 Acoustic Echo Cancellation Using Different Adaptive Algorithms
Authors: Hamid Sharif, Nazish Saleem Abbas, Muhammad Haris Jamil
Abstract:
An adaptive filter is a filter that self-adjusts its transfer function according to an optimization algorithm driven by an error signal. Because of the complexity of the optimization algorithms, most adaptive filters are digital filters. Adaptive filtering constitutes one of the core technologies in digital signal processing and finds numerous application areas in science as well as in industry. Adaptive filtering techniques are used in a wide range of applications, including adaptive noise cancellation and echo cancellation. Acoustic echo cancellation is a common occurrence in today’s telecommunication systems. The signal interference caused by acoustic echo is distracting to both users and causes a reduction in the quality of the communication. In this paper, we review different techniques of adaptive filtering to reduce this unwanted echo. In this paper, we see the behavior of techniques and algorithms of adaptive filtering like Least Mean Square (LMS), Normalized Least Mean Square (NLMS), Variable Step-Size Least Mean Square (VSLMS), Variable Step-Size Normalized Least Mean Square (VSNLMS), New Varying Step Size LMS Algorithm (NVSSLMS) and Recursive Least Square (RLS) algorithms to reduce this unwanted echo, to increase communication quality.Keywords: adaptive acoustic, echo cancellation, LMS algorithm, adaptive filter, normalized least mean square (NLMS), variable step-size least mean square (VSLMS)
Procedia PDF Downloads 805600 Ultrasonographic Evaluation of Tars and Metatars Region of Dromedary Camel
Authors: Aboozar Dehghan, S. Sharifi, A. Ardeshiri, F. Jafari, F. Samani
Abstract:
Ultrasonography is a safe, particular, available and easy to use method to evaluate soft tissues. Tendons play the main role to body locomotors system. Ultrasonography performed in tarsus and metatarsus region of rare limb of eight adult, Dromedary camels (camelus dromedaries) in both sex. Clinical examination and gate analysis was performed before slaughtering. From the tarsus to the 1st phalanx was divided to 4 equal region include 1a, 2a, 1b and 2b. Flexor surface was clipped and covered by enough ultrasonography gel. Ultrasonography was performed by linear phased array 8-12 Mhz transducer in transverse and longitudinal section and Superficial digital flexor tendon (SDFT), deep digital flexor tendon (DDFT) and suspensory ligament (SL) were imaged. Echogenicity and diameter of these structures were recorded. Size of tendons and SL measured after necropsy too. statistical analysis obtained that SDFT diameter larger than others in all described regions and mean of DDFT diameter larger than suspensory ligament. Echogenicity of SL more than SDFT and DDFT. No Significant relationship was seen between left and right rare limb structures size. Between sex and tendons and SL diameter, significant relationship not seen.Keywords: dromedary camel, tars and metatars, ultrasonography
Procedia PDF Downloads 5605599 The Structural Pattern: An Event-Related Potential Study on Tang Poetry
Authors: ShuHui Yang, ChingChing Lu
Abstract:
Measuring event-related potentials (ERPs) has been fundamental to our understanding of how people process language. One specific ERP component, a P600, has been hypothesized to be associated with syntactic reanalysis processes. We, however, propose that the P600 is not restricted to reanalysis processes, but is the index of the structural pattern processing. To investigate the structural pattern processing, we utilized the effects of stimulus degradation in structural priming. To put it another way, there was no P600 effect if the structure of the prime was the same with the structure of the target. Otherwise, there would be a P600 effect if the structure were different between the prime and the target. In the experiment, twenty-two participants were presented with four sentences of Tang poetry. All of the first two sentences, being prime, were conducted with SVO+VP. The last two sentences, being the target, were divided into three types. Type one of the targets was SVO+VP. Type two of the targets was SVO+VPVP. Type three of the targets was VP+VP. The result showed that both of the targets, SVO+VPVP and VP+VP, elicited positive-going brainwave, a P600 effect, at 600~900ms time window. Furthermore, the P600 component was lager for the target’ VP+VP’ than the target’ SVO+VPVP’. That meant the more dissimilar the structure was, the lager the P600 effect we got. These results indicate that P600 was the index of the structure processing, and it would affect the P600 effect intensity with the degrees of structural heterogeneity.Keywords: ERPs, P600, structural pattern, structural priming, Tang poetry
Procedia PDF Downloads 140