Volume 6, Issue 5, May 2015 Edition

Publication for Volume 6, Issue 5, May 2015.


IJSER Research Group https://www.ijser.org/forum/index.php Register for IJSER Research Forum      IJSER Xplore IJSER Xplore Research Paper Database

Pages   [1] [2] [3] [4] [5] [6] [7] [8] [9] [U]
 



Data Acquisition and Control Using Microcontroller[ ]


This paper discusses the way to employ the microcontroller device for data acquisition and control operations in electricity transportation process. A Supervisory Control and Data Acquisition (SCADA) system is always used with Programmable Logic Control (PLC) to control electric power stations. In this paper, a microcontroller is used with SCADA system instead of PLC to control the whole electric network. Design of the implemented modules is introduced. It consists of three units: a collecting data/transmitter unit, a receiving unit and storage/dispatch unit. The reason for using wireless communication instead of Ethernet connection is increasing the data rate and making the cost of cables for network is lying down. The best wireless communication is Global System for Mobile (GSM)/General Packet Radio Switching Service (GPRS). The target for using microcontroller instead of PLC is proving that a microcontroller can do all what PLC could do; also it is much easier to implement a microcontroller network than it is to implement a series of PLCs. In addition the microcontroller is cheaper than PLC. It is very important to express a new type of Remote Transmission Unit (RTU) consists of a microcontroller integrated with GSM/GPRS module. MikroC compiler is the easiest program used in programming the microcontroller. Integration of microcontroller with Lab view program produces a new simulation for the fact event.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
A Simple Design Approach for the Fuzzy Control of Nonlinear Dynamic System via Lyapunov Stability Theorem[ ]


This paper presents the control design and the stability analysis of the continuous time fuzzy control system. The nonlinear dynamic system can exactly be represented by T-S fuzzy model which consists of number of linear subsystem. Based on the lyapunov stability theorem, the stability conditions are obtained in the term of LMI and the feedback gain matrices of the each linear state feedback controller is obtained by the method of pole placement.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
An Efficient Technique for White Blood Cells Nuclei Automatic Segmentation[ ]


Now days, blood testing is one of the most important clinical examinations. The characteristics (quantity, shape and color) of the white blood cell (WBC) can give vital information about a patient’s health. But, the manual inspection is time-consuming and requires adequate technical knowledge. Therefore, automatic medical diagnosis systems are necessary to help physicians to diagnose diseases in a fast and competent way. The main aim of blood cell segmentation is to extract the cells from complicated background and to segment every cell into morphological components such as nucleus, cytoplasm, and some others.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
A Review on Cost Estimation Models for Effort Estimation[ ]


Software cost estimation is an important phase in software development. It predicts the amount of effort and development time required to build a software system. It is one of the most critical tasks and an accurate estimate provides a strong base to the development procedure. There are many cost estimation models for the estimation of the software. COCOMO model is the basic model. In this paper,we have discussed about various cost estimation models and their limitations.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Design of High Performance EDAC Unit Using Decimal Matrix Code for 2-Way Set Associative Cache[ ]


Soft errors due to radiation are becoming the major concern sometimes leading to an irrepairable damage. Traditional methods to reduce these errors dealt with mitigation of SEU but as a consequence of decrease in node capacitance MBUs can occur. Some fault tolerant techniques based on matrix codes by combining various techniques together have been proposed which are complex involving much computational delay with effective correction of 2 to 3 faults. So when these types of codes are used for improving the reliability of memories such as cache memory, delay involved in accessing the data increases which is undesirable. This project is focused on implementation of decimal algorithm based EDAC unit involving lower computational delay overhead which can offer better fault tolerance and its application to an SRAM memory and 2-way Set Associative Cache memory of LEON-3FT processor prototype which used SEU protection based EDAC Unit to show that it can offer better fault tolerance. It is compared to other EDAC techniques to clearly show the improvement of its fault tolerance and reduced computational delay overhead. The analysis is done for 32 bit data and is observed that the proposed technique can detect 32 errors and can efficiently correct up to 8 adjacent errors and 5 random errors. Two dimensional error correcting code can detect up to 8 errors and can correct up to 4 adjacent errors and 3 random errors, SEC-DED code can detect up to 2 errors and Hamming can correct only 1 error code can detect and correct 1 error only involving 4 addition or subtraction operations and 32 EX-OR operations, 80 EX-OR operations, 257 EX-OR operations and 187 EX-OR operations with total delays 15.115ns, 16.116ns, 18.848ns and 19.289ns respectively.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Design and Development of a Garcinia kola Size Reduction Machine[ ]


