Search results for: stored product
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4293

Search results for: stored product

3993 Nutritional Potentials of Two Nigerian Green Leafy Vegetables

Authors: Philippa C. Ojimelukwe, Felix C. Okpalanma, Emmanuel A. Mazi

Abstract:

The carotenoid content, vitamins (ascorbic acid, riboflavin, thiamin, niacin and vitamin K) and mineral contents (K, Ca, Mg, Zn and Fe) of raw, cooked (moist heat treatment) and stored Gnetum africanum and Pterocarpus mildbraedii leaves were investigated in the present research. Raw G. africanum contained higher total carotenoids (246.93µg/g edible portion) than P. mildbraedii (83.53µg/g edible portion) However, moist heat treatment significantly improved the total carotenoid content of P. mildbraedii. The carotenoid profiles of P. mildbraedii and G. africanum showed improved contents of beta cryptoxanthin , 9-cis, 11-cis and 13 cis beta carotenes due to moist heat treatment. Lutein contents of the two green leafy vegetables were quite high in raw, heat treated and stored samples. The two green leafy vegetables were good sources of vitamin K (118-120 µg). Moist heat treatment significantly (p < 0.05) increased the mineral contents of P.mildbraedii and G. africanum. The vitamin contents were reduced. Storage at ambient temperature (30oC) in the dark led to good retention of the minerals but not the vitamins.

Keywords: Gnetum africanum, Pterocarpus mildbraedii, carotenoid profile, vitamins, minerals

Procedia PDF Downloads 460
3992 Mathematical Modeling for the Break-Even Point Problem in a Non-homogeneous System

Authors: Filipe Cardoso de Oliveira, Lino Marcos da Silva, Ademar Nogueira do Nascimento, Cristiano Hora de Oliveira Fontes

Abstract:

This article presents a mathematical formulation for the production Break-Even Point problem in a non-homogeneous system. The optimization problem aims to obtain the composition of the best product mix in a non-homogeneous industrial plant, with the lowest cost until the breakeven point is reached. The problem constraints represent real limitations of a generic non-homogeneous industrial plant for n different products. The proposed model is able to solve the equilibrium point problem simultaneously for all products, unlike the existing approaches that propose a resolution in a sequential way, considering each product in isolation and providing a sub-optimal solution to the problem. The results indicate that the product mix found through the proposed model has economical advantages over the traditional approach used.

Keywords: branch and bound, break-even point, non-homogeneous production system, integer linear programming, management accounting

Procedia PDF Downloads 175
3991 Growing Architecture, Technical Product Harvesting of Near Net Shape Building Components

Authors: Franziska Moser, Martin Trautz, Anna-Lena Beger, Manuel Löwer, Jörg Feldhusen, Jürgen Prell, Alexandra Wormit, Björn Usadel, Christoph Kämpfer, Thomas-Benjamin Seiler, Henner Hollert

Abstract:

The demand for bio-based materials and components in architecture has increased in recent years due to society’s heightened environmental awareness. Nowadays, most components are being developed via a substitution approach, which aims at replacing conventional components with natural alternatives who are then being processed, shaped and manufactured to fit the desired application. This contribution introduces a novel approach to the development of bio-based products that decreases resource consumption and increases recyclability. In this approach, natural organisms like plants or trees are not being used in a processed form, but grow into a near net shape before then being harvested and utilized as building components. By minimizing the conventional production steps, the amount of resources used in manufacturing decreases whereas the recyclability increases. This paper presents the approach of technical product harvesting, explains the theoretical basis as well as the matching process of product requirements and biological properties, and shows first results of the growth manipulation studies.

Keywords: design with nature, eco manufacturing, sustainable construction materials, technical product harvesting

Procedia PDF Downloads 476
3990 A Stochastic Vehicle Routing Problem with Ordered Customers and Collection of Two Similar Products

Authors: Epaminondas G. Kyriakidis, Theodosis D. Dimitrakos, Constantinos C. Karamatsoukis

Abstract:

The vehicle routing problem (VRP) is a well-known problem in Operations Research and has been widely studied during the last fifty-five years. The context of the VRP is that of delivering or collecting products to or from customers who are scattered in a geographical area and have placed orders for these products. A vehicle or a fleet of vehicles start their routes from a depot and visit the customers in order to satisfy their demands. Special attention has been given to the capacitated VRP in which the vehicles have limited carrying capacity for the goods that are delivered or collected. In the present work, we present a specific capacitated stochastic vehicle routing problem which has many realistic applications. We develop and analyze a mathematical model for a specific vehicle routing problem in which a vehicle starts its route from a depot and visits N customers according to a particular sequence in order to collect from them two similar but not identical products. We name these products, product 1 and product 2. Each customer possesses items either of product 1 or product 2 with known probabilities. The number of the items of product 1 or product 2 that each customer possesses is a discrete random variable with known distribution. The actual quantity and the actual type of product that each customer possesses are revealed only when the vehicle arrives at the customer’s site. It is assumed that the vehicle has two compartments. We name these compartments, compartment 1 and compartment 2. It is assumed that compartment 1 is suitable for loading product 1 and compartment 2 is suitable for loading product 2. However, it is permitted to load items of product 1 into compartment 2 and items of product 2 into compartment 1. These actions cause costs that are due to extra labor. The vehicle is allowed during its route to return to the depot to unload the items of both products. The travel costs between consecutive customers and the travel costs between the customers and the depot are known. The objective is to find the optimal routing strategy, i.e. the routing strategy that minimizes the total expected cost among all possible strategies for servicing all customers. It is possible to develop a suitable dynamic programming algorithm for the determination of the optimal routing strategy. It is also possible to prove that the optimal routing strategy has a specific threshold-type strategy. Specifically, it is shown that for each customer the optimal actions are characterized by some critical integers. This structural result enables us to design a special-purpose dynamic programming algorithm that operates only over these strategies having this structural property. Extensive numerical results provide strong evidence that the special-purpose dynamic programming algorithm is considerably more efficient than the initial dynamic programming algorithm. Furthermore, if we consider the same problem without the assumption that the customers are ordered, numerical experiments indicate that the optimal routing strategy can be computed if N is smaller or equal to eight.

