Search results for: Samia M. Sami
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 124

Search results for: Samia M. Sami

94 A Parallel Algorithm for Solving the PFSP on the Grid

Authors: Samia Kouki

Abstract:

Solving NP-hard combinatorial optimization problems by exact search methods, such as Branch-and-Bound, may degenerate to complete enumeration. For that reason, exact approaches limit us to solve only small or moderate size problem instances, due to the exponential increase in CPU time when problem size increases. One of the most promising ways to reduce significantly the computational burden of sequential versions of Branch-and-Bound is to design parallel versions of these algorithms which employ several processors. This paper describes a parallel Branch-and-Bound algorithm called GALB for solving the classical permutation flowshop scheduling problem as well as its implementation on a Grid computing infrastructure. The experimental study of our distributed parallel algorithm gives promising results and shows clearly the benefit of the parallel paradigm to solve large-scale instances in moderate CPU time.

Keywords: grid computing, permutation flow shop problem, branch and bound, load balancing

Procedia PDF Downloads 255
93 Adaptive Cooperative Control of Nonholonomic Mobile Robot Based on Immersion and Invariance

Authors: Imil Hamda Imran, Sami El Ferik

Abstract:

This paper deals with adaptive cooperative control of non holonomic mobile robot moved together in a given formation. The controller is designed based on the Immersion and Invariance (I&I) approach. I&I is a framework for adaptive stabilization of nonlinear systems with uncertain parameters. We investigate the tracking control of non holonomic mobile robot with uncertainties in The I&I-based adaptive controller regulates the angular and linear velocity of non holonomic mobile robot. The results demonstrate that the ability of I&I-based adaptive cooperative control in tracking the position of non holonomic mobile robot.

Keywords: nonholonomic mobile robot, immersion and invariance, adaptive control, uncertain nonlinear systems

Procedia PDF Downloads 469
92 A Computational Cost-Effective Clustering Algorithm in Multidimensional Space Using the Manhattan Metric: Application to the Global Terrorism Database

Authors: Semeh Ben Salem, Sami Naouali, Moetez Sallami

Abstract:

The increasing amount of collected data has limited the performance of the current analyzing algorithms. Thus, developing new cost-effective algorithms in terms of complexity, scalability, and accuracy raised significant interests. In this paper, a modified effective k-means based algorithm is developed and experimented. The new algorithm aims to reduce the computational load without significantly affecting the quality of the clusterings. The algorithm uses the City Block distance and a new stop criterion to guarantee the convergence. Conducted experiments on a real data set show its high performance when compared with the original k-means version.

Keywords: pattern recognition, global terrorism database, Manhattan distance, k-means clustering, terrorism data analysis

Procedia PDF Downloads 358
91 Evaluation of Marwit Rod El Leqah Quartz Deposits As A Strategic Source of High Purity Quartz

Authors: Suzan Sami Ibrahim, Mohamed Gad Shahien, Ali Quarny Seliem, Mostafa Ragab Abukhadra

Abstract:

Pegmatite quartz deposits of Marwit Rod El Leqah area classify as medium purity quartz with 99.575 % average SiO2 content and therefore do not match the requirements of high technical applications (99.8 % SiO2 for solar cells, 99.8% SiO2 for electronics). Petrographic field and petrographic investigations reveal that, the reduction of the silica content attributed mainly to impurities of iron oxide, muscovite, rutile, orthoclase, granitic rafts and fluid inclusions. Such impurities resulted in raising Fe2O3, Al2O3, MgO, CaO, K2O and Na2O relative to the silica content. Structural impurities are the main source of trace elements in the quartz samples.

Keywords: High purity quartz, High-tech applications, solid impurities, structural impurities

Procedia PDF Downloads 473
90 Problem of Services Selection in Ubiquitous Systems

Authors: Malika Yaici, Assia Arab, Betitra Yakouben, Samia Zermani

Abstract:

Ubiquitous computing is nowadays a reality through the networking of a growing number of computing devices. It allows providing users with context aware information and services in a heterogeneous environment, anywhere and anytime. Selection of the best context-aware service, between many available services and providers, is a tedious problem. In this paper, a service selection method based on Constraint Satisfaction Problem (CSP) formalism is proposed. The services are considered as variables and domains; and the user context, preferences and providers characteristics are considered as constraints. The Backtrack algorithm is used to solve the problem to find the best service and provider which matches the user requirements. Even though this algorithm has an exponential complexity, but its use guarantees that the service, that best matches the user requirements, will be found. A comparison of the proposed method with the existing solutions finishes the paper.

