Search results for: real time qPCR
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 20342

Search results for: real time qPCR

9062 Portable Hands-Free Process Assistant for Gas Turbine Maintenance

Authors: Elisabeth Brandenburg, Robert Woll, Rainer Stark

Abstract:

This paper presents how smart glasses and voice commands can be used for improving the maintenance process of industrial gas turbines. It presents the process of inspecting a gas turbine’s combustion chamber and how it is currently performed using a set of paper-based documents. In order to improve this process, a portable hands-free process assistance system has been conceived. In the following, it will be presented how the approach of user-centered design and the method of paper prototyping have been successfully applied in order to design a user interface and a corresponding workflow model that describes the possible interaction patterns between the user and the interface. The presented evaluation of these results suggests that the assistance system could help the user by rendering multiple manual activities obsolete, thus allowing him to work hands-free and to save time for generating protocols.

Keywords: paper prototyping, smart glasses, turbine maintenance, user centered design

Procedia PDF Downloads 304
9061 Application of the MOOD Technique to the Steady-State Euler Equations

Authors: Gaspar J. Machado, Stéphane Clain, Raphael Loubère

Abstract:

The goal of the present work is to numerically study steady-state nonlinear hyperbolic equations in the context of the finite volume framework. We will consider the unidimensional Burgers' equation as the reference case for the scalar situation and the unidimensional Euler equations for the vectorial situation. We consider two approaches to solve the nonlinear equations: a time marching algorithm and a direct steady-state approach. We first develop the necessary and sufficient conditions to obtain the existence and unicity of the solution. We treat regular examples and solutions with a steady shock and to provide very-high-order finite volume approximations we implement a method based on the MOOD technology (Multi-dimensional Optimal Order Detection). The main ingredient consists in using an 'a posteriori' limiting strategy to eliminate non physical oscillations deriving from the Gibbs phenomenon while keeping a high accuracy for the smooth part.

Keywords: Euler equations, finite volume, MOOD, steady-state

Procedia PDF Downloads 253
9060 Commercial Surrogacy and Rights of the Children Born

Authors: Neha Tiwari

Abstract:

Rights are prerequisite for individuals to pursue their aims and enrich themselves. Laski has said rights are, ‘conditions of social life without which no man can seek himself at his best.’ However with superior technology, rights of many individuals are at stake as well. One such sufferer is the babies born out of the practice of commercial surrogacy. Commercial surrogacy has emerged as the most viable option for the childless couples. The practice has garnered lot of debate in both academia and media. Some argue for a complete ban and some for strict rules and regulation. Most of the time the debate is regarding the rights of the surrogate, something which we cannot ignore. Equally important are the rights of the children born out of such arrangements. However, not much attention is being paid to them. Recently, a controversy emerged when a surrogate gave birth to twins. One of the babies, Gammy born with down syndrome was left behind by the couple. Gammy could die because his poor Thai surrogate mother may not be able to pay for his treatment. Even if he survives, he will never know his twin sister as her identity would never be disclosed. This is just one of many such cases where the future of such babies is being played with. If the rights of these children are not taken care of many of them will have to bear the brunt of society's ignorance and perhaps live with a scar which won't heal in their lifetime.

Keywords: babies, commercial surrogacy, rights, technology

Procedia PDF Downloads 272
9059 Auditory Function in Hypothyroidism as Compared to Controls

Authors: Mrunal Phatak

Abstract:

Introduction: Thyroid hormone is important for the normal function of the auditory system. Hearing impairment can occur insidiously in subclinical hypothyroidism. The present study was undertaken with the aim of evaluating audiological tests like tuning fork tests, pure tone audiometry, brainstem evoked auditory potentials (BAEPs), and auditory reaction time (ART) in hypothyroid women and in age and sex-matched controls to evaluate the effect of thyroid hormone on hearing. The objective of the study was to investigate hearing status by the audiological profile in hypothyroidism (group 1) and healthy controls (group 2) to compare the audiological profile between these groups and find the correlation of levels of TSH, T3 and T4 with the above parameters. Material and methods: A total sample size of 124 women in the age group of 30 to 50 years was recruited and divided into the Cases group comprising 62 newly diagnosed hypothyroid women and a Control group having 62 women with normal thyroid profiles. Otoscopic examination, tuning fork tests, Pure tone audiometry tests (PTA). Brain Stem Auditory Evoked Potential (BAEP) and Auditory Reaction Time (ART) were done in both ears, i.e., a total of 248 ears of all subjects. Results: By BAEPs, hearing impairment was detected in a total of 64 years (51.61%). A significant increase was seen in Wave V latency, IPL I-V and IPL III-V, and the decrease was seen in the amplitude of Wave I and V in both the ears cases. A positive correlation of Wave V latency of the Right and Left ears is seen with TSH levels (p < 0.001) and a negative correlation with T3 (>0.05) and with T4 (p < 0.01). The negative correlation of wave V amplitude of the Right and Left ears is seen with TSH levels (p < 0.001), and a significant positive correlation is seen with T3 and T4. Pure tone audiometry parameters showed hearing impairment of conductive (31.29%), sensorineural (36.29%), as well as mixed type (15.32%). Hearing loss was mild in 65.32% of ears and moderate in 17.74% of ears. Pure tone averages (PTA) were significantly increased in cases than in controls in both ears. A significant positive correlation of PTA of Right and Left ears is seen with TSH levels (p<0.05). A negative correlation between T3 and T4 is seen. A significant increase in HF ART and LF ART is seen in cases as compared to controls. A positive correlation between ART of high frequency and low frequency is seen with TSH levels and a negative correlation with T3 and T4 (p > 0.05). Conclusion: The abnormal BAEPs in hypothyroid women suggest an impaired central auditory pathway. BAEP abnormalities are indicative of a nonspecific injury in the bulbo-ponto-mesencephalic centers. The results of auditory investigations suggest a causal relationship between hypothyroidism and hearing loss. The site of lesion in the auditory pathway is probably at several levels, namely, in the middle ear and at cochlear and retrocochlear sites. Prolonged ART also suggests an impairment in central processing mechanisms. The results of the present study conclude that the probable reason for hearing impairment in hypothyroidism may be delayed impulse conduction in the acoustic nerve up to the level of the midbrain (IPL I-V, III-V), particularly the inferior colliculus (wave V). There is also impairment in central processing mechanisms, as shown by prolonged ART.

