Search results for: soccer match
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 527

Search results for: soccer match

287 Developing High-Definition Flood Inundation Maps (HD-Fims) Using Raster Adjustment with Scenario Profiles (RASPTM)

Authors: Robert Jacobsen

Abstract:

Flood inundation maps (FIMs) are an essential tool in communicating flood threat scenarios to the public as well as in floodplain governance. With an increasing demand for online raster FIMs, the FIM State-of-the-Practice (SOP) is rapidly advancing to meet the dual requirements for high-resolution and high-accuracy—or High-Definition. Importantly, today’s technology also enables the resolution of problems of local—neighborhood-scale—bias errors that often occur in FIMs, even with the use of SOP two-dimensional flood modeling. To facilitate the development of HD-FIMs, a new GIS method--Raster Adjustment with Scenario Profiles, RASPTM—is described for adjusting kernel raster FIMs to match refined scenario profiles. With RASPTM, flood professionals can prepare HD-FIMs for a wide range of scenarios with available kernel rasters, including kernel rasters prepared from vector FIMs. The paper provides detailed procedures for RASPTM, along with an example of applying RASPTM to prepare an HD-FIM for the August 2016 Flood in Louisiana using both an SOP kernel raster and a kernel raster derived from an older vector-based flood insurance rate map. The accuracy of the HD-FIMs achieved with the application of RASPTM to the two kernel rasters is evaluated.

Keywords: hydrology, mapping, high-definition, inundation

Procedia PDF Downloads 36
286 Large-Scale Photovoltaic Generation System Connected to HVDC Grid with Centralized High Voltage and High Power DC/DC Converter

Authors: Xinke Huang, Huan Wang, Lidong Guo, Changbin Ju, Runbiao Liu, Shanshan Meng, Yibo Wang, Honghua Xu

Abstract:

Large-scale photovoltaic (PV) generation system connected to HVDC grid has many advantages compared to its counterpart of AC grid. DC connection can solve many problems that AC connection faces, such as the grid-connection and power transmission, and DC connection is the tendency. DC/DC converter as the most important device in the system has become one of the hot spots recently. The paper proposes a centralized DC/DC converter which uses Boost Full Bridge Isolated DC/DC Converter(BFBIC) topology and combination through input parallel output series(IPOS) method to improve power capacity and output voltage to match with the HVDC grid voltage. Meanwhile, it adopts input current sharing control strategy to realize input current and output voltage balance. A ±30kV/1MW system is modeled in MATLAB/SIMULINK, and a downscaled ±10kV/200kW DC/DC converter platform is built to verify the proposed topology and control strategy.

Keywords: photovoltaic generation, cascaded dc/dc converter, galvanic isolation, high-voltage, direct current (HVDC)

Procedia PDF Downloads 412
285 Auto-Tuning of CNC Parameters According to the Machining Mode Selection

Authors: Jenq-Shyong Chen, Ben-Fong Yu

Abstract:

CNC(computer numerical control) machining centers have been widely used for machining different metal components for various industries. For a specific CNC machine, its everyday job is assigned to cut different products with quite different attributes such as material type, workpiece weight, geometry, tooling, and cutting conditions. Theoretically, the dynamic characteristics of the CNC machine should be properly tuned match each machining job in order to get the optimal machining performance. However, most of the CNC machines are set with only a standard set of CNC parameters. In this study, we have developed an auto-tuning system which can automatically change the CNC parameters and in hence change the machine dynamic characteristics according to the selection of machining modes which are set by the mixed combination of three machine performance indexes: the HO (high surface quality) index, HP (high precision) index and HS (high speed) index. The acceleration, jerk, corner error tolerance, oscillation and dynamic bandwidth of machine’s feed axes have been changed according to the selection of the machine performance indexes. The proposed auto-tuning system of the CNC parameters has been implemented on a PC-based CNC controller and a three-axis machining center. The measured experimental result have shown the promising of our proposed auto-tuning system.

Keywords: auto-tuning, CNC parameters, machining mode, high speed, high accuracy, high surface quality

Procedia PDF Downloads 357
284 User-Friendly Task Creation Using a CAD Integrated Robotic System on a Real Workcell

Authors: Alireza Changizi, Arash Rezaei, Jamal Muhammad, Jyrki Latokartano, Minna Lanz

Abstract:

Offline programming (OLP) is a new method in robot programming which is used widely in the industry nowadays which is a simulation base method that can produce the robot codes for motion according to virtual world in the simulation software. In this project Delmia v5 is used as simulation software. First the work cell component was modelled by Catia v5 and all of them was imported to a process file in Delmia and placed roughly to form the virtual work cell. Then robot was added to the work cell from the Delmia library. Work cell was calibrated corresponding to real world work cell to have accurate code. Tool calibration is the first step of calibration scheme and then work cell equipment can be calibrated using 6 point calibration method. Finally generated code needs to be reformed to match related controller code instruction. At the last stage IO were set to accomplish robots cooperation and make their motion synchronized. The pros and cons also will be discussed to clarify the presented results show the feasibility of the method and its effect on production line efficiency. Finally the positive and negative points of the implementation will be discussed.

Keywords: robotic, automated, production, offline programming, CAD

Procedia PDF Downloads 362
283 Cross Matching: An Improved Method to Obtain Comprehensive and Consolidated Evidence

