Search results for: non-convex cost function
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 10546

Search results for: non-convex cost function

4186 Isolation, Identification and Characterization of the Bacteria and Yeast from the Fermented Stevia Extract

Authors: Asato Takaishi, Masashi Nasuhara, Ayuko Itsuki, Kenichi Suga

Abstract:

Stevia (Stevia rebaudiana Bertoni) is a composite plant native to Paraguay. Stevia sweetener is derived from a hot water extract of Stevia (Stevia extract), which has some effects such as histamine decomposition, antioxidative effect, and blood sugar level-lowering function. The steviol glycosides in the Stevia extract are considered to contribute to these effects. In addition, these effects increase by the fermentation. However, it takes a long time for fermentation of Stevia extract and the fermentation liquid sometimes decays during the fermentation process because natural fermentation method is used. The aim of this study is to perform the fermentation of Stevia extract in a shorter period, and to produce the fermentation liquid in stable quality. From the natural fermentation liquid of Stevia extract, the four strains of useful (good taste) microorganisms were isolated using dilution plate count method and some properties were determined. The base sequences of 16S rDNA and 28S rDNA revealed three bacteria (two Lactobacillus sp. and Microbacterium sp.) and one yeast (Issatchenkia sp.). This result has corresponded that several kinds of lactic bacterium such as Lactobacillus pentosus and Lactobacillus buchneri were isolated from Stevia leaves. Liquid chromatography/mass spectrometory (LC/MS/MS) and High-Performance Liquid Chromatography (HPLC) were used to determine the contents of steviol glycosides and neutral sugars. When these strains were cultured in the sterile Stevia extract, the steviol and stevioside were increased in the fermented Stevia extract. So, it was suggested that the rebaudioside A and the mixture of steviol glycosides in the Stevia extract were decomposed into stevioside and steviol by microbial metabolism.

Keywords: fermentation, lactobacillus, Stevia, steviol glycosides, yeast

Procedia PDF Downloads 558
4185 Translation as a Cultural Medium: Understanding the Mauritian Culture and History through an English Translation

Authors: Pooja Booluck

Abstract:

This project seeks to translate a chapter in Le Silence des Chagos by Shenaz Patel a Mauritian author whose work has never been translated before. The chapter discusses the attempt of the protagonist to return to her home country Diego Garcia after her deportation. The English translation will offer an historical account to the target audience of the deportation of Chagossians to Mauritius during the 1970s. The target audience comprises of English-speaking translation scholars translation students and African literature scholars. In light of making the cultural elements of Mauritian culture accessible the translation will maintain the cultural items such as food and oral discourses in Creole so as to preserve the authenticity of the source culture. In order to better comprehend the cultural elements mentioned the target reader will be provided with detailed footnotes explaining the cultural and historical references. This translation will also address the importance of folkloric songs in Mauritius and its intergenerational function in Mauritian communities which will also remain in Creole. While such an approach will help to preserve the meaning of the source text the borrowing technique and the foreignizing method will be employed which will in turn help the reader in becoming more familiar with the Mauritian community. Translating a text from French to English while maintaining certain words or discourses in a minority language such as Creole bears certain challenges: How does the translator ensure the comprehensibility of the reader? Are there any translation losses? What are the choices of the translator?

Keywords: Chagos archipelagos in Exile, English translation, Le Silence des Chagos, Mauritian culture and history

Procedia PDF Downloads 311
4184 Cantilever Secant Pile Constructed in Sand: Numerical Comparative Study and Design Aids – Part II

Authors: Khaled R. Khater

Abstract:

All civil engineering projects include excavation work and therefore need some retaining structures. Cantilever secant pile walls are an economical supporting system up to 5.0-m depths. The parameters controlling wall tip displacement are the focus of this paper. So, two analysis techniques have been investigated and arbitrated. They are the conventional method and finite element analysis. Accordingly, two computer programs have been used, Excel sheet and Plaxis-2D. Two soil models have been used throughout this study. They are Mohr-Coulomb soil model and Isotropic Hardening soil models. During this study, two soil densities have been considered, i.e. loose and dense sand. Ten wall rigidities have been analyzed covering ranges of perfectly flexible to completely rigid walls. Three excavation depths, i.e. 3.0-m, 4.0-m and 5.0-m were tested to cover the practical range of secant piles. This work submits beneficial hints about secant piles to assist designers and specification committees. Also, finite element analysis, isotropic hardening, is recommended to be the fair judge when two designs conflict. A rational procedure using empirical equations has been suggested to upgrade the conventional method to predict wall tip displacement ‘δ’. Also, a reasonable limitation of ‘δ’ as a function of excavation depth, ‘h’ has been suggested. Also, it has been found that, after a certain penetration depth any further increase of it does not positively affect the wall tip displacement, i.e. over design and uneconomic.

Keywords: design aids, numerical analysis, secant pile, Wall tip displacement

Procedia PDF Downloads 186
4183 Synthesis and Performance Adsorbent from Coconut Shells Polyetheretherketone for Natural Gas Storage

Authors: Umar Hayatu Sidik

Abstract:

