Search results for: minimum contacts
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 2142

Search results for: minimum contacts

1572 The Antimicrobial Activity of Marjoram Essential Oil Against Some Antibiotic Resistant Microbes Isolated from Hospitals

Authors: R. A. Abdel Rahman, A. E. Abdel Wahab, E. A. Goghneimy, H. F. Mohamed, E. M. Salama

Abstract:

Infectious diseases are a major cause of death worldwide. The treatment of infections continues to be problematic in modern time because of the severe side effects of some drugs and the growing resistance to antimicrobial agents. Hence, the search for newer, safer and more potent antimicrobials is a pressing need. Herbal medicines have received much attention as a source of new antibacterial drugs since they are considered time-tested and comparatively safe both for human use and the environment. In the present study, the antimicrobial activity of marjoram (Origanum majorana L.) essential oil on some gram positive and gram negative reference bacteria, as well as some hospital resistant microbes, was tested. Marjoram oil was extracted and the oil chemical constituents were identified using GC/MS analysis. Staphylococcus aureas ATCC 6923, Pseudomonus auregonosa ATCC 9027, Bacillus subtilis ATCC 6633, E. coli ATCC 8736 and two hospital resistant microbes isolates 16 and 21 were used. The two isolates were identified by biochemical tests and 16s rRNA as proteus spp. and Enterococcus facielus. The effect of different concentrations of essential oils on bacterial growth was tested using agar disk diffusion assay method to determine the minimum inhibitory concentrations and using micro dilution method to determine the minimum bactericidal concentrations. Marjoram oil was found to be effective against both reference and hospital resistance strains. Hospital strains were more resistant to marjoram oil than reference strains. P. auregonosa growth was completely inhibited at a low concentration of oil (4µl/ml). The other reference strains showed sensitivity to marjoram oil at concentrations ranged from 5 to 7µl/ml. The two hospital strains showed sensitivity at media containing 10 and 15µl/ml oil. The major components of oil were terpineol, cis-beta (23.5%), 1,6 – octadien –3-ol,3,7-dimethyl, 2 aminobenzoate (10.9%), alpha terpieol (8.6%) and linalool (6.3%). Scanning electron microscope (SEM) and transmission electron microscope (TEM) analysis were used to determine the difference between treated and untreated hospital strains. SEM results showed that treated cells were smaller in size than control cells. TEM data showed that cell lysis has occurred to treated cells. Treated cells have ruptured cell wall and appeared empty of cytoplasm compared to control cells which shown to be intact with normal volume of cytoplasm. The results indicated that marjoram oil has a positive antimicrobial effect on hospital resistance microbes. Natural crude extracts can be perfect resources for new antimicrobial drugs.

Keywords: antimicrobial activity, essential oil, hospital resistance microbes, marjoram

Procedia PDF Downloads 430
1571 Microstructure and SEM Analysis of Joints Fabricated by FSW of Aluminum Alloys 5083 and 6063

Authors: Jaskirat Singh, Roshan Lal Virdi, Khushdeep Goyal

Abstract:

The purpose of this paper is to perform a microstructural analysis of Friction Stir Welded joints of aluminum alloys 6063 and 5083, also to check the properties of the weld zone by SEM analysis. FSW experiments were carried on CNC Vertical milling machine. The tools used for welding were the round cylindrical pin shape and square pin shape. It is found that Microstructure shows the uniformly distributed material with minimum heat affected zone and dense welded zone without any defect. Microstructures indicate that the weld material is defect free. The SEM shows the diffusion of material with base metal with proper bonding without any defect.

Keywords: friction stir welding, aluminum alloy, microstructure, SEM analysis

Procedia PDF Downloads 293
1570 Bioreactor for Cell-Based Impedance Measuring with Diamond Coated Gold Interdigitated Electrodes

Authors: Roman Matejka, Vaclav Prochazka, Tibor Izak, Jana Stepanovska, Martina Travnickova, Alexander Kromka

Abstract:

Cell-based impedance spectroscopy is suitable method for electrical monitoring of cell activity especially on substrates that cannot be easily inspected by optical microscope (without fluorescent markers) like decellularized tissues, nano-fibrous scaffold etc. Special sensor for this measurement was developed. This sensor consists of corning glass substrate with gold interdigitated electrodes covered with diamond layer. This diamond layer provides biocompatible non-conductive surface for cells. Also, a special PPFC flow cultivation chamber was developed. This chamber is able to fix sensor in place. The spring contacts are connecting sensor pads with external measuring device. Construction allows real-time live cell imaging. Combining with perfusion system allows medium circulation and generating shear stress stimulation. Experimental evaluation consist of several setups, including pure sensor without any coating and also collagen and fibrin coating was done. The Adipose derived stem cells (ASC) and Human umbilical vein endothelial cells (HUVEC) were seeded onto sensor in cultivation chamber. Then the chamber was installed into microscope system for live-cell imaging. The impedance measurement was utilized by vector impedance analyzer. The measured range was from 10 Hz to 40 kHz. These impedance measurements were correlated with live-cell microscopic imaging and immunofluorescent staining. Data analysis of measured signals showed response to cell adhesion of substrates, their proliferation and also change after shear stress stimulation which are important parameters during cultivation. Further experiments plan to use decellularized tissue as scaffold fixed on sensor. This kind of impedance sensor can provide feedback about cell culture conditions on opaque surfaces and scaffolds that can be used in tissue engineering in development artificial prostheses. This work was supported by the Ministry of Health, grants No. 15-29153A and 15-33018A.