Authors: Tuula Heinonen, Wilhelm Gaus

Abstract:

At present safety, assessment starts with animal tests although their predictivity is often poor. Even after extended human use experimental data are often judged as the core information for risk assessment. However, the best opportunity to generate true evidence is to match all available information. Cross matching methodology combines the different fields of knowledge and types of data (e.g. in-vitro and in-vivo experiments, clinical observations, clinical and epidemiological studies, and daily life observations) and gives adequate weight to individual findings. To achieve a consolidated outcome, the information from all available sources is analysed and compared with each other. If single pieces of information fit together a clear picture becomes visible. If pieces of information are inconsistent or contradictory careful consideration is necessary. 'Cross' can be understood as 'orthographic' in geometry or as 'independent' in mathematics. Results coming from different sources bring independent and; therefore, they result in new information. Independent information gives a larger contribution to evidence than results coming repeatedly from the same source. A successful example of cross matching is the assessment of Ginkgo biloba where we were able to come to the conclusive result: Ginkgo biloba leave extract is well tolerated and safe for humans.

Keywords: cross-matching, human use, safety assessment, Ginkgo biloba leave extract

Procedia PDF Downloads 257
282 A Graph-Based Retrieval Model for Passage Search

Authors: Junjie Zhong, Kai Hong, Lei Wang

Abstract:

Passage Retrieval (PR) plays an important role in many Natural Language Processing (NLP) tasks. Traditional efficient retrieval models relying on exact term-matching, such as TF-IDF or BM25, have nowadays been exceeded by pre-trained language models which match by semantics. Though they gain effectiveness, deep language models often require large memory as well as time cost. To tackle the trade-off between efficiency and effectiveness in PR, this paper proposes Graph Passage Retriever (GraphPR), a graph-based model inspired by the development of graph learning techniques. Different from existing works, GraphPR is end-to-end and integrates both term-matching information and semantics. GraphPR constructs a passage-level graph from BM25 retrieval results and trains a GCN-like model on the graph with graph-based objectives. Passages were regarded as nodes in the constructed graph and were embedded in dense vectors. PR can then be implemented using embeddings and a fast vector-similarity search. Experiments on a variety of real-world retrieval datasets show that the proposed model outperforms related models in several evaluation metrics (e.g., mean reciprocal rank, accuracy, F1-scores) while maintaining a relatively low query latency and memory usage.

Keywords: efficiency, effectiveness, graph learning, language model, passage retrieval, term-matching model

Procedia PDF Downloads 90
281 Analysis of Urban Population Using Twitter Distribution Data: Case Study of Makassar City, Indonesia

Authors: Yuyun Wabula, B. J. Dewancker

Abstract:

In the past decade, the social networking app has been growing very rapidly. Geolocation data is one of the important features of social media that can attach the user's location coordinate in the real world. This paper proposes the use of geolocation data from the Twitter social media application to gain knowledge about urban dynamics, especially on human mobility behavior. This paper aims to explore the relation between geolocation Twitter with the existence of people in the urban area. Firstly, the study will analyze the spread of people in the particular area, within the city using Twitter social media data. Secondly, we then match and categorize the existing place based on the same individuals visiting. Then, we combine the Twitter data from the tracking result and the questionnaire data to catch the Twitter user profile. To do that, we used the distribution frequency analysis to learn the visitors’ percentage. To validate the hypothesis, we compare it with the local population statistic data and land use mapping released by the city planning department of Makassar local government. The results show that there is the correlation between Twitter geolocation and questionnaire data. Thus, integration the Twitter data and survey data can reveal the profile of the social media users.

Keywords: geolocation, Twitter, distribution analysis, human mobility

Procedia PDF Downloads 288
280 Kinetic Model to Interpret Whistler Waves in Multicomponent Non-Maxwellian Space Plasmas

Authors: Warda Nasir, M. N. S. Qureshi

Abstract:

Whistler waves are right handed circularly polarized waves and are frequently observed in space plasmas. The Low frequency branch of the Whistler waves having frequencies nearly around 100 Hz, known as Lion roars, are frequently observed in magnetosheath. Another feature of the magnetosheath is the observations of flat top electron distributions with single as well as two electron populations. In the past, lion roars were studied by employing kinetic model using classical bi-Maxwellian distribution function, however, could not be justified both on quantitatively as well as qualitatively grounds. We studied Whistler waves by employing kinetic model using non-Maxwellian distribution function such as the generalized (r,q) distribution function which is the generalized form of kappa and Maxwellian distribution functions by employing kinetic theory with single or two electron populations. We compare our results with the Cluster observations and found good quantitative and qualitative agreement between them. At times when lion roars are observed (not observed) in the data and bi-Maxwellian could not provide the sufficient growth (damping) rates, we showed that when generalized (r,q) distribution function is employed, the resulted growth (damping) rates exactly match the observations.

Keywords: kinetic model, whistler waves, non-maxwellian distribution function, space plasmas

Procedia PDF Downloads 282
279 TomoTherapy® System Repositioning Accuracy According to Treatment Localization

Authors: Veronica Sorgato, Jeremy Belhassen, Philippe Chartier, Roddy Sihanath, Nicolas Docquiere, Jean-Yves Giraud

Abstract:

We analyzed the image-guided radiotherapy method used by the TomoTherapy® System (Accuray Corp.) for patient repositioning in clinical routine. The TomoTherapy® System computes X, Y, Z and roll displacements to match the reference CT, on which the dosimetry has been performed, with the pre-treatment MV CT. The accuracy of the repositioning method has been studied according to the treatment localization. For this, a database of 18774 treatment sessions, performed during 2 consecutive years (2016-2017 period) has been used. The database includes the X, Y, Z and roll displacements proposed by TomoTherapy® System as well as the manual correction of these proposals applied by the radiation therapist. This manual correction aims to further improve the repositioning based on the clinical situation and depends on the structures surrounding the target tumor tissue. The statistical analysis performed on the database aims to define repositioning limits to be used as security and guiding tool for the manual adjustment implemented by the radiation therapist. This tool will participate not only to notify potential repositioning errors but also to further improve patient positioning for optimal treatment.

Keywords: accuracy, IGRT MVCT, image-guided radiotherapy megavoltage computed tomography, statistical analysis, tomotherapy, localization

Procedia PDF Downloads 200
278 Practical Evaluation of High-Efficiency Si-based Tandem Solar Cells

Authors: Sue-Yi Chen, Wei-Chun Hsu, Jon-Yiew Gan

Abstract:

Si-based double-junction tandem solar cells have become a popular research topic because of the advantages of low manufacturing cost and high energy conversion efficiency. However, there is no set of calculations to select the appropriate top cell materials. Therefore, this paper will propose a simple but practical selection method. First of all, we calculate the S-Q limit and explain the reasons for developing tandem solar cells. Secondly, we calculate the theoretical energy conversion efficiency of the double-junction tandem solar cells while combining the commercial monocrystalline Si and materials' practical efficiency to consider the actual situation. Finally, we conservatively conclude that if considering 75% performance of the theoretical energy conversion efficiency of the top cell, the suitable bandgap energy range will fall between 1.38eV to 2.5eV. Besides, we also briefly describe some improvements of several proper materials, CZTS, CdSe, Cu2O, ZnTe, and CdS, hoping that future research can select and manufacture high-efficiency Si-based tandem solar cells based on this paper successfully. Most importantly, our calculation method is not limited to silicon solely. If other materials’ performances match or surpass silicon's ability in the future, researchers can also apply this set of deduction processes.

Keywords: high-efficiency solar cells, material selection, Si-based double-junction solar cells, Tandem solar cells, photovoltaics.

Procedia PDF Downloads 87
277 Educational Sport and Quality of Life for Children and Teenagers from Brazilian Northeast

Authors: Ricardo Hugo Gonzalez, Amanda Figueiredo Vasconcelos, Francisco Loureiro Neto Monteiro, Yara Luiza Freitas Silva, Ana Cristina Lindsay, Márcia Maria Tavares Machado

Abstract:

The use of sport as an integration mean is a very important tool regarding the social involvement of children and teenagers in a vulnerability situation. This study aims to report the experiences of a multidisciplinary program that intends to improve the quality of life of children and teenagers in Fortaleza, in the Northeast of Brazil. More than 400 children and teenagers aging 11 and 16 years participated in this study. Poor communities experience many particular difficulties in the urban centers such as violence, poor housing conditions, unemployment, lack in health care and deficient physical education in school. Physical education, physiotherapy, odontology, medicine and pharmacy students are responsible for the activities in the project supervised by a general coordinator and a counselor teacher of each academic unit. There are classes about team sports like basketball and soccer. Lectures about sexual behavior and sexually transmitted diseases are ministered beside the ones about oral health education, basic life support education, first aids, use and care with pharmaceuticals and orientations about healthy nutrition. In order to get the children’s family closer, monthly informative lectures are ministered. There is also the concern about reflecting the actions and producing academic paperwork such as graduation final projects and books. The number of participants has oscillated lately, and one of the causes is the lack of practicing physical activities and sports regularly. However, 250 teenagers have participated regularly for at least two years. These teenagers have shown a healthier lifestyle and a better physical fitness profile. The resources for maintaining the project come from the Pro-Reitoria of Extension, Federal University of Ceara, as well as from the PROEXT/MEC, Federal Government. Actions of this nature need to be done thinking for long periods so the effects results can become effective. Public and private investments are needed due to low socioeconomic families who are most vulnerable and have fewer opportunities to enhance to health prevention services.

Keywords: children and teenagers, health, multidisciplinary program, quality of life

Procedia PDF Downloads 210
276 Double Layer Security Authentication Model for Automatic Dependent Surveillance-Broadcast

Authors: Buse T. Aydin, Enver Ozdemir

Abstract:

An automatic dependent surveillance-broadcast (ADS-B) system has serious security problems. In this study, a double layer authentication scheme between the aircraft and ground station, aircraft to aircraft, ground station to ATC tower is designed to prevent any unauthorized aircrafts from introducing themselves as friends. This method can be used as a solution to the problem of authentication. The method is a combination of classical cryptographic methods and new generation physical layers. The first layer has employed the embedded key of the aircraft. The embedded key is assumed to installed during the construction of the utility. The other layer is a physical attribute (flight path, distance, etc.) between the aircraft and the ATC tower. We create a mathematical model so that two layers’ information is employed and an aircraft is authenticated as a friend or unknown according to the accuracy of the results of the model. The results of the aircraft are compared with the results of the ATC tower and if the values found by the aircraft and ATC tower match within a certain error margin, we mark the aircraft as friend. As a result, the ADS-B messages coming from this authenticated friendly aircraft will be processed. In this method, even if the embedded key is captured by the unknown aircraft, without the information of the second layer, the unknown aircraft can easily be determined. Overall, in this work, we present a reliable system by adding physical layer in the authentication process.

