Search results for: Ming Show Wong
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 10798

Search results for: Ming Show Wong

4018 Software Transactional Memory in a Dynamic Programming Language at Virtual Machine Level

Authors: Szu-Kai Hsu, Po-Ching Lin

Abstract:

As more and more multi-core processors emerge, traditional sequential programming paradigm no longer suffice. Yet only few modern dynamic programming languages can leverage such advantage. Ruby, for example, despite its wide adoption, only includes threads as a simple parallel primitive. The global virtual machine lock of official Ruby runtime makes it impossible to exploit full parallelism. Though various alternative Ruby implementations do eliminate the global virtual machine lock, they only provide developers dated locking mechanism for data synchronization. However, traditional locking mechanism error-prone by nature. Software Transactional Memory is one of the promising alternatives among others. This paper introduces a new virtual machine: GobiesVM to provide a native software transactional memory based solution for dynamic programming languages to exploit parallelism. We also proposed a simplified variation of Transactional Locking II algorithm. The empirical results of our experiments show that support of STM at virtual machine level enables developers to write straightforward code without compromising parallelism or sacrificing thread safety. Existing source code only requires minimal or even none modi cation, which allows developers to easily switch their legacy codebase to a parallel environment. The performance evaluations of GobiesVM also indicate the difference between sequential and parallel execution is significant.

Keywords: global interpreter lock, ruby, software transactional memory, virtual machine

Procedia PDF Downloads 273
4017 Crystallization in the TeO2 - Ta2O5 - Bi2O3 System: From Glass to Anti-Glass to Transparent Ceramic

Authors: Hasnaa Benchorfi

Abstract:

The Tellurite glasses exhibit interesting properties, notably their low melting point (700-900°C), high refractive index (≈2), high transparency in the infrared region (up to 5−6 μm), interesting linear and non-linear optical properties and high rare earth ions solubility. These properties give tellurite glasses a great interest in various optical applications. Transparent ceramics present advantages compared to glasses, such as improved mechanical, thermal and optical properties. But, the elaboration process of these ceramics requires complex sintering conditions. The full crystallization of glass into transparent ceramics is an alternative to circumvent the technical challenges related to the ceramics obtained by conventional processing. In this work, a crystallization study of a specific glass composition in the system TeO2-Ta2O5-Bi2O3 shows structural transitions from the glass to the stabilization of an unreported anti-glass phase to a transparent ceramic upon heating. An anti-glass is a material with a cationic long-range order and a disordered anion sublattice. Thus, the X-ray diffraction patterns show sharp peaks, while the Raman bands are broad and similar to those of the parent glass. The structure and microstructure of the anti-glass and corresponding ceramic were characterized by Powder X-Ray Diffraction, Electron Back Scattered Diffraction, Transmission Electron Microscopy and Raman spectroscopy. The optical properties of the Er3+-doped samples are also discussed.

Keywords: glass, congruent crystallization, anti-glass, glass-ceramic, optics

Procedia PDF Downloads 68
4016 Utilization of Bottom Ash as Catalyst in Biomass Steam Gasification for Hydrogen and Syngas Production: Lab Scale Approach

Authors: Angga Pratama Herman, Muhammad Shahbaz, Suzana Yusup

Abstract:

Bottom ash is a solid waste from thermal power plant and it is usually disposed of into landfills and ash ponds. These disposal methods are not sustainable since new lands need to be acquired as the landfills and ash ponds are fill to its capacity. Bottom ash also classified as hazardous material that makes the disposal methods may have contributed to the environmental effect to the area. Hence, more research needs to be done to explore the potential of recycling the bottom ash as more useful product. The objective of this research is to explore the potential of utilizing bottom ash as catalyst in biomass steam gasification. In this research, bottom ash was used as catalyst in gasification of Palm Kernel Shell (PKS) using Thermo Gravimetric Analyzer coupled with mass spectrometry (TGA/MS). The effects of temperature (650 – 750 °C), particle size (0.5 – 1.0 mm) and bottom ash percentage (2 % - 10 %) were studied with and without steam. The experimental arrays were designed using expert method of Central Composite Design (CCD). Results show maximum yield of hydrogen gas was 34.3 mole % for gasification without steam and 61.4 Mole % with steam. Similar trend was observed for syngas production. The maximum syngas yield was 59.5 mole % for without steam and it reached up to 81.5 mole% with the use of steam. The optimal condition for both product gases was temperature 700 °C, particle size 0.75 mm and cool bottom ash % 0.06. In conclusion, the use of bottom ash as catalyst is possible for biomass steam gasification and the product gases composition are comparable with previous researches, however the results need to be validated for bench or pilot scale study.

Keywords: bottom ash, biomass steam gasification, catalyst, lab scale

Procedia PDF Downloads 289
4015 The Palm Oil in Food Products: Frequency of Consumption and Composition

Authors: Kamilia Ounaissa, Sarra Fennira, Asma Ben Brahim, Marwa Omri, Abdelmajid Abid

Abstract:

The palm oil is the vegetable oil the most used by the food-processing industry in the world. It is chosen for its economic and technologic advantages. However, this oil arouses the debate because of its high content in saturated fatty acids, which are fats promoting atherosclerosis. Purposes of the work: To study the frequency and the rate of consumption of industrial products containing some palm oil and specify the rate of this oil in certain consummated products. Methodology: We proceeded to a consumer survey using a questionnaire collecting a list of food containing the palm oil, sold on the Tunisian market. We then analyzed the most consumed food to specify their fat content by “Soxhelt’s” method. Finally, we studied the composition in various fatty acids of the extracted fat using the chromatography in the gas phase (CPG) Results: Our results show that investigated individuals having a normal weight have a more important and more frequent consumption of products rich in palm oil than overweight subjects. The most consumed foods are biscuits, cakes, wafers, chocolates, chips, cereal, creams to be spread and canned pilchard. The content in palm oil of these products varies from 10 % to 31 %. The analysis by CPG showed an important content in saturated fatty acid, in particular in palmitic acid, ranging from 40 % to 63 % of the fat of these products. Conclusion: Our study shows a high frequency of consumption of food products, the analysis of which proved a high content in palm oil. Theses facts justifies the necessity of a regulation of the use of palm oil in food products and the application of a label detailing the type and fat rates used.