Keywords: ubiquitous computing, services selection, constraint satisfaction problem, backtrack algorithm

Procedia PDF Downloads 213
89 An Innovative Approach to Solve Thermal Comfort Problem Related to the 100m2 Houses in Erbil

Authors: Haval Sami Ali, Hassan Majeed Hassoon Aldelfi

Abstract:

Due to the rapid growth of Erbil population and the resulting shortage of residential buildings, individuals actively utilized 5x20 m plots for two bedroom residential houses. Consequently, poor and unhealthy ventilation comes about. In this paper, the authors developed an old Barajeel (Wind Catchers) approach for natural ventilation. Two Barajeels (Wind Catchers) are designed and located at both extreme ends of the built unit. The two wind catchers are made as inlet and outlet for the air movement where the rate of air changes at its best. To validate the usage of the wind catchers a CFD Software was used to simulate the operation of the wind catchers for natural ventilations for average wind speed of 2 m/s. The results show a positive solution to solve the problem of the cramped such built units. It can be concluded that such solutions can be deployed by the local Kurdistan authorities.

Keywords: wind catcher, ventilation, natural, air changes, Barajeel, Erbil

Procedia PDF Downloads 266
88 Design Modification of Lap Joint of Fiber Metal Laminates (CARALL)

Authors: Shaher Bano, Samia Fida, Asif Israr

Abstract:

The synergistic effect of properties of metals and fibers reinforced laminates has diverted attention of the world towards use of robust composite materials known as fiber-metal laminates in many high performance applications. In this study, modification of an adhesively bonded joint as a single lap joint of carbon fibers based CARALL FML has done to increase interlaminar shear strength of the joint. The effect of different configurations of joint designs such as spews, stepped and modification in adhesive by addition of nano-fillers was studied. Both experimental and simulation results showed that modified joint design have superior properties as maximum force experienced stepped joint was 1.5 times more than the simple lap joint. Addition of carbon nano-tubes as nano-fillers in the adhesive joint increased the maximum force due to crack deflection mechanism.

Keywords: adhesive joint, Carbon Reinforced Aluminium Laminate (CARALL), fiber metal laminates, spews

Procedia PDF Downloads 208
87 Minimizing Mutant Sets by Equivalence and Subsumption

Authors: Samia Alblwi, Amani Ayad

Abstract:

Mutation testing is the art of generating syntactic variations of a base program and checking whether a candidate test suite can identify all the mutants that are not semantically equivalent to the base: this technique is widely used by researchers to select quality test suites. One of the main obstacles to the widespread use of mutation testing is cost: even small pro-grams (a few dozen lines of code) can give rise to a large number of mutants (up to hundreds): this has created an incentive to seek to reduce the number of mutants while preserving their collective effectiveness. Two criteria have been used to reduce the size of mutant sets: equiva-lence, which aims to partition the set of mutants into equivalence classes modulo semantic equivalence, and selecting one representative per class; subsumption, which aims to define a partial ordering among mutants that ranks mutants by effectiveness and seeks to select maximal elements in this ordering. In this paper we analyze these two policies using analytical and em-pirical criteria.

Keywords: mutation testing, mutant sets, mutant equivalence, mutant subsumption, mutant set minimization

Procedia PDF Downloads 38
86 Elephant Herding Optimization for Service Selection in QoS-Aware Web Service Composition

Authors: Samia Sadouki Chibani, Abdelkamel Tari

Abstract:

Web service composition combines available services to provide new functionality. Given the number of available services with similar functionalities and different non functional aspects (QoS), the problem of finding a QoS-optimal web service composition is considered as an optimization problem belonging to NP-hard class. Thus, an optimal solution cannot be found by exact algorithms within a reasonable time. In this paper, a meta-heuristic bio-inspired is presented to address the QoS aware web service composition; it is based on Elephant Herding Optimization (EHO) algorithm, which is inspired by the herding behavior of elephant group. EHO is characterized by a process of dividing and combining the population to sub populations (clan); this process allows the exchange of information between local searches to move toward a global optimum. However, with Applying others evolutionary algorithms the problem of early stagnancy in a local optimum cannot be avoided. Compared with PSO, the results of experimental evaluation show that our proposition significantly outperforms the existing algorithm with better performance of the fitness value and a fast convergence.

Keywords: bio-inspired algorithms, elephant herding optimization, QoS optimization, web service composition

Procedia PDF Downloads 300
85 Open Data for e-Governance: Case Study of Bangladesh

Authors: Sami Kabir, Sadek Hossain Khoka

Abstract:

Open Government Data (OGD) refers to all data produced by government which are accessible in reusable way by common people with access to Internet and at free of cost. In line with “Digital Bangladesh” vision of Bangladesh government, the concept of open data has been gaining momentum in the country. Opening all government data in digital and customizable format from single platform can enhance e-governance which will make government more transparent to the people. This paper presents a well-in-progress case study on OGD portal by Bangladesh Government in order to link decentralized data. The initiative is intended to facilitate e-service towards citizens through this one-stop web portal. The paper further discusses ways of collecting data in digital format from relevant agencies with a view to making it publicly available through this single point of access. Further, possible layout of this web portal is presented.

Keywords: e-governance, one-stop web portal, open government data, reusable data, web of data

Procedia PDF Downloads 327
84 Politicizing Literature: Henry Fielding’s the Authors Farce and George II’s Policies of Nonsense and Ignorance

Authors: Samia Al-Shayban

Abstract:

Conventionally, Fielding Author’s Farce is read as an attack on literary and theatrical establishment. This paper attempt to read it as a disguised scathing political attack upon, King George II, his court and administration. Fielding achieves his design through complex dramatization based on implicit connections between King George II and the poor poet Luckless who shifts his stand from defending the liberties of the authors into becoming one of their oppressors. Through the same connection, the king is accused of being the originator and protector of literary corruption. To strengthen the attack against the king, the court of nonsense which appeared in Luckless’ play is connected to George II’s court through the presence of opera and ignorance. Thus, Fielding’s literary dramatization is used as a medium to expose the corrupting influence of the ruling elite. The King, his court and administration are all complacent in devaluing the English theatre and turning it into a circus that generate nothing but ignorance and poverty. This practice is deliberately designed to keep people ignorant and authors poor so they remain unable to challenge their corrupt politics.

Keywords: fielding, King George II, ignorance, theatre, plays

Procedia PDF Downloads 550
83 Epidemiological Investigation of Abortion in Ewes in Algeria

Authors: Laatra Zemmouri, Said Boukhechem, Samia Haffaf, Mohamed Lafri

Abstract:

A study was conducted in order to determine the prevalence and risk factors associated with abortion in ewes in the region of M’sila, located in central-eastern Algeria. A questionnaire was carried out to obtain information about the occurrence of abortion, sheep housing conditions, vaccination, feeding and management practices, and whether the farmers kept other livestock. This cross-sectional study was conducted for 36 months (between 2016 and 2019). A total of 71 sheep flocks were visited. Among 8168 ewes, we recorded 734 (8.99%) abortions and 3861 lambings. The risk factor analysis using multivariable logistic regression showed an association between abortion and vaccination against brucellosis (CI 95%= 2,76-1,35; p<0,001). Abortion decreased when dogs are owned (CI 95%= 0,36-0,84; p= 0.006), however, abortion increased with the presence of cats in farms (CI 95%= 1,24-2,8; p=0.003). There was a significant association between abortion and keeping goats (CI 95%= 1,18-2,40; p= 0.004), bovins (CI 95%= 0,3-0,68; p<0,001) and poultry CI 95%= 0,39-0,77; p= 0.001) in farms. Through this study, it is noticed that a strong association between the occurrence of abortion and estrus synchronization, stillbirth occurrence, and feed supplementation (p<0.05). Identification of the causes of abortion is an important task to reduce foetal losses and to improve livestock productivity.

Keywords: abortion, ewes, questionnaire, risk factors

Procedia PDF Downloads 196
82 Development of a Nano-Alumina-Zirconia Composite Catalyst as an Active Thin Film in Biodiesel Production

Authors: N. Marzban, J. K. Heydarzadeh M. Pourmohammadbagher, M. H. Hatami, A. Samia

Abstract:

A nano-alumina-zirconia composite catalyst was synthesized by a simple aqueous sol-gel method using AlCl3.6H2O and ZrCl4 as precursors. Thermal decomposition of the precursor and subsequent formation of γ-Al2O3 and t-Zr were investigated by thermal analysis. XRD analysis showed that γ-Al2O3 and t-ZrO2 phases were formed at 700 °C. FT-IR analysis also indicated that the phase transition to γ-Al2O3 occurred in corroboration with X-ray studies. TEM analysis of the calcined powder revealed that spherical particles were in the range of 8-12 nm. The nano-alumina-zirconia composite particles were mesoporous and uniformly distributed in their crystalline phase. In order to measure the catalytic activity, esterification reaction was carried out. Biodiesel, as a renewable fuel, was formed in a continuous packed column reactor. Free fatty acid (FFA) was esterified with ethanol in a heterogeneous catalytic reactor. It was found that the synthesized γ-Al2O3/ZrO2 composite had the potential to be used as a heterogeneous base catalyst for biodiesel production processes.

