Search results for: electrochromic device
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 1904

Search results for: electrochromic device

1244 Usability Testing on Information Design through Single-Lens Wearable Device

Authors: Jae-Hyun Choi, Sung-Soo Bae, Sangyoung Yoon, Hong-Ku Yun, Jiyoung Kwahk

Abstract:

This study was conducted to investigate the effect of ocular dominance on recognition performance using a single-lens smart display designed for cycling. A total of 36 bicycle riders who have been cycling consistently were recruited and participated in the experiment. The participants were asked to perform tasks riding a bicycle on a stationary stand for safety reasons. Independent variables of interest include ocular dominance, bike usage, age group, and information layout. Recognition time (i.e., the time required to identify specific information measured with an eye-tracker), error rate (i.e. false answer or failure to identify the information in 5 seconds), and user preference scores were measured and statistical tests were conducted to identify significant results. Recognition time and error ratio showed significant difference by ocular dominance factor, while the preference score did not. Recognition time was faster when the single-lens see-through display on the dominant eye (average 1.12sec) than on the non-dominant eye (average 1.38sec). Error ratio of the information recognition task was significantly lower when the see-through display was worn on the dominant eye (average 4.86%) than on the non-dominant eye (average 14.04%). The interaction effect of ocular dominance and age group was significant with respect to recognition time and error ratio. The recognition time of the users in their 40s was significantly longer than the other age groups when the display was placed on the non-dominant eye, while no difference was observed on the dominant eye. Error ratio also showed the same pattern. Although no difference was observed for the main effect of ocular dominance and bike usage, the interaction effect between the two variables was significant with respect to preference score. Preference score of daily bike users was higher when the display was placed on the dominant eye, whereas participants who use bikes for leisure purposes showed the opposite preference patterns. It was found more effective and efficient to wear a see-through display on the dominant eye than on the non-dominant eye, although user preference was not affected by ocular dominance. It is recommended to wear a see-through display on the dominant eye since it is safer by helping the user recognize the presented information faster and more accurately, even if the user may not notice the difference.

Keywords: eye tracking, information recognition, ocular dominance, smart headware, wearable device

Procedia PDF Downloads 258
1243 Uni … Mihi ('to Me Only'): Patterns of Uniqueness in Statius' Thebaid and Silius' Punica

Authors: Arianna Sacerdoti

Abstract:

There is a rich and frequent representation of uniqueness in Statius’ poem called Thebaid. This topos interweave with a psychoanalytical study about groups and individual but is also a literary device. This paper will analyze all the passages in the 'Thebaid' referred to uniqueness and exceptionality. Antigone, Adrastus and other characters are, in fact, often characterized as the only ones to behave in a specific way or to do something. Also, the insomniac characters are often the only ones who do not sleep. The material of such a tòpos is very rich throughout the 'Thebaid'. The methodology will be text-oriented. Conclusions will enlighten Statius’ specific use of this tòpos, as related to his models, and will be interdisciplinary. In concluding, this is a study linking philology and psychoanalysis and focused on a topic which deserves a specific analysis.

Keywords: statius, Silius Italicus, uniqueness, epic

Procedia PDF Downloads 161
1242 Spin Resolved Electronic Behavior of Zno Nanoribbons

Authors: Serkan Caliskan

Abstract:

The aim of this study is to understand the spin-resolved properties of ZnO armchair and zigzag nanoribbons. The spin polarization can be induced by either geometry of the nanoribbons or ferromagnetic electrodes. Hence, spin-dependent behavior is revealed in these nanostructures in the absence of external magnetic field. Both electronic structure and magnetic properties of the nanoribbons are analyzed, employing first-principles calculations through Density Functional Theory. The relevant properties using the spin-dependent band structure, conductance, transmission, density of states and magnetic moment are elucidated. These results can be utilized to describe the nanoscale structures and stimulate the experimental works.

Keywords: first principles, spin polarized transport, ZnO device, ZnO nanoribbons

Procedia PDF Downloads 169
1241 Spatiotemporal Community Detection and Analysis of Associations among Overlapping Communities

Authors: JooYoung Lee, Rasheed Hussain

Abstract:

Understanding the relationships among communities of users is the key to blueprint the evolution of human society. Majority of people are equipped with GPS devices, such as smart phones and smart cars, which can trace their whereabouts. In this paper, we discover communities of device users based on real locations in a given time frame. We, then, study the associations of discovered communities, referred to as temporal communities, and generate temporal and probabilistic association rules. The rules describe how strong communities are associated. By studying the generated rules, we can automatically extract underlying hierarchies of communities and permanent communities such as work places.

Keywords: association rules, community detection, evolution of communities, spatiotemporal

Procedia PDF Downloads 343
1240 Providing Security to Private Cloud Using Advanced Encryption Standard Algorithm

Authors: Annapureddy Srikant Reddy, Atthanti Mahendra, Samala Chinni Krishna, N. Neelima

Abstract:

In our present world, we are generating a lot of data and we, need a specific device to store all these data. Generally, we store data in pen drives, hard drives, etc. Sometimes we may loss the data due to the corruption of devices. To overcome all these issues, we implemented a cloud space for storing the data, and it provides more security to the data. We can access the data with just using the internet from anywhere in the world. We implemented all these with the java using Net beans IDE. Once user uploads the data, he does not have any rights to change the data. Users uploaded files are stored in the cloud with the file name as system time and the directory will be created with some random words. Cloud accepts the data only if the size of the file is less than 2MB.

Keywords: cloud space, AES, FTP, NetBeans IDE

