Search results for: expensive computations
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 1054

Search results for: expensive computations

454 Preparation of Frozen Bivalent Babesial (Babesia Bovis and Babesia Bigemina) Vaccine from Field Isolates and Evaluation of Its Efficacy in Calves

Authors: Muhammad Fiaz Qamar, Ahmad Faraz, Muhammad Arfan Zaman, Kazim Ali, Waleed Akram

Abstract:

Babesiosis is reflected as the most important disease of cattle that are transmitted by arthropods. In Pakistan, its prevalence is up to 29% in the cattle and buffalo population in different regions. Cattle show a long lasting and durable immunity by giving an infection of B.bovis, B. bigemina, or Babesiadivergens. this is used in cattle to immunize them in a few countries as anti-babesiosis vaccine. Development of frozen vaccine allows for complete testing after production of each batch, However, once thawed, its reduced its shelf life, frozen vaccines are more difficult to transport as well as expensive to produce as compared to chilled vaccine. The contamination of blood derived vaccine has the potential risk that makes pre-production and post-production quality control necessary. For the trail master seed production of whole blood frozen bivalent Babesia(Babesiabovis and Babesiabigemina), 100 blood samples of Babesial positive suspected cattle was taken and processed for separation microscopic detection and rectification by PCR. Vaccine passages were done to reduce the parasitaemiasis in live calves. After 8 passages, parasitemia of Babesia reduced from 80% to 15%. Infected donor calf’s blood was taken by jugular cannulation by using preservative free lithium heparin as an anticoagulant (5 International Units IU heparin/ml blood). In lab, parasite containing blood was mixed in equal volumes with 3 M glycerol in PBS supplemented with 5 mM glucose (final concentration of glycerol 1.5 M) at 37°C. The mixture was then equilibrized at 37°C for 30 minutes and were dispensed in required containers (e.g., 5 ml cryovials).

Keywords: distribution, babesia, primer sequences, PCV

Procedia PDF Downloads 83
453 The Economic Burden of Breast Cancer on Women in Nigeria: Implication for Socio-Economic Development

Authors: Tolulope Allo, Mofoluwake P. Ajayi, Adenike E. Idowu, Emmanuel O. Amoo, Fadeke Esther Olu-Owolabi

Abstract:

Breast cancer which was more prevalent in Europe and America in the past is gradually being mirrored across the world today with greater economic burden on low and middle income countries (LMCs). Breast cancer is the most common cancer among women globally and current studies have shown that a woman dies with the diagnosis of breast cancer every thirteen minutes. The economic cost of breast cancer is overwhelming particularly for developing economies. While it causes billion of dollar in losses of national income, it pushes millions of people below poverty line. This study examined the economic burden of breast cancer on Nigerian women, its impacts on their standard of living and its effects on Nigeria’s socio economic development. The study adopts a qualitative research approach using the in-depth interview technique to elicit valuable information from respondents with cancer experience from the Southern part of Nigeria. Respondents constituted women in their reproductive age (15-49 years) that have experienced and survived cancer and also those that are currently receiving treatment. Excerpts from the interviews revealed that the cost of treatment is one of the major factors contributing to the late presentation of breast cancer incidences among women as many of them could not afford to pay for their own treatment. The study also revealed that many women prefer to explore other options such as herbal treatments and spiritual consultations which is less expensive and affordable. The study therefore concludes that breast cancer diagnosis and treatment should be subsidized by the government in order to facilitate easy access and affordability thereby promoting early detection and reducing the economic burden of treatment on women.

Keywords: breast cancer, development, economic burden, women

Procedia PDF Downloads 338
452 Code Embedding for Software Vulnerability Discovery Based on Semantic Information

Authors: Joseph Gear, Yue Xu, Ernest Foo, Praveen Gauravaran, Zahra Jadidi, Leonie Simpson

Abstract:

Deep learning methods have been seeing an increasing application to the long-standing security research goal of automatic vulnerability detection for source code. Attention, however, must still be paid to the task of producing vector representations for source code (code embeddings) as input for these deep learning models. Graphical representations of code, most predominantly Abstract Syntax Trees and Code Property Graphs, have received some use in this task of late; however, for very large graphs representing very large code snip- pets, learning becomes prohibitively computationally expensive. This expense may be reduced by intelligently pruning this input to only vulnerability-relevant information; however, little research in this area has been performed. Additionally, most existing work comprehends code based solely on the structure of the graph at the expense of the information contained by the node in the graph. This paper proposes Semantic-enhanced Code Embedding for Vulnerability Discovery (SCEVD), a deep learning model which uses semantic-based feature selection for its vulnerability classification model. It uses information from the nodes as well as the structure of the code graph in order to select features which are most indicative of the presence or absence of vulnerabilities. This model is implemented and experimentally tested using the SARD Juliet vulnerability test suite to determine its efficacy. It is able to improve on existing code graph feature selection methods, as demonstrated by its improved ability to discover vulnerabilities.

Keywords: code representation, deep learning, source code semantics, vulnerability discovery

Procedia PDF Downloads 134
451 Sweepline Algorithm for Voronoi Diagram of Polygonal Sites

Authors: Dmitry A. Koptelov, Leonid M. Mestetskiy

Abstract:

Voronoi Diagram (VD) of finite set of disjoint simple polygons, called sites, is a partition of plane into loci (for each site at the locus) – regions, consisting of points that are closer to a given site than to all other. Set of polygons is a universal model for many applications in engineering, geoinformatics, design, computer vision, and graphics. VD of polygons construction usually done with a reduction to task of constructing VD of segments, for which there are effective O(n log n) algorithms for n segments. Preprocessing – constructing segments from polygons’ sides, and postprocessing – polygon’s loci construction by merging the loci of the sides of each polygon are also included in reduction. This approach doesn’t take into account two specific properties of the resulting segment sites. Firstly, all this segments are connected in pairs in the vertices of the polygons. Secondly, on the one side of each segment lies the interior of the polygon. The polygon is obviously included in its locus. Using this properties in the algorithm for VD construction is a resource to reduce computations. The article proposes an algorithm for the direct construction of VD of polygonal sites. Algorithm is based on sweepline paradigm, allowing to effectively take into account these properties. The solution is performed based on reduction. Preprocessing is the constructing of set of sites from vertices and edges of polygons. Each site has an orientation such that the interior of the polygon lies to the left of it. Proposed algorithm constructs VD for set of oriented sites with sweepline paradigm. Postprocessing is a selecting of edges of this VD formed by the centers of empty circles touching different polygons. Improving the efficiency of the proposed sweepline algorithm in comparison with the general Fortune algorithm is achieved due to the following fundamental solutions: 1. Algorithm constructs only such VD edges, which are on the outside of polygons. Concept of oriented sites allowed to avoid construction of VD edges located inside the polygons. 2. The list of events in sweepline algorithm has a special property: the majority of events are connected with “medium” polygon vertices, where one incident polygon side lies behind the sweepline and the other in front of it. The proposed algorithm processes such events in constant time and not in logarithmic time, as in the general Fortune algorithm. The proposed algorithm is fully implemented and tested on a large number of examples. The high reliability and efficiency of the algorithm is also confirmed by computational experiments with complex sets of several thousand polygons. It should be noted that, despite the considerable time that has passed since the publication of Fortune's algorithm in 1986, a full-scale implementation of this algorithm for an arbitrary set of segment sites has not been made. The proposed algorithm fills this gap for an important special case - a set of sites formed by polygons.