Keywords: palm oil, palmitic acid, food industry, fatty acids, atherosclerosis

Procedia PDF Downloads 534
4014 Feature Based Unsupervised Intrusion Detection

Authors: Deeman Yousif Mahmood, Mohammed Abdullah Hussein

Abstract:

The goal of a network-based intrusion detection system is to classify activities of network traffics into two major categories: normal and attack (intrusive) activities. Nowadays, data mining and machine learning plays an important role in many sciences; including intrusion detection system (IDS) using both supervised and unsupervised techniques. However, one of the essential steps of data mining is feature selection that helps in improving the efficiency, performance and prediction rate of proposed approach. This paper applies unsupervised K-means clustering algorithm with information gain (IG) for feature selection and reduction to build a network intrusion detection system. For our experimental analysis, we have used the new NSL-KDD dataset, which is a modified dataset for KDDCup 1999 intrusion detection benchmark dataset. With a split of 60.0% for the training set and the remainder for the testing set, a 2 class classifications have been implemented (Normal, Attack). Weka framework which is a java based open source software consists of a collection of machine learning algorithms for data mining tasks has been used in the testing process. The experimental results show that the proposed approach is very accurate with low false positive rate and high true positive rate and it takes less learning time in comparison with using the full features of the dataset with the same algorithm.

Keywords: information gain (IG), intrusion detection system (IDS), k-means clustering, Weka

Procedia PDF Downloads 290
4013 A New Assessment of the Chronology of the Vouni Palace

Authors: Seren Sevim Öğmen, Ömer Özyiğit

Abstract:

Vouni Palace is a Persian palace built on a rocky hill in the Lefke district of Cyprus. The palace is one of the limited number of architectures identified, which prove the existence of a Persian period on the island. Since the excavations on the palace were held a very long time ago, there is a need to re-date the cultural layers within the palace using new archaeological evidence and recent studies. The existing chronology has been reviewed and a new chronology has been created according to its architectural structure, floor findings such as ceramics and sculptures and the stratigraphic layer of Room 59 where the Vouni Treasure was found. This work dates the palace in Vouni between the periods of c. 520 BC, deduced from the early period sculptures, and c. 330 BC by the late period floor ceramics. Some earlier dated archaic sculptures are identified in Room 122 – which takes part in the temenos area of the palace, and correspondingly the construction of the palace is dated c. 520 BC. The comparison between Vouni Palace and Persian palaces built in Iran, shows similarities with palaces built during the rule of Darius. It is evident that two main building periods of the palace which are previously identified, represent Persian influence according to its architectural structure and findings. Several floor potteries show that there must be other layer or layers after Vouni Treasure dated 390/380 BC, which was considered as the destruction date of the palace. At this point the forenamed date can indicate the end of a stage, not the end of the period because the palace was still in use until c. 330 BC. The results of the study, in addition to dating the layers of Vouni Palace, enlightens the administrative function of the Palace within the Persian rule in Cyprus.

Keywords: administrative, chronology, cyprus, persian rule, vouni palace

Procedia PDF Downloads 111
4012 Strength of Soft Clay Reinforced with Polypropylene Column

Authors: Muzamir Hasan, Anas Bazirgan

Abstract:

Granular columns is a technique that has the properties of improving bearing capacity, accelerating the dissipation of excess pore water pressure and reducing settlement in a weak soft soil. This research aims to investigate the role of Polypropylene column in improving the shear strength and compressibility of soft reconstituted kaolin clay by determining the effects of area replacement ratio, height penetrating ratio and volume replacement ratio of a singular Polypropylene column on the strength characteristics. Reinforced kaolin samples were subjected to Unconfined Compression (UCT) and Unconsolidated Undrained (UU) triaxial tests. The kaolin samples were 50 mm in diameter and 100 mm in height. Using the PP column reinforcement, with an area replacement ratio of 0.8, 0.5 and 0.3, shear strength increased approximately 5.27%, 26.22% and 64.28%, and 37.14%, 42.33% and 51.17%, for area replacement ratios of 25% and 10.24%. Meanwhile, UU testing showed an increase in shear strength of 24.01%, 23.17% and 23.49% and 28.79%, 27.29 and 30.81% for the same ratios. Based on the UCT results, the undrained shear strength generally increased with the decrease in height penetration ratio. However, based on the UU test results Mohr-Coulomb failure criteria, the installation of Polypropylene columns did not show any significant difference in effective friction angle. However, there was an increase in the apparent cohesion and undrained shear strength of the kaolin clay. In conclusion, Polypropylene column greatly improved the shear strength; and could therefore be implemented in reducing the cost of soil improvement as a replacement for non-renewable materials.

Keywords: polypropylene, UCT, UU test, Kaolin S300, ground improvement

Procedia PDF Downloads 322
4011 Investigation of Cost Effective Double Layered Slab for γ-Ray Shielding

Authors: Kulwinder Singh Mann, Manmohan Singh Heer, Asha Rani

Abstract:

The safe storage of radioactive materials has become an important issue. Nuclear engineering necessitates the safe handling of radioactive materials emitting high energy gamma-rays. Hazards involved in handling radioactive materials insist suitable shielded enclosures. With overgrowing use of nuclear energy for meeting the increasing demand of power, there is a need to investigate the shielding behavior of cost effective shielded enclosure (CESE) made from clay-bricks (CB) and fire-bricks (FB). In comparison to the lead-bricks (conventional-shielding), the CESE are the preferred choice in nuclear waste management. The objective behind the present investigation is to evaluate the double layered transmission exposure buildup factors (DLEBF) for gamma-rays for CESE in energy range 0.5-3MeV. For necessary computations of shielding parameters, using existing huge data regarding gamma-rays interaction parameters of all periodic table elements, two computer programs (GRIC-toolkit and BUF-toolkit) have been designed. It has been found that two-layered slabs show effective shielding for gamma-rays in orientation CB followed by FB than the reverse. It has been concluded that the arrangement, FB followed by CB reduces the leakage of scattered gamma-rays from the radioactive source.

Keywords: buildup factor, clay bricks, fire bricks, nuclear wastage management, radiation protective double layered slabs

Procedia PDF Downloads 397
4010 Analyzing of Speed Disparity in Mixed Vehicle Technologies on Horizontal Curves

Authors: Tahmina Sultana, Yasser Hassan

Abstract:

Vehicle technologies rapidly evolving due to their multifaceted advantages. Adapted different vehicle technologies like connectivity and automation on the same roads with conventional vehicles controlled by human drivers may increase speed disparity in mixed vehicle technologies. Identifying relationships between speed distribution measures of different vehicles and road geometry can be an indicator of speed disparity in mixed technologies. Previous studies proved that speed disparity measures and traffic accidents are inextricably related. Horizontal curves from three geographic areas were selected based on relevant criteria, and speed data were collected at the midpoint of the preceding tangent and starting, ending, and middle point of the curve. Multiple linear mixed effect models (LME) were developed using the instantaneous speed measures representing the speed of vehicles at different points of horizontal curves to recognize relationships between speed variance (standard deviation) and road geometry. A simulation-based framework (Monte Carlo) was introduced to check the speed disparity on horizontal curves in mixed vehicle technologies when consideration is given to the interactions among connected vehicles (CVs), autonomous vehicles (AVs), and non-connected vehicles (NCVs) on horizontal curves. The Monte Carlo method was used in the simulation to randomly sample values for the various parameters from their respective distributions. Theresults show that NCVs had higher speed variation than CVs and AVs. In addition, AVs and CVs contributed to reduce speed disparity in the mixed vehicle technologies in any penetration rates.

Keywords: autonomous vehicles, connected vehicles, non-connected vehicles, speed variance

Procedia PDF Downloads 141
4009 Web Proxy Detection via Bipartite Graphs and One-Mode Projections

Authors: Zhipeng Chen, Peng Zhang, Qingyun Liu, Li Guo

Abstract:

With the Internet becoming the dominant channel for business and life, many IPs are increasingly masked using web proxies for illegal purposes such as propagating malware, impersonate phishing pages to steal sensitive data or redirect victims to other malicious targets. Moreover, as Internet traffic continues to grow in size and complexity, it has become an increasingly challenging task to detect the proxy service due to their dynamic update and high anonymity. In this paper, we present an approach based on behavioral graph analysis to study the behavior similarity of web proxy users. Specifically, we use bipartite graphs to model host communications from network traffic and build one-mode projections of bipartite graphs for discovering social-behavior similarity of web proxy users. Based on the similarity matrices of end-users from the derived one-mode projection graphs, we apply a simple yet effective spectral clustering algorithm to discover the inherent web proxy users behavior clusters. The web proxy URL may vary from time to time. Still, the inherent interest would not. So, based on the intuition, by dint of our private tools implemented by WebDriver, we examine whether the top URLs visited by the web proxy users are web proxies. Our experiment results based on real datasets show that the behavior clusters not only reduce the number of URLs analysis but also provide an effective way to detect the web proxies, especially for the unknown web proxies.

Keywords: bipartite graph, one-mode projection, clustering, web proxy detection

Procedia PDF Downloads 235
4008 Determinants of the Users Intention of Social-Local-Mobile Applications

Authors: Chia-Chen Chen, Mu-Yen Chen

Abstract:

In recent years, with the vigorous growth of hardware and software technologies of smart mobile devices coupling with the rapid increase of social network influence, mobile commerce also presents the commercial operation mode of the future mainstream. For the time being, SoLoMo has become one of the very popular commercial models, its full name and meaning mainly refer to that users can obtain three key service types through smart mobile devices (Mobile) and omnipresent network services, and then link to the social (Social) web site platform to obtain the information exchange, again collocating with position and situational awareness technology to get the service suitable for the location (Local), through anytime, anywhere and any personal use of different mobile devices to provide the service concept of seamless integration style, and more deriving infinite opportunities of the future. The study tries to explore the use intention of users with SoLoMo mobile application formula, proposing research model to integrate TAM, ISSM, IDT and network externality, and with questionnaires to collect data and analyze results to verify the hypothesis, results show that perceived ease-of-use (PEOU), perceived usefulness (PU), and network externality have significant impact on the use intention with SoLoMo mobile application formula, and the information quality, relative advantages and observability have impacts on the perceived usefulness, and further affecting the use intention.

Keywords: SoLoMo (social, local, and mobile), technology acceptance model, innovation diffusion theory, network externality

Procedia PDF Downloads 521
4007 Three Dimensional Dynamic Analysis of Water Storage Tanks Considering FSI Using FEM

Authors: S. Mahdi S. Kolbadi, Ramezan Ali Alvand, Afrasiab Mirzaei

Abstract:

In this study, to investigate and analyze the seismic behavior of concrete in open rectangular water storage tanks in two-dimensional and three-dimensional spaces, the Finite Element Method has been used. Through this method, dynamic responses can be investigated together in fluid storages system. Soil behavior has been simulated using tanks boundary conditions in linear form. In this research, in addition to flexibility of wall, the effects of fluid-structure interaction on seismic response of tanks have been investigated to account for the effects of flexible foundation in linear boundary conditions form, and a dynamic response of rectangular tanks in two-dimensional and three-dimensional spaces using finite element method has been provided. The boundary conditions of both rigid and flexible walls in two-dimensional finite element method have been considered to investigate the effect of wall flexibility on seismic response of fluid and storage system. Furthermore, three-dimensional model of fluid-structure interaction issue together with wall flexibility has been analyzed under the three components of earthquake. The obtained results show that two-dimensional model is also accurately near to the results of three-dimension as well as flexibility of foundation leads to absorb received energy and relative reduction of responses.

Keywords: dynamic behavior, flexible wall, fluid-structure interaction, water storage tank

Procedia PDF Downloads 171
4006 Investigation of Mechanical Properties of Aluminum Tailor Welded Blanks

Authors: Dario Basile, Manuela De Maddis, Raffaella Sesana, Pasquale Russo Spena, Roberto Maiorano

Abstract:

Nowadays, the reduction of CO₂ emissions and the decrease in energy consumption are the main aims of several industries, especially in the automotive sector. To comply with the increasingly restrictive regulations, the automotive industry is constantly looking for innovative techniques to produce lighter, more efficient, and less polluting vehicles. One of the latest technologies, and still developing, is based on the fabrication of the body-in-white and car parts through the stamping of Aluminum Tailor Welded Blanks. Tailor Welded Blanks (TWBs) are generally the combination of two/three metal sheets with different thicknesses and/or mechanical strengths, which are commonly butt-welded together by laser sources. The use of aluminum TWBs has several advantages such as low density and corrosion resistance adequate. However, their use is still limited by the lower formability with respect to the parent materials and the more intrinsic difficulty of laser welding of aluminum sheets (i.e., internal porosity) that, although its use in automated industries is constantly growing, remains a process to be further developed and improved. This study has investigated the effect of the main laser welding process parameters (laser power, welding speed, and focal distance) on the mechanical properties of aluminum TWBs made of 6xxx series. The research results show that a narrow weldability window can be found to ensure welded joints with high strength and limited or no porosity.

Keywords: aluminum sheets, automotive industry, laser welding, mechanical properties, tailor welded blanks

Procedia PDF Downloads 101
4005 Beliefs about the God of the Other in Intergroup Conflict: Experimental Results from Israel and Palestine

Authors: Crystal Shackleford, Michael Pasek, Allon Vishkin, Jeremy Ginges

Abstract:

In the Middle East, conflict is often viewed as religiously motivated. In this context, an important question is how we think the religion of the other drives their behavior. If people see conflicts as religious, they may expect the belief of the other to motivate intergroup bias. Beliefs about the motivations of the other impact how we engage with them. Conflict may result if actors believe the other’s religion promotes parochialism. To examine how actors on the ground in Israel-Palestine think about the God of the other as it relates to the other’s behavior towards them, we ran two studies in winter 2019 with an online sample of Jewish Israelis and fieldwork with Palestinians in the West Bank. We asked participants to predict the behavior of an outgroup member participating in an economic game task, dividing the money between themselves and another person, who is either an ingroup or outgroup member. Our experimental manipulation asks participants to predict the behavior of the other when the other is thinking of their God. Both Israelis and Palestinians believed outgroup members would show in-group favoritism, and that group members would give more to their in-group when thinking of their God. We also found that participants thought outgroup members would give more to their own ingroup when thinking of God. In other words, Palestinians predicted that Israelis would give more to fellow Israelis when thinking of God, but also more to Palestinians. Our results suggest that religious belief is seen to promote universal moral reasoning, even in a context with over 70 years of intense conflict. More broadly, this challenges the narrative that religion necessarily motivates intractable conflict.

Keywords: conflict, psychology, religion, meta-cognition, morality

Procedia PDF Downloads 130
4004 Management and Evaluation of Developing Medical Device Software in Compliance with Rules

Authors: Arash Sepehri bonab

Abstract:

One of the regions of critical development in medical devices has been the part of the software - as an indispensable component of a therapeutic device, as a standalone device, and more as of late, as applications on portable gadgets. The chance related to a breakdown of the standalone computer program utilized inside healthcare is in itself not a model for its capability or not as a medical device. It is, subsequently, fundamental to clarify a few criteria for the capability of a stand-alone computer program as a medical device. The number of computer program items and therapeutic apps is persistently expanding and so as well is used in wellbeing education (e. g., in clinics and doctors' surgeries) for determination and treatment. Within the last decade, the use of information innovation in healthcare has taken a developing part. In reality, the appropriation of an expanding number of computer devices has driven several benefits related to the method of quiet care and permitted simpler get to social and health care assets. At the same time, this drift gave rise to modern challenges related to the usage of these modern innovations. The program utilized in healthcare can be classified as therapeutic gadgets depending on the way they are utilized and on their useful characteristics. In the event that they are classified as therapeutic gadgets, they must fulfill particular directions. The point of this work is to show a computer program improvement system that can permit the generation of secure and tall, quality restorative gadget computer programs and to highlight the correspondence between each program advancement stage and the fitting standard and/or regulation.

Keywords: medical devices, regulation, software, development, healthcare

Procedia PDF Downloads 95
4003 Investigating the Properties of Asphalt Concrete Containing Recycled Fillers

Authors: Hasan Taherkhani

Abstract:

Increasingly accumulation of the solid waste materials has become a major environmental problem of communities. In addition to the protection of environment, the recycling and reusing of the waste materials are financially beneficial. Waste materials can be used in highway construction. This study aimed to investigate the applicability of recycled concrete, asphalt and steel slag powder, as a replacement of the primary mineral filler in asphalt concrete has been investigated. The primary natural siliceous aggregate filler, as control, has been replaced with the secondary recycled concrete, asphalt and steel slag powders, and some engineering properties of the mixtures have been evaluated. Marshal Stability, flow, indirect tensile strength, moisture damage, static creep and volumetric properties of the mixtures have been evaluated. The results show that, the Marshal Stability of the mixtures containing recycled powders is higher than that of the control mixture. The flow of the mixtures containing recycled steel slag is lower, and that of the mixtures containing recycled asphalt and cement concrete powder is found to be higher than that of the control mixture. It is also found that the resistance against moisture damage and permanent deformation of the mixture can be improved by replacing the natural filler with the recycled powders. The volumetric properties of the mixtures are not significantly influenced by replacing the natural filler with the recycled powders.

Keywords: filler, steel slag, recycled concrete, recycled asphalt concrete, tensile strength, moisture damage, creep

Procedia PDF Downloads 267
4002 Hydrogels Beads of Alginate/Seaweed Powder for Plants Nutrition

Authors: Brenda O. Mazzola, Adriel Larsen, Romina P. Ollier, Leandro N. Ludueña, Vera A. Alvarez, Jimena S. Gonzalez

Abstract:

Seaweed is a natural renewable resource with great potential that is not being used by the domestic industry. Here, it was used a kind of invasive algae U. Pinnatifida that causes serious ecological damage on the Argentinian coasts. Alginate is one of the most widely used materials for encapsulation, and has the advantage that is a natural polysaccharide derived from a marine plant. It can form thermally stable hydrogel in the presence of calcium cation. In addition, the hydrogel can be easily produced into particulate form by using simple and gentle method. The aim of this work was to obtain and to characterize novel compounds (alginate/seaweed powder) for the soil nutrition. Alginate water solutions were prepared by concentrations of 20, 30, 40 and 50 g/L, in those solutions 10g/L of seaweed powder was added. Then the dispersions were transferred from a beaker to the atomizer by a peristaltic pump (with 0.05 to 0.1 L/h flow). A tank was filled with 1 L of calcium chloride solution (4 g/L), and the solution was agitated with a magnetic stirrer. The beads were analyzed by means TGA, FTIR and swelling determinations. In addition, the improvements in the soil were qualitative measured. It was obtained beads with different diameters depend on the initial concentration and the flow used. A better dispersions of seaweed and optimal diameter for the plant nutrition applications were obtained for 40g/L concentration and 0.1 L/h flow. The beads show thermal stability and high swelling degree. It can be successfully obtained alginate beads with seaweed powder with a novelty application as plant nutrient.

Keywords: biodegradable, characterization, hydrogel, plant nutrition, seaweed

Procedia PDF Downloads 273
4001 Coordinated Interference Canceling Algorithm for Uplink Massive Multiple Input Multiple Output Systems

Authors: Messaoud Eljamai, Sami Hidouri

Abstract:

Massive multiple-input multiple-output (MIMO) is an emerging technology for new cellular networks such as 5G systems. Its principle is to use many antennas per cell in order to maximize the network's spectral efficiency. Inter-cellular interference remains a fundamental problem. The use of massive MIMO will not derogate from the rule. It improves performances only when the number of antennas is significantly greater than the number of users. This, considerably, limits the networks spectral efficiency. In this paper, a coordinated detector for an uplink massive MIMO system is proposed in order to mitigate the inter-cellular interference. The proposed scheme combines the coordinated multipoint technique with an interference-cancelling algorithm. It requires the serving cell to send their received symbols, after processing, decision and error detection, to the interfered cells via a backhaul link. Each interfered cell is capable of eliminating intercellular interferences by generating and subtracting the user’s contribution from the received signal. The resulting signal is more reliable than the original received signal. This allows the uplink massive MIMO system to improve their performances dramatically. Simulation results show that the proposed detector improves system spectral efficiency compared to classical linear detectors.

Keywords: massive MIMO, COMP, interference canceling algorithm, spectral efficiency

Procedia PDF Downloads 137
4000 Bullying with Neurodiverse Students and Education Policy Reform

Authors: Fharia Tilat Loba

Abstract:

Studies show that there is a certain group of students who are more vulnerable to bullying due to their physical appearance, disability, sexual preference, race, and lack of social and behavioral skills. Students with autism spectrum disorders (ASD) are one of the most vulnerable groups among these at-risk groups. Researchers suggest that focusing on vulnerable groups of students who can be the target of bullying helps to understand the causes and patterns of aggression, which ultimately helps in structuring intervention programs to reduce bullying. Since Australia ratified the United Nations Convention on the Rights of Persons with Disabilities in 2006, it has been committed to providing an inclusive, safe, and effective learning environment for all children. In addition, the 2005 Disability Standards for Education seeks to ensure that students with disabilities can access and participate in education on the same basis as other students, covering all aspects of education, including harassment and victimization. However, bullying hinders students’ ability to fully participate in schooling. The proposed study aims to synthesize the notions of traditional bullying and cyberbullying and attempts to understand the experiences of students with ASD who are experiencing bullying in their schools. The proposed study will primarily focus on identifying the gaps between policy and practice related to bullying, and it will also attempt to understand the experiences of parents of students with ASD and professionals who have experience dealing with bullying at the school level in Australia. This study is expected to contribute to the theoretical knowledge of the bullying phenomenon and provide a reference for advocacy at the school, organization, and government levels.

Keywords: education policy, bullying, Australia, neurodiversity

Procedia PDF Downloads 46
3999 Local Differential Privacy-Based Data-Sharing Scheme for Smart Utilities

Authors: Veniamin Boiarkin, Bruno Bogaz Zarpelão, Muttukrishnan Rajarajan

Abstract:

The manufacturing sector is a vital component of most economies, which leads to a large number of cyberattacks on organisations, whereas disruption in operation may lead to significant economic consequences. Adversaries aim to disrupt the production processes of manufacturing companies, gain financial advantages, and steal intellectual property by getting unauthorised access to sensitive data. Access to sensitive data helps organisations to enhance the production and management processes. However, the majority of the existing data-sharing mechanisms are either susceptible to different cyber attacks or heavy in terms of computation overhead. In this paper, a privacy-preserving data-sharing scheme for smart utilities is proposed. First, a customer’s privacy adjustment mechanism is proposed to make sure that end-users have control over their privacy, which is required by the latest government regulations, such as the General Data Protection Regulation. Secondly, a local differential privacy-based mechanism is proposed to ensure the privacy of the end-users by hiding real data based on the end-user preferences. The proposed scheme may be applied to different industrial control systems, whereas in this study, it is validated for energy utility use cases consisting of smart, intelligent devices. The results show that the proposed scheme may guarantee the required level of privacy with an expected relative error in utility.

Keywords: data-sharing, local differential privacy, manufacturing, privacy-preserving mechanism, smart utility

Procedia PDF Downloads 65
3998 Effects of Hierarchy on Poisson’s Ratio and Phononic Bandgaps of Two-Dimensional Honeycomb Structures

Authors: Davood Mousanezhad, Ashkan Vaziri

Abstract:

As a traditional cellular structure, hexagonal honeycombs are known for their high strength-to-weight ratio. Here, we introduce a class of fractal-appearing hierarchical metamaterials by replacing the vertices of the original non-hierarchical hexagonal grid with smaller hexagons and iterating this process to achieve higher levels of hierarchy. It has been recently shown that the isotropic in-plane Young's modulus of this hierarchical structure at small deformations becomes 25 times greater than its regular counterpart with the same mass. At large deformations, we find that hierarchy-dependent elastic buckling introduced at relatively early stages of deformation decreases the value of Poisson's ratio as the structure is compressed uniaxially leading to auxeticity (i.e., negative Poisson's ratio) in subsequent stages of deformation. We also show that the topological hierarchical architecture and instability-induced pattern transformations of the structure under compression can be effectively used to tune the propagation of elastic waves within the structure. We find that the hierarchy tends to shift the existing phononic bandgaps (defined as frequency ranges of strong wave attenuation) to lower frequencies while opening up new bandgaps. Deformation is also demonstrated as another mechanism for opening more bandgaps in hierarchical structures. The results provide new insights into the role of structural organization and hierarchy in regulating mechanical properties of materials at both the static and dynamic regimes.

Keywords: cellular structures, honeycombs, hierarchical structures, metamaterials, multifunctional structures, phononic crystals, auxetic structures

Procedia PDF Downloads 340
3997 Mechanical Properties of Powder Metallurgy Processed Biodegradable Zn-Based Alloy for Biomedical Application

Authors: Maruf Yinka Kolawole, Jacob Olayiwola Aweda, Farasat Iqbal, Asif Ali, Sulaiman Abdulkareem

Abstract:

Zinc is a non-ferrous metal with potential application in orthopaedic implant materials. However, its poor mechanical properties were major challenge to its application. Therefore, this paper studies the mechanical properties of biodegradable Zn-based alloy for biomedical application. Pure zinc powder with varying (0, 1, 2, 3 & 6) wt% of magnesium powders were ball milled using ball-to-powder ratio (B:P) of 10:1 at 350 rpm for 4 hours. The resulting milled powders were compacted and sintered at 300 MPa and 350 °C respectively. Microstructural, phase and mechanical properties analyses were performed following American standard of testing and measurement. The results show that magnesium has influence on the mechanical properties of zinc. The compressive strength, hardness and elastic modulus of 210 ± 8.878 MPa, 76 ± 5.707 HV and 45 ± 11.616 GPa respectively as obtained in Zn-2Mg alloy were optimum and meet the minimum requirement of biodegradable metal for orthopaedics application. These results indicate an increase of 111, 93 and 93% in compressive strength, hardness and elastic modulus respectively as compared to pure zinc. The increase in mechanical properties was adduced to effectiveness of compaction pressure and intermetallic phase formation within the matrix resulting in high dislocation density for improving strength. The study concluded that, Zn-2Mg alloy with optimum mechanical properties can therefore be considered a potential candidate for orthopaedic application.

Keywords: Biodegradable metal, Biomedical application, Mechanical properties, Powder Metallurgy, Zinc

Procedia PDF Downloads 133
3996 Morphological, Mechanical, and Tribological Properties Investigations of CMTed Parts of Al-5356 Alloy

Authors: Antar Bouhank, Youcef Beellal, Samir Adjel, Abdelmadjid Ababsa

Abstract:

This paper investigates the impact of 3D printing parameters using the cold metal transfer (CMT) technique on the morphological, mechanical, and tribological properties of walls and massive parts made from aluminum alloy. The parameters studied include current intensity, torch movement speed, printing increment, and the flow rate of shielding gas. The manufactured parts, using the technique mentioned above, are walls and massive parts with different filling strategies, using grid and zigzag patterns and at different current intensities. The main goal of the article is to find out the welding parameters suitable for having parts with low defects and improved properties from the previously mentioned properties point of view. It has been observed from the results thus obtained that the high current intensity causes rapid solidification, resulting in high porosity and low hardness values. However, the high current intensity can cause very rapid solidification, which increases the melting point, and the part remains in the most stable shape. Furthermore, the results show that there is an evident relationship between hardness, coefficient of friction and wear test where the high intensity is, the low hardness is. The same note is for the coefficient of friction. The micrography of the walls shows a random granular structure with fine grain boundaries with a different grain size. Some interesting results are presented in this paper.

Keywords: aluminum alloy, porosity, microstructures, hardness

Procedia PDF Downloads 25
3995 On the Influence of Thermal Radiation Upon Heat Transfer Characteristics of a Porous Media Under Local Thermal Non-Equilibrium Condition

Authors: Yasser Mahmoudi, Nader Karimi

Abstract:

The present work investigates numerically the effect of thermal radiation from the solid phase on the rate of heat transfer inside a porous medium. Forced convection heat transfer process within a pipe filled with a porous media is considered. The Darcy-Brinkman-Forchheimer model is utilized to represent the fluid transport within the porous medium. A local thermal non-equilibrium (LTNE), two-equation model is used to represent the energy transport for the solid and fluid phases. The radiative heat transfer equation is solved by discrete ordinate method (DOM) to compute the radiative heat flux in the porous medium. Two primary approaches (models A and B) are used to represent the boundary conditions for constant wall heat flux. The effects of radiative heat transfer on the Nusselt numbers of the two phases are examined by comparing the results obtained by the application of models A and B. The fluid Nusselt numbers calculated by the application of models A and B show that the Nusselt number obtained by model A for the radiative case is higher than those predicted for the non-radiative case. However, for model B the fluid Nusselt numbers obtained for the radiative and non-radiative cases are similar.

Keywords: porous media, local thermal non-equilibrium, forced convection heat transfer, thermal radiation, Discrete Ordinate Method (DOM)

Procedia PDF Downloads 317
3994 Approach for Updating a Digital Factory Model by Photogrammetry

Authors: R. Hellmuth, F. Wehner

Abstract:

Factory planning has the task of designing products, plants, processes, organization, areas, and the construction of a factory. The requirements for factory planning and the building of a factory have changed in recent years. Regular restructuring is becoming more important in order to maintain the competitiveness of a factory. Restrictions in new areas, shorter life cycles of product and production technology as well as a VUCA world (Volatility, Uncertainty, Complexity & Ambiguity) lead to more frequent restructuring measures within a factory. A digital factory model is the planning basis for rebuilding measures and becomes an indispensable tool. Short-term rescheduling can no longer be handled by on-site inspections and manual measurements. The tight time schedules require up-to-date planning models. Due to the high adaptation rate of factories described above, a methodology for rescheduling factories on the basis of a modern digital factory twin is conceived and designed for practical application in factory restructuring projects. The focus is on rebuild processes. The aim is to keep the planning basis (digital factory model) for conversions within a factory up to date. This requires the application of a methodology that reduces the deficits of existing approaches. The aim is to show how a digital factory model can be kept up to date during ongoing factory operation. A method based on photogrammetry technology is presented. The focus is on developing a simple and cost-effective solution to track the many changes that occur in a factory building during operation. The method is preceded by a hardware and software comparison to identify the most economical and fastest variant. 

Keywords: digital factory model, photogrammetry, factory planning, restructuring

Procedia PDF Downloads 105
3993 Qualitative and Quantitative Analysis of Uranium in Ceramic Tiles Using Laser-Induced Breakdown Spectroscopy and Gamma-Ray Spectroscopy

Authors: Reem M. Altuwirqi, Mohja S. Summan, Entesar A. Ganash, Safia H. Hamidalddin, Tamer E. Youssef, Mohammed A. Gondal

Abstract:

Laser-Induced Breakdown Spectroscopy (LIBS) technique using 1064 nm Nd: YAG laser was optimized and applied for investigating the existence of radioactive elements (uranium) in twenty-six different ceramic tiles. These tiles were collected from the local Saudi market. Qualitative and quantitative analysis for trace radioactive elements like uranium in these samples was achieved using LIBS. The plasma parameters such as temperature and electron density were calculated to confirm that the plasma generated by the tile samples under laser irradiation can be related to analyte concentrations. In order to perform a quantitative analysis, calibration curves were constructed for two uranium lines (U II (424.166 nm) and U II (424.437 nm)). The Uranium activity concentration in Bq/kg for each sample was measured. Cross-validation of LIBS results with a conventional technique such as Gamma-Ray spectroscopy was also carried out for five ceramic samples. The results show that the LIBS method is an effective way of determining radioactive elements such as uranium in ceramic tiles. Moreover, the uranium concentrations of the investigated samples were below the permissible safe limit for building materials in the majority of samples. Such LIBS system could be applied to determine the presence of natural radioactive elements in ceramic tiles and their radioactivity level rapidly to ensure that they are under the safe allowed limit.

Keywords: laser-induced breakdown spectroscopy, gamma-ray spectroscopy, natural radioactivity, uranium, ceramic tiles

Procedia PDF Downloads 163
3992 Comparing the Behaviour of the FRP and Steel Reinforced Shear Walls under Cyclic Seismic Loading in Aspect of the Energy Dissipation

Authors: H. Rahman, T. Donchev, D. Petkova

Abstract:

Earthquakes claim thousands of lives around the world annually due to inadequate design of lateral load resisting systems particularly shear walls. Additionally, corrosion of the steel reinforcement in concrete structures is one of the main challenges in construction industry. Fibre Reinforced Polymer (FRP) reinforcement can be used as an alternative to traditional steel reinforcement. FRP has several excellent mechanical properties than steel such as high resistance to corrosion, high tensile strength and light self-weight; additionally, it has electromagnetic neutrality advantageous to the structures where it is important such as hospitals, some laboratories and telecommunications. This paper is about results of experimental research and it is incorporating experimental testing of two medium-scale concrete shear wall samples; one reinforced with Basalt FRP (BFRP) bar and one reinforced with steel bars as a control sample. The samples are tested under quasi-static-cyclic loading following modified ATC-24 protocol standard seismic loading. The results of both samples are compared to allow a judgement about performance of BFRP reinforced against steel reinforced concrete shear walls. The results of the conducted researches show a promising momentum toward utilisation of the BFRP as an alternative to traditional steel reinforcement with the aim of improving durability with suitable energy dissipation in the reinforced concrete shear walls.  

Keywords: shear walls, internal fibre reinforced polymer reinforcement, cyclic loading, energy dissipation, seismic behaviour

Procedia PDF Downloads 117
3991 The Effect of the Cultural Constraint on the Reform of Corporate Governance: The Observation of Taiwan's Efforts to Transform Its Corporate Governance

Authors: Yuanyi (Richard) Fang

Abstract:

Under the theory of La Porta, Lopez-de-Silanes, Shleifer, and Vishny, if a country can increase its legal protections for minority shareholders, the country can develop an ideal securities market that only arises under the dispersed ownership corporate governance. However, the path-dependence scholarship, such as Lucian Arye Bebchuk and Mark J. Roe, presented a different view with LLS&V. They pointed out that the initial framework of the ownership structure and traditional culture will prevent the change of the corporate governance structure through legal reform. This paper contends that traditional culture factors as an important aspect when forming the corporate governance structure. However, it is not impossible for the government to change its traditional corporate governance structure and traditional culture because the culture does not remain intact. Culture evolves with time. The occurrence of the important events will affect the people’s psychological process. The psychological process affects the evolution of culture. The new cultural norms can help defeat the force of the traditional culture and the resistance from the initial corporate ownership structure. Using Taiwan as an example, through analyzing the historical background, related corporate rules and the reactions of adoption new rules from the media, this paper try to show that Taiwan’s culture norms do not remain intact and have changed with time. It further provides that the culture is not always the hurdle for the adoption of the dispersed ownership corporate governance structure as the culture can change. A new culture can provide strong support for the adoption of the new corporate governance structure.

Keywords: LLS&V theory, corporate governance, culture, path–dependent theory

Procedia PDF Downloads 469
3990 Application of Molecular Materials in the Manufacture of Flexible and Organic Devices for Photovoltaic Applications

Authors: Mariana Gomez Gomez, Maria Elena Sanchez Vergara

Abstract:

Many sustainable approaches to generate electric energy have emerged in the last few decades; one of them is through solar cells. Yet, this also has the disadvantage of highly polluting inorganic semiconductor manufacturing processes. Therefore, the use of molecular semiconductors must be considered. In this work, allene compounds C24H26O4 and C24H26O5 were used as dopants to manufacture semiconductors films based on PbPc by high-vacuum evaporation technique. IR spectroscopy was carried out to determine the phase and any significant chemical changes which may occur during the thermal evaporation. According to UV-visible spectroscopy and Tauc’s model, the deposition process generated thin films with an activation energy range of 1.47 to 1.55 eV for direct transitions and 1.29 to 1.33 eV for indirect transitions. These values place the manufactured films within the range of low bandgap semiconductors. The flexible devices were manufactured: polyethylene terephthalate (PET), Indium tin oxide (ITO)/organic semiconductor/ Cubic Close Packed (CCP). The characterization of the devices was carried out by evaluating electrical conductivity using the four-probe collinear method. I-V curves were obtained under different lighting conditions at room temperature. OS1 (PbPc/C24H26O4) showed an Ohmic behavior, while OS2 (PbPc/C24H26O5) reached higher current values ​​at lower voltages. The results obtained show that the semiconductors devices doped with allene compounds can be used in the manufacture of optoelectronic devices.

Keywords: electrical properties, optical gap, phthalocyanine, thin film.

Procedia PDF Downloads 240
3989 Heterogeneity of Soil Moisture and Its Impacts on the Mountainous Watershed Hydrology in Northwest China

Authors: Chansheng He, Zhongfu Wang, Xiao Bai, Jie Tian, Xin Jin

Abstract:

Heterogeneity of soil hydraulic properties directly affects hydrological processes at different scales. Understanding heterogeneity of soil hydraulic properties such as soil moisture is therefore essential for modeling watershed ecohydrological processes, particularly in hard to access, topographically complex mountainous watersheds. This study maps spatial variations of soil moisture by in situ observation network that consists of sampling points, zones, and tributaries, and monitors corresponding hydrological variables of air and soil temperatures, evapotranspiration, infiltration, and runoff in the Upper Reach of the Heihe River Watershed, a second largest inland river (terminal lake) with a drainage area of over 128,000 km² in Northwest China. Subsequently, the study uses a hydrological model, SWAT (Soil and Water Assessment Tool) to simulate the effects of heterogeneity of soil moisture on watershed hydrological processes. The spatial clustering method, Full-Order-CLK was employed to derive five soil heterogeneous zones (Configuration 97, 80, 65, 40, and 20) for soil input to SWAT. Results show the simulations by the SWAT model with the spatially clustered soil hydraulic information from the field sampling data had much better representation of the soil heterogeneity and more accurate performance than the model using the average soil property values for each soil type derived from the coarse soil datasets. Thus, incorporating detailed field sampling soil heterogeneity data greatly improves performance in hydrologic modeling.

Keywords: heterogeneity, soil moisture, SWAT, up-scaling

Procedia PDF Downloads 338