Procedia PDF Downloads 186
1239 Integrating the Modbus SCADA Communication Protocol with Elliptic Curve Cryptography

Authors: Despoina Chochtoula, Aristidis Ilias, Yannis Stamatiou

Abstract:

Modbus is a protocol that enables the communication among devices which are connected to the same network. This protocol is, often, deployed in connecting sensor and monitoring units to central supervisory servers in Supervisory Control and Data Acquisition, or SCADA, systems. These systems monitor critical infrastructures, such as factories, power generation stations, nuclear power reactors etc. in order to detect malfunctions and ignite alerts and corrective actions. However, due to their criticality, SCADA systems are vulnerable to attacks that range from simple eavesdropping on operation parameters, exchanged messages, and valuable infrastructure information to malicious modification of vital infrastructure data towards infliction of damage. Thus, the SCADA research community has been active over strengthening SCADA systems with suitable data protection mechanisms based, to a large extend, on cryptographic methods for data encryption, device authentication, and message integrity protection. However, due to the limited computation power of many SCADA sensor and embedded devices, the usual public key cryptographic methods are not appropriate due to their high computational requirements. As an alternative, Elliptic Curve Cryptography has been proposed, which requires smaller key sizes and, thus, less demanding cryptographic operations. Until now, however, no such implementation has been proposed in the SCADA literature, to the best of our knowledge. In order to fill this gap, our methodology was focused on integrating Modbus, a frequently used SCADA communication protocol, with Elliptic Curve based cryptography and develop a server/client application to demonstrate the proof of concept. For the implementation we deployed two C language libraries, which were suitably modify in order to be successfully integrated: libmodbus (https://github.com/stephane/libmodbus) and ecc-lib https://www.ceid.upatras.gr/webpages/faculty/zaro/software/ecc-lib/). The first library provides a C implementation of the Modbus/TCP protocol while the second one offers the functionality to develop cryptographic protocols based on Elliptic Curve Cryptography. These two libraries were combined, after suitable modifications and enhancements, in order to give a modified version of the Modbus/TCP protocol focusing on the security of the data exchanged among the devices and the supervisory servers. The mechanisms we implemented include key generation, key exchange/sharing, message authentication, data integrity check, and encryption/decryption of data. The key generation and key exchange protocols were implemented with the use of Elliptic Curve Cryptography primitives. The keys established by each device are saved in their local memory and are retained during the whole communication session and are used in encrypting and decrypting exchanged messages as well as certifying entities and the integrity of the messages. Finally, the modified library was compiled for the Android environment in order to run the server application as an Android app. The client program runs on a regular computer. The communication between these two entities is an example of the successful establishment of an Elliptic Curve Cryptography based, secure Modbus wireless communication session between a portable device acting as a supervisor station and a monitoring computer. Our first performance measurements are, also, very promising and demonstrate the feasibility of embedding Elliptic Curve Cryptography into SCADA systems, filling in a gap in the relevant scientific literature.

Keywords: elliptic curve cryptography, ICT security, modbus protocol, SCADA, TCP/IP protocol

Procedia PDF Downloads 241
1238 A Small-Scale Survey on Risk Factors of Musculoskeletal Disorders in Workers of Logistics Companies in Cyprus and on the Early Adoption of Industrial Exoskeletons as Mitigation Measure

Authors: Kyriacos Clerides, Panagiotis Herodotou, Constantina Polycarpou, Evagoras Xydas

Abstract:

Background: Musculoskeletal disorders (MSDs) in the workplace is a very common problem in Europe which are caused by multiple risk factors. In recent years, wearable devices and exoskeletons for the workplace have been trying to address the various risk factors that are associated with strenuous tasks in the workplace. The logistics sector is a huge sector that includes warehousing, storage, and transportation. However, the task associated with logistics is not well-studied in terms of MSDs risk. This study was aimed at looking into the MSDs affecting workers of logistics companies. It compares the prevalence of MSDs among workers and evaluates multiple risk factors that contribute to the development of MSDs. Moreover, this study seeks to obtain user feedback on the adoption of exoskeletons in such a work environment. Materials and Methods: The study was conducted among workers in logistics companies in Nicosia, Cyprus, from July to September 2022. A set of standardized questionnaires was used for collecting different types of data. Results: A high proportion of logistics professionals reported MSDs in one or more other body regions, the lower back being the most commonly affected area. Working in the same position for long periods, working in awkward postures, and handling an excessive load, were found to be the most commonly reported job risk factor that contributed to the development of MSDs, in this study. A significant number of participants consider the back region as the most to be benefited from a wearable exoskeleton device. Half of the participants would like to have at least a 50% reduction in their daily effort. The most important characteristics for the adoption of exoskeleton devices were found to be how comfortable the device is and its weight. Conclusion: Lower back and posture were the highest risk factors among all logistics professionals assessed in this study. A larger scale study using quantitative analytical tools may give a more accurate estimate of MSDs, which would pave the way for making more precise recommendations to eliminate the risk factors and thereby prevent MSDs. A follow-up study using exoskeletons in the workplace should be done to assess whether they assist in MSD prevention.

Keywords: musculoskeletal disorders, occupational health, safety, occupational risk, logistic companies, workers, Cyprus, industrial exoskeletons, wearable devices

Procedia PDF Downloads 83
1237 Orientation of Rotating Platforms on Mobile Vehicles by GNNS

Authors: H. İmrek, O. Corumluoglu, B. Akdemir, I. Sanlioglu

Abstract:

It is important to be able to determine the heading direction of a moving vehicle with respect to a distant location. Additionally, it is important to be able to direct a rotating platform on a moving vehicle towards a distant position or location on the earth surface, especially for applications such as determination of the Kaaba direction for daily Muslim prayers. GNNS offers some reasonable solutions. In this study, a functional model of such a directing system supported by GNNS is discussed, and an appropriate system is designed for these purposes. An application for directing system is done by using RTK and DGNSS. Accuracy estimations are given for this system.

Keywords: GNNS, orientation of rotating platform, vehicle orientation, prayer aid device

Procedia PDF Downloads 374
1236 Characteristics of Clinical and Diagnostic Aspects of Benign Diseases of Cervi̇x in Women

Authors: Gurbanova J., Majidova N., Ali-Zade S., Hasanova A., Mikailzade P.

Abstract:

Currently, the problem of oncogynecological diseases is widespread and remains relevant in terms of quantitative growth. It is known that due to the increase in the number of benign diseases of the cervix, the development of precancerous conditions occurs. Benign diseases of the cervix represent the most common gynecological problem, which are often precursors of malignant neoplasms, especially cervical cancer. According to statistics, benign diseases of the cervix cover 25-45% of all gynecological diseases. Among women's oncogynecological diseases, cervical cancer ranks second in the world after breast cancer and ranks first in the mortality rate among oncological diseases in economically underdeveloped countries. We performed a comprehensive clinical and laboratory examination of 130 women aged 18 to 73 with benign cervical diseases. 59 (38.5%) women of reproductive age, as well as 39 (30%) premenopausal and 41 (31.5%) menopausal patients, participated in the study. Detailed anamnesis was collected from all patients, objective and gynecological examination was performed, laboratory and instrumental examinations (USM, IPV DNA, smear microscopy, and PCR bacteriological examination of sexually transmitted infections), simple and extended colposcopy, liquid-based РАР-smear smear and РАР-classic smear examinations were conducted. As a result of the research, the following nosological forms were found in women with benign diseases of the cervix: non-specific vaginitis in 10 (7.7%) cases; ectopia, endocervicitis - 60(46.2%); cervical ectropion - 7(5.4%); cervical polyp - 9(6.9%); cervical leukoplakia - 15(11.5%); atrophic vaginitis - 7(5.4%); condyloma - 12(9.2%); cervical stenosis - 2(1.5%); endometriosis of the cervix - was noted in 8 (6.2%) cases (p<0.001), respectively. Characteristics of the menstrual cycle among the examined women: normal cycle in 97 (74.6%) cases; oligomenorrhea – 23 (17.7%); polymenorrhea – 4(3.1%); algomenorrhea – noted in 6 (4.6%) cases (p<0.001). Cytological examination showed that: the specificity of liquid-based cytology was 76.2%, and the traditional PAP test was set at 70.6%. The overall diagnostic value was calculated to be 86% in liquid-based cytology and 78.5% in conventional PAP tests. Treatment of women with benign diseases of the cervix was carried out by diathermocoagulation method and "FOTEK EA 141M" device. It should be noted that 6 months after the treatment, after treatment with the "FOTEK EA 141M" device, there was no relapse in any patient. Recurrence was found in 23.7% of patients after diathermoelectrocoagulation. Thus, it is clear from the above that the study of cervical pathologies, the determination of optimal examinations, and effective treatment methods is one of the urgent problems facing obstetrics and gynecology.

Keywords: cervical cancer, cytological examination, PAP-smear, non-specific vaginitis

Procedia PDF Downloads 77
1235 Strategic Innovation of Nanotechnology: Novel Applications of Biomimetics and Microfluidics in Food Safety

Authors: Boce Zhang

Abstract:

Strategic innovation of nanotechnology to promote food safety has drawn tremendous attentions among research groups, which includes the need for research support during the implementation of the Food Safety Modernization Act (FSMA) in the United States. There are urgent demands and knowledge gaps to the understanding of a) food-water-bacteria interface as for how pathogens persist and transmit during food processing and storage; b) minimum processing requirement needed to prevent pathogen cross-contamination in the food system. These knowledge gaps are of critical importance to the food industry. However, the lack of knowledge is largely hindered by the limitations of research tools. Our groups recently endeavored two novel engineering systems with biomimetics and microfluidics as a holistic approach to hazard analysis and risk mitigation, which provided unprecedented research opportunities to study pathogen behavior, in particular, contamination, and cross-contamination, at the critical food-water-pathogen interface. First, biomimetically-patterned surfaces (BPS) were developed to replicate the identical surface topography and chemistry of a natural food surface. We demonstrated that BPS is a superior research tool that empowers the study of a) how pathogens persist through sanitizer treatment, b) how to apply fluidic shear-force and surface tension to increase the vulnerability of the bacterial cells, by detaching them from a protected area, etc. Secondly, microfluidic devices were designed and fabricated to study the bactericidal kinetics in the sub-second time frame (0.1~1 second). The sub-second kinetics is critical because the cross-contamination process, which includes detachment, migration, and reattachment, can occur in a very short timeframe. With this microfluidic device, we were able to simulate and study these sub-second cross-contamination scenarios, and to further investigate the minimum sanitizer concentration needed to sufficiently prevent pathogen cross-contamination during the food processing. We anticipate that the findings from these studies will provide critical insight on bacterial behavior at the food-water-cell interface, and the kinetics of bacterial inactivation from a broad range of sanitizers and processing conditions, thus facilitating the development and implementation of science-based food safety regulations and practices to mitigate the food safety risks.