The natural gas vehicle represents a cost-competitive, lower-emission alternative to the gasoline-fuelled vehicle. The immediate challenge that confronts natural gas is increasing its energy density. This paper addresses the question of energy density by reviewing the storage technologies for natural gas with improved adsorbent. Technical comparisons are made between storage systems containing adsorbent and conventional compressed natural gas based on the associated amount of moles contained with Compressed Natural Gas (CNG) and Adsorbed Natural Gas (ANG). We also compare gas storage in different cylinder types (1, 2, 3 and 4) based on weight factor and storage capacity. For the storage tank system, we discussed the concept of carbon adsorbents, when used in CNG tanks, offer a means of increasing onboard fuel storage and, thereby, increase the driving range of the vehicle. It confirms that the density of the stored gas in ANG is higher than that of compressed natural gas (CNG) operated at the same pressure. The obtained experimental data were correlated using linear regression analysis with common adsorption kinetic (Pseudo-first order and Pseudo-second order) and isotherm models (Sip and Toth). The pseudo-second-order kinetics describe the best fitness with a correlation coefficient of 9945 at 35 bar. For adsorption isotherms, the Sip model shows better fitness with the regression coefficient (R2) of 0.9982 and with the lowest RSMD value of 0.0148. The findings revealed the potential of adsorbent in natural gas storage applications.

Keywords: natural gas, adsorbent, compressed natural gas, adsorption

Procedia PDF Downloads 58
4182 A Static Android Malware Detection Based on Actual Used Permissions Combination and API Calls

Authors: Xiaoqing Wang, Junfeng Wang, Xiaolan Zhu

Abstract:

Android operating system has been recognized by most application developers because of its good open-source and compatibility, which enriches the categories of applications greatly. However, it has become the target of malware attackers due to the lack of strict security supervision mechanisms, which leads to the rapid growth of malware, thus bringing serious safety hazards to users. Therefore, it is critical to detect Android malware effectively. Generally, the permissions declared in the AndroidManifest.xml can reflect the function and behavior of the application to a large extent. Since current Android system has not any restrictions to the number of permissions that an application can request, developers tend to apply more than actually needed permissions in order to ensure the successful running of the application, which results in the abuse of permissions. However, some traditional detection methods only consider the requested permissions and ignore whether it is actually used, which leads to incorrect identification of some malwares. Therefore, a machine learning detection method based on the actually used permissions combination and API calls was put forward in this paper. Meanwhile, several experiments are conducted to evaluate our methodology. The result shows that it can detect unknown malware effectively with higher true positive rate and accuracy while maintaining a low false positive rate. Consequently, the AdaboostM1 (J48) classification algorithm based on information gain feature selection algorithm has the best detection result, which can achieve an accuracy of 99.8%, a true positive rate of 99.6% and a lowest false positive rate of 0.

Keywords: android, API Calls, machine learning, permissions combination

Procedia PDF Downloads 324
4181 Assignment of Airlines Technical Members under Disruption

Authors: Walid Moudani

Abstract:

The Crew Reserve Assignment Problem (CRAP) considers the assignment of the crew members to a set of reserve activities covering all the scheduled flights in order to ensure a continuous plan so that operations costs are minimized while its solution must meet hard constraints resulting from the safety regulations of Civil Aviation as well as from the airlines internal agreements. The problem considered in this study is of highest interest for airlines and may have important consequences on the service quality and on the economic return of the operations. In this communication, a new mathematical formulation for the CRAP is proposed which takes into account the regulations and the internal agreements. While current solutions make use of Artificial Intelligence techniques run on main frame computers, a low cost approach is proposed to provide on-line efficient solutions to face perturbed operating conditions. The proposed solution method uses a dynamic programming approach for the duties scheduling problem and when applied to the case of a medium airline while providing efficient solutions, shows good potential acceptability by the operations staff. This optimization scheme can then be considered as the core of an on-line Decision Support System for crew reserve assignment operations management.

Keywords: airlines operations management, combinatorial optimization, dynamic programming, crew scheduling

Procedia PDF Downloads 352
4180 A Comparative Analysis of Heuristics Applied to Collecting Used Lubricant Oils Generated in the City of Pereira, Colombia

Authors: Diana Fajardo, Sebastián Ortiz, Oscar Herrera, Angélica Santis

Abstract:

Currently, in Colombia is arising a problem related to collecting used lubricant oils which are generated by the increment of the vehicle fleet. This situation does not allow a proper disposal of this type of waste, which in turn results in a negative impact on the environment. Therefore, through the comparative analysis of various heuristics, the best solution to the VRP (Vehicle Routing Problem) was selected by comparing costs and times for the collection of used lubricant oils in the city of Pereira, Colombia; since there is no presence of management companies engaged in the direct administration of the collection of this pollutant. To achieve this aim, six proposals of through methods of solution of two phases were discussed. First, the assignment of the group of generator points of the residue was made (previously identified). Proposals one and four of through methods are based on the closeness of points. The proposals two and five are using the scanning method and the proposals three and six are considering the restriction of the capacity of collection vehicle. Subsequently, the routes were developed - in the first three proposals by the Clarke and Wright's savings algorithm and in the following proposals by the Traveling Salesman optimization mathematical model. After applying techniques, a comparative analysis of the results was performed and it was determined which of the proposals presented the most optimal values in terms of the distance, cost and travel time.

Keywords: Heuristics, optimization Model, savings algorithm, used vehicular oil, V.R.P.

Procedia PDF Downloads 412
4179 The Effect of Racism in the Media to Deal With Migration

Authors: Rasha Ali Dheyab, Edurad Vlad

Abstract:

Migration is associated with other important global issues, including development, poverty, and human rights. Migrants are often the most dynamic members of society; historically, migration has supported economic development and the rise of nations and enriched cultures. It also presents significant challenges. The word ‘racism’ is not just about beliefs or statements; it also contains the ability to force those beliefs or world views as hegemonic and as a basis for the refusal of rights or equality. For this reason, racism is embedded in power relations of different types. Racism is not only an awareness of distinction and groups, but it also has extremely practical roles in maintaining: First, inequitable social power arrangements; and second, racist behavioral manifestations such as verbal rejection, avoidance, discrimination, physical attack, and elimination. The focus is on aspects of racism in the media to deal with the migration phenomenon. The reproduction and promotion of racism by certain areas of the media is not a simple and straightforward process. It is important to see how the media serves in the reproduction of racism. This article shows attitudes to migration as they have appeared in British periodicals over the last few years. One might conclude that the reproduction of racism by the media is not a simple and straightforward process. It has become obvious that the role of the media in the reproduction of racism is inextricably linked to the general characteristics of racism and white domination in society, particularly the structural and ideological structuring of that kind of group power. This highlights the press's function as a business, social, and cultural institution. The press has to be examined in connection to the institutions of the economic and political as well.

Keywords: British periodicals, culture studies, migration, racism

Procedia PDF Downloads 208
4178 Sexual Cognitive Behavioral Therapy: Psychological Performance and Openness to Experience

Authors: Alireza Monzavi Chaleshtari, Mahnaz Aliakbari Dehkordi, Amin Asadi Hieh, Majid Kazemnezhad

Abstract:

This research was conducted with the aim of determining the effectiveness of sexual cognitive behavioral therapy on psychological performance and openness to experience in women. The type of research was experimental in the form of pre-test-post-test. The statistical population of this research was made up of all working and married women with membership in the researcher's Instagram social network who had problems in marital-sexual relationships (N=900). From the statistical community, which includes working and married women who are members of the researcher's Instagram social network who have problems in marital-sexual relationships, there are 30 people including two groups (15 people in the experimental group and 15 people in the control group) as available sampling and selected randomly. They were placed in two experimental and control groups. The anxiety, stress, and depression scale (DASS) and the Costa and McCree personality questionnaire were used to collect data, and the cognitive behavioral therapy protocol of Dr. Mehrnaz Ali Akbari was used for the treatment sessions. To analyze the data, the covariance test was used in the SPSS22 software environment. The results showed that sexual cognitive behavioral therapy has a positive and significant effect on psychological performance and openness to experience in women. Conclusion: It can be concluded that interventions such as cognitive-behavioral sex can be used to treat marital problems.

Keywords: sexual cognitive behavioral therapy, psychological function, openness to experience, women

Procedia PDF Downloads 74
4177 Effect of Rapid Thermal Annealing on the Optical Properties of InAs Quantum Dots Grown on (100) and (311)B GaAs Substrates by Molecular Beam Epitaxy

Authors: Amjad Almunyif, Amra Alhassni, Sultan Alhassan, Maryam Al Huwayz, Saud Alotaibi, Abdulaziz Almalki, Mohamed Henini

Abstract:

The effect of rapid thermal annealing (RTA) on the optical properties of InAs quantum dots (QDs) grown at an As overpressure of 2x 10⁻⁶ Torr by molecular beam epitaxy (MBE) on (100) and (311)B GaAs substrates was investigated using photoluminescence (PL) technique. PL results showed that for the as-grown samples, the QDs grown on the high index plane (311)B have lower PL intensity and lower full width at half maximum (FWHM) than those grown on the conventional (100) plane. The latter demonstrates that the (311)B QDs have better size uniformity than (100) QDs. Compared with as-grown samples, a blue-shift was observed for all samples with increasing annealing temperature from 600°C to 700°C. For (100) samples, a narrowing of the FWHM was observed with increasing annealing temperature from 600°C to 700°C. However, in (311)B samples, the FWHM showed a different behaviour; it slightly increased when the samples were annealed at 600°C and then decreased when the annealing temperature increased to 700°C. As expected, the PL peak intensity for all samples increased when the laser excitation power increased. The PL peak energy temperature dependence showed a strong redshift when the temperature was increased from 10 K to 120 K. The PL peak energy exhibited an abnormal S-shape behaviour as a function of temperature for all samples. Most samples exhibited a significant enhancement in their activation energies when annealed at 600°C and 700°C, suggesting that annealing annihilated defects created during sample growth.

Keywords: RTA, QDs, InAs, MBE

Procedia PDF Downloads 173
4176 Hybrid Intelligent Optimization Methods for Optimal Design of Horizontal-Axis Wind Turbine Blades

Authors: E. Tandis, E. Assareh

Abstract:

Designing the optimal shape of MW wind turbine blades is provided in a number of cases through evolutionary algorithms associated with mathematical modeling (Blade Element Momentum Theory). Evolutionary algorithms, among the optimization methods, enjoy many advantages, particularly in stability. However, they usually need a large number of function evaluations. Since there are a large number of local extremes, the optimization method has to find the global extreme accurately. The present paper introduces a new population-based hybrid algorithm called Genetic-Based Bees Algorithm (GBBA). This algorithm is meant to design the optimal shape for MW wind turbine blades. The current method employs crossover and neighborhood searching operators taken from the respective Genetic Algorithm (GA) and Bees Algorithm (BA) to provide a method with good performance in accuracy and speed convergence. Different blade designs, twenty-one to be exact, were considered based on the chord length, twist angle and tip speed ratio using GA results. They were compared with BA and GBBA optimum design results targeting the power coefficient and solidity. The results suggest that the final shape, obtained by the proposed hybrid algorithm, performs better compared to either BA or GA. Furthermore, the accuracy and speed convergence increases when the GBBA is employed