A Garcinia kola size reduction machine was designed, developed and tested. The study was aimed at reducing the size of the seeds for easier packaging, storage and further processing operations. The machine consists of the frame, feeding and discharge chutes, screw auger, plates and transmission unit. Data obtained from preliminary investigations on engineering properties of the seed were used in designing the machine components. Particle size analysis, using ASABE S319.4 (2008), was carried out to evaluate the machine performance. Repeated experiment with a charge of 100g each gave an average of 93.45% efficiency.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Design of High Speed 32-bit Microarchitecture for Emulation of Quantum Computing Algorithms[ ]


Quantum computing has emerged as a revolutionary concept in the field of cryptography and data operations. Quantum algorithms have proved themselves to be much faster and efficient than their classical counterparts. Though we are still years away from solid state realization of quantum computers [1], currently software emulations [5] are used for implementing quantum algorithms. However, present day processors are incapable of dealing with the immense parallel architecture required by the quantum computation. This research paper focuses on the design of a 32 bit floating point processor incorporating the superscalar architecture which is capable of running quantum operations. The unique feature of the processor is that it supports an instruction set dedicated to basic quantum operations required for algorithms. The quantum states are stored in the register memory in 32 bit floating point format. The execution unit consists of multiple FPUs in order to support the parallel quantum operations. The superscalar design of Quantum Computing Unit (QCU) is the key component of the processor which makes it superior to the existing architectures.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Two Level Trusted Approach for Ensuring Cloud Security[ ]


Security is an important aspect in cloud computing and has numerous issues related with it. Inorder to adopt cloud computing by the enterprises and individuals, several issues have to be resolved. Security in cloud is an important issue that needs special attention and an important component of cloud security is trust management. The user should not face problems such as data theft or data loss. The cloud service provider and the user have to make sure that the cloud is safe from all external threats and attacks. This paper focuses on the development of a secure cloud environment to determine the trust of users. Only trusted users are allowed to access the cloud resources. The method proposed in this paper provides security from Denial of Service, Cross-site Scripting and SQL injection attacks. The uniqueness of the proposed system lies in the fact that it provides security at the service provider level as well as the user level in cloud environment.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Speech Recognition by Linear Prediction[ ]


Speech recognition is fundamentally pattern classification task. It is divided mainly into two components. The first component is speech signal processing and the second component is speech pattern recognition technique. The speech processing stage includes speech end point detection, pre-emphasis, frame blocking, windowing, calculating the Linear Predictive Coding (LPC) coefficients and finally generating the codebook by vector quantization. The second part includes pattern recognition system using Neural Network (NN). We use feed forward back propagation neural network for classification, both for speaker dependent and speaker independent system. Speech signals are recorded by an audio wave recorder in the normal room environment. The research work has been done using 50 different hybrid paired word (HPW) by 10 male and 10 female speakers. The performance of 95.7455% recognition rate for speaker dependent and 70.305% recognition rate for speaker independent was established.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
An analytical model of the transient thermal behaviour of semiconductor device[ ]


In this paper, an analytical one dimensional mathematical model of the transient thermal behavior of semiconductor devices is pre-sented. The regions where the heat is dissipated are modeled as δ(x) source located at finite distance beneath the top surface. Three procedures including Fourier and Laplace transforms as well as Fourier series, for obtaining an explicit expression for the temperature space-time dependence are described in details. Simple analytical relations for the transient thermal impedance andthermal time constants are derived. It is shown that temperature time dependence can be described with only one parameter – rise time . Simple analytical expression of the thermal impedance has the same form as that obtained using the phenomenological model.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FINANCIAL SUPPLY CHAIN MANAGEMENT[ ]