Keywords: hypothyroidism, deafness, pure tone audiometry, brain stem auditory evoked potential

Procedia PDF Downloads 16
9058 A Minimum Spanning Tree-Based Method for Initializing the K-Means Clustering Algorithm

Authors: J. Yang, Y. Ma, X. Zhang, S. Li, Y. Zhang

Abstract:

The traditional k-means algorithm has been widely used as a simple and efficient clustering method. However, the algorithm often converges to local minima for the reason that it is sensitive to the initial cluster centers. In this paper, an algorithm for selecting initial cluster centers on the basis of minimum spanning tree (MST) is presented. The set of vertices in MST with same degree are regarded as a whole which is used to find the skeleton data points. Furthermore, a distance measure between the skeleton data points with consideration of degree and Euclidean distance is presented. Finally, MST-based initialization method for the k-means algorithm is presented, and the corresponding time complexity is analyzed as well. The presented algorithm is tested on five data sets from the UCI Machine Learning Repository. The experimental results illustrate the effectiveness of the presented algorithm compared to three existing initialization methods.

Keywords: degree, initial cluster center, k-means, minimum spanning tree

Procedia PDF Downloads 389
9057 Investigation of Moisture Management Properties of Cotton and Blended Knitted Fabrics

Authors: N. S. Achour, M. Hamdaoui, S. Ben Nasrallah, A. Perwuelz

Abstract:

The main idea of this work is to investigate the effect of knitted fabrics characteristics on moisture management properties. Wetting and transport properties of single jersey, Rib 1&1 and English Rib fabrics made out of cotton and blended Cotton/Polyester yarns were studied. The dynamic water sorption of fabrics was investigated under same isothermal and terrestrial conditions at 20±2°C-65±2% by using the Moisture Management Tester (MMT) which can be used to quantitatively measure liquid moisture transfer in one step in a fabric in multi directions: Absorption rate, moisture absorbing time of the fabric's inner and outer surfaces, one-way transportation capability, the spreading/drying rate, the speed of liquid moisture spreading on fabric's inner and outer surfaces are measured, recorded and discussed. The results show that fabric’s composition and knit’s structure have a significant influence on those phenomena.

Keywords: knitted fabrics characteristics, moisture management properties, multi directions, the moisture management tester

Procedia PDF Downloads 470
9056 Encapsulation of Venlafaxine-Dowex® Resinate: A Once Daily Multiple Unit Formulation

Authors: Salwa Mohamed Salah Eldin, Howida Kamal Ibrahim

Abstract:

Introduction: Major depressive disorder affects high proportion of the world’s population presenting cost load in health care. Extended release venlafaxine is more convenient and could reduce discontinuation syndrome. The once daily dosing also reduces the potential for adverse events such as nausea due to reduced Cmax. Venlafaxine is an effective first-line agent in the treatment of depression. A once daily formulation was designed to enhance patient compliance. Complexing with a resin was suggested to improve loading of the water soluble drug. The formulated systems were thoroughly evaluated in vitro to prove superiority to previous trials and were compared to the commercial extended release product in experimental animals. Materials and Methods: Venlafaxine-resinates were prepared using Dowex®50WX4-400 and Dowex®50WX8-100 at drug to resin weight ratio of 1: 1. The prepared resinates were evaluated for their drug content, particle shape and surface properties and in vitro release profile in gradient pH. The release kinetics and mechanism were evaluated. Venlafaxine-Dowex® resinates were encapsulated using O/W solvent evaporation technique. Poly-ε-caprolactone, Poly(D, L-lactide-co-glycolide) ester, Poly(D, L-lactide) ester and Eudragit®RS100 were used as coating polymers alone and in combination. Drug-resinate microcapsules were evaluated for morphology, entrapment efficiency and in-vitro release profile. The selected formula was tested in rabbits using a randomized, single-dose, 2-way crossover study against Effexor-XR tablets under fasting condition. Results and Discussion: The equilibrium time was 30 min for Dowex®50WX4-400 and 90 min for Dowex®50WX8-100. The percentage drug loaded was 93.96 and 83.56% for both resins, respectively. Both drug-Dowex® resintes were efficient in sustaining venlafaxine release in comparison to the free drug (up to 8h.). Dowex®50WX4-400 based venlafaxine-resinate was selected for further encapsulation to optimize the release profile for once daily dosing and to lower the burst effect. The selected formula (coated with a mixture of Eudragit RS and PLGA in a ratio of 50/50) was chosen by applying a group of mathematical equations according to targeted values. It recorded the minimum burst effect, the maximum MDT (Mean dissolution time) and a Q24h (percentage drug released after 24 hours) between 95 and 100%. The 90% confidence intervals for the test/reference mean ratio of the log-transformed data of AUC0–24 and AUC0−∞ are within (0.8–1.25), which satisfies the bioequivalence criteria. Conclusion: The optimized formula could be a promising extended release form of the water soluble, short half lived venlafaxine. Being a multiple unit formulation, it lowers the probability of dose dumping and reduces the inter-subject variability in absorption.

