Search results for: capacity allocation
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4626

Search results for: capacity allocation

2196 Worst-Case Load Shedding in Electric Power Networks

Authors: Fu Lin

Abstract:

We consider the worst-case load-shedding problem in electric power networks where a number of transmission lines are to be taken out of service. The objective is to identify a prespecified number of line outages that lead to the maximum interruption of power generation and load at the transmission level, subject to the active power-flow model, the load and generation capacity of the buses, and the phase-angle limit across the transmission lines. For this nonlinear model with binary constraints, we show that all decision variables are separable except for the nonlinear power-flow equations. We develop an iterative decomposition algorithm, which converts the worst-case load shedding problem into a sequence of small subproblems. We show that the subproblems are either convex problems that can be solved efficiently or nonconvex problems that have closed-form solutions. Consequently, our approach is scalable for large networks. Furthermore, we prove the convergence of our algorithm to a critical point, and the objective value is guaranteed to decrease throughout the iterations. Numerical experiments with IEEE test cases demonstrate the effectiveness of the developed approach.

Keywords: load shedding, power system, proximal alternating linearization method, vulnerability analysis

Procedia PDF Downloads 121
2195 Transformation Strategies of the Nigerian Textile and Clothing Industries: The Integration of China Clothing Sector Model

Authors: Adetoun Adedotun Amubode

Abstract:

Nigeria's Textile Industry was the second largest in Africa after Egypt, with above 250 vibrant factories and over 50 percent capacity utilization contributing to foreign exchange earnings and employment generation. Currently, multifaceted challenges such as epileptic power supply, inconsistent government policies, growing digitalization, smuggling of foreign textiles, insecurity and the inability of the local industries to compete with foreign products, especially Chinese textile, has created a hostile environment for the sector. This led to the closure of most of the textile industries. China's textile industry has experienced institutional change and industrial restructuring, having 30% of the world's market share. This paper examined the strategies adopted by China in transforming her textile and clothing industries and designed a model for the integration of these strategies to improve the competitive strength and growth of the Nigerian textile and clothing industries in a dynamic and changing market. The paper concludes that institutional support, regional production, export-oriented policy, value-added and branding cultivation, technological upgrading and enterprise resource planning be integrated into the Nigerian clothing and textile industries.

Keywords: clothing, industry, integration, Nigerian, textile, transformation.

Procedia PDF Downloads 132
2194 An Analytical Study on Rotational Capacity of Beam-Column Joints in Unit Modular Frames

Authors: Kyung-Suk Choi, Hyung-Joon Kim

Abstract:

Modular structural systems are constructed using a method that they are assembled with prefabricated unit modular frames on-site. This provides a benefit that can significantly reduce building construction time. Their structural design is usually carried out under the assumption that the load-carrying mechanism is similar to that of a traditional steel moment-resisting system. However, both systems are different in terms of beam-column connection details which may strongly influence the lateral structural behavior. Specially, the presence of access holes in a beam-column joint of a unit modular frame could cause undesirable failure during strong earthquakes. Therefore, this study carried out finite element analyses (FEM) of unit modular frames to investigate the cyclic behavior of beam-column joints with the structural influence of access holes. Analysis results show that the unit modular frames present stable cyclic response with large deformation capacities, and their joints are classified into semi-rigid connections.

Keywords: unit modular frame, steel moment connection, nonlinear analytical model, moment-rotation relation

Procedia PDF Downloads 591
2193 Analytical Investigation on Seismic Behavior of Infilled Reinforced Concrete Frames Strengthened with Precast Diagonal Concrete Panels

Authors: Ceyhun Aksoylu, Rifat Sezer

Abstract:

In this study, a strengthening method applicable without any evacuation process was investigated. In this analytical study, the pushover analysis results carry out by using the software of SAP2000. For this purpose, 1/3 scaled, 1-bay and 2-story R/C seven frames having usual deficiencies faults produced, one of which were not strengthened, but having brick-infill wall and the other 3 frames with infill walls strengthened with various shaped of high strength-precast diagonal concrete panels. The prepared analytical models investigated under reversed-cyclic loading that resembles the seismic effect. As a result of the analytical study, the properties of the reinforced concrete frames, such as strength, rigidity, energy dissipation capacity, etc. were determined and the strengthened models were compared with the unstrengthened one having the same properties. As a result of this study, the contributions of precast diagonal concrete applied on the infill walls of the existing frame systems against seismic effects were introduced with its advantages and disadvantages.

Keywords: RC frame, seismic effect, infill wall, strengthening, precast diagonal concrete panel, pushover analysis

Procedia PDF Downloads 327
2192 Learning from Dendrites: Improving the Point Neuron Model

Authors: Alexander Vandesompele, Joni Dambre

Abstract:

The diversity in dendritic arborization, as first illustrated by Santiago Ramon y Cajal, has always suggested a role for dendrites in the functionality of neurons. In the past decades, thanks to new recording techniques and optical stimulation methods, it has become clear that dendrites are not merely passive electrical components. They are observed to integrate inputs in a non-linear fashion and actively participate in computations. Regardless, in simulations of neural networks dendritic structure and functionality are often overlooked. Especially in a machine learning context, when designing artificial neural networks, point neuron models such as the leaky-integrate-and-fire (LIF) model are dominant. These models mimic the integration of inputs at the neuron soma, and ignore the existence of dendrites. In this work, the LIF point neuron model is extended with a simple form of dendritic computation. This gives the LIF neuron increased capacity to discriminate spatiotemporal input sequences, a dendritic functionality as observed in another study. Simulations of the spiking neurons are performed using the Bindsnet framework. In the common LIF model, incoming synapses are independent. Here, we introduce a dependency between incoming synapses such that the post-synaptic impact of a spike is not only determined by the weight of the synapse, but also by the activity of other synapses. This is a form of short term plasticity where synapses are potentiated or depressed by the preceding activity of neighbouring synapses. This is a straightforward way to prevent inputs from simply summing linearly at the soma. To implement this, each pair of synapses on a neuron is assigned a variable,representing the synaptic relation. This variable determines the magnitude ofthe short term plasticity. These variables can be chosen randomly or, more interestingly, can be learned using a form of Hebbian learning. We use Spike-Time-Dependent-Plasticity (STDP), commonly used to learn synaptic strength magnitudes. If all neurons in a layer receive the same input, they tend to learn the same through STDP. Adding inhibitory connections between the neurons creates a winner-take-all (WTA) network. This causes the different neurons to learn different input sequences. To illustrate the impact of the proposed dendritic mechanism, even without learning, we attach five input neurons to two output neurons. One output neuron isa regular LIF neuron, the other output neuron is a LIF neuron with dendritic relationships. Then, the five input neurons are allowed to fire in a particular order. The membrane potentials are reset and subsequently the five input neurons are fired in the reversed order. As the regular LIF neuron linearly integrates its inputs at the soma, the membrane potential response to both sequences is similar in magnitude. In the other output neuron, due to the dendritic mechanism, the membrane potential response is different for both sequences. Hence, the dendritic mechanism improves the neuron’s capacity for discriminating spa-tiotemporal sequences. Dendritic computations improve LIF neurons even if the relationships between synapses are established randomly. Ideally however, a learning rule is used to improve the dendritic relationships based on input data. It is possible to learn synaptic strength with STDP, to make a neuron more sensitive to its input. Similarly, it is possible to learn dendritic relationships with STDP, to make the neuron more sensitive to spatiotemporal input sequences. Feeding structured data to a WTA network with dendritic computation leads to a significantly higher number of discriminated input patterns. Without the dendritic computation, output neurons are less specific and may, for instance, be activated by a sequence in reverse order.

Keywords: dendritic computation, spiking neural networks, point neuron model

Procedia PDF Downloads 111
2191 Simulation as a Problem-Solving Spotter for System Reliability

Authors: Wheyming Tina Song, Chi-Hao Hong, Peisyuan Lin

Abstract:

An important performance measure for stochastic manufacturing networks is the system reliability, defined as the probability that the production output meets or exceeds a specified demand. The system parameters include the capacity of each workstation and numbers of the conforming parts produced in each workstation. We establish that eighteen archival publications, containing twenty-one examples, provide incorrect values of the system reliability. The author recently published the Song Rule, which provides the correct analytical system-reliability value; it is, however, computationally inefficient for large networks. In this paper, we use Monte Carlo simulation (implemented in C and Flexsim) to provide estimates for the above-mentioned twenty-one examples. The simulation estimates are consistent with the analytical solution for small networks but is computationally efficient for large networks. We argue here for three advantages of Monte Carlo simulation: (1) understanding stochastic systems, (2) validating analytical results, and (3) providing estimates even when analytical and numerical approaches are overly expensive in computation. Monte Carlo simulation could have detected the published analysis errors.

Keywords: Monte Carlo simulation, analytical results, leading digit rule, standard error

Procedia PDF Downloads 340
2190 Collaborative Environmental Management: A Case Study Research of Stakeholders' Collaboration in the Nigerian Oil-Producing Region

Authors: Favour Makuochukwu Orji, Yingkui Zhao

Abstract:

A myriad of environmental issues face the Nigerian industrial region, resulting from; oil and gas production, mining, manufacturing and domestic wastes. Amidst these, much effort has been directed by stakeholders in the Nigerian oil producing regions, because of the impacts of the region on the wider Nigerian economy. Research to date has suggested that collaborative environmental management could be an effective approach in managing environmental issues; but little attention has been given to the roles and practices of stakeholders in effecting a collaborative environmental management framework for the Nigerian oil-producing region. This paper produces a framework to expand and deepen knowledge relating to stakeholders aspects of collaborative roles in managing environmental issues in the Nigeria oil-producing region. The knowledge is derived from analysis of stakeholders’ practices – studied through multiple case studies using document analysis. Selected documents of key stakeholders – Nigerian government agencies, multi-national oil companies and host communities, were analyzed. Open and selective coding was employed manually during document analysis of data collected from the offices and websites of the stakeholders. The findings showed that the stakeholders have a range of roles, practices, interests, drivers and barriers regarding their collaborative roles in managing environmental issues. While they have interests for efficient resource use, compliance to standards, sharing of responsibilities, generating of new solutions, and shared objectives; there is evidence of major barriers which includes resource allocation, disjointed policy and regulation, ineffective monitoring, diverse socio- economic interests, lack of stakeholders’ commitment and limited knowledge sharing. However, host communities hold deep concerns over the collaborative roles of stakeholders for economic interests, particularly, where government agencies and multi-national oil companies are involved. With these barriers and concerns, a genuine stakeholders’ collaboration is found to be limited, and as a result, optimal environmental management practices and policies have not been successfully implemented in the Nigeria oil-producing region. A framework is produced that describes practices that characterize collaborative environmental management might be employed to satisfy the stakeholders’ interests. The framework recommends critical factors, based on the findings, which may guide a collaborative environmental management in the oil producing regions. The recommendations are designed to re-define the practices of stakeholders in managing environmental issues in the oil producing regions, not as something wholly new, but as an approach essential for implementing a sustainable environmental policy. This research outcome may clarify areas for future research as well as to contribute to industry guidance in the area of collaborative environmental management.

Keywords: collaborative environmental management framework, case studies, document analysis, multinational oil companies, Nigerian oil producing regions, Nigerian government agencies, stakeholders analysis

Procedia PDF Downloads 157
2189 Hierarchical Scheme for Detection of Rotating Mimo Visible Light Communication Systems Using Mobile Phone Camera

Authors: Shih-Hao Chen, Chi-Wai Chow

Abstract:

Multiple-input and multiple-output (MIMO) scheme can extend the transmission capacity for the light-emitting-diode (LED) visible light communication (VLC) system. The MIMO VLC system using the popular mobile-phone camera as the optical receiver (Rx) to receive MIMO signal from n x n Red-Green-Blue (RGB) LED array is desirable. The key step of decoding the received RGB LED array signals is detecting the direction of received array signals. If the LED transmitter (Tx) is rotated, the signal may not be received correctly and cause an error in the received signal. In this work, we propose and demonstrate a novel hierarchical transmission scheme which can reduce the computation complexity of rotation detection in LED array VLC system. We use the n x n RGB LED array as the MIMO Tx. A novel two dimension Hadamard coding scheme is proposed and demonstrated. The detection correction rate is above 95% in the indoor usage distance. Experimental results confirm the feasibility of the proposed scheme.