Keywords: voronoi diagram, sweepline, polygon sites, fortunes' algorithm, segment sites

Procedia PDF Downloads 157
450 Sustainability of Photovoltaic Recycling Planning

Authors: Jun-Ki Choi

Abstract:

The usage of valuable resources and the potential for waste generation at the end of the life cycle of photovoltaic (PV) technologies necessitate a proactive planning for a PV recycling infrastructure. To ensure the sustainability of PV in large scales of deployment, it is vital to develop and institute low-cost recycling technologies and infrastructure for the emerging PV industry in parallel with the rapid commercialization of these new technologies. There are various issues involved in the economics of PV recycling and this research examine those at macro and micro levels, developing a holistic interpretation of the economic viability of the PV recycling systems. This study developed mathematical models to analyze the profitability of recycling technologies and to guide tactical decisions for allocating optimal location of PV take-back centers (PVTBC), necessary for the collection of end of life products. The economic decision is usually based on the level of the marginal capital cost of each PVTBC, cost of reverse logistics, distance traveled, and the amount of PV waste collected from various locations. Results illustrated that the reverse logistics costs comprise a major portion of the cost of PVTBC; PV recycling centers can be constructed in the optimally selected locations to minimize the total reverse logistics cost for transporting the PV wastes from various collection facilities to the recycling center. In the micro- process level, automated recycling processes should be developed to handle the large amount of growing PV wastes economically. The market price of the reclaimed materials are important factors for deciding the profitability of the recycling process and this illustrates the importance of the recovering the glass and expensive metals from PV modules.

Keywords: photovoltaic, recycling, mathematical models, sustainability

Procedia PDF Downloads 228
449 H₆P₂W₁₈O₆₂.14H₂O Catalyzed Synthesis and X-Ray Study of α-Aminophosphonates

Authors: Sarra Boughaba

Abstract:

The α-aminophosphonates have received considerable attention in organic and medicinal chemistry because of their structural resemblance with α-amino acids. They are used as antitumor agents, anti-inflammatory and antibiotics. As a result, a number of procedures have been developed for their synthesis. However, many of these methods suffer from some disadvantages such as long reaction times, environmental pollution caused by utilization of organic solvents, and expensive catalyst. On the other hand, thiazole components, particularly 2-aminothiazole is an important class of heterocyclic compounds. They appear in the structure of natural products and biologically actives compounds, thiamine (vitamin-B), and some antibiotics drugs (penicillin, micrococcin). In the past few years, heteropolyacids have received great attention as environmentally benign catalysts for organic synthetic processes, they possess unique physicochemical properties, such as super-acidity, high thermal and chemical stability, ability to accept and release electrons and high proton mobility, and the possibility of varying their acidity and oxidizing potential. In this study, an efficient and eco-friendly process has been developed for the synthesis of α-aminophosphonates containing aminothiazole moiety via Kabachnik-Field reaction catalyzed by H₆P₂W₁₈O₆₂.14H₂O as reusable catalyst, by condensation of aromatic aldehydes, 2-aminothiazole and triethylphosphite under free conditions. The X-ray crystallographic data of obtained compounds were provided. The main advantages of our protocol include the absence of solvent in the reaction, easy work-up, short reaction time, atom-economy and reusability of catalyst without significant loss of its activity.

Keywords: aminophosphonates, green synthesis, H₆P₂W₁₈O₆₂.14H₂O catalyst, x-ray study

Procedia PDF Downloads 87
448 Device for Reversible Hydrogen Isotope Storage with Aluminum Oxide Ceramic Case

Authors: Igor P. Maximkin, Arkady A. Yukhimchuk, Victor V. Baluev, Igor L. Malkov, Rafael K. Musyaev, Damir T. Sitdikov, Alexey V. Buchirin, Vasily V. Tikhonov

Abstract:

Minimization of tritium diffusion leakage when developing devices handling tritium-containing media is key problems whose solution will at least allow essential enhancement of radiation safety and minimization of diffusion losses of expensive tritium. One of the ways to solve this problem is to use Al₂O₃ high-strength non-porous ceramics as a structural material of the bed body. This alumina ceramics offers high strength characteristics, but its main advantages are low hydrogen permeability (as against the used structural material) and high dielectric properties. The latter enables direct induction heating of an hydride-forming metal without essential heating of the pressure and containment vessel. The use of alumina ceramics and induction heating allows: - essential reduction of tritium extraction time; - several orders reduction of tritium diffusion leakage; - more complete extraction of tritium from metal hydrides due to its higher heating up to melting in the event of final disposal of the device. The paper presents computational and experimental results for the tritium bed designed to absorb 6 liters of tritium. Titanium was used as hydrogen isotope sorbent. Results of hydrogen realize kinetic from hydride-forming metal, strength and cyclic service life tests are reported. Recommendations are also provided for the practical use of the given bed type.

Keywords: aluminum oxide ceramic, hydrogen pressure, hydrogen isotope storage, titanium hydride

Procedia PDF Downloads 381
447 Estimation and Removal of Chlorophenolic Compounds from Paper Mill Waste Water by Electrochemical Treatment

Authors: R. Sharma, S. Kumar, C. Sharma

Abstract:

A number of toxic chlorophenolic compounds are formed during pulp bleaching. The nature and concentration of these chlorophenolic compounds largely depends upon the amount and nature of bleaching chemicals used. These compounds are highly recalcitrant and difficult to remove but are partially removed by the biochemical treatment processes adopted by the paper industry. Identification and estimation of these chlorophenolic compounds has been carried out in the primary and secondary clarified effluents from the paper mill by GCMS. Twenty-six chorophenolic compounds have been identified and estimated in paper mill waste waters. Electrochemical treatment is an efficient method for oxidation of pollutants and has successfully been used to treat textile and oil waste water. Electrochemical treatment using less expensive anode material, stainless steel electrodes has been tried to study their removal. The electrochemical assembly comprised a DC power supply, a magnetic stirrer and stainless steel (316 L) electrode. The optimization of operating conditions has been carried out and treatment has been performed under optimized treatment conditions. Results indicate that 68.7% and 83.8% of cholorphenolic compounds are removed during 2 h of electrochemical treatment from primary and secondary clarified effluent respectively. Further, there is a reduction of 65.1, 60 and 92.6% of COD, AOX and color, respectively for primary clarified and 83.8%, 75.9% and 96.8% of COD, AOX and color, respectively for secondary clarified effluent. EC treatment has also been found to increase significantly the biodegradability index of wastewater because of conversion of non- biodegradable fraction into biodegradable fraction. Thus, electrochemical treatment is an efficient method for the degradation of cholorophenolic compounds, removal of color, AOX and other recalcitrant organic matter present in paper mill waste water.

Keywords: chlorophenolics, effluent, electrochemical treatment, wastewater

Procedia PDF Downloads 364
446 Competency and Strategy Formulation in Automobile Industry

Authors: Chandan Deep Singh

Abstract:

In present days, companies are facing the rapid competition in terms of customer requirements to be satisfied, new technologies to be integrated into future products, new safety regulations to be followed, new computer-based tools to be introduced into design activities that becomes more scientific. In today’s highly competitive market, survival focuses on various factors such as quality, innovation, adherence to standards, and rapid response as the basis for competitive advantage. For competitive advantage, companies have to produce various competencies: for improving the capability of suppliers and for strengthening the process of integrating technology. For more competitiveness, organizations should operate in a strategy driven way and have a strategic architecture for developing core competencies. Traditional ways to take such experience and develop competencies tend to take a lot of time and they are expensive. A new learning environment, which is built around a gaming engine, supports the development of competences in specific subject areas. Technology competencies have a significant role in firm innovation and competitiveness; they interact with the competitive environment. Technological competencies vary according to the type of competitive environment, thus enhancing firm innovativeness. Technological competency is gained through extensive experimentation and learning in its research, development and employment in manufacturing. This is a review paper based on competency and strategic success of automobile industry. The aim here is to study strategy formulation and competency tools in the industry. This work is a review of literature related to competency and strategy in automobile industry. This study involves review of 34 papers related to competency and strategy.

Keywords: manufacturing competency, strategic success, competitiveness, strategy formulation

Procedia PDF Downloads 289
445 Role of Inflammatory Markers in Arthritic Rats Treated with Ethanolic Bark Extract of Albizia procera

Authors: M. Sangeetha, D. Chamundeeswari, C. Saravanababu, C. Rose, V. Gopal

Abstract:

Rheumatoid arthritis (RA) is a chronic, progressive, systemic inflammatory disorder affecting the synovial joints and typically producing symmetrical arthritis that leads to joint destruction, which is responsible for the deformity and disability. Despite improvements in the treatment of RA over the past decade, there still is a need for new therapeutic agents that are efficacious, less expensive, and free of severe adverse reactions. The present study aimed to investigate role of inflammatory markers in arthritic rats treated with ethanolic bark extract of Albizia procera. The protective effect of ethanolic bark extract of Albizia procera against complete Freund’s adjuvant (CFA) induced arthritis in rats. Arthritis was induced by an intradermal injection of 0.1 ml FCA in the foot pad of left hind limb of rats. ETBE (100 and 200 mg/kg b.wt./p.o) and the reference drug diclofenac (25 mg/kg b.wt./p.o) were administered to arthritic rats. Paw volume was measured for all the animals before inducing arthritis and thereafter once in seven days by using plethysmometer for 42 days. Gene expression of inflammatory markers such as IL-1β and IL-10 were investigated in paw tissues. Up regulation of IL-1β and Down regulation IL-10 were observed in CFA injected rats when compared to normal rats. ETBE attenuated these alterations dose dependently when compared to the vehicle treated rats. These results provide insights into the mechanism of anti-arthritic activity, and unravel potential therapeutic use of Albizia procera in arthritis.

Keywords: CFA-Complete Freund’s adjuvant, ETBE – ethanolic bark extract, IL- interleukins, RA-rheumatoid arthritis

Procedia PDF Downloads 259
444 Effects of Adding Gypsum in Agricultural Land on Mitigating Splash Erosion on Sandy Loam and Loam Soil Textures, Afghanistan

Authors: Abdul Malik Dawlatzai, Shafiqullah Rahmani

Abstract:

Splash erosion in field has affected by factors; slope, rain intensity, soil properties, and plant cover. And also, soil erosion affects not only farmland productivity but also water quality downstream. There are a number of potential soil conservation practices, but many of these are complicated and relatively expensive, such as buffer strips, agro-forestry, counter banking, catchment canal, terracing, surface mulching, reduced tillage, etc. However, mitigation soil and water loss in agricultural land, particularly in arid and semi-arid climatic conditions, is indispensable for environmental protection and agricultural production. The objective of this study is to evaluate the effects of adding gypsum mineral on mitigating splash erosion caused by rain drop. The research was conducted in soil laboratory Badam Bagh Agricultural Researching Farm, Kabul, Afghanistan. The stainless steel cores were used, and constant water pressure was controlled by a Mariotte’s bottle with kinetic energy of raindrops 2.36 x 10⁻⁵J. Gypsum mineral was applied at a rate of 5 and 10 t ha⁻¹ and using a sandy loam and loam soil textures. The result was showed an average soil loss from sandy loam soil texture; control was 8.22%, 4.31% and 4.06% similar from loam soil texture, control was 7.26%, 2.89%, and 2.72% respectively. The application of gypsum mineral significantly (P < 0.05) reduced dispersion of soil particles caused by the impact of raindrops compared to control. Therefore, it was concluded that the addition of gypsum was effective as a measure for mitigating splash erosion.

Keywords: gypsum, soil loss, splash erosion, Afghanistan

Procedia PDF Downloads 108
443 Promoting Open Educational Resources (OER) in Theological/Religious Education in Nigeria

Authors: Miracle Ajah

Abstract:

One of the biggest challenges facing Theological/Religious Education in Nigeria is access to quality learning materials. For instance at the Trinity (Union) Theological College, Umuahia, it was difficult for lecturers to access suitable and qualitative materials for instruction especially the ones that would suit the African context and stimulate a deep rooted interest among the students. Some textbooks written by foreign authors were readily available in the School Library, but were lacking in the College bookshops for students to own copies. Even when the College was able to order some of the books from abroad, it did not usher in the needed enthusiasm expected from the students because they were either very expensive or very difficult to understand during private studies. So it became necessary to develop contextual materials which were affordable and understandable, though with little success. The National Open University of Nigeria (NOUN)’s innovation in the development and sharing of learning resources through its Open Course ware is a welcome development and of great assistance to students. Apart from NOUN students who could easily access the materials, many others from various theological/religious institutes across the nation have benefited immensely. So, the thesis of this paper is that the promotion of open educational resources in theological/religious education in Nigeria would facilitate a better informed/equipped religious leadership, which would in turn impact its adherents for a healthier society and national development. Adopting a narrative and historical approach within the context of Nigeria’s educational system, the paper discusses: educational traditions in Nigeria; challenges facing theological/religious education in Nigeria; and benefits of open educational resources. The study goes further to making recommendations on how OER could positively influence theological/religious education in Nigeria. It is expected that theologians, religious educators, and ODL practitioners would find this work very useful.

Keywords: OER, theological education, religious education, Nigeria

Procedia PDF Downloads 320
442 Modeling of Particle Reduction and Volatile Compounds Profile during Chocolate Conching by Electronic Nose and Genetic Programming (GP) Based System

Authors: Juzhong Tan, William Kerr

Abstract:

Conching is one critical procedure in chocolate processing, where special flavors are developed, and smooth mouse feel the texture of the chocolate is developed due to particle size reduction of cocoa mass and other additives. Therefore, determination of the particle size and volatile compounds profile of cocoa bean is important for chocolate manufacturers to ensure the quality of chocolate products. Currently, precise particle size measurement is usually done by laser scattering which is expensive and inaccessible to small/medium size chocolate manufacturers. Also, some other alternatives, such as micrometer and microscopy, can’t provide good measurements and provide little information. Volatile compounds analysis of cocoa during conching, has similar problems due to its high cost and limited accessibility. In this study, a self-made electronic nose system consists of gas sensors (TGS 800 and 2000 series) was inserted to a conching machine and was used to monitoring the volatile compound profile of chocolate during the conching. A model correlated volatile compounds profiles along with factors including the content of cocoa, sugar, and the temperature during the conching to particle size of chocolate particles by genetic programming was established. The model was used to predict the particle size reduction of chocolates with different cocoa mass to sugar ratio (1:2, 1:1, 1.5:1, 2:1) at 8 conching time (15min, 30min, 1h, 1.5h, 2h, 4h, 8h, and 24h). And the predictions were compared to laser scattering measurements of the same chocolate samples. 91.3% of the predictions were within the range of later scatting measurement ± 5% deviation. 99.3% were within the range of later scatting measurement ± 10% deviation.

Keywords: cocoa bean, conching, electronic nose, genetic programming

Procedia PDF Downloads 229
441 3D Geomechanical Model the Best Solution of the 21st Century for Perforation's Problems

Authors: Luis Guiliana, Andrea Osorio

Abstract:

The lack of comprehension of the reservoir geomechanics conditions may cause operational problems that cost to the industry billions of dollars per year. The drilling operations at the Ceuta Field, Area 2 South, Maracaibo Lake, have been very expensive due to problems associated with drilling. The principal objective of this investigation is to develop a 3D geomechanical model in this area, in order to optimize the future drillings in the field. For this purpose, a 1D geomechanical model was built at first instance, following the workflow of the MEM (Mechanical Earth Model), this consists of the following steps: 1) Data auditing, 2) Analysis of drilling events and structural model, 3) Mechanical stratigraphy, 4) Overburden stress, 5) Pore pressure, 6) Rock mechanical properties, 7) Horizontal stresses, 8) Direction of the horizontal stresses, 9) Wellbore stability. The 3D MEM was developed through the geostatistic model of the Eocene C-SUP VLG-3676 reservoir and the 1D MEM. With this data the geomechanical grid was embedded. The analysis of the results threw, that the problems occurred in the wells that were examined were mainly due to wellbore stability issues. It was determined that the stress field change as the stratigraphic column deepens, it is normal to strike-slip at the Middle Miocene and Lower Miocene, and strike-slipe to reverse at the Eocene. In agreement to this, at the level of the Eocene, the most advantageous direction to drill is parallel to the maximum horizontal stress (157º). The 3D MEM allowed having a tridimensional visualization of the rock mechanical properties, stresses and operational windows (mud weight and pressures) variations. This will facilitate the optimization of the future drillings in the area, including those zones without any geomechanics information.

Keywords: geomechanics, MEM, drilling, stress

Procedia PDF Downloads 252
440 Nutrition Strategy Using Traditional Tibetan Medicine in the Preventive Measurement

Authors: Ngawang Tsering

Abstract:

Traditional Tibetan medicine is primarily focused on promoting health and keeping away diseases from its unique in prescribing specific diet and lifestyle. The prevalence of chronic diseases has been rising day by day and kills a number of people due to the lack of proper nutritional design in modern times. According to traditional Tibetan medicine, chronic diseases such as diabetes, cancer, cardiovascular diseases, respiratory diseases, and arthritis are heavily associated with an unwholesome diet and inappropriate lifestyles. Diet and lifestyles are the two main conditions of diseases and healthy life. The prevalence of chronic diseases is one of the challenges, with massive economic impact and expensive health issues. Though chronic diseases are challenges, it has a solution in the preventive measurements by using proper nutrition design based on traditional Tibetan medicine. Until today, it is hard to evaluate whether traditional Tibetan medicine nutrition strategy could play a major role in preventive measurement as of the lack of current research evidence. However, compared with modern nutrition, it has an exclusive valuable concept, such as a holistic way and diet or nutrition recommendation based on different aspects. Traditional Tibetan medicine is one of the oldest ancient existing medical systems known as Sowa Rigpa (Science of Healing) highlights different aspects of dietetics and nutrition, namely geographical, seasonal, age, personality, emotional, food combination, the process of individual metabolism, potency, and amount of food. This article offers a critical perspective on the preventive measurement against chronic diseases through nutrition design using traditional Tibetan medicine and also needs attention for a deeper understanding of traditional Tibetan medicine in the modern world.

Keywords: traditional Tibetan medicine, nutrition, chronic diseases, preventive measurement, holistic approach, integrative

Procedia PDF Downloads 136
439 Statistical Assessment of Models for Determination of Soil–Water Characteristic Curves of Sand Soils

Authors: S. J. Matlan, M. Mukhlisin, M. R. Taha