Keywords: biomimetic materials, microbial food safety, microfluidic device, nanotechnology

Procedia PDF Downloads 345
1234 Thermal Management of a Compact Electronic Device Subjected to Different Harsh Operating Conditions

Authors: Murat Parlak, Muhammed Çağlar Malyemez

Abstract:

In a harsh environment, it is crucialtoinvestigatethethermal problem systematically implement a reliableandeffectivecoolingtechniqueformilitaryequipment. In this study, an electronicaldevice has been designed to fit different boundary conditions. Manyfinalternatives can be possiblesolutionsforthethermal problem. Therefore, it is an important step to define an easyproduciblefindesignand a low power fan selection for the optimum unit-design satisfying IP68. The equipment is planned to serve at 71C environment conditions and it also can be screwedto a cold plate at +85C. In both conditions, it is intendedtousethesamechassiswithoutanymodifications. To optimize such a ruggeddevice, all CFD analysis has been done withAnsysFluent 2021®. Afterstudyingpinfins, it is seenthatthesurfacearea is not enough, hencethefin-type is changed to a straightrectangulartypewithforcedconvectioncooling. Finally, a verycompactproductthat can serve in a harsh environment is obtained.

Keywords: electronic cooling, harsh environment, forced convection, compact design

Procedia PDF Downloads 162
1233 SiC Merged PiN and Schottky (MPS) Power Diodes Electrothermal Modeling in SPICE

