Search results for: simple reaction time
18472 Physical Verification Flow on Multiple Foundries
Authors: Rohaya Abdul Wahab, Raja Mohd Fuad Tengku Aziz, Nazaliza Othman, Sharifah Saleh, Nabihah Razali, Muhammad Al Baqir Zinal Abidin, Md Hanif Md Nasir
Abstract:
This paper will discuss how we optimize our physical verification flow in our IC Design Department having various rule decks from multiple foundries. Our ultimate goal is to achieve faster time to tape-out and avoid schedule delay. Currently the physical verification runtimes and memory usage have drastically increased with the increasing number of design rules, design complexity and the size of the chips to be verified. To manage design violations, we use a number of solutions to reduce the amount of violations needed to be checked by physical verification engineers. The most important functions in physical verifications are DRC (design rule check), LVS (layout vs. schematic) and XRC (extraction). Since we have a multiple number of foundries for our design tape-outs, we need a flow that improve the overall turnaround time and ease of use of the physical verification process. The demand for fast turnaround time is even more critical since the physical design is the last stage before sending the layout to the foundries.Keywords: physical verification, DRC, LVS, XRC, flow, foundry, runset
Procedia PDF Downloads 65418471 Quantifying the Methods of Monitoring Timers in Electric Water Heater for Grid Balancing on Demand-Side Management: A Systematic Mapping Review
Authors: Yamamah Abdulrazaq, Lahieb A. Abrahim, Samuel E. Davies, Iain Shewring
Abstract:
An electric water heater (EWH) is a powerful appliance that uses electricity in residential, commercial, and industrial settings, and the ability to control them properly will result in cost savings and the prevention of blackouts on the national grid. This article discusses the usage of timers in EWH control strategies for demand-side management (DSM). Up to the authors' knowledge, there is no systematic mapping review focusing on the utilisation of EWH control strategies in DSM has yet been conducted. Consequently, the purpose of this research is to identify and examine main papers exploring EWH procedures in DSM by quantifying and categorising information with regard to publication year and source, kind of methods, and source of data for monitoring control techniques. In order to answer the research questions, a total of 31 publications published between 1999 and 2023 were selected depending on specific inclusion and exclusion criteria. The data indicate that direct load control (DLC) has been somewhat more prevalent than indirect load control (ILC). Additionally, the mixing method is much lower than the other techniques, and the proportion of Real-time data (RTD) to non-real-time data (NRTD) is about equal.Keywords: demand side management, direct load control, electric water heater, indirect load control, non real-time data, real-time data
Procedia PDF Downloads 8218470 A Bi-Objective Model to Optimize the Total Time and Idle Probability for Facility Location Problem Behaving as M/M/1/K Queues
Authors: Amirhossein Chambari
Abstract:
This article proposes a bi-objective model for the facility location problem subject to congestion (overcrowding). Motivated by implementations to locate servers in internet mirror sites, communication networks, one-server-systems, so on. This model consider for situations in which immobile (or fixed) service facilities are congested (or queued) by stochastic demand to behave as M/M/1/K queues. We consider for this problem two simultaneous perspectives; (1) Customers (desire to limit times of accessing and waiting for service) and (2) Service provider (desire to limit average facility idle-time). A bi-objective model is setup for facility location problem with two objective functions; (1) Minimizing sum of expected total traveling and waiting time (customers) and (2) Minimizing the average facility idle-time percentage (service provider). The proposed model belongs to the class of mixed-integer nonlinear programming models and the class of NP-hard problems. In addition, to solve the model, controlled elitist non-dominated sorting genetic algorithms (Controlled NSGA-II) and controlled elitist non-dominated ranking genetic algorithms (NRGA-I) are proposed. Furthermore, the two proposed metaheuristics algorithms are evaluated by establishing standard multiobjective metrics. Finally, the results are analyzed and some conclusions are given.Keywords: bi-objective, facility location, queueing, controlled NSGA-II, NRGA-I
Procedia PDF Downloads 58318469 Livelihood and Sustainability: Anthropological Insight from the Juang Tribe
Authors: Sampriti Panda
Abstract:
Earning one’s own livelihood is the most basic and inseparable activity for survival and existence of humankind. In any kind of situation and in every type of geographical terrain, human does adopt various strategies and ways of earning their own livelihood. Since time immemorial, anthropocentrism has been the saga of livelihood where environment is out casted and exploited to any limit so that mankind can survive. With the passage of time, humans regained their consciousness and realized that the time has arrived now to shift to sustainable livelihood and stop being self centered. This paper tries to focus on the very central issue and the hotpot of discussion in the present era which revolves around sustainable livelihood. The aim of the paper is to find out how the tribal communities which are primarily forest based are the best example of sustainable livelihood since their existence. The paper also tries to throw light on the burning issue of the so-called term ‘development’ affecting the traditional ways of livelihood opted by the forest based tribal communities. The data presented in the paper are primary and have been collected using various techniques and methodology like observation, interviews, life histories, case studies and other techniques used in a self conducted fieldwork among the Juangs, who are one of the PVTGs of Odisha.Keywords: forest, livelihood, sustainability, tribe
Procedia PDF Downloads 21318468 A Picture Naming Study of European Portuguese-English Bilinguals on Cognates Switch Effects
Authors: Minghui Zou
Abstract:
This study investigates whether and how cognate status influences switching costs in bilingual language production. Two picture naming tasks will be conducted in this proposed study by manipulating the conditions of how cognates and non-cognates are presented, i.e., separately in two testing blocks vs intermixed in one single testing block. Participants of each experiment will be 24 L1-European Portuguese L2-English unbalanced speakers. Stimuli will include 12 pictures of cognate nouns and 12 of non-cognate nouns. It is hypothesized that there will be cognate switch facilitation effects among unbalanced bilinguals in both of their languages when stimuli are presented either in two single testing blocks or one mixed testing block. Shorter reaction times and higher naming accuracy are expected to be found in cognate switch trials than in non-cognate switch trials.Keywords: cognates, language switching costs, picture naming, European Portuguese, cognate facilitation effect
Procedia PDF Downloads 3918467 A Simple Heat and Mass Transfer Model for Salt Gradient Solar Ponds
Authors: Safwan Kanan, Jonathan Dewsbury, Gregory Lane-Serff
Abstract:
A salinity gradient solar pond is a free energy source system for collecting, converting and storing solar energy as heat. In this paper, the principles of solar pond are explained. A mathematical model is developed to describe and simulate heat and mass transfer behavior of salinity gradient solar pond. Matlab codes are programmed to solve the one dimensional finite difference method for heat and mass transfer equations. Temperature profiles and concentration distributions are calculated. The numerical results are validated with experimental data and the results are found to be in good agreement.Keywords: finite difference method, salt-gradient solar-pond, solar energy, transient heat and mass transfer
Procedia PDF Downloads 37118466 Algorithm Optimization to Sort in Parallel by Decreasing the Number of the Processors in SIMD (Single Instruction Multiple Data) Systems
Authors: Ali Hosseini
Abstract:
Paralleling is a mechanism to decrease the time necessary to execute the programs. Sorting is one of the important operations to be used in different systems in a way that the proper function of many algorithms and operations depend on sorted data. CRCW_SORT algorithm executes ‘N’ elements sorting in O(1) time on SIMD (Single Instruction Multiple Data) computers with n^2/2-n/2 number of processors. In this article having presented a mechanism by dividing the input string by the hinge element into two less strings the number of the processors to be used in sorting ‘N’ elements in O(1) time has decreased to n^2/8-n/4 in the best state; by this mechanism the best state is when the hinge element is the middle one and the worst state is when it is minimum. The findings from assessing the proposed algorithm by other methods on data collection and number of the processors indicate that the proposed algorithm uses less processors to sort during execution than other methods.Keywords: CRCW, SIMD (Single Instruction Multiple Data) computers, parallel computers, number of the processors
Procedia PDF Downloads 31018465 Facile Synthesis of Novel Substituted Aryl-Thiazole (SAT) Analogs via One-Pot Multicomponent Reaction as Potent Cytotoxic Agents against Cancer Cell Lines
Authors: Salma Mirza, Syeda Asma Naqvi, Khalid Mohammed Khan, M. Iqbal Choudhary
Abstract:
In this study twenty-five (25) newly synthesized compounds substituted aryl thiazoles (SAT) 1-25 were synthesized, and in vitro cytotoxicity of these compounds was evaluated against four cancer cell lines namely, MCF-7 (ER+ve breast), MDA-MB-231 (ER-ve breast), HCT116 (colorectal), and, HeLa (cervical) and compared with the standard anticancer drug doxorubicin with IC50 value of 1.56 ± 0.05 μM. Among them, compounds 1, 4-8 and 19 were found to be active against all four cell lines. Compound 20 was found to be selectively active against MCF7 cells with IC50 value of 40.21 ± 4.15 µM, whereas compound 19 was active against only MCF7 and HeLa cells with IC50 values of 46.72 ± 1.8 and 19.86 ± 0.11 μM, respectively. These results suggest that aryl thiazoles 1 and 4 deserve to be investigated further in vivo as anti-cancer agents.Keywords: anticancer agents, breast cancer cell lines (MCF7, MDA-MB-231), colorectal cancer cell line (HCT-116), cervical cancer cell line (HeLa), Thiazole derivatives
Procedia PDF Downloads 30318464 Frictional Behavior of Glass Epoxy and Aluminium Particulate Glass Epoxy Composites Sliding against Smooth Stainless Steel Counterface
Authors: Pujan Sarkar
Abstract:
Frictional behavior of glass epoxy and Al particulate glass-epoxy composites sliding against mild steel are investigated experimentally at normal atmospheric condition. Glass epoxy (0 wt% Al) and 5, 10 and 15 wt% Al particulate filled glass-epoxy composites are fabricated in conventional hand lay-up technique followed by light compression moulding process. A pin on disc type friction apparatus is used under dry sliding conditions. Experiments are carried out at a normal load of 5-50 N, and sliding speeds of 0.5-5.0 m/s for a fixed duration. Variations of friction coefficient with sliding time at different loads and speeds for all the samples are considered. Results show that the friction coefficient is influenced by sliding time, normal loads, sliding speeds, and wt% of Al content. In general, with respect to time, friction coefficient increases initially with a lot of fluctuations for a certain duration. After that, it becomes stable for the rest of the experimental time. With the increase of normal load, friction coefficient decreases at all speed levels and for all the samples whereas, friction coefficient increases with the increase of sliding speed at all normal loads for glass epoxy and 5 wt% Al content glass-epoxy composites. But for 10 and 15 wt%, Al content composites at all loads, reverse trend of friction coefficient has been recorded. Under different tribological conditions, the suitability of composites in respect of wt% of Al content is noted, and 5 wt% Al content glass-epoxy composite reports as the lowest frictional material at all loads compared to other samples.Keywords: Al powder, composite, epoxy, friction, glass fiber
Procedia PDF Downloads 12618463 Observer-Based Control Design for Double Integrators Systems with Long Sampling Periods and Actuator Uncertainty
Authors: Tomas Menard
Abstract:
The design of control-law for engineering systems has been investigated for many decades. While many results are concerned with continuous systems with continuous output, nowadays, many controlled systems have to transmit their output measurements through network, hence making it discrete-time. But it is well known that the sampling of a system whose control-law is based on the continuous output may render the system unstable, especially when this sampling period is long compared to the system dynamics. The control design then has to be adapted in order to cope with this issue. In this paper, we consider systems which can be modeled as double integrator with uncertainty on the input since many mechanical systems can be put under such form. We present a control scheme based on an observer using only discrete time measurement and which provides continuous time estimation of the state, combined with a continuous control law, which stabilized a system with second-order dynamics even in the presence of uncertainty. It is further shown that arbitrarily long sampling periods can be dealt with properly setting the control scheme parameters.Keywords: dynamical system, control law design, sampled output, observer design
Procedia PDF Downloads 18718462 Exposure to Nature: An Underutilized Component of Student Mental Health
Authors: Jeremy Bekker, Guy Salazar
Abstract:
Introduction: Nature-exposure interventions on university campuses may serve as an effective addition to overburdened counseling and student support centers. Nature-exposure interventions can work as a preventative well-being enhancement measure on campuses, which can be used adjacently with existing health resources. Specifically, this paper analyzes how spending time in nature impacts psychological well-being, cognitive functioning, and physical health. The poster covers the core findings and recommendations of this paper, which has been previously published in the BYU undergraduate psychology journal Intuition. Research Goals and Method: The goal of this paper was to outline the potential benefits of nature exposure for students’ physical health, mental well-being, and academic success. Another objective of this paper was to outline potential research-based interventions that use campus green spaces to improve student outcomes. Given that the core objective of this paper was to identify and establish research-based nature exposure interventions that could be used on college campuses, a broad literature review focused on these areas. Specifically, the databases Scopus and PsycINFO were used to screen for research focused on psychological well-being, physical health, cognitive functioning, and nature exposure interventions. Outcomes: Nature exposure has been shown to help increase positive affect, life satisfaction, happiness, coping ability and subjective well-being. Further, nature exposure has been shown to decrease negative affect, lower mental distress, reduce cognitive load, and decrease negative psychological symptoms. Finally, nature exposure has been shown to lead to better physical health. Findings and Recommendations: Potential interventions include adding green space to university buildings and grounds, dedicating already natural environments as nature restoration areas, and providing means for outdoor excursions. Potential limitations and suggested areas for future research are also addressed. Many campuses already contain green spaces, defined as any part of an environment that is predominately made of natural elements, and these green spaces comprise an untapped resource that is relatively cheap and simple.Keywords: nature exposure, preventative care, undergraduate mental health, well-being intervention
Procedia PDF Downloads 21518461 Suitable Tuning Method Selection for PID Controller Used in Digital Excitation System of Brushless Synchronous Generator
Authors: Deepak M. Sajnekar, S. B. Deshpande, R. M. Mohril
Abstract:
At present many rotary excitation control system are using analog type of Automatic Voltage Regulator which now started to replace with the digital automatic voltage regulator which is provided with PID controller and tuning of PID controller is a challenging task. The cases where digital excitation control system is used tuning of PID controller are still carried out by pole placement method. Tuning of PID controller used for static excitation control system is not challenging because it does not involve exciter time constant. This paper discusses two methods of tuning PID controller i.e. Pole placement method and pole zero cancellation method. GUI prepared for both the methods on the platform of MATLAB. Using this GUI, performance results and time required for tuning for both the methods are compared. Sensitivity of the methods is also presented with parameter variation like loop gain ‘K’ and exciter time constant ‘te’.Keywords: digital excitation system, automatic voltage regulator, pole placement method, pole zero cancellation method
Procedia PDF Downloads 67818460 Epitaxial Growth of Crystalline Polyaniline on Reduced Graphene Oxide
Authors: D. Majumdar, M. Baskey, S. K. Saha
Abstract:
Graphene has already been identified as a promising material for future carbon based electronics. To develop graphene technology, the fabrication of a high quality P-N junction is a great challenge. In the present work, we have described a simple and general technique to grow single crystalline polyaniline (PANI) films on graphene sheets using in situ polymerization via the oxidation-reduction of aniline monomer and graphene oxide, respectively, to fabricate a high quality P-N junction, which shows diode-like behavior with a remarkably low turn-on voltage (60 mV) and high rectification ratio (1880:1) up to a voltage of 0.2 Volt. The origin of these superior electronic properties is the preferential growth of a highly crystalline PANI film as well as lattice matching between the d-values [~2.48 Å] of graphene and {120} planes of PANI.Keywords: epitaxial growth, PANI, reduced graphene oxide, rectification ratio
Procedia PDF Downloads 28918459 Architecture Design of the Robots Operability Assessment Simulation Testbed
Authors: Sang Yeong Choi, Woo Sung Park
Abstract:
This paper presents the architecture design of the robot operability assessment simulation testbed (called "ROAST") for the resolution of robot operability problems occurred during interactions between human operators and robots. The basic idea of the ROAST architecture design is to enable the easy composition of legacy or new simulation models according to its purpose. ROAST architecture is based on IEEE1516 High Level Architecture (HLA) of defense modeling and simulation. The ROAST architecture is expected to provide the foundation framework for the easy construction of a simulation testbed to order to assess the robot operability during the robotic system design. Some of ROAST implementations and its usefulness are demonstrated through a simple illustrative example.Keywords: robotic system, modeling and simulation, simulation architecture, operability assessment
Procedia PDF Downloads 36518458 The Evaluation of Soil Liquefaction Potential Using Shear Wave Velocity
Authors: M. Nghizaderokni, A. Janalizadechobbasty, M. Azizi, M. Naghizaderokni
Abstract:
The liquefaction resistance of soils can be evaluated using laboratory tests such as cyclic simple shear, cyclic triaxial, cyclic tensional shear, and field methods such as Standard Penetration Test (SPT), Cone Penetration Test (CPT), and Shear Wave Velocity (Vs). This paper outlines a great correlation between shear wave velocity and standard penetration resistance of granular soils was obtained. Using Seeds standard penetration test (SPT) based soil liquefaction charts, new charts of soil liquefaction evaluation based on shear wave velocity data were developed for various magnitude earthquakes.Keywords: soil, liquefaction, shear wave velocity, standard penetration resistance
Procedia PDF Downloads 39518457 Numerical Simulation of a Three-Dimensional Framework under the Action of Two-Dimensional Moving Loads
Authors: Jia-Jang Wu
Abstract:
The objective of this research is to develop a general technique so that one may predict the dynamic behaviour of a three-dimensional scale crane model subjected to time-dependent moving point forces by means of conventional finite element computer packages. To this end, the whole scale crane model is divided into two parts: the stationary framework and the moving substructure. In such a case, the dynamic responses of a scale crane model can be predicted from the forced vibration responses of the stationary framework due to actions of the four time-dependent moving point forces induced by the moving substructure. Since the magnitudes and positions of the moving point forces are dependent on the relative positions between the trolley, moving substructure and the stationary framework, it can be found from the numerical results that the time histories for the moving speeds of the moving substructure and the trolley are the key factors affecting the dynamic responses of the scale crane model.Keywords: moving load, moving substructure, dynamic responses, forced vibration responses
Procedia PDF Downloads 35218456 Gender Equality for the Environment: Positioning India
Authors: Nivedita Roy, Aparajita Chattopadhyay
Abstract:
Gender discrimination is already one of the major factors why India is still in the list of the 3rd World Countries, but, when it comes to gender inclusion in the environmental arena, this umbrella concept is quite unheard of by our countrymen. The main objective was to assess gender equality for the environment through calculating Environment and Gender Index on a country level, India, in this case. 22 states out of 29 were considered for calculation. Also, out of the 72 countries chosen by IUCN to calculate EGI, the lower middle income group of countries was chosen to assess the position of India, also a lower middle income group country, among them. Linear Regression is executed through SPSS and simple graphs and tables are prepared through MS-EXCEL for analysis. India portrays good governance, reporting activities well to the UN but in terms of basic livelihood and gender equality, the performance is comparatively weak.Keywords: environment, gender, livelihood, rights, participation, development, conservation
Procedia PDF Downloads 44418455 Design and Manufacture of Non-Contact Moving Load for Experimental Analysis of Beams
Authors: Firooz Bakhtiari-Nejad, Hamidreza Rostami, Meysam Mirzaee, Mona Zandbaf
Abstract:
Dynamic tests are an important step of the design of engineering structures, because the accuracy of predictions of theoretical–numerical procedures can be assessed. In experimental test of moving loads that is one of the major research topics, the load is modeled as a simple moving mass or a small vehicle. This paper deals with the applicability of Non-Contact Moving Load (NML) for vibration analysis. For this purpose, an experimental set-up is designed to generate the different types of NML including constant and harmonic. The proposed method relies on pressurized air which is useful, especially when dealing with fragile or sensitive structures. To demonstrate the performance of this system, the set-up is employed for a modal analysis of a beam and detecting crack of the beam. The obtained results indicate that the experimental set-up for NML can be an attractive alternative to the moving load problems.Keywords: experimental analysis, moving load, non-contact excitation, materials engineering
Procedia PDF Downloads 46518454 Determining a Suitable Time and Temperature Combination for Electricial Conductivity Test in Sorghum
Authors: Mehmet Demir Kaya, Onur İleri, Süleyman Avcı
Abstract:
This study was conducted to determine a suitable time and temperature combination for the electrical conductivity test to be used in sorghum seeds. Fifty seeds known initial seed moisture content and weight of fresh and dead seeds (105°C for 6h) of seven sorghum cultivars were used as material. The electrical conductivities of soak water were measured using EC meter at 20, 25 and 30°C for 4, 8, 12 and 24 h using 50 mL deionized water. The experimental design was three factors factorial (7 × 3 × 4) arranged in a completely randomized design; with four replications and 50 seeds per replicate. The results showed that increased time and temperature caused a remarkable increase in EC values of all of the cultivars. Temperature significantly affected the electrical conductivity values and the best results were obtained at 25°C. The cultivars having the lowest germination percentage gave the highest electrical conductivity value. Dead seeds always gave higher electrical conductivity at 25°C for all periods. It was concluded that the temperature of 25°C and higher period than 12 h was the optimum combination for the electrical conductivity test in sorghum.Keywords: Sorghum bicolor, seed vigor, cultivar, temperature
Procedia PDF Downloads 30918453 Induction of Hsp70 and Antioxidant Status in Porcine Granulosa Cells in Response to Deoxynivalenol and Zearalenone Exposure in vitro
Authors: Marcela Capcarova, Adriana Kolesarova, Marina Medvedova, Peter Petruska, Alexander V. Sirotkin
Abstract:
The aim of this study was to determine the activity of superoxide dismutase (SOD), glutathione peroxidase (GPx), total antioxidant status (TAS) and accumulation of Hsp70 in porcine ovarian granulosa cells after deoxynivalenol (DON) and zearalenone (ZEA) exposure in vitro. Porcine ovarian granulosa cells were incubated with DON/ZEA administrations as follows: group A (10/10 ng/mL), group B (100/100 ng/mL), group C (1000/1000 ng/mL), and the control group without any additions for 24h. In this study mycotoxins developed stress reaction of porcine ovarian granulosa cells and increased accumulation of Hsp70 what resulted in increasing activities of SOD and GPx in groups with lower doses of mycotoxins. High dose of DON and ZEA had opposite effect on GPx activity than the lower doses. Slight increase in TAS of porcine granulosa cells was observed after mycotoxins exposure. These results contribute towards the understanding of cellular stress and its response.Keywords: deoxynivalenol, zearalenone, antioxidants, Hsp70, granulosa cells
Procedia PDF Downloads 25618452 Optical Ignition of Nanoenergetic Materials with Tunable Explosion Reactivity
Authors: Ji Hoon Kim, Jong Man Kim, Hyung Woo Lee, Soo Hyung Kim
Abstract:
The applications of nanoenergetic materials (nEMs) could be extended by developing more convenient and reliable ignition methods. However, the underwater ignition of nEMs is a significant challenge because water perturbs the reactants prior to ignition and also quenches the subsequent combustion reaction of nEMs upon ignition. In this study, we developed flash and laser-ignitable nEMs for underwater explosion. This was achieved by adding various carbon nanotubes (CNTs) as the optical igniter into an nEM matrix, composed of Al/CuO nanoparticles. The CNTs absorb the irradiated optical energy and rapidly convert it into thermal energy, and then the thermal energy is concentrated to ignite the core catalysts and neighboring nEMs. The maximum burn rate was achieved by adding 1 wt% CNTs into the nEM matrix. The burn rate significantly decreased with increasing amount of CNTs (≥ 2 wt%), indicating that the optical ignition and controlled-explosion reactivity of nEMs are possible by incorporating an appropriate amount of CNTs.Keywords: nanoenergetic materials, carbon nanotubes, optical ignition, tunable explosion
Procedia PDF Downloads 30418451 Molecular Analysis of Somaclonal Variation in Tissue Culture Derived Bananas Using MSAP and SSR Marker
Authors: Emma K. Sales, Nilda G. Butardo
Abstract:
The project was undertaken to determine the effects of modified tissue culture protocols e.g. age of culture and hormone levels (2,4-D) in generating somaclonal variation. Moreover, the utility of molecular markers (SSR and MSAP) in sorting off types/somaclones were investigated. Results show that somaclonal variation is in effect due to prolonged subculture and high 2,4-D concentration. The resultant variation was observed to be due to high level of methylation events specifically cytosine methylation either at the internal or external cytosine and was identified by methylation sensitive amplification polymorphism (MSAP). Simple sequence repeats (SSR) on the other hand, was able to associate a marker to a trait of interest. These therefore, show that molecular markers can be an important tool in sorting out variation/mutants at an early stage.Keywords: methylation, MSAP, somaclones, SSR, subculture, 2, 4-D
Procedia PDF Downloads 30118450 In Search of Bauman’s Moral Impulse in Shadow Factories of China
Authors: Akram Hatami, Naser Firoozi, Vesa Puhakka
Abstract:
Ethics and responsibility are rapidly becoming a distinguishing feature of organizations. In this paper, we analyze ethics and responsibility in shadow factories in China. We engage ourselves with Bauman’s moral impulse perspective because his idea can contextualize ethics and responsibility. Moral impulse is a feeling of a selfless, infinite and unconditional responsibility towards, and care for, Others. We analyze a case study from a secondary data source because, for such a critical phenomenon as business ethics in shadow factories, collecting primary data is difficult, since they are unregistered factories. We argue that there has not been enough attention given to the ethics and responsibility in shadow factories in China. Our main goal is to demonstrate that, considering the Other, more importantly the employees, in ethical decision-making is a simple instruction beyond the narrow version of ethics by ethical codes and rules.Keywords: moral impulse, responsibility, shadow factories, Bauman’s moral impulse
Procedia PDF Downloads 33018449 Environmental Pb-Free Cu Front Electrode for Si-Base Solar Cell Application
Authors: Wen-Hsi Lee, C.G. Kao
Abstract:
In this study, Cu paste was prepared and printed with narrow line screen printing process on polycrystalline Si solar cell which has already finished the back Al printing and deposition of double anti-reflection coatings (DARCs). Then, two-step firing process was applied to sinter the front electrode and obtain the ohmic contact between front electrode and solar cell. The first step was in air atmosphere. In this process, PbO-based glass frit etched the DARCs and Ag recrystallized at the surface of Si, constructing the preliminary contact. The second step was in reducing atmosphere. In this process, CuO reduced to Cu and sintered. Besides, Ag nanoparticles recrystallized in the glass layer at interface due to the interactions between H2, Ag and PbO-based glass frit and the volatility of Pb, constructing the ohmic contact between electrode and solar cell. By experiment and analysis, reaction mechanism in each stage was surmised, and it was also proven that ohmic contact and good sheet resistance for front electrode could both be obtained by applying newly-invented paste and process.Keywords: front electrode, solar cell, ohmic contact, screen printing, paste
Procedia PDF Downloads 33218448 Designing an Integrated Platform for Real-Time Recommendations Sharing among the Aged and People Living with Cancer
Authors: Adekunle O. Afolabi, Pekka Toivanen
Abstract:
The world is expected to experience growth in the number of ageing population, and this will bring about high cost of providing care for these valuable citizens. In addition, many of these live with chronic diseases that come with old age. Providing adequate care in the face of rising costs and dwindling personnel can be challenging. However, advances in technologies and emergence of the Internet of Things are providing a way to address these challenges while improving care giving. This study proposes the integration of recommendation systems into homecare to provide real-time recommendations for effective management of people receiving care at home and those living with chronic diseases. Using the simplified Training Logic Concept, stakeholders and requirements were identified. Specific requirements were gathered from people living with cancer. The solution designed has two components namely home and community, to enhance recommendations sharing for effective care giving. The community component of the design was implemented with the development of a mobile app called Recommendations Sharing Community for Aged and Chronically Ill People (ReSCAP). This component has illustrated the possibility of real-time recommendations, improved recommendations sharing among care receivers and between a physician and care receivers. Full implementation will increase access to health data for better care decision making.Keywords: recommendation systems, Internet of Things, healthcare, homecare, real-time
Procedia PDF Downloads 15418447 Application of Dissolved Air Flotation for Removal of Oil from Wastewater
Authors: Talat Ghomashchi, Zahra Akbari, Shirin Malekpour, Marjan Alimirzaee
Abstract:
Mixing the waste water of industries with natural water has caused environmental pollution. So researcher try to obtain methods and optimum conditions for waste water treatment. One of important stage in waste water treatment is dissolved air flotation. DAF is used for the removal of suspended solids and oils from waste water. In this paper, the effect of several parameters on flotation efficiency with Cationic polyacrylamide as flocculant, was examined, namely, (a) concentration of cationic flocculants, (b) pH (c) fast mixing time, (d) fast mixing speed,(e) slow mixing time,(f) retention time and temperature. After design of experiment, in each trial turbidity of waste water was measured by spectrophotometer. Results show that contribution of pH and concentration of flocculant on flotation efficiency are 75% and 9% respectively. Cationic polyacrylamide led to a significant increase in the settling speed and effect of temperature is negligible. In the optimum condition, the outcome of the DAF unit is increased and amount of suspended solid and oil in waste water is decreased effectively.Keywords: dissolved air flotation, oil industry, waste water, treatment
Procedia PDF Downloads 53018446 Evaluation of Ultrasonic Techniques for the Estimation of Air Voids in Asphalt Concrete
Authors: Majid Zargar, Frank Bullen, Ron Ayers
Abstract:
One of the important factors in the design of asphalt concrete mixes is the accurate measurement of air voids and their variable distribution. Both can have significant impact on long and short term fatigue and creep behaviour under traffic. While some simple methods exist for overall evaluation of air voids, measuring air void distribution in asphalt concrete is very complex, involving expensive techniques such as X-ray methodologies. The research reported in the paper investigated the use of non-destructive ultrasonic techniques as an alternative to estimate the amount of air voids and their distribution within asphalt samples. Seventy-four Standard AC–14 asphalt samples made with three types of bitumen; Multigrade, PMB and C320 were analysed using ultrasonic techniques. The results have illustrated that ultrasonic testing has the potential of being a rapid, accurate and cost-effective method of estimating air void distribution in asphalt.Keywords: asphalt concrete, air voids, ultrasonic, mechanical behaviour
Procedia PDF Downloads 34618445 Effect of Black Cumin (Nigella sativa) Extract on Damaged Brain Cells
Authors: Batul Kagalwala
Abstract:
The nervous system is made up of complex delicate structures such as the spinal cord, peripheral nerves and the brain. These are prone to various types of injury ranging from neurodegenerative diseases to trauma leading to diseases like Parkinson's, Alzheimer's, multiple sclerosis, amyotrophic lateral sclerosis (ALS), multiple system atrophy etc. Unfortunately, because of the complicated structure of nervous system, spontaneous regeneration, repair and healing is seldom seen due to which brain damage, peripheral nerve damage and paralysis from spinal cord injury are often permanent and incapacitating. Hence, innovative and standardized approach is required for advance treatment of neurological injury. Nigella sativa (N. sativa), an annual flowering plant native to regions of southern Europe and Asia; has been suggested to have neuroprotective and anti-seizures properties. Neuroregeneration is found to occur in damaged cells when treated using extract of N. sativa. Due to its proven health benefits, lots of experiments are being conducted to extract all the benefits from the plant. The flowers are delicate and are usually pale blue and white in color with small black seeds. These seeds are the source of active components such as 30–40% fixed oils, 0.5–1.5% essential oils, pharmacologically active components containing thymoquinone (TQ), ditimoquinone (DTQ) and nigellin. In traditional medicine, this herb was identified to have healing properties and was extensively used Middle East and Far East for treating diseases such as head ache, back pain, asthma, infections, dysentery, hypertension, obesity and gastrointestinal problems. Literature studies have confirmed the extract of N. sativa seeds and TQ have inhibitory effects on inducible nitric oxide synthase and production of nitric oxide as well as anti-inflammatory and anticancer activities. Experimental investigation will be conducted to understand which ingredient of N. sativa causes neuroregeneration and roots to its healing property. An aqueous/ alcoholic extract of N. sativa will be made. Seed oil is also found to have used by researchers to prepare such extracts. For the alcoholic extracts, the seeds need to be powdered and soaked in alcohol for a period of time and the alcohol must be evaporated using rotary evaporator. For aqueous extracts, the powder must be dissolved in distilled water to obtain a pure extract. The mobile phase will be the extract while the suitable stationary phase (substance that is a good adsorbent e.g. silica gels, alumina, cellulose etc.) will be selected. Different ingredients of N. sativa will be separated using High Performance Liquid Chromatography (HPLC) for treating damaged cells. Damaged brain cells will be treated individually and in different combinations of 2 or 3 compounds for different intervals of time. The most suitable compound or a combination of compounds for the regeneration of cells will be determined using DOE methodology. Later the gene will also be determined and using Polymerase Chain Reaction (PCR) it will be replicated in a plasmid vector. This plasmid vector shall be inserted in the brain of the organism used and replicated within. The gene insertion can also be done by the gene gun method. The gene in question can be coated on a micro bullet of tungsten and bombarded in the area of interest and gene replication and coding shall be studied. Investigation on whether the gene replicates in the organism or not will be examined.Keywords: black cumin, brain cells, damage, extract, neuroregeneration, PCR, plasmids, vectors
Procedia PDF Downloads 65718444 Improving Cyclability and Capacity of Lithium Oxygen Batteries via Low Rate Pre-Activation
Authors: Zhihong Luo, Guangbin Zhu, Lulu Guo, Zhujun Lyu, Kun Luo
Abstract:
Cycling life has become the threshold for the prospective application of Li-O₂ batteries, and the protection of Li anode has recently regarded as the key factor to the performance. Herein, a simple low rate pre-activation (20 cycles at 0.5 Ag⁻¹ and a capacity of 200 mAh g⁻¹) was employed to effectively improve the performance and cyclability of Li-O₂ batteries. The charge/discharge cycles at 1 A g⁻¹ with a capacity of 1000 mAh g⁻¹ were maintained for up to 290 times versus 55 times for the cell without pre-activation. The ultimate battery capacity and high rate discharge property were also largely enhanced. Morphology, XRD and XPS analyses reveal that the performance improvement is in close association with the formation of the smooth and compact surface layer formed on the Li anode after low rate pre-activation, which apparently alleviated the corrosion of Li anode and the passivation of cathode during battery cycling, and the corresponding mechanism was also discussed.Keywords: lithium oxygen battery, pre-activation, cyclability, capacity
Procedia PDF Downloads 15918443 Performance Analysis of BLDC Motors for Flywheel Energy Storage Applications with Nonmagnetic vs. Magnetic Core Stator using Finite Element Time Stepping Method
Authors: Alok Kumar Pasa, Krs Raghavan
Abstract:
This paper presents a comparative analysis of Brushless DC (BLDC) motors for flywheel applications with a focus on the choice of stator core materials. The study employs a Finite Element Method (FEM) in time domain to investigate the performance characteristics of BLDC motors equipped with nonmagnetic and magnetic type stator core materials. Preliminary results reveal significant differences in motor efficiency, torque production, and electromagnetic properties between the two configurations. This research sheds light on the advantages of utilizing nonmagnetic materials in BLDC motors for flywheel applications, offering potential advantages in terms of efficiency, weight reduction and cost-effectiveness.Keywords: finite element time stepping method, high-speed BLDC motor, flywheel energy storage system, coreless BLDC motors
Procedia PDF Downloads 5