Keywords: dynamic programming, similar products, stochastic demands, stochastic preferences, vehicle routing problem

Procedia PDF Downloads 222
3989 Effective Stacking of Deep Neural Models for Automated Object Recognition in Retail Stores

Authors: Ankit Sinha, Soham Banerjee, Pratik Chattopadhyay

Abstract:

Automated product recognition in retail stores is an important real-world application in the domain of Computer Vision and Pattern Recognition. In this paper, we consider the problem of automatically identifying the classes of the products placed on racks in retail stores from an image of the rack and information about the query/product images. We improve upon the existing approaches in terms of effectiveness and memory requirement by developing a two-stage object detection and recognition pipeline comprising of a Faster-RCNN-based object localizer that detects the object regions in the rack image and a ResNet-18-based image encoder that classifies the detected regions into the appropriate classes. Each of the models is fine-tuned using appropriate data sets for better prediction and data augmentation is performed on each query image to prepare an extensive gallery set for fine-tuning the ResNet-18-based product recognition model. This encoder is trained using a triplet loss function following the strategy of online-hard-negative-mining for improved prediction. The proposed models are lightweight and can be connected in an end-to-end manner during deployment to automatically identify each product object placed in a rack image. Extensive experiments using Grozi-32k and GP-180 data sets verify the effectiveness of the proposed model.

Keywords: retail stores, faster-RCNN, object localization, ResNet-18, triplet loss, data augmentation, product recognition

Procedia PDF Downloads 120
3988 Forensic Analysis of Signal Messenger on Android

Authors: Ward Bakker, Shadi Alhakimi

Abstract:

The amount of people moving towards more privacy focused instant messaging applications has grown significantly. Signal is one of these instant messaging applications, which makes Signal interesting for digital investigators. In this research, we evaluate the artifacts that are generated by the Signal messenger for Android. This evaluation was done by using the features that Signal provides to create artifacts, whereafter, we made an image of the internal storage and the process memory. This image was analysed manually. The manual analysis revealed the content that Signal stores in different locations during its operation. From our research, we were able to identify the artifacts and interpret how they were used. We also examined the source code of Signal. Using our obtain knowledge from the source code, we developed a tool that decrypts some of the artifacts using the key stored in the Android Keystore. In general, we found that most artifacts are encrypted and encoded, even after decrypting some of the artifacts. During data visualization, some artifacts were found, such as that Signal does not use relationships between the data. In this research, two interesting groups of artifacts were identified, those related to the database and those stored in the process memory dump. In the database, we found plaintext private- and group chats, and in the memory dump, we were able to retrieve the plaintext access code to the application. Nevertheless, we conclude that Signal contains a wealth of artifacts that could be very valuable to a digital forensic investigation.

Keywords: forensic, signal, Android, digital

Procedia PDF Downloads 55
3987 Concentration and Stability of Fatty Acids and Ammonium in the Samples from Mesophilic Anaerobic Digestion

Authors: Mari Jaakkola, Jasmiina Haverinen, Tiina Tolonen, Vesa Virtanen

Abstract:

These process monitoring of biogas plant gives valuable information of the function of the process and help to maintain a stable process. The costs of basic monitoring are often much lower than the costs associated with re-establishing a biologically destabilised plant. Reactor acidification through reactor overload is one of the most common reasons for process deterioration in anaerobic digesters. This occurs because of a build-up of volatile fatty acids (VFAs) produced by acidogenic and acetogenic bacteria. VFAs cause pH values to decrease, and result in toxic conditions in the reactor. Ammonia ensures an adequate supply of nitrogen as a nutrient substance for anaerobic biomass and increases system's buffer capacity, counteracting acidification lead by VFA production. However, elevated ammonia concentration is detrimental to the process due to its toxic effect. VFAs are considered the most reliable analytes for process monitoring. To obtain accurate results, sample storage and transportation need to be carefully controlled. This may be a challenge for off-line laboratory analyses especially when the plant is located far away from the laboratory. The aim of this study was to investigate the correlation between fatty acids, ammonium, and bacteria in the anaerobic digestion samples obtained from an industrial biogas factory. The stability of the analytes was studied comparing the results of the on-site analyses performed in the factory site to the results of the samples stored at room temperature and -18°C (up to 30 days) after sampling. Samples were collected in the biogas plant consisting of three separate mesofilic AD reactors (4000 m³ each) where the main feedstock was swine slurry together with a complex mixture of agricultural plant and animal wastes. Individual VFAs, ammonium, and nutrients (K, Ca, Mg) were studied by capillary electrophoresis (CE). Longer chain fatty acids (oleic, hexadecanoic, and stearic acids) and bacterial profiles were studied by GC-MSD (Gas Chromatography-Mass Selective Detector) and 16S rDNA, respectively. On-site monitoring of the analytes was performed by CE. The main VFA in all samples was acetic acid. However, in one reactor sample elevated levels of several individual VFAs and long chain fatty acids were detected. Also bacterial profile of this sample differed from the profiles of other samples. Acetic acid decomposed fast when the sample was stored in a room temperature. All analytes were stable when stored in a freezer. Ammonium was stable even at a room temperature for the whole testing period. One reactor sample had higher concentration of VFAs and long chain fatty acids than other samples. CE was utilized successfully in the on-site analysis of separate VFAs and NH₄ in the biogas production site. Samples should be analysed in the sampling day if stored in RT or freezed for longer storage time. Fermentation reject can be stored (and transported) at ambient temperature at least for one month without loss of NH₄. This gives flexibility to the logistic solutions when reject is used as a fertilizer.