Financial supply chain management consists of the holistic and comprehensive activities of planning and controlling all the financial processes both within a company and with the external parties. In contrast to physical supply chain, financial supply chain focuses on the flow of cash and other related financial transaction rather than the flow of physical goods. There are parallels in physical supply chain, information supply chain and financial supply chain. From the moment a purchase order is created, the information need to be transferred to the next parties. After the physical goods were received from suppliers, payment will be sent. The whole purchasing process consists of all three supply chains; effectively managing the supply chains can increase efficiency and accuracy. The traditional financial supply chain consists of many paper based document and paper forms, especially when international trade happens. Paper based purchase orders, invoices, checks and letter of credits are heavily involved; human mistakes and error inputs are common; as a result, there is decrease the efficiency of the company’s working capital management. The current financial supply chain management aims at eliminating the paper based documents, and improving the integrity of parties being involved, such as financial institutions, logistics, and suppliers. The two main cycles involve in the financial supply chain management are P2P (Purchase-to-pay) and O2C (order-to-cash). These two sets of processes and the relationship between them create the company’s working capital requirement. Treasurer should manage and integrate both cycles seamlessly in order to maximize the cash on hand during the operating cycle. Integrating ERP system with financial supply chain management helps the information flows to internal parties and external parties easily, and improves the integrity and quality of the financial information being transmitted. In this report, a case study using SAP ERP system in managing financial supply chain will be discussed in detail.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Congruence on Left Regular Bands of Groups of Left Quotients[ ]


We provide a complete algebraic structure for Left regular bands of groups of left quotients Q by constructing congruence for it. Our construction uses the structural properties of the semigroup which makes it defer from the known congruence construction methods. We also deduce some properties arising from the said construction.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Modeling and Simulation of Hybrid Concentrated Photovoltaic/Thermal System[ ]


Concentration photovoltaic /thermal (CPV/T) system provides, an effective way to increase the efficiency of traditional PV system. The system is producing both electric and thermal energy and recovering thermal energy at high temperature. This paper presents a model and simulation of CPV/T systems. It uses the MATLAB program to build the CPV/T. It includes modeling of the reflective optics with parabolic mirror concentrator and the triple-junction cells (InGaP/InGas/Ge) assembled with a dual axis tracker. Also an active cooling system of the photovoltaic cells is considered. The model adopts a mathematical approach in order to simulate and investigate the cell characterization curves including module electric and thermal efficiencies, thermal and electric energies provided by cell and module, and cooling fluid temperatures. The model works for different time levels (yearly and daily) in terms of direct normal irradiance measured practically and the results were presented.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Biosynthesis of metallothioneins under cadmium stress, zinc and iron supplementation in liver and kidney of male albino rats[ ]


Cells react to stressful environments with a broad range of diverse homeostatic responses. Among an array of responses stress response proteins, including metallothionein (MT) play an important role against metal induced stress. The present study is carried out to know the role of MT in detoxification of cadmium (Cd) toxicity in rats before and supplementation with trace elements such as zinc (Zn) and iron (Fe). Male albino rats were treated orally with Cd at a dose of 1/10th of LD50 / 48h (i.e. 22.5 mg/kg) for 7, 15 and 30 days (d) long sojourn. 15d Cd treated rats were then subjected to trace element supplementations of Zn (12mg/kg) and Fe (40mg/kg) individually and in combination for another 7, 15 and 30d time intervals. After specific time intervals, rats were decapitated and tissues like liver and kidney were isolated and used for metallothionein studies. Purification and quantification of MT protein was carried out by the standard methods. Purified MT protein containing samples were subjected to SDS-PAGE. Clear visible bands were observed in the test tissues approximately at 6.5 KDa against standard low range molecular weight protein marker (Cat. No. M 3546). Further, MT protein levels were significantly elevated in the test tissues during Cd treatment and also after supplementation with Zn and / or Fe. Maximum MT protein synthesis was observed in 30d rat kidney under combined supplementation of both Zn and Fe. Thus, tissues that contain an excess amount of MT are resistant to Cd toxicity.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
A Modified Three Level Fusion Technique for Multimodal Medical Image Fusion in Wavelet and NSCT Domain[ ]


Multimodal imaging is a medical imaging technique with applications in medical analysis. It is used for extracting complementary information from medical images. Nowadays with the rapid development in technology and modern instrumentation medical imaging has become a vital component for a large number of applications including diagnosis, research and treatment. Medical image fusion aims at improving image quality taken from different imaging method like CT and MRI. CT imaging provides information on dense structure whereas MRI provides information on soft tissues. Merging of two techniques will result in better interpretation of data.This paper presents a novel approach for multimodal medical image fusion by combining the NSCT domain with wavelet domain. Performance evaluation of proposed image fusion method based on similarity measures and entropy realizes an efficient method for accurate analysis of multimodal images.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Design and Implementation of Remote Operated UGV Based on GSM[ ]