Keywords: Blade Design, Optimization, Genetic Algorithm, Bees Algorithm, Genetic-Based Bees Algorithm, Large Wind Turbine

Procedia PDF Downloads 315
4175 Communal Shipping Container Home Design for Reducing Homelessness in Glasgow

Authors: Matthew Brady

Abstract:

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

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

Procedia PDF Downloads 180
4174 Real-Time Recognition of Dynamic Hand Postures on a Neuromorphic System

Authors: Qian Liu, Steve Furber

Abstract:

To explore how the brain may recognize objects in its general,accurate and energy-efficient manner, this paper proposes the use of a neuromorphic hardware system formed from a Dynamic Video Sensor~(DVS) silicon retina in concert with the SpiNNaker real-time Spiking Neural Network~(SNN) simulator. As a first step in the exploration on this platform a recognition system for dynamic hand postures is developed, enabling the study of the methods used in the visual pathways of the brain. Inspired by the behaviours of the primary visual cortex, Convolutional Neural Networks (CNNs) are modeled using both linear perceptrons and spiking Leaky Integrate-and-Fire (LIF) neurons. In this study's largest configuration using these approaches, a network of 74,210 neurons and 15,216,512 synapses is created and operated in real-time using 290 SpiNNaker processor cores in parallel and with 93.0% accuracy. A smaller network using only 1/10th of the resources is also created, again operating in real-time, and it is able to recognize the postures with an accuracy of around 86.4% -only 6.6% lower than the much larger system. The recognition rate of the smaller network developed on this neuromorphic system is sufficient for a successful hand posture recognition system, and demonstrates a much-improved cost to performance trade-off in its approach.

Keywords: spiking neural network (SNN), convolutional neural network (CNN), posture recognition, neuromorphic system

Procedia PDF Downloads 465
4173 A Sensitivity Analysis on the Production of Potable Water, Green Hydrogen and Derivatives from South-West African Seawater

Authors: Shane David van Zyl, A. J. Burger

Abstract:

The global green energy shift has placed significant value on the production of green hydrogen and its derivatives. The study examines the impact on capital expenditure (CAPEX), operational expenditure (OPEX), levelized cost, and environmental impact, depending on the relationship between various production capacities of potable water, green hydrogen, and green ammonia. A model-based sensitivity analysis approach was used to determine the relevance of various process parameters in the production of potable water combined with green hydrogen or green ammonia production. The effects of changes on CAPEX, OPEX and levelized costs of the products were determined. Furthermore, a qualitative environmental impact analysis was done to determine the effect on the environment. The findings indicated the individual process unit contribution to the overall CAPEX and OPEX while also determining the major contributors to changes in the levelized costs of products. The results emphasize the difference in costs associated with potable water, green hydrogen, and green ammonia production, indicating the extent to which potable water production costs become insignificant in the complete process, which, therefore, can have a large social benefit through increased potable water production resulting in decreased water scarcity in the south-west African region.

Keywords: CAPEX and OPEX, desalination, green hydrogen and green ammonia, sensitivity analysis

Procedia PDF Downloads 29
4172 [Keynote Speech]: Guiding Teachers to Make Lessons Relevant, Appealing, and Personal (RAP) for Academically-Low-Achieving Students in STEM Subjects

Authors: Nazir Amir

Abstract:

Teaching approaches to present science and mathematics content amongst academically-low-achieving students may need to be different than approaches that are adopted for the more academically-inclined students, primarily due to the different learning needs and learning styles of these students. In crafting out lessons to motivate and engage these students, teachers need to consider the backgrounds of these students and have a good understanding of their interests so that lessons can be presented in ways that appeal to them, and made relevant not just to the world around them, but also to their personal experiences. This presentation highlights how the author worked with a Professional Learning Community (PLC) of teachers in crafting out fun and feasible classroom teaching approaches to present science and mathematics content in ways that are made Relevant, Appealing, and Personal (RAP) to groups of academically-low-achieving students in Singapore. Feedback from the students and observations from their work suggest that they were engaged through the RAP-modes of instruction, and were able to appreciate the role of science and mathematics through a variety of low-cost design-based STEM (Science, Technology, Engineering, and Mathematics) activities. Such results imply that teachers teaching academically-low-achieving students, and those in under-resourced communities, could consider infusing RAP-infused instructions into their lessons in getting students develop positive attitudes towards STEM subjects.

Keywords: STEM Education, STEAM Education, Curriculum Instruction, Academically At-Risk Students, Singapore

Procedia PDF Downloads 299
4171 Optimization Based Extreme Learning Machine for Watermarking of an Image in DWT Domain

Authors: RAM PAL SINGH, VIKASH CHAUDHARY, MONIKA VERMA

Abstract:

In this paper, we proposed the implementation of optimization based Extreme Learning Machine (ELM) for watermarking of B-channel of color image in discrete wavelet transform (DWT) domain. ELM, a regularization algorithm, works based on generalized single-hidden-layer feed-forward neural networks (SLFNs). However, hidden layer parameters, generally called feature mapping in context of ELM need not to be tuned every time. This paper shows the embedding and extraction processes of watermark with the help of ELM and results are compared with already used machine learning models for watermarking.Here, a cover image is divide into suitable numbers of non-overlapping blocks of required size and DWT is applied to each block to be transformed in low frequency sub-band domain. Basically, ELM gives a unified leaning platform with a feature mapping, that is, mapping between hidden layer and output layer of SLFNs, is tried for watermark embedding and extraction purpose in a cover image. Although ELM has widespread application right from binary classification, multiclass classification to regression and function estimation etc. Unlike SVM based algorithm which achieve suboptimal solution with high computational complexity, ELM can provide better generalization performance results with very small complexity. Efficacy of optimization method based ELM algorithm is measured by using quantitative and qualitative parameters on a watermarked image even though image is subjected to different types of geometrical and conventional attacks.

Keywords: BER, DWT, extreme leaning machine (ELM), PSNR

Procedia PDF Downloads 308
4170 Language Services as a Means of Language Repository for Tuition Support and Facilitation of Learning in Institution of Higher Learning

Authors: Mzamani Aaron Mabasa

Abstract:

The research study examines the reality that the Language Services Directorate can be considered a language repository hub. The study postulates that multilingual education guided by language policy implementation can improve student performance and pass rate. Various documents in the form of style guides, glossaries and tutorial letters may be used to enable students to understand complex words, sentences, phrases and paragraphs when technical vocabularies are used. This paper addresses the way in which quality assurance can transform South African official languages, including Sign Language, as mandated by the Language Policy for Higher Education. The paper further emphasizes that Language Services is unique in the sense that it involves all South African officials as tools for student support and facilitation of learning. This is in line with the Constitution of the Republic of South Africa (1996) and the Unisa Language Policy of 2023, which declares the status, parity and esteem of these official languages regarding usage in formal function domains, namely education, economy, social and politics. The aim of this paper is to ensure that quality assurance is ultimately accomplished in terms of teaching and learning standards. Eventually, all South African languages can be used for official domains to achieve functional multilingualism. This paper furthermore points out that content analysis as a research instrument as far as a qualitative approach is concerned may be used as a data collection technique.

Keywords: repository, multilingualism, policy, education

Procedia PDF Downloads 24
4169 A Review on Control of a Grid Connected Permanent Magnet Synchronous Generator Based Variable Speed Wind Turbine

Authors: Eman M. Eissa, Hany M. Hasanin, Mahmoud Abd-Elhamid, S. M. Muyeen, T. Fernando, H. H. C. Iu

Abstract:

Among all available wind energy conversion systems (WECS), the direct driven permanent magnet synchronous generator integrated with power electronic interfaces is becoming popular due to its capability of extracting optimal energy capture, reduced mechanical stresses, no need to external excitation current, meaning less losses, and more compact size. Simple structure, low maintenance cost; and its decoupling control performance is much less sensitive to the parameter variations of the generator. This paper attempts to present a review of the control and optimization strategies of WECS based on permanent magnet synchronous generator (PMSG) and overview the most recent research trends in this field. The main aims of this review include; the generalized overall WECS starting from turbines, generators, and control strategies including converters, maximum power point tracking (MPPT), ending with DC-link control. The optimization methods of the controller parameters necessary to guarantee the operation of the system efficiently and safely, especially when connected to the power grid are also presented.

Keywords: control and optimization techniques, permanent magnet synchronous generator, variable speed wind turbines, wind energy conversion system

Procedia PDF Downloads 219
4168 Different in Factors of the Distributor Selection for Food and Non-Food OTOP Entrepreneur in Thailand

Authors: Phutthiwat Waiyawuththanapoom

Abstract:

This study has only one objective which is to identify the different in factors of choosing the distributor for food and non-food OTOP entrepreneur in Thailand. In this research, the types of OTOP product will be divided into two groups which are food and non-food. The sample for the food type OTOP product was the processed fruit and vegetable from Nakorn Pathom province and the sample for the non-food type OTOP product was the court doll from Ang Thong province. The research was divided into 3 parts which were a study of the distribution pattern and how to choose the distributor of the food type OTOP product, a study of the distribution pattern and how to choose the distributor of the non-food type OTOP product and a comparison between 2 types of products to find the differentiation in the factor of choosing distributor. The data and information was collected by using the interview. The populations in the research were 5 producers of the processed fruit and vegetable from Nakorn Pathom province and 5 producers of the court doll from Ang Thong province. The significant factor in choosing the distributor of the food type OTOP product is the material handling efficiency and on-time delivery but for the non-food type OTOP product is focused on the channel of distribution and cost of the distributor.

Keywords: distributor, OTOP, food and non-food, selection

Procedia PDF Downloads 353
4167 Excision and Reconstruction of a Hypertrophic and Functional Bleb with Bovine Pericardium (Tutopatch®) and Amniotic Membrane: A Case Report

Authors: Blanca Fatela Cantillo, Silvia Iglesias Cerrato, Guadalupe Garrido Ceca

Abstract:

Purpose: Bleb dysfunction is a late complication following glaucoma filtration surgery. We describe our surgical technique for excision and reconstruction of a hypertrophic bleb complication using bovine pericardium patch graft (Tutopatch®) and amniotic membrane. Material and methods: The case report presents a hypertrophic bleb over the cornea with good intraocular pressure control. The hanging bleb without leak caused dysesthesia and high irregular astigmatism. Bleb reconstruction involved the excision of corneal fibrous material and avascular conjunctiva, preserving the original scleral and tennon. Bovine pericardium patch graft (Tutopatch®) was sited over these with fixed sutures, reinforcing the underlying scleral, and the conjunctiva advanced. The superior epithelium corneal defect was covered using an amniotic membrane. Conclusion: Repair of bleb dysfunction with varied techniques has been reported, including conjunctival advancement, use of scleral patch graft, dural patch graft, or pericardium. Additional use of amniotic membrane promotes epithelialization and exhibits anti-fibrotic and anti-inflammatory features. Reconstruction with bovine pericardium patch graft and amniotic membrane resulted in pain relief, visual rehabilitation, and good aesthetic results, with preservation of bleb function.

Keywords: reconstruction, hypertrophic bleb, bovine pericardium, amniotic membrane, dysesthesia of the bleb

Procedia PDF Downloads 73
4166 Mesoporous Carbon Sphere/Nickel Cobalt Sulfide Core-Shell Microspheres for Supercapacitor Electrode Material

Authors: Charmaine Lamiel, Van Hoa Nguyen, Marjorie Baynosa, Jae-Jin Shim

Abstract:

The depletion of non-renewable sources had led to the continuous development of various energy storage systems in order to cope with the world’s demand in energy. Supercapacitors have attracted considerable attention because they can store more energy than conventional capacitors and have higher power density than batteries. The combination of carbon-based material and metal chalcogenides are now being considered in response to the search for active electrode materials exhibiting high electrochemical performance. In this study, a hierarchical mesoporous carbon sphere@nickel cobalt sulfide (CS@Ni-Co-S) core-shell was synthesized using a simple hydrothermal method. The CS@Ni-Co-S core-shell microstructures exhibited a high capacitance of 724.4 F g−1 at 2 A g−1 in a 6 M KOH electrolyte. Good specific retention of 86.1% and high Coulombic efficiency of 97.9% was obtained after 2000 charge-discharge cycles. The electrode exhibited a high energy density of 58.0 Wh kg−1 (1440 W kg−1) and high power density of 7200 W kg−1 (34.2 Wh kg−1). The reaction involved green synthesis without further sulfurization or post-heat treatment. Through this study, a cost-effective and facile synthesis of CS@Ni-Co-S as an active electrode showed favorable electrochemical performance.

Keywords: carbon sphere, electrochemical, hydrothermal, nickel cobalt sulfide, supercapacitor

Procedia PDF Downloads 229
4165 Using Hybrid Method for Inactivation of Microorganism and Enzymes in a Berry Juice

Authors: Golnoosh Torabian, P. Valtchev, F. Dehghani

Abstract:

The need for efficient nutraceutical products has been dramatically changing the approach of the industrial processes. The development of novel mild processes is highly demanded for the production of such products; especially when both quality and safety need to be guaranteed during their long shelf life. Within this research, for the first time, we investigated the effect of supercritical carbon dioxide treatment for the inactivation of microbes and enzymes in a berry juice possessing therapeutic effect. We demonstrated that a complete inactivation of microbes can be achieved at optimized conditions of treatment. However, the bottle neck of the process was represented by the unpromising inactivation of the degradative enzyme by supercritical carbon dioxide treatment. However, complete enzyme inactivation was achieved by applying two strategies: the first was optimizing juicing method by adding a mechanical step and the second strategy was addition of natural inhibitors to the juice. Overall these results demonstrate that our hybrid process has a significant effect on the inactivation of microorganism and enzymes in the fresh juice. The developed process opens the possibility for the evolution of new products with optimal nutritional and sensorial characteristics, as well as offering a competitive cost and an environmentally friendly alternative for pasteurization and extension of shelf life in a wide range of natural therapeutic products.

Keywords: hybrid method, berry juice, pasteurization, enzymes inactivation

Procedia PDF Downloads 189
4164 Design, Analysis and Construction of a 250vac 8amps Arc Welding Machine

Authors: Anthony Okechukwu Ifediniru, Austin Ikechukwu Gbasouzor, Isidore Uche Uju

Abstract:

This article is centered on the design, analysis, construction, and test of a locally made arc welding machine that operates on 250vac with 8 amp output taps ranging from 60vac to 250vac at a fixed frequency, which is of benefit to urban areas; while considering its cost-effectiveness, strength, portability, and mobility. The welding machine uses a power supply to create an electric arc between an electrode and the metal at the welding point. A current selector coil needed for current selection is connected to the primary winding. Electric power is supplied to the primary winding of its transformer and is transferred to the secondary winding by induction. The voltage and current output of the secondary winding are connected to the output terminal, which is used to carry out welding work. The output current of the machine ranges from 110amps for low current welding to 250amps for high current welding. The machine uses a step-down transformer configuration for stepping down the voltage in order to obtain a high current level for effective welding. The welder can adjust the output current within a certain range. This allows the welder to properly set the output current for the type of welding that is being performed. The constructed arc welding machine was tested by connecting the work piece to it. Since there was no shock or spark from the transformer’s laminated core and was successfully used to join metals, it confirmed and validated the design.