Keywords: anaerobic digestion, capillary electrophoresis, ammonium, bacteria

Procedia PDF Downloads 153
3986 Optimal Policies in a Two-Level Supply Chain with Defective Product and Price Dependent Demand

Authors: Samira Mohabbatdar, Abbas Ahmadi, Mohsen S. Sajadieh

Abstract:

This paper deals with a two-level supply chain consisted of one manufacturer and one retailer for single-type product. The demand function of the customers depends on price. We consider an integrated production inventory system where the manufacturer processes raw materials in order to deliver finished product with imperfect quality to the retailer. Then retailer inspects the products and after that delivers perfect products to customers. The proposed model is based on the joint total profit of both the manufacturer and the retailer, and it determines the optimal ordering lot-size, number of shipment and selling price of the retailer. A numerical example is provided to analyse and illustrate the behaviour and application of the model. Finally, sensitivity analysis of the key parameters are presented to test feasibility of the model.

Keywords: supply chain, pricing policy, defective quality, joint economic lot sizing

Procedia PDF Downloads 310
3985 Catalytic and Non-Catalytic Pyrolysis of Walnut Shell Waste to Biofuel: Characterisation of Catalytic Biochar and Biooil

Authors: Saimatun Nisa

Abstract:

Walnut is an important export product from the Union Territory of Jammy and Kashmir. After extraction of the kernel, the walnut shell forms a solid waste that needs to be managed. Pyrolysis is one interesting option for the utilization of this walnut waste. In this study microwave pyrolysis reactor is used to convert the walnut shell biomass into its value-added products. Catalytic and non-catalytic conversion of walnut shell waste to oil, gas and char was evaluated using a Co-based catalyst. The catalyst was characterized using XPS and SEM analysis. Pyrolysis temperature, reaction time, particle size and sweeping gas (N₂) flow rate were set in the ranges of 400–600 °C, 40 min, <0.6mm to < 4.75mm and 300 ml min−1, respectively. The heating rate was fixed at 40 °C min−1. Maximum gas yield was obtained at 600 °C, 40 min, particle size range 1.18-2.36, 0.5 molar catalytic as 45.2%. The liquid product catalytic and non-catalytic was characterized by GC–MS analyses. In addition, the solid product was analyzed by means of FTIR & SEM.

Keywords: walnut shell, biooil, biochar, microwave pyrolysis

Procedia PDF Downloads 15
3984 Prediction of Product Size Distribution of a Vertical Stirred Mill Based on Breakage Kinetics

Authors: C. R. Danielle, S. Erik, T. Patrick, M. Hugh

Abstract:

In the last decade there has been an increase in demand for fine grinding due to the depletion of coarse-grained orebodies and an increase of processing fine disseminated minerals and complex orebodies. These ores have provided new challenges in concentrator design because fine and ultra-fine grinding is required to achieve acceptable recovery rates. Therefore, the correct design of a grinding circuit is important for minimizing unit costs and increasing product quality. The use of ball mills for grinding in fine size ranges is inefficient and, therefore, vertical stirred grinding mills are becoming increasingly popular in the mineral processing industry due to its already known high energy efficiency. This work presents a hypothesis of a methodology to predict the product size distribution of a vertical stirred mill using a Bond ball mill. The Population Balance Model (PBM) was used to empirically analyze the performance of a vertical mill and a Bond ball mill. The breakage parameters obtained for both grinding mills are compared to determine the possibility of predicting the product size distribution of a vertical mill based on the results obtained from the Bond ball mill. The biggest advantage of this methodology is that most of the minerals processing laboratories already have a Bond ball mill to perform the tests suggested in this study. Preliminary results show the possibility of predicting the performance of a laboratory vertical stirred mill using a Bond ball mill.

Keywords: bond ball mill, population balance model, product size distribution, vertical stirred mill

Procedia PDF Downloads 254
3983 Enhancing Sell-In and Sell-Out Forecasting Using Ensemble Machine Learning Method

Authors: Vishal Das, Tianyi Mao, Zhicheng Geng, Carmen Flores, Diego Pelloso, Fang Wang

Abstract:

Accurate sell-in and sell-out forecasting is a ubiquitous problem in the retail industry. It is an important element of any demand planning activity. As a global food and beverage company, Nestlé has hundreds of products in each geographical location that they operate in. Each product has its sell-in and sell-out time series data, which are forecasted on a weekly and monthly scale for demand and financial planning. To address this challenge, Nestlé Chilein collaboration with Amazon Machine Learning Solutions Labhas developed their in-house solution of using machine learning models for forecasting. Similar products are combined together such that there is one model for each product category. In this way, the models learn from a larger set of data, and there are fewer models to maintain. The solution is scalable to all product categories and is developed to be flexible enough to include any new product or eliminate any existing product in a product category based on requirements. We show how we can use the machine learning development environment on Amazon Web Services (AWS) to explore a set of forecasting models and create business intelligence dashboards that can be used with the existing demand planning tools in Nestlé. We explored recent deep learning networks (DNN), which show promising results for a variety of time series forecasting problems. Specifically, we used a DeepAR autoregressive model that can group similar time series together and provide robust predictions. To further enhance the accuracy of the predictions and include domain-specific knowledge, we designed an ensemble approach using DeepAR and XGBoost regression model. As part of the ensemble approach, we interlinked the sell-out and sell-in information to ensure that a future sell-out influences the current sell-in predictions. Our approach outperforms the benchmark statistical models by more than 50%. The machine learning (ML) pipeline implemented in the cloud is currently being extended for other product categories and is getting adopted by other geomarkets.

