Search results for: aspect series
4116 Effect of Diazepam on Internal Organs of Chrysomya megacephala Using Micro-Computed Tomograph
Authors: Sangkhao M., Butcher B. A.
Abstract:
Diazepam (known as valium) is a medication for calming effect. Many reports on committed suicide cases shown that diazepam is frequently used for this purpose. This research aims to study effect of diazepam on the development of forensically important blowflies, Chrysomya megacephala (Diptera: Calliphoridae) using micro-computed tomography (micro CT). In this study, four rabbits were treated with three different lethal doses of diazepam and one control (LD₀, LD₅₀, LD₁₀₀ and LC). The rabbit’s livers were removed for rearing the blowflies. Pupae were sampled for two series (ages; S1: 24h and S2: 120h) of development. After preparing the specimens, all samples were performed Micro CT using Skyscan 1172. The results shown the effect of diazepam on internal organs and tissues such as brain, cavity of the body, gas bubble, meconium and especially fat body. In the control group, in series 1 (LCS1), fat body was equally dispersed in the head, thorax, and abdomen, development of internal organs were not completed, however, brain, thoracic muscle, wings, legs and rectum were able to observe at 24h after developing into the pupal stage. Development of each organ in the control group in the series two was completed. In the treatment groups, LD₀, LD₅₀, LD₁₀₀ (Series 1 and Series 2), tissues are different, such as gas bubble in LD₀S1, was observed due to rapidity morphological changes during the metamorphosis of blowfly’s pupa in this treatment. Meconium was observed in LD₅₀S2 group because excretion of metabolic waste was not completed. All of the samples in the treatment groups had differentiation of fat bodies because metabolic activities were not completed and these changes affected on functions of every internal system. Discovering of differentiated fat bodies are important results because fat bodies of insect functions as liver in human, therefore it is shown that toxin eliminates from blowfly’s body and homeostatic maintenance of the hemolymph proteins, lipid and carbohydrates in each treatment group are abnormal.Keywords: forensic toxicology, forensic entomology, diptera, diazepam
Procedia PDF Downloads 1274115 One-Step Time Series Predictions with Recurrent Neural Networks
Authors: Vaidehi Iyer, Konstantin Borozdin
Abstract:
Time series prediction problems have many important practical applications, but are notoriously difficult for statistical modeling. Recently, machine learning methods have been attracted significant interest as a practical tool applied to a variety of problems, even though developments in this field tend to be semi-empirical. This paper explores application of Long Short Term Memory based Recurrent Neural Networks to the one-step prediction of time series for both trend and stochastic components. Two types of data are analyzed - daily stock prices, that are often considered to be a typical example of a random walk, - and weather patterns dominated by seasonal variations. Results from both analyses are compared, and reinforced learning framework is used to select more efficient between Recurrent Neural Networks and more traditional auto regression methods. It is shown that both methods are able to follow long-term trends and seasonal variations closely, but have difficulties with reproducing day-to-day variability. Future research directions and potential real world applications are briefly discussed.Keywords: long short term memory, prediction methods, recurrent neural networks, reinforcement learning
Procedia PDF Downloads 2334114 Electrical Characterization of Hg/n-bulk GaN Schottky Diode
Authors: B. Nabil, O. Zahir, R. Abdelaziz
Abstract:
We present the results of electrical characterizations current-voltage and capacity-voltage implementation of a method of making a Schottky diode on bulk gallium nitride doped n. We made temporary Schottky contact of Mercury (Hg) and an ohmic contact of silver (Ag), the electrical characterizations current-voltage (I-V) and capacitance-voltage (C-V) allows us to determine the difference parameters of our structure (Hg /n-GaN) as the barrier height (ΦB), the ideality factor (n), the series resistor (Rs), the voltage distribution (Vd), the doping of the substrate (Nd) and density of interface states (Nss).Keywords: Bulk Gallium nitride, electrical characterization, Schottky diode, series resistance, substrate doping
Procedia PDF Downloads 4864113 The Descending Genicular Artery Perforator Free Flap as a Reliable Flap: Literature Review
Authors: Doran C. Kalmin
Abstract:
The descending genicular artery (DGA) perforator free flap provides an alternative to free flap reconstruction based on a review of the literature detailing both anatomical and clinical studies. The descending genicular artery (DGA) supplies skin, muscle, tendon, and bone located around the medial aspect of the knee that has been used in several pioneering reports in reconstructing defects located in various areas throughout the body. After the success of the medial femoral condyle flap in early studies, a small number of studies have been published detailing the use of the DGA in free flap reconstruction. Despite early success in the use of the DGA flap, acceptance within the Plastic and Reconstructive Surgical community has been limited due primarily to anatomical variations of the pedicle. This literature review is aimed at detailing the progression of the DGA perforator free flap and its variations as an alternative and reliable free flap for reconstruction of composite defects with an exploration into both anatomical and clinical studies. A literature review was undertaken, and the progression of the DGA flap is explored from the early review by Acland et al. pioneering the saphenous free flap to exploring modern changes and studies of the anatomy of the DGA. An extensive review of the literature was undertaken that details the anatomy and its variations, approaches to harvesting the flap, the advantages, and disadvantages of the DGA perforator free flap as well as flap outcomes. There are 15 published clinical series of DGA perforator free flaps that incorporate cutaneous, osteoperiosteal, cartilage, osteocutaneous, osteoperiosteal and muscle, osteoperiosteal and subcutaneous and tendocutatenous. The commonest indication for using a DGA free flap was for non-union of bone, particularly that of the scaphoid whereby the medial femoral condyle could be used. In the case series, a success rate of over 90% was established, showing that these early studies have had good success with a wide range of tissue transfers. The greatest limitation is the anatomical variation of the DGA and therefore, the challenges associated with raising the flap. Despite the variation in anatomy and around 10-15% absence of the DGA, the saphenous artery can be used as well as the superior medial genicular artery if the vascular bone is required as part of the flap. Despite only a handful of anatomical and clinical studies describing the DGA perforator free flap, it ultimately provides a reliable flap that can include a variety of composite structure used for reconstruction in almost any area throughout the body. Although it has limitations, it provides a reliable option for free flap reconstruction that can routinely be performed as a single-stage procedure.Keywords: anatomical study, clinical study, descending genicular artery, literature review, perforator free flap reconstruction
Procedia PDF Downloads 1444112 Applying Concurrent Development Process for the Web Using Aspect-Oriented Approach
Authors: Hiroaki Fukuda
Abstract:
This paper shows a concurrent development process for modern web application, called Rich Internet Application (RIA), and describes its effect using a non-trivial application development. In the last years, RIAs such as Ajax and Flex have become popular based mainly on high-speed network. RIA provides sophisticated interfaces and user experiences, therefore, the development of RIA requires two kinds of engineer: a developer who implements business logic, and a designer who designs interface and experiences. Although collaborative works are becoming important for the development of RIAs, shared resources such as source code make it difficult. For example, if a design of interface is modified after developers have finished business logic implementations, they need to repeat the same implementations, and also tests to verify application’s behavior. MVC architecture and Object-oriented programming (OOP) enables to dividing an application into modules such as interfaces and logic, however, developers and/or designers have to write pieces of code (e.g., event handlers) that make these modules work as an application. On the other hand, Aspect-oriented programming (AOP) is ex- pected to solve complexity of application software development nowadays. AOP provides methods to separate crosscutting concerns that are scattered pieces of code from primary concerns. In this paper, we provide a concurrent development process for RIAs by introducing AOP concept. This process makes it possible to reduce shared resources between developers and designers, therefore they can perform their tasks concurrently. In addition, we describe experiences of development for a practical application using our proposed development process to show its availability.Keywords: aspect-oriented programming, concurrent, development process, rich internet application
Procedia PDF Downloads 3014111 Investigating the Behavior of Water Shortage Indices for Performance Evaluation of a Water Resources System
Authors: Frederick N. F. Chou, Nguyen Thi Thuy Linh
Abstract:
The impact of water shortages has been increasingly severe as a consequence of population growth, urbanization, economic development, and climate change. The need for improvements in reliable water supply systems is urgent with the increasing living standards of regions. In this study, a suitable shortage index capable of multi-aspect description - frequency, magnitude, and duration - is adopted to more accurately describe the characteristics of a shortage situation. The values of the index were determined to cope with the increasing need for reliability. There are four reservoirs in series located on the Be River of the Dong Nai River Basin in Southern Vietnam. The primary purpose of the three upstream reservoirs is hydropower generation while the primary purpose of the fourth is water supply. A compromise between hydropower generation and water supply can be negotiated for these four reservoirs to reduce the severity of water shortages. A generalized water allocation model was applied to simulate the water supply, and hydropower generation of various management alternatives and the system’s reliability was evaluated using the adopted multiple shortage indices. Modifying management policies of water resources using data-based indexes can improve the reliability of water supply.Keywords: cascade reservoirs, hydropower, shortage index, water supply
Procedia PDF Downloads 2704110 High Aspect Ratio Micropillar Array Based Microfluidic Viscometer
Authors: Ahmet Erten, Adil Mustafa, Ayşenur Eser, Özlem Yalçın
Abstract:
We present a new viscometer based on a microfluidic chip with elastic high aspect ratio micropillar arrays. The displacement of pillar tips in flow direction can be used to analyze viscosity of liquid. In our work, Computational Fluid Dynamics (CFD) is used to analyze pillar displacement of various micropillar array configurations in flow direction at different viscosities. Following CFD optimization, micro-CNC based rapid prototyping is used to fabricate molds for microfluidic chips. Microfluidic chips are fabricated out of polydimethylsiloxane (PDMS) using soft lithography methods with molds machined out of aluminum. Tip displacements of micropillar array (300 µm in diameter and 1400 µm in height) in flow direction are recorded using a microscope mounted camera, and the displacements are analyzed using image processing with an algorithm written in MATLAB. Experiments are performed with water-glycerol solutions mixed at 4 different ratios to attain 1 cP, 5 cP, 10 cP and 15 cP viscosities at room temperature. The prepared solutions are injected into the microfluidic chips using a syringe pump at flow rates from 10-100 mL / hr and the displacement versus flow rate is plotted for different viscosities. A displacement of around 1.5 µm was observed for 15 cP solution at 60 mL / hr while only a 1 µm displacement was observed for 10 cP solution. The presented viscometer design optimization is still in progress for better sensitivity and accuracy. Our microfluidic viscometer platform has potential for tailor made microfluidic chips to enable real time observation and control of viscosity changes in biological or chemical reactions.Keywords: Computational Fluid Dynamics (CFD), high aspect ratio, micropillar array, viscometer
Procedia PDF Downloads 2484109 New Series Input Parallel Output LLC DC/DC Converter with the Input Voltage Balancing Capacitor for the Electric System of Electric Vehicles
Authors: Kang Hyun Yi
Abstract:
This paper presents a new parallel output LLC DC/DC converter for electric vehicle. The electric vehicle has two batteries. One is a high voltage battery for the powertrain of the vehicle and the other is a low voltage battery for the vehicle electric system. The low voltage is charged from the high voltage battery and the high voltage input and the high current output DC/DC converter is needed. Therefore, the new LLC converter with the input voltage compensation is proposed for the high voltage input and the low voltage output DC/DC converter. The proposed circuit has two LLC converters with the series input voltage from the battery for the powertrain and the parallel output low battery voltage for the vehicle electric system because the battery voltage for the powertrain and the electric power for the vehicle become high. Also, the input series voltage compensation capacitor is used for balancing the input current in the two LLC converters. The proposed converter has an equal electric stress of the semiconductor parts and the reactive components, high efficiency and good heat dissipation.Keywords: electric vehicle, LLC DC/DC converter, input voltage balancing, parallel output
Procedia PDF Downloads 10524108 Selective Extraction of Couple Nickel(II) / Cobalt(II) by a Series of Schiff Bases in Sulfate Medium, in the Chloroforme-Water
Authors: N. Belhadj, M. Hadj Youcef, T. Benabdallah, Belbachir Ibtissem, N. Boceiri
Abstract:
This work deals with the synthesis, the structural elucidation and the exploration the extracting properties of a series of ortho-hydroxy Schiff base in sulfate medium. After the synthesis and characterization of their structures, the study of their behavior in solution was carried out by pH-metric titration in different media homogeneous and heterogeneous solution. This allowed to explore and to quantify in each of these media, some of their properties in solution such as, their acid-base behavior (determination and comparison of pKa), their distribution powers (determination and comparison of logKd), and their thermodynamic constants (determining ∆H°, ΔS° and ∆G°moy) by optimizing both the temperature and ionic strength. Study of the extraction of nickel (II) and cobalt(II) separately was undertaken in the aqueous-organic system, chloroform-water. Different extraction parameters have been thus optimized such, the pH, the concentration of extractant and the ionic strength, and the extraction constants established in each case. The extracted metal complexes have been isolated and their spatial configurations elucidated. The selective extraction of the couple cobalt (II)/nickel (II) was finally performed by our series of Schiff base in the chloroforme/water.Keywords: selective extraction, Schiff base, distribution, cobalt(II), nickel(II)
Procedia PDF Downloads 4614107 Mediation of the Middle Eastern Crises and Economic Growth: An Application of Times Series Analysis
Authors: Gokhan Erkal, Gulsen Aydin, Muge Yuce, Lokman Sahin
Abstract:
This study aims to analyze the impacts of involving in mediation of conflicts in the Middle East from the perspective of the economic growth of the mediators. The Middle East is a highly volatile region of the world with rampant crises whose affects spill beyond its borders. Therefore, management and resolution of the conflicts in the region are of great significance. Mediation is an instrument used for abating violence and settling dispute. The recourse to mediation has grown to an important degree in recent years. However, for mediators, it is a daunting task to involve in the mediation of the deadlocks in the Middle East. This study tries to shed light on the positive correlation between economic growth of the mediator and the successful outcome of the mediation process to provide motivation for mediators. To this end, first, it briefly introduces the conflicts ongoing in the region and their negative impacts. Second, the methodology, time series analysis, and the data to be used, International Crisis Behavior Project Data, are presented. Third, the empirical test is carried out and the findings are evaluated. The conclusion highlights the benefits of successful mediation for the economic growth of the mediators of Middle Eastern crises.Keywords: international crises, mediation, Middle East, times series analysis
Procedia PDF Downloads 1764106 The Study of Public Consciousness of Undergraduate Students, Suan Sunandha Rajabhat University
Authors: Nantida Otakum
Abstract:
The purpose of the study is to study the level of public consciousness of Suan Sunandha Rajabhat University undergraduate students. This study also compares differences in the level of public consciousness among undergraduate students who are different in sex and year of study. The research methodology employed a questionnaire as a quantitative method. The respondents were undergraduate students at Suan Sunandha Rajabhat University. Totally, 400 usable questionnaires were received. Descriptive and inferential statistics were used in data analysis. The results showed that the level of public consciousness of undergraduate students was at a good level in all aspects. The aspect of social participation was at the highest level, while the aspect of shared vision was at the lowest level. The results also indicated that undergraduate students with differences in sex and year of study were not significantly different in public consciousness level.Keywords: participation, public consciousness, Suan Sunandha Rajabhat University, undergraduate students
Procedia PDF Downloads 3334105 Evidence Theory Enabled Quickest Change Detection Using Big Time-Series Data from Internet of Things
Authors: Hossein Jafari, Xiangfang Li, Lijun Qian, Alexander Aved, Timothy Kroecker
Abstract:
Traditionally in sensor networks and recently in the Internet of Things, numerous heterogeneous sensors are deployed in distributed manner to monitor a phenomenon that often can be model by an underlying stochastic process. The big time-series data collected by the sensors must be analyzed to detect change in the stochastic process as quickly as possible with tolerable false alarm rate. However, sensors may have different accuracy and sensitivity range, and they decay along time. As a result, the big time-series data collected by the sensors will contain uncertainties and sometimes they are conflicting. In this study, we present a framework to take advantage of Evidence Theory (a.k.a. Dempster-Shafer and Dezert-Smarandache Theories) capabilities of representing and managing uncertainty and conflict to fast change detection and effectively deal with complementary hypotheses. Specifically, Kullback-Leibler divergence is used as the similarity metric to calculate the distances between the estimated current distribution with the pre- and post-change distributions. Then mass functions are calculated and related combination rules are applied to combine the mass values among all sensors. Furthermore, we applied the method to estimate the minimum number of sensors needed to combine, so computational efficiency could be improved. Cumulative sum test is then applied on the ratio of pignistic probability to detect and declare the change for decision making purpose. Simulation results using both synthetic data and real data from experimental setup demonstrate the effectiveness of the presented schemes.Keywords: CUSUM, evidence theory, kl divergence, quickest change detection, time series data
Procedia PDF Downloads 3354104 Volatility and Stylized Facts
Authors: Kalai Lamia, Jilani Faouzi
Abstract:
Measuring and controlling risk is one of the most attractive issues in finance. With the persistence of uncontrolled and erratic stocks movements, volatility is perceived as a barometer of daily fluctuations. An objective measure of this variable seems then needed to control risks and cover those that are considered the most important. Non-linear autoregressive modeling is our first evaluation approach. In particular, we test the presence of “persistence” of conditional variance and the presence of a degree of a leverage effect. In order to resolve for the problem of “asymmetry” in volatility, the retained specifications point to the importance of stocks reactions in response to news. Effects of shocks on volatility highlight also the need to study the “long term” behaviour of conditional variance of stocks returns and articulate the presence of long memory and dependence of time series in the long run. We note that the integrated fractional autoregressive model allows for representing time series that show long-term conditional variance thanks to fractional integration parameters. In order to stop at the dynamics that manage time series, a comparative study of the results of the different models will allow for better understanding volatility structure over the Tunisia stock market, with the aim of accurately predicting fluctuation risks.Keywords: asymmetry volatility, clustering, stylised facts, leverage effect
Procedia PDF Downloads 2994103 Double Fourier Series Applied to Supraharmonic Determination: The Specific Cases of a Boost and an Interleaved Boost Converter Used as Active Power Factor Correctors
Authors: Erzen Muharemi, Emmanuel De Jaeger, Jos Knockaert
Abstract:
The work presented here investigates the modeling of power electronics converters in terms of their harmonic production. Specifically, it addresses high-frequency emissions in the range of 2-150 kHz, referred to as supraharmonics. This paper models a conventional converter, namely the boost converter used as an active power factor corrector (APFC). Furthermore, the modeling is extended to the case of the interleaved boost converter, which offers advantages such as halving the emissions. Finally, a comparison between the theoretical, numerical, and experimental results will be provided.Keywords: APFC, boost converter, converter modeling, double fourier series, supraharmonics
Procedia PDF Downloads 444102 The Socio-Cultural Aspect of Food in Ceremonial Turkey
Authors: Suheyla Saritas
Abstract:
No matter who we are or where we live, our lives revolve around food, which is much more than a merely sustenance. As a part of the human culture, food carries complex significance and symbolic meanings. Turkish people attribute great value to food and its usage specifically tied to rites of passages of human life. Traditions, especially the ones practiced during rites of passages, such as birth, circumcisions, weddings and funerals, have always been accompanied by food in Turkish culture. Since food celebrates and symbolizes human progress in life in the culture, it also surrounds by aspects of belief, custom, magic, ritual and religion and has always been used in ceremonial context during such rites. Even though that context may be different depending on the religious, economic and social nuances of the various Turkish regions, like wheat, meat and bread, certain kinds of food play key roles during Turkish rites, generally upholding traditions. This paper highlights the sociocultural aspect of food in the rites of passages in the Turkish culture. The importance of this work also is how the ceremonial food represents the identity of Turkish people.Keywords: food, culture, rites of passages, ritual and identity
Procedia PDF Downloads 4324101 Modelling Structural Breaks in Stock Price Time Series Using Stochastic Differential Equations
Authors: Daniil Karzanov
Abstract:
This paper studies the effect of quarterly earnings reports on the stock price. The profitability of the stock is modeled by geometric Brownian diffusion and the Constant Elasticity of Variance model. We fit several variations of stochastic differential equations to the pre-and after-report period using the Maximum Likelihood Estimation and Grid Search of parameters method. By examining the change in the model parameters after reports’ publication, the study reveals that the reports have enough evidence to be a structural breakpoint, meaning that all the forecast models exploited are not applicable for forecasting and should be refitted shortly.Keywords: stock market, earnings reports, financial time series, structural breaks, stochastic differential equations
Procedia PDF Downloads 2054100 Extending the AOP Joinpoint Model for Memory and Type Safety
Authors: Amjad Nusayr
Abstract:
Software security is a general term used to any type of software architecture or model in which security aspects are incorporated in this architecture. These aspects are not part of the main logic of the underlying program. Software security can be achieved using a combination of approaches, including but not limited to secure software designs, third part component validation, and secure coding practices. Memory safety is one feature in software security where we ensure that any object in memory has a valid pointer or a reference with a valid type. Aspect-Oriented Programming (AOP) is a paradigm that is concerned with capturing the cross-cutting concerns in code development. AOP is generally used for common cross-cutting concerns like logging and DB transaction managing. In this paper, we introduce the concepts that enable AOP to be used for the purpose of memory and type safety. We also present ideas for extending AOP in software security practices.Keywords: aspect oriented programming, programming languages, software security, memory and type safety
Procedia PDF Downloads 1284099 The Impact of Developing an Educational Unit in the Light of Twenty-First Century Skills in Developing Language Skills for Non-Arabic Speakers: A Proposed Program for Application to Students of Educational Series in Regular Schools
Authors: Erfan Abdeldaim Mohamed Ahmed Abdalla
Abstract:
The era of the knowledge explosion in which we live requires us to develop educational curricula quantitatively and qualitatively to adapt to the twenty-first-century skills of critical thinking, problem-solving, communication, cooperation, creativity, and innovation. The process of developing the curriculum is as significant as building it; in fact, the development of curricula may be more difficult than building them. And curriculum development includes analyzing needs, setting goals, designing the content and educational materials, creating language programs, developing teachers, applying for programmes in schools, monitoring and feedback, and then evaluating the language programme resulting from these processes. When we look back at the history of language teaching during the twentieth century, we find that developing the delivery method is the most crucial aspect of change in language teaching doctrines. The concept of delivery method in teaching is a systematic set of teaching practices based on a specific theory of language acquisition. This is a key consideration, as the process of development must include all the curriculum elements in its comprehensive sense: linguistically and non-linguistically. The various Arabic curricula provide the student with a set of units, each unit consisting of a set of linguistic elements. These elements are often not logically arranged, and more importantly, they neglect essential points and highlight other less important ones. Moreover, the educational curricula entail a great deal of monotony in the presentation of content, which makes it hard for the teacher to select adequate content; so that the teacher often navigates among diverse references to prepare a lesson and hardly finds the suitable one. Similarly, the student often gets bored when learning the Arabic language and fails to fulfill considerable progress in it. Therefore, the problem is not related to the lack of curricula, but the problem is the development of the curriculum with all its linguistic and non-linguistic elements in accordance with contemporary challenges and standards for teaching foreign languages. The Arabic library suffers from a lack of references for curriculum development. In this paper, the researcher investigates the elements of development, such as the teacher, content, methods, objectives, evaluation, and activities. Hence, a set of general guidelines in the field of educational development were reached. The paper highlights the need to identify weaknesses in educational curricula, decide the twenty-first-century skills that must be employed in Arabic education curricula, and the employment of foreign language teaching standards in current Arabic Curricula. The researcher assumes that the series of teaching Arabic to speakers of other languages in regular schools do not address the skills of the twenty-first century, which is what the researcher tries to apply in the proposed unit. The experimental method is the method of this study. It is based on two groups: experimental and control. The development of an educational unit will help build suitable educational series for students of the Arabic language in regular schools, in which twenty-first-century skills and standards for teaching foreign languages will be addressed and be more useful and attractive to students.Keywords: curriculum, development, Arabic language, non-native, skills
Procedia PDF Downloads 854098 Solution of Some Boundary Value Problems of the Generalized Theory of Thermo-Piezoelectricity
Authors: Manana Chumburidze
Abstract:
We have considered a non-classical model of dynamical problems for a conjugated system of differential equations arising in thermo-piezoelectricity, which was formulated by Toupin – Mindlin. The basic concepts and the general theory of solvability for isotropic homogeneous elastic media is considered. They are worked by using the methods the Laplace integral transform, potential method and singular integral equations. Approximate solutions of mixed boundary value problems for finite domain, bounded by the some closed surface are constructed. They are solved in explicitly by using the generalized Fourier's series method.Keywords: thermo-piezoelectricity, boundary value problems, Fourier's series, isotropic homogeneous elastic media
Procedia PDF Downloads 4664097 Learning Motivation Factors for Pre-Cadets in Armed Forces Academies Preparatory School, Ministry of Defense
Authors: Prachya Kamonphet
Abstract:
The purposes of this research were to study the learning motivation factors for Pre-cadets in Armed Forces Academies Preparatory School, Ministry of Defense. The subjects were 320 Pre-cadets (from all 3-year classes of Pre-cadets, the academic year 2015). The research instruments were questionnaires. The collected data were analyzed by means of Descriptive Statistic and One-Way Analysis of Variance. The results of this study were as follows: The relation between the Pre-cadets’ average grade and the motivation in studying was significance.In the aspect of the environment related to Pre-cadets’ families and the motivation in studying.In the aspect of the environment related to Pre-cadets’ studying, it was found that teaching method, learning place, educational media, relationship between teachers and Pre-cadets, relationship between Pre-cadets and their friends, and relationship between Pre-cadets and the commanders were significant.Keywords: learning motivation factors, learning motivation, armed forces academies preparatory school, learning
Procedia PDF Downloads 2424096 Ultimate Strength Prediction of Shear Walls with an Aspect Ratio between One and Two
Authors: Said Boukais, Ali Kezmane, Kahil Amar, Mohand Hamizi, Hannachi Neceur Eddine
Abstract:
This paper presents an analytical study on the behavior of rectangular reinforced concrete walls with an aspect ratio between one and tow. Several experiments on such walls have been selected to be studied. Database from various experiments were collected and nominal wall strengths have been calculated using formulas, such as those of the ACI (American), NZS (New Zealand), Mexican (NTCC), and Wood equation for shear and strain compatibility analysis for flexure. Subsequently, nominal ultimate wall strengths from the formulas were compared with the ultimate wall strengths from the database. These formulas vary substantially in functional form and do not account for all variables that affect the response of walls. There is substantial scatter in the predicted values of ultimate strength. New semi empirical equation are developed using data from tests of 46 walls with the objective of improving the prediction of ultimate strength of walls with the most possible accuracy and for all failure modes.Keywords: prediction, ultimate strength, reinforced concrete walls, walls, rectangular walls
Procedia PDF Downloads 3374095 Leadership and Whether It Stems from Innate Abilities or from Situation
Authors: Salwa Abdelbaki
Abstract:
This research investigated how leaders develop, asking whether they have been leaders due to their innate abilities or they gain leadership characteristics through interactions based on requirements of a situation. If the first is true, then a leader should be successful in any situation. Otherwise, a leader may succeed only in a specific situation. A series of experiments were carried out on three groups including of males and females. First; a group of 148 students with different specializations had to select a leader. Another group of 51 students had to recall their previous experiences and their knowledge of each other to identify who were leaders in different situations. Then a series of analytic tools were applied to the identified leaders and to the whole groups to find out how leaders were developed. A group of 40 young children was also experimented with to find young leaders among them and to analyze their characteristics.Keywords: leadership, innate characteristics, situation, leadership theories
Procedia PDF Downloads 2904094 Victim Witnesses of Human Trafficking: A Phenomenological Study
Authors: Jireh Reinor L. Vitto, Mylene S. Gumarao, Levy M. Fajanilan, Sheryll Ann M. Castillo, Leonardo B. Dorado, Miriam P. Narbarte
Abstract:
Human trafficking may happen to anyone. The study aimed to explore the experiences of victim witnesses of human trafficking. It utilized a qualitative phenomenological study design. Eighteen women, 15 to 46 years old, had experienced human trafficking (sex or labor trafficking), and with a filed case or not. An in-depth semi-structured, open-ended interview was employed to gather information. Guardians were also interviewed for triangulation purposes. Findings showed that the participants experienced fatigue and abuse for their physical aspect and gained negative feelings such as burdened, sad, scared (fear), stress, anger, trauma, depress and suicidal thoughts for their psychological aspect. For the spiritual aspect, the participants concluded to have enhanced spiritual life where they knew about God, became closer to God, and learned how to pray. They also faced challenges such as dysfunctional family, delinquent friends, exploitation, problems kept from the family, and poverty, which resulted in their becoming victims of human trafficking. To cope with the situation, they utilized family support, prayers, guts or courage (lakas ng loob), negotiation with their employer, and support from kababayans. Their practices and mechanisms to recover were the Blas Ople Center, rescue/entrapment operation, shelter, and embassy. After the incident, the participants shared that they earned to have thoughts of having a good life without going abroad/makabayan, knowledge of overseas Filipino workers, wise choice of friends, contentment, and value for the family.Keywords: victim-witnesses, human trafficking, lived experiences, challenges, coping strategies
Procedia PDF Downloads 1314093 Epistemic Uncertainty Analysis of Queue with Vacations
Authors: Baya Takhedmit, Karim Abbas, Sofiane Ouazine
Abstract:
The vacations queues are often employed to model many real situations such as computer systems, communication networks, manufacturing and production systems, transportation systems and so forth. These queueing models are solved at fixed parameters values. However, the parameter values themselves are determined from a finite number of observations and hence have uncertainty associated with them (epistemic uncertainty). In this paper, we consider the M/G/1/N queue with server vacation and exhaustive discipline where we assume that the vacation parameter values have uncertainty. We use the Taylor series expansions approach to estimate the expectation and variance of model output, due to epistemic uncertainties in the model input parameters.Keywords: epistemic uncertainty, M/G/1/N queue with vacations, non-parametric sensitivity analysis, Taylor series expansion
Procedia PDF Downloads 4344092 Syntactic, Semantic, and Pragmatic Rationalization of Modal Auxiliary Verbs in Akan
Authors: Joana Portia Sakyi
Abstract:
The uniqueness of auxiliary verbs and their contribution to grammar as constituents, which act as preverbs to supply additional grammatical or functional meanings to clauses, are well established. Functionally, they relate clauses to tense, aspect, mood, voice, emphasis, and modality, along with the main verbs conveying the appropriate lexical content. There has been an issue in Akan grammar vis-à-vis the status of auxiliary verbs, in terms of whether Akan has auxiliaries or not and even which forms are to be regarded as auxiliaries. We investigate the syntactic, semantic, and pragmatic components of expressions and claim that Akan has auxiliary verbs that contribute the functional or grammatical meaning of modality, tense/aspect, etc., to clauses they occur in. Essentially, we use a self-created corpus data to consider the affix bέ- ‘may’, ‘must’, ‘should’; the form tùmí ‘can’, ‘be able to’; mà ‘to let’, ‘to allow’, ‘to permit’, ‘to make’, or ‘to cause’ someone to do something; the multi-word forms ὲsὲ sέ ‘must’, ‘should’ or ‘have to’ and ètwà sέ ‘must’, ‘should’ or ‘have to’, and assert that they are legitimate modal auxiliaries conveying epistemic, deontic, and dynamic modalities, as well as other meanings in the language.Keywords: Akan, modality, modal auxiliaries, semantics
Procedia PDF Downloads 794091 Systematic Study of Mutually Inclusive Influence of Temperature and Substitution on the Coordination Geometry of Co(II) in a Series of Coordination Polymer and Their Properties
Authors: Manasi Roy, Raju Mondal
Abstract:
During last two decades the synthesis and design of MOFs or novel coordination polymers (CPs) has flourished as an emerging area of research due to their role as functional materials. Accordingly, ten new cobalt-based MOFs have been synthesized using a simple bispyrazole ligand, 4,4′-methylene-bispyrazole (H2MBP), and isophthalic acid (H2IPA) and its four 5-substituted derivatives R-H2IPA (R = COOH, OH, tBu, NH2). The major aim of this study was to validate the mutual influence of temperature and substitutions on the final structural self-assembly. Five different isophthalic acid derivatives were used to study the influence of substituents while each reaction was carried out at two different temperatures to assess the temperature effect. A clear correlation was observed between the reaction temperature and the coordination number of the cobalt atoms which consequently changes the self assembly pattern. Another fact that the periodical change in coordination number did bring about some systematic changes in the structural network via secondary building unit selectivity. With the presence of a tunable cavity inside the network, and unsaturated metal centers, MOFs show highly encouraging photocatalytic degradation of toxic dye with a potential application in waste water purification. Another fascinating aspect of this work is the construction of magnetic coordination polymers with the occurrence of a not-so-common MCE behavior of cobalt-based MOF.Keywords: MOFs, temperature effect, MCE, dye degradation
Procedia PDF Downloads 1364090 Geochemical Characteristics of Aromatic Hydrocarbons in the Crude Oils from the Chepaizi Area, Junggar Basin, China
Authors: Luofu Liu, Fei Xiao Jr., Fei Xiao
Abstract:
Through the analysis technology of gas chromatography-mass spectrometry (GC-MS), the composition and distribution characteristics of aromatic hydrocarbons in the Chepaizi area of the Junggar Basin were analyzed in detail. Based on that, the biological input, maturity of crude oils and sedimentary environment of the corresponding source rocks were determined and the origin types of crude oils were divided. The results show that there are three types of crude oils in the study area including Type I, Type II and Type III oils. The crude oils from the 1st member of the Neogene Shawan Formation are the Type I oils; the crude oils from the 2nd member of the Neogene Shawan Formation are the Type II oils; the crude oils from the Cretaceous Qingshuihe and Jurassic Badaowan Formations are the Type III oils. For the Type I oils, they show a single model in the late retention time of the chromatogram of total aromatic hydrocarbons. The content of triaromatic steroid series is high, and the content of dibenzofuran is low. Maturity parameters related to alkyl naphthalene, methylphenanthrene and alkyl dibenzothiophene all indicate low maturity for the Type I oils. For the Type II oils, they have also a single model in the early retention time of the chromatogram of total aromatic hydrocarbons. The content of naphthalene and phenanthrene series is high, and the content of dibenzofuran is medium. The content of polycyclic aromatic hydrocarbon representing the terrestrial organic matter is high. The aromatic maturity parameters indicate high maturity for the Type II oils. For the Type III oils, they have a bi-model in the chromatogram of total aromatic hydrocarbons. The contents of naphthalene series, phenanthrene series, and dibenzofuran series are high. The aromatic maturity parameters indicate medium maturity for the Type III oils. The correlation results of triaromatic steroid series fingerprint show that the Type I and Type III oils have similar source and are both from the Permian Wuerhe source rocks. Because of the strong biodegradation and mixing from other source, the Type I oils are very different from the Type III oils in aromatic hydrocarbon characteristics. The Type II oils have the typical characteristics of terrestrial organic matter input under oxidative environment, and are the coal oil mainly generated by the mature Jurassic coal measure source rocks. However, the overprinting effect from the low maturity Cretaceous source rocks changed the original distribution characteristics of aromatic hydrocarbons to some degree.Keywords: oil source, geochemistry, aromatic hydrocarbons, crude oils, chepaizi area, Junggar Basin
Procedia PDF Downloads 3554089 Flood Predicting in Karkheh River Basin Using Stochastic ARIMA Model
Authors: Karim Hamidi Machekposhti, Hossein Sedghi, Abdolrasoul Telvari, Hossein Babazadeh
Abstract:
Floods have huge environmental and economic impact. Therefore, flood prediction is given a lot of attention due to its importance. This study analysed the annual maximum streamflow (discharge) (AMS or AMD) of Karkheh River in Karkheh River Basin for flood predicting using ARIMA model. For this purpose, we use the Box-Jenkins approach, which contains four-stage method model identification, parameter estimation, diagnostic checking and forecasting (predicting). The main tool used in ARIMA modelling was the SAS and SPSS software. Model identification was done by visual inspection on the ACF and PACF. SAS software computed the model parameters using the ML, CLS and ULS methods. The diagnostic checking tests, AIC criterion, RACF graph and RPACF graphs, were used for selected model verification. In this study, the best ARIMA models for Annual Maximum Discharge (AMD) time series was (4,1,1) with their AIC value of 88.87. The RACF and RPACF showed residuals’ independence. To forecast AMD for 10 future years, this model showed the ability of the model to predict floods of the river under study in the Karkheh River Basin. Model accuracy was checked by comparing the predicted and observation series by using coefficient of determination (R2).Keywords: time series modelling, stochastic processes, ARIMA model, Karkheh river
Procedia PDF Downloads 2884088 Developing Ergonomic Prototype Testing Method for Manual Material Handling
Authors: Yusuf Nugroho Doyo Yekti, Budi Praptono, Fransiskus Tatas Dwi Atmaji
Abstract:
There is no ergonomic prototype testing method for manual material handling yet. This study has been carried out to demonstrate the comprehensive ergonomic assessment. The ergonomic assessment is important to improve safety of products and to ensure usefulness of the product. The prototype testing is conducted by involving few intended users and ordinary people. In this study, there are four operators who participated in several tests. Also, there are 30 ordinary people who joined the usability test. All the ordinary people never do material handling activity nor use material handling device. The methods used in the tests are Rapid Entire Body Assessment (REBA), Recommended Weight Limit (RWL), and Cardiovascular Load (%CVL) other than usability test and questionnaire. The proposed testing methods cover comprehensive ergonomic aspects, i.e. physical aspect, mental aspect, emotional aspects of human.Keywords: ergonomic, manual material handling, prototype testing, assessment
Procedia PDF Downloads 5184087 The Role of Nozzle-Exit Conditions on the Flow Field of a Plane Jet
Authors: Ravinesh C. Deo
Abstract:
This article reviews the role of nozzle-exit conditions on the flow field of a plane jet. The jet issuing from a sharp-edged orifice plate at a Reynolds number (Re=18000) with nozzle aspect ratio (AR=72) exhibits the greatest shear-layer instabilities, highest entrainment and jet-spreading rates compared to the radially contoured nozzle. The growth rate of the shear-layer is the highest for the orifice-jet although this property could be amplified for larger Re or AR. A local peak in turbulent energy is found at x=10h. The peak appears to be elevated for an orifice-jet with lower Re or AR. The far-field energy sustained by the orifice-jet exceeds the contoured case although a higher Re and AR may enhance this value. The spectra displays the largest eddies generated by the contoured nozzle. However, the frequency of coherent eddies is higher for the orifice-jet, with a larger magnitude achievable for lower Re and AR.Keywords: plane jet, Reynolds number, nozzle-exit conditions, nozzle geometry, aspect ratio
Procedia PDF Downloads 173