Authors: A. Lakrim, D. Tahri

Abstract:

This paper sets out a behavioral macro-model of a Merged PiN and Schottky (MPS) diode based on silicon carbide (SiC). This model holds good for both static and dynamic electrothermal simulations for industrial applications. Its parameters have been worked out from datasheets curves by drawing on the optimization method: Simulated Annealing (SA) for the SiC MPS diodes made available in the industry. The model also adopts the Analog Behavioral Model (ABM) of PSPICE in which it has been implemented. The thermal behavior of the devices was also taken into consideration by making use of Foster’ canonical network as figured out from electro-thermal measurement provided by the manufacturer of the device.

Keywords: SiC MPS diode, electro-thermal, SPICE model, behavioral macro-model

Procedia PDF Downloads 391
1232 Research on Carbon Fiber Tow Spreading Technique with Multi-Rolls

Authors: Soon Ok Jo, Han Kyu Jeung, Si Woo Park

Abstract:

With the process of consistent expansion of carbon fiber in width (Carbon Fiber Tow Spreading Technique), it can be expected that such process can enhance the production of carbon fiber reinforced composite material and quality of the product. In this research, the method of mechanically expanding carbon fiber and increasing its width was investigated by using various geometric rolls. In addition, experimental type of carbon fiber expansion device was developed and tested using 12K carbon fiber. As a result, the effects of expansion of such fiber under optimized operating conditions and geometric structure of an elliptical roll, were analyzed.

Keywords: carbon fiber, tow spreading fiber, pre-preg, roll structure

Procedia PDF Downloads 325
1231 Effective Apixaban Clearance with Cytosorb Extracorporeal Hemoadsorption

Authors: Klazina T. Havinga, Hilde R. H. de Geus

Abstract:

Introduction: Pre-operative coagulation management of Apixaban prescribed patients, a new oral anticoagulant (a factor Xa inhibitor), is difficult, especially when chronic kidney disease (CKD) causes drug overdose. Apixaban is not dialyzable due to its high level of protein binding. An antidote, Andexanet α, is available but expensive and has an unfavorable short half-life. We report the successful extracorporeal removal of Apixaban prior to emergency surgery with the CytoSorb® Hemoadsorption device. Methods: A 89-year-old woman with CKD, with an Apixaban prescription for atrial fibrillation, was presented at the ER with traumatic rib fractures, a flail chest, and an unstable spinal fracture (T12) for which emergency surgery was indicated. However, due to very high Apixaban levels, this surgery had to be postponed. Based on the Apixaban-specific anti-factor Xa activity (AFXaA) measurements at admission and 10 hours later, complete clearance was expected after 48 hours. In order to enhance the Apixaban removal and reduce the time to operation, and therefore reduce pulmonary complications, CRRT with CytoSorb® cartridge was initiated. Apixaban-specific anti-factor Xa activity (AFXaA) was measured frequently as a substitute for Apixaban drug concentrations, pre- and post adsorber, in order to calculate the adsorber-related clearance. Results: The admission AFXaA concentration, as a substitute for Apixaban drug levels, was 218 ng/ml, which decreased to 157 ng/ml after ten hours. Due to sustained anticoagulation effects, surgery was again postponed. However, the AFXaA levels decreased quickly to sub-therapeutic levels after CRRT (Multifiltrate Pro, Fresenius Medical Care, Blood flow 200 ml/min, Dialysate Flow 4000 ml/h, Prescribed renal dose 51 ml-kg-h) with Cytosorb® connected in series into the circuit was initiated (within 5 hours). The adsorber-related (indirect) Apixaban clearance was calculated every half hour (Cl=Qe * (AFXaA pre- AFXaA post/ AFXaA pre) with Qe=plasma flow rate calculated with Ht=0.38 and system blood flow rate 200 ml-min): 100 ml/min, 72 ml/min and 57 ml/min. Although, as expected, the adsorber-related clearance decreased quickly due to saturation of the beads, still the reduction rate achieved resulted in a very rapid decrease in AFXaA levels. Surgery was ordered and possible within 5 hours after Cytosorb initiation. Conclusion: The CytoSorb® Hemoadsorption device enabled rapid correction of Apixaban associated anticoagulation.