Keywords: sell-in and sell-out forecasting, demand planning, DeepAR, retail, ensemble machine learning, time-series

Procedia PDF Downloads 215
3982 Using Environmental Life Cycle Assessment to Design Sustainable Packaging

Authors: Timothy Francis Grant

Abstract:

There are conflicting purposes at play with the design of sustainable packaging which include material reduction, recycling compatibility, use of secondary content and performance of the package in protecting and delivering the product. Life Cycle Assessment (LCA) is able to evaluate these different strategies against environmental metrics such as climate change, land and water use and marine litter pollution. However, LCA has traditionally been too time consuming and expensive to be used effectively in packaging design process. To make LCA practical for packaging technologist and designers a simplified tool is needed to make LCA possible for non-environmental specialists. The Packaging Quick Evaluation Tool (PIQET) is a web-based solution for undertaking LCA of new and existing packaging designs considering the global supply chain and impacts from cradle to grave. PIQET is based on a pre-calculated LCA database covering the materials and processes involved in the packaging lifecycle from cradle to grave. This includes both virgin materials and recycled content, conversion of materials into packaging, and the transportation of packaging to the product filling. In addition, PIQET assesses the impacts once the package is filled looking at storage, transport and product loss through the supply chain. When applied to consumer packaging light weight packages which are note recyclable have lower impacts than more recyclable packages which have a higher mass. Its also apparent that for many products the impacts of product failure and product loss are more important environmentally compared to packaging material efficiency.

Keywords: Climate change, Life Cycle Assessment, Marine litter, Packaging sustainability

Procedia PDF Downloads 103
3981 Approximation Property Pass to Free Product

Authors: Kankeyanathan Kannan

Abstract:

On approximation properties of group C* algebras is everywhere; it is powerful, important, backbone of countless breakthroughs. For a discrete group G, let A(G) denote its Fourier algebra, and let M₀A(G) denote the space of completely bounded Fourier multipliers on G. An approximate identity on G is a sequence (Φn) of finitely supported functions such that (Φn) uniformly converge to constant function 1 In this paper we prove that approximation property pass to free product.

Keywords: approximation property, weakly amenable, strong invariant approximation property, invariant approximation property

Procedia PDF Downloads 650
3980 Analysis of Cultural Influences on Quality Management by Comparison of Japanese and German Enterprises

Authors: Hermann Luecken, Young Won Park, Judith M. Puetter

Abstract:

Quality is known to be the accordance of product characteristics and customer requirements. Both the customer requirements and the assessment of the characteristics of the product with regard to the fulfillment of customer requirements are subject to cultural influences. Of course, the processes itself which lead to product manufacturing is also subject to cultural influences. In the first point, the cultural background of the customer influences the quality, in the second point, it is the cultural background of the employees and the company that influences the process itself. In times of globalization products are manufactured at different locations around the world, but typically the quality management system of the country in which the mother company is based is used. This leads to significantly different results in terms of productivity, product quality and process efficiency at the different locations, although the same quality management system is in use. The aim of an efficient and effective quality management system is therefore not doing the same at all locations, but to have the same result at all locations. In the past, standardization was used to achieve the same results. Recent investigations show that this is not the best way to achieve the same characteristics of product quality and production performance. In the present work, it is shown that the consideration of cultural aspects in the design of processes, production systems, and quality management systems results in a significantly higher efficiency and a quality improvement. Both Japanese and German companies were investigated with comparative interviews. The background of this selection is that in most cases the cultural difference regarding industrial processes between Germany and Japan is high. At the same time, however, the customer expectations regarding the product quality are very similar. Interviews were conducted with experts from German and Japanese companies; in particular, companies were selected that operate production facilities both in Germany and in Japan. The comparison shows that the cultural influence on the respective production performance is significant. Companies that adapt the design of their quality management and production systems to the country where the production site is located have a significantly higher productivity and a significantly higher quality of the product than companies that work with a centralized system.

Keywords: comparison of German and Japanese production systems, cultural influence on quality management, expert interviews, process efficiency

Procedia PDF Downloads 135
3979 Efficacy of Modified Bottom Boards to Control Varroa Mite (Varroa Destructor) in Honeybee Colonies

Authors: Marwan Keshlaf, Hassan Fellah

Abstract:

This study was designed to test whether hive bottom boards modified with polyvinyl chloride pipe or screen-mesh reduces number of Varroa mites in naturally infested honeybee colonies comparing to chemical control. Fifty six colonies distributed equally between two location each received one of four experimental treatment 1) conventional solid board “control”, 2) Apistan in conventional solid board, 3) Mesh bottom board and 4) tube bottom board. Varroa infestation level on both adult bees and on capped brood was estimated. Stored pollen, capped brood area and honey production were also measured. Results of varroa infestation were inconsistent between apiaries. In apiary 1, colonies with Apistan had fewer Varroa destructor than other treatments, but this benefit was not apparent in Apiary 2. There were no effects of modified bottom boards on bee flight activity, brood production, honey yield and stored pollen. We conclude that the efficacy of modified bottom boards in reducing varroa mites population in bee colonies remains uncertain due to observed differences of hygienic behavior.

Keywords: Apis mellifera, modified bottom boards, Varroa destructor, Honeybee colonies

Procedia PDF Downloads 347
3978 Design of Control System Based On PLC and Kingview for Granulation Product Line

Authors: Mei-Feng, Yude-Fan, Min-Zhu

Abstract:

Based on PLC and kingview, this paper proposed a method that designed a set of the automatic control system according to the craft flow and demands for granulation product line. There were the main station and subordinate stations in PLC which were communicated by PROFIBUS network. PLC and computer were communicated by Ethernet network. The conversation function between human and machine was realized by kingview software, including actual time craft flows, historic report curves and product report forms. The construction of the control system, hardware collocation and software design were introduced. Besides these, PROFIBUS network frequency conversion control, the difficult points and configuration software design were elaborated. The running results showed that there were several advantages in the control system. They were high automatic degree, perfect function, perfect steady and convenient operation.

Keywords: PLC, PROFIBUS, configuration, frequency

Procedia PDF Downloads 373
3977 Reaction Kinetics for the Pyrolysis of Urea Phosphate

Authors: P. A. Broodryk, A. F. Van Der Merwe, H. W. J. P. Neomagus

Abstract:

The production of the clear liquid fertilizer ammonium polyphosphate (APP) is best achieved by the pyrolysis of urea phosphate, as it produces a product that is free from any of the impurities present in the raw phosphoric acid it was made from. This is a multiphase, multi-step reaction that produces carbon dioxide and ammonia as gasses and ammonium polyphosphate as liquid products. The polyphosphate chain length affects the solubility and thus the applicability of the product as liquid fertiliser, thus proper control of the reaction conditions is thus required for the use of this reaction in the production of fertilisers. This study investigates the reaction kinetics of the aforementioned reaction, describing a mathematical model for the kinetics of the reaction along with the accompanying rate constants. The reaction is initially exothermic, producing only carbon dioxide as a gas product and ammonium diphosphate, at higher temperatures the reaction becomes endothermic, producing ammonia gas as an additional by-product and longer chain polyphosphates, which when condensed too far becomes highly water insoluble. The aim of this study was to (i) characterise the pyrolysis reaction of urea phosphate by determining the mechanisms and the associated kinetic constants, and (ii) to determine the optimum conditions for ammonium diphosphate production. A qualitative investigation was also done to find the rate of hydrolysis of APP as this provides an estimate of the shelf life of an APP clear liquid fertiliser solution.

Keywords: ammonium polyphosphate, kinetics, pyrolysis, urea phosphate

Procedia PDF Downloads 129
3976 Evaluation and Selection of SaaS Product Based on User Preferences

Authors: Boussoualim Nacira, Aklouf Youcef

Abstract:

Software as a Service (SaaS) is a software delivery paradigm in which the product is not installed on-premise, but it is available on Internet and Web. The customers do not pay to possess the software itself but rather to use it. This concept of pay per use is very attractive. Hence, we see increasing number of organizations adopting SaaS. However, each customer is unique, which leads to a very large variation in the requirements off the software. As several suppliers propose SaaS products, the choice of this latter becomes a major issue. When multiple criteria are involved in decision making, we talk about a problem of «Multi-Criteria Decision-Making» (MCDM). Therefore, this paper presents a method to help customers to choose a better SaaS product satisfying most of their conditions and alternatives. Also, we know that a good method of adaptive selection should be based on the correct definition of the different parameters of choice. This is why we started by extraction and analysis the various parameters involved in the process of the selection of a SaaS application.

Keywords: cloud computing, business operation, Multi-Criteria Decision-Making (MCDM), Software as a Service (SaaS)

Procedia PDF Downloads 456
3975 Improving Cleanability by Changing Fish Processing Equipment Design

Authors: Lars A. L. Giske, Ola J. Mork, Emil Bjoerlykhaug

Abstract:

The design of fish processing equipment greatly impacts how easy the cleaning process for the equipment is. This is a critical issue in fish processing, as cleaning of fish processing equipment is a task that is both costly and time consuming, in addition to being very important with regards to product quality. Even more, poorly cleaned equipment could in the worst case lead to contaminated product from which consumers could get ill. This paper will elucidate how equipment design changes could improve the work for the cleaners and saving money for the fish processing facilities by looking at a case for product design improvements. The design of fish processing equipment largely determines how easy it is to clean. “Design for cleaning” is the new hype in the industry and equipment where the ease of cleaning is prioritized gets a competitive advantage over equipment in which design for cleaning has not been prioritized. Design for cleaning is an important research area for equipment manufacturers. SeaSide AS is doing continuously improvements in the design of their products in order to gain a competitive advantage. The focus in this paper will be conveyors for internal logistic and a product called the “electro stunner” will be studied with regards to “Design for cleaning”. Often together with SeaSide’s customers, ideas for new products or product improvements are sketched out, 3D-modelled, discussed, revised, built and delivered. Feedback from the customers is taken into consideration, and the product design is revised once again. This loop was repeated multiple times, and led to new product designs. The new designs sometimes also cause the manufacturing processes to change (as in going from bolted to welded connections). Customers report back that the concrete changes applied to products by SeaSide has resulted in overall more easily cleaned equipment. These changes include, but are not limited to; welded connections (opposed to bolted connections), gaps between contact faces, opening up structures to allow cleaning “inside” equipment, and generally avoiding areas in which humidity and water may gather and build up. This is important, as there will always be bacteria in the water which will grow if the area never dries up. The work of creating more cleanable design is still ongoing, and will “never” be finished as new designs and new equipment will have their own challenges.

Keywords: cleaning, design, equipment, fish processing, innovation

Procedia PDF Downloads 211
3974 The Advancement of Smart Cushion Product and System Design Enhancing Public Health and Well-Being at Workplace

Authors: Dosun Shin, Assegid Kidane, Pavan Turaga

Abstract:

According to the National Institute of Health, living a sedentary lifestyle leads to a number of health issues, including increased risk of cardiovascular dis-ease, type 2 diabetes, obesity, and certain types of cancers. This project brings together experts in multiple disciplines to bring product design, sensor design, algorithms, and health intervention studies to develop a product and system that helps reduce the amount of time sitting at the workplace. This paper illustrates ongoing improvements to prototypes the research team developed in initial research; including working prototypes with a software application, which were developed and demonstrated for users. Additional modifications were made to improve functionality, aesthetics, and ease of use, which will be discussed in this paper. Extending on the foundations created in the initial phase, our approach sought to further improve the product by conducting additional human factor research, studying deficiencies in competitive products, testing various materials/forms, developing working prototypes, and obtaining feedback from additional potential users. The solution consisted of an aesthetically pleasing seat cover cushion that easily attaches to common office chairs found in most workplaces, ensuring a wide variety of people can use the product. The product discreetly contains sensors that track when the user sits on their chair, sending information to a phone app that triggers reminders for users to stand up and move around after sitting for a set amount of time. This paper also presents the analyzed typical office aesthetics and selected materials, colors, and forms that complimented the working environment. Comfort and ease of use remained a high priority as the design team sought to provide a product and system that integrated into the workplace. As the research team continues to test, improve, and implement this solution for the sedentary workplace, the team seeks to create a viable product that acts as an impetus for a more active workday and lifestyle, further decreasing the proliferation of chronic disease and health issues for sedentary working people. This paper illustrates in detail the processes of engineering, product design, methodology, and testing results.

Keywords: anti-sedentary work behavior, new product development, sensor design, health intervention studies

Procedia PDF Downloads 128
3973 Reducing Support Structures in Design for Additive Manufacturing: A Neural Networks Approach

Authors: Olivia Borgue, Massimo Panarotto, Ola Isaksson

Abstract:

This article presents a neural networks-based strategy for reducing the need for support structures when designing for additive manufacturing (AM). Additive manufacturing is a relatively new and immature industrial technology, and the information to make confident decisions when designing for AM is limited. This lack of information impacts especially the early stages of engineering design, for instance, it is difficult to actively consider the support structures needed for manufacturing a part. This difficulty is related to the challenge of designing a product geometry accounting for customer requirements, manufacturing constraints and minimization of support structure. The approach presented in this article proposes an automatized geometry modification technique for reducing the use of the support structures while designing for AM. This strategy starts with a neural network-based strategy for shape recognition to achieve product classification, using an STL file of the product as input. Based on the classification, an automatic part geometry modification based on MATLAB© is implemented. At the end of the process, the strategy presents different geometry modification alternatives depending on the type of product to be designed. The geometry alternatives are then evaluated adopting a QFD-like decision support tool.

Keywords: additive manufacturing, engineering design, geometry modification optimization, neural networks

Procedia PDF Downloads 225
3972 Design and Development of Herbal Formulations: Challenges and Solutions

Authors: B. Sathyanarayana

Abstract:

As per the report of World Health Organization, more than 80% of world population uses medicines made from herbal and natural materials. They have stood the test of time for their safety, efficacy, cultural acceptability and lesser side effects. Quality assurance and control measures, such as national quality specification and standards for herbal materials, good manufacturing practices (GMP) for herbal medicines, labelling, and licensing schemes for manufacturing, imports and marketing, should be in place in every country where herbal medicines are regulated. These measures are vital for ensuring the safety and efficacy of herbal medicines. In the case of herbal products challenge begins at the stage of designing itself except the classical products. Selection of herbal ingredients, officinal parts to be used, proportions are vital. Once the formulation is designed one should take utmost care to produce the standardized product of assured quality and safety. Quality control measures should cover the validation of quality and identity of raw materials, in process control (as per SOP and GMP norms) and at the level of final product. Quality testing, safety and efficacy studies of the final product are required to ensure the safe and effective use of the herbal products in human beings. Medicinal plants being the materials of natural resource are subjected to great variation making it really difficult to fix quality standards especially in the case of polyherbal preparations. Manufacturing also needs modification according to the type of ingredients present. Hence, it becomes essential to develop Standard operative Procedure for a specific herbal product. Present paper throws a light on the challenges that are encountered during the design and development of herbal products.

Keywords: herbal product, challenges, quality, safety, efficacy

Procedia PDF Downloads 479
3971 Oxidative Stability of an Iranian Ghee (Butter Fat) Versus Soybean Oil During Storage at Different Temperatures

Authors: Kooshan Nayebzadeh, Maryam Enteshari

Abstract:

In this study, the oxidative stability of soybean oil under different storage temperatures (4 and 25 ˚C) and during 6-month shelf-life was investigated by various analytical methods and headspace-liquid phase microextraction (HS-LPME) coupled to gas chromatography-mass spectrometry (GC-MS). Oxidation changes were monitored by analytical parameters consisted of acid value (AV), peroxide value (PV), p-Anisidine value (p-AV), thiobarbituric acid value (TBA), fatty acids profile, iodine value (IV) and oxidative stability index (OSI). In addition, concentrations of hexanal and heptanal as secondary volatile oxidation compounds were determined by HS-LPME/GC-MS technique. Rate of oxidation in soybean oil which stored at 25 ˚C was so higher. The AV, p-AV, and TBA were gradually increased during 6 months, while the amount of unsaturated fatty acids, IV, and OSI decreased. Other parameters included concentrations of both hexanal and heptanal, and PV exhibited increasing trend during primitive months of storage; then, at the end of third and fourth months a sudden decrement was understood for the concentrations of hexanal and heptanal and the amount of PV, simultaneously. The latter parameters increased again until the end of shelf-time. As a result, the temperature and time were effective factors in oxidative stability of soybean oil. Also intensive correlations were found for soybean oil at 4 ˚C between AV and TBA (r2=0.96), PV and p-AV (r2=0.9), IV and TBA (-r2=0.9), and for soybean oil stored at 4 ˚C between p-AV and TBA (r2=0.99).