Abstract:

Characterization of the engineering behavior of unsaturated soil is dependent on the soil-water characteristic curve (SWCC), a graphical representation of the relationship between water content or degree of saturation and soil suction. A reasonable description of the SWCC is thus important for the accurate prediction of unsaturated soil parameters. The measurement procedures for determining the SWCC, however, are difficult, expensive, and time-consuming. During the past few decades, researchers have laid a major focus on developing empirical equations for predicting the SWCC, with a large number of empirical models suggested. One of the most crucial questions is how precisely existing equations can represent the SWCC. As different models have different ranges of capability, it is essential to evaluate the precision of the SWCC models used for each particular soil type for better SWCC estimation. It is expected that better estimation of SWCC would be achieved via a thorough statistical analysis of its distribution within a particular soil class. With this in view, a statistical analysis was conducted in order to evaluate the reliability of the SWCC prediction models against laboratory measurement. Optimization techniques were used to obtain the best-fit of the model parameters in four forms of SWCC equation, using laboratory data for relatively coarse-textured (i.e., sandy) soil. The four most prominent SWCCs were evaluated and computed for each sample. The result shows that the Brooks and Corey model is the most consistent in describing the SWCC for sand soil type. The Brooks and Corey model prediction also exhibit compatibility with samples ranging from low to high soil water content in which subjected to the samples that evaluated in this study.

Keywords: soil-water characteristic curve (SWCC), statistical analysis, unsaturated soil, geotechnical engineering

Procedia PDF Downloads 319
438 Acoustic Emission Techniques in Monitoring Low-Speed Bearing Conditions

Authors: Faisal AlShammari, Abdulmajid Addali, Mosab Alrashed

Abstract:

It is widely acknowledged that bearing failures are the primary reason for breakdowns in rotating machinery. These failures are extremely costly, particularly in terms of lost production. Roller bearings are widely used in industrial machinery and need to be maintained in good condition to ensure the continuing efficiency, effectiveness, and profitability of the production process. The research presented here is an investigation of the use of acoustic emission (AE) to monitor bearing conditions at low speeds. Many machines, particularly large, expensive machines operate at speeds below 100 rpm, and such machines are important to the industry. However, the overwhelming proportion of studies have investigated the use of AE techniques for condition monitoring of higher-speed machines (typically several hundred rpm, or even higher). Few researchers have investigated the application of these techniques to low-speed machines ( < 100 rpm). This paper addressed this omission and has established which, of the available, AE techniques are suitable for the detection of incipient faults and measurement of fault growth in low-speed bearings. The first objective of this paper program was to assess the applicability of AE techniques to monitor low-speed bearings. It was found that the measured statistical parameters successfully monitored bearing conditions at low speeds (10-100 rpm). The second objective was to identify which commonly used statistical parameters derived from the AE signal (RMS, kurtosis, amplitude and counts) could identify the onset of a fault in the out race. It was found that these parameters effectually identify the presence of a small fault seeded into the outer races. Also, it is concluded that rotational speed has a strong influence on the measured AE parameters but that they are entirely independent of the load under such load and speed conditions.

Keywords: acoustic emission, condition monitoring, NDT, statistical analysis

Procedia PDF Downloads 224
437 High Performance Computing Enhancement of Agent-Based Economic Models

Authors: Amit Gill, Lalith Wijerathne, Sebastian Poledna

Abstract:

This research presents the details of the implementation of high performance computing (HPC) extension of agent-based economic models (ABEMs) to simulate hundreds of millions of heterogeneous agents. ABEMs offer an alternative approach to study the economy as a dynamic system of interacting heterogeneous agents, and are gaining popularity as an alternative to standard economic models. Over the last decade, ABEMs have been increasingly applied to study various problems related to monetary policy, bank regulations, etc. When it comes to predicting the effects of local economic disruptions, like major disasters, changes in policies, exogenous shocks, etc., on the economy of the country or the region, it is pertinent to study how the disruptions cascade through every single economic entity affecting its decisions and interactions, and eventually affect the economic macro parameters. However, such simulations with hundreds of millions of agents are hindered by the lack of HPC enhanced ABEMs. In order to address this, a scalable Distributed Memory Parallel (DMP) implementation of ABEMs has been developed using message passing interface (MPI). A balanced distribution of computational load among MPI-processes (i.e. CPU cores) of computer clusters while taking all the interactions among agents into account is a major challenge for scalable DMP implementations. Economic agents interact on several random graphs, some of which are centralized (e.g. credit networks, etc.) whereas others are dense with random links (e.g. consumption markets, etc.). The agents are partitioned into mutually-exclusive subsets based on a representative employer-employee interaction graph, while the remaining graphs are made available at a minimum communication cost. To minimize the number of communications among MPI processes, real-life solutions like the introduction of recruitment agencies, sales outlets, local banks, and local branches of government in each MPI-process, are adopted. Efficient communication among MPI-processes is achieved by combining MPI derived data types with the new features of the latest MPI functions. Most of the communications are overlapped with computations, thereby significantly reducing the communication overhead. The current implementation is capable of simulating a small open economy. As an example, a single time step of a 1:1 scale model of Austria (i.e. about 9 million inhabitants and 600,000 businesses) can be simulated in 15 seconds. The implementation is further being enhanced to simulate 1:1 model of Euro-zone (i.e. 322 million agents).

Keywords: agent-based economic model, high performance computing, MPI-communication, MPI-process

Procedia PDF Downloads 108
436 Adsorption of Heavy Metals Using Chemically-Modified Tea Leaves

Authors: Phillip Ahn, Bryan Kim

Abstract:

Copper is perhaps the most prevalent heavy metal used in the manufacturing industries, from food additives to metal-mechanic factories. Common methodologies to remove copper are expensive and produce undesired by-products. A good decontaminating candidate should be environment-friendly, inexpensive, and capable of eliminating low concentrations of the metal. This work suggests chemically modified spent tea leaves of chamomile, peppermint and green tea in their thiolated, sulfonated and carboxylated forms as candidates for the removal of copper from solutions. Batch experiments were conducted to maximize the adsorption of copper (II) ions. Effects such as acidity, salinity, adsorbent dose, metal concentration, and presence of surfactant were explored. Experimental data show that maximum adsorption is reached at neutral pH. The results indicate that Cu(II) can be removed up to 53%, 22% and 19% with the thiolated, carboxylated and sulfonated adsorbents, respectively. Maximum adsorption of copper on TPM (53%) is achieved with 150 mg and decreases with the presence of salts and surfactants. Conversely, sulfonated and carboxylated adsorbents show better adsorption in the presence of surfactants. Time-dependent experiments show that adsorption is reached in less than 25 min for TCM and 5 min for SCM. Instrumental analyses determined the presence of active functional groups, thermal resistance, and scanning electron microscopy, indicating that both adsorbents are promising materials for the selective recovery and treatment of metal ions from wastewaters. Finally, columns were prepared with these adsorbents to explore their application in scaled-up processes, with very positive results. A long-term goal involves the recycling of the exhausted adsorbent and/or their use in the preparation of biofuels due to changes in materials’ structures.