Keywords: biodegradable polymers, cation-exchange resin, microencapsulation, venlafaxine hcl

Procedia PDF Downloads 384
9055 Speed Optimization Model for Reducing Fuel Consumption Based on Shipping Log Data

Authors: Ayudhia P. Gusti, Semin

Abstract:

It is known that total operating cost of a vessel is dominated by the cost of fuel consumption. How to reduce the fuel cost of ship so that the operational costs of fuel can be minimized is the question that arises. As the basis of these kinds of problem, sailing speed determination is an important factor to be considered by a shipping company. Optimal speed determination will give a significant influence on the route and berth schedule of ships, which also affect vessel operating costs. The purpose of this paper is to clarify some important issues about ship speed optimization. Sailing speed, displacement, sailing time, and specific fuel consumption were obtained from shipping log data to be further analyzed for modeling the speed optimization. The presented speed optimization model is expected to affect the fuel consumption and to reduce the cost of fuel consumption.

Keywords: maritime transportation, reducing fuel, shipping log data, speed optimization

Procedia PDF Downloads 547
9054 The Necessity of Neurolinguistics in Master’s Studies in the English Language Department

Authors: Dielleza Namani, Laureta Kadrijaj-Qerimi

Abstract:

Neurolinguistics studies the relationship between the brain and language. It is a subject not often found in the syllabus of universities in the Balkans but more spread in Europe and especially the United States of America. The purpose of this study is to see what importance this subject has for studies in the English language department. It contains an analysis of other research papers written regarding neurolinguistics, a questionnaire made for professors and deans at private and public universities in Kosovo, and an interview with a neurolinguistics professor in England. Since this subject is not found in the syllabus of any of the universities in Kosovo, the researchers wanted to find out why this happens but, at the same time, provide reasons why they should consider having it in the future. The results showed that for this subject, there had been researching made, but not enough so far, which gives more information and feedback on why it needs to be in the syllabus, and how linguists can use the knowledge they receive from this subject in their workplace. Also, the professors and deans see this subject as too medical for their students to learn and not necessary for their future jobs. Hopefully, in the near future, there will be more research done on why this is important and how English language students can benefit from it.

Keywords: English language department, neurolinguistics, second language acquisition, teaching methods

Procedia PDF Downloads 76
9053 Delivery of Sustainable Construction in South Africa – Assessing the Roles of Organisational Leadership

Authors: Ayodeji Emmanuel Oke, Mathew O. Ikuabe, Clinton O. Aigbavboa, Douglas O. Aghimien

Abstract:

The call for sustainable construction has received significant drive in recent time considering the overwhelming impacts of its adoption. However, not much has been deliberated on this subject with regards to the roles of organisational leadership in delivering sustainable construction. To this end, the study empirically scrutinised the roles of organisational leadership in delivering sustainable construction. The study adopted a quantitative approach while construction professionals formed the population of the study. A well-articulated questionnaire was used in eliciting responses from the respondents, while appropriate methods of data analysis were used. Findings from the study depicted that the major role of organisational leadership in the delivery of sustainable construction is acting as sustainability integrators. Equally revealed are the internal and external factors affecting organisational leadership in delivering sustainable construction. The study concluded by emphasizing the core roles for delivering sustainable construction by organisational leadership and further recommended that sustainable construction should serve as a prominent and focal organisation goal by organisational leadership when steering the organisation towards meeting its objectives

Keywords: organisational leadership, project delivery, roles, sustainable construction

Procedia PDF Downloads 99
9052 Ozone Treatment in Textile Industry

Authors: Umut Çınar

Abstract:

The fact that ozone gas has color bleaching properties has made the use of ozone gas widespread in the textile sector as well as in many other sectors. Ozone gas, which is a strong oxidative agent on the fabric, causes the paint on the fabric to wear off and lighten its color with an aged appearance. Within the scope of this thesis, parameters affecting the bleaching properties of ozone gas on reactive dyed knitted fabric, which is rare in the literature, were investigated. Ozone concentration, time, and pH values were analyzed with the Box Behnken experimental design method, and optimum conditions were determined. After the experiments, wear and opacity values were measured with the help of a spectrophotometer. With the help of the Design Expert program, the graphics related to the data were prepared and interpreted with Box Behnken and ANOVA. These experiments on reactive dyed knitted fabric were tested on these parameters, and the spectrophotometric values of the fabric and optimum parameters in abrasion and opacity were revealed.

Keywords: ozone, reactive dye, bleaching, textile, garment wash, sustainability, washing, Box–Behnken, experimental design

Procedia PDF Downloads 50
9051 Effect of Noise at Different Frequencies on Heart Rate Variability - Experimental Study Protocol

Authors: A. Bortkiewcz, A. Dudarewicz, P. Małecki, M. Kłaczyński, T. Wszołek, Małgorzata Pawlaczyk-Łuszczyńska

Abstract:

Low-frequency noise (LFN) has been recognized as a special environmental pollutant. It is usually considered a broadband noise with the dominant content of low frequencies from 10 Hz to 250 Hz. A growing body of data shows that LFN differs in nature from other environmental noises, which are at comparable levels but not dominated by low-frequency components. The primary and most frequent adverse effect of LFN exposure is annoyance. Moreover, some recent investigations showed that LFN at relatively low A-weighted sound pressure levels (40−45 dB) occurring in office-like areas could adversely affect the mental performance, especially of high-sensitive subjects. It is well documented that high-frequency noise disturbs various types of human functions; however, there is very little data on the impact of LFN on well-being and health, including the cardiovascular system. Heart rate variability (HRV) is a sensitive marker of autonomic regulation of the circulatory system. Walker and co-workers found that LFN has a significantly more negative impact on cardiovascular response than exposure to high-frequency noise and that changes in HRV parameters resulting from LFN exposure tend to persist over time. The negative reactions of the cardiovascular system in response to LFN generated by wind turbines (20-200 Hz) were confirmed by Chiu. The scientific aim of the study is to assess the relationship between the spectral-temporal characteristics of LFN and the activity of the autonomic nervous system, considering the subjective assessment of annoyance, sensitivity to this type of noise, and cognitive and general health status. The study will be conducted in 20 male students in a special, acoustically prepared, constantly supervised room. Each person will be tested 4 times (4 sessions), under conditions of non-exposure (sham) and exposure to noise of wind turbines recorded at a distance of 250 meters from the turbine with different frequencies and frequency ranges: acoustic band 20 Hz-20 kHz, infrasound band 5-20 Hz, acoustic band + infrasound band. The order of sessions of the experiment will be randomly selected. Each session will last 1 h. There will be a 2-3 days break between sessions to exclude the possibility of the earlier session influencing the results of the next one. Before the first exposure, a questionnaire will be conducted on noise sensitivity, general health status using the GHQ questionnaire, hearing organ status and sociodemographic data. Before each of the 4 exposures, subjects will complete a brief questionnaire on their mood and sleep quality the night before the test. After the test, the subjects will be asked about any discomfort and subjective symptoms during the exposure. Before the test begins, Holter ECG monitoring equipment will be installed. HRV will be analyzed from the ECG recordings, including time and frequency domain parameters. The tests will always be performed in the morning (9-12) to avoid the influence of diurnal rhythm on HRV results. Students will perform psychological tests 15 minutes before the end of the test (Vienna Test System).

Keywords: neurovegetative control, heart rate variability (HRV), cognitive processes, low frequency noise

Procedia PDF Downloads 61
9050 Embracing the Uniqueness and Potential of Each Child: Moving Theory to Practice

Authors: Joy Chadwick

Abstract:

This Study of Teaching and Learning (SoTL) research focused on the experiences of teacher candidates involved in an inclusive education methods course within a four-year direct entry Bachelor of Education program. The placement of this course within the final fourteen-week practicum semester is designed to facilitate deeper theory-practice connections between effective inclusive pedagogical knowledge and the real life of classroom teaching. The course focuses on supporting teacher candidates to understand that effective instruction within an inclusive classroom context must be intentional, responsive, and relational. Diversity is situated not as exceptional but rather as expected. This interpretive qualitative study involved the analysis of twenty-nine teacher candidate reflective journals and six individual teacher candidate semi-structured interviews. The journal entries were completed at the start of the semester and at the end of the semester with the intent of having teacher candidates reflect on their beliefs of what it means to be an effective inclusive educator and how the course and practicum experiences impacted their understanding and approaches to teaching in inclusive classrooms. The semi-structured interviews provided further depth and context to the journal data. The journals and interview transcripts were coded and themed using NVivo software. The findings suggest that instructional frameworks such as universal design for learning (UDL), differentiated instruction (DI), response to intervention (RTI), social emotional learning (SEL), and self-regulation supported teacher candidate’s abilities to meet the needs of their students more effectively. Course content that focused on specific exceptionalities also supported teacher candidates to be proactive rather than reactive when responding to student learning challenges. Teacher candidates also articulated the importance of reframing their perspective about students in challenging moments and that seeing the individual worth of each child was integral to their approach to teaching. A persisting question for teacher educators exists as to what pedagogical knowledge and understanding is most relevant in supporting future teachers to be effective at planning for and embracing the diversity of student needs within classrooms today. This research directs us to consider the critical importance of addressing personal attributes and mindsets of teacher candidates regarding children as well as considering instructional frameworks when designing coursework. Further, the alignment of an inclusive education course during a teaching practicum allows for an iterative approach to learning. The practical application of course concepts while teaching in a practicum allows for a deeper understanding of instructional frameworks, thus enhancing the confidence of teacher candidates. Research findings have implications for teacher education programs as connected to inclusive education methods courses, practicum experiences, and overall teacher education program design.

Keywords: inclusion, inclusive education, pre-service teacher education, practicum experiences, teacher education

Procedia PDF Downloads 50
9049 Diagnostic Evaluation of Micro Rna (miRNA-21, miRNA-215 and miRNA-378) in Patients with Colorectal Cancer

Authors: Ossama Abdelmotaal, Olfat Shaker, Tarek Salman, Lamiaa Nabeel, Mostafa Shabayek

Abstract:

Colorectal Cancer (CRC) is an important worldwide health problem. Colonoscopy is used in detecting CRC suffer from drawbacks where colonoscopy is an invasive method. This study validates easier and less time-consuming techniques to evaluate the usefulness of detecting miRNA-21, miRNA-215 and miRNA-378 in the sera of colorectal cancer patients as new diagnostic tools. This study includes malignant (Colo Rectal Cancer patients, n= 64)) and healthy (n=27) groups. The studied groups were subjected to colonoscopic examination and estimation of miRNA-21, miRNA-215 and miRNA-378 in sera by RT-PCR. miRNA-21 showed the statistically significantly highest median fold change. miRNA-378 showed statistically significantly lower value (Both showed over-expression). miRNA-215 showed the statistically significantly lowest median fold change (It showed down-regulation). Overall the miRNA (21-215 and 378) appear to be promising method of detecting CRC and evaluating its stages.

Keywords: colorectal cancer, miRNA-21, miRNA-215, miRNA-378

Procedia PDF Downloads 284
9048 Sorption of Congo Red from Aqueous Solution by Surfactant-Modified Bentonite: Kinetic and Factorial Design Study

Authors: B. Guezzen, M. A. Didi, B. Medjahed

Abstract:

An organoclay (HDTMA-B) was prepared from sodium bentonite (Na-B). The starting material was modified using the hexadecyltrimethylammonium ion (HDTMA+) in the amounts corresponding to 100 % of the CEC value. Batch experiments were carried out in order to model and optimize the sorption of Congo red dye from aqueous solution. The pseudo-first order and pseudo-second order kinetic models have been developed to predict the rate constant and the sorption capacity at equilibrium with the effect of temperature, the solid/solution ratio and the initial dye concentration. The equilibrium time was reached within 60 min. At room temperature (20 °C), optimum dye sorption of 49.4 mg/g (98.9%) was achieved at pH 6.6, sorbent dosage of 1g/L and initial dye concentration of 50 mg/L, using surfactant modified bentonite. The optimization of adsorption parameters mentioned above on dye removal was carried out using Box-Behnken design. The sorption parameters were analyzed statistically by means of variance analysis by using the Statgraphics Centurion XVI software.

Keywords: adsorption, dye, factorial design, kinetic, organo-bentonite

Procedia PDF Downloads 180
9047 Early Formation of Adipocere in Subtropical Climate

Authors: Asit K. Sikary, O. P. Murty

Abstract:

Adipocere formation is a modification of the process of putrefaction. It consists mainly of saturated fatty acids, formed by the post-mortem hydrolysis and hydrogenation of body fats with the help of bacterial enzymes in the presence of warmth, moisture and anaerobic bacteria. In temperate climate, it takes weeks to develop while in India it starts to begin within 4-5 days. In this study, we have collected cases with adipocere formation, which were from the South Delhi region (average room temperature 27-390C) and autopsied at our centre. Details of the circumstances of the death, cause and time of death, surrounding environment and demographic profile of the deceased were taken into account. Total 16 cases were included in this study. Adipocere formation was predominantly present over cheeks, shoulder, breast, flanks, buttocks, and thighs. Out of 16, 11 cases were found in a dry atmosphere, 5 cases were brought from the water. There were 5 cases in which adipocere formation was seen in less than 2 days, and among them, in 1 case, as early as one day. This study showed that adipocere formation can be seen as early as 1 day in a hot and humid environment.

Keywords: adipocere, drowning, hanging, humid environment, strangulation, subtropical climate

Procedia PDF Downloads 409
9046 Musical Tesla Coil with Faraday Box Controlled by a GNU Radio

Authors: Jairo Vega, Fabian Chamba, Jordy Urgiles

Abstract:

In this work, the implementation of a Matlabcontrolled Musical Tesla Coil and external audio signals was presented. First, the audio signal was obtained from a mobile device and processed in Matlab to modify it, adding noise or other desired effects. Then, the processed signal was passed through a preamplifier to increase its amplitude to a level suitable for further amplification through a power amplifier, which was part of the current driver circuit of the Tesla coil. To get the Tesla coil to generate music, a circuit capable of modulating and generating the audio signal by manipulating electrical discharges was used. To visualize and listen to these discharges, a small Faraday cage was built to attenuate the external electric fields. Finally, the implementation of the musical Tesla coil was concluded. However, it was observed that the audio signal volume was very low, and the components used heated up quickly. Due to these limitations, it was determined that the project could not be connected to power for long periods of time.

Keywords: Tesla coil, plasma, electrical signals, GNU Radio

Procedia PDF Downloads 73
9045 Family Carers' Experiences in Striving for Medical Care and Finding Their Solutions for Family Members with Mental Illnesses

Authors: Yu-Yu Wang, Shih-Hua Hsieh, Ru-Shian Hsieh

Abstract:

Wishes and choices being respected, and the right to be supported rather than coerced, have been internationally recognized as the human rights of persons with mental illness. In Taiwan, ‘coerced hospitalization’ has become difficult since the revision of the mental health legislation in 2007. Despite trend towards human rights, the real problem families face when their family members are in mental health crisis is the lack of alternative services. This study aims to explore: 1) When is hospitalization seen as the only solution by family members? 2) What are the barriers for arranging hospitalization, and how are they managed? 3) What have family carers learned, in their experiences of caring for their family members with mental illness? To answer these questions, qualitative approach was adopted, and focus group interviews were taken to collect data. This study includes 24 family carers. The main findings of this research include: First, hospital is the last resort for carers in helplessness. Family carers tend to do everything they could to provide care at home for their family members with mental illness. Carers seek hospitalization only when a patient’s behavior is too violent, weird, and/or abnormal, and beyond their ability to manage. Hospitalization, nevertheless, is never an easy choice. Obstacles emanate from the attitudes of the medical doctors, the restricted areas of ambulance service, and insufficient information from the carers’ part. On the other hand, with some professionals’ proactive assistance, access to medical care while in crisis becomes possible. Some family carers obtained help from the medical doctor, nurse, therapist and social workers. Some experienced good help from policemen, taxi drivers, and security guards at the hospital. The difficulty in accessing medical care prompts carers to work harder on assisting their family members with mental illness to stay in stable states. Carers found different ways of helping the ‘person’ to get along with the ‘illness’ and have better quality of life. Taking back ‘the right to control’ in utilizing medication, from passiveness to negotiating with medical doctors and seeking alternative therapies, are seen in many carers’ efforts. Besides, trying to maintain regular activities in daily life and play normal family roles are also experienced as important. Furthermore, talking with the patient as a person is also important. The authors conclude that in order to protect the human rights of persons with mental illness, it is crucial to make the medical care system more flexible and to make the services more humane: sufficient information should be provided and communicated, and efforts should be made to maintain the person’s social roles and to support the family.

Keywords: family carers, independent living, mental health crisis, persons with mental illness

Procedia PDF Downloads 285
9044 Image Reconstruction Method Based on L0 Norm

Authors: Jianhong Xiang, Hao Xiang, Linyu Wang

Abstract:

Compressed sensing (CS) has a wide range of applications in sparse signal reconstruction. Aiming at the problems of low recovery accuracy and long reconstruction time of existing reconstruction algorithms in medical imaging, this paper proposes a corrected smoothing L0 algorithm based on compressed sensing (CSL0). First, an approximate hyperbolic tangent function (AHTF) that is more similar to the L0 norm is proposed to approximate the L0 norm. Secondly, in view of the "sawtooth phenomenon" in the steepest descent method and the problem of sensitivity to the initial value selection in the modified Newton method, the use of the steepest descent method and the modified Newton method are jointly optimized to improve the reconstruction accuracy. Finally, the CSL0 algorithm is simulated on various images. The results show that the algorithm proposed in this paper improves the reconstruction accuracy of the test image by 0-0. 98dB.

Keywords: smoothed L0, compressed sensing, image processing, sparse reconstruction

Procedia PDF Downloads 103
9043 Small Entrepreneurs as Creators of Chaos: Increasing Returns Requires Scaling

Authors: M. B. Neace, Xin GAo

Abstract:

Small entrepreneurs are ubiquitous. Regardless of location their success depends on several behavioral characteristics and several market conditions. In this concept paper, we extend this paradigm to include elements from the science of chaos. Our observations, research findings, literature search and intuition lead us to the proposition that all entrepreneurs seek increasing returns, as did the many small entrepreneurs we have interviewed over the years. There will be a few whose initial perturbations may create tsunami-like waves of increasing returns over time resulting in very large market consequences–the butterfly impact. When small entrepreneurs perturb the market-place and their initial efforts take root a series of phase-space transitions begin to occur. They sustain the stream of increasing returns by scaling up. Chaos theory contributes to our understanding of this phenomenon. Sustaining and nourishing increasing returns of small entrepreneurs as complex adaptive systems requires scaling. In this paper we focus on the most critical element of the small entrepreneur scaling process–the mindset of the owner-operator.

Keywords: entrepreneur, increasing returns, scaling, chaos

Procedia PDF Downloads 442
9042 The Significance of Organizational Failure Based on the Instance of Samsung Lions Case

Authors: Jae Soo Do, Kyoung Seok Kim

Abstract:

Korea baseball experts reckoned Samsung Lions as the best baseball team. It has the unparalleled records of winning first place in the pennant race for five straight years from 2011 to 2015 and winning the Korean series for four years in a row from 2011 to 2014. However, the team made an unbelievably miserable record of ninth place in the pennant race in 2016 and 2017. How come the strong competitive superiority has gone and what kind of slump made the team how it is now. This study investigates this organizational failure case of Samsung Lions, the professional baseball team in Korea. What factors have brought the organizational failure to Samsung Lions? Based on an in-depth examination on how a league-fore-runner drastically lost its competitive superiority, this verifies the necessity of risk management to which common corporations as well as sport teams can be subject at any time in these days.

Keywords: Samsung Lions, organizational failure, baseball, slump

Procedia PDF Downloads 301
9041 The Arabian Financial Framework in the Pre-Islamic Times: Do We Need a New Paradigm

Authors: Fahad Ahmed Qureshi

Abstract:

There were abundant renowned financial markets in Pre-Islamic Arabs. Most of those were patterned and settled during pre-particularized sunshine. Those markets were classified either as vernacular markets helping the neighboring clans, or habitual markets that people sojourned to from all articulations of the Arabian Peninsula, such as Okaz near Mecca. Some of those markets had leading significance due to their geographical positions, such as Prime market of Eden, because of their entanglement in international trade i.e. with the markets of Sub-Continent, Abyssinia, Persia and China. Other markets such as Market of Yamamah annex its gist from being situated on the caravan crossroads. Islamic worldview and Islamic epistemology base of Financial Market’s realistic theory, pragmatic model and operative approach is moderately constrained in terms of its growth. The existent situation only parasol the form of accommodative-modification and splendid-methodologies, which due to depleted and decorous endeavor in explaining Islamic financial market theoretically. This is the demand of time that particular studies should be conduct to magnify the devours in developing theoretical framework for Islamic Financial Market.