Keywords: Visible Light Communication (VLC), Multiple-input and multiple-output (MIMO), Red-Green-Blue (RGB), Hadamard coding scheme

Procedia PDF Downloads 403
2188 Wastewater Treatment by Floating Macrophytes (Salvinia natans) under Algerian Semi-Arid Climate

Authors: Laabassi Ayache, Boudehane Asma

Abstract:

Macrophyte pond has developed strongly in the field of wastewater treatment for irrigation in rural areas and small communities. Their association allows, in some cases, to increase the hydraulic capacity while maintaining the highest level of quality. The present work is devoted to the treatment of domestic wastewater under climatic conditions of Algeria (semi-arid) through a system using two tanks planted with Salvinia natans. The performance study and treatment efficiency of the system overall shows that the latter provides a significant removal of nitrogen pollution: total Kjeldahl nitrogen NTK (85.2%), Ammonium NH₄⁺-N (79%), Nitrite NO₂⁻-N (40%) also, a major meaningful reduction of biochemical oxygen demand BOD₅ was observed at the output of the system (96.9 %). As BOD₅, the chemical oxygen demand (COD) removal was higher than 95% at the exit of the two tanks. A moderately low yield of phosphate-phosphorus (PO₄³-P) was achieved with values not exceeding 37%. In general, the quality of treated effluent meets the Algerian standard of discharge and which allows us to select a suitable species in constructed wetland treatment systems under semi-arid climate.

Keywords: nutrient removal, Salvinia natans, semi-arid climate, wastewater treatment

Procedia PDF Downloads 135
2187 Admission Control Policy for Remanufacturing Activities with Quality Variation of Returns

Authors: Sajjad Farahani, Wilkistar Otieno, Xiaohang Yue

Abstract:

This paper develops a model for the optimal disposition decision for product returns in a remanufacturing system with limited recoverable inventory capacity. In this model, a constant demand is satisfied by remanufacturing returned products which are up to the minimum required quality grade. The quality grade of returned products is uncertain and remanufacturing cost increases as the quality level decreases, and remanufacturer wishes to determine which returned product to accept to be remanufactured for reselling, and any unaccepted returns may be salvaged at a value that increases with their quality level. Accepted returns can be stocked for remanufacturing upon demand requests, but incur a holding cost. A Markov decision problem is formulated in order to evaluate various performance measures for this system and obtain the optimal remanufacturing policy. A detailed numerical study reveals that our approach to the disposition problem outperforms the current industrial practice ignoring quality grade of returned products. In addition, we identify conditions under which this improvement is the highest.

Keywords: green supply chain management, matrix geometric method, production recovery, reverse supply chains

Procedia PDF Downloads 296
2186 Re-Designing Community Foodscapes to Enhance Social Inclusion in Sustainable Urban Environments

Authors: Carles Martinez-Almoyna Gual, Jiwon Choi

Abstract:

Urban communities face risks of disintegration and segregation as a consequence of globalised migration processes towards urban environments. Linking social and cultural components with environmental and economic dimensions becomes the goal of all the disciplines that aim to shape more sustainable urban environments. Solutions require interdisciplinary approaches and the use of a complex array of tools. One of these tools is the implementation of urban farming, which provides a wide range of advantages for creating more inclusive spaces and integrated communities. Since food is strongly related to the values and identities of any cultural group, it can be used as a medium to promote social inclusion in the context of urban multicultural societies. By bringing people together into specific urban sites, food production can be integrated into multifunctional spaces while addressing social, economic and ecological goals. The goal of this research is to assess different approaches to urban agriculture by analysing three existing community gardens located in Newtown, a suburb of Wellington, New Zealand. As a context for developing research, Newtown offers different approaches to urban farming and is really valuable for observing current trends of socialization in diverse and multicultural societies. All three spaces are located on public land owned by Wellington City Council and confined to a small, complex and progressively denser urban area. The developed analysis was focused on social, cultural and physical dimensions, combining community engagement with different techniques of spatial assessment. At the same time, a detailed investigation of each community garden was conducted with comparative analysis methodologies. This multidirectional setting of the analysis was established for extracting from the case studies both specific and typological knowledge. Each site was analysed and categorised under three broad themes: people, space and food. The analysis revealed that all three case studies had really different spatial settings, different approaches to food production and varying profiles of supportive communities. The main differences identified were demographics, values, objectives, internal organization, appropriation, and perception of the space. The community gardens were approached as case studies for developing design research. Following participatory design processes with the different communities, the knowledge gained from the analysis was used for proposing changes in the physical environment. The end goal of the design research was to improve the capacity of the spaces to facilitate social inclusiveness. In order to generate tangible changes, a range of small, strategic and feasible spatial interventions was explored. The smallness of the proposed interventions facilitates implementation by reducing time frames, technical resources, funding needs, and legal processes, working within the community´s own realm. These small interventions are expected to be implemented over time as part of an ongoing collaboration between the different communities, the university, and the local council. The applied research methodology showcases the capacity of universities to develop civic engagement by working with real communities that have concrete needs and face overall threats of disintegration and segregation.

Keywords: community gardening, landscape architecture, participatory design, placemaking, social inclusion

Procedia PDF Downloads 108
2185 Geotechnical Characterization of Landslide in Dounia Park, Algiers, Algeria

Authors: Mira Filali, Amar Nechnech

Abstract:

Most landslides in Algiers take place in Piacenzian marls of the Sahel (port in Arabic) and cause severe damage to properties and infrastructures. The aim of this paper is to describe the results of experimental as well as theoretical analysis of landslides. In order to understand the process which caused this slope instabilities, the results of geotechnical investigation carried out by the laboratory of construction (LNHC) laboratory in the area of Dounia park were analyzed, including particle size distribution, Atterberg limits, shear strength, odometer and pressuremeter tests. The study shows that the soils exhibited a high capacity to swelling according to index plasticity and clay content. Highs limit liquidity (LL) (53.45%) means that the soils are susceptible to landslides. The stability analysis carried out using finite element method, shows that the slope is stable (Fs > 1) in dry condition and in static state. Despite this results, the stable site could be described as only conditionally stable because slope failure can occur under combined effect of different factors. In fact the safety factor obtained by applying load when the phreatic surface is at ground, less than 1.5.

Keywords: index properties, landslides, safety factor, slope stability

Procedia PDF Downloads 214
2184 The Strategic Gas Aggregator: A Key Legal Intervention in an Evolving Nigerian Natural Gas Sector

Authors: Olanrewaju Aladeitan, Obiageli Phina Anaghara-Uzor

Abstract:

Despite the abundance of natural gas deposits in Nigeria and the immense potential, this presents both for the domestic and export oriented revenue, there exists an imbalance in the preference for export as against the development and optimal utilization of natural gas for the domestic industry. Considerable amounts of gas are still being wasted by flaring in the country to this day. Although the government has set in place initiatives to harness gas at the flare and thereby reduce volumes flared, the gas producers would rather direct the gas produced to the export market whereas gas apportioned to the domestic market is often marred by the low domestic gas price which is often discouraging to the gas producers. The exported fraction of gas production no doubt yields healthy revenues for the government and an encouraging return on investment for the gas producers and for this reason export sales remain enticing and preferable to the domestic sale of gas. This export pull impacts negatively if left unchecked, on the domestic market which is in no position to match the price at the international markets. The issue of gas price remains critical to the optimal development of the domestic gas industry, in that it comprises the basis for investment decisions of the producers on the allocation of their scarce resources and to what project to channel their output in order to maximize profit. In order then to rebalance the domestic industry and streamline the market for gas, the Gas Aggregation Company of Nigeria, also known as the Strategic Aggregator was proposed under the Nigerian Gas Master Plan of 2008 and then established pursuant to the National Gas Supply and Pricing Regulations of 2008 to implement the domestic gas supply obligation which focuses on ramping-up gas volumes for domestic utilization by mandatorily requiring each gas producer to dedicate a portion of its gas production for domestic utilization before having recourse to the export market. The 2008 Regulations further stipulate penalties in the event of non-compliance. This study, in the main, assesses the adequacy of the legal framework for the Nigerian Gas Industry, given that the operational laws are structured more for oil than its gas counterpart; examine the legal basis for the Strategic Aggregator in the light of the Domestic Gas Supply and Pricing Policy 2008 and the National Domestic Gas Supply and Pricing Regulations 2008 and makes a case for a review of the pivotal role of the Aggregator in the Nigerian Gas market. In undertaking this assessment, the doctrinal research methodology was adopted. Findings from research conducted reveal the reawakening of the Federal Government to the immense potential of its gas industry as a critical sector of its economy and the need for a sustainable domestic natural gas market. A case for the review of the ownership structure of the Aggregator to comprise a balanced mix of the Federal Government, gas producers and other key stakeholders in order to ensure the effective implementation of the domestic supply obligations becomes all the more imperative.

Keywords: domestic supply obligations, natural gas, Nigerian gas sector, strategic gas aggregator

Procedia PDF Downloads 197
2183 Tuberculosis Outpatient Treatment in the Context of Reformation of the Health Care System

Authors: Danylo Brindak, Viktor Liashko, Olexander Chepurniy

Abstract:

Despite considerable experience in implementation of the best international approaches and services within response to epidemy of multi-drug resistant tuberculosis, the results of situation analysis indicate the presence of faults in this area. In 2014, Ukraine (for the first time) was included in the world’s five countries with the highest level of drug-resistant tuberculosis. The effectiveness of its treatment constitutes only 35% in the country. In this context, the increase in allocation of funds to control the epidemic of multidrug-resistant tuberculosis does not produce perceptible positive results. During 2001-2016, only the Global Fund to fight AIDS, Tuberculosis, and Malaria allocated to Ukraine more than USD 521,3 million for programs of tuberculosis and HIV/AIDS control. However, current conditions in post-Semashko system create little motivation for rational use of resources or cost control at inpatient TB facilities. There is no motivation to reduce overdue hospitalization and to target resources to priority sectors of modern tuberculosis control, including a model of care focused on the patient. In the presence of a line-item budget at medical institutions, based on the input factors as the ratios of beds and staff, there is a passive disposal of budgetary funds by health care institutions and their employees who have no motivation to improve quality and efficiency of service provision. Outpatient treatment of tuberculosis is being implemented in Ukraine since 2011 and has many risks, namely creation of parallel systems, low consistency through dependence on funding for the project, reduced the role of the family doctor, the fragmentation of financing, etc. In terms of reforming approaches to health system financing, which began in Ukraine in late 2016, NGO Infection Control in Ukraine conducted piloting of a new, motivating method of remuneration of employees in primary health care. The innovative aspect of this funding mechanism is cost according to results of treatment. The existing method of payment on the basis of the standard per inhabitant (per capita ratio) was added with motivating costs according to results of work. The effectiveness of such treatment of TB patients at the outpatient stage is 90%, while in whole on the basis of a current system the effectiveness of treatment of newly diagnosed pulmonary TB with positive swab is around 60% in the country. Even though Ukraine has 5.24 TB beds per 10 000 citizens. Implemented pilot model of ambulatory treatment will be used for the creation of costs system according to results of activities, the integration of TB and primary health and social services and their focus on achieving results, the reduction of inpatient treatment of tuberculosis.

Keywords: health care reform, multi-drug resistant tuberculosis, outpatient treatment efficiency, tuberculosis

Procedia PDF Downloads 133
2182 Community Based Disaster Risk Reduction in Mizoram, India

Authors: Lalrokima Chenkual

Abstract:

Legal provision and various guidelines issued by the National Disaster Management Authority in India strives for setting up of disaster management authority from the central government to the district level. Community-Based Disaster Risk Reduction practice is still relevant as the communities are the victim as well as the first responder in any incidents. The primary goal of Community Based Disaster Risk Reduction is to reduce vulnerability of the concerned community and strengthen its existing capacity to cope with disaster. By involving the community in the preparedness phase, it not only increases the likelihood of coordinated action by the communities to help in mitigating disasters and lessening the impact of disaster but also brings the community together to address the issue collectively. Community participation ensures local ownership, addresses local needs, and promotes volunteerism and mutual help to prevent and minimise damage. Community-Based Disaster Risk Reduction is very much relevant for Mizoram as the society is closed knit, population is very less, religion homogeneity i.e Christianity, very active and widespread community-based organization viz, Young Mizo Association, MHIP (Women Federation), MUP (Elders Clubs which are guided together by Mizo code of morals conduct termed as Tlawmngaihna.

Keywords: community, close-knit, first responder, Tlawmngaihna

Procedia PDF Downloads 126
2181 New Approach for Minimizing Wavelength Fragmentation in Wavelength-Routed WDM Networks

Authors: Sami Baraketi, Jean Marie Garcia, Olivier Brun

Abstract:

Wavelength Division Multiplexing (WDM) is the dominant transport technology used in numerous high capacity backbone networks, based on optical infrastructures. Given the importance of costs (CapEx and OpEx) associated to these networks, resource management is becoming increasingly important, especially how the optical circuits, called “lightpaths”, are routed throughout the network. This requires the use of efficient algorithms which provide routing strategies with the lowest cost. We focus on the lightpath routing and wavelength assignment problem, known as the RWA problem, while optimizing wavelength fragmentation over the network. Wavelength fragmentation poses a serious challenge for network operators since it leads to the misuse of the wavelength spectrum, and then to the refusal of new lightpath requests. In this paper, we first establish a new Integer Linear Program (ILP) for the problem based on a node-link formulation. This formulation is based on a multilayer approach where the original network is decomposed into several network layers, each corresponding to a wavelength. Furthermore, we propose an efficient heuristic for the problem based on a greedy algorithm followed by a post-treatment procedure. The obtained results show that the optimal solution is often reached. We also compare our results with those of other RWA heuristic methods.

Keywords: WDM, lightpath, RWA, wavelength fragmentation, optimization, linear programming, heuristic

Procedia PDF Downloads 506
2180 Seismic Behavior of Three-Dimensional Steel Buildings with Post-Tensioned Connections

Authors: Manuel E. Soto-López, Israel Gaxiola-Avendaño, Alfredo Reyes-Salazar, Eden Bojórquez, Sonia E. Ruiz

Abstract:

The seismic responses of steel buildings with semi-rigid post-tensioned connections (PC) are estimated and compared with those of steel buildings with typical rigid (welded) connections (RC). The comparison is made in terms of global and local response parameters. The results indicate that the seismic responses in terms of interstory shears, roof displacements, axial load and bending moments are smaller for the buildings with PC connection. The difference is larger for global than for local parameters, which in turn varies from one column location to another. The reason for this improved behavior is that the buildings with PC dissipate more hysteretic energy than those with RC. In addition, unlike the case of buildings with WC, for the PC structures the hysteretic energy is mostly dissipated at the connections, which implies that structural damage in beams and columns is not significant. According to this results, steel buildings with PC are a viable option in highseismicity areas because of their smaller response and self-centering connection capacity as well as the fact that brittle failure is avoided.

Keywords: inter-story drift, nonlinear time-history analysis, post-tensioned connections, steel buildings

Procedia PDF Downloads 484
2179 A Genetic Algorithm Approach to Solve a Weaving Job Scheduling Problem, Aiming Tardiness Minimization

Authors: Carolina Silva, João Nuno Oliveira, Rui Sousa, João Paulo Silva

Abstract:

This study uses genetic algorithms to solve a job scheduling problem in a weaving factory. The underline problem regards an NP-Hard problem concerning unrelated parallel machines, with sequence-dependent setup times. This research uses real data regarding a weaving industry located in the North of Portugal, with a capacity of 96 looms and a production, on average, of 440000 meters of fabric per month. Besides, this study includes a high level of complexity once most of the real production constraints are applied, and several real data instances are tested. Topics such as data analyses and algorithm performance are addressed and tested, to offer a solution that can generate reliable and due date results. All the approaches will be tested in the operational environment, and the KPIs monitored, to understand the solution's impact on the production, with a particular focus on the total number of weeks of late deliveries to clients. Thus, the main goal of this research is to develop a solution that allows for the production of automatically optimized production plans, aiming to the tardiness minimizing.

Keywords: genetic algorithms, textile industry, job scheduling, optimization

Procedia PDF Downloads 138
2178 Modeling and Performance Evaluation of an Urban Corridor under Mixed Traffic Flow Condition

Authors: Kavitha Madhu, Karthik K. Srinivasan, R. Sivanandan

Abstract:

Indian traffic can be considered as mixed and heterogeneous due to the presence of various types of vehicles that operate with weak lane discipline. Consequently, vehicles can position themselves anywhere in the traffic stream depending on availability of gaps. The choice of lateral positioning is an important component in representing and characterizing mixed traffic. The field data provides evidence that the trajectory of vehicles in Indian urban roads have significantly varying longitudinal and lateral components. Further, the notion of headway which is widely used for homogeneous traffic simulation is not well defined in conditions lacking lane discipline. From field data it is clear that following is not strict as in homogeneous and lane disciplined conditions and neighbouring vehicles ahead of a given vehicle and those adjacent to it could also influence the subject vehicles choice of position, speed and acceleration. Given these empirical features, the suitability of using headway distributions to characterize mixed traffic in Indian cities is questionable, and needs to be modified appropriately. To address these issues, this paper attempts to analyze the time gap distribution between consecutive vehicles (in a time-sense) crossing a section of roadway. More specifically, to characterize the complex interactions noted above, the influence of composition, manoeuvre types, and lateral placement characteristics on time gap distribution is quantified in this paper. The developed model is used for evaluating various performance measures such as link speed, midblock delay and intersection delay which further helps to characterise the vehicular fuel consumption and emission on urban roads of India. Identifying and analyzing exact interactions between various classes of vehicles in the traffic stream is essential for increasing the accuracy and realism of microscopic traffic flow modelling. In this regard, this study aims to develop and analyze time gap distribution models and quantify it by lead lag pair, manoeuvre type and lateral position characteristics in heterogeneous non-lane based traffic. Once the modelling scheme is developed, this can be used for estimating the vehicle kilometres travelled for the entire traffic system which helps to determine the vehicular fuel consumption and emission. The approach to this objective involves: data collection, statistical modelling and parameter estimation, simulation using calibrated time-gap distribution and its validation, empirical analysis of simulation result and associated traffic flow parameters, and application to analyze illustrative traffic policies. In particular, video graphic methods are used for data extraction from urban mid-block sections in Chennai, where the data comprises of vehicle type, vehicle position (both longitudinal and lateral), speed and time gap. Statistical tests are carried out to compare the simulated data with the actual data and the model performance is evaluated. The effect of integration of above mentioned factors in vehicle generation is studied by comparing the performance measures like density, speed, flow, capacity, area occupancy etc under various traffic conditions and policies. The implications of the quantified distributions and simulation model for estimating the PCU (Passenger Car Units), capacity and level of service of the system are also discussed.

Keywords: lateral movement, mixed traffic condition, simulation modeling, vehicle following models

Procedia PDF Downloads 325
2177 Corrosion Inhibition of AA2024 Alloy with Graphene Oxide Derivative: Electrochemical and Surface Analysis

Authors: Nisrine Benzbiria, Abderrahmane Thoume, Mustapha Zertoubi

Abstract:

The goal of this research is to investigate the corrosion inhibition potential of functionalized graphene oxide (GO) with oxime derivative on AA2024-T3 surface in synthetic seawater. The utilization of functionalized graphene oxide is creating a category of corrosion inhibitors known as organically modified nanomaterials. In our work, the functionalization of GO by chalcone oxime enables graphene oxide to have enhanced water solubility and a good corrosion mitigation capacity. Fourier-transform infrared (FT-IR) spectroscopy was utilized to evaluate the main functional groups of the inhibitor. Electrochemical impedance spectroscopy (EIS) and potentiodynamic polarization curves (PDP) showed that the inhibitor acts as a mixed-type inhibitor. The inhibitory efficiency (IE) improved as the concentration increased to a value of 96% after one hour of exposure to a medium containing 60 mg/L ppm of the inhibitor. According to thermodynamic calculations, the adsorption of the inhibitor on the AA2024-T3 surface in 3% NaCl followed the Langmuir isotherm. The formation of a barrier layer was further confirmed by surface analysis. The protective film prevented the alloy dissolution and limited the accessibility of attacking ions, as evinced by solution analysis techniques.

Keywords: AA2024-T3, NaCl, electrochemical methods, FT-IR, SEM/AFM, DFT, MC simulation

Procedia PDF Downloads 39
2176 Seismic Resistant Columns of Buildings against the Differential Settlement of the Foundation

Authors: Romaric Desbrousses, Lan Lin

Abstract:

The objective of this study is to determine how Canadian seismic design provisions affect the column axial load resistance of moment-resisting frame reinforced concrete buildings subjected to the differential settlement of their foundation. To do so, two four-storey buildings are designed in accordance with the seismic design provisions of the Canadian Concrete Design Standards. One building is located in Toronto, which is situated in a moderate seismic hazard zone in Canada, and the other in Vancouver, which is in Canada’s highest seismic hazard zone. A finite element model of each building is developed using SAP 2000. A 100 mm settlement is assigned to the base of the building’s center column. The axial load resistance of the column is represented by the demand capacity ratio. The analysis results show that settlement-induced tensile axial forces have a particularly detrimental effect on the conventional settling columns of the Toronto buildings which fail at a much smaller settlement that those in the Vancouver buildings. The results also demonstrate that particular care should be taken in the design of columns in short-span buildings.

Keywords: Columns, Demand, Foundation differential settlement, Seismic design, Non-linear analysis

Procedia PDF Downloads 111
2175 Gendered Violence Against Female Students Who Drink Alcohol: Perspectives Of South African Male University Students

Authors: Shakila Singh

Abstract:

Research on gender, sexual risk, and gender violence at universities has found alcohol to be a significant contributor. Studies from universities around the world suggest that drinking at universities is characterised by excess. However, not much attention has been given to the connections that students make between alcohol and violence. In this qualitative study, alcohol-fuelled violence against female students from the perspectives of male students themselves is analysed. In-depth individual interviews were conducted with ten volunteer undergraduate male students who reside in university residences. The findings reveal that alcohol continues to be seen as a masculine privilege. Male students explain that they use alcohol to give them the courage to perform hegemonic heterosexual masculinities. They use alcohol to enhance their capacity to control women. At the same time, they hold alcohol responsible for their loss of control when drunk. Male students also exploit alcohol as currency to coerce women into submission of sexual favours. By blaming alcohol for any deviant behaviour, they relinquish themselves from the responsibility of violating female students. The paper argues that violence prevention efforts in educational contexts must address the ways in which alcohol shapes the experience of gender, sexuality, and violence.

Keywords: alcohol-related violence, gender, and alcohol, hegemonic masculinities, university students

Procedia PDF Downloads 133
2174 Connecting the Dots: Bridging Academia and National Community Partnerships When Delivering Healthy Relationships Programming

Authors: Nicole Vlasman, Karamjeet Dhillon

Abstract:

Over the past four years, the Healthy Relationships Program has been delivered in community organizations and schools across Canada. More than 240 groups have been facilitated in collaboration with 33 organizations. As a result, 2157 youth have been engaged in the programming. The purpose and scope of the Healthy Relationships Program are to offer sustainable, evidence-based skills through small group implementation to prevent violence and promote positive, healthy relationships in youth. The program development has included extensive networking at regional and national levels. The Healthy Relationships Program is currently being implemented, adapted, and researched within the Resilience and Inclusion through Strengthening and Enhancing Relationships (RISE-R) project. Alongside the project’s research objectives, the RISE-R team has worked to virtually share the ongoing findings of the project through a slow ontology approach. Slow ontology is a practice integrated into project systems and structures whereby slowing the pace and volume of outputs offers creative opportunities. Creative production reveals different layers of success and complements the project, the building blocks for sustainability. As a result of integrating a slow ontology approach, the RISE-R team has developed a Geographic Information System (GIS) that documents local landscapes through a Story Map feature, and more specifically, video installations. Video installations capture the cartography of space and place within the context of singular diverse community spaces (case studies). By documenting spaces via human connections, the project captures narratives, which further enhance the voices and faces of the community within the larger project scope. This GIS project aims to create a visual and interactive flow of information that complements the project's mixed-method research approach. Conclusively, creative project development in the form of a geographic information system can provide learning and engagement opportunities at many levels (i.e., within community organizations and educational spaces or with the general public). In each of these disconnected spaces, fragmented stories are connected through a visual display of project outputs. A slow ontology practice within the context of the RISE-R project documents activities on the fringes and within internal structures; primarily through documenting project successes as further contributions to the Centre for School Mental Health framework (philosophy, recruitment techniques, allocation of resources and time, and a shared commitment to evidence-based products).

Keywords: community programming, geographic information system, project development, project management, qualitative, slow ontology

Procedia PDF Downloads 138
2173 Body Image Dissatifaction with and Personal Behavioral Control in Obese Patients Who are Attending to Treatment

Authors: Mariela Gonzalez, Zoraide Lugli, Eleonora Vivas, Rosana Guzmán

Abstract:

The objective was to determine the predictive capacity of self-efficacy perceived for weight control, locus of weight control and skills of weight self-management in the dissatisfaction of the body image in obese people who attend treatment. Sectional study conducted in the city of Maracay, Venezuela, with 243 obese who attend to treatment, 173 of the feminine gender and 70 of the male, with ages ranging between 18 and 57 years old. The sample body mass index ranged between 29.39 and 44.14. The following instruments were used: The Body Shape Questionnaire (BSQ), the inventory of body weight self-regulation, The Inventory of self-efficacy in the regulation of body weight and the Inventory of the Locus of weight control. Calculating the descriptive statistics and of central tendency, coefficients of correlation and multiple regression; it was found that a low ‘perceived Self-efficacy in the weight control’ and a high ‘Locus of external control’, predict the dissatisfaction with body image in obese who attend treatment. The findings are a first approximation to give an account of the importance of the personal control variables in the study of the psychological grief on the overweight individual.

Keywords: dissatisfaction with body image, obese people, personal control, psychological variables

Procedia PDF Downloads 412
2172 Utilization of a Composite of Oil Ash, Scoria, and Expanded Perlite with Polyethylene Glycol for Energy Storage Systems

Authors: Khaled Own Mohaisen, Md. Hasan Zahir, Salah U. Al-Dulaijan, Shamsad Ahmad, Mohammed Maslehuddin

Abstract:

Shape-stabilized phase change materials (ss-PCMs) for energy storage systems were developed using perlite, scoria, and oil ash as a carrier, with polyethylene glycol (PEG) with a molecular weight of 6000 as phase change material (PCM). Physical mixing using simple impregnation of ethanol evaporation technique method was carried out to fabricate the form stabilized PCM. The fabricated PCMs prevent leakage, reduce the supercooling effect and minimize recalescence problems of the PCM. The differential scanning calorimetry (DSC) results show that perlite composite (ExPP) has the highest latent heat of melting and freezing values of (141.6 J/g and 143.7 J/g) respectively, compared with oil ash (OAP) and scoria (SCP) composites. Moreover, ExPP has the highest impregnation ratio, energy storage efficiency, and energy storage capacity compared with OAP and SCP. However, OAP and SCP have higher thermal conductivity values compared to ExPP composites which accelerate the thermal storage response in the composite. These results were confirmed with DSC, and the characteristic of the PCMs was investigated by using XRD and FE-SEM techniques.

Keywords: expanded perlite, oil ash, scoria, energy storage material

Procedia PDF Downloads 62
2171 The Capacity of Mel Frequency Cepstral Coefficients for Speech Recognition

Authors: Fawaz S. Al-Anzi, Dia AbuZeina

Abstract:

Speech recognition is of an important contribution in promoting new technologies in human computer interaction. Today, there is a growing need to employ speech technology in daily life and business activities. However, speech recognition is a challenging task that requires different stages before obtaining the desired output. Among automatic speech recognition (ASR) components is the feature extraction process, which parameterizes the speech signal to produce the corresponding feature vectors. Feature extraction process aims at approximating the linguistic content that is conveyed by the input speech signal. In speech processing field, there are several methods to extract speech features, however, Mel Frequency Cepstral Coefficients (MFCC) is the popular technique. It has been long observed that the MFCC is dominantly used in the well-known recognizers such as the Carnegie Mellon University (CMU) Sphinx and the Markov Model Toolkit (HTK). Hence, this paper focuses on the MFCC method as the standard choice to identify the different speech segments in order to obtain the language phonemes for further training and decoding steps. Due to MFCC good performance, the previous studies show that the MFCC dominates the Arabic ASR research. In this paper, we demonstrate MFCC as well as the intermediate steps that are performed to get these coefficients using the HTK toolkit.

Keywords: speech recognition, acoustic features, mel frequency, cepstral coefficients

Procedia PDF Downloads 237
2170 An Investigation on Energy Absorption Capacity of a Composite Metal Foam Developed from Aluminum by Reinforcing with Cermet Hollow Spheres

Authors: Fisseha Zewdie, Naresh Bhatnagar

Abstract:

Lightweight and strong aluminum foam is developed by reinforcing Al-Si-Cu alloy (LM24) with Cermet Hollow Spheres (CHS) as porous creating agents. The foam samples were prepared by mixing the CHS in molten LM24 at 750°C, using gravity and stir casting. The CHSs were fabricated using a blend of silicon carbide and stainless-steel powders using the powder metallurgy technique. It was found that CHS reinforcement greatly enhances the performance of the composite metal foam, making it suitable for high impact loading applications such as crash protection and shock absorption. This study examined the strength, density, energy absorption and possible applications of the new aluminum foam. The results revealed that the LM24 foam reinforced with the CHS has the highest energy absorption of about 88 MJ/m3 among all categories of foam samples tested. Its density was found to be 1.3 g/cm3, while the strength, densification strains and porosity were 420 MPa, 34% and 70%, respectively. Besides, the matrix and reinforcement's microstructure, chemical composition, X-ray diffraction, HRTEM and related micrographic analyses are performed for characterization and verifications.

Keywords: composite metal foam, hollow spheres, gravity casting, energy absorption

Procedia PDF Downloads 50
2169 Determinants of Maternal Near-Miss among Women in Public Hospital Maternity Wards in Northern Ethiopia: A Facility Based Case-Control Study

Authors: Dejene Ermias Mekango, Mussie Alemayehu, Gebremedhin Berhe Gebregergs, Araya Abrha Medhanye, Gelila Goba

Abstract:

Background: Maternal near miss (MNM) can be used as a proxy indicator of maternal mortality ratio. There is a huge gap in life time risk between Sub-Saharan Africa and developed countries. In Ethiopia, a significant number of women die each year from complications during pregnancy, childbirth and the post-partum period. Besides, a few studies have been performed on MNM, and little is known regarding determinant factors. This study aims to identify determinants of MNM among women in Tigray region, Northern Ethiopia. Methods: a case-control study in hospital found in Tigray region, Ethiopia was conducted from January 30 - March 30, 2016. The sample included 103 cases and 205 controls recruited from women seeking obstetric care at six public hospitals. Clients having a life-threatening obstetric complication including haemorrhage, hypertensive diseases of pregnancy, dystocia, infections, and anemia or clinical signs of severe anemia in women without haemorrhage were taken as cases and those with normal obstetric outcomes were considered as controls. Cases were selected based on proportional to size allocation while systematic sampling was employed for controls. Data were analyzed using SPSS version 20.0. Binary and multiple variable logistic regression (odds ratio) analyses were calculated with 95% CI. Results: The largest proportion of cases and controls was among the ages of20–29 years, accounting for37.9 %( 39) of cases and 31.7 %( 65) of controls. Roughly 90% of cases and controls were married. About two-thirds of controls and 45.6 %( 47) of cases had gestational age between 37-41 weeks. History of chronic medical conditions was reported in 55.3 %(57) of cases and 33.2%(68) of controls. Women with no formal education [AOR=3.2;95%CI:1.24, 8.12],being less than 16 years old at first pregnancy [AOR=2.5; 95%CI:1.12,5.63],induced labor[AOR=3; 95%CI:1.44, 6.17], history of Cesarean section (C-section) [AOR=4.6; 95%CI: 1.98, 7.61] or chronic medical disorder[AOR=3.5;95%CI:1.78, 6.93], and women who traveled more than 60 minutes before reaching their final place of care[AOR=2.8;95% CI: 1.19,6.35] all had higher odds of experiencing MNM. Conclusions: The Government of Ethiopia should continue its effort to address the lack of road and health facility access as well as education, which will help reduce MNM. Work should also be continued to educate women and providers about common predictors of MNM like the history of C-section, chronic illness, and teenage pregnancy. These efforts should be carried out at the facility, community, and individual levels. The targeted follow-up to women with a history of chronic disease and C-section could also be a practical way to reduce MNM.

Keywords: maternal near miss, severe obstetric hemorrhage, hypertensive disorder, c-section, Tigray, Ethiopia

Procedia PDF Downloads 196
2168 Modelling a Hospital as a Queueing Network: Analysis for Improving Performance

Authors: Emad Alenany, M. Adel El-Baz

Abstract:

In this paper, the flow of different classes of patients into a hospital is modelled and analyzed by using the queueing network analyzer (QNA) algorithm and discrete event simulation. Input data for QNA are the rate and variability parameters of the arrival and service times in addition to the number of servers in each facility. Patient flows mostly match real flow for a hospital in Egypt. Based on the analysis of the waiting times, two approaches are suggested for improving performance: Separating patients into service groups, and adopting different service policies for sequencing patients through hospital units. The separation of a specific group of patients, with higher performance target, to be served separately from the rest of patients requiring lower performance target, requires the same capacity while improves performance for the selected group of patients with higher target. Besides, it is shown that adopting the shortest processing time and shortest remaining processing time service policies among other tested policies would results in, respectively, 11.47% and 13.75% reduction in average waiting time relative to first come first served policy.

Keywords: queueing network, discrete-event simulation, health applications, SPT

Procedia PDF Downloads 169
2167 Jirga: A Traditional Approach to Peacebuidling in Conflict Affected Fragile Communities of Khyber Pakhtunkhwa

Authors: Nizar Ahmad, Mushtaq Ahmad Jadoon, Farhat Ullah

Abstract:

This study investigates the peace efforts made by Pakhtun’s traditional institution Jirga in conflict-affected communities of Khyber Pakhtunkhwa. Data were collected through a structured interview schedule from a sample of 278 household members in four selected villages of Dir Upper and Dir Lower Districts. A Chi square test was applied to ascertain relationships between Jirga related factors with the state of peace in the study area. It was found that factors such as Jirga regularly conducted meetings (P=. 000), it inflicted punishment upon local militants (P=. 001), ex-combatants were re-integrated through Jirga (P= .000) and Jirga ordered the local the defiant to leave the community had a significant association with state of peace in the area. It is concluded that Jirga system had played a vital role in the peacebuilding process of the area through provision of support to government in peace operation and mobilizing local people for peace in the area. It is suggested that Jirga shall to be the part of peace process and government needs to provide its possible support to members of the Jirga in order to enhance their capacity of peace work.

Keywords: Jirga, peacebuilding, terrorism, traditional mechanism, conflict affect areas

Procedia PDF Downloads 318