Keywords: bio-impedance measuring, bioreactor, cell cultivation, diamond layer, gold interdigitated electrodes, tissue engineering

Procedia PDF Downloads 283
1569 Detailed Quantum Circuit Design and Evaluation of Grover's Algorithm for the Bounded Degree Traveling Salesman Problem Using the Q# Language

Authors: Wenjun Hou, Marek Perkowski

Abstract:

The Traveling Salesman problem is famous in computing and graph theory. In short, it asks for the Hamiltonian cycle of the least total weight in a given graph with N nodes. All variations on this problem, such as those with K-bounded-degree nodes, are classified as NP-complete in classical computing. Although several papers propose theoretical high-level designs of quantum algorithms for the Traveling Salesman Problem, no quantum circuit implementation of these algorithms has been created up to our best knowledge. In contrast to previous papers, the goal of this paper is not to optimize some abstract complexity measures based on the number of oracle iterations, but to be able to evaluate the real circuit and time costs of the quantum computer. Using the emerging quantum programming language Q# developed by Microsoft, which runs quantum circuits in a quantum computer simulation, an implementation of the bounded-degree problem and its respective quantum circuit were created. To apply Grover’s algorithm to this problem, a quantum oracle was designed, evaluating the cost of a particular set of edges in the graph as well as its validity as a Hamiltonian cycle. Repeating the Grover algorithm with an oracle that finds successively lower cost each time allows to transform the decision problem to an optimization problem, finding the minimum cost of Hamiltonian cycles. N log₂ K qubits are put into an equiprobablistic superposition by applying the Hadamard gate on each qubit. Within these N log₂ K qubits, the method uses an encoding in which every node is mapped to a set of its encoded edges. The oracle consists of several blocks of circuits: a custom-written edge weight adder, node index calculator, uniqueness checker, and comparator, which were all created using only quantum Toffoli gates, including its special forms, which are Feynman and Pauli X. The oracle begins by using the edge encodings specified by the qubits to calculate each node that this path visits and adding up the edge weights along the way. Next, the oracle uses the calculated nodes from the previous step and check that all the nodes are unique. Finally, the oracle checks that the calculated cost is less than the previously-calculated cost. By performing the oracle an optimal number of times, a correct answer can be generated with very high probability. The oracle of the Grover Algorithm is modified using the recalculated minimum cost value, and this procedure is repeated until the cost cannot be further reduced. This algorithm and circuit design have been verified, using several datasets, to generate correct outputs.

Keywords: quantum computing, quantum circuit optimization, quantum algorithms, hybrid quantum algorithms, quantum programming, Grover’s algorithm, traveling salesman problem, bounded-degree TSP, minimal cost, Q# language

Procedia PDF Downloads 169
1568 Analysis of Fixed Beamforming Algorithms for Smart Antenna Systems

Authors: Muhammad Umair Shahid, Abdul Rehman, Mudassir Mukhtar, Muhammad Nauman

Abstract:

The smart antenna is the prominent technology that has become known in recent years to meet the growing demands of wireless communications. In an overcrowded atmosphere, its application is growing gradually. A methodical evaluation of the performance of Fixed Beamforming algorithms for smart antennas such as Multiple Sidelobe Canceller (MSC), Maximum Signal-to-interference ratio (MSIR) and minimum variance (MVDR) has been comprehensively presented in this paper. Simulation results show that beamforming is helpful in providing optimized response towards desired directions. MVDR beamformer provides the most optimal solution.

Keywords: fixed weight beamforming, array pattern, signal to interference ratio, power efficiency, element spacing, array elements, optimum weight vector

Procedia PDF Downloads 162
1567 On-Ice Force-Velocity Modeling Technical Considerations

Authors: Dan Geneau, Mary Claire Geneau, Seth Lenetsky, Ming -Chang Tsai, Marc Klimstra

Abstract:

Introduction— Horizontal force-velocity profiling (HFVP) involves modeling an athletes linear sprint kinematics to estimate valuable maximum force and velocity metrics. This approach to performance modeling has been used in field-based team sports and has recently been introduced to ice-hockey as a forward skating performance assessment. While preliminary data has been collected on ice, distance constraints of the on-ice test restrict the ability of the athletes to reach their maximal velocity which result in limits of the model to effectively estimate athlete performance. This is especially true of more elite athletes. This report explores whether athletes on-ice are able to reach a velocity plateau similar to what has been seen in overground trials. Fourteen male Major Junior ice-hockey players (BW= 83.87 +/- 7.30 kg, height = 188 ± 3.4cm cm, age = 18 ± 1.2 years n = 14) were recruited. For on-ice sprints, participants completed a standardized warm-up consisting of skating and dynamic stretching and a progression of three skating efforts from 50% to 95%. Following the warm-up, participants completed three on ice 45m sprints, with three minutes of rest in between each trial. For overground sprints, participants completed a similar dynamic warm-up to that of on-ice trials. Following the warm-up participants completed three 40m overground sprint trials. For each trial (on-ice and overground), radar was used to collect instantaneous velocity (Stalker ATS II, Texas, USA) aimed at the participant’s waist. Sprint velocities were modelled using custom Python (version 3.2) script using a mono-exponential function, similar to previous work. To determine if on-ice tirals were achieving a maximum velocity (plateau), minimum acceleration values of the modeled data at the end of the sprint were compared (using paired t-test) between on-ice and overground trials. Significant differences (P<0.001) between overground and on-ice minimum accelerations were observed. It was found that on-ice trials consistently reported higher final acceleration values, indicating a maximum maintained velocity (plateau) had not been reached. Based on these preliminary findings, it is suggested that reliable HFVP metrics cannot yet be collected from all ice-hockey populations using current methods. Elite male populations were not able to achieve a velocity plateau similar to what has been seen in overground trials, indicating the absence of a maximum velocity measure. With current velocity and acceleration modeling techniques, including a dependency of a velocity plateau, these results indicate the potential for error in on-ice HFVP measures. Therefore, these findings suggest that a greater on-ice sprint distance may be required or the need for other velocity modeling techniques, where maximal velocity is not required for a complete profile.   

Keywords: ice-hockey, sprint, skating, power

Procedia PDF Downloads 86
1566 TiO2/PDMS Coating With Minimum Solar Absorption Loss for Passive Daytime Radiative Cooling

Authors: Bhrigu Rishi Mishra, Sreerag Sundaram, Nithin Jo Varghese, Karthik Sasihithlu

Abstract:

We have designed a TiO2/PDMS coating with 94% solar reflection, 96% IR emission, and 81.8 W/m2 cooling power for passive daytime radiative cooling using Kubelka Munk theory and CST microwave studio. To reduce solar absorption loss in 0.3-0.39 m wavelength region, a TiO2 thin film on top of the coating is used. Simulation using Ansys Lumerical shows that for a 20 m thick TiO2/PDMS coating, a TiO2 thin film of 84 nm increases the coating's reflectivity by 11% in the solar region.

Keywords: passive daytime radiative cooling, disordered metamaterial, Kudelka Munk theory, solar reflectivity

Procedia PDF Downloads 111
1565 Rheological Behavior of Fresh Activated Sludge

Authors: Salam K. Al-Dawery

Abstract:

Despite of few research works on municipal sludge, still there is a lack of actual data. Thus, this work was focused on the conditioning and rheology of fresh activated sludge. The effect of cationic polyelectrolyte has been investigated at different concentrations and pH values in a comparative fashion. Yield stress is presented in all results indicating the minimum stress that necessary to reach flow conditions. Connections between particle-particle is the reason for this yield stress, also, the addition of polyelectrolyte causes strong bonds between particles and water resulting in the aggregation of particles which required higher shear stress in order to flow. The results from the experiments indicate that the cationic polyelectrolytes have significant effluence on the sludge characteristic and water quality such as turbidity, SVI, zone settling rate and shear stress.

Keywords: rheology, polyelectrolyte, settling volume index, turbidity

Procedia PDF Downloads 339
1564 Characterization of Himalayan Phyllite with Reference to Foliation Planes

Authors: Divyanshoo Singh, Hemant Kumar Singh, Kumar Nilankar

Abstract:

Major engineering constructions and foundations (e.g., dams, tunnels, bridges, underground caverns, etc.) in and around the Himalayan region of Uttarakhand are not only confined within hard and crystalline rocks but also stretched within weak and anisotropic rocks. While constructing within such anisotropic rocks, engineers more often encounter geotechnical complications such as structural instability, slope failure, and excessive deformation. These severities/complexities arise mainly due to inherent anisotropy such as layering/foliations, preferred mineral orientations, and geo-mechanical anisotropy present within rocks and vary when measured in different directions. Of all the inherent anisotropy present within the rocks, major geotechnical complexities mainly arise due to the inappropriate orientation of weak planes (bedding/foliation). Thus, Orientations of such weak planes highly affect the fracture patterns, failure mechanism, and strength of rocks. This has led to an improved understanding of the physico-mechanical behavior of anisotropic rocks with different orientations of weak planes. Therefore, in this study, block samples of phyllite belonging to the Chandpur Group of Lesser Himalaya were collected from the Srinagar area of Uttarakhand, India, to investigate the effect of foliation angles on physico-mechanical properties of the rock. Further, collected block samples were core drilled of diameter 50 mm at different foliation angles, β (angle between foliation plane and drilling direction), i.e., 0⁰, 30⁰, 60⁰, and 90⁰, respectively. Before the test, drilled core samples were oven-dried at 110⁰C to achieve uniformity. Physical and mechanical properties such as Seismic wave velocity, density, uniaxial compressive strength (UCS), point load strength (PLS), and Brazilian tensile strength (BTS) test were carried out on prepared core specimens. The results indicate that seismic wave velocities (P-wave and S-wave) decrease with increasing β angle. As the β angle increases, the number of foliation planes that the wave needs to pass through increases and thus causes the dissipation of wave energy with increasing β. Maximum strength for UCS, PLS, and BTS was found to be at β angle of 90⁰. However, minimum strength for UCS and BTS was found to be at β angle of 30⁰, which differs from PLS, where minimum strength was found at 0⁰ β angle. Furthermore, failure modes also correspond to the strength of the rock, showing along foliation and non-central failure as characteristics of low strength values, while multiple fractures and central failure as characteristics of high strength values. Thus, this study will provide a better understanding of the anisotropic features of phyllite for the purpose of major engineering construction and foundations within the Himalayan Region.