Keywords: ADS-B, authentication, communication with physical layer security, cryptography, identification friend or foe

Procedia PDF Downloads 148
275 The Application of Local Wisdom in Health Care of Early Childhood at Ban Nam Chieo Community, Laem Ngop, Trat Province

Authors: Supalak Fakkhum, Wannita Pochanakul

Abstract:

This research is qualitative research that aims to study the application of local wisdom in health care of early childhood at Ban Nam Chieo Community, Laem Ngop, Trat Province. The target is one folk medicine healer and 45 parents who have children or grandchildren aged between 0-5 years. The folk medicine healer was interviewed and observed during early childhood health care practice. Parents were interviewed. The results showed that local wisdom in health care of early childhood are as follows: 1. Local wisdom about early childhood diseases: It is believed that the disease was determined while the child was still in the womb, in the third month of pregnancy. When a child is born, they will have La, La-ong and Saang diseases, which are URI (upper respiratory infection) and DI (diarrhea) diseases. Supernatural aspect is also considered. 2. The treatment is chosen to match the symptoms of the disease. Caring for early childhood includes psychological therapy by rituals and spells. 3. For local wisdom concerning prevention and health promotion, parents normally bring their child to folk medicine healers for “throat paint” as an act of protection and health promotion. Folk healers often prescribe food according to belief and local wisdom.

Keywords: local wisdom, early childhood, folk medicine, healer

Procedia PDF Downloads 450
274 The Implementation of Special Grammar Circle (Spegraci) as the Media Innovation for Blind People to Learn English Tenses

Authors: Aji Budi Rinekso, Revika Niza Artiyana, Lisa Widayanti

Abstract:

English is one of the international languages in the world. People use this language to communicate with each other in the international forums, international events or international organizations. As same as other languages, English has a rule which is called grammar. Grammar is the part of english which has a role as the language systems. In grammar, there are tenses which provide a time period system for past, present and future. Sometimes it is difficult for some English learner to remember all of the tenses completely. Especially for those with special needs or exceptional children with vision restrictiveness. The aims of this research are 1) To know the design of Special Grammar Circle (Spegraci) as the media for blind people to learn english grammar. 2) To know the work of Special Gramar Circle (Spegraci) as the media for blind people to learn english grammar. 3) To know the function of this device in increasing tenses ability for blind people. The method of this research is Research and Development which consists of several testing and revision of this device. The implementation of Special Grammar Circle (Spegraci) is to make blind people easily to learn the tenses. This device is easy to use. Users only roll this device and find out the tense formula and match to the name of the formula in braille. In addition, this device also enables to be used by normal people because normal written texts are also provided.

Keywords: blind people, media innovation, spegraci, tenses

Procedia PDF Downloads 265
273 Communal Shipping Container Home Design for Reducing Homelessness in Glasgow

Authors: Matthew Brady

Abstract:

Lack of affordable housing for individuals has the potential to create gaps in society, which result in thousands of people facing homelessness every year in some of the worlds most affluent cities. This paper examines strategies for providing a more economic living environment for single occupants. Focusing on comparisons of successful examples reducing homeless populations around the world, with an emphasis on social inclusion and community living. Practically exploring the architectural considerations of ensuring a suitable living environment for multiple single occupancy residents, as well as selecting the appropriate materials to ensure costs are kept to manageable level for investment from local governments. The aim of this paper is to make some practical recommendations for low cost communal living space, with particular reference to recycled shipping container homes on a potential unused site on the River Clyde in Glasgow. Ideally, the suggestions and recommendations put forward in this paper can be replicable or used for reference in other similar situations. The proposal explored in this paper is sensitive towards addressing people's standard of living and adapting homes to match may be one solution to reducing the number of people being evicted from unaffordable homes as the generally upward global trend for urbanization continues.

Keywords: affordable housing, community living, shipping container, urban regeneration

Procedia PDF Downloads 154
272 Heroin and Opiates Metabolites Tracing by Gas-Chromatography Isotope Ratio Mass Spectrometry

Authors: Yao-Te Yen, Chao-Hsin Cheng, Meng-Shun Huang, Shan-Zong Cyue

Abstract:

'Poppy-seed defense' has been a serious problem all over the world, that is because the opiates metabolites in urine are difficult to distinguish where they come from precisely. In this research, a powerful analytic method has been developed to trace the opiates metabolites in urine by Gas-Chromatography Isotope Ratio Mass Spectrometry (GC-IRMS). In order to eliminate the interference of synthesis to heroin or metabolism through human body, opiates metabolites in urine and sized heroin were hydrolyzed to morphine. Morphine is the key compound for tracing between opiates metabolites and seized heroin in this research. By matching δ13C and δ15N values through morphine, it is successful to distinguish the opiates metabolites coming from heroin or medicine. We tested seven heroin abuser’s metabolites and seized heroin in crime sites, the result showed that opiates metabolites coming from seized heroin, the variation of δ13C and δ15N for morphine are within 0.2 and 2.5‰, respectively. The variation of δ13C and δ15N for morphine are reasonable with the result of matrix match experiments. Above all, the uncertainty of 'Poppy-seed defense' can be solved easily by this analytic method, it provides the direct evidence for judge to make accurate conviction without hesitation.