Keywords: Islam, financial market, history, research, product development

Procedia PDF Downloads 393
9040 Combined Effect of High Curing Temperature and Crack Width on Chloride Migration in Reinforced Concrete Beams

Authors: Elkedrouci Lotfi, Diao Bo, Pang Sen, Li Yi

Abstract:

Deterioration of reinforced concrete structures is a serious concern in the construction engineering, largely due to chloride induced corrosion of reinforcement. Chloride penetration is markedly influenced by one or several major factors at the same time such as cuing in combination with different crack widths which have spectacular effect on reinforced concrete structures. This research presents the results of an experimental investigation involving reinforced concrete beams with three different crack widths ranging from 0 to 0.2mm, curing temperatures of 20°C or 40°C and water-to-cement of 0.5. Chloride content profiles were determined under non-steady state diffusion at 20°C. Based on the obtained results, higher chloride content was obtained under condition of high curing temperature in combination with large crack more than 0.1mm and there are no significant differences between narrow crack width (less than 0.1 mm) and beams without crack (0mm).

Keywords: crack width, high curing temperature, rapid chloride migration, reinforced concrete beam

Procedia PDF Downloads 186
9039 Creating and Using Videos in a Teacher Education Programme: Success Stories in a Mexican Public University

Authors: Carla Michelle Gastelum Knight

Abstract:

In an era where teacher educators and student teachers have almost unrestricted access to all kinds of sources through the internet, a research project carried out with a group of student-teachers has revealed how self-made videos are an exciting new way to motivate and engage students. The project was carried out at Universidad de Sonora, a public university in Northern Mexico, where 39 students of the Bachelor in Arts in English Language Teaching (B.A. in ELT) programme participated creating their own videos. In the process, they worked collaboratively, they exploited their creativity, they were highly motivated and showed more interest in the subject. The videos were shared in a private YouTube channel where students had the opportunity to review their peers’ work and where videos are available at any time for later viewing. This experience has led course instructor to face the challenge of planning and designing meaningful tasks that can and to find ways of exploiting the use of these resources for learning and training purposes.

Keywords: self-made materials, student-teachers, teacher education programme, teacher training

Procedia PDF Downloads 205
9038 Bit Error Rate Monitoring for Automatic Bias Control of Quadrature Amplitude Modulators

Authors: Naji Ali Albakay, Abdulrahman Alothaim, Isa Barshushi

Abstract:

The most common quadrature amplitude modulator (QAM) applies two Mach-Zehnder Modulators (MZM) and one phase shifter to generate high order modulation format. The bias of MZM changes over time due to temperature, vibration, and aging factors. The change in the biasing causes distortion to the generated QAM signal which leads to deterioration of bit error rate (BER) performance. Therefore, it is critical to be able to lock MZM’s Q point to the required operating point for good performance. We propose a technique for automatic bias control (ABC) of QAM transmitter using BER measurements and gradient descent optimization algorithm. The proposed technique is attractive because it uses the pertinent metric, BER, which compensates for bias drifting independently from other system variations such as laser source output power. The proposed scheme performance and its operating principles are simulated using OptiSystem simulation software for 4-QAM and 16-QAM transmitters.

Keywords: automatic bias control, optical fiber communication, optical modulation, optical devices

Procedia PDF Downloads 174
9037 Data Poisoning Attacks on Federated Learning and Preventive Measures

Authors: Beulah Rani Inbanathan

Abstract:

In the present era, it is vivid from the numerous outcomes that data privacy is being compromised in various ways. Machine learning is one technology that uses the centralized server, and then data is given as input which is being analyzed by the algorithms present on this mentioned server, and hence outputs are predicted. However, each time the data must be sent by the user as the algorithm will analyze the input data in order to predict the output, which is prone to threats. The solution to overcome this issue is federated learning, where the models alone get updated while the data resides on the local machine and does not get exchanged with the other local models. Nevertheless, even on these local models, there are chances of data poisoning, and it is crystal clear from various experiments done by many people. This paper delves into many ways where data poisoning occurs and the many methods through which it is prevalent that data poisoning still exists. It includes the poisoning attacks on IoT devices, Edge devices, Autoregressive model, and also, on Industrial IoT systems and also, few points on how these could be evadible in order to protect our data which is personal, or sensitive, or harmful when exposed.

Keywords: data poisoning, federated learning, Internet of Things, edge computing

Procedia PDF Downloads 70
9036 Thermodynamic Analysis of Hydrogen Plasma Reduction of TiCl₄

Authors: Seok Hong Min, Tae Kwon Ha

Abstract:

With increasing demands for high performance materials, intensive interest on the Ti has been focused. Especially, low cost production process of Ti has been extremely necessitated from wide parts and various industries. Tetrachloride (TiCl₄) is produced by fluidized bed using high TiO₂ feedstock and used as an intermediate product for the production of metal titanium sponge. Reduction of TiCl₄ is usually conducted by Kroll process using magnesium as a reduction reagent, producing metallic Ti in the shape of sponge. The process is batch type and takes very long time including post processes treating sponge. As an alternative reduction reagent, hydrogen in the state of plasma has long been strongly recommended. Experimental confirmation has not been completely reported yet and more strict analysis is required. In the present study, hydrogen plasma reduction process has been thermodynamically analyzed focusing the effects of temperature, pressure and concentration. All thermodynamic calculations were performed using the FactSage® thermodynamical software.