Keywords: headspace-liquid phase microextraction, oxidation, shelf-life, soybean oil

Procedia PDF Downloads 368
3970 Country of Origin, Ethnocentrism and Initial Trust in Indonesia: The Role of Religiosity and Subjective Knowledge

Authors: Adilla Anggraeni

Abstract:

The purpose of the paper is to investigate the effects of religiosity and subjective knowledge towards initial trust that a consumer has towards a product manufacturer. Since globalization enters the point of no return, it should be acknowledged that further exploration of country of origin image, its influences and possible limiting factors is imperative. This model aims to broaden COO-related research, especially related to different product categories based on the perception of consumers in emerging markets. The study employs quantitative method, aiming to involve 200 Indonesian respondents to evaluate different product categories (food/apparel). Relationships between variables are evaluated using structural equation modeling. It is expected that subjective knowledge will have significant influence towards initial trust that an individual possesses towards food products. A major contribution of this study will be the inclusion of religiosity and subjective knowledge in the country of origin study’s body of knowledge. Companies are also expected to benefit from the study as the acceleration of globalization may again repose the question of whether companies should market their product using similar strategies across different countries or different ones. Religiosity dimension is expected to add values to international marketing literature concerning emerging economies in particular, as many companies view the emerging economies as promising markets.

Keywords: country of origin, subjective knowledge, initial trust, emerging economy, Indonesia

Procedia PDF Downloads 268
3969 Impact of Microfinance in Promoting Rural Economic Growth in Nigeria

Authors: Udeh Anastasia Ifeoma

Abstract:

The need to develop the rural areas in developing countries where there have been decades of neglect are on the increase. It is against this background that this paper examined the impact of micro finance contribution to Nigeria’s gross domestic product. Time series data for 12-years period 1999-2010 were collated from Central Bank of Nigeria published annual reports. The least squares (LS) regression was used to analyze the data. The result revealed that microfinance activities have negative and non-significant contribution to gross domestic product in Nigeria. The paper recommends that rural poverty is often a product of poor infrastructural facilities; therefore government should make a conscious effort towards industrializing the rural areas thereby motivating the micro finance institutions to locate their offices and extend credit facilities to rural areas thereby improving rural economic growth.

Keywords: microfinance, rural economic growth, Nigeria, developing countries

Procedia PDF Downloads 421
3968 Study on Preparation and Storage of Composite Vegetable Squash of Tomato, Pumpkin and Ginger

Authors: K. Premakumar, R. G. Lakmali, S. M. A. C. U. Senarathna

Abstract:

In the present world, production and consumption of fruit and vegetable beverages have increased owing to the healthy life style of the people. Therefore, a study was conducted to develop composite vegetable squash by incorporating nutritional, medicinal and organoleptic properties of tomato, pumpkin and ginger. Considering the finding of several preliminary studies, five formulations in different combinations tomato pumpkin were taken and their physico-chemical parameters such as pH, TSS, titrable acidity, ascorbic acid content and total sugar and organoleptic parameters such as colour, aroma, taste, nature, overall acceptability were analyzed. Then the best sample was improved by using 1 % ginger (50% tomato+ 50% pumpkin+ 1% ginger). Best three formulations were selected for storage studied. The formulations were stored at 30 °C room temperature and 70-75% of RH for 12 weeks. Physicochemical parameters , organoleptic and microbial activity (total plate count, yeast and mold, E-coil) were analyzed during storage periods and protein content, fat content, ash were also analysed%.The study on the comparison of physico-chemical and sensory qualities of stored Squashes was done up to 12 weeks storage periods. The nutritional analysis of freshly prepared tomato pumpkin vegetable squash formulations showed increasing trend in titratable acidity, pH, total sugar, non -reducing sugar, total soluble solids and decreasing trend in ascorbic acid and reducing sugar with storage periods. The results of chemical analysis showed that, there were the significant different difference (p < 0.05) between tested formulations. Also, sensory analysis also showed that there were significant differences (p < 0.05) for organoleptic character characters between squash formulations. The highest overall acceptability was observed in formulation with 50% tomato+ 50% pumpkin+1% ginger and all the all the formulations were microbiologically safe for consumption. Based on the result of physico-chemical characteristics, sensory attributes and microbial test, the Composite Vegetable squash with 50% tomato+50% pumpkin+1% ginger was selected as best formulation and could be stored for 12 weeks without any significant changes in quality characteristics.

Keywords: nutritional analysis, formulations, sensory attributes, squash

Procedia PDF Downloads 176
3967 Recognition of Grocery Products in Images Captured by Cellular Phones

Authors: Farshideh Einsele, Hassan Foroosh

Abstract:

In this paper, we present a robust algorithm to recognize extracted text from grocery product images captured by mobile phone cameras. Recognition of such text is challenging since text in grocery product images varies in its size, orientation, style, illumination, and can suffer from perspective distortion. Pre-processing is performed to make the characters scale and rotation invariant. Since text degradations can not be appropriately defined using wellknown geometric transformations such as translation, rotation, affine transformation and shearing, we use the whole character black pixels as our feature vector. Classification is performed with minimum distance classifier using the maximum likelihood criterion, which delivers very promising Character Recognition Rate (CRR) of 89%. We achieve considerably higher Word Recognition Rate (WRR) of 99% when using lower level linguistic knowledge about product words during the recognition process.

Keywords: camera-based OCR, feature extraction, document, image processing, grocery products

Procedia PDF Downloads 377
3966 Inherent Difficulties in Countering Islamophobia

Authors: Imbesat Daudi

Abstract:

Islamophobia, which is a billion-dollar industry, is widespread, especially in the United States, Europe, India, Israel, and countries that have Muslim minorities at odds with their governmental policies. Hatred of Islam in the West did not evolve spontaneously; it was methodically created. Islamophobia's current format has been designed to spread on its own, find a space in the Western psyche, and resist its eradication. Hatred has been sustained by neoconservative ideologues and their allies, which are supported by the mainstream media. Social scientists have evaluated how ideas spread, why any idea can go viral, and where new ideas find space in our brains. This was possible because of the advances in the computational power of software and computers. Spreading of ideas, including Islamophobia, follows a sine curve; it has three phases: An initial exploratory phase with a long lag period, an explosive phase if ideas go viral, and the final phase when ideas find space in the human psyche. In the initial phase, the ideas are quickly examined in a center in the prefrontal lobe. When it is deemed relevant, it is sent for evaluation to another center of the prefrontal lobe; there, it is critically examined. Once it takes a final shape, the idea is sent as a final product to a center in the occipital lobe. This center cannot critically evaluate ideas; it can only defend them from its critics. Counterarguments, no matter how scientific, are automatically rejected. Therefore, arguments that could be highly effective in the early phases are counterproductive once they are stored in the occipital lobe. Anti-Islamophobic intellectuals have done a very good job of countering Islamophobic arguments. However, they have not been as effective as neoconservative ideologues who have promoted anti-Muslim rhetoric that was based on half-truths, misinformation, or outright lies. The failure is partly due to the support pro-war activists receive from the mainstream media, state institutions, mega-corporations engaged in violent conflicts, and think tanks that provide Islamophobic arguments. However, there are also scientific reasons why anti-Islamophobic thinkers have been less effective. There are different dynamics of spreading ideas once they are stored in the occipital lobe. The human brain is incapable of evaluating further once it accepts ideas as its own; therefore, a different strategy is required to be effective. This paper examines 1) why anti-Islamophobic intellectuals have failed in changing the minds of non-Muslims and 2) the steps of countering hatred. Simply put, a new strategy is needed that can effectively counteract hatred of Islam and Muslims. Islamophobia is a disease that requires strong measures. Fighting hatred is always a challenge, but if we understand why Islamophobia is taking root in the twenty-first century, one can succeed in challenging Islamophobic arguments. That will need a coordinated effort of Intellectuals, writers and the media.

Keywords: islamophobia, Islam and violence, anti-islamophobia, demonization of Islam

Procedia PDF Downloads 25
3965 Cosmetic Recommendation Approach Using Machine Learning

Authors: Shakila N. Senarath, Dinesh Asanka, Janaka Wijayanayake

Abstract:

The necessity of cosmetic products is arising to fulfill consumer needs of personality appearance and hygiene. A cosmetic product consists of various chemical ingredients which may help to keep the skin healthy or may lead to damages. Every chemical ingredient in a cosmetic product does not perform on every human. The most appropriate way to select a healthy cosmetic product is to identify the texture of the body first and select the most suitable product with safe ingredients. Therefore, the selection process of cosmetic products is complicated. Consumer surveys have shown most of the time, the selection process of cosmetic products is done in an improper way by consumers. From this study, a content-based system is suggested that recommends cosmetic products for the human factors. To such an extent, the skin type, gender and price range will be considered as human factors. The proposed system will be implemented by using Machine Learning. Consumer skin type, gender and price range will be taken as inputs to the system. The skin type of consumer will be derived by using the Baumann Skin Type Questionnaire, which is a value-based approach that includes several numbers of questions to derive the user’s skin type to one of the 16 skin types according to the Bauman Skin Type indicator (BSTI). Two datasets are collected for further research proceedings. The user data set was collected using a questionnaire given to the public. Those are the user dataset and the cosmetic dataset. Product details are included in the cosmetic dataset, which belongs to 5 different kinds of product categories (Moisturizer, Cleanser, Sun protector, Face Mask, Eye Cream). An alternate approach of TF-IDF (Term Frequency – Inverse Document Frequency) is applied to vectorize cosmetic ingredients in the generic cosmetic products dataset and user-preferred dataset. Using the IF-IPF vectors, each user-preferred products dataset and generic cosmetic products dataset can be represented as sparse vectors. The similarity between each user-preferred product and generic cosmetic product will be calculated using the cosine similarity method. For the recommendation process, a similarity matrix can be used. Higher the similarity, higher the match for consumer. Sorting a user column from similarity matrix in a descending order, the recommended products can be retrieved in ascending order. Even though results return a list of similar products, and since the user information has been gathered, such as gender and the price ranges for product purchasing, further optimization can be done by considering and giving weights for those parameters once after a set of recommended products for a user has been retrieved.

Keywords: content-based filtering, cosmetics, machine learning, recommendation system

Procedia PDF Downloads 110
3964 Advances in Food Processing Using Extrusion Technology

Authors: Javeed Akhtar, R. K. Pandey, Z. R. Azaz Ahmad Azad

Abstract:

For the purpose of making different uses of food material for the development of extruded foods are produced using single and twin extruders. Extrusion cooking is a useful and economical tool for processing of novel food. This high temperature, short time processing technology causes chemical and physical changes that alter the nutritional and physical quality of the product. Extrusion processing of food ingredients characteristically depends on associating process conditions that influence the product qualities. The process parameters are optimized for extrusion of food material in order to obtain the maximum nutritive value by inactivating the anti-nutritional factors. The processing conditions such as moisture content, temperature and time are controlled to avoid over heating or under heating which otherwise would result in a product of lower nutritional quality.

Keywords: extrusion processing, single and twin extruder, operating condition of extruders and extruded novel foods, food and agricultural engineering

Procedia PDF Downloads 358