Keywords: heavy metal removal, adsorption, wastewaters, water remediation

Procedia PDF Downloads 270
435 Simulation and Fabrication of Plasmonic Lens for Bacteria Detection

Authors: Sangwoo Oh, Jaewoo Kim, Dongmin Seo, Jaewon Park, Yongha Hwang, Sungkyu Seo

Abstract:

Plasmonics has been regarded one of the most powerful bio-sensing modalities to evaluate bio-molecular interactions in real-time. However, most of the plasmonic sensing methods are based on labeling metallic nanoparticles, e.g. gold or silver, as optical modulation markers, which are non-recyclable and expensive. This plasmonic modulation can be usually achieved through various nano structures, e.g., nano-hole arrays. Among those structures, plasmonic lens has been regarded as a unique plasmonic structure due to its light focusing characteristics. In this study, we introduce a custom designed plasmonic lens array for bio-sensing, which was simulated by finite-difference-time-domain (FDTD) approach and fabricated by top-down approach. In our work, we performed the FDTD simulations of various plasmonic lens designs for bacteria sensor, i.e., Samonella and Hominis. We optimized the design parameters, i.e., radius, shape, and material, of the plasmonic lens. The simulation results showed the change in the peak intensity value with the introduction of each bacteria and antigen i.e., peak intensity 1.8711 a.u. with the introduction of antibody layer of thickness of 15nm. For Salmonella, the peak intensity changed from 1.8711 a.u. to 2.3654 a.u. and for Hominis, the peak intensity changed from 1.8711 a.u. to 3.2355 a.u. This significant shift in the intensity due to the interaction between bacteria and antigen showed a promising sensing capability of the plasmonic lens. With the batch processing and bulk production of this nano scale design, the cost of biological sensing can be significantly reduced, holding great promise in the fields of clinical diagnostics and bio-defense.

Keywords: plasmonic lens, FDTD, fabrication, bacteria sensor, salmonella, hominis

Procedia PDF Downloads 253
434 Survey of Some Important Nepalese and Russian Anti-Diabetic Herbs

Authors: Ram Prasad Baral, Vinogradov Dmitriy Valerievich, Rameshwar Adhikari

Abstract:

Diabetes has posed a great threat to the human health worldwide, both in developed and developing countries. The disease has basically rooted from the dramatically changed way of living of the present day human civilization as our living has deviated from what the nature has adapted us for. In this context, due to availability of wide range of climatic condition and hence the wide spectrum of biodiversity, Nepal is blessed with a valuable reservoir of medicinal herbs. These assets have been utilized and developed practices in traditional medicines and Ayurvedic way of treatment over several thousand years in the region. It has been established since ancient times that each and every plant has a specific medicinal value. There are many plants’ products which have been utilized in Ayurvedic medicine for the effective treatment of diabetes. The medicaments are less expensive and pose practically no side effects. In this work, we report a general survey of anti-diabetic properties of some medicinal herbs with pronounced effects and their applications. The plants covered in this study originate from far western region of Nepal and include Ficus racemosa, Momordica charantia, Azadirachta indica, Helieteres isora, Saraca asoca, Ichnocarpus frutescens, Tinospora sinensis, Commiphora mukul, Coccinia grandis, and Hippophae salicifolia.

Keywords: Ficus racemosa, Momordica charantia, Azadirachta indica, Helieteres isora, Saraca asoca, Ichnocarpus frutescens, Tinospora sinensis, Commiphora mukul, Coccinia grandis, Hippophae salicifolia

Procedia PDF Downloads 553
433 Agent-Based Modeling to Simulate the Dynamics of Health Insurance Markets

Authors: Haripriya Chakraborty

Abstract:

The healthcare system in the United States is considered to be one of the most inefficient and expensive systems when compared to other developed countries. Consequently, there are persistent concerns regarding the overall functioning of this system. For instance, the large number of uninsured individuals and high premiums are pressing issues that are shown to have a negative effect on health outcomes with possible life-threatening consequences. The Affordable Care Act (ACA), which was signed into law in 2010, was aimed at improving some of these inefficiencies. This paper aims at providing a computational mechanism to examine some of these inefficiencies and the effects that policy proposals may have on reducing these inefficiencies. Agent-based modeling is an invaluable tool that provides a flexible framework to model complex systems. It can provide an important perspective into the nature of some interactions that occur and how the benefits of these interactions are allocated. In this paper, we propose a novel and versatile agent-based model with realistic assumptions to simulate the dynamics of a health insurance marketplace that contains a mixture of private and public insurers and individuals. We use this model to analyze the characteristics, motivations, payoffs, and strategies of these agents. In addition, we examine the effects of certain policies, including some of the provisions of the ACA, aimed at reducing the uninsured rate and the cost of premiums to move closer to a system that is more equitable and improves health outcomes for the general population. Our test results confirm the usefulness of our agent-based model in studying this complicated issue and suggest some implications for public policies aimed at healthcare reform.

Keywords: agent-based modeling, healthcare reform, insurance markets, public policy

Procedia PDF Downloads 118
432 Milling Process of Rigid Flex Printed Circuit Board to Which Polyimide Covers the Whole Surface

Authors: Daniela Evtimovska, Ivana Srbinovska, Padraig O’Rourke

Abstract:

Kostal Macedonia has the challenge to mill a rigid-flex printed circuit board (PCB). The PCB elaborated in this paper is made of FR4 material covered with polyimide through the whole surface on the one side, including the tabs where PCBs need to be separated. After milling only 1.44 meters, the updraft routing tool isn’t effective and causes polyimide debris on all PCB cuts if it continues to mill with the same tool. Updraft routing tool is used for all another product in Kostal Macedonia, and it is changing after milling 60 meters. Changing the tool adds 80 seconds to the cycle time. One solution is using a laser-cut machine. Buying a laser-cut machine for cutting only one product doesn’t make financial sense. The focus is given to find an internal solution among the options under review to solve the issue with polyimide debris. In the paper, the design of the rigid-flex panel is described deeply. It is evaluated downdraft routing tool as a possible solution which could be used for the flex rigid panel as a specific product. It is done a comparison between updraft and down draft routing tools from a technical and financial aspect of view, taking into consideration the customer requirements for the rigid-flex PCB. The results show that using the downdraft routing tool is the best solution in this case. This tool is more expensive for 0.62 euros per piece than updraft. The downdraft routing tool needs to be changed after milling 43.44 meters in comparison with the updraft tool, which needs to be changed after milling only 1.44 meters. It is done analysis which actions should be taken in order further improvements and the possibility of maximum serving of downdraft routing tool.