Keywords: nano alumina-zirconia, composite catalyst, thin film, biodiesel

Procedia PDF Downloads 208
81 Nanoindentation Behavior and Physical Properties of Polyvinyl Chloride /Styrene Co-Maleic Anhydride Blend Reinforced by Nano-Bentonite

Authors: Dalia Elsawy Abulyazied, Samia Mohamad Mokhtar, Ahmed Magdy Motawie

Abstract:

This article studies the effects of nano-bentonite on the structure and properties of polymer blends nanocomposites, based on polyvinyl chloride (PVC) and styrene co-maleic anhydride (SMA) blend. Modification of Egyptian bentonite (EB) is carried out using organo-modifier namely; octadecylamine (ODA). Octadecylamine bentonite (ODA-B) is characterized using FTIR, XRD and TEM. Nanocomposites of PVC/SMA/ODA-B are prepared by solution intercalation polymerization from 0.50 up to 5 phr. The nanocomposites are characterized by XRD and TEM. Thermal behavior of the nanocomposites is studied. The effect of different content of ODA-B on the nano-mechanical properties is investigated by a nano-indentation test method. Also the swelling and electrical properties of the nanocomposites are measured. The morphology of the nanocomposites shows that ODA-B achieved good dispersion in the PVC/SMA matrix. The thermal stability of the nanocomposites is enhanced due to the presence of the ODA-B. Incorporation of 0.5, 1, 3 and 5 phr. ODA-B into the PVC/SMA blends results in an improvement in nano-hardness of 16%, 76%, 92%, and 68% respectively. The elastic modulus increased by 37% from 4.59 GPa for unreinforced PVC/SMA blend to 6.30 GPa for 3 phr. The cross-link density and the electrical conductivity of the nanocomposites are increased with increasing the content of ODA-B.

Keywords: PVC, SMA, nanocomposites, nano-bentonite, nanoindentation, crosslink density

Procedia PDF Downloads 456
80 Experimental Characterization of Anisotropic Mechanical Properties of Textile Woven Fabric

Authors: Rym Zouari, Sami Ben Amar, Abdelwaheb Dogui

Abstract:

This paper presents an experimental characterization of the anisotropic mechanical behavior of 4 textile woven fabrics with different weaves (Twill 3, Plain, Twill4 and Satin 4) by off-axis tensile testing. These tests are applied according seven directions oriented by 15° increment with respect to the warp direction. Fixed and articulated jaws are used. Analysis of experimental results is done through global (Effort/Elongation curves) and local scales. Global anisotropy was studied from the Effort/Elongation curves: shape, breaking load (Frup), tensile elongation (EMT), tensile energy (WT) and linearity index (LT). Local anisotropy was studied from the measurement of strain tensor components in the central area of the specimen as a function of testing orientation and effort: longitudinal strain ɛL, transverse strain ɛT and shearing ɛLT. The effect of used jaws is also analyzed.

Keywords: anisotropy, off-axis tensile test, strain fields, textile woven fabric

Procedia PDF Downloads 335
79 Modeling and Simulation of Textile Effluent Treatment Using Ultrafiltration Membrane Technology

Authors: Samia Rabet, Rachida Chemini, Gerhard Schäfer, Farid Aiouache

Abstract:

The textile industry generates large quantities of wastewater, which poses significant environmental problems due to its complex composition and high levels of pollutants loaded principally with heavy metals, large amounts of COD, and dye. Separation treatment methods are often known for their effectiveness in removing contaminants whereas membrane separation techniques are a promising process for the treatment of textile effluent due to their versatility, efficiency, and low energy requirements. This study focuses on the modeling and simulation of membrane separation technologies with a cross-flow filtration process for textile effluent treatment. It aims to explore the application of mathematical models and computational simulations using ASPEN Plus Software in the prediction of a complex and real effluent separation. The results demonstrate the effectiveness of modeling and simulation techniques in predicting pollutant removal efficiencies with a global deviation percentage of 1.83% between experimental and simulated results; membrane fouling behavior, and overall process performance (hydraulic resistance, membrane porosity) were also estimated and indicating that the membrane losses 10% of its efficiency after 40 min of working.

Keywords: membrane separation, ultrafiltration, textile effluent, modeling, simulation

Procedia PDF Downloads 28
78 Functional Nanomaterials for Environmental Applications