Keywords: Apixaban, CytoSorb, emergency surgery, Hemoadsorption

Procedia PDF Downloads 128
1230 Surface Functionalization of Chemical Vapor Deposition Grown Graphene Film

Authors: Prashanta Dhoj Adhikari

Abstract:

We report the introduction of the active surface functionalization group on chemical vapor deposition (CVD) grown graphene film by wet deposition method. The activity of surface functionalized group was tested with surface modified carbon nanotubes (CNTs) and found that both materials were amalgamated by chemical bonding. The introduction of functional group on the graphene film surface and its vigorous role to bind CNTs with the present technique could provide an efficient, novel route to device fabrication.

Keywords: chemical vapor deposition, graphene film, surface functionalization

Procedia PDF Downloads 444
1229 Measurement of Rheologic Properties of Soft Tissue (Muscle Tissue) by Device Called Myotonometer

Authors: Petr Sifta, Vaclav Bittner, Martin Kysela, Matej Kolar

Abstract:

The purpose of the research described in this work is to answer how to measure the rheologic (viscoelastic) properties tendo–deformational characteristics of soft tissue. The method would also resemble muscle palpation examination as it is known in clinical practice. For this purpose, an instrument with the working name “myotonometer” has been used. At present, there is lack of objective methods for assessing the muscle tone by viscous and elastic properties of soft tissue. That is why we decided to focus on creating or finding quantitative and qualitative methodology capable of specifying muscle tone.

Keywords: rheologic properties, tendo–deformational characteristics, viscosity, elasticity, hypertonus

Procedia PDF Downloads 600
1228 RFID Logistic Management with Cold Chain Monitoring: Cold Store Case Study

Authors: Mira Trebar

Abstract:

Logistics processes of perishable food in the supply chain include the distribution activities and the real time temperature monitoring to fulfil the cold chain requirements. The paper presents the use of RFID (Radio Frequency Identification) technology as an identification tool of receiving and shipping activities in the cold store. At the same time, the use of RFID data loggers with temperature sensors is presented to observe and store the temperatures for the purpose of analyzing the processes and having the history data available for traceability purposes and efficient recall management.

Keywords: logistics, warehouse, RFID device, cold chain

Procedia PDF Downloads 607
1227 Design and Evaluation of a Prototype for Non-Invasive Screening of Diabetes – Skin Impedance Technique

Authors: Pavana Basavakumar, Devadas Bhat

Abstract:

Diabetes is a disease which often goes undiagnosed until its secondary effects are noticed. Early detection of the disease is necessary to avoid serious consequences which could lead to the death of the patient. Conventional invasive tests for screening of diabetes are mostly painful, time consuming and expensive. There’s also a risk of infection involved, therefore it is very essential to develop non-invasive methods to screen and estimate the level of blood glucose. Extensive research is going on with this perspective, involving various techniques that explore optical, electrical, chemical and thermal properties of the human body that directly or indirectly depend on the blood glucose concentration. Thus, non-invasive blood glucose monitoring has grown into a vast field of research. In this project, an attempt was made to device a prototype for screening of diabetes by measuring electrical impedance of the skin and building a model to predict a patient’s condition based on the measured impedance. The prototype developed, passes a negligible amount of constant current (0.5mA) across a subject’s index finger through tetra polar silver electrodes and measures output voltage across a wide range of frequencies (10 KHz – 4 MHz). The measured voltage is proportional to the impedance of the skin. The impedance was acquired in real-time for further analysis. Study was conducted on over 75 subjects with permission from the institutional ethics committee, along with impedance, subject’s blood glucose values were also noted, using conventional method. Nonlinear regression analysis was performed on the features extracted from the impedance data to obtain a model that predicts blood glucose values for a given set of features. When the predicted data was depicted on Clarke’s Error Grid, only 58% of the values predicted were clinically acceptable. Since the objective of the project was to screen diabetes and not actual estimation of blood glucose, the data was classified into three classes ‘NORMAL FASTING’,’NORMAL POSTPRANDIAL’ and ‘HIGH’ using linear Support Vector Machine (SVM). Classification accuracy obtained was 91.4%. The developed prototype was economical, fast and pain free. Thus, it can be used for mass screening of diabetes.

Keywords: Clarke’s error grid, electrical impedance of skin, linear SVM, nonlinear regression, non-invasive blood glucose monitoring, screening device for diabetes

Procedia PDF Downloads 311
1226 Novel Low-cost Bubble CPAP as an Alternative Non-invasive Oxygen Therapy for Newborn Infants with Respiratory Distress Syndrome in a Tertiary Level Neonatal Intensive Care Unit in the Philippines: A Single Blind Randomized Controlled Trial

Authors: Navid P Roodaki, Rochelle Abila, Daisy Evangeline Garcia

Abstract:

Background and Objective: Respiratory Distress Syndrome (RDS) among premature infants is a major causes of neonatal death. The use of Continuous Positive Airway Pressure (CPAP) has become a standard of care for preterm newborns with RDS hence cost-effective innovations are needed. This study compared a novel low-cost Bubble CPAP (bCPAP) device to ventilator driven CPAP in the treatment of RDS. Methods: This is a single-blind, randomized controlled trial done on May 2022 to October 2022 in a Level III Neonatal Intensive Care Unit in the Philippines. Preterm newborns (<36 weeks) with RDS were randomized to receive Vayu bCPAP device or Ventilator-derived CPAP. Arterial Blood Gases, Oxygen Saturation, administration of surfactant, and CPAP failure rates were measured. Results: Seventy preterm newborns were included. No differences were observed between the Ventilator driven CPAP and Vayu bCPAP on the PaO2 (97.51mmHg vs 97.37mmHg), So2 (97.08% vs 95.60%) levels, amount of surfactant administered between groups. There were no observed differences in CPAP failure rates between Vayu bPCAP (x̄ 3.23 days) and ventilator-driven CPAP (x̄ 2.98 days). However, a significant difference was noted on the CO2 level (40.32mmHg vs 50.70mmHg), which was higher among those hooked to Ventilator-driven CPAP (p 0.004). Conclusion: This study has shown that the novel low-cost bubble CPAP (Vayu bCPAP) can be used as an efficacious alternate non invasive oxygen therapy among preterm neonates with RDS, although the CO2 levels were higher among those hooked to ventilator driven CPAP, other outcome parameters measured showed that both devices are comparable. Recommendation: A multi-center or national study to account for geographic region, which may alter the outcomes of patients connected to different ventilatory support. Cost comparison between devices is also suggested. A mixed-method research assessing the experiences of health care professionals in assembling and utilizing the gadget is a second consideration.

Keywords: bubble CPAP, ventilator-derived CPAP; infant, premature, respiratory distress syndrome

Procedia PDF Downloads 65
1225 Nanorods Based Dielectrophoresis for Protein Concentration and Immunoassay

Authors: Zhen Cao, Yu Zhu, Junxue Fu

Abstract:

Immunoassay, i.e., antigen-antibody reaction, is crucial for disease diagnostics. To achieve the adequate signal of the antigen protein detection, a large amount of sample and long incubation time is needed. However, the amount of protein is usually small at the early stage, which makes it difficult to detect. Unlike cells and DNAs, no valid chemical method exists for protein amplification. Thus, an alternative way to improve the signal is through particle manipulation techniques to concentrate proteins, among which dielectrophoresis (DEP) is an effective one. DEP is a technique that concentrates particles to the designated region through a force created by the gradient in a non-uniform electric field. Since DEP force is proportional to the cube of particle size and square of electric field gradient, it is relatively easy to capture larger particles such as cells. For smaller ones like proteins, a super high gradient is then required. In this work, three-dimensional Ag/SiO2 nanorods arrays, fabricated by an easy physical vapor deposition technique called as oblique angle deposition, have been integrated with a DEP device and created the field gradient as high as of 2.6×10²⁴ V²/m³. The nanorods based DEP device is able to enrich bovine serum albumin (BSA) protein by 1800-fold and the rate has reached 180-fold/s when only applying 5 V electric potential. Based on the above nanorods integrated DEP platform, an immunoassay of mouse immunoglobulin G (IgG) proteins has been performed. Briefly, specific antibodies are immobilized onto nanorods, then IgG proteins are concentrated and captured, and finally, the signal from fluorescence-labelled antibodies are detected. The limit of detection (LoD) is measured as 275.3 fg/mL (~1.8 fM), which is a 20,000-fold enhancement compared with identical assays performed on blank glass plates. Further, prostate-specific antigen (PSA), which is a cancer biomarker for diagnosis of prostate cancer after radical prostatectomy, is also quantified with a LoD as low as 2.6 pg/mL. The time to signal saturation has been significantly reduced to one minute. In summary, together with an easy nanorod fabrication and integration method, this nanorods based DEP platform has demonstrated highly sensitive immunoassay performance and thus poses great potentials in applications for early point-of-care diagnostics.

Keywords: dielectrophoresis, immunoassay, oblique angle deposition, protein concentration

Procedia PDF Downloads 86
1224 Evaluation of Microbial Accumulation of Household Wastewater Purified by Advanced Oxidation Process

Authors: Nazlı Çetindağ, Pelin Yılmaz Çetiner, Metin Mert İlgün, Emine Birci, Gizemnur Yıldız Uysal, Özcan Hatipoğlu, Ehsan Tuzcuoğlu, Gökhan Sır

Abstract:

Water scarcity is an unavoidable issue impacting an increasing number of individuals daily, representing a global crisis stemming from swift population growth, urbanization, and excessive resource exploitation. Consequently, solutions that involve the reclamation of wastewater are considered essential. In this context, household wastewater, categorized as greywater, plays a significant role in freshwater used for residential purposes and is attributed to washing. This type of wastewater comprises diverse elements, including organic substances, soaps, detergents, solvents, biological components, and inorganic elements such as certain metal ions and particles. The physical characteristics of wastewater vary depending on its source, whether commercial, domestic, or from a hospital setting. Consequently, the treatment strategy for this wastewater type necessitates comprehensive investigation and appropriate handling. The advanced oxidation process (AOP) emerges as a promising technique associated with the generation of reactive hydroxyl radicals highly effective in oxidizing organic pollutants. This method takes precedence over others like coagulation, flocculation, sedimentation, and filtration due to its avoidance of undesirable by-products. In the current study, the focus was on exploring the feasibility of the AOP for treating actual household wastewater. To achieve this, a laboratory-scale device was designed to effectively target the formed radicals toward organic pollutants, resulting in lower organic compounds in wastewater. Then, the number of microorganisms present in treated wastewater, in addition to the chemical content of the water, was analyzed to determine whether the lab-scale device eliminates microbial accumulation with AOP. This was also an important parameter since microbes can indirectly affect human health and machine hygiene. To do this, water samples were taken from treated and untreated conditions and then inoculated on general purpose agar to track down the total plate count. Analysis showed that AOP might be an option to treat household wastewater and lower microorganism growth.