Keywords: Kostal Macedonia, rigid flex PCB, polyimide, debris, milling process, up/down draft routing tool

Procedia PDF Downloads 167
431 Treatment of NMSC with Traditional Medicine Method

Authors: Aferdita Stroka Koka, Laver Stroka, Juna Musa, Samanda Celaj

Abstract:

Non-melanoma skin cancers (NMSCs) are the most common human malignancies. About 5.4 million basal and squamous cell skin cancers are diagnosed each year in the US and new cases continue to grow. About eight out of ten of these are basal cell cancers. Squamous cell cancers occur less often. NMSC usually are treatable, but treatment is expensive and can leave scars. In 2019, 167 patients of both sexes suffering from NMSC were treated by traditional medicine. Patients who have been diagnosed with Basal Cell Carcinoma were 122 cases, Squamous Cell Carcinoma 32 cases and both of them 13 cases. Of these,122 cases were ulcerated lesions and 45 unulcerated lesions. All patients were treated with the herbal solution called NILS, which contains extracts of some Albanian plants such as Allium sativum, Jugulans regia and Laurus nobilis. The treatment is done locally, on the surface of the tumor, applying the solution until the tumor mass is destroyed and, after that, giving the necessary time to the wound to make the regeneration that coincides with the complete healing of the wound. We have prepared a collection of photos for each case. Since the first sessions, a shrinkage and reduction of the tumor mass were evident, up to the total disappearance of the lesion at the end of treatment. The normal period of treatment lasted 1 to 2 weeks, depending on the size of the tumor, then take care of it until the closure of the wound, taking the whole process from 1 to 3 months. In 7 patients, the lesion failed to be dominated by treatment and they underwent standard treatment with radiotherapy or surgery, while in 10 patients, the lesion recurred and was treated again. The aim of this survey was to put in evidence the good results obtained by treatment of NMSC with Albanian traditional medicine methods.

Keywords: local treatment, nils, NMSC, traditional medicine

Procedia PDF Downloads 189
430 Thermal Effects on Wellbore Stability and Fluid Loss in High-Temperature Geothermal Drilling

Authors: Mubarek Alpkiray, Tan Nguyen, Arild Saasen

Abstract:

Geothermal drilling operations contain numerous challenges that are encountered to increase the well cost and nonproductive time. Fluid loss is one of the most undesirable troublesome that can cause well abandonment in geothermal drilling. Lost circulation can be seen due to natural fractures, high mud weight, and extremely high formation temperatures. This challenge may cause wellbore stability problems and lead to expensive drilling operations. Wellbore stability is the main domain that should be considered to mitigate or prevent fluid loss into the formation. This paper describes the causes of fluid loss in the Pamukoren geothermal field in Turkey. A geomechanics approach integration and assessment is applied to help the understanding of fluid loss problems. In geothermal drillings, geomechanics is primarily based on rock properties, in-situ stress characterization, the temperature of the rock, determination of stresses around the wellbore, and rock failure criteria. Since a high-temperature difference between the wellbore wall and drilling fluid is presented, temperature distribution through the wellbore is estimated and implemented to the wellbore stability approach. This study reviewed geothermal drilling data to analyze temperature estimation along the wellbore, the cause of fluid loss and stored electric capacity of the reservoir. Our observation demonstrates the geomechanical approach's significant role in understanding safe drilling operations on high-temperature wells. Fluid loss is encountered due to thermal stress effects around the borehole. This paper provides a wellbore stability analysis for a geothermal drilling operation to discuss the causes of lost circulation resulting in nonproductive time and cost.

Keywords: geothermal wells, drilling, wellbore stresses, drilling fluid loss, thermal stress

Procedia PDF Downloads 169
429 Comparison of Various Policies under Different Maintenance Strategies on a Multi-Component System

Authors: Demet Ozgur-Unluakin, Busenur Turkali, Ayse Karacaorenli

Abstract:

Maintenance strategies can be classified into two types, which are reactive and proactive, with respect to the time of the failure and maintenance. If the maintenance activity is done after a breakdown, it is called reactive maintenance. On the other hand, proactive maintenance, which is further divided as preventive and predictive, focuses on maintaining components before a failure occurs to prevent expensive halts. Recently, the number of interacting components in a system has increased rapidly and therefore, the structure of the systems have become more complex. This situation has made it difficult to provide the right maintenance decisions. Herewith, determining effective decisions has played a significant role. In multi-component systems, many methodologies and strategies can be applied when a component or a system has already broken down or when it is desired to identify and avoid proactively defects that could lead to future failure. This study focuses on the comparison of various maintenance strategies on a multi-component dynamic system. Components in the system are hidden, although there exists partial observability to the decision maker and they deteriorate in time. Several predefined policies under corrective, preventive and predictive maintenance strategies are considered to minimize the total maintenance cost in a planning horizon. The policies are simulated via Dynamic Bayesian Networks on a multi-component system with different policy parameters and cost scenarios, and their performances are evaluated. Results show that when the difference between the corrective and proactive maintenance cost is low, none of the proactive maintenance policies is significantly better than the corrective maintenance. However, when the difference is increased, at least one policy parameter for each proactive maintenance strategy gives significantly lower cost than the corrective maintenance.

Keywords: decision making, dynamic Bayesian networks, maintenance, multi-component systems, reliability

Procedia PDF Downloads 108
428 Supervised Machine Learning Approach for Studying the Effect of Different Joint Sets on Stability of Mine Pit Slopes Under the Presence of Different External Factors

Authors: Sudhir Kumar Singh, Debashish Chakravarty

Abstract:

Slope stability analysis is an important aspect in the field of geotechnical engineering. It is also important from safety, and economic point of view as any slope failure leads to loss of valuable lives and damage to property worth millions. This paper aims at mitigating the risk of slope failure by studying the effect of different joint sets on the stability of mine pit slopes under the influence of various external factors, namely degree of saturation, rainfall intensity, and seismic coefficients. Supervised machine learning approach has been utilized for making accurate and reliable predictions regarding the stability of slopes based on the value of Factor of Safety. Numerous cases have been studied for analyzing the stability of slopes using the popular Finite Element Method, and the data thus obtained has been used as training data for the supervised machine learning models. The input data has been trained on different supervised machine learning models, namely Random Forest, Decision Tree, Support vector Machine, and XGBoost. Distinct test data that is not present in training data has been used for measuring the performance and accuracy of different models. Although all models have performed well on the test dataset but Random Forest stands out from others due to its high accuracy of greater than 95%, thus helping us by providing a valuable tool at our disposition which is neither computationally expensive nor time consuming and in good accordance with the numerical analysis result.

Keywords: finite element method, geotechnical engineering, machine learning, slope stability

Procedia PDF Downloads 86
427 3D Printing of Dual Tablets: Modified Multiple Release Profiles for Personalized Medicine

Authors: Veronika Lesáková, Silvia Slezáková, František Štěpánek

Abstract:

Additive manufacturing technologies producing drug dosage forms aimed at personalized medicine applications are promising strategies with several advantages over the conventional production methods. One of the emerging technologies is 3D printing which reduces manufacturing steps and thus allows a significant drop in expenses. A decrease in material consumption is also a highly impactful benefit as the tested drugs are frequently expensive substances. In addition, 3D printed dosage forms enable increased patient compliance and prevent misdosing as the dosage forms are carefully designed according to the patient’s needs. The incorporation of multiple drugs into a single dosage form further increases the degree of personalization. Our research focuses on the development of 3D printed tablets incorporating multiple drugs (candesartan, losartan) and thermoplastic polymers (e.g., KlucelTM HPC EF). The filaments, an essential feed material for 3D printing,wereproduced via hot-melt extrusion. Subsequently, the extruded filaments of various formulations were 3D printed into tablets using an FDM 3D printer. Then, we have assessed the influence of the internal structure of 3D printed tablets and formulation on dissolution behaviour by obtaining the dissolution profiles of drugs present in the 3D printed tablets. In conclusion, we have developed tablets containing multiple drugs providing modified release profiles. The 3D printing experiments demonstrate the high tunability of 3D printing as each tablet compartment is constructed with a different formulation. Overall, the results suggest that the 3D printing technology is a promising manufacturing approach to dual tablet preparation for personalized medicine.

Keywords: 3D printing, drug delivery, hot-melt extrusion, dissolution kinetics

Procedia PDF Downloads 151
426 Validating Quantitative Stormwater Simulations in Edmonton Using MIKE URBAN

Authors: Mohamed Gaafar, Evan Davies

Abstract:

Many municipalities within Canada and abroad use chloramination to disinfect drinking water so as to avert the production of the disinfection by-products (DBPs) that result from conventional chlorination processes and their consequential public health risks. However, the long-lasting monochloramine disinfectant (NH2Cl) can pose a significant risk to the environment. As, it can be introduced into stormwater sewers, from different water uses, and thus freshwater sources. Little research has been undertaken to monitor and characterize the decay of NH2Cl and to study the parameters affecting its decomposition in stormwater networks. Therefore, the current study was intended to investigate this decay starting by building a stormwater model and validating its hydraulic and hydrologic computations, and then modelling water quality in the storm sewers and examining the effects of different parameters on chloramine decay. The presented work here is only the first stage of this study. The 30th Avenue basin in Southern Edmonton was chosen as a case study, because the well-developed basin has various land-use types including commercial, industrial, residential, parks and recreational. The City of Edmonton has already built a MIKE-URBAN stormwater model for modelling floods. Nevertheless, this model was built to the trunk level which means that only the main drainage features were presented. Additionally, this model was not calibrated and known to consistently compute pipe flows higher than the observed values; not to the benefit of studying water quality. So the first goal was to complete modelling and updating all stormwater network components. Then, available GIS Data was used to calculate different catchment properties such as slope, length and imperviousness. In order to calibrate and validate this model, data of two temporary pipe flow monitoring stations, collected during last summer, was used along with records of two other permanent stations available for eight consecutive summer seasons. The effect of various hydrological parameters on model results was investigated. It was found that model results were affected by the ratio of impervious areas. The catchment length was tested, however calculated, because it is approximate representation of the catchment shape. Surface roughness coefficients were calibrated using. Consequently, computed flows at the two temporary locations had correlation coefficients of values 0.846 and 0.815, where the lower value pertained to the larger attached catchment area. Other statistical measures, such as peak error of 0.65%, volume error of 5.6%, maximum positive and negative differences of 2.17 and -1.63 respectively, were all found in acceptable ranges.

Keywords: stormwater, urban drainage, simulation, validation, MIKE URBAN

Procedia PDF Downloads 274
425 Beneficiation of Pulp and Paper Mill Sludge for the Generation of Single Cell Protein for Fish Farming

Authors: Lucretia Ramnath

Abstract:

Fishmeal is extensively used for fish farming but is an expensive fish feed ingredient. A cheaper alternate to fishmeal is single cell protein (SCP) which can be cultivated on fermentable sugars recovered from organic waste streams such as pulp and paper mill sludge (PPMS). PPMS has a high cellulose content, thus is suitable for glucose recovery through enzymatic hydrolysis but is hampered by lignin and ash. To render PPMS amenable for enzymatic hydrolysis, the PPMS waspre-treated to produce a glucose-rich hydrolysate which served as a feed stock for the production of fungal SCP. The PPMS used in this study had the following composition: 72.77% carbohydrates, 8.6% lignin, and 18.63% ash. The pre-treatments had no significant effect on lignin composition but had a substantial effect on carbohydrate and ash content. Enzymatic hydrolysis of screened PPMS was previously optimized through response surface methodology (RSM) and 2-factorial design. The optimized protocol resulted in a hydrolysate containing 46.1 g/L of glucose, of which 86% was recovered after downstream processing by passing through a 100-mesh sieve (38 µm pore size). Vogel’s medium supplemented with 10 g/L hydrolysate successfully supported the growth of Fusarium venenatum, conducted using standard growth conditions; pH 6, 200 rpm, 2.88 g/L ammonium phosphate, 25°C. A maximum F. venenatum biomass of 45 g/L was produced with a yield coefficient of 4.67. Pulp and paper mill sludge hydrolysate contained approximately five times more glucose than what was needed for SCP production and served as a suitable carbon source. We have shown that PPMS can be successfully beneficiated for SCP production.

Keywords: pulp and paper waste, fungi, single cell protein, hydrolysate

Procedia PDF Downloads 179