Authors: S. A. M. Sabrina, Gouget Lammel, Anne Chantal, Chazalviel, Jean Noël, Ozanam François, Etcheberry Arnaud, Tighlit Fatma Zohra, B. Samia, Gabouze Noureddine

Abstract:

The elaboration and characterization of hybrid nano materials give rise to considerable interest due to the new properties that arising. They are considered as an important category of new materials having innovative characteristics by combining the specific intrinsic properties of inorganic compounds (semiconductors) with the grafted organic species. This open the way to improved properties and spectacular applications in various and important fields, especially in the environment. In this work, nano materials based-semiconductors were elaborated by chemical route. The obtained surfaces were grafted with organic functional groups. The functionalization process was optimized in order to confer to the hybrid nano material a good stability as well as the right properties required for the subsequent applications. Different characterization techniques were used to investigate the resulting nano structures, such as SEM, UV-Visible, FTIR, Contact angle and electro chemical measurements. Finally, applications were envisaged in environmental area. The elaborated nano structures were tested for the detection and the elimination of pollutants.

Keywords: hybrid materials, porous silicon, peptide, metal detection

Procedia PDF Downloads 474
77 The African Translator as a Literary Globetrotter in Minds and Thoughts

Authors: Boudersa Said Sami

Abstract:

This paper aims at revealing the new role of the African translator as a progressive traveler in the thoughts and minds of both Africans and others via his/her multidimensional translations, and a particular focus will be here on literary translation. The African translator, in this respect, is a great actor in Africa’s literary, intellectual and philosophical movement through his exploration of great literary books and highly-echoed intellectual masterpieces via translation. The paper’s hypothesis revolves around the importance of the African translator in moving from one thought to another as shifting from one language to another (French to English or English to French and Arabic). Unless the African translator is alert-minded, lively and animated, the African thoughts are stagnant and Africa is a big mire of rotten ideas. African thoughts are alive, providing that translation is vivid. The findings of the paper reveal the significance of the African translator’s multidimensional roles in keeping Africa in movement. As a pertinent recommendation, translation in Africa should be fostered and its tools should be enhanced as well to keep Africa’s thoughts in continuous mobility between geographic areas as languages are in a progressive move through translation.

Keywords: African, translator, literary, globetrotter, movement

Procedia PDF Downloads 126
76 A CD40 Variant is Associated with Systemic Bone Loss Among Patients with Rheumatoid Arthritis

Authors: Rim Sghiri, Samia Al Shouli, Hana Benhassine, Nejla Elamri, Zahid Shakoor, Foued Slama, Adel Almogren, Hala Zeglaoui, Elyes Bouajina, Ramzi Zemni

Abstract:

Objectives: Little is known about genes predisposing to systemic bone loss (SBL) in rheumatoid arthritis (RA). Therefore, we examined the association between SBL and a variant of CD40 gene, which is known to play a critical role in both immune response and bone homeostasis among patients with RA. Methods: CD40 rs48104850 was genotyped in 176 adult RA patients. Bone mineral density (BMD) was measured using dual-energy X-ray absorptiometry (DXA). Results: Low BMD was observed in 116 (65.9%) patients. Among them, 60 (34.1%) had low femoral neck (FN) Z score, 72 (40.9%) had low total femur (TF) Z score, and 105 (59.6%) had low lumbar spine (LS) Z score. CD40 rs4810485 was found to be associated with reduced TF Z score with the CD40 rs4810485 T allele protecting against reduced TF Z score (OR = 0.40, 95% CI = 0.23-0.68, p = 0.0005). This association was confirmed in the multivariate logistic regression analysis (OR=0.31, 95% CI= 0.16-0.59, p=3.84 x 10₋₄). Moreover, median FN BMD was reduced among RA patients with CD40 rs4810485 GG genotype compared to RA patients harbouring CD40 rs4810485 TT and GT genotypes (0.788± 0.136 versus 0.826± 0.146g/cm², p=0.001). Conclusion: This study, for the first time ever, demonstrated an association between a CD40 genetic variant and SBL among patients with RA.

Keywords: rheumatoid arthritis, CD40 gene, bone mineral density, systemic bone loss, rs48104850

Procedia PDF Downloads 430
75 Rapid Generation of Octagonal Pyramids on Silicon Wafer for Photovoltaics by Swift Anisotropic Chemical Etching Process

Authors: Sami Iqbal, Azam Hussain, Weiping Wu, Guo Xinli, Tong Zhang

Abstract:

A novel octagonal upright micro-pyramid structure was generated by wet chemical anisotropic etching on a monocrystalline silicon wafer (100). The primary objectives are to reduce front surface reflectance of silicon wafers, improve wettability, enhance surface morphology, and maximize the area coverage by generated octagonal pyramids. Under rigorous control and observation, the etching process' response time was maintained precisely. The experimental outcomes show a significant decrease in the optical surface reflectance of silicon wafers, with the lowest reflectance of 8.98%, as well as enhanced surface structure, periodicity, and surface area coverage of more than 85%. The octagonal silicon pyramid was formed with a high etch rate of 0.41 um/min and a much shorter reaction time with the addition of hydrofluoric acid coupled with magnetic stirring (mechanical agitation) at 300 rpm.

Keywords: octagonal pyramids, rapid etching, solar cells, surface engineering, surface reflectance

Procedia PDF Downloads 74
74 Cordyceps and Related Fungi from Nigeria

Authors: Sami Michael Ayodele

Abstract:

Cordyceps are members of the fungi family Cordycepitaceae which are formally in Clavicipitaceae. They parasitize the larvae and adults of different susceptible arthropods. They are highly priced and have been reported to be highly medicinal. Cordyceps have been used for centuries in traditional medicine in China and other Asian countries. Survey studies were carried out to determine the presence of Cordyceps and another entomopathogenic fungal floral in North Central Nigeria for two consecutive years. Thirty samples were collected, twenty-eight were identified, and two were unidentified. Most identified species belong to Ophiocordyceps species (20samples), Cordyceps species (4samples) and Isaria species (4samples). The species identified were: Cordyceps pseudomilitaris, Cordyceps tuberculata, Cordyceps cylindrical, Ophiocordyceps nutans, O. criminals, O. oxycephala, O. kniphofioides and Isaria sinclairii. The morphological and microscopic features of the collected and identified species were similar to those reported in other countries. This is the first official report on the presence of Cordyceps species in Nigeria. Further collections from different ecological regions of Nigeria will show the richness of the floral diversity of these entomopathogenic and medicinal mushrooms in Nigeria.

Keywords: cordyceps, entomopathogenic, medicinal, North Central, Nigeria

Procedia PDF Downloads 67
73 The Valuation of Equity Book Value and Net Income of Financial Firms in Times of Financial Crisis

Authors: Sami Adwan, Alaa Alhaj Ismail, Claudia Girardone

Abstract:

This paper examines the changes in the value relevance of book value of equity and net income of financial firms over the crisis period. It also examines how these changes vary with three variables, namely, fair value exposure, ownership concentration, and regulatory capital ratios. Using a sample of financial firms operating in the European Economic Area over 2005-2011, our findings suggest that the value relevance of book value of equity increases while that of net income decreases during the financial crisis. We find that more exposure to fair value accounting mitigates the impact of the crisis on the value relevance of book value of equity and net income. We also find that more concentrated ownership appears to have a mitigating impact on the changes in the value relevance of both book value of equity and net income in times of financial crisis. Finally, we find evidence that the level of regulatory capital ratios tends to have an attenuating effect on the changes in the value relevance of net income (but not book value of equity) in times of financial crisis.

Keywords: value relevance, financial crisis, financial firms, fair value, ownership concentration, regulatory capital

Procedia PDF Downloads 151
72 Toxicity of Cymbopogon proximus (Maharaib) Oil Extract to Newzealand Rabbits

Authors: A. B. Amna, M. A. E. Samia, A. K. Hassan

Abstract:

The clinical, pathological, hematological and biological changes in Newzealand rabbits groups given daily oral doses of 0.1,0.25 and 0.5 ml/kg body weight/day of Cpmbopogon proximus oil extract were investigated in an experiment durated for 21 days. Other than the dose co-related mortality rates, the clinical signs were observed daily after dosing to be low appetite and nervous signs including restlessness and increased consciousness. Pulmonary excretion of the oil extract led to bloody spots on the lungs, lymphocyte infiltration, congestion and edema. Renal glumeruli manifested lymphocyte infiltration in addition to shrinkages and easinophilic material in the medulla, if considered with the corticomedullary generalized necrosis and the significant changes in urea, they can explain the renal dysfunction. Hepatic malfunction was manifested by significant changes in serum alkaline phosphatase and aspartate transferases accompanied by the congested, fatty changed livers. The direct physical effect of the extracted oil was detected by the catarrhal inflammation of the intestines.There was no significant haematological change except for the slight changes in RBCs and MCVs in rabbits given the highest dose. Future work for Cpmbopogon proximus oil extract was forwarded and practical implications of the result were highlighted.

Keywords: toxicity, cymbopogon proximus (maharaib), oil extract, Newzealand rabbits