Keywords: anisotropic rocks, foliation angle, Physico-mechanical properties, phyllite, Himalayan region

Procedia PDF Downloads 41
1563 Relative Intensity Noise of Vertical-Cavity Surface-Emitting Lasers Subject to Variable Polarization-Optical Feedback

Authors: Salam Nazhan Ahmed

Abstract:

Influence of variable polarization angle (θp) of optical feedback on the Relative Intensity Noise (RIN) of a Vertical-Cavity Surface-Emitting Laser (VCSEL) has been experimentally investigated. The RIN is a minimum at θp = 0° for the dominant polarization mode (XP), and at θp = 90° for the suppressed polarization mode (YP) of VCSEL. Furthermore, the RIN of the XP mode increases rapidly with increasing θp, while for the YP mode, it increases slightly to θp = 45° and decreases for angles greater than 45°.

Keywords: lasers, vertical-cavity surface-emitting lasers, optical switching, optical polarization feedback, relative intensity noise

Procedia PDF Downloads 373
1562 Investigating the Factors Affecting the Household Accounting of People in Bangkeaw Samutsongkhram

Authors: Khajeerat Phumpurk

Abstract:

This research aims to study the knowledge, attitude toward household accounting of people in Bangkeaw Samutsongkhram. The sample use in this study was the people in tambol bangkeao Mueang Samut songkhram province. The Sample size for 100 household by using the accidental sampling and data collection was a questionnaire. Statistical analysis for frequency, percentage, mean, minimum, maximum value and standard deviation. It was found that the most of the respondent are farmers for 63.4. Most of them are male, with average of age 49.54 years. The education is vocational. The average household income is 60,873.74 per year. The respondent has the debt with the bank for 64.4 percent. The greatest influence to do the household accounting of farmers is the bank expertise. All the advice about doing household accounts get it from the staff of the bank for agriculture and agricultural cooperatives. The farmers for 57.3 do household accounting during the night time.

Keywords: Bangkeaw Samutsongkhram, household accounting, knowledge, sufficiency economy

Procedia PDF Downloads 203
1561 Numerical and Experimental Investigation of Air Distribution System of Larder Type Refrigerator

Authors: Funda Erdem Şahnali, Ş. Özgür Atayılmaz, Tolga N. Aynur

Abstract:

Almost all of the domestic refrigerators operate on the principle of the vapor compression refrigeration cycle and removal of heat from the refrigerator cabinets is done via one of the two methods: natural convection or forced convection. In this study, airflow and temperature distributions inside a 375L no-frost type larder cabinet, in which cooling is provided by forced convection, are evaluated both experimentally and numerically. Airflow rate, compressor capacity and temperature distribution in the cooling chamber are known to be some of the most important factors that affect the cooling performance and energy consumption of a refrigerator. The objective of this study is to evaluate the original temperature distribution in the larder cabinet, and investigate for better temperature distribution solutions throughout the refrigerator domain via system optimizations that could provide uniform temperature distribution. The flow visualization and airflow velocity measurements inside the original refrigerator are performed via Stereoscopic Particle Image Velocimetry (SPIV). In addition, airflow and temperature distributions are investigated numerically with Ansys Fluent. In order to study the heat transfer inside the aforementioned refrigerator, forced convection theories covering the following cases are applied: closed rectangular cavity representing heat transfer inside the refrigerating compartment. The cavity volume has been represented with finite volume elements and is solved computationally with appropriate momentum and energy equations (Navier-Stokes equations). The 3D model is analyzed as transient, with k-ε turbulence model and SIMPLE pressure-velocity coupling for turbulent flow situation. The results obtained with the 3D numerical simulations are in quite good agreement with the experimental airflow measurements using the SPIV technique. After Computational Fluid Dynamics (CFD) analysis of the baseline case, the effects of three parameters: compressor capacity, fan rotational speed and type of shelf (glass or wire) are studied on the energy consumption; pull down time, temperature distributions in the cabinet. For each case, energy consumption based on experimental results is calculated. After the analysis, the main effective parameters for temperature distribution inside a cabin and energy consumption based on CFD simulation are determined and simulation results are supplied for Design of Experiments (DOE) as input data for optimization. The best configuration with minimum energy consumption that provides minimum temperature difference between the shelves inside the cabinet is determined.