In this paper, we propose the controlling and monitoring for unmanned ground vehicle (UGV) based on wireless communications, the design include sensors, GSM, Microcontroller, Mechanical and electrical design. Some techniques in mechanical design where implemented to improve the motion of the vehicle on hard condition ground and to obtain smooth motion .The core components of unmanned ground vehicles was executed to help efficiently during the primary missions. The designed UGV contain many sophisticated-designed systems such as navigation, obstacle detection sensor, wheel activator for vehicle control and network devices for communication. The design of the UGV make use of GSM mobile technique network to establish a long range, secure, fast and reliable connection with the remote base station. The UGV is also mounted with a robotic manipulator with four degrees of freedom with a gripper type end-effector, which can be used for grabbing objects and thus help in search and rescue type operations. The UGV is equipped with IR sensors and camera for obstacle detection and avoidance. The camera is also used to send the visual information back to the base station in real-time, allowing accurate control and monitoring over long distances. Normally remote control station in operational field is used that use GSM mobile or other types of data link. These types of vehicle can be used in multiple operations as search and rescue. To verity the effectiveness of proposed system, many environmental tests were conducted.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Performance Analysis of Long Haul 64 Channel Optical Communication System with DWDM using Fiber Bragg Grating[ ]


To meet the nowadays requirement of high speed data transmission, DWDM communication system with data rate of 64 channel is modeled and simulated. Analysis of the simulation results has been done to know the impact of filter. Fiber Brag grating is used as dispersion compensating module. Acceptable values of Q factor and BER are achieved for the length beyond 1200 with NRZ modulation format.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Agility Achievement and Load Handling System in Fat-Tree Data Center Network[ ]


A multi-rooted hierarchical tree topology is most widely used in many data center networks. It provides good utilization of resources as well as better performance, still fat tree Data Center Network has two limitations i.e traffic load balance and agility. This is because Data Center Networks (DCN) increasingly carries larger and longer traffic flows. As a result of this it is unable to support different traffic types efficiently and has no capacity to access all services by all servers. A work has done previously on load balancing, yet agility has not been solved. In this paper the Agility Handling Method (weighted least connection technique) has been implemented to achieve Agility in Data Center network. This technique improves load handling capacity and also increases the level of performance even in a more number of nodes in the network.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Advancement in Guard Zone Computation through Detection and Exclusion of the Overlapped Regions[ ]


The guard zone computation problem claims utmost importance in VLSI layout design, where the circuit components (or the functional units/modules or groups/blocks of different sub-circuits) that may be viewed as a set of polygonal regions on a two-dimensional plane, are not supposed to be placed much closer to each other in order to avoid electrical (parasitic) effects amount them.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
RSA and RC4 Cryptosystem Performance Evaluation Using Image and Text File[ ]


The process of transforming plaintext data into cipher text in order to conceal its meaning in case it fall to hand of unauthorized recipient is refers to as encryption. The systems that perform the encryption processes are known as cryptosystems, there are several cryptosystem algorithms: RSA, RC4, DES, 3DES, Blowfish, AES, IDEA, Skipjack, DSA, ElGamal, etc. The major features that identify and differentiate one cryptosystem algorithm from another are its ability to secure the protected data against attacks and its speed/efficiency. In this paper: application software was designed to implement RSA, and RCA encryption algorithms with advanced features of visual Basic 6 for the front end interface. Microsoft Access is used to design backend of the application, and the Macromedia Flash was also used to incorporate dynamic features that enhance the appearance of the application. The program was used to compare the performance of RSA and RC4. The encryption operation was carried out for both RSA and RC4 using five text files and five graphic files of different sizes 10, 50, 100, 150, and 200 kilobyte respectively. The major factor considered for measuring the performance of the algorithms (RSA and RC4) is the speed of execution using time of execution (TE) as parameter for the evaluation. The performance result was presented and analyzed. We discovered that the RC4 is better compare to RSA algorithm based on the experimental facts presented and the result analysis of the two evaluated algorithms.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Prediction of Vehicle Collision Probablity at Intersection using V2V Communication[ ]


Increasing numbers of vehicles on the road are adding to the problems associated with road traffic. Efficient monitoring of ve-hicles is need of time for smooth traffic flow. Vehicle collision detection and congestion control are prime challenges to be met. Many technologies are in action for collision free traffic. Pertaining to this, vehicle collision prediction system based on VANET is proposed which addresses the issue of collision avoidance. It uses Intelligent Control Unit (ICU) and Vehicle to Vehicle communication to predict the collision probability at highway intersection. The scheme is implemented at open street map, on location of interest and makes use of warning system based on collision probabilities.Simulation results show the collision probability for near crash, no crash and crash.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Analysis on Overhead Circular water tank for various bearing capacity with sloping ground.[ ]