Keywords: usage of household water, advanced oxidation process, water reuse, modelling

Procedia PDF Downloads 33
1223 Development of the Web-Based Multimedia N-Screen Service System for Cross Platform

Authors: S. Bae, J. Shin, S. Lee

Abstract:

As the development of smart devices such as Smart TV, Smartphone, Tablet PC, Laptop, the interest in N-Screen Services that can be cross-linked with heterogeneous devices is increasing. N-Screen means User-centric services that can share and constantly watch multimedia contents anytime and anywhere. However, the existing N-Screen system has the limitation that N-Screen system has to implement the application for each platform and device to provide multimedia service. To overcome this limitation, Multimedia N-Screen Service System is proposed through the web, and it is independent of different environments. The combination of Web and cloud computing technologies from this study results in increasing efficiency and reduction in costs.

Keywords: N-screen, web, cloud, multimedia

Procedia PDF Downloads 283
1222 Perovskite Nanocrystals and Quantum Dots: Advancements in Light-Harvesting Capabilities for Photovoltaic Technologies

Authors: Mehrnaz Mostafavi

Abstract:

Perovskite nanocrystals and quantum dots have emerged as leaders in the field of photovoltaic technologies, demonstrating exceptional light-harvesting abilities and stability. This study investigates the substantial progress and potential of these nano-sized materials in transforming solar energy conversion. The research delves into the foundational characteristics and production methods of perovskite nanocrystals and quantum dots, elucidating their distinct optical and electronic properties that render them well-suited for photovoltaic applications. Specifically, it examines their outstanding light absorption capabilities, enabling more effective utilization of a wider solar spectrum compared to traditional silicon-based solar cells. Furthermore, this paper explores the improved durability achieved in perovskite nanocrystals and quantum dots, overcoming previous challenges related to degradation and inconsistent performance. Recent advancements in material engineering and techniques for surface passivation have significantly contributed to enhancing the long-term stability of these nanomaterials, making them more commercially feasible for solar cell usage. The study also delves into the advancements in device designs that incorporate perovskite nanocrystals and quantum dots. Innovative strategies, such as tandem solar cells and hybrid structures integrating these nanomaterials with conventional photovoltaic technologies, are discussed. These approaches highlight synergistic effects that boost efficiency and performance. Additionally, this paper addresses ongoing challenges and research endeavors aimed at further improving the efficiency, stability, and scalability of perovskite nanocrystals and quantum dots in photovoltaics. Efforts to mitigate concerns related to material degradation, toxicity, and large-scale production are actively pursued, paving the way for broader commercial application. In conclusion, this paper emphasizes the significant role played by perovskite nanocrystals and quantum dots in advancing photovoltaic technologies. Their exceptional light-harvesting capabilities, combined with increased stability, promise a bright future for next-generation solar cells, ushering in an era of highly efficient and cost-effective solar energy conversion systems.

Keywords: perovskite nanocrystals, quantum dots, photovoltaic technologies, light-harvesting, solar energy conversion, stability, device designs

Procedia PDF Downloads 51
1221 Management of Pressure Ulcer with a Locally Constructed Negative Pressure Device (NPD) in Traumatic Paraplegia Patients: A Randomized Controlled Clinical Trial

Authors: Mukesh K. Dwivedi, Rajeshwar N. Srivastava, Amit K. Bhagat, Saloni Raj

Abstract:

Introduction: Management of Pressure Ulcer (PU) is an ongoing clinical challenge particularly in traumatic paraplegia patients in developing countries where socio economic conditions often dictate treatment modalities. When negative pressure wound therapy (NPWT) was introduced, there were a series of devices (V.A.C., KCI, San Antonio, TX) manufactured. These devices for NPWT are costly and hard to afford by patients in developing countries like India. Considering this limitation, this study was planned to design an RCT to compare NPWT by an indigenized locally constructed NPD and conventional gauze dressing for the treatment of PU. Material and Methods: This RCT (CTRI/2014/09/0050) was conducted in the Department of Orthopaedic Surgery at King George’s Medical University (KGMU), India. Thirty-four (34) subjects of traumatic paraplegia having PU of stage 3 or 4, were enrolled and randomized in two treatment groups (NPWT Group & Conventional dressing group). The outcome measures of this study were surface area and depth of PU, exudates, microorganisms and matrix metalloproteinase-8 (MMP-8) during 0 to 9 weeks follow-ups. Levels of MMP-8 were analyzed in the tissues of PU at week 0, 3, 6 and week 9 by Enzyme Linked Immuno Sorbent Assay (ELISA). Results: Significantly reduced length of PU in NPWT group was observed at week 6 (p=0.04) which further reduced at week 9 (p=0.001) as compared to conventionally treated group. Similarly significant reduction of width and depth of PU was observed in NPWT at week 9 (p<0.05). The exudate became significantly (p=0.001) lower in NPWT group as compared with conventionally treated group from 6th to 9th week. Clearance and conversion of slough into red granulation tissue was significantly higher in NPWT group (p=0.001). At week 9, the wound culture was negative in all the subjects of NPWT group, while it was positive in 10 (41⋅6%) subjects of conventional group. Significantly lower level of MMP-8 was observed in subjects of NPWT group at week 6 (0.006**), and continually more reduction was observed at week 9 (<0.0001**) as compared to the conventional group. Conclusion: NPWT by locally constructed NPD is better wound care procedure for management of PU. Our device gave similar results as commercially available devices. Reduction of level of MMP-8 and increased rate of healing was achieved by negative pressure wound therapy (NPWT) as compared to conventional dressing.