Procedia PDF Downloads 457
71 Qualitative Analysis of Bituminous Mix Modified by Polypropylene and Impact Characteristics on Pavement Wearing Course

Authors: Jayisha Das Jaya, Nafis As Sami, Nazia Jahan, Tamanna Jerin, Mohammed Russedul Islam

Abstract:

This paper contains continuous research which helps to analyze polypropylene modified bituminous mix and its impact characteristics with respect to original bitumen. Three percentages of polypropylene varying from (1-3) % of the weight of bitumen have been used to alter bitumen’s performance. The temperature of 170°C has been maintained during the blending of polypropylene with bitumen. It was performed by a wet process as it has certain advantages over the dry process. A rough estimate of 210 rpm rotation speed was set to prepare the blend in a mixer for 30 minutes producing homogeneous mixture. The blended mix shows a change in physical properties in comparison with the original bitumen content. Modification shows that for a 1% increment of polypropylene, softening point increases by 1 degree, penetration values decrease gradually to 55.6, 54, 52.5, ductility values decrease gradually to 87,76, 63 and specific gravity remains the same. Then Marshall mix design is performed with 60/70 penetration grade bitumen contents varying from (4-6) % with .5% intervals. Marshall stability and flow test results indicate the increase in stability and decrease in flow.

Keywords: bitumen, marshall, polypropylene, temperature

Procedia PDF Downloads 212
70 Zooplankton Health Status Monitoring in Bir Mcherga Dam (Tunisia)

Authors: Sabria Barka, Imen Gdara, Zouhour Ouanès, Samia Mouelhi, Monia El Bour, Amel Hamza-Chaffai

Abstract:

Because dams are large semi-closed reservoirs of pollutants originating from numerous anthropogenic activities, they represent a threat to aquatic life and they should be monitored. The present work aims to use freshwater zooplankton (Copepods and Cladocerans) in order to evaluate the environmental health status of Bir M'cherga dam in Tunisia. Animals were collected in situ monthly between October and August. Genotoxicity (micronucleus test), neurotoxicity (acetylcholinesterase, AChE) and oxidative stress (catalase, CAT and malondialdehyde, MDA) biomarkers were analyzed in zooplankton. High frequencies of micronucleus were observed in zooplankton cells during summer. AChE activities were inhibited during early winter and summer. CAT and MDA biomarker levels showed high seasonal variability, suggesting that animals are permanently exposed to multiple oxidative stress. The results of this study suggest that the Bir Mcherga dam is subject to continuous multi-origin stress, probably amplified by abiotic parameters. It is then recommended to urgently monitor freshwater environments in Tunisia, especially those used for irrigation and consumption.

Keywords: Biomonitoring, Bir Mcherga Dam, cladocerans, copepods, freshwater zooplankton, genotoxicity, neurotoxicity, oxidative stress, Tunisia

Procedia PDF Downloads 50
69 An Experimental Investigation on the Droplet Behavior Impacting a Hot Surface above the Leidenfrost Temperature

Authors: Khaleel Sami Hamdan, Dong-Eok Kim, Sang-Ki Moon

Abstract:

An appropriate model to predict the size of the droplets resulting from the break-up with the structures will help in a better understanding and modeling of the two-phase flow calculations in the simulation of a reactor core loss-of-coolant accident (LOCA). A droplet behavior impacting on a hot surface above the Leidenfrost temperature was investigated. Droplets of known size and velocity were impacted to an inclined plate of hot temperature, and the behavior of the droplets was observed by a high-speed camera. It was found that for droplets of Weber number higher than a certain value, the higher the Weber number of the droplet the smaller the secondary droplets. The COBRA-TF model over-predicted the measured secondary droplet sizes obtained by the present experiment. A simple model for the secondary droplet size was proposed using the mass conservation equation. The maximum spreading diameter of the droplets was also compared to previous correlations and a fairly good agreement was found. A better prediction of the heat transfer in the case of LOCA can be obtained with the presented model.

Keywords: break-up, droplet, impact, inclined hot plate, Leidenfrost temperature, LOCA

Procedia PDF Downloads 372
68 The Role of Coaching in Fostering Entrepreneurial Intention among Graduate Students in Tunisia

Authors: Abdellatif Amouri, Sami Boudabbous

Abstract:

The current study provides insights on the importance of entrepreneurial coaching as a source of developing entrepreneurial intentions among entrepreneurs and a determinant factor of business creation process and growth. Coaching, which implies exchange of adequate information and a mutual understanding between entrepreneurs and their partners, requires a better mutual knowledge of the representations and the perceptions of ideas which are widely present in their dealings and transactions. Therefore, to analyze entrepreneurs’ perceptions of business creation, we addressed a survey questionnaire to a group of Tunisian entrepreneurs and experts in business creation to indicate their level of approval concerning the prominence of coaching. The factor analysis indicates that more than 60% of the respondents believe that each statement reflects an aspect of coaching, with no bias to its position in the entrepreneurial process. Therefore, the image drawn from our respondents’ perceptions is that an entrepreneur is rather "constructed" and "shaped" by multiple apprenticeships both before and during the entrepreneurial act, through an accompaniment process and within interactions with trainers, consultants or professionals in starting a business. Similarly, the results indicate that the poor support structures and lack of accompaniment procedures stand as an obstacle impeding the development of entrepreneurial intention among business creators.

Keywords: Entrepreneurial Behavior, Entrepreneurial Coaching, Entrepreneurial Intention, Perceptions, Venture Creation

Procedia PDF Downloads 408
67 Use of Simultaneous Electron Backscatter Diffraction and Energy Dispersive X-Ray Spectroscopy Techniques to Characterize High-Temperature Oxides Formed on Nickel-Based Superalloys Exposed to Super-Critical Water Environment

Authors: Mohsen Sanayei, Jerzy Szpunar, Sami Penttilä

Abstract:

Exposure of Nickel-based superalloys to high temperature and harsh environment such as Super-Critical Water (SCW) environment leads to the formation of oxide scales composed of multiple and complex phases that are difficult to differentiate with conventional analysis techniques. In this study, we used simultaneous Electron Backscatter Diffraction (EBSD) and Energy Dispersive X-ray Spectroscopy (EDS) to analyze the complex oxide scales formed on several Nickel-based Superalloys exposed to high temperature SCW. Multi-layered structures of Iron, Nickel, Chromium and Molybdenum oxides and spinels were clearly identified using the simultaneous EBSD-EDS analysis technique. Furthermore, the orientation relationship between the oxide scales and the substrate has been investigated.

Keywords: electron backscatter diffraction, energy dispersive x-ray spectroscopy, superalloy, super-critical water

Procedia PDF Downloads 296
66 New Approach for Minimizing Wavelength Fragmentation in Wavelength-Routed WDM Networks

Authors: Sami Baraketi, Jean Marie Garcia, Olivier Brun

Abstract:

Wavelength Division Multiplexing (WDM) is the dominant transport technology used in numerous high capacity backbone networks, based on optical infrastructures. Given the importance of costs (CapEx and OpEx) associated to these networks, resource management is becoming increasingly important, especially how the optical circuits, called “lightpaths”, are routed throughout the network. This requires the use of efficient algorithms which provide routing strategies with the lowest cost. We focus on the lightpath routing and wavelength assignment problem, known as the RWA problem, while optimizing wavelength fragmentation over the network. Wavelength fragmentation poses a serious challenge for network operators since it leads to the misuse of the wavelength spectrum, and then to the refusal of new lightpath requests. In this paper, we first establish a new Integer Linear Program (ILP) for the problem based on a node-link formulation. This formulation is based on a multilayer approach where the original network is decomposed into several network layers, each corresponding to a wavelength. Furthermore, we propose an efficient heuristic for the problem based on a greedy algorithm followed by a post-treatment procedure. The obtained results show that the optimal solution is often reached. We also compare our results with those of other RWA heuristic methods.

Keywords: WDM, lightpath, RWA, wavelength fragmentation, optimization, linear programming, heuristic

Procedia PDF Downloads 500
65 Work Engagement Reducing Employee Turnover Intentions in Telecommunication Sector: The Moderator Role of Human Resource Development Climate between Work Engagement and Turnover Intentions

Authors: Pirzada Sami Ullah Sabri

Abstract:

The present study examines the relationship between work engagement (WE) and employee turnover intentions (TI) in telecommunication sector using human resource development climate (HRDC) as a moderator. Based on 538 employees of telecommunication sector Hierarchal regression analysis is employed to examine the influence of HRDC on the relationship of work engagement and turnover intentions. The result indicates the negative correlation between work engagement and turnover intentions; HRD climate support as a powerful moderator increases the work engagement and lessens the turnover intentions. The study shows the importance of favorable and supportive HRD climate which foster the work engagement of the employees in the organization. By understanding the importance of human resource development climate and work engagement in reducing the turnover intentions can increase the productivity and performance of the organization.

Keywords: turnover intentions, work engagement, human resource development, climate, hierarchal regression analysis, telecommunication sector

Procedia PDF Downloads 412