Search results for: regenerative point technique
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 11230

Search results for: regenerative point technique

6160 Study of Sub-Surface Flow in an Unconfined Carbonate Aquifer in a Tropical Karst Area in Indonesia: A Modeling Approach Using Finite Difference Groundwater Model

Authors: Dua K. S. Y. Klaas, Monzur A. Imteaz, Ika Sudiayem, Elkan M. E. Klaas, Eldav C. M. Klaas

Abstract:

Due to its porous nature, karst terrains – geomorphologically developed from dissolved formations, is vulnerable to water shortage and deteriorated water quality. Therefore, a solid comprehension on sub-surface flow of karst landscape is essential to assess the long-term availability of groundwater resources. In this paper, a single-continuum model using a finite difference model, MODLFOW, was constructed to represent an unconfined carbonate aquifer in a tropical karst island of Rote in Indonesia. The model, spatially discretized in 20 x 20 m grid cells, was calibrated and validated using available groundwater level and atmospheric variables. In the calibration and validation steps, Parameter Estimation (PEST) and geostatistical pilot point methods were employed to estimate hydraulic conductivity and specific yield values. The results show that the model is able to represent the sub-surface flow indicated by good model performances both in calibration and validation steps. The final model can be used as a robust representation of the system for future study on climate and land use scenarios.

Keywords: carbonate aquifer, karst, sub-surface flow, groundwater model

Procedia PDF Downloads 150
6159 A Review of Fused Deposition Modeling Process: Parameter Optimization, Materials and Design

Authors: Elisaveta Doncheva, Jelena Djokikj, Ognen Tuteski, Bojana Hadjieva

Abstract:

In the past decade, additive manufacturing technology or 3D printing has been promoted as an efficient method for fabricating hybrid composite materials and structures with superior mechanical properties and complex shape and geometry. Fused deposition modeling (FDM) process is commonly used additive manufacturing technique for production of polymer products. Therefore, many studies and experiments are focused on investigating the possibilities for improving the obtained results on product properties as a key factor for expanding the spectrum of their application. This article provides an extensive review on recent research advances in FDM and reports on studies that cover the effects of process parameters, material, and design of the product properties. The paper conclusions provide a clear up-to date information for optimum efficiency and enhancement of the mechanical properties of 3D printed samples and recommends further research work and investigations.

Keywords: additive manufacturing, critical parameters, filament, print orientation, 3D printing

Procedia PDF Downloads 194
6158 Wear Behavior of Intermetallic (Ni3Al) Coating at High Temperature

Authors: K. Mehmood, Muhammad Asif Rafiq, A. Nasir Khan, M. Mudassar Rauf

Abstract:

Air plasma spraying system was utilized to deposit Ni3Al coatings on AISI 321 steel samples. After thermal spraying, the nickel aluminide intermetallic coatings were isothermal heat treated at various temperatures. In this regard, temperatures from 500 °C to 800 °C with 100 °C increments were selected. The coatings were soaked for 10, 30, 60 and 100 hours at the mentioned temperatures. These coatings were then tested by a pin on disk method. It was observed that the coatings exposed at comparatively higher temperature experienced lower wear rate. The decrease in wear rate is due to the formation of NiO phase. Further, the as sprayed and heat treated coatings were characterized by other tools such as Microhardness testing, optical and scanning electron microscopy (SEM) and X-Ray diffraction analysis. After isothermal heat treatment, NiO was observed the main phase by X-Ray diffraction technique. Moreover, the surface hardness was also determined higher than cross sectional hardness.

Keywords: air plasma spraying, Ni -20Al, tribometer, intermetallic coating, nickel aluminide

Procedia PDF Downloads 332
6157 Production of a Sustainable Slow-Release Urea Fertilizer Using Starch and Poly-Vinyl Alcohol

Authors: A. M. H. Shokry, N. S. M. El-Tayeb

Abstract:

The environmental impacts caused by fertilizers call for the adaptation of more sustainable technologies in order to increase agricultural production and reduce pollution due to high nutrient emissions. One particular technique has been to coat urea fertilizer granules with less-soluble chemicals that permit the gradual release of nutrients in a slow and controlled manner. The aim of this research is to develop a biodegradable slow-release fertilizer (SRF) with materials that come from sustainable sources; starch and polyvinyl alcohol (PVA). The slow-release behavior and water retention capacity of the coated granules were determined. In addition, the aqueous release and absorbency rates were also tested. Results confirmed that the release rate from coated granules was slower than through plain membranes; and that the water absorption capacity of the coated urea decreased as PVA content increased. The SRF was also tested and gave positive results that confirmed the integrity of the product.

Keywords: biodegradability, nitrogen-use efficiency, poly-vinyl alcohol, slow-release fertilizer, sustainability