Keywords: TiCl₄, titanium, hydrogen, plasma, reduction, thermodynamic calculation

Procedia PDF Downloads 307
9035 Study on Filter for Semiconductor of Minimizing Damage by X-Ray Laminography

Authors: Chan Jong Park, Hye Min Park, Jeong Ho Kim, Ki Hyun Park, Koan Sik Joo

Abstract:

This research used the MCNPX simulation program to evaluate the utility of a filter that was developed to minimize the damage to a semiconductor device during defect testing with X-ray. The X-ray generator was designed using the MCNPX code, and the X-ray absorption spectrum of the semiconductor device was obtained based on the designed X-ray generator code. To evaluate the utility of the filter, the X-ray absorption rates of the semiconductor device were calculated and compared for Ag, Rh, Mo and V filters with thicknesses of 25μm, 50μm, and 75μm. The results showed that the X-ray absorption rate varied with the type and thickness of the filter, ranging from 8.74% to 49.28%. The Rh filter showed the highest X-ray absorption rates of 29.8%, 15.18% and 8.74% for the above-mentioned filter thicknesses. As shown above, the characteristics of the X-ray absorption with respect to the type and thickness of the filter were identified using MCNPX simulation. With these results, both time and expense could be saved in the production of the desired filter. In the future, this filter will be produced, and its performance will be evaluated.

Keywords: X-ray, MCNPX, filter, semiconductor, damage

Procedia PDF Downloads 402
9034 Study of Photonic Crystal Band Gap and Hexagonal Microcavity Based on Elliptical Shaped Holes

Authors: A. Benmerkhi, A. Bounouioua, M. Bouchemat, T. Bouchemat

Abstract:

In this paper, we present a numerical optical properties of a triangular periodic lattice of elliptical air holes. We report the influence of the ratio (semi-major axis length of elliptical hole to the filling ratio) on the photonic band gap. Then by using the finite difference time domain (FDTD) algorithm, the resonant wavelength of the point defect microcavities in a two-dimensional photonic crystal (PC) shifts towards the low wavelengths with significantly increased filing ratio. It can be noted that the Q factor is gradually changed to higher when the filling ratio increases. It is due to an increase in reflectivity of the PC mirror. Also we theoretically investigate the H1 cavity, where the value of semi-major axis (Rx) of the six holes surrounding the cavity are fixed at 0.5a and the Rx of the two edge air holes are fixed at the optimum value of 0.52a. The highest Q factor of 4.1359 × 106 is achieved at the resonant mode located at λ = 1.4970 µm.

Keywords: photonic crystal, microcavity, filling ratio, elliptical holes

Procedia PDF Downloads 119
9033 Revolutionizing Product Packaging: The Impact of Transparent Graded Lanes on Ketchup and Edible Oils Containers on Consumer Behavior

Authors: Saeid Asghari

Abstract:

The growing interest in sustainability and healthy lifestyles has stimulated the development of solutions that promote mindful consumption and healthier choices. One such solution is the use of transparent graded lanes in product packaging, which enables consumers to visually track their product consumption and encourages portion control. However, the extent to which this packaging affects consumer behavior, trust, and loyalty towards a product or brand, as well as the effectiveness of messaging on the graded lanes, remains unclear. The research aims to examine the impact of transparent graded lanes on consumer behavior, trust, and loyalty towards products or brands in the context of the Janbo chain supermarket in Tehran, Iran, focusing on Ketchup and edible oils containers. A representative sample of 720 respondents is selected using quota sampling based on sex, age, and financial status. The study assesses the effect of messaging on the graded lanes in enhancing consumer recall and recognition of the product at the time of purchase, increasing repeat purchases, and fostering long-term relationships with customers. Furthermore, the potential outcomes of using transparent graded lanes, including the promotion of healthy consumption habits and the reduction of food waste, are also considered. The findings and results can inform the development of effective messaging strategies for graded lanes and suggest ways to enhance consumer engagement with product packaging. Moreover, the study's outcomes can contribute to the broader discourse on sustainable consumption and healthy lifestyles, highlighting the potential role of packaging innovations in promoting these values. We used four theories (social cognitive theory, self-perception theory, nudge theory, and marketing and consumer behavior) to examine the effect of these transparent graded lanes on consumer behavior. The conceptual model integrates the use of transparent graded lanes, consumer behavior, trust and loyalty, messaging, and promotion of healthy consumption habits. The study aims to provide insights into how transparent graded lanes can promote mindful consumption, increase consumer recognition and recall of the product, and foster long-term relationships with customers. Findings suggest that the use of transparent graded lanes on Ketchup and edible oils containers can have a positive impact on consumer behavior, trust, and loyalty towards a product or brand, as well as promote mindful consumption and healthier choices. The messaging on the graded lanes is also found to be effective in promoting recall and recognition of the product at the time of purchase and encouraging repeat purchases. However, the impact of transparent graded lanes may be limited by factors such as cultural norms, personal values, and financial status. Broadly speaking, the investigation provides valuable insights into the potential benefits and challenges of using transparent graded lanes in product packaging, as well as effective strategies for promoting healthy consumption habits and building long-term relationships with customers.

Keywords: packaging customer behavior, purchase, brand loyalty, healthy consumption

Procedia PDF Downloads 230