Search results for: band application
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 8941

Search results for: band application

7981 The Design of Broadband 8x2 Phased Array 5G Antenna MIMO 28 GHz for Base Station

Authors: Muhammad Saiful Fadhil Reyhan, Yusnita Rahayu, Fadhel Muhammadsyah

Abstract:

This paper proposed a design of 16 elements, 8x2 linear fed patch antenna array with 16 ports, for 28 GHz, mm-wave band 5G for base station. The phased array covers along the azimuth plane to provide the coverage to the users in omnidirectional. The proposed antenna is designed RT Duroid 5880 substrate with the overall size of 85x35.6x0.787 mm3. The array is operating from 27.43 GHz to 28.34 GHz with a 910 MHz impedance bandwidth. The gain of the array is 18.3 dB, while the suppression of the side lobes is -1.0 dB. The main lobe direction of the array is 15 deg. The array shows a high array gain throughout the impedance bandwidth with overall of VSWR is below 1.12. The design will be proposed in single element and 16 elements antenna.

Keywords: 5G antenna, 28 GHz, MIMO, omnidirectional, phased array, base station, broadband

Procedia PDF Downloads 232
7980 The Application of Artificial Neural Network for Bridge Structures Design Optimization

Authors: Angga S. Fajar, A. Aminullah, J. Kiyono, R. A. Safitri

Abstract:

This paper discusses about the application of ANN for optimizing of bridge structure design. ANN has been applied in various field of science concerning prediction and optimization. The structural optimization has several benefit including accelerate structural design process, saving the structural material, and minimize self-weight and mass of structure. In this paper, there are three types of bridge structure that being optimized including PSC I-girder superstructure, composite steel-concrete girder superstructure, and RC bridge pier. The different optimization strategy on each bridge structure implement back propagation method of ANN is conducted in this research. The optimal weight and easier design process of bridge structure with satisfied error are achieved.

Keywords: bridge structures, ANN, optimization, back propagation

Procedia PDF Downloads 356
7979 Polymerspolyaniline/CMK-3/Hydroquinone Composite Electrode for Supercapacitor Application

Authors: Hu-Cheng Weng, Jhen-Ting Huang, Chia-Chia Chang, An-Ya Lo

Abstract:

In this study, carbon mesoporous material, CMK-3, was adopted as supporting material for electroactive polymerspolyaniline (PANI), polyaniline, for supercapacitor application, where hydroquinone (HQ) was integrated to enhance the redox reaction of PANI. The results show that the addition of PANI improves the capacitance of electrode from 89 F/g (CMK-3) to 337 F/g (PANI/CMK-3), the addition of HQ furtherly improves the capacitance to 463 F/g (PANI/CMK-3/HQ). The PANI provides higher energy density and also acts as binder of the electrode; the CMK-3 provides higher electron double layer capacitance EDLC and stabilize the polyaniline by its highly porosity. With the addition of HQ, the capacitance of PANI/CMK-3 was further enhanced. In-situ analyses including cyclic voltammetry (CV), chronopotentiometry (CP), electron impedance spectrum (EIS) analyses were applied for electrode performance examination. For materials characterization, the crystal structure, morphology, microstructure, and porosity were examined by X-ray diffraction (XRD), scanning electron microscope (SEM), and transmission electron microscopy (TEM), and 77K N2 adsorption/desorption analyses, respectively. The effects of electrolyte pH value, PANI polymerization time, HQ concentration, and PANI/CMK-3 ratio on capacitance were discussed. The durability was also studied by long-term operation test. The results show that PANI/CMK-3/HQ with great potential for supercapacitor application. Finally, the potential of all-solid PANI/CMK-3/HQ based supercapacitor was successfully demonstrated.

Keywords: CMK3, PANI, redox electrolyte, solid supercapacitor

Procedia PDF Downloads 121
7978 A Case Study on the Guidelines for Application of Project Management Methods in Infrastructure Projects

Authors: Fernanda Varella Borges, Silvio Burrattino Melhado

Abstract:

Motivated by the importance of public infrastructure projects in the civil construction chain, this research shows the study of project management methods and the infrastructure projects’ characteristics. The research aims at the objective of improving management efficiency by proposing guidelines for the application of project management methods in infrastructure projects. Through literature review and case studies, the research analyses two major infrastructure projects underway in Brazil, identifying the critical points for achieving its success. As a result, the proposed guidelines indicate that special attention should be given to the management of stakeholders, focusing on their knowledge and experience, their different interests, the efficient management of their communication, and their behavior in the day-by-day project management process.