Procedia PDF Downloads 215
6156 Traffic Light Detection Using Image Segmentation

Authors: Vaishnavi Shivde, Shrishti Sinha, Trapti Mishra

Abstract:

Traffic light detection from a moving vehicle is an important technology both for driver safety assistance functions as well as for autonomous driving in the city. This paper proposed a deep-learning-based traffic light recognition method that consists of a pixel-wise image segmentation technique and a fully convolutional network i.e., UNET architecture. This paper has used a method for detecting the position and recognizing the state of the traffic lights in video sequences is presented and evaluated using Traffic Light Dataset which contains masked traffic light image data. The first stage is the detection, which is accomplished through image processing (image segmentation) techniques such as image cropping, color transformation, segmentation of possible traffic lights. The second stage is the recognition, which means identifying the color of the traffic light or knowing the state of traffic light which is achieved by using a Convolutional Neural Network (UNET architecture).

Keywords: traffic light detection, image segmentation, machine learning, classification, convolutional neural networks

Procedia PDF Downloads 176
6155 Effects of Financial and Non-Financial Reports On - Firms Performance

Authors: Vithaya Intaraphimol

Abstract:

This research investigates the effect of financial accounting information and non-financial accounting reports on corporate credibility via strength of board of directors and market environment volatility as moderating effect. Data in this research is collected by questionnaire form non-financial companies listed on the Stock Exchange of Thailand. Multiple regression statistic technique is chosen for analyzing the data. The empirical results find that firms with greater financial accounting information reports and non-financial accounting information reports will gain greater corporate credibility. Therefore, the corporate reporting has the value for the firms. Moreover, the strength of board of directors will positively moderate the financial and non-financial accounting information reports and corporate credibility relationship. Whereas, market environment volatility will negatively moderate the financial and nonfinancial accounting information reports and corporate credibility relationship.

Keywords: corporate credibility, financial and non-financial reports, firms performance, economics

Procedia PDF Downloads 458
6154 The Journey of a Malicious HTTP Request

Authors: M. Mansouri, P. Jaklitsch, E. Teiniker

Abstract:

SQL injection on web applications is a very popular kind of attack. There are mechanisms such as intrusion detection systems in order to detect this attack. These strategies often rely on techniques implemented at high layers of the application but do not consider the low level of system calls. The problem of only considering the high level perspective is that an attacker can circumvent the detection tools using certain techniques such as URL encoding. One technique currently used for detecting low-level attacks on privileged processes is the tracing of system calls. System calls act as a single gate to the Operating System (OS) kernel; they allow catching the critical data at an appropriate level of detail. Our basic assumption is that any type of application, be it a system service, utility program or Web application, “speaks” the language of system calls when having a conversation with the OS kernel. At this level we can see the actual attack while it is happening. We conduct an experiment in order to demonstrate the suitability of system call analysis for detecting SQL injection. We are able to detect the attack. Therefore we conclude that system calls are not only powerful in detecting low-level attacks but that they also enable us to detect high-level attacks such as SQL injection.

Keywords: Linux system calls, web attack detection, interception, SQL

Procedia PDF Downloads 360
6153 Coverage Probability Analysis of WiMAX Network under Additive White Gaussian Noise and Predicted Empirical Path Loss Model

Authors: Chaudhuri Manoj Kumar Swain, Susmita Das

Abstract:

This paper explores a detailed procedure of predicting a path loss (PL) model and its application in estimating the coverage probability in a WiMAX network. For this a hybrid approach is followed in predicting an empirical PL model of a 2.65 GHz WiMAX network deployed in a suburban environment. Data collection, statistical analysis, and regression analysis are the phases of operations incorporated in this approach and the importance of each of these phases has been discussed properly. The procedure of collecting data such as received signal strength indicator (RSSI) through experimental set up is demonstrated. From the collected data set, empirical PL and RSSI models are predicted with regression technique. Furthermore, with the aid of the predicted PL model, essential parameters such as PL exponent as well as the coverage probability of the network are evaluated. This research work may assist in the process of deployment and optimisation of any cellular network significantly.

Keywords: WiMAX, RSSI, path loss, coverage probability, regression analysis

Procedia PDF Downloads 179
6152 The Communication Library DIALOG for iFDAQ of the COMPASS Experiment

Authors: Y. Bai, M. Bodlak, V. Frolov, S. Huber, V. Jary, I. Konorov, D. Levit, J. Novy, D. Steffen, O. Subrt, M. Virius

Abstract:

Modern experiments in high energy physics impose great demands on the reliability, the efficiency, and the data rate of Data Acquisition Systems (DAQ). This contribution focuses on the development and deployment of the new communication library DIALOG for the intelligent, FPGA-based Data Acquisition System (iFDAQ) of the COMPASS experiment at CERN. The iFDAQ utilizing a hardware event builder is designed to be able to readout data at the maximum rate of the experiment. The DIALOG library is a communication system both for distributed and mixed environments, it provides a network transparent inter-process communication layer. Using the high-performance and modern C++ framework Qt and its Qt Network API, the DIALOG library presents an alternative to the previously used DIM library. The DIALOG library was fully incorporated to all processes in the iFDAQ during the run 2016. From the software point of view, it might be considered as a significant improvement of iFDAQ in comparison with the previous run. To extend the possibilities of debugging, the online monitoring of communication among processes via DIALOG GUI is a desirable feature. In the paper, we present the DIALOG library from several insights and discuss it in a detailed way. Moreover, the efficiency measurement and comparison with the DIM library with respect to the iFDAQ requirements is provided.

Keywords: data acquisition system, DIALOG library, DIM library, FPGA, Qt framework, TCP/IP

Procedia PDF Downloads 317
6151 The Phenomenon of Suicide in the Social Consciousness: Recommendations for the Educational Strategy of the Society and Prevention of Suicide

Authors: Aldona Anna Osajda

Abstract:

Suicide is a phenomenon that worries both the public and scientists in various fields. In society, suicide is a taboo subject, and in addition, there are many myths and stereotypes that are detrimental to the proper understanding and appropriate response of a person at risk of suicide. It is necessary to educate society and the suicide prevention system for various age groups. The research covers the level of knowledge and views of Polish society, including teachers and youth, regarding suicides. The main research problem is to establish the level of awareness of Polish society about the phenomenon of suicides. The study will be based on the diagnostic survey method, using the survey technique. Information about the research will be disseminated electronically on the Internet via social messaging. The collected data will be analyzed using appropriate statistics. On the basis of the obtained results, answers will be given to research questions, which will become the basis for designing an appropriate educational strategy for the society in the field of suicide and developing recommendations and recommendations for teachers to conduct classes in the field of suicide prevention for children and adolescents.

Keywords: phenomenon of suicides, suicide, suicide prevention, suicidology

Procedia PDF Downloads 193
6150 Decoupled Dynamic Control of Unicycle Robot Using Integral Linear Quadratic Regulator and Sliding Mode Controller

Authors: Shweda Mohan, J. L. Nandagopal, S. Amritha

Abstract:

This paper focuses on the dynamic modelling of unicycle robot. Two main concepts used for balancing unicycle robot are: reaction wheel pendulum and inverted pendulum. The pitch axis is modelled as inverted pendulum and roll axis is modelled as reaction wheel pendulum. The unicycle yaw dynamics is not considered which makes the derivation of dynamics relatively simple. For the roll controller, sliding-mode controller has been adopted and optimal methods are used to minimize switching-function chattering. For pitch controller, an LQR controller has been implemented to drive the unicycle robot to follow the desired velocity trajectory. The pitching and rolling balance could be achieved by two DC motors. Unicycle robot is a non-holonomic, non-linear, static unbalance system that has the minimal number of point contact to the ground, therefore, it is a perfect platform for researchers to study motion and balance control. These real-time solutions will be a viable solution for advanced robotic systems and controls.

Keywords: decoupled dynamics, linear quadratic regulator (LQR) control, Lyapunov function sliding mode control, unicycle robot, velocity and trajectory control

Procedia PDF Downloads 363
6149 School Choice and Institutional or Familial Habitus: Reciprocity in Parents-School Relationships

Authors: Fatemeh Yazdani

Abstract:

This paper explores the student intake policies in high-performing private schools in Iran by studying both sides involved in the school choice processes, parents and the school leaders. It is based on in-depth interviews with 27 parents and private schools’ staff and principals supplemented by ethnographic observation in two private schools in Tehran. From the Bourdieusian point of view, this paper argues that the school leadership engineers the composition of private schools’ students via different gatekeeping strategies, and these strategies represent and reconstruct the school’s institutional habitus. It further explores the ways that parents who look for quality education among non-state education providers deal with the school's institutional habitus based on their familial habitus and possessed economic, social, and cultural capital. The conclusion highlights that investigating school choice as a reciprocal process between family and school leadership can shed more light on the ways that an exclusive environment has been created in some high-performing private schools for certain class strata maintaining a distance that needs to be kept from ‘others.’ In a broader sense, this paper engages into an exploration of social inequality reproduction through private education.

Keywords: institutional habitus, private education, school choice, social inequality, student intake

Procedia PDF Downloads 109
6148 Motivational Factors for the Practice of Exercise in a Sample of Portuguese Fitness Center Users

Authors: N. Sena, C. Vasconcelos

Abstract:

Portugal has a lower rate of people who exercise. Fitness centers are a widely recognized context for the performance of an exercise. Thus, the objective of this study is to analyze the motivational factors for the practice of exercise in a sample of Portuguese fitness center users. The sample consists of 34 users (23 men and 11 women), aged between 16 and 60 years old (24.7 ± 11,5 years old). The instrument used for data collection was the Motivation Questionnaire for Exercise (version translated and validated into Portuguese), consisting of forty-nine items grouped into ten motivational factors. Responses to the Exercise Motivation Questionnaire are given on a 6-point Likert scale (0="not at all true for me" to 5="completely true for me"). With regard to the results, it is possible to verify that the motivational factors considered most relevant by the sample of our study were “Well-being” (4.44 ± 0.28), followed by “Health” (4.29 ± 0.57) and “Stress Management” (4.06 ± 0.54). The factors “Affiliation” (3.11 ± 0.49) “Personal Appreciation” (2.26 ± 0.59) and “Medical History” (1.71 ± 0.74) were considered by the respondents to be the least important factors for performing the exercise. The conclusion of this study is that in the sample of this study, the factors that most motivated the practice of exercise were “Well-being”, “Health” and “Stress Management”. In the opposite direction, the factors that least motivated the individuals in this sample to practice exercise were “Affiliation”, “Personal Appreciation” and “Medical History”.

Keywords: exercise, fitness center users, motivational factors, Portugal

Procedia PDF Downloads 84
6147 Variants of Mathematical Induction as Strong Proof Techniques in Theory of Computing

Authors: Ahmed Tarek, Ahmed Alveed

Abstract:

In the theory of computing, there are a wide variety of direct and indirect proof techniques. However, mathematical induction (MI) stands out to be one of the most powerful proof techniques for proving hypotheses, theorems, and new results. There are variations of mathematical induction-based proof techniques, which are broadly classified into three categories, such as structural induction (SI), weak induction (WI), and strong induction (SI). In this expository paper, several different variants of the mathematical induction techniques are explored, and the specific scenarios are discussed where a specific induction technique stands out to be more advantageous as compared to other induction strategies. Also, the essential difference among the variants of mathematical induction are explored. The points of separation among mathematical induction, recursion, and logical deduction are precisely analyzed, and the relationship among variations of recurrence relations, and mathematical induction are being explored. In this context, the application of recurrence relations, and mathematical inductions are considered together in a single framework for codewords over a given alphabet.

Keywords: alphabet, codeword, deduction, mathematical, induction, recurrence relation, strong induction, structural induction, weak induction

Procedia PDF Downloads 164
6146 Modelling of Polymeric Fluid Flows between Two Coaxial Cylinders Taking into Account the Heat Dissipation

Authors: Alexander Blokhin, Ekaterina Kruglova, Boris Semisalov

Abstract:

Mathematical model based on the mesoscopic theory of polymer dynamics is developed for numerical simulation of the flows of polymeric liquid between two coaxial cylinders. This model is a system of nonlinear partial differential equations written in the cylindrical coordinate system and coupled with the heat conduction equation including a specific dissipation term. The stationary flows similar to classical Poiseuille ones are considered, and the resolving equations for the velocity of flow and for the temperature are obtained. For solving them, a fast pseudospectral method is designed based on Chebyshev approximations, that enables one to simulate the flows through the channels with extremely small relative values of the radius of inner cylinder. The numerical analysis of the dependance of flow on this radius and on the values of dissipation constant is done.

Keywords: dynamics of polymeric liquid, heat dissipation, singularly perturbed problem, pseudospectral method, Chebyshev polynomials, stabilization technique

Procedia PDF Downloads 293
6145 Development and Evaluation of Surgical Sutures Coated with Antibiotic Loaded Gold Nanoparticles

Authors: Sunitha Sampathi, Pankaj Kumar Tiriya, Sonia Gera, Sravanthi Reddy Pailla, V. Likhitha, A. J. Maruthi

Abstract:

Surgical site infections (SSIs) are the most common nosocomial infections localized at the incision site. With an estimated 27 million surgical procedures each year in USA, approximately 2-5% rate of SSIs are predicted to occur annually. SSIs are treated with antibiotic medication. Current trend suggest that the direct drug delivery from the suture to the scared tissue can improve patient comfort and wound recovery. For that reason coating the surface of the medical device such as suture and catguts with broad spectrum antibiotics can prevent the formation of bactierial colonies with out comprimising the mechanical properties of the sutures.Hence, the present study was aimed to develop and evaluate a surgical suture coated with an antibiotic Ciprofloxacin hydrochloride loaded on gold nanoparticles. Gold nanoparticles were synthesized by chemical reduction method and conjugated with ciprofloxacin using Polyvinylpyrolidone as stabilizer and gold as carrier. Ciprofloxacin conjugated gold nanoparticles were coated over an absorbable surgical suture made of Polyglactan using sodium alginate as an immobilising agent by slurry dipping technique. The average particle size and Polydispersity Index of drug conjugated gold NPs were found to be 129±2.35 nm and 0.243±0.36 respectively. Gold nanoparticles are characterized by UV-Vis absorption spectroscopy, Fourier Transform Infrared Spectroscopy (FT-IR), Scanning electron microscopy and Transmission electron microscopy. FT-IR revealed that there is no chemical interaction between drug and polymer. Antimicrobial activity for coated sutures was evaluated by disc diffusion method on culture plates of both gram negative (E-coli) and gram positive bacteria (Staphylococcus aureus) and results found to be satisfactory. In vivo studies for coated sutures was performed on Swiss albino mice and histological evaluation of intestinal wound healing parameters such as wound edges in mucosa, muscularis, presence of necrosis, exudates, granulation tissue, granulocytes, macrophages, restoration, and repair of mucosal epithelium and muscularis propria on day 7 after surgery were studied. The control animal group, sutured with plain suture (uncoated suture) showed signs of restoration and repair, but presence of necrosis, heamorraghic infiltration and granulation tissue was still noticed. Whereas the animal group treated with ciprofloxacin and ciprofloxacin gold nanoparticle coated sutures has shown promising decrease in terms of haemorraghic infiltration, granulation tissue, necrosis and better repaired muscularis layers on comparision with plain coated sutures indicating faster rate of repair and less chance of sepsis. Hence coating of sutures with broad spectrum antibiotics can be an alternate technique to reduce SSIs.

Keywords: ciprofloxacin hydrochloride, gold nanoparticles, surgical site infections, sutures

Procedia PDF Downloads 256
6144 A Hybrid System of Hidden Markov Models and Recurrent Neural Networks for Learning Deterministic Finite State Automata

Authors: Pavan K. Rallabandi, Kailash C. Patidar

Abstract:

In this paper, we present an optimization technique or a learning algorithm using the hybrid architecture by combining the most popular sequence recognition models such as Recurrent Neural Networks (RNNs) and Hidden Markov models (HMMs). In order to improve the sequence or pattern recognition/ classification performance by applying a hybrid/neural symbolic approach, a gradient descent learning algorithm is developed using the Real Time Recurrent Learning of Recurrent Neural Network for processing the knowledge represented in trained Hidden Markov Models. The developed hybrid algorithm is implemented on automata theory as a sample test beds and the performance of the designed algorithm is demonstrated and evaluated on learning the deterministic finite state automata.

Keywords: hybrid systems, hidden markov models, recurrent neural networks, deterministic finite state automata

Procedia PDF Downloads 392
6143 Determination of Thermal Properties of Crosslinked EVA in Outdoor Exposure by DSC, TSC and DMTA Methods

Authors: Kamel Agroui, George Collins, Rydha Yaiche

Abstract:

The objective of this study is to better understand the thermal characteristics and molecular behaviour of cured EVA before and after outdoor exposure. Thermal analysis methods as DSC, TSC and DMTA studies were conducted on EVA material. DSC experiments on EVA show a glass transition at about -33.1° C which is characteristic of crystalline phase and an endothermic peak at temperature of 55 °C characteristic of amorphous phase. The magnitude of the integrated temperature DSC peak for EVA is 14.4 J/g. The basic results by TSC technique is that there are two relaxations that are reproducibly observed in cured EVA encapsulant material. At temperature polarization 85°C, a low temperature relaxation occurs at –24.4°C and a high temperature relaxation occurs at +30.4ºC. DMTA results exhibit two tan peaks located at -14.9°C and +66.6°C. After outdoor exposure cured EVA by DSC analysis revealed two endothermic peaks due to post crystallization phenomenon and TSC suggests that prolonged exposure selectively effects the poly(vinyl acetate)-rich phase, with much less impact on the polyethylene-rich phase.

Keywords: EVA, encapsulation process, PV module, thermal analysis, quality control

Procedia PDF Downloads 56
6142 The Right Hand in Indigenous African Economic Thought: The Case of the Benin People of Southern Nigeria

Authors: Idahosa Osagie Ojo

Abstract:

The paper analyses the right hand in indigenous African economic thought using the Benin people of Southern Nigeria as a case study. The Benin people esteemed handiwork and industriousness and embodied it with the right hand, which was regarded as the ultimate bringer of material wellbeing and societal status. The paper aims to contribute to African economic thought by analysing the conception of the hand in pre-colonial Benin society as the source of material wherewithal and to reveal how the hand was epitomised as the ultimate purveyor of economic providence and class status. The study adopts the historical method, and the interpretive design was used. Primary and secondary sources were utilised, and the findings confirm that the conception of the hand as the giver of material wellbeing was calculatingly done to recompense an industrious and productive lifestyle worthy of accolades and emulations. Findings also show that the people of Benin thought that the right hand is the ultimate bringer of material prosperity and therefore placed tremendous value on it up to the point of veneration. The paper also reveals that the Benin people thought that the fruits of one’s labour outvalued other possessions like an inheritance. The paper also shows that the Benin economic thought, on the hand, as signifying productiveness, intensely encouraged productivity and disdained indolence in the society.

Keywords: Benin, economic thought, hand, industriousness

Procedia PDF Downloads 87
6141 Solving Process Planning, Weighted Apparent Tardiness Cost Dispatching, and Weighted Processing plus Weight Due-Date Assignment Simultaneously Using a Hybrid Search

Authors: Halil Ibrahim Demir, Caner Erden, Abdullah Hulusi Kokcam, Mumtaz Ipek

Abstract:

Process planning, scheduling, and due date assignment are three important manufacturing functions which are studied independently in literature. There are hundreds of works on IPPS and SWDDA problems but a few works on IPPSDDA problem. Integrating these three functions is very crucial due to the high relationship between them. Since the scheduling problem is in the NP-Hard problem class without any integration, an integrated problem is even harder to solve. This study focuses on the integration of these functions. Sum of weighted tardiness, earliness, and due date related costs are used as a penalty function. Random search and hybrid metaheuristics are used to solve the integrated problem. Marginal improvement in random search is very high in the early iterations and reduces enormously in later iterations. At that point directed search contribute to marginal improvement more than random search. In this study, random and genetic search methods are combined to find better solutions. Results show that overall performance becomes better as the integration level increases.

Keywords: process planning, genetic algorithm, hybrid search, random search, weighted due-date assignment, weighted scheduling

Procedia PDF Downloads 365
6140 Awareness about HIV-Infection among HIV-Infected Individuals Attending Medical Moscow Center, Russia

Authors: Marina Nosik, Irina Rymanova, Sergei Sevostyanihin, Natalya Sergeeva, Alexander Sobkin

Abstract:

This paper presents results of the survey regarding the awareness about HIV/AIDS among HIV-infected individuals. A questionnaire covering various aspects of HIV-infection was conducted among 110 HIV-infected individuals who attended the G.A. Zaharyan Moscow Tuberculosis Clinic, Department for the treatment of TB patients with HIV. The questionnaire included questions about modes of HIV transmission and preventive measures against HIV/AIDS, as well as questions about age, gender, education, and employment status. The survey revealed that the respondents in the whole had a good knowledge regarding modes of HIV transmission and preventive measures against HIV/AIDS: about 83,6% male respondents and 85,7% female respondents gave accurate answers regarding the HIV-infection. However, the overwhelming majority of the study participants, that is, 88,5% men and 98% women, was quite ignorant about the risk of acquiring HIV through saliva and toothbrush of HIV-infected individual. Though that risk is rather insignificant, it is still biologically possible. And this gap in knowledge needs to be filled. As the study showed another point of concern was the fact, that despite the knowledge of HIV transmission risk through unprotected sex about 40% percent of HIV-positive men and 25% of HIV-positive women did not insist on using condoms with their sexual partners. These findings indicate that there are still some aspects about HIV-infection which needed to be clarified and explained through more detailed and specific educational programmes.

Keywords: AIDS, HIV transmission risks, HIV misconceptions, risk behavior

Procedia PDF Downloads 336
6139 Fault Detection and Isolation of a Three-Tank System using Analytical Temporal Redundancy, Parity Space/Relation Based Residual Generation

Authors: A. T. Kuda, J. J. Dayya, A. Jimoh

Abstract:

This paper investigates the fault detection and Isolation technique of measurement data sets from a three tank system using analytical model-based temporal redundancy which is based on residual generation using parity equations/space approach. It further briefly outlines other approaches of model-based residual generation. The basic idea of parity space residual generation in temporal redundancy is dynamic relationship between sensor outputs and actuator inputs (input-output model). These residuals where then used to detect whether or not the system is faulty and indicate the location of the fault when it is faulty. The method obtains good results by detecting and isolating faults from the considered data sets measurements generated from the system.

Keywords: fault detection, fault isolation, disturbing influences, system failure, parity equation/relation, structured parity equations

Procedia PDF Downloads 302
6138 Directional Dependence of the Stress-Strain Behavior of Reinforced Sand

Authors: Alaa H. J. Al-Rkaby, A. Chegenizadeh, H. R. Nikraz

Abstract:

The technique of reinforcing soil is an efficient, reliable and cost-effective alternative way for improving the performance of soil in civil engineering applications. Despite the anisotropic states of stresses induced within soil elements by many geotechnical structures such as footings, highways and offshore, most of the previous studies have been carried out under isotropic conditions. The anisotropic stress state in term of the inclined principal stress and the inequality of the intermediate and minor principal stresses cannot be investigated using conventional devices. Therefore, the advanced hollow cylinder apparatus, used in this work, provides a great opportunity to simulate such anisotropic stress states. To date, very little consideration has been given to how the direction of principal stress α and intermediate principal stress ratio b can affect the performance of the reinforced sand. This study presented that the anisotropic conditions of α and b resulted in significant variations in the deviator stress and volumetric strain of sand reinforced with geosynthetics. Anisotropic effect has been decreased by adding clay content.

Keywords: anisotropy, reinforced sand, direction of principal stress, intermediate principal stress ratio

Procedia PDF Downloads 199
6137 Effects of Additives on Thermal Decompositions of Carbon Black/High Density Polyethylene Compounds

Authors: Orathai Pornsunthorntawee, Wareerom Polrut, Nopphawan Phonthammachai

Abstract:

In the present work, the effects of additives, including contents of the added antioxidants and type of the selected metallic stearates (either calcium stearate (CaSt) or zinc stearate (ZnSt)), on the thermal stabilities of carbon black (CB)/high density polyethylene (HDPE) compounds were studied. The results showed that the AO contents played a key role in the thermal stabilities of the CB/HDPE compounds—the higher the AO content, the higher the thermal stabilities. Although the CaSt-containing compounds were slightly superior to those with ZnSt in terms of the thermal stabilities, the remaining solid residue of CaSt after heated to the temperature of 600 °C (mainly calcium carbonate (CaCO3) as characterized by the X-ray diffraction (XRD) technique) seemed to catalyze the decomposition of CB in the HDPE-based compounds. Hence, the quantification of CB in the CaSt-containing compounds with a muffle furnace gave an inaccurate CB content—much lower than actual value. However, this phenomenon was negligible in the ZnSt-containing system.

Keywords: antioxidant, stearate, carbon black, polyethylene

Procedia PDF Downloads 364
6136 Numerical Solution of a Mathematical Model of Vortex Using Projection Method: Applications to Tornado Dynamics

Authors: Jagdish Prasad Maurya, Sanjay Kumar Pandey

Abstract:

Inadequate understanding of the complex nature of flow features in tornado vortex is a major problem in modelling tornadoes. Tornadoes are violent atmospheric phenomenon that appear all over the world. Modelling tornadoes aim to reduce the loss of the human lives and material damage caused by the tornadoes. Dynamics of tornado is investigated by a numerical technique, the improved version of the projection method. In this paper, authors solve the problem for axisymmetric tornado vortex by the said method that uses a finite difference approach for getting an accurate and stable solution. The conclusions drawn are that large radial inflow velocity occurs near the ground that leads to increase the tangential velocity. The increased velocity phenomenon occurs close to the boundary and absolute maximum wind is obtained near the vortex core. The results validate previous numerical and theoretical models.

Keywords: computational fluid dynamics, mathematical model, Navier-Stokes equations, tornado

Procedia PDF Downloads 354
6135 Application of a Hybrid Modified Blade Element Momentum Theory/Computational Fluid Dynamics Approach for Wine Turbine Aerodynamic Performances Prediction

Authors: Samah Laalej, Abdelfattah Bouatem

Abstract:

In the field of wind turbine blades, it is complicated to evaluate the aerodynamic performances through experimental measurements as it requires a lot of computing time and resources. Therefore, in this paper, a hybrid BEM-CFD numerical technique is developed to predict power and aerodynamic forces acting on the blades. Computational fluid dynamics (CFD) simulation was conducted to calculate the drag and lift forces through Ansys software using the K-w model. Then an enhanced BEM code was created to predict the power outputs generated by the wind turbine using the aerodynamic properties extracted from the CFD approach. The numerical approach was compared and validated with experimental data. The power curves calculated from this hybrid method were in good agreement with experimental measurements for all velocity ranges.

Keywords: blade element momentum, aerodynamic forces, wind turbine blades, computational fluid dynamics approach

Procedia PDF Downloads 67
6134 Viscoelastic Behaviour of Hyaluronic Acid Copolymers

Authors: Loredana Elena Nita, Maria Bercea, Aurica P. Chiriac, Iordana Neamtu

Abstract:

The paper is devoted to the behavior of gels based on poly(itaconic anhydride-co-3, 9-divinyl-2, 4, 8, 10-tetraoxaspiro (5.5) undecane) copolymers, with different ratio between the comonomers, and hyaluronic acid (HA). The gel formation was investigated by small-amplitude oscillatory shear measurements following the viscoelastic behavior as a function of gel composition, temperature and shear conditions. Hyaluronic acid was investigated in the same conditions and its rheological behavior is typical to viscous fluids. In the case of the copolymers, the ratio between the two comonomers influences the viscoelastic behavior, a higher content of itaconic anhydride favoring the gel formation. Also, the sol-gel transition was evaluated according to Winter-Chambon criterion that identifies the gelation point when the viscoelastic moduli (G’ and G”) behave similarly as a function of oscillation frequency. From rheological measurements, an optimum composition was evidenced for which the system presents a typical gel-like behavior at 37 °C: the elastic modulus is higher than the viscous modulus and they are not dependent on the oscillation frequency. The formation of the 3D macroporous network was also evidenced by FTIR spectra, SEM microscopy and chemical imaging. These hydrogels present a high potential as drug delivery systems.

Keywords: copolymer, viscoelasticity, gelation, 3D network

Procedia PDF Downloads 287
6133 Development of an Erodable Matrix Drug Delivery Platform for Controled Delivery of Non Steroidal Anti Inflamatory Drugs Using Melt Granulation Process

Authors: A. Hilsana, Vinay U. Rao, M. Sudhakar

Abstract:

Even though a number of non-steroidal anti-inflammatory drugs (NSAIDS) are available with different chemistries, they share a common solubility characteristic that is they are relatively more soluble in alkaline environment and practically insoluble in acidic environment. This work deals with developing a wax matrix drug delivery platform for controlled delivery of three model NSAIDS, Diclofenac sodium (DNa), Mefenamic acid (MA) and Naproxen (NPX) using the melt granulation technique. The aim of developing the platform was to have a general understanding on how an erodible matrix system modulates drug delivery rate and extent and how it can be optimized to give a delivery system which shall release the drug as per a common target product profile (TPP). Commonly used waxes like Cetostearyl alcohol and stearic acid were used singly an in combination to achieve a TPP of not 15 to 35% in 1 hour and not less than 80% Q in 24 hours. Full factorial design of experiments was followed for optimization of the formulation.

Keywords: NSAIDs, controlled delivery, target product profile, melt granulation

Procedia PDF Downloads 334
6132 Automatic Censoring in K-Distribution for Multiple Targets Situations

Authors: Naime Boudemagh, Zoheir Hammoudi

Abstract:

The parameters estimation of the K-distribution is an essential part in radar detection. In fact, presence of interfering targets in reference cells causes a decrease in detection performances. In such situation, the estimate of the shape and the scale parameters are far from the actual values. In the order to avoid interfering targets, we propose an Automatic Censoring (AC) algorithm of radar interfering targets in K-distribution. The censoring technique used in this work offers a good discrimination between homogeneous and non-homogeneous environments. The homogeneous population is then used to estimate the unknown parameters by the classical Method of Moment (MOM). The AC algorithm does not need any prior information about the clutter parameters nor does it require both the number and the position of interfering targets. The accuracy of the estimation parameters obtained by this algorithm are validated and compared to various actual values of the shape parameter, using Monte Carlo simulations, this latter show that the probability of censing in multiple target situations are in good agreement.

Keywords: parameters estimation, method of moments, automatic censoring, K distribution

Procedia PDF Downloads 373
6131 Solubility Measurements in the Context of Nanoregulation

Authors: Ratna Tantra

Abstract:

From a risk assessment point of view, solubility is a property that has been identified as being important. If nanomaterial is completely soluble, then its disposal can be treated much in the same way as ‘ordinary’ chemicals, which subsequently will simplify testing and characterization regimes. The measurement of solubility has been highlighted as important in a pan-European project, Framework Programme (FP) 7 NANoREG. Some of the project outputs surrounding this topic will be presented here, in which there are two parts. First, a review on existing methods capable of measuring nanomaterial solubility will be discussed. Second, a case study will be presented based on using colorimetry methods to quantify dissolve zinc from ZnO nanomaterial upon exposure to digestive juices. The main findings are as follows: a) there is no universal method for nanomaterial solubility testing. The method chosen will be dependent on sample type and nano-specific application/scenario. b) The colorimetry results show a positive correlation between particle concentration and amount of [Zn2+] released; this was expected c) results indicate complete dissolution of the ZnO nanomaterial, as a result of the digestion protocol but only a fraction existing as free ions. Finally, what differentiates the F7 NANoREG project over other projects is the need for participating research laboratories to follow a set of defined protocols, necessary to establish quality control and assurance. The methods and results associated with mandatory testing that carried out by all partners in NANoREG will be discussed.

Keywords: nanomaterials, nanotoxicology, solubility, zinc oxide

Procedia PDF Downloads 335