Keywords: poppy-seed defense, heroin, opiates metabolites, isotope ratio mass spectrometry

Procedia PDF Downloads 214
271 Investigation of the NO2 Formation in the Exhaust Duct of a Dual Fuel Test Engine

Authors: Ehsan Arabian, Thomas Sattelmayer

Abstract:

The formation of nitrogen dioxide NO2 in the exhaust duct of a MAN dual fuel test engine has been investigated numerically. The dual fuel engine concept with premixed lean methane combustion ignited through diesel pilot flames reveals high potential for the abatement of the NOx formation. The drawback of this combustion method, however, is the high NO2 formation due to the increasing concentration of unburned hydrocarbons. This promotes the conversion of NO to NO2, which is toxic and characterized through its yellow color. The results presented in this paper cover a wide range of engine operation points from full load to part load for different air to fuel ratios. The effects of temperature, pressure and concentrations of unburned methane and nitric oxide on NO2 formation in the exhaust duct has been investigated on the basis of a zero-dimensional well stirred reactor model implemented in Cantera, which calculates the steady state of a uniform composition for a certain residence time. It can be shown that the simulated conversion of NO to NO2 match the experimental results fairly well. The partial oxidation of methane followed by CO production can be predicted as well. It can also be concluded that the lower temperature limit for which no conversion takes place, depends mainly on the concentration of the unburned hydrocarbons in the exhaust.

Keywords: cantera, dual fuel engines, exhaust tract, numerical modeling of NO2 formation, well stirred reactor

Procedia PDF Downloads 196
270 Biocompatible Porous Titanium Scaffolds Produced Using a Novel Space Holder Technique

Authors: Yunhui Chen, Damon Kent, Matthew Dargusch

Abstract:

Synthetic scaffolds are a highly promising new approach to replace both autografts and allografts to repair and remodel damaged bone tissue. Biocompatible porous titanium scaffold was manufactured through a powder metallurgy approach. Magnesium powder was used as space holder material which was compacted with titanium powder and removed during sintering. Evaluation of the porosity and mechanical properties showed a high level of compatibility with human bone. Interconnectivity between pores is higher than 95% for porosity as low as 30%. The elastic moduli are 39 GPa, 16 GPa and 9 GPa for 30%, 40% and 50% porosity samples which match well to that of natural bone (4-30 GPa). The yield strengths for 30% and 40% porosity samples of 315 MPa and 175 MPa are superior to that of human bone (130-180 MPa). In-vitro cell culture tests on the scaffold samples using Human Mesenchymal Stem Cells (hMSCs) demonstrated their biocompatibility and indicated osseointegration potential. The scaffolds allowed cells to adhere and spread both on the surface and inside the pore structures. With increasing levels of porosity/interconnectivity, improved cell proliferation is obtained within the pores. It is concluded that samples with 30% porosity exhibit the best biocompatibility. The results suggest that porous titanium scaffolds generated using this manufacturing route have excellent potential for hard tissue engineering applications.

Keywords: scaffolds, MG-63 cell culture, titanium, space holder

Procedia PDF Downloads 208
269 Integrating Generic Skills into Disciplinary Curricula

Authors: Sitalakshmi Venkatraman, Fiona Wahr, Anthony de Souza-Daw, Samuel Kaspi

Abstract:

There is a growing emphasis on generic skills in higher education to match the changing skill-set requirements of the labour market. However, researchers and policy makers have not arrived at a consensus on the generic skills that actually contribute towards workplace employability and performance that complement and/or underpin discipline-specific graduate attributes. In order to strengthen the qualifications framework, a range of ‘generic’ learning outcomes have been considered for students undergoing higher education programs and among them it is necessary to have the fundamental generic skills such as literacy and numeracy at a level appropriate to the qualification type. This warrants for curriculum design approaches to contextualise the form and scope of these fundamental generic skills for supporting both students’ learning engagement in the course, as well as the graduate attributes required for employability and to progress within their chosen profession. Little research is reported in integrating such generic skills into discipline-specific learning outcomes. This paper explores the literature of the generic skills required for graduates from the discipline of Information Technology (IT) in relation to an Australian higher education institution. The paper presents the rationale of a proposed Bachelor of IT curriculum designed to contextualize the learning of these generic skills within the students’ discipline studies.

Keywords: curriculum, employability, generic skills, graduate attributes, higher education, information technology

Procedia PDF Downloads 227
268 Thermal Reduction of Perfect Well Identified Hexagonal Graphene Oxide Nano-Sheets for Super-Capacitor Applications

Authors: A. N. Fouda

Abstract:

A novel well identified hexagonal graphene oxide (GO) nano-sheets were synthesized using modified Hummer method. Low temperature thermal reduction at 350°C in air ambient was performed. After thermal reduction, typical few layers of thermal reduced GO (TRGO) with dimension of few hundreds nanometers were observed using high resolution transmission electron microscopy (HRTEM). GO has a lot of structure models due to variation of the preparation process. Determining the atomic structure of GO is essential for a better understanding of its fundamental properties and for realization of the future technological applications. Structural characterization was identified by x-ray diffraction (XRD), Fourier transform infra-red spectroscopy (FTIR) measurements. A comparison between exper- imental and theoretical IR spectrum were done to confirm the match between experimentally and theoretically proposed GO structure. Partial overlap of the experimental IR spectrum with the theoretical IR was confirmed. The electrochemical properties of TRGO nano-sheets as electrode materials for supercapacitors were investigated by cyclic voltammetry and electrochemical impedance spectroscopy (EIS) measurements. An enhancement in supercapacitance after reduction was confirmed and the area of the CV curve for the TRGO electrode is larger than those for the GO electrode indicating higher specific capacitance which is promising in super-capacitor applications

Keywords: hexagonal graphene oxide, thermal reduction, cyclic voltammetry

Procedia PDF Downloads 475
267 Comparison of Seismic Response for Two RC Curved Bridges with Different Column Shapes

Authors: Nina N. Serdar, Jelena R. Pejović

Abstract:

This paper presents seismic risk assessment of two bridge structure, based on the probabilistic performance-based seismic assessment methodology. Both investigated bridges are tree span continuous RC curved bridges with the difference in column shapes. First bridge (type A) has a wall-type pier and second (type B) has a two-column bent with circular columns. Bridges are designed according to European standards: EN 1991-2, EN1992-1-1 and EN 1998-2. Aim of the performed analysis is to compare seismic behavior of these two structures and to detect the influence of column shapes on the seismic response. Seismic risk assessment is carried out by obtaining demand fragility curves. Non-linear model was constructed and time-history analysis was performed using thirty five pairs of horizontal ground motions selected to match site specific hazard. In performance based analysis, peak column drift ratio (CDR) was selected as engineering demand parameter (EDP). For seismic intensity measure (IM) spectral displacement was selected. Demand fragility curves that give probability of exceedance of certain value for chosen EDP were constructed and based on them conclusions were made.

Keywords: RC curved bridge, demand fragility curve, wall type column, nonlinear time-history analysis, circular column

Procedia PDF Downloads 306
266 The Transient Reactive Power Regulation Capability of SVC for Large Scale WECS Connected to Distribution Networks

Authors: Y. Ates, A. R. Boynuegri, M. Uzunoglu, A. Karakas

Abstract:

The recent interest in alternative and renewable energy systems results in increased installed capacity ratio of such systems in total energy production of the world. Specifically, wind energy conversion systems (WECS) draw significant attention among possible alternative energy options, recently. On the contrary of the positive points of penetrating WECS in all over the world in terms of environment protection, energy independence of the countries, etc., there are significant problems to be solved for the grid connection of large scale WECS. The reactive power regulation, voltage variation suppression, etc. can be presented as major issues to be considered in this regard. Thus, this paper evaluates the application of a Static VAr Compensator (SVC) unit for the reactive power regulation and operation continuity of WECS during a fault condition. The system is modeled employing the IEEE 13 node test system. Thus, it is possible to evaluate the system performance with an overall grid simulation model close to real grid systems. The overall simulation model is developed in MATLAB/Simulink/SimPowerSystems® environments and the obtained results effectively match the target of the provided study.

Keywords: IEEE 13 bus distribution system, reactive power regulation, static VAr compensator, wind energy conversion system

Procedia PDF Downloads 712
265 An Approach to Integrated Water Resources Management, a Plan for Action to Climate Change in India

Authors: H. K. Ramaraju

Abstract:

World is in deep trouble and deeper denial. Worse, the denial is now entirely on the side of action. It is well accepted that climate change is a reality. Scientists say we need to cap temperature increases at 2°C to avoid catastrophe, which means capping emissions at 450 ppm .We know global average temperatures have already increased by 0.8°C and there is enough green house gas in the atmosphere to lead to another 0.8°C increase. There is still a window of opportunity, a tiny one, to tackle the crisis. But where is the action? In the 1990’s, when the world did even not understand, let alone accept, the crises, it was more willing to move to tackle climate change. Today we are in reverse in gear. The rich world has realized it is easy to talk big, but tough to take steps to actually reduce emissions. The agreement was that these countries would reduce so that the developing World could increase. Instead, between 1990 and 2006, their carbon dioxide emissions increased by a whopping 14.5 percent, even green countries of Europe are unable to match words with action. Stop deforestation and take a 20 percent advantage in our carbon balance sheet, with out doing anything at home called REDD (reducing emissions from deforestation and forest degradation) and push for carbon capture and storage (CCS) technologies. There are warning signs elsewhere and they need to be read correctly and acted up on , if not the cases like flood –act of nature or manmade disaster. The full length paper orient in proper understanding of the issues and identifying the most appropriate course of action.

Keywords: catastrophe, deforestation, emissions, waste water

Procedia PDF Downloads 269
264 Effects of Mental Skill Training Programme on Direct Free Kick of Grassroot Footballers in Lagos, Nigeria

Authors: Mayowa Adeyeye, Kehinde Adeyemo

Abstract:

The direct free kick is considered a great opportunity to score a goal but this is not always the case amidst Nigerian and other elite footballers. This study, therefore, examined the extent to which an 8 weeks mental skill training programme is effective for improving accuracy in direct free kick in football. Sixty (n-60) students of Pepsi Football Academy participated in the study. They were randomly distributed into two groups of positive self-talk group (intervention n-30) and control group (n-30). The instrument used in the collection of data include a standard football goal post while the research materials include a dummy soccer wall, a cord, an improvised vanishing spray, a clipboard, writing materials, a recording sheet, a self-talk log book, six standard 5 football, cones, an audiotape and a compact disc. The Weinberge and Gould (2011) mental skills training manual was used. The reliability coefficient of the apparatus following a pilot study stood at 0.72. Before the commencement of the mental skills training programme, the participants were asked to take six simulated direct free kick. At the end of each physical skills training session after the pre-test, the researcher spent at least 15 minutes with the groups exposing them to the intervention. The mental skills training programme alongside physical skills training took place in two different locations for the different groups under study, these included Agege Stadium Main bowl Football Pitch (Imagery Group), and Ogba Ijaye (Control Group). The mental skills training programme lasted for eight weeks. After the completion of the mental skills training programme, all the participants were asked to take another six simulated direct free kick attempts using the same field used for the pre-test to determine the efficacy of the treatments. The pre-test and post-test data were analysed using inferential statistics of t-test, while the alpha level was set at 0.05. The result revealed significant differences in t-test for positive self-talk and control group. Based on the findings, it is recommended that athletes should be exposed to positive self-talk alongside their normal physical skills training for quality delivery of accurate direct free kick during training and competition.

Keywords: accuracy, direct free kick, pepsi football academy, positive self-talk

Procedia PDF Downloads 318
263 Formation of Microcapsules in Microchannel through Droplet Merging

Authors: Md. Danish Eqbal, Venkat Gundabala

Abstract:

Microparticles and microcapsules are basically used as a carrier for cells, tissues, drugs, and chemicals. Due to its biocompatibility, non-toxicity and biodegradability, alginate based microparticles have numerous applications in drug delivery, tissue engineering, organ repair and transplantation, etc. The production of uniform monodispersed microparticles was a challenge for the past few decades. However, emergence of microfluidics has provided controlled methods for the generation of the uniform monodispersed microparticles. In this work, we present a successful method for the generation of both microparticles and microcapsules (single and double core) using merging approach of two droplets, completely inside the microfluidic device. We have fabricated hybrid glass- PDMS (polydimethylsiloxane) based microfluidic device which has coflow geometry as well as the T junction channel. Coflow is used to generate the single as well as double oil-alginate emulsion in oil and T junction helps to form the calcium chloride droplets in oil. The basic idea is to match the frequency of the alginate droplets and calcium chloride droplets perfectly for controlled generation. Using the merging of droplets technique, we have successfully generated the microparticles and the microcapsules having single core as well as double and multiple cores. The cores in the microcapsules are very stable, well separated from each other and very intact as seen through cross-sectional confocal images. The size and the number of the cores along with the thickness of the shell can be easily controlled by controlling the flowrate of the liquids.

Keywords: double-core, droplets, microcapsules, microparticles

Procedia PDF Downloads 224
262 A Quasi Z-Source Based Full Bridge Isolated DC-DC Converter as a Power Module for PV System Connected to HVDC Grid

Authors: Xinke Huang, Huan Wang, Lidong Guo, Changbin Ju, Runbiao Liu, Guoen Cao, Yibo Wang, Honghua Xu

Abstract:

Grid connected photovoltaic (PV) power system is to be developed in the direction of large-scale, clustering. Large-scale PV generation systems connected to HVDC grid have many advantages compared to its counterpart of AC grid, and DC connection is the tendency. DC/DC converter as the most important device in the system, has become one of the hot spots recently. The paper proposes a Quasi Z-Source(QZS) based Boost Full Bridge Isolated DC/DC Converter(BFBIC) topology as a basis power module and combination through input parallel output series(IPOS) method to improve power capacity and output voltage to match with the HVDC grid. The topology has both traditional voltage source and current source advantages, it permit the H-bridge short through and open circuit, which adopt utility duty cycle control and achieved input current and output voltage balancing through input current sharing control strategy. A ±10kV/200kW system model is built in MATLAB/SIMULINK to verify the proposed topology and control strategy.

Keywords: PV Generation System, Cascaded DC/DC converter, HVDC, Quasi Z Source Converter

Procedia PDF Downloads 366
261 Determinants of Aggregate Electricity Consumption in Ghana: A Multivariate Time Series Analysis

Authors: Renata Konadu

Abstract:

In Ghana, electricity has become the main form of energy which all sectors of the economy rely on for their businesses. Therefore, as the economy grows, the demand and consumption of electricity also grow alongside due to the heavy dependence on it. However, since the supply of electricity has not increased to match the demand, there has been frequent power outages and load shedding affecting business performances. To solve this problem and advance policies to secure electricity in Ghana, it is imperative that those factors that cause consumption to increase be analysed by considering the three classes of consumers; residential, industrial and non-residential. The main argument, however, is that, export of electricity to other neighbouring countries should be included in the electricity consumption model and considered as one of the significant factors which can decrease or increase consumption. The author made use of multivariate time series data from 1980-2010 and econometric models such as Ordinary Least Squares (OLS) and Vector Error Correction Model. Findings show that GDP growth, urban population growth, electricity exports and industry value added to GDP were cointegrated. The results also showed that there is unidirectional causality from electricity export and GDP growth and Industry value added to GDP to electricity consumption in the long run. However, in the short run, there was found to be a directional causality among all the variables and electricity consumption. The results have useful implication for energy policy makers especially with regards to electricity consumption, demand, and supply.