Keywords: construction, infrastructure, project management, public projects

Procedia PDF Downloads 474
7977 A Tool to Represent People Approach to the Use of Pharmaceuticals and Related Criticality and Needs: A Territory Experience

Authors: Barbara Pittau, Piergiorgio Palla, Antonio Mastino

Abstract:

Communication is fundamental to health education. The proper use of medicinal products is a crucial aspect of the health of citizens that affects both safety and health care spending. Therefore, encouraging/promoting communication, concerning the importance of proper use of pharmaceuticals, has substantial implications in terms of individual health, health care, and health care system sustainability. In view of these considerations, in the context of two projects, one of which is still in progress, a relational database-backed web application named COLLABORAFARMACISOLA has been designed and developed as a tool to analyze and visualize how people approach the use of medicinal products, with the aim of improving and enhancing communication efficacy. The software application is being used to collect information (anonymously and voluntarily) from the citizens of Sardinia, an Italian region, regarding their knowledge, experiences, and opinions towards pharmaceuticals. This study that was conducted to date on thousand of interviewed people, has focused on different aspects such as: the treatment interruption and the "self-prescription” without medical consultation, the attention paid to reading the leaflets, the awareness of the economic value of the pharmaceuticals, the importance of avoiding the waste of medicinal products and the attitudes towards the use of generics. To this purpose, our software application provides a set of ad hoc parsing routines, to store information into the structure of a relational database and to process and visualize it through a set of interactive tools aimed to emphasize the findings and the insights obtained. The results of our preliminary analysis show the efficacy of the awareness plan and, at the same time, the criticality and the needs of the territory under examination. The ultimate goal of our study is to provide a contribution to the community by improving communication that can result in a benefit for public health in a context strictly connected to the reality of the territory.

Keywords: communication, pharmaceuticals, public health, relational database, tool, web application

Procedia PDF Downloads 121
7976 Rest API Based System-level Test Automation for Mobile Applications

Authors: Jisoo Song

Abstract:

Today’s mobile applications are communicating with servers more and more in order to access external services or information. Also, server-side code changes are more frequent than client-side code changes in a mobile application. The frequent changes lead to an increase in testing cost increase. To reduce costs, UI based test automation can be one of the solutions. It is a common automation technique in system-level testing. However, it can be unsuitable for mobile applications. When you automate tests based on UI elements for mobile applications, there are some limitations such as the overhead of script maintenance or the difficulty of finding invisible defects that UI elements cannot represent. To overcome these limitations, we present a new automation technique based on Rest API. You can automate system-level tests through test scripts that you write. These scripts call a series of Rest API in a user’s action sequence. This technique does not require testers to know the internal implementation details, only input and expected output of Rest API. You can easily modify test cases by modifying Rest API input values and also find problems that might not be evident from the UI level by validating output values. For example, when an application receives price information from a payment server and user cannot see it at UI level, Rest API based scripts can check whether price information is correct or not. More than 10 mobile applications at our company are being tested automatically based on Rest API scripts whenever application source code, mostly server source code, is built. We are finding defects right away by setting a script as a build job in CI server. The build job starts when application code builds are completed. This presentation will also include field cases from our company.

Keywords: case studies at SK Planet, introduction of rest API based test automation, limitations of UI based test automation

Procedia PDF Downloads 428
7975 Materialisation of Good Governance Concept by Effective Investment Dispute Resolution in the European Union

Authors: Jagna Mucha, Anna Kańciak

Abstract:

The concept of good governance constitutes a wide perspective for academic discussion, because it provides a substantial theoretical background for settling many practical problems faced contemporarily by the EU. The basic assumptions of good governance have basically remained unchanged since the 90’s, when the concept was introduced by the World Bank, although the scholarly discussions reveal new facets of the said concept, when related to specific domains. The paper discusses the application of the specific elements of the concept of good governance in the field of the international investment law. Specifically, it seeks to demonstrate that the concept of good governance regulates the issue of international investments in that, among others, it requires the application of the alternative dispute resolution in order to make the investment law enforceable in the best possible way.

Keywords: dispute resolution, european union, investments, good governance

Procedia PDF Downloads 336
7974 Response of Canola Traits to Integrated Fertilization Systems

Authors: Khosro Mohammadi