Large capacity elevated circular tanks are used to store a variety of liquids, e.g. water for drinking and fire fighting, petroleum, chemicals, and liquefied natural gas. A water tank is used to store to tide over the daily requirements. Intze tank is a type of elevated water tank supported on staging circular tanks is defined as bottom portion of circular tank is provided in flat shape, so in flat bottom, the thickness and reinforcement is found to be heavy. It is found in analysis that the bearing capacity increases for the same wind speed volume of concrete and quantity of steel both are decreased. Also, We have seen that in case of bearing capacity of soil 5 t/m2 and 10 t/m2 volume of concrete and quantity of steel are so high as compared to other.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
A Survey of Prediction Approach in Pervasive Computing[ ]


Context awareness is one of the fundamental principles underpinning pervasive computing. Context prediction, a new trend in pervasive computing, is an open-ended research topic with a lot of challenges and opportunities for innovation. This work presents and analyses the development in this area and compares different context prediction techniques and approaches.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Modified Shifted Current Method for Extraction the Resistive Leakage Current of Metal Oxide Surge Arrester[ ]


Surge arresters are installed on transmission and distribution lines and in substations between phase and earth to reduce the failure rates of system. To monitor the degradation of surge arrester measurement of total leakage current is used. The gapless zinc oxide surge arresters enable the utility personnel to measure the leakage current due to its gapless physical configuration. The resistive leakage current is extracted from total leakage current to determine the health of surge arrester. As the resistive current increases the life of surge arrester gets decreases. In conventional method total leakage current is measured by using current shunts or current transformers with addition of applied voltage which is difficult to measure in online condition. Modified Shifted Current Method (MSCM) is used to extract the resistive current from the total leakage current without the need of the voltage signal. In this paper the extraction of resistive leakage component from the total leakage current of Metal-oxide Surge Arresters (MOSA) is done by using the technique Modified Shifted Current Method (MSCM) and simulated in MATLAB.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Class Schedule: A Predictor of Students’ Performance in Computer Programming-1[ ]


This paper aimed to determine the class schedules that predict performance of students in Computer Programming-1. Specifically it sought answers on determining the profile of students in terms of their class schedules and performance in Computer Programming-1 subject; the performance of the students in Computer Programming-1 with different class schedules; and the class schedules that predict performance of students Computer Programming-1. Simple experimental research design was employed in this study and the respondents were the students of the College of Computer Science who were selected purposively according to the class schedule arrangement of lecture and laboratory classes. This study found out that class schedule uses simple combinations. Time is accounted in the distribution on the lectures and laboratory class schedules. The means of the performance of the students are adjacent which are also close to the standard deviation. Lastly, it was found out that students perform better academically following the schedule: AM(Lec) – PM(Lab), Noon(Lec) – PM(Lab) and AM(Lab) – PM(Lec).

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Coordination Issues in Over Current Relays due to Wind Farm Penetration[ ]


Power demand is going on increasing day by day around the world. There are many solution strategies to avoid the sustaining energy shortage. The distributed generation is one of the remedial measures taken by many countries. The integration of intermittent distributed generation sources causes many problems in protection level including the malfunction of over current relays. The coordination of the over current relays is affected by the penetration level of the DG sources including wind farms. In this paper a typical wind farm is taken as the case study and found that coordination in the over current relay is affected by the variation in the penetration of wind farm output. The solution strategy proposed for the miscoordination is adaptive relaying and an algorithm developed for it.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Design and Analysis of a Dual Input Buck-Boost Converter for Renewable Energy Application[ ]


The increasing price, exhaustible nature of fossil fuels and their impacts on environment have increased the interest in harvesting energy from renewable energy sources in current scenario. So effective utilization of renewable energy sources is an emerging research trend in the area of power system. But these renewable energy sources are highly intermittent in nature, unpredictable and also sensitive to climatic conditions, which makes difficulty in providing relaiable and quality power from stand alone renewable energy system. A hybrid energy system can make use of the complementing nature of various sources to overcome these difficulties. Development of suitable power electronic converters which interface multiple energy sources with different V-I characteristics is an essential requirement for the integration and efficient utilization of different renewable energy sources.In this paper a dual input buck-boost converter which can be used for renewable energy integration is presented. The computer simulation of the converter topology using MATLAB/ Simulink platform has been carried out and results are presented. This converter topology has low part count and offers simplicity in handling two non-linear V-I characteristic sources.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Performance analyses of MHD Thruster using CAE tools[ ]