Keywords: electricity consumption, energy policy, GDP growth, vector error correction model

Procedia PDF Downloads 410
260 Preliminary Design of an Aerodynamic Protection for the Scramjet Engine Inlet of the Brazilian Technological Demonstrator Scramjet 14-X S

Authors: Gustavo J. Costa, Felipe J. Costa, Bruno L. Coelho, Ronaldo L. Cardoso, Rafael O. Santos, Israel S. Rêgo, Marco A. S. Minucci, Antonio C. Oliveira, Paulo G. P. Toro

Abstract:

The Prof. Henry T. Nagamatsu Aerothermodynamics and Hipersonics Laboratory, of the Institute for Advanced Studies (IEAv) conducts research and development (R&D) of the Technological Demonstrator scramjet 14-X S, aiming atmospheric flight at 30 km altitude with the speed correspondent to Mach number 7, using scramjet technology providing hypersonic propulsion system based on supersonic combustion. Hypersonic aerospace vehicles with air-breathing supersonic propulsion system face extremal environments for super/hypersonic flights in terms of thermal and aerodynamic loads. Thus, it is necessary to use aerodynamic protection at the scramjet engine inlet to face the thermal and aerodynamic loads without compromising the efficiency of scramjet engine, taking into account: i) inlet design (boundary layer, oblique shockwave and reflected oblique shockwave); ii) wall temperature of the cowl and of the compression ramp; iii) supersonic flow into the combustion chamber. The aerodynamic protection of the scramjet engine inlet will act to prevent the engine unstart and match the predictions made by theoretical-analytical, numerical analysis and experimental research, during the atmospheric flight of the Technological Demonstrator scramjet 14-X S.

Keywords: 14-X, hypersonic, scramjet, supersonic combustion

Procedia PDF Downloads 390
259 Correlations Between Electrical Resistivity and Some Properties of Clayey Soils

Authors: F. A. Hassona, M. M. Abu-Heleika, M. A. Hassan, A. E. Sidhom

Abstract:

Application of electrical measurements to evaluate engineering properties of soils has gained a wide, promising field of research in recent years. So, understanding of the relation between in-situ electrical resistivity of clay soil, and their mechanical and physical properties consider a promising field of research. This would assist in introducing a new technique for the determination of soil properties based on electrical resistivity. In this work soil physical and mechanical properties of clayey soil have been determined by experimental tests and correlated with the in-situ electrical resistivity. The research program was conducted through measuring fifteen vertical electrical sounding stations along with fifteen selected boreholes. These samples were analyzed and subjected to experimental tests such as physical tests namely bulk density, water content, specific gravity, and grain size distribution, and Attereberg limits tests. Mechanical test was also conducted such as direct shear test. The electrical resistivity data were interpreted and correlated with each one of the measured experimental parameters. Based on this study mathematical relations were extracted and discussed. These results exhibit an excellent match with the results reported in the literature. This study demonstrates the utility of the developed methodology for determining the mechanical properties of soils easily and rapidly depending on their electrical resistivity measurements.

Keywords: electrical resistivity, clayey soil, physical properties, shear properties

Procedia PDF Downloads 249
258 The Research Experiences of Supervisors and Postgraduate Research Students at One South African Higher Education Institution

Authors: Madoda Cekiso, Thenjiwe Meyiwa

Abstract:

Successful postgraduate supervision involves possessing research capabilities, being knowledgeable in specific disciplines, understanding interpersonal relations, exercising mentoring/guidance skills and having appropriate knowledge of own institutional regulatory systems for postgraduate studies. On the other hand, postgraduate students are expected to know what the postgraduate journey entails and the elements and requirements of a postgraduate study. This paper sought to explore and analyse the research experiences of supervisors and postgraduate research students at one South African higher education institution. The study was qualitative in nature and a case study design was followed. The sample was purposively selected and comprised 25 postgraduate students and 20 postgraduate supervisors from one Faculty of the said university. The study findings revealed that there was no clear contract or memorandum of understanding between the postgraduate students and their supervisors. As a result, both supervisors and postgraduate students were not aware of their responsibilities. Both supervisors and postgraduate students complained about the non-availability of postgraduate facilities and resources for postgraduate students. The results further revealed that the allocation of students to supervisors who are not experts in a particular field was a challenge for both postgraduate students and supervisors. The results also revealed that the supervisors were not happy about the commitment of the postgraduate students towards their studies. The supervisors also complained about the postgraduate students who cannot work independently. Based on the findings, the authors recommended that a memorandum of understanding between a postgraduate student and a supervisor might solve some of the challenges. We further recommended a match between the supervisor’s expertise and the student’s focus area.

Keywords: feedback, mentoring, postgraduate, supervisors, student, memorandum of understanding

Procedia PDF Downloads 162