Abstract:

In order to study the effect of different resources of farmyard manure, compost and biofertilizers on grain yield and quality of canola (Talaieh cultivar), an experiment was conducted at Kurdistan region. Experimental units were arranged in split-split plots design based on randomized complete blocks with three replications. Main plots consisted of two locations with difference in soil texture (L1): Agricultural Research Center of Sanandaj and (L2): Islamic Azad University of Sanandaj, as location levels. Also, five strategies for obtaining the base fertilizer requirement including (N1): farmyard manure; (N2): compost; (N3): chemical fertilizers; (N4): farm yard manure + compost and (N5): farm yard manure + compost + chemical fertilizers were considered in split plots. Four levels of biofertilizers were (B1): Bacillus lentus and Pseudomonas putida; (B2): Trichoderma harzianum; (B3): Bacillus lentus and Pseudomonas putida & Trichoderma harzianum; and (B4): control. Results showed that location, different resources of fertilizer and interactions of them have a significant effect on grain yield. The highest grain yield (4660 kg/ha) was obtained from treatment, that farmyard manure, compost and biofertilizers were co application in clay loam soil (Gerizeh station). Different methods of fertilization have a significant effect on leaf chlorophyll. Highest amount of chlorophyll (38 Spad) was obtained from co application of farmyard manure, chemical fertilizers and compost (N5 treatment). Location, basal fertilizers and biofertilizers have a significant effect on N, S and N/S of canola seed. Oil content was decreased in Gerizeh station, but oil yield had a significant increasing than Azad University station. Co application of compost and farmyard manure produced highest percent of oleic acid (61.5 %) and linoleic acid (22.9 %). Co application of compost and farmyard manure has a significant increase in oleic acid and linoleic acid. Finally, L1N5B3 treatment, that compost, farmyard manure and biofertilizers were co application in Gerizeh station in compare to other treatments, selected as a best treatment of experiment.

Keywords: soil texture, organic fertilizer, chemical fertilizer, oil, Canola

Procedia PDF Downloads 384
7973 A Method for Multimedia User Interface Design for Mobile Learning

Authors: Shimaa Nagro, Russell Campion

Abstract:

Mobile devices are becoming ever more widely available, with growing functionality, and are increasingly used as an enabling technology to give students access to educational material anytime and anywhere. However, the design of educational material user interfaces for mobile devices is beset by many unresolved research issues such as those arising from emphasising the information concepts then mapping this information to appropriate media (modelling information then mapping media effectively). This report describes a multimedia user interface design method for mobile learning. The method covers specification of user requirements and information architecture, media selection to represent the information content, design for directing attention to important information, and interaction design to enhance user engagement based on Human-Computer Interaction design strategies (HCI). The method will be evaluated by three different case studies to prove the method is suitable for application to different areas / applications, these are; an application to teach about major computer networking concepts, an application to deliver a history-based topic; (after these case studies have been completed, the method will be revised to remove deficiencies and then used to develop a third case study), an application to teach mathematical principles. At this point, the method will again be revised into its final format. A usability evaluation will be carried out to measure the usefulness and effectiveness of the method. The investigation will combine qualitative and quantitative methods, including interviews and questionnaires for data collection and three case studies for validating the MDMLM method. The researcher has successfully produced the method at this point which is now under validation and testing procedures. From this point forward in the report, the researcher will refer to the method using the MDMLM abbreviation which means Multimedia Design Mobile Learning Method.

Keywords: human-computer interaction, interface design, mobile learning, education

Procedia PDF Downloads 225
7972 Role of Interlayer Coupling for the Power Factor of CuSbS2 and CuSbSe2

Authors: Najebah Alsaleh, Nirpendra Singh, Udo Schwingenschlogl

Abstract:

The electronic and transport properties of bulk and monolayer CuSbS2 and CuSbSe2 are determined by using density functional theory and semiclassical Boltzmann transport theory, in order to investigate the role of interlayer coupling for the thermoelectric properties. The calculated band gaps of the bulk compounds are in agreement with experiments and significantly higher than those of the monolayers, which thus show lower Seebeck coefficients. Since also the electrical conductivity is lower, the monolayers are characterized by lower power factors. Therefore, interlayer coupling is found to be essential for the excellent thermoelectric response of CuSbS2 and CuSbSe2, even though it is weak.

Keywords: density functional theory, thermoelectric, electronic properties, monolayer