Keywords: NPWT, NPD, MMP8, ELISA

Procedia PDF Downloads 242
1220 Design and Implementation of Wave-Pipelined Circuit Using Reconfigurable Technique

Authors: Adhinarayanan Venkatasubramanian

Abstract:

For design of high speed digital circuit wave pipeline is the best approach this can be operated at higher operating frequencies by adjusting clock periods and skews so as latch the o/p of combinational logic circuit at the stable period. In this paper, there are two methods are proposed in automation task one is BIST (Built in self test) and second method is Reconfigurable technique. For the above two approaches dedicated AND gate (multiplier) by applying wave pipeline technique. BIST approach is implemented by Xilinx Spartan-II device. In reconfigurable technique done by ASIC. From the results, wave pipeline circuits are faster than nonpipeline circuit and area, power dissipation are reduced by reconfigurable technique.

Keywords: SOC, wave-pipelining, FPGA, self-testing, reconfigurable, ASIC

Procedia PDF Downloads 409
1219 Electronic States at SnO/SnO2 Heterointerfaces

Authors: A. Albar, U. Schwingenschlogel

Abstract:

Device applications of transparent conducting oxides require a thorough understanding of the physical and chemical properties of the involved interfaces. We use ab-initio calculations within density functional theory to investigate the electronic states at the SnO/SnO2 hetero-interface. Tin dioxide and monoxide are transparent materials with high n-type and p-type mobilities, respectively. This work aims at exploring the modifications of the electronic states, in particular the charge transfer, in the vicinity of the hetero-interface. The (110) interface is modeled by a super-cell approach in order to minimize the mismatch between the lattice parameters of the two compounds. We discuss the electronic density of states as a function of the distance to the interface.

Keywords: density of states, ab-initio calculations, interface states, charge transfer

Procedia PDF Downloads 392
1218 Vertically Grown P–Type ZnO Nanorod on Ag Thin Film

Authors: Jihyun Park, Tae Il Lee, Jae-Min Myoung

Abstract:

A Silver (Ag) thin film is introduced as a template and doping source for vertically aligned p–type ZnO nanorods. ZnO nanorods were grown using a ammonium hydroxide based hydrothermal process. During the hydrothermal process, the Ag thin film was dissolved to generate Ag ions in the solution. The Ag ions can contribute to doping in the wurzite structure of ZnO and the (111) grain of Ag thin film can be the epitaxial temporal template for the (0001) plane of ZnO. Hence, Ag–doped p–type ZnO nanorods were successfully grown on the substrate, which can be an electrode or semiconductor for the device application. To demonstrate the potentials of this idea, p–n diode was fabricated and its electrical characteristics were demonstrated.

Keywords: hydrothermal process, Ag–doped ZnO nanorods, p–type ZnO

Procedia PDF Downloads 447
1217 Key Roles of the N-Type Oxide Layer in Hybrid Perovskite Solar Cells

Authors: Thierry Pauporté

Abstract:

Wide bandgap n-type oxide layers (TiO2, SnO2, ZnO etc.) play key roles in perovskite solar cells. They act as electron transport layers, and they permit the charge separation. They are also the substrate for the preparation of perovskite in the direct architecture. Therefore, they have a strong influence on the perovskite loading, its crystallinity and they can induce a degradation phenomenon upon annealing. The interface between the oxide and the perovskite is important, and the quality of this heterointerface must be optimized to limit the recombination of charges phenomena and performance losses. One can also play on the oxide and use two oxide contact layers for improving the device stability and durability. These aspects will be developed and illustrated on the basis of recent results obtained at Chimie-ParisTech.

Keywords: oxide, hybrid perovskite, solar cells, impedance

Procedia PDF Downloads 297
1216 Perfectly Keyless Commercial Vehicle

Authors: Shubha T., Latha H. K. E., Yogananth Karuppiah

Abstract:

Accessing and sharing automobiles will become much simpler thanks to the wide range of automotive use cases made possible by digital keys. This study aims to provide digital keys to car owners and drivers so they can lock or unlock their automobiles and start the engine using a smartphone or other Bluetooth low energy-enabled mobile device. Private automobile owners can digitally lend their car keys to family members or friends without having to physically meet them, possibly for a certain period of time. Owners of company automobile fleets can electronically distribute car keys to staff members, possibly granting access for a given day or length of time. Customers no longer need to physically pick up car keys at a rental desk because automobile owners can digitally transfer keys with them.

Keywords: NFC, BLE, CCC, digital key, OEM

Procedia PDF Downloads 128
1215 An Enhanced Room Temperature Magnetic Refrigerator Based on Nanofluid: From Theoretical Study to Design

Authors: Moulay Youssef El Hafidi

Abstract:

In this research, an enhanced room-temperature magnetic refrigerator based on nanofluid, consisting of permanent magnets as a magnetism source, gadolinium as magnetocaloric material, water as base liquid, and carbon nanotubes (CNT) as nanoparticles, has been designed. The magnetic field is supplied by NdFeB permanent magnets and is about 1.3 Tesla. Two similar heat exchangers are employed to absorb and expel heat. The cycle performance of this self-designed device is analyzed theoretically. The results provide useful data for future optimization of room-temperature magnetic refrigeration using nanofluids.

Keywords: magnetic cooling, nanofluid, gadolinium, permanent magnets, heat exchange

Procedia PDF Downloads 59