Keywords: AC current, arc welding machine, DC current, transformer, welds

Procedia PDF Downloads 176
4163 Origanum vulgare as a Possible Modulator of Testicular Endocrine Function in Mice

Authors: Eva Tvrdá, Barbora Babečková, Michal Ďuračka, Róbert Kirchner, Július Árvay

Abstract:

This study was designed to assess the in vitro effects of Origanum vulgare L. (oregano) extract on the testicular steroidogenesis. We focused on identifying major biomolecules present in the oregano extract, as well as to investigate its in vitro impact on the secretion of cholesterol, testosterone, dehydroepiandrosterone and androstenedione by murine testicular fragments. The extract was subjected to high performance liquid chromatography (HPLC) which identified cyranosid, daidzein, thymol, rosmarinic and trans-caffeic acid among the predominant biochemical components of oregano. For the in vitro experiments, testicular fragments from 20 sexually mature Institute of Cancer Research (ICR) mice were incubated in the absence (control group) or presence of the oregano extract at selected concentrations (10, 100 and 1000 μg/mL) for 24 h. Cholesterol levels were quantified using photometry and the hormones were assessed by ELISA (Enzyme-Linked Immunosorbent Assay). Our data revealed that the release of cholesterol and androstenedione (but not dehydroepiandrosterone and testosterone) by the testicular fragments was significantly impacted by the oregano extract in a dose-dependent fashion. Supplementation of the extract resulted in a significant decline of cholesterol (P < 0.05 in case of 100 μg/mL; P < 0.01 with respect 100 μg/mL extract), as well as androstenedione (P < 0.01 with respect to 100 and 1000 μg/mL extract). Our results suggest that the biomolecules present in Origanum vulgare L. could exhibit a dose-dependent impact on the secretion of male steroids, playing a role in the regulation of testicular steroidogenesis.

Keywords: mice, Origanum vulgare L., steroidogenesis, testes

Procedia PDF Downloads 162
4162 Quasiperiodic Magnetic Chains as Spin Filters

Authors: Arunava Chakrabarti

Abstract:

A one-dimensional chain of magnetic atoms, representative of a quantum gas in an artificial quasi-periodic potential and modeled by the well-known Aubry-Andre function and its variants are studied in respect of its capability of working as a spin filter for arbitrary spins. The basic formulation is explained in terms of a perfectly periodic chain first, where it is shown that a definite correlation between the spin S of the incoming particles and the magnetic moment h of the substrate atoms can open up a gap in the energy spectrum. This is crucial for a spin filtering action. The simple one-dimensional chain is shown to be equivalent to a 2S+1 strand ladder network. This equivalence is exploited to work out the condition for the opening of gaps. The formulation is then applied for a one-dimensional chain with quasi-periodic variation in the site potentials, the magnetic moments and their orientations following an Aubry-Andre modulation and its variants. In addition, we show that a certain correlation between the system parameters can generate absolutely continuous bands in such systems populated by Bloch like extended wave functions only, signaling the possibility of a metal-insulator transition. This is a case of correlated disorder (a deterministic one), and the results provide a non-trivial variation to the famous Anderson localization problem. We have worked within a tight binding formalism and have presented explicit results for the spin half, spin one, three halves and spin five half particles incident on the magnetic chain to explain our scheme and the central results.

Keywords: Aubry-Andre model, correlated disorder, localization, spin filter

Procedia PDF Downloads 353
4161 Case Study: Optimization of Contractor’s Financing through Allocation of Subcontractors

Authors: Helen S. Ghali, Engy Serag, A. Samer Ezeldin

Abstract:

In many countries, the construction industry relies heavily on outsourcing models in executing their projects and expanding their businesses to fit in the diverse market. Such extensive integration of subcontractors is becoming an influential factor in contractor’s cash flow management. Accordingly, subcontractors’ financial terms are important phenomena and pivotal components for the well-being of the contractor’s cash flow. The aim of this research is to study the contractor’s cash flow with respect to the owner and subcontractor’s payment management plans, considering variable advance payment, payment frequency, and lag and retention policies. The model is developed to provide contractors with a decision support tool that can assist in selecting the optimum subcontracting plan to minimize the contractor’s financing limits and optimize the profit values. The model is built using Microsoft Excel VBA coding, and the genetic algorithm is utilized as the optimization tool. Three objective functions are investigated, which are minimizing the highest negative overdraft value, minimizing the net present worth of overdraft, and maximizing the project net profit. The model is validated on a full-scale project which includes both self-performed and subcontracted work packages. The results show potential outputs in optimizing the contractor’s negative cash flow values and, in the meantime, assisting contractors in selecting suitable subcontractors to achieve the objective function.

Keywords: cash flow optimization, payment plan, procurement management, subcontracting plan

Procedia PDF Downloads 127
4160 Using Genetic Algorithm to Organize Sustainable Urban Landscape in Historical Part of City

Authors: Shahab Mirzaean Mahabadi, Elham Ebrahimi

Abstract:

The urban development process in the historical urban context has predominately witnessed two main approaches: the first is the Preservation and conservation of the urban fabric and its value, and the second approach is urban renewal and redevelopment. The latter is generally supported by political and economic aspirations. These two approaches conflict evidently. The authors go through the history of urban planning in order to review the historical development of the mentioned approaches. In this article, various values which are inherent in the historical fabric of a city are illustrated by emphasizing on cultural identity and activity. In the following, it is tried to find an optimized plan which maximizes economic development and minimizes change in historical-cultural sites simultaneously. In the proposed model, regarding the decision maker’s intention, and the variety of functions, the selected zone is divided into a number of components. For each component, different alternatives can be assigned, namely, renovation, refurbishment, destruction, and change in function. The decision Variable in this model is to choose an alternative for each component. A set of decisions made upon all components results in a plan. A plan developed in this way can be evaluated based on the decision maker’s point of view. That is, interactions between selected alternatives can make a foundation for the assessment of urban context to design a historical-cultural landscape. A genetic algorithm (GA) approach is used to search for optimal future land use within the historical-culture landscape for a sustainable high-growth city.

Keywords: urban sustainability, green city, regeneration, genetic algorithm

Procedia PDF Downloads 65
4159 Information Technology Pattern for Traceability to Increase the Exporting Efficiency of Thailand’s Orchid

Authors: Pimploi Tirastittam, Phutthiwat Waiyawuththanapoom, Manop Tirastittam

Abstract:

Traceability system is one of the tools which can ensure the product’s confident of the consumer as it can trace the product back to its origin and can reduce the operation cost of recall. Nowadays, there are so many technologies which can be applied to the traceability system and also able to increase the efficiency of the system such as QR Code, barcode, GS1 and GTIN. As the result, this research is aimed to study and design the information technology pattern that suits for the traceability of Thailand’s orchid because Thailand’s orchid is the popular export product for Japan, USA, China, Netherlands and Italy. This study will enhance the value of Thailand’s orchid and able to prevent the unexpected event of the defects or damaged product. The traceability pattern was received IOC test from 12 experts from 4 fields of study which are traceability field, information technology field, information communication technology field and orchid export field. The result of the in-depth interview and questionnaire showed that the technology which most compatibility with the traceability system is the QR code. The mean of the score was 4.25 and the standard deviation was 0.5 as the QR code is the new technology and user-friendly. The traceability system should start from the farm to the consumer in the consuming country as the traceability system will enhance the quality level of the product and increase the value of its as well. The other outcome from this research is the supply chain model of Thailand’s Orchid along with the system architecture and working system diagram.

Keywords: exporting, information technology pattern, orchid, traceability

Procedia PDF Downloads 222
4158 Low Power CMOS Amplifier Design for Wearable Electrocardiogram Sensor

Authors: Ow Tze Weng, Suhaila Isaak, Yusmeeraz Yusof

Abstract:

The trend of health care screening devices in the world is increasingly towards the favor of portability and wearability, especially in the most common electrocardiogram (ECG) monitoring system. This is because these wearable screening devices are not restricting the patient’s freedom and daily activities. While the demand of low power and low cost biomedical system on chip (SoC) is increasing in exponential way, the front end ECG sensors are still suffering from flicker noise for low frequency cardiac signal acquisition, 50 Hz power line electromagnetic interference, and the large unstable input offsets due to the electrode-skin interface is not attached properly. In this paper, a high performance CMOS amplifier for ECG sensors that suitable for low power wearable cardiac screening is proposed. The amplifier adopts the highly stable folded cascode topology and later being implemented into RC feedback circuit for low frequency DC offset cancellation. By using 0.13 µm CMOS technology from Silterra, the simulation results show that this front end circuit can achieve a very low input referred noise of 1 pV/√Hz and high common mode rejection ratio (CMRR) of 174.05 dB. It also gives voltage gain of 75.45 dB with good power supply rejection ratio (PSSR) of 92.12 dB. The total power consumption is only 3 µW and thus suitable to be implemented with further signal processing and classification back end for low power biomedical SoC.

Keywords: CMOS, ECG, amplifier, low power

Procedia PDF Downloads 244
4157 Corrosive Bacteria Attached to Carbon Steel Used in Oil and Gas Company

Authors: Hadjer Didouh, Mohammed Hadj Melliani, Izzeddine Sameut Bouhaik

Abstract:

Microbiologically influenced corrosion (MIC) is a major cause of pipeline failure in the oil and gas industry, particularly affecting carbon steel, which is widely used for its cost-effectiveness and mechanical properties. This study investigates the adhesion of sulfate-reducing bacteria (SRB) and other corrosive microbial species on API 5L X52 carbon steel in crude oil and injection water environments. Experimental results showed that after 72 hours of exposure, biofilm formed extensively, leading to significant corrosion rates. Weight loss measurements indicated a corrosion rate of 0.39 mm/year, with localized pitting observed at depths reaching 120 μm. Electrochemical impedance spectroscopy (EIS) revealed a drastic decrease in charge transfer resistance, from 1200 Ω/cm² for sterile samples to 240 Ω/cm² in the presence of SRB biofilm. Scanning electron microscopy (SEM) and energy dispersive spectroscopy (EDS) analyses confirmed the presence of iron sulfide deposits, indicating active bacterial colonization and biofilm-induced pitting corrosion. This study highlights the severe impact of MIC on pipeline infrastructure, emphasizing the need for efficient microbial control strategies. Furthermore, the results provide a framework for the development of enhanced protective coatings and environmentally friendly biocides to mitigate the economic and environmental risks associated with MIC in oilfield operations in Algeria.

Keywords: MIC, corrosion, bacteria, API 5L X52

Procedia PDF Downloads 21