Procedia PDF Downloads 306
7971 An Internet of Things Based Home Automation Based on Raspberry Pi and Node JS Server

Authors: Ahmed Khattab, Bassem Shetta

Abstract:

Today, there are many branches of technology, one of them is the internet of things. In this paper, it's focused specifically on automating all the home appliances through E-mail using Node JS server, the server side stores, and processes this data. The server side contains user interface and notification system functionalities which is operated by Raspberry Pi. It will present the security requirements for the smart home. In this application, the privilege of home control including special persons to use it, using the hardware appliances through mobiles and tablets is achieved. The proposed application delivers high quality of service, long lifetime, low maintenance, fast deployment, and low power requirements with low cost needed for development.

Keywords: Raspberry Pi, E-mail, home automation, temperature sensor, PIR sensor, actuators, relay

Procedia PDF Downloads 245
7970 Soil Water Retention and Van Genuchten Parameters following Tillage and Manure Effects

Authors: Shahin Farajifar, Azadeh Safadoust, Ali Akbar Mahboubi

Abstract:

A study was conducted to evaluate hydraulic properties of a sandy loam soil and corn (Zea mays L.) crop production under a short-term tillage and manure combinations field experiment carried out in west of Iran. Treatments included composted cattle manure application rates [0, 30, and 60 Mg (dry weight) ha-1] and tillage systems [no-tillage (NT), chisel plowing (CP), and moldboard plowing (MP)] arranged in a split-plot design. Soil water characteristic curve (SWCC) and saturated hydraulic conductivity (Ks) were significantly affected by manure and tillage treatments. At any matric suction, the soil water content was in the order of MP>CP>NT. At all matric suctions, the amount of water retained by the soil increased as manure application rate increased (i.e. 60>30>0 Mg ha-1). Similar to the tillage effects, at high suctions the differences of water retained due to manure addition were less than that at low suctions. The change of SWCC from tillage methods and manure applications may attribute to the change of pore size and aggregate size distributions. Soil Ks was in the order of CP>MP>NT for the first two layers and in the order of MP>CP and NT for the deeper soil layer. The Ks also increased with increasing rates of manure application (i.e. 60>30>0 Mg ha-1). This was due to the increase in the total pore size and continuity.

Keywords: corn, manuure, saturated hydraulic conductivity, soil water characteristic curve, tillage

Procedia PDF Downloads 60
7969 Economic Conflict between the United Kingdom and the European Community 1945-1975

Authors: Soumia Hebbri

Abstract:

The relationship between Britain and the European Union is phenomenally complex with a great opposition to Europe in the British Conservative and Labour Parties emerged since 1945. During the history and development of the European Union, Europe saw a lack of British involvement until 1961, after refusing to sign the Treaties of Rome of 1957 for being a member of the European Economic Community. Britain then applied to join the EEC in 1961 under Harold Macmillan’s Conservative Government, its application led by the Chief Negotiator Edward Heath. This application was vetoed by President de Gaulle. With de Gaulle out of power Britain. finally could joined in 1973. But again Labour and conservative both found themselves divided on the issue and they hold a referendum under labour on whether to continue the UK’s membership.

Keywords: the European Union, the British, economic community, de Gaulle

Procedia PDF Downloads 471
7968 Application of Co-Flow Jet Concept to Aircraft Lift Increase

Authors: Sai Likitha Siddanathi

Abstract:

Present project is aimed at increasing the amount of lift produced by typical airfoil. This is achieved by its modification into the co-flow jet structure where a new internal flow is created inside the airfoil from well-designed apertures on its surface. The limit where produced excess lift overcomes the weight of pumping system inserted in airfoil upper portion, and drag force is converted into thrust is discussed in terms of airfoil velocity and angle of attack. Two normal and co-flow jet models are numerically designed and experimental results for both fabricated normal airfoil and CFJ model have been tested in low subsonic wind tunnel. Application has been made to subsonic NACA 652-415 airfoil. Produced lift in CFJ airfoil indicates a maximum value up to a factor of 5 above normal airfoil nearby flow separation ie in relatively weak flow distribution.

Keywords: flow Jet, lift coefficient, drag coefficient, airfoil performance

Procedia PDF Downloads 337
7967 Stability Design by Geometrical Nonlinear Analysis Using Equivalent Geometric Imperfections

Authors: S. Fominow, C. Dobert

Abstract:

The present article describes the research that deals with the development of equivalent geometric imperfections for the stability design of steel members considering lateral-torsional buckling. The application of these equivalent imperfections takes into account the stiffness-reducing effects due to inelasticity and residual stresses, which lead to a reduction of the load carrying capacity of slender members and structures. This allows the application of a simplified design method, that is performed in three steps. Application of equivalent geometric imperfections, determination of internal forces using geometrical non-linear analysis (GNIA) and verification of the cross-section resistance at the most unfavourable location. All three verification steps are closely related and influence the results. The derivation of the equivalent imperfections was carried out in several steps. First, reference lateral-torsional buckling resistances for various rolled I-sections, slenderness grades, load shapes and steel grades were determined. This was done either with geometric and material non-linear analysis with geometrical imperfections and residual stresses (GMNIA) or for standard cases based on the equivalent member method. With the aim of obtaining identical lateral-torsional buckling resistances as the reference resistances from the application of the design method, the required sizes for equivalent imperfections were derived. For this purpose, a program based on the FEM method has been developed. Based on these results, several proposals for the specification of equivalent geometric imperfections have been developed. These differ in the shape of the applied equivalent geometric imperfection, the model of the cross-sectional resistance and the steel grade. The proposed design methods allow a wide range of applications and a reliable calculation of the lateral-torsional buckling resistances, as comparisons between the calculated resistances and the reference resistances have shown.

Keywords: equivalent geometric imperfections, GMNIA, lateral-torsional buckling, non-linear finite element analysis

Procedia PDF Downloads 142
7966 Electrical and Optical Properties of Polyaniline: Cadmium Sulphide Quantum Dots Nanocomposites

Authors: Akhtar Rasool, Tasneem Zahra Rizvi

Abstract:

In this study, a series of the cadmium sulphide quantum dots/polyaniline nanocomposites with varying compositions were prepared by in-situ polymerization technique and were characterized using X-ray diffraction and Fourier transform infrared spectroscopy. The surface morphology was studied by scanning electron microscopy. UV-Visible spectroscopy was used to find out the energy band gap of the nanoparticles and the nanocomposites. Temperature dependence of DC electrical conductivity and temperature and frequency dependence of AC conductivity were investigated to study the charge transport mechanism in the nanocomposites. DC conductivity was found to be a typical for a semiconducting behavior following Mott’s 1D variable range hoping model. The frequency dependent AC conductivity followed the universal power law.

Keywords: conducting polymers, nanocomposites, polyaniline composites, quantum dots

Procedia PDF Downloads 233
7965 Optimum Design of Photovoltaic Water Pumping System Application

Authors: Sarah Abdourraziq, Rachid El Bachtiri

Abstract:

The solar power source for pumping water is one of the most promising areas in photovoltaic applications. The implementation of these systems allows to protect the environment and reduce the CO2 gas emission compared to systems trained by diesel generators. This paper presents a comparative study between the photovoltaic pumping system driven by DC motor, and AC motor to define the optimum design of this application. The studied system consists of PV array, DC-DC Boost Converter, inverter, motor-pump set and storage tank. The comparison was carried out to define the characteristics and the performance of each system. Each subsystem is modeled in order to simulate the whole system in MATLAB/ Simulink. The results show the efficiency of the proposed technique.

Keywords: photovoltaic water pumping system, DC motor-pump, AC motor-pump, DC-DC boost converter

Procedia PDF Downloads 309
7964 [Keynote Talk]: Ultrasound Assisted Synthesis of ZnO of Different Morphologies by Solvent Variation

Authors: Durata Haciu, Berti Manisa, Ozgur Birer

Abstract:

ZnO nanoparticles have been synthesized by ultrasonic irradiation from simple linear alcohols and water/ethanolic mixtures, at 50 oC. By changing the composition of the solvent, the shape could be altered. While no product was obtained from methanolic solutions, in ethanol, sheet like lamellar structures prevail.n-propanol and n-butanol resulted in needle like structures. The morphology of ZnO could be thus tailored in a simple way, by varying the solvent, under ultrasonic irradiation, in a relatively less time consuming method. Variation of the morphology and size of Zn also provides a means for modulating the band-gap. Although the chemical effects of ultrasound do not come from direct interaction with molecular species, the high energy derived from acoustic cavitation creates a unique interaction of energy and matter with great potential for synthesis.

Keywords: ultrasound, ZnO, linear alcohols, morphology