Keywords: air distribution, CFD, DOE, energy consumption, experimental, larder cabinet, refrigeration, uniform temperature

Procedia PDF Downloads 87
1560 Sensitivity and Commitment: A View on Parenthood in a Context of Placement Trajectory

Authors: A. De Serres-Lafontaine, S. Porlier, K. Poitras

Abstract:

Introduction: Placement is, without doubt, a challenging experience for both foster children and biological parents who witness their child being removed from their care. Yet, few studies have examined parenting in such a context through critical parental skills such as parental sensitivity and commitment. Sensitivity is described as the capacity of parents to respond accurately to their child’s needs in a warm, predictable and consistent way, whereas commitment is the ability of the parent to get involved physically and emotionally in an enduring relationship with his child. The research confirms the important role of parental sensitivity and parental commitment on child development following placement in foster care. Nevertheless, these studies were mainly conducted with foster parents, and few studies have examined these components of parenthood with biological parents. Method: This study evolves in two times. At first, 17 parents participated throughout a 90-minutes interview. It allowed to collect information regarding the sociodemographic situation, contacts, placement trajectory. Parental sensitivity is observed during a supervised parent-child contact. The second time occurred one to two years later and implied an at-home 90-minutes interview where we updated the information from the first interview and were able to assess the level of parental commitment. In this ongoing part of the study, five parents have already participated in implying the rest of them remain to be interviewed in the coming months - from October through December 2018. Results: Descriptive analysis from the first part of the study suggests the examination of two groups: 11 children have been reunified whereas six are still in foster care. Qualitative analysis allows to compare themes of sensitivity and commitment regarding if the reunification project occurs or not. Preliminary analysis about thematic content shows key components of parental commitment through parent’s reveal of the way they nurture a relationship with their child. Furthermore, preliminary analysis suggests that parental sensitivity is not associated with family reunification (r = 0,11, p = 0,74). Further analysis will be assessed with the date from the second part of the study to examine the potential association between commitment and reunification. Discussion: Parental sensitivity and commitment are fundamental to the well-being of the child in a placement trajectory. They need to be understood better as two different complex concepts and as two parenting skills that might have a way of echoing to one another when engaged in a specific context. Above all, a more accurate comprehension of parenting in a placement trajectory allows to sustain adequate intervention practices for birth parents and could change the way parental adequacy is assessed when reaching for reunification.

Keywords: child welfare, foster care, intervention practices, parenthood

Procedia PDF Downloads 163
1559 Stability of Canola Varieties for Oil Percent in Four Regions of Iran

Authors: Seyed Mohammad Nasir Mousavi, Amir Mashayekh, Pasha Hejazi, Sanaz Kanani Zadeh Khalkhali

Abstract:

To determine the stability of the oil percent canola varieties, an experiment was done in a randomized complete block design with four replications in four research stations of the country Shahrood, Esfahan, Kermanshah, Varamin. Analysis of variance showed that there is cultivars considerable variability in the percentage of oil. The results showed that the coefficient of variation of oil Hyola 401 and Hyola308 stability and flexibility are high. Cultivars Cooper and Likord are minimum variance Shukla that stable for the percentage of oil Based on the chart AMMI 1, cultivars Zarfam and Hyola 401 are of oil percentage than other varieties had higher stability. On the chart AMMI2, cultivars Karun and Hyola 308 are identified as stable, also location Isfahan is stable

Keywords: canola, stability, AMMI, variance Shukla

Procedia PDF Downloads 358
1558 A Paradigm Shift in Energy Policy and Use: Exergy and Hybrid Renewable Energy Technologies

Authors: Adavbiele Airewe Stephen

Abstract:

Sustainable energy use is exploiting energy resources within acceptable levels of global resource depletion without destroying the ecological balance of an area. In the context of sustainability, the rush to quell the energy crisis of the fossil fuels of the 1970's by embarking on nuclear energy technology has now been seen as a disaster. In the circumstance, action (policy) suggested in this study to avoid future occurrence is exergy maximization/entropy generation minimization and the use is renewable energy technologies that are hybrid based. Thirty-two (32) selected hybrid renewable energy technologies were assessed with respect to their energetic efficiencies and entropy generation. The results indicated that determining which of the hybrid technologies is the most efficient process and sustainable is a matter of defining efficiency and knowing which of them possesses the minimum entropy generation.

Keywords: entropy, exergy, hybrid renewable energy technologies, sustainability

Procedia PDF Downloads 419
1557 The Grit in the Glamour: A Qualitative Study of the Well-Being of Fashion Models