MHD propulsion system is used for moving the vehicle in opposite direction of conducting fluid flow. The principle behind its propulsion is that it follows the flaming left hand rule of electromagnetism. The reaction force is used for propulsion. This paper reveals the analysis on velocity of thruster with some nozzle, by using 0.35T magnetic field strength. These analyses are done in the ANSYS 14.5 software by loading the MHD module. The analyses on velocity are done on three different nozzles such as divergent convergent nozzle, convergent divergent nozzle and throat divergent nozzle, by using same parameter. In these analyses we use salt water as a conducting fluid and the material for thruster is nickel alloys 200. The analytical and computational result indicated that the speed and performance increases proportionally with sea water conductivity. The comparison result shows that the convergent divergent nozzle produce good result as compare to other.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Pelletization and Reduction of Egyptian Low Grade Manganese Ore Pellets via Hydrogen at 750-950ºC[ ]


Egyptian low grade manganese ore pellets were reduced by hydrogen in this work in the temperature range 750-950ºC. The results indicated that the reduction rate increased with temperature rise. And it was found that the reaction model is: - ln(1-R) = kt , and the energy of activation is energy 79.78 kJ/mole.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Electronic Skin - A Brief Overview[ ]


Human skin is an important organ. It consists of an integrated, stretchable network of sensors that relay information about tactile and thermal stimuli to the brain, allowing us to move the organs within our environment safely and effectively. inspired by human skin an ELECTRONIC SKIN is created by artificial means used for autonomous intelligent robots and biometric prosthetics, among other applications. The development of electronic networks comprised of flexible, stretchable, and robust devices that are compatible with large-area implementation and integrated with multiple functionalities is a testament to the progress in developing an electronic skin (e-skin) to human skin. E-skins are already capable of providing augmented performance over their organic counterpart, both in superior spatial resolution and thermal sensitivity. They could be further improved through the incorporation of additional functionalities (e.g., chemical and biological sensing) and desired properties (e.g., biodegradability and self-powering).Continued rapid progress in this area is promising for the development of a fully integrated e-skin in the near future.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Development And Management Of Virtual Teams[ ]


Globalization has enabled different businesses to conduct their business operations in the different areas of the world. Evidently, there are various benefits of the globalization such as the costs of everyday products are decreased. However, it is also difficult for the businesses to survive in this era of intense competition because of globalization. For that reason, businesses try to reduce their costs significantly in order to ensure their long-­‐‑term survival in their market. Resultantly, they opt for outsourcing because it enables the businesses to delegate everyday insignificant activities to the talented individuals in the different areas of the world at a lower cost. Moreover, it also enables the organization to focus on activities that are more important. However, it is difficult for businesses to develop and maintain virtual teams effectively as it is difficult to communicate effectively to everyone at the same time.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Environmental Effect of Parathion Methyl on Bio-chemical Changes and Detoxification Capacity[ ]


The aim of this study was to evaluate the environmental effects of the organophosphate pesticides, parathion methyl (PM) at sublethal dosage (1)-on antioxidant defense system such as reduced glutathione (GSH) and glutathione S-transferase (GST) in liver, (2)-on plasma lipid ans glucose constituents: total cholesterol (TC), triglycerides (TG) and plasma glucose (PG) in vertebrate, the Wistar rats and to investigate if taurin was able to modulates the PM-induced changes in plasma levels of TC, TG and PG. All these parameters were measured in rats, which were orally given a single dose of MP (2mg/kg body weight for 10 days) and supplemented or not with taurin (diluted in the drinking water at 2%, for 10 days). In these conditions and after a 24h post-treatment, GSH significantly increased and GST activity decreased in liver and both plasma levels of TC and TG significantly increased in rats treated with PM. These last results were not relieved in taurin treated rats administered PM's. We conclude that (1) the administration of subchronic PM causes changes in the antioxidative systems in liver and (2) the organophosphate, methyl parathion interferes with lipids and glucose metabolism in rat and suggests that taurin, in mammalian animals, could reverse PM-induced lipid and glucose metabolism alterations.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Pages   [1] [2] [3] [4] [5] [6] [7] [8] [9] [U]