Procedia PDF Downloads 224
7963 The Usage of Artificial Intelligence in Instagram

Authors: Alanod Alqasim, Yasmine Iskandarani, Sita Algethami, Jawaher alzughaiby

Abstract:

This study focuses on the usage of AI (Artificial Intelligence) systems and features on the Instagram application and how it influences user experience and satisfaction. The aim is to evaluate the techniques and current capabilities, restrictions, and potential future directions of AI in an Instagram application. Following a concise explanation of the core concepts underlying AI usage on Instagram. To answer this question, 19 randomly selected users were asked to complete a 9-question survey on their experience and satisfaction with the app's features (Filters, user preferences, translation tool) and authenticity. The results revealed that there were three prevalent allegations. These declarations include that Instagram has an extremely attractive user interface; secondly, Instagram creates a strong sense of community; and lastly, Instagram has an important influence on mental health.

Keywords: AI (Artificial Intelligence), instagram, features, satisfaction, experience

Procedia PDF Downloads 67
7962 Application Potential of Selected Tools in Context of Critical Infrastructure Protection and Risk Analysis

Authors: Hromada Martin

Abstract:

Risk analysis is considered as a fundamental aspect relevant for ensuring the level of critical infrastructure protection, where the critical infrastructure is seen as system, asset or its part which is important for maintaining the vital societal functions. Article actually discusses and analyzes the potential application of selected tools of information support for the implementation and within the framework of risk analysis and critical infrastructure protection. Use of the information in relation to their risk analysis can be viewed as a form of simplifying the analytical process. It is clear that these instruments (information support) for these purposes are countless, so they were selected representatives who have already been applied in the selected area of critical infrastructure, or they can be used. All presented fact were the basis for critical infrastructure resilience evaluation methodology development.

Keywords: critical infrastructure, protection, resilience, risk analysis

Procedia PDF Downloads 622
7961 Theoretical Prediction of the Structural, Elastic, Electronic, Optical, and Thermal Properties of Cubic Perovskites CsXF3 (X = Ca, Sr, and Hg) under Pressure Effect

Authors: M. A. Ghebouli, A. Bouhemadou, H. Choutri, L. Louaila

Abstract:

Some physical properties of the cubic perovskites CsXF3 (X = Sr, Ca, and Hg) have been investigated using pseudopotential plane–wave (PP-PW) method based on the density functional theory (DFT). The calculated lattice constants within GGA (PBE) and LDA (CA-PZ) agree reasonably with the available experiment data. The elastic constants and their pressure derivatives are predicted using the static finite strain technique. We derived the bulk and shear moduli, Young’s modulus, Poisson’s ratio and Lamé’s constants for ideal polycrystalline aggregates. The analysis of B/G ratio indicates that CsXF3 (X = Ca, Sr, and Hg) are ductile materials. The thermal effect on the volume, bulk modulus, heat capacities CV, CP, and Debye temperature was predicted.

Keywords: perovskite, PP-PW method, elastic constants, electronic band structure

Procedia PDF Downloads 418
7960 Digital Twin of Real Electrical Distribution System with Real Time Recursive Load Flow Calculation and State Estimation

Authors: Anosh Arshad Sundhu, Francesco Giordano, Giacomo Della Croce, Maurizio Arnone

Abstract:

Digital Twin (DT) is a technology that generates a virtual representation of a physical system or process, enabling real-time monitoring, analysis, and simulation. DT of an Electrical Distribution System (EDS) can perform online analysis by integrating the static and real-time data in order to show the current grid status and predictions about the future status to the Distribution System Operator (DSO), producers and consumers. DT technology for EDS also offers the opportunity to DSO to test hypothetical scenarios. This paper discusses the development of a DT of an EDS by Smart Grid Controller (SGC) application, which is developed using open-source libraries and languages. The developed application can be integrated with Supervisory Control and Data Acquisition System (SCADA) of any EDS for creating the DT. The paper shows the performance of developed tools inside the application, tested on real EDS for grid observability, Smart Recursive Load Flow (SRLF) calculation and state estimation of loads in MV feeders.

Keywords: digital twin, distributed energy resources, remote terminal units, supervisory control and data acquisition system, smart recursive load flow

Procedia PDF Downloads 85
7959 Application of Remote Sensing Technique on the Monitoring of Mine Eco-Environment

Authors: Haidong Li, Weishou Shen, Guoping Lv, Tao Wang

Abstract:

Aiming to overcome the limitation of the application of traditional remote sensing (RS) technique in the mine eco-environmental monitoring, in this paper, we first classified the eco-environmental damages caused by mining activities and then introduced the principle, classification and characteristics of the Light Detection and Ranging (LiDAR) technique. The potentiality of LiDAR technique in the mine eco-environmental monitoring was analyzed, particularly in extracting vertical structure parameters of vegetation, through comparing the feasibility and applicability of traditional RS method and LiDAR technique in monitoring different types of indicators. The application situation of LiDAR technique in extracting typical mine indicators, such as land destruction in mining areas, damage of ecological integrity and natural soil erosion. The result showed that the LiDAR technique has the ability to monitor most of the mine eco-environmental indicators, and exhibited higher accuracy comparing with traditional RS technique, specifically speaking, the applicability of LiDAR technique on each indicator depends on the accuracy requirement of mine eco-environmental monitoring. In the item of large mine, LiDAR three-dimensional point cloud data not only could be used as the complementary data source of optical RS, Airborne/Satellite LiDAR could also fulfill the demand of extracting vertical structure parameters of vegetation in large areas.

Keywords: LiDAR, mine, ecological damage, monitoring, traditional remote sensing technique

Procedia PDF Downloads 378
7958 A Wideband Low-Profile Circularly-Polarized Slotted Patch Antenna

Authors: Sai Radavaram

Abstract:

A wideband low-profile circularly-polarized antenna, consisting of 2×2 sequentially-rotated, differentially-fed, slotted rectangular patch elements, is proposed. To realize the right-hand circular polarization, an anti-clockwise phase rotation of 0o, -90o, -180o and -270o is applied between the antenna elements. The proposed antenna, with a height of only 0.02lambda (where lambda is the wavelength of the antenna at the center frequency of the antenna), exhibits a 68% impedance bandwidth from 2 to 4.05 GHz with a 3dB axial ratio bandwidth in the order of 56% from 2.25 to 4.05 GHz. Moreover, a wide 3dB axial ratio beamwidth of 140o is obtained at the center frequency of 3 GHz, along with symmetrical radiation patterns over the operating frequency band.

Keywords: circular polarization, sequentially rotated, slotted patch antennas, wideband

Procedia PDF Downloads 64
7957 An Application of E-Learning Technology for Students with Deafness and Hearing Impairment

Authors: Eyup Bayram Guzel

Abstract:

There have been growing awareness that technology offers unique and promising advantages by offering up-to-data educational materials in promoting teaching and learning materials, new strategies for building enhanced communication environment for people with disabilities and specifically for this study concentrated on the students with deafness and hearing impairments. Creating e-learning environment where teachers and students work in collaboration to develop better educational outcomes is the foremost reason of conducting this research. This study examined the perspectives of special education teachers’ regarding an application of e-learning software called Multimedia Builder on the students with deafness and hearing impairments. Initial and follow up interviews were conducted with 15 special education teachers around the scope of qualitative case study. Grounded approach has been used to analyse and interpret the data. The research results revealed that application of Multimedia Builder software were influential on reading, sign language, vocabulary improvements, computer and ICT usage developments and on audio-visual learning achievements for the advantages of students with deafness and hearing impairments. The implications of the study encouraged the ways of using e-learning tools and strategies to promote unique and comprehensive learning experiences for the targeted students and their teachers.

Keywords: e-learning, special education, deafness and hearing impairment, computer-ICT usage.

Procedia PDF Downloads 421
7956 Preliminary Evaluation of Passive UHF-Band RFID for Identifying Floating Objects on the Sea

Authors: Yasuhiro Sato, Kodai Noma, Kenta Sawada, Kazumasa Adachi, Yoshinori Matsuura, Saori Iwanaga

Abstract:

RFID system is used to identify objects such as passenger identification in public transportation, instead of linear or 2-dimensional barcodes. Key advantages of RFID system are to identify objects without physical contact, and to write arbitrary information into RFID tag. These advantages may help to improve maritime safety and efficiency of activity on the sea. However, utilization of RFID system for maritime scenes has not been considered. In this paper, we evaluate the availability of a generic RFID system operating on the sea. We measure RSSI between RFID tag floating on the sea and RFID antenna, and check whether a RFID reader can access a tag or not, while the distance between a floating buoy and the ship, and the angle are changed. Finally, we discuss the feasibility and the applicability of RFID system on the sea through the results of our preliminary experiment.