Authors: Emily Fortune Super, Ameerah Khadaroo, Aurore Bardey

Abstract:

Fashion models are often assumed to have a glamorous job with limited consideration for their well-being. This study aims to assess the well-being of models through semi-structured interviews with six professional fashion models and six industry professionals. Thematic analysis revealed that although models experienced improved self-confidence, they also reported heightened anxiety levels, body image issues, and the negative influence of modelling on their self-esteem. By contrast, industry professionals reported no or minimum concerns about anxious behaviours or the general well-being of fashion models. Being resilient as a model was perceived as an essential attribute to have by both models and industry professionals as they face recurrent rejection in this industry. These results demonstrate a significant gap in the current understanding of the well-being of fashion models between industry professionals and the models themselves. Findings imply that there is an inherent need for change in the modelling industry to promote and enhance their well-being.

Keywords: body image, fashion industry, modelling, well-being

Procedia PDF Downloads 151
1556 The Role and Tasks of a Social Worker in the Care of a Terminally Ill Child with Regard to the Malopolska Hospice for Children

Authors: Ewelina Zdebska

Abstract:

A social worker is an integral part of an interdisciplinary team working with the child and his family in a terminal state. Social support is an integral part of the medical procedure in the care of hospice. This is the basis and prerequisite of full treatment and good care of the child - patient, whose illness often finds at least the expected period of his life when his personal and legal issues are not regulated, and the family burdened with the problem requires care and support specialists - professionals. Hospice for Children in Krakow: a palliative care team operating in the province of Krakow and Malopolska, conducts specialized care for terminally ill children in place of their residence from the time when parents and doctors decided to end of treatment in hospital, allows parents to carry out medical care at home, provides parents social and legal assistance and provides care, psychological support and friendship to families throughout the life of the child's illness and after his death, as long as it is needed. The social worker in a hospice does not bear the burden of solving social problems, which is the responsibility of other authorities, but provides support possible and necessary at the moment. The most common form of assistance is to provide information on benefits, which for the child and his family may be subject to any treatment and fight for the life and health of a child. Employee assists in the preparation and completion of documents, requests to increase the degree of disability because of progressive disease or Allowance care because of the inability to live independently. It works in settling all the issues with the Department of Social Security, as well as with the Municipal and District Team Affairs of disability. Seeking help and support using multi-faceted childcare. With the Centres for Social Welfare contacts are also often on the organization of additional respite care for the sick at home (care), especially in the work of the other members of the family or if the family can not cope with the care and needs extra help. Hospice for Children in Cracow completing construction of Poland's first Respite Care Centre for chronically and terminally ill children, will be an open house where children suffering from chronic and incurable diseases and their families can get professional help, whenever - when they need it. The social worker has to pick up a very important role in caring for a terminally ill child. His presence gives a little patient and family the opportunity to be at this difficult time together while organizing assistance and support.

Keywords: social worker, care, terminal care, hospice

Procedia PDF Downloads 230
1555 Optimization of Flexible Job Shop Scheduling Problem with Sequence-Dependent Setup Times Using Genetic Algorithm Approach

Authors: Sanjay Kumar Parjapati, Ajai Jain

Abstract:

This paper presents optimization of makespan for ‘n’ jobs and ‘m’ machines flexible job shop scheduling problem with sequence dependent setup time using genetic algorithm (GA) approach. A restart scheme has also been applied to prevent the premature convergence. Two case studies are taken into consideration. Results are obtained by considering crossover probability (pc = 0.85) and mutation probability (pm = 0.15). Five simulation runs for each case study are taken and minimum value among them is taken as optimal makespan. Results indicate that optimal makespan can be achieved with more than one sequence of jobs in a production order.

Keywords: flexible job shop, genetic algorithm, makespan, sequence dependent setup times

Procedia PDF Downloads 314
1554 Fractal-Wavelet Based Techniques for Improving the Artificial Neural Network Models

Authors: Reza Bazargan lari, Mohammad H. Fattahi

Abstract:

Natural resources management including water resources requires reliable estimations of time variant environmental parameters. Small improvements in the estimation of environmental parameters would result in grate effects on managing decisions. Noise reduction using wavelet techniques is an effective approach for pre-processing of practical data sets. Predictability enhancement of the river flow time series are assessed using fractal approaches before and after applying wavelet based pre-processing. Time series correlation and persistency, the minimum sufficient length for training the predicting model and the maximum valid length of predictions were also investigated through a fractal assessment.

Keywords: wavelet, de-noising, predictability, time series fractal analysis, valid length, ANN

Procedia PDF Downloads 349
1553 An Elbow Biomechanical Model and Its Coefficients Adjustment

Authors: Jie Bai, Yongsheng Gao, Shengxin Wang, Jie Zhao

Abstract:

Through the establishment of the elbow biomechanical model, it can provide theoretical guide for rehabilitation therapy on the upper limb of the human body. A biomechanical model of the elbow joint can be built by the connection of muscle force model and elbow dynamics. But there are many undetermined coefficients in the model like the optimal joint angle and optimal muscle force which are usually specified as the experimental parameters of other workers. Because of the individual differences, there is a certain deviation of the final result. To this end, the RMS value of the deviation between the actual angle and calculated angle is considered. A set of coefficients which lead to the minimum RMS value will be chosen to be the optimal parameters. The direct search method and the conjugacy search method are used to get the optimal parameters, thus the model can be more accurate and mode adaptability.

Keywords: elbow biomechanical model, RMS, direct search, conjugacy search

Procedia PDF Downloads 526
1552 Target and Equalizer Design for Perpendicular Heat-Assisted Magnetic Recording

Authors: P. Tueku, P. Supnithi, R. Wongsathan

Abstract:

Heat-Assisted Magnetic Recording (HAMR) is one of the leading technologies identified to enable areal density beyond 1 Tb/in2 of magnetic recording systems. A key challenge to HAMR designing is accuracy of positioning, timing of the firing laser, power of the laser, thermo-magnetic head, head-disk interface and cooling system. We study the effect of HAMR parameters on transition center and transition width. The HAMR is model using Thermal Williams-Comstock (TWC) and microtrack model. The target and equalizer are designed by the minimum mean square error (MMSE). The result shows that the unit energy constraint outperforms other constraints.

Keywords: heat-assisted magnetic recording, thermal Williams-Comstock equation, microtrack model, equalizer

Procedia PDF Downloads 331
1551 Resilience Building, the Case of Dire Dawa Community, Ethiopia

Authors: Getachew Demesa Bexa

Abstract:

Building resilience to withstand extreme weather events through reduction and mitigation measures towards predicted disasters with appropriate contingency plans complemented by timely and effective emergency response demands committed and integrated/coordinated efforts. The 2006 flood disaster that claimed more than 200 people in Dire Dawa town shifted the paradigm from reactive to proactive engagement among government, NGOs and communities to contain future disasters through resilience building. Dire Dawa CMDRR Association is a model community organization that demonstrated the basic minimum and turning adversity into opportunity by mobilizing vulnerable community members. Meanwhile the birth of African Centre for Disaster Risk Management is a milestone in changing the image of the country and beyond in resilience building while linking relief and development.

Keywords: Dire Dawa, disaster, resilience, risk management

Procedia PDF Downloads 360
1550 Flow Duration Curve Method to Evaluate Environmental Flow: Case Study of Gharasou River, Ardabil, Iran

Authors: Mehdi Fuladipanah, Mehdi Jorabloo

Abstract:

Water flow management is one of the most important parts of river engineering. Non-uniformity distribution of rainfall and various flow demand with unreasonable flow management will be caused destroyed of river ecosystem. Then, it is very serious to determine ecosystem flow requirement. In this paper, flow duration curve indices method which has hydrological based was used to evaluate environmental flow in Gharasou River, Ardabil, Iran. Using flow duration curve, Q90 and Q95 for different return periods were calculated. Their magnitude were determined as 1-day, 3-day, 7-day, and 30 day. According the second method, hydraulic alteration indices often had low and medium range. In order to maintain river at an acceptable ecological condition, minimum daily discharge of index Q95 is 0.7 m3.s-1.

Keywords: ardabil, environmental flow, flow duration curve, Gharasou river

Procedia PDF Downloads 659
1549 Occurrence of High Nocturnal Surface Ozone at a Tropical Urban Area

Authors: S. Dey, P. Sibanda, S. Gupta, A. Chakraborty

Abstract:

The occurrence of high nocturnal surface ozone over a tropical urban area (23̊ 32′16.99″ N and 87̊ 17′ 38.95″ E) is analyzed in this paper. Five incidences of nocturnal ozone maxima are recorded during the observational span of two years (June, 2013 to May, 2015). The maximum and minimum values of the surface ozone during these five occasions are 337.630 μg/m3 and 13.034 μg/m3 respectively. HYSPLIT backward trajectory analyses and wind rose diagrams support the horizontal transport of ozone from distant polluted places. Planetary boundary layer characteristics, concentration of precursor (NO2) and meteorology are found to play important role in the horizontal and vertical transport of surface ozone during nighttime.

Keywords: nocturnal ozone, planetary boundary layer, horizontal transport, meteorology, urban area

Procedia PDF Downloads 268
1548 Design and Performance Evaluation of Synchronous Reluctance Machine (SynRM)

Authors: Hadi Aghazadeh, Mohammadreza Naeimi, Seyed Ebrahim Afjei, Alireza Siadatan

Abstract:

Torque ripple, maximum torque and high efficiency are important issues in synchronous reluctance machine (SynRM). This paper presents a view on design of a high efficiency, low torque ripple and high torque density SynRM. To achieve this goal SynRM parameters is calculated (such as insulation ratios in the d-and q-axes and the rotor slot pitch), while the torque ripple can be minimized by determining the best rotor slot pitch in the d-axis. The presented analytical-finite element method (FEM) approach gives the optimum distribution of air gap and iron portion for the maximizing torque density with minimum torque ripple.

Keywords: torque ripple, efficiency, insulation ratio, FEM, synchronous reluctance machine (SynRM), induction motor (IM)

Procedia PDF Downloads 204
1547 Starting Characteristic Analysis of LSPM for Pumping System Considering Demagnetization

Authors: Subrato Saha, Yun-Hyun Cho

Abstract:

This paper presents the design process of a high performance 3-phase 3.7 kW 2-pole line start permanent magnet synchronous motor for pumping system. A method was proposed to study the starting torque characteristics considering line start with high inertia load. A d-q model including cage was built to study the synchronization capability. Time-stepping finite element method analysis was utilized to accurately predict the dynamic and transient performance, efficiency, starting current, speed curve and, etc. Considering the load torque of pumps during starting stage, the rotor bar was designed with minimum demagnetization of permanent magnet caused by huge starting current.

Keywords: LSPM, starting analysis, demagnetization, FEA, pumping system

Procedia PDF Downloads 458
1546 Pathogenic Bacteria Isolated from Diseased Giant Freshwater Prawn in Shrimp Culture Ponds

Authors: Kusumawadee Thancharoen, Rungrat Nontawong, Thanawat Junsom

Abstract:

Pathogenic bacterial flora was isolated from giant freshwater prawns, Macrobrachium rosenbergii. Infected shrimp samples were collected from BuaBan Aquafarm in Kalasin Province, Thailand, between June and September 2018. Bacterial species were isolated by serial dilution and plated on Thiosulfate Citrate Bile Salt Sucrose (TCBS) agar medium. A total 89 colonies were isolated and identified using the API 20E biochemical tests. Results showed the presence of genera Aeromonas, Citrobacter, Chromobacterium, Providencia, Pseudomonas, Stenotrophomonas and Vibrio. Maximum number of species was recorded in Pseudomonas (50.57%) with minimum observed in Chromobacterium and Providencia (1.12%).

Keywords: biochemical test, giant freshwater prawn, isolation, salt tolerance, shrimp diseases

Procedia PDF Downloads 226
1545 Touch Interaction through Tagging Context

Authors: Gabriel Chavira, Jorge Orozco, Salvador Nava, Eduardo Álvarez, Julio Rolón, Roberto Pichardo

Abstract:

Ambient Intelligence promotes a shift in computing which involves fitting-out the environments with devices to support context-aware applications. One of main objectives is the reduction to a minimum of the user’s interactive effort, the diversity and quantity of devices with which people are surrounded with, in existing environments; increase the level of difficulty to achieve this goal. The mobile phones and their amazing global penetration, makes it an excellent device for delivering new services to the user, without requiring a learning effort. The environment will have to be able to perceive all of the interaction techniques. In this paper, we present the PICTAC model (Perceiving touch Interaction through TAgging Context), which similarly delivers service to members of a research group.

Keywords: ambient intelligence, tagging context, touch interaction, touching services

Procedia PDF Downloads 367
1544 Robust Speed Sensorless Control to Estimated Error for PMa-SynRM

Authors: Kyoung-Jin Joo, In-Gun Kim, Hyun-Seok Hong, Dong-Woo Kang, Ju Lee

Abstract:

Recently, the permanent magnet-assisted synchronous reluctance motor (PMa-SynRM) that can be substituted for the induction motor has been studying because of the needs of the development of the premium high efficiency motor for the minimum energy performance standard (MEPS). PMa-SynRM is required to the speed and position information for motor speed and torque controls. However, to apply the sensors has many problems that are sensor mounting space shortage and additional cost, etc. Therefore, in this paper, speed-sensorless control based on model reference adaptive system (MRAS) is introduced to eliminate the sensor. The sensorless method is constructed in a reference model as standard and an adaptive model as the state observer. The proposed algorithm is verified by the simulation.

Keywords: PMa-SynRM, sensorless control, robust estimation, MRAS method

Procedia PDF Downloads 385
1543 The Study on Mechanical Properties of Graphene Using Molecular Mechanics

Authors: I-Ling Chang, Jer-An Chen

Abstract:

The elastic properties and fracture of two-dimensional graphene were calculated purely from the atomic bonding (stretching and bending) based on molecular mechanics method. Considering the representative unit cell of graphene under various loading conditions, the deformations of carbon bonds and the variations of the interlayer distance could be realized numerically under the geometry constraints and minimum energy assumption. In elastic region, it was found that graphene was in-plane isotropic. Meanwhile, the in-plane deformation of the representative unit cell is not uniform along armchair direction due to the discrete and non-uniform distributions of the atoms. The fracture of graphene could be predicted using fracture criteria based on the critical bond length, over which the bond would break. It was noticed that the fracture behavior were directional dependent, which was consistent with molecular dynamics simulation results.

Keywords: energy minimization, fracture, graphene, molecular mechanics

Procedia PDF Downloads 383