Keywords: RFID, experimental evaluation, RSSI, maritime use

Procedia PDF Downloads 560
7955 Enhancement in the Absorption Efficiency of Gaas/Inas Nanowire Solar Cells through a Decrease in Light Reflection

Authors: Latef M. Ali, Farah A. Abed

Abstract:

In this paper, the effect of the Barium fluoride (BaF2) layer on the absorption efficiency of GaAs/InAs nanowire solar cells was investigated using the finite difference time domain (FDTD) method. By inserting the BaF2 as antireflection with the dominant size of 10 nm to fill the space between the shells of wires on the Si (111) substrate. The absorption is significantly improved due to the strong reabsorption of light reflected at the shells and compared with the reference cells. The present simulation leads to a higher absorption efficiency (Qabs) and reaches a value of 97%, and the external quantum efficiencies (EQEs) above 92% are observed. The current density (Jsc) increases by 0.22 mA/cm2 and the open-circuit voltage (Voc) is enhanced by 0.11 mV.

Keywords: nanowire solar cells, absorption efficiency, photovoltaic, band structures, fdtd simulation

Procedia PDF Downloads 55
7954 Design and Application of NFC-Based Identity and Access Management in Cloud Services

Authors: Shin-Jer Yang, Kai-Tai Yang

Abstract:

In response to a changing world and the fast growth of the Internet, more and more enterprises are replacing web-based services with cloud-based ones. Multi-tenancy technology is becoming more important especially with Software as a Service (SaaS). This in turn leads to a greater focus on the application of Identity and Access Management (IAM). Conventional Near-Field Communication (NFC) based verification relies on a computer browser and a card reader to access an NFC tag. This type of verification does not support mobile device login and user-based access management functions. This study designs an NFC-based third-party cloud identity and access management scheme (NFC-IAM) addressing this shortcoming. Data from simulation tests analyzed with Key Performance Indicators (KPIs) suggest that the NFC-IAM not only takes less time in identity identification but also cuts time by 80% in terms of two-factor authentication and improves verification accuracy to 99.9% or better. In functional performance analyses, NFC-IAM performed better in salability and portability. The NFC-IAM App (Application Software) and back-end system to be developed and deployed in mobile device are to support IAM features and also offers users a more user-friendly experience and stronger security protection. In the future, our NFC-IAM can be employed to different environments including identification for mobile payment systems, permission management for remote equipment monitoring, among other applications.

Keywords: cloud service, multi-tenancy, NFC, IAM, mobile device

Procedia PDF Downloads 417
7953 Applying Sequential Pattern Mining to Generate Block for Scheduling Problems

Authors: Meng-Hui Chen, Chen-Yu Kao, Chia-Yu Hsu, Pei-Chann Chang

Abstract:

The main idea in this paper is using sequential pattern mining to find the information which is helpful for finding high performance solutions. By combining this information, it is defined as blocks. Using the blocks to generate artificial chromosomes (ACs) could improve the structure of solutions. Estimation of Distribution Algorithms (EDAs) is adapted to solve the combinatorial problems. Nevertheless many of these approaches are advantageous for this application, but only some of them are used to enhance the efficiency of application. Generating ACs uses patterns and EDAs could increase the diversity. According to the experimental result, the algorithm which we proposed has a better performance to solve the permutation flow-shop problems.

Keywords: combinatorial problems, sequential pattern mining, estimationof distribution algorithms, artificial chromosomes

Procedia PDF Downloads 580
7952 Mutational Analysis of DNase I Gene in Diabetic Patients

Authors: Hateem Zafar Kayani, Nageen Hussain

Abstract:

The main aim is to analyze the mutations of DNASE I gene in diabetic patients. A total of 120 diabetes patients and 120 controls were sampled. The total number of male diabetic patients included in the study was 79 (66%) while female patients were 41 (34%) in number. Exon 8 of the DNASE I gene was amplified by using thermo cycler. The possible band of interest was located at 165 base pairs. Two samples showed similar missense mutations at 127th position of exon 8 which replaced amino acid Arginine (Arg) to Glutamine (Gln). All controls showed no mutations. The association of diabetes with different levels of blood pressure and body mass index (BMI) were found to be significant.

Keywords: deoxyribonuclease I, polymerase chain reaction, insulin-dependent diabetes mellitus, non-insulin dependent diabetes mellitus

Procedia PDF Downloads 309