Search results for: zinc extraction
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 2598

Search results for: zinc extraction

1368 A Genetic-Neural-Network Modeling Approach for Self-Heating in GaN High Electron Mobility Transistors

Authors: Anwar Jarndal

Abstract:

In this paper, a genetic-neural-network (GNN) based large-signal model for GaN HEMTs is presented along with its parameters extraction procedure. The model is easy to construct and implement in CAD software and requires only DC and S-parameter measurements. An improved decomposition technique is used to model self-heating effect. Two GNN models are constructed to simulate isothermal drain current and power dissipation, respectively. The two model are then composed to simulate the drain current. The modeling procedure was applied to a packaged GaN-on-Si HEMT and the developed model is validated by comparing its large-signal simulation with measured data. A very good agreement between the simulation and measurement is obtained.

Keywords: GaN HEMT, computer-aided design and modeling, neural networks, genetic optimization

Procedia PDF Downloads 376
1367 Effect of Signal Acquisition Procedure on Imagined Speech Classification Accuracy

Authors: M.R Asghari Bejestani, Gh. R. Mohammad Khani, V.R. Nafisi

Abstract:

Imagined speech recognition is one of the most interesting approaches to BCI development and a lot of works have been done in this area. Many different experiments have been designed and hundreds of combinations of feature extraction methods and classifiers have been examined. Reported classification accuracies range from the chance level to more than 90%. Based on non-stationary nature of brain signals, we have introduced 3 classification modes according to time difference in inter and intra-class samples. The modes can explain the diversity of reported results and predict the range of expected classification accuracies from the brain signal accusation procedure. In this paper, a few samples are illustrated by inspecting results of some previous works.

Keywords: brain computer interface, silent talk, imagined speech, classification, signal processing

Procedia PDF Downloads 150
1366 Anatomical Adaptations and Mineral Elements Allocation Associated with the Zn Phytostabilization Capability of Acanthus ilicifolius L.

Authors: Shackira Am, Jos T. Puthur

Abstract:

The phytostabilization potential of a halophyte Acanthus ilicifolius L. has been evaluated with special attention to the nutritional as well as anatomical adaptations developed by the plant. Distribution of essential elements influenced by the excess Zn²⁺ ions in the root tissue was studied by FEG-SEM EDX microanalysis. Significant variations were observed in the uptake and allocation of mineral elements like Mg, P, K, S, Na, Si and Al in the root of A. ilicifolius. The increase in S is in correlation with the increased synthesis of glutathione which might be involved in the biosynthesis of phytochelatins. This in turn might be aiding the plant to tolerate the adverse environmental conditions by stabilizing the excess Zn in the root tissue itself. Moreover it is revealed that most of the Zn were accumulated towards the central region near the vascular tissue. Treatment with ZnSO₄ in A. ilicifolius caused significant increase in the number of glandular trichomes on the adaxial leaf surface as compared to the leaves of control plants. In addition to this, A. ilicifolius when treated with ZnSO₄, exhibited a deeply stained layer of cells immediate to the endodermis, forming more or less a ring like structure around the xylem vessels. Phloem cells in these plants were crushed/reduced in numbers. There were no such deeply stained cells forming a ring around the xylem vessels in the control plants. These adaptive responses make the plant a suitable candidate for the phytostabilization of Zn. In addition the nutritional adjustment of the plant equips them for a better survival under increased concentration of Zn²⁺.

Keywords: Acanthus ilicifolius, mineral elements, phytostabilization, zinc

Procedia PDF Downloads 156
1365 Synthesis and Characterization of Molecularly Imprinted Polymer as a New Adsorbent for the Removal of Pyridine from Organic Medium

Authors: Opeyemi Elujulo, Aderonke Okoya, Kehinde Awokoya

Abstract:

Molecularly imprinted polymers (MIP) for the adsorption of pyridine (PYD) was obtained from PYD (the template), styrene (the functional monomer), divinyl benzene (the crosslinker), benzoyl peroxide (the initiator), and water (the porogen). When the template was removed by solvent extraction, imprinted binding sites were left in the polymer material that are capable of selectively rebinding the target molecule. The material was characterized by Fourier transform infrared spectroscopy and differential scanning calorimetry. Batch adsorption experiments were performed to study the adsorption of the material in terms of adsorption kinetics, isotherms, and thermodynamic parameters. The results showed that the imprinted polymer exhibited higher affinity for PYD compared to non-imprinted polymer (NIP).

Keywords: molecularly imprinted polymer, bulk polymerization, environmental pollutant, adsorption

Procedia PDF Downloads 138
1364 Development of Academic Software for Medial Axis Determination of Porous Media from High-Resolution X-Ray Microtomography Data

Authors: S. Jurado, E. Pazmino

Abstract:

Determination of the medial axis of a porous media sample is a non-trivial problem of interest for several disciplines, e.g., hydrology, fluid dynamics, contaminant transport, filtration, oil extraction, etc. However, the computational tools available for researchers are limited and restricted. The primary aim of this work was to develop a series of algorithms to extract porosity, medial axis structure, and pore-throat size distributions from porous media domains. A complementary objective was to provide the algorithms as free computational software available to the academic community comprising researchers and students interested in 3D data processing. The burn algorithm was tested on porous media data obtained from High-Resolution X-Ray Microtomography (HRXMT) and idealized computer-generated domains. The real data and idealized domains were discretized in voxels domains of 550³ elements and binarized to denote solid and void regions to determine porosity. Subsequently, the algorithm identifies the layer of void voxels next to the solid boundaries. An iterative process removes or 'burns' void voxels in sequence of layer by layer until all the void space is characterized. Multiples strategies were tested to optimize the execution time and use of computer memory, i.e., segmentation of the overall domain in subdomains, vectorization of operations, and extraction of single burn layer data during the iterative process. The medial axis determination was conducted identifying regions where burnt layers collide. The final medial axis structure was refined to avoid concave-grain effects and utilized to determine the pore throat size distribution. A graphic user interface software was developed to encompass all these algorithms, including the generation of idealized porous media domains. The software allows input of HRXMT data to calculate porosity, medial axis, and pore-throat size distribution and provide output in tabular and graphical formats. Preliminary tests of the software developed during this study achieved medial axis, pore-throat size distribution and porosity determination of 100³, 320³ and 550³ voxel porous media domains in 2, 22, and 45 minutes, respectively in a personal computer (Intel i7 processor, 16Gb RAM). These results indicate that the software is a practical and accessible tool in postprocessing HRXMT data for the academic community.

Keywords: medial axis, pore-throat distribution, porosity, porous media

Procedia PDF Downloads 109
1363 A Summary-Based Text Classification Model for Graph Attention Networks

Authors: Shuo Liu

Abstract:

In Chinese text classification tasks, redundant words and phrases can interfere with the formation of extracted and analyzed text information, leading to a decrease in the accuracy of the classification model. To reduce irrelevant elements, extract and utilize text content information more efficiently and improve the accuracy of text classification models. In this paper, the text in the corpus is first extracted using the TextRank algorithm for abstraction, the words in the abstract are used as nodes to construct a text graph, and then the graph attention network (GAT) is used to complete the task of classifying the text. Testing on a Chinese dataset from the network, the classification accuracy was improved over the direct method of generating graph structures using text.

Keywords: Chinese natural language processing, text classification, abstract extraction, graph attention network

Procedia PDF Downloads 92
1362 Chromatography Study of Fundamental Properties of Medical Radioisotope Astatine-211

Authors: Evgeny E. Tereshatov

Abstract:

Astatine-211 is considered one of the most promising radionuclides for Targeted Alpha Therapy. In order to develop reliable procedures to label biomolecules and utilize efficient delivery vehicle principles, one should understand the main chemical characteristics of astatine. The short half-life of 211At (~7.2 h) and absence of any stable isotopes of this element are limiting factors towards studying the behavior of astatine. Our team has developed a procedure for rapid and efficient isolation of astatine from irradiated bismuth material in nitric acid media based on 3-octanone and 1-octanol extraction chromatography resins. This process has been automated and it takes 20 min from the beginning of the target dissolution to the At-211 fraction elution. Our next step is to consider commercially available chromatography resins and their applicability in astatine purification in the same media. Results obtained along with the corresponding sorption mechanisms will be discussed.

Keywords: astatine-211, chromatography, automation, mechanism, radiopharmaceuticals

Procedia PDF Downloads 88
1361 The Promising Way to Minimize the Negative Effects of Iron Fortification

Authors: M. Juffrie, Siti Helmyati, Toto Sudargo, B. J. Istiti Kandarina

Abstract:

Background: Iron fortification is one potential way to overcome anemia but it can cause gut microbiota imbalance. Probiotics addition can increase the growth of good gut bacteria while prebiotics can support the probiotics growth. Tempeh is rich in nutrients required for hemoglobin synthesis, such as protein, vitamin B12, vitamin C, zinc, iron and copper. Objective: To know the efficacy of fermented tempeh extract fortified with iron and synbiotic in maintain gut microbiota balance. Methods: Fermented synbiotic tempeh extract was made using Lactobacillus plantarum Dad13 and Fructo-oligosaccharides. A total of 32 anemic Wistar rats underwent the iron repletion phase then divided into 4 groups, given: 1) Fermented synbiotic tempeh extract with 50 ppm Fe/NaFeEDTA (Na), 2) Fermented synbiotic tempeh extract with 50 ppm Fe/FeSO4 (Fe), 3) Fermented synbiotic tempeh extract (St), and 4) not receive any interventions (Co). Rats were feed AIN-93 free Fe during intervention. Gut microbiota was measured with culture technique using selective media agar while hemoglobin concentration (Hb) was measured with photometric method before and after intervention. Results: There were significant increase in Hb after intervention in Na, Fe, and St, 6.85 to 11.80; 6.41 to 11.48 and 6.47 to 11.03 mg/dL, respectively (p <0.05). Co did not show increase in Hb (6.40 vs. 6.28 mg/dL). Lactobacilli increased in all groups while both of Bifidobacteria increased and E. coli decreased only in Na and St groups. Conclusion: Iron fortification of fermented synbiotic tempeh extract can increase hemoglobin concentrations in anemic animal, increase Lactobacilli and decrease E. coli. It can be an alternative solution to conduct iron fortification without deteriorate the gut microbiota.

Keywords: tempeh, synbiotic, iron, haemoglobin, gut microbiota

Procedia PDF Downloads 455
1360 Microstructural and Optical Characterization of High-quality ZnO Nano-rods Deposited by Simple Electrodeposition Process

Authors: Somnath Mahato, Minarul Islam Sarkar, Luis Guillermo Gerling, Joaquim Puigdollers, Asit Kumar Kar

Abstract:

Nanostructured Zinc Oxide (ZnO) thin films have been successfully deposited on indium tin oxide (ITO) coated glass substrates by a simple two electrode electrodeposition process at constant potential. The preparative parameters such as deposition time, deposition potential, concentration of solution, bath temperature and pH value of electrolyte have been optimized for deposition of uniform ZnO thin films. X-ray diffraction studies reveal that the prepared ZnO thin films have a high preferential oriented c-axis orientation with compact hexagonal (wurtzite) structure. Surface morphological studies show that the ZnO films are smooth, continuous, uniform without cracks or holes and compact with nanorod-like structure on the top of the surface. Optical properties reveal that films exhibit higher absorbance in the violet region of the optical spectrum; it gradually decreased in the visible range with increases in wavelength and became least at the beginning of NIR region. The photoluminescence spectra shows that the observed peaks are attributed to the various structural defects in the nanostructured ZnO crystal. The microstructural and optical properties suggest that the electrodeposited ZnO thin films are suitable for application in photosensitive devices such as photovoltaic solar cells photoelectrochemical cells and light emitting diodes etc.

Keywords: electrodeposition, microstructure, optical properties, ZnO thin films

Procedia PDF Downloads 315
1359 Removal of Heavy Metals Pb, Zn and Cu from Sludge Waste of Paper Industries Using Biosurfactant

Authors: Nurul Hidayati

Abstract:

Increasing public awareness of environmental pollution influences the search and development of technologies that help in clean up of organic and inorganic contaminants such as metals. Sludge waste of paper industries as toxic and hazardous material from specific source contains Pb, Zn, and Cu metal from waste soluble ink. An alternative and eco-friendly method of remediation technology is the use of biosurfactants and biosurfactant-producing microorganisms. Soil washing is among the methods available to remove heavy metal from sediments. The purpose of this research is to study effectiveness of biosurfactant with concentration = CMC for the removal of heavy metals, lead, zinc and copper in batch washing test under four different biosurfactant production by microbial origin. Pseudomonas putida T1(8), Bacillus subtilis 3K, Acinetobacter sp, and Actinobacillus sp was grown on mineral salt medium that had been already added with 2% concentration of molasses that it is a low cost application. The samples were kept in a shaker 120 rpm at room temperature for 3 days. Supernatants and sediments of sludge were separated by using a centrifuge and samples from supernatants were measured by atomic absorption spectrophotometer. The highest removal of Pb was up to 14,04% by Acinetobacter sp. Biosurfactant of Pseudomonas putida T1(8) have the highest removal for Zn and Cu up to 6,5% and 2,01% respectively. Biosurfactants have a role for removal process of the metals, including wetting, contact of biosurfactant to the surface of the sediments and detachment of the metals from the sediment. Biosurfactant has proven its ability as a washing agent in heavy metals removal from sediments, but more research is needed to optimize the process of removal heavy metals.

Keywords: biosurfactant, removal of heavy metals, sludge waste, paper industries

Procedia PDF Downloads 325
1358 Feasibility Studies on the Removal of Fluoride from Aqueous Solution by Adsorption Using Agro-Based Waste Materials

Authors: G. Anusha, J. Raja Murugadoss

Abstract:

In recent years, the problem of water contaminant is drastically increasing due to the disposal of industrial wastewater containing iron, fluoride, mercury, lead, cadmium, phosphorus, silver etc. into water bodies. The non-biodegradable heavy metals could accumulate in the human system through food chain and cause various dreadful diseases and permanent disabilities and in worst cases it leads to casual losses. Further, the presence of the excess quantity of such heavy metals viz. Lead, Cadmium, Chromium, Nickel, Zinc, Copper, Iron etc. seriously affect the natural quality of potable water and necessitates the treatment process for removal. Though there are dozens of standard procedures available for the removal of heavy metals, their cost keeps the industrialists away from adopting such technologies. In the present work, an attempt has been made to remove such contaminants particularly fluoride and to study the efficiency of the removal of fluoride by adsorption using a new agro-based materials namely Limonia acidissima and Emblica officinalis which is commonly referred as wood apple and gooseberry respectively. Accordingly a set of experiments has been conducted using batch and column processes, with the help of activated carbon prepared from the shell of wood apple and seeds of gooseberries. Experiments reveal that the adsorption capacity of the shell of wood apple is significant to yield promising solutions.

Keywords: adsorption, fluoride, agro-based waste materials, Limonia acidissima, Emblica officinalis

Procedia PDF Downloads 425
1357 Discovering Semantic Links Between Synonyms, Hyponyms and Hypernyms

Authors: Ricardo Avila, Gabriel Lopes, Vania Vidal, Jose Macedo

Abstract:

This proposal aims for semantic enrichment between glossaries using the Simple Knowledge Organization System (SKOS) vocabulary to discover synonyms, hyponyms and hyperonyms semiautomatically, in Brazilian Portuguese, generating new semantic relationships based on WordNet. To evaluate the quality of this proposed model, experiments were performed by the use of two sets containing new relations, being one generated automatically and the other manually mapped by the domain expert. The applied evaluation metrics were precision, recall, f-score, and confidence interval. The results obtained demonstrate that the applied method in the field of Oil Production and Extraction (E&P) is effective, which suggests that it can be used to improve the quality of terminological mappings. The procedure, although adding complexity in its elaboration, can be reproduced in others domains.

Keywords: ontology matching, mapping enrichment, semantic web, linked data, SKOS

Procedia PDF Downloads 206
1356 Effect of Compost Application on Uptake and Allocation of Heavy Metals and Plant Nutrients and Quality of Oriental Tobacco Krumovgrad 90

Authors: Violina R. Angelova, Venelina T. Popova, Radka V. Ivanova, Givko T. Ivanov, Krasimir I. Ivanov

Abstract:

A comparative research on the impact of compost on uptake and allocation of nutrients and heavy metals and quality of Oriental tobacco Krumovgrad 90 has been carried out. The experiment was performed on an agricultural field contaminated by the lead zinc smelter near the town of Kardzali, Bulgaria, after closing the lead production. The compost treatments had significant effects on the uptake and allocation of plant nutrients and heavy metals. The incorporation of compost leads to decrease in the amount of heavy metals present in the tobacco leaves, with Cd, Pb and Zn having values of 36%, 12% and 6%, respectively. Application of the compost leads to increased content of potassium, calcium and magnesium in the leaves of tobacco, and therefore, may favorably affect the burning properties of tobacco. The incorporation of compost in the soil has a negative impact on the quality and typicality of the oriental tobacco variety of Krumovgrad 90. The incorporation of compost leads to an increase in the size of the tobacco plant leaves, the leaves become darker in colour, less fleshy and undergo a change in form, becoming (much) broader in the second, third and fourth stalk position. This is accompanied by a decrease in the quality of the tobacco. The incorporation of compost also results in an increase in the mineral substances (pure ash), total nicotine and nitrogen, and a reduction in the amount of reducing sugars, which causes the quality of the tobacco leaves to deteriorate (particularly in the third and fourth harvests).

Keywords: chemical composition, compost, heavy metals, oriental tobacco, quality

Procedia PDF Downloads 264
1355 A Comparative Study on Automatic Feature Classification Methods of Remote Sensing Images

Authors: Lee Jeong Min, Lee Mi Hee, Eo Yang Dam

Abstract:

Geospatial feature extraction is a very important issue in the remote sensing research. In the meantime, the image classification based on statistical techniques, but, in recent years, data mining and machine learning techniques for automated image processing technology is being applied to remote sensing it has focused on improved results generated possibility. In this study, artificial neural network and decision tree technique is applied to classify the high-resolution satellite images, as compared to the MLC processing result is a statistical technique and an analysis of the pros and cons between each of the techniques.

Keywords: remote sensing, artificial neural network, decision tree, maximum likelihood classification

Procedia PDF Downloads 345
1354 Evaluation of Medicinal Plants, Catunaregam spinosa, Houttuynia cordata, and Rhapis excelsa from Malaysia for Antibacterial, Antifungal and Antiviral Properties

Authors: Yik Sin Chan, Bee Ling Chuah, Wei Quan Chan, Ri Jin Cheng, Yan Hang Oon, Kong Soo Khoo, Nam Weng Sit

Abstract:

Traditionally, medicinal plants have been used to treat different kinds of ailments including infectious diseases. They serve as a good source of lead compounds for the development of new and safer anti-infective agents. This study aimed to investigate the antimicrobial potential of the leaves of three medicinal plants, namely Catunaregam spinosa (Rubiaceae; Mountain pomegranate), Houttuynia cordata (Saururaceae; "fishy-smell herb") and Rhapis excelsa (Arecaceae; “broadleaf lady palm”). The leaves extracts were obtained by sequential extraction using hexane, chloroform, ethyl acetate, ethanol, methanol and water. The antibacterial and antifungal activities were assessed using a colorimetric broth microdilution method against a panel of human pathogenic bacteria (Gram-positive: Bacillus cereus and Staphylococcus aureus; Gram-negative: Escherichia coli, Klebsiella pneumoniae and Pseudomonas aeruginosa) and fungi (yeasts: Candida albicans, Candida parapsilosis and Cryptococcus neoformans; Moulds: Aspergillus fumigatus and Trichophyton mentagrophytes) respectively; while antiviral activity was evaluated against the Chikungunya virus on monkey kidney epithelial (Vero) cells by neutral red uptake assay. All the plant extracts showed bacteriostatic activity, however, only 72% of the extracts (13/18) were found to have bactericidal activity. The lowest minimum inhibitory concentration (MIC) and minimum bactericidal concentration (MBC) were given by the hexane extract of C. spinosa against S. aureus with the values of 0.16 and 0.31 mg/mL respectively. All the extracts also possessed fungistatic activity. Only the hexane, chloroform and ethyl acetate extracts of H. cordata exerted inhibitory activity against A. fumigatus, giving the lowest fungal susceptibility index of 16.7%. In contrast, only 61% of the extracts (11/18) showed fungicidal activity. The ethanol extract of R. excelsa exhibited the strongest fungicidal activity against C. albicans, C. parapsilosis and T. mentagrophytes with minimum fungicidal concentration (MFC) values of 0.04–0.08 mg/mL, in addition to its methanol extract against T. mentagrophytes (MFC=0.02 mg/mL). For anti-Chikungunya virus activity, only chloroform and ethyl acetate extracts of R. excelsa showed significant antiviral activity with 50% effective concentrations (EC50) of 29.9 and 78.1 g/mL respectively. Extracts of R. excelsa warrant further investigations into their active principles responsible for antifungal and antiviral properties.

Keywords: bactericidal, Chikungunya virus, extraction, fungicidal

Procedia PDF Downloads 400
1353 Contourlet Transform and Local Binary Pattern Based Feature Extraction for Bleeding Detection in Endoscopic Images

Authors: Mekha Mathew, Varun P Gopi

Abstract:

Wireless Capsule Endoscopy (WCE) has become a great device in Gastrointestinal (GI) tract diagnosis, which can examine the entire GI tract, especially the small intestine without invasiveness and sedation. Bleeding in the digestive tract is a symptom of a disease rather than a disease itself. Hence the detection of bleeding is important in diagnosing many diseases. In this paper we proposes a novel method for distinguishing bleeding regions from normal regions based on Contourlet transform and Local Binary Pattern (LBP). Experiments show that this method provides a high accuracy rate of 96.38% in CIE XYZ colour space for k-Nearest Neighbour (k-NN) classifier.

Keywords: Wireless Capsule Endoscopy, local binary pattern, k-NN classifier, contourlet transform

Procedia PDF Downloads 482
1352 Cross-Validation of the Data Obtained for ω-6 Linoleic and ω-3 α-Linolenic Acids Concentration of Hemp Oil Using Jackknife and Bootstrap Resampling

Authors: Vibha Devi, Shabina Khanam

Abstract:

Hemp (Cannabis sativa) possesses a rich content of ω-6 linoleic and ω-3 linolenic essential fatty acid in the ratio of 3:1, which is a rare and most desired ratio that enhances the quality of hemp oil. These components are beneficial for the development of cell and body growth, strengthen the immune system, possess anti-inflammatory action, lowering the risk of heart problem owing to its anti-clotting property and a remedy for arthritis and various disorders. The present study employs supercritical fluid extraction (SFE) approach on hemp seed at various conditions of parameters; temperature (40 - 80) °C, pressure (200 - 350) bar, flow rate (5 - 15) g/min, particle size (0.430 - 1.015) mm and amount of co-solvent (0 - 10) % of solvent flow rate through central composite design (CCD). CCD suggested 32 sets of experiments, which was carried out. As SFE process includes large number of variables, the present study recommends the application of resampling techniques for cross-validation of the obtained data. Cross-validation refits the model on each data to achieve the information regarding the error, variability, deviation etc. Bootstrap and jackknife are the most popular resampling techniques, which create a large number of data through resampling from the original dataset and analyze these data to check the validity of the obtained data. Jackknife resampling is based on the eliminating one observation from the original sample of size N without replacement. For jackknife resampling, the sample size is 31 (eliminating one observation), which is repeated by 32 times. Bootstrap is the frequently used statistical approach for estimating the sampling distribution of an estimator by resampling with replacement from the original sample. For bootstrap resampling, the sample size is 32, which was repeated by 100 times. Estimands for these resampling techniques are considered as mean, standard deviation, variation coefficient and standard error of the mean. For ω-6 linoleic acid concentration, mean value was approx. 58.5 for both resampling methods, which is the average (central value) of the sample mean of all data points. Similarly, for ω-3 linoleic acid concentration, mean was observed as 22.5 through both resampling. Variance exhibits the spread out of the data from its mean. Greater value of variance exhibits the large range of output data, which is 18 for ω-6 linoleic acid (ranging from 48.85 to 63.66 %) and 6 for ω-3 linoleic acid (ranging from 16.71 to 26.2 %). Further, low value of standard deviation (approx. 1 %), low standard error of the mean (< 0.8) and low variance coefficient (< 0.2) reflect the accuracy of the sample for prediction. All the estimator value of variance coefficients, standard deviation and standard error of the mean are found within the 95 % of confidence interval.

Keywords: resampling, supercritical fluid extraction, hemp oil, cross-validation

Procedia PDF Downloads 137
1351 A Preliminary in vitro Investigation of the Acetylcholinesterase and α-Amylase Inhibition Potential of Pomegranate Peel Extracts

Authors: Zoi Konsoula

Abstract:

The increasing prevalence of Alzheimer’s disease (AD) and diabetes mellitus (DM) constitutes them major global health problems. Recently, the inhibition of key enzyme activity is considered a potential treatment of both diseases. Specifically, inhibition of acetylcholinesterase (AChE), the key enzyme involved in the breakdown of the neurotransmitter acetylcholine, is a promising approach for the treatment of AD, while inhibition of α-amylase retards the hydrolysis of carbohydrates and, thus, reduces hyperglycemia. Unfortunately, commercially available AChE and α-amylase inhibitors are reported to possess side effects. Consequently, there is a need to develop safe and effective treatments for both diseases. In the present study, pomegranate peel (PP) was extracted using various solvents of increasing polarity, while two extraction methods were employed, the conventional maceration and the ultrasound assisted extraction (UAE). The concentration of bioactive phytoconstituents, such as total phenolics (TPC) and total flavonoids (TFC) in the prepared extracts was evaluated by the Folin-Ciocalteu and the aluminum-flavonoid complex method, respectively. Furthermore, the anti-neurodegenerative and anti-hyperglycemic activity of all extracts was determined using AChE and α-amylase inhibitory activity assays, respectively. The inhibitory activity of the extracts against AChE and α-amylase was characterized by estimating their IC₅₀ value using a dose-response curve, while galanthamine and acarbose were used as positive controls, respectively. Finally, the kinetics of AChE and α-amylase in the presence of the most inhibitory potent extracts was determined by the Lineweaver-Burk plot. The methanolic extract prepared using the UAE contained the highest amount of phytoconstituents, followed by the respective ethanolic extract. All extracts inhibited acetylcholinesterase in a dose-dependent manner, while the increased anticholinesterase activity of the methanolic (IC₅₀ = 32 μg/mL) and ethanolic (IC₅₀ = 42 μg/mL) extract was positively correlated with their TPC content. Furthermore, the activity of the aforementioned extracts was comparable to galanthamine. Similar results were obtained in the case of α-amylase, however, all extracts showed lower inhibitory effect on the carbohydrate hydrolyzing enzyme than on AChE, since the IC₅₀ value ranged from 84 to 100 μg/mL. Also, the α-amylase inhibitory effect of the extracts was lower than acarbose. Finally, the methanolic and ethanolic extracts prepared by UAE inhibited both enzymes in a mixed (competitive/noncompetitive) manner since the Kₘ value of both enzymes increased in the presence of extracts, while the Vmax value decreased. The results of the present study indicate that PP may be a useful source of active compounds for the management of AD and DM. Moreover, taking into consideration that PP is an agro-industrial waste product, its valorization could not only result in economic efficiency but also reduce the environmental pollution.

Keywords: acetylcholinesterase, Alzheimer’s disease, α-amylase, diabetes mellitus, pomegranate

Procedia PDF Downloads 118
1350 Synthetic Method of Contextual Knowledge Extraction

Authors: Olga Kononova, Sergey Lyapin

Abstract:

Global information society requirements are transparency and reliability of data, as well as ability to manage information resources independently; particularly to search, to analyze, to evaluate information, thereby obtaining new expertise. Moreover, it is satisfying the society information needs that increases the efficiency of the enterprise management and public administration. The study of structurally organized thematic and semantic contexts of different types, automatically extracted from unstructured data, is one of the important tasks for the application of information technologies in education, science, culture, governance and business. The objectives of this study are the contextual knowledge typologization, selection or creation of effective tools for extracting and analyzing contextual knowledge. Explication of various kinds and forms of the contextual knowledge involves the development and use full-text search information systems. For the implementation purposes, the authors use an e-library 'Humanitariana' services such as the contextual search, different types of queries (paragraph-oriented query, frequency-ranked query), automatic extraction of knowledge from the scientific texts. The multifunctional e-library «Humanitariana» is realized in the Internet-architecture in WWS-configuration (Web-browser / Web-server / SQL-server). Advantage of use 'Humanitariana' is in the possibility of combining the resources of several organizations. Scholars and research groups may work in a local network mode and in distributed IT environments with ability to appeal to resources of any participating organizations servers. Paper discusses some specific cases of the contextual knowledge explication with the use of the e-library services and focuses on possibilities of new types of the contextual knowledge. Experimental research base are science texts about 'e-government' and 'computer games'. An analysis of the subject-themed texts trends allowed to propose the content analysis methodology, that combines a full-text search with automatic construction of 'terminogramma' and expert analysis of the selected contexts. 'Terminogramma' is made out as a table that contains a column with a frequency-ranked list of words (nouns), as well as columns with an indication of the absolute frequency (number) and the relative frequency of occurrence of the word (in %% ppm). The analysis of 'e-government' materials showed, that the state takes a dominant position in the processes of the electronic interaction between the authorities and society in modern Russia. The media credited the main role in these processes to the government, which provided public services through specialized portals. Factor analysis revealed two factors statistically describing the used terms: human interaction (the user) and the state (government, processes organizer); interaction management (public officer, processes performer) and technology (infrastructure). Isolation of these factors will lead to changes in the model of electronic interaction between government and society. In this study, the dominant social problems and the prevalence of different categories of subjects of computer gaming in science papers from 2005 to 2015 were identified. Therefore, there is an evident identification of several types of contextual knowledge: micro context; macro context; dynamic context; thematic collection of queries (interactive contextual knowledge expanding a composition of e-library information resources); multimodal context (functional integration of iconographic and full-text resources through hybrid quasi-semantic algorithm of search). Further studies can be pursued both in terms of expanding the resource base on which they are held, and in terms of the development of appropriate tools.

Keywords: contextual knowledge, contextual search, e-library services, frequency-ranked query, paragraph-oriented query, technologies of the contextual knowledge extraction

Procedia PDF Downloads 353
1349 Numerical Investigation of Phase Change Materials (PCM) Solidification in a Finned Rectangular Heat Exchanger

Authors: Mounir Baccar, Imen Jmal

Abstract:

Because of the rise in energy costs, thermal storage systems designed for the heating and cooling of buildings are becoming increasingly important. Energy storage can not only reduce the time or rate mismatch between energy supply and demand but also plays an important role in energy conservation. One of the most preferable storage techniques is the Latent Heat Thermal Energy Storage (LHTES) by Phase Change Materials (PCM) due to its important energy storage density and isothermal storage process. This paper presents a numerical study of the solidification of a PCM (paraffin RT27) in a rectangular thermal storage exchanger for air conditioning systems taking into account the presence of natural convection. Resolution of continuity, momentum and thermal energy equations are treated by the finite volume method. The main objective of this numerical approach is to study the effect of natural convection on the PCM solidification time and the impact of fins number on heat transfer enhancement. It also aims at investigating the temporal evolution of PCM solidification, as well as the longitudinal profiles of the HTF circling in the duct. The present research undertakes the study of two cases: the first one treats the solidification of PCM in a PCM-air heat exchanger without fins, while the second focuses on the solidification of PCM in a heat exchanger of the same type with the addition of fins (3 fins, 5 fins, and 9 fins). Without fins, the stratification of the PCM from colder to hotter during the heat transfer process has been noted. This behavior prevents the formation of thermo-convective cells in PCM area and then makes transferring almost conductive. In the presence of fins, energy extraction from PCM to airflow occurs at a faster rate, which contributes to the reduction of the discharging time and the increase of the outlet air temperature (HTF). However, for a great number of fins (9 fins), the enhancement of the solidification process is not significant because of the effect of confinement of PCM liquid spaces for the development of thermo-convective flow. Hence, it can be concluded that the effect of natural convection is not very significant for a high number of fins. In the optimum case, using 3 fins, the increasing temperature of the HTF exceeds approximately 10°C during the first 30 minutes. When solidification progresses from the surfaces of the PCM-container and propagates to the central liquid phase, an insulating layer will be created in the vicinity of the container surfaces and the fins, causing a low heat exchange rate between PCM and air. As the solid PCM layer gets thicker, a progressive regression of the field of movements is induced in the liquid phase, thus leading to the inhibition of heat extraction process. After about 2 hours, 68% of the PCM became solid, and heat transfer was almost dominated by conduction mechanism.

Keywords: heat transfer enhancement, front solidification, PCM, natural convection

Procedia PDF Downloads 183
1348 Secure Image Retrieval Based on Orthogonal Decomposition under Cloud Environment

Authors: Y. Xu, L. Xiong, Z. Xu

Abstract:

In order to protect data privacy, image with sensitive or private information needs to be encrypted before being outsourced to the cloud. However, this causes difficulties in image retrieval and data management. A secure image retrieval method based on orthogonal decomposition is proposed in the paper. The image is divided into two different components, for which encryption and feature extraction are executed separately. As a result, cloud server can extract features from an encrypted image directly and compare them with the features of the queried images, so that the user can thus obtain the image. Different from other methods, the proposed method has no special requirements to encryption algorithms. Experimental results prove that the proposed method can achieve better security and better retrieval precision.

Keywords: secure image retrieval, secure search, orthogonal decomposition, secure cloud computing

Procedia PDF Downloads 478
1347 Unsupervised Neural Architecture for Saliency Detection

Authors: Natalia Efremova, Sergey Tarasenko

Abstract:

We propose a novel neural network architecture for visual saliency detections, which utilizes neuro physiologically plausible mechanisms for extraction of salient regions. The model has been significantly inspired by recent findings from neuro physiology and aimed to simulate the bottom-up processes of human selective attention. Two types of features were analyzed: color and direction of maximum variance. The mechanism we employ for processing those features is PCA, implemented by means of normalized Hebbian learning and the waves of spikes. To evaluate performance of our model we have conducted psychological experiment. Comparison of simulation results with those of experiment indicates good performance of our model.

Keywords: neural network models, visual saliency detection, normalized Hebbian learning, Oja's rule, psychological experiment

Procedia PDF Downloads 344
1346 Analyzing Keyword Networks for the Identification of Correlated Research Topics

Authors: Thiago M. R. Dias, Patrícia M. Dias, Gray F. Moita

Abstract:

The production and publication of scientific works have increased significantly in the last years, being the Internet the main factor of access and distribution of these works. Faced with this, there is a growing interest in understanding how scientific research has evolved, in order to explore this knowledge to encourage research groups to become more productive. Therefore, the objective of this work is to explore repositories containing data from scientific publications and to characterize keyword networks of these publications, in order to identify the most relevant keywords, and to highlight those that have the greatest impact on the network. To do this, each article in the study repository has its keywords extracted and in this way the network is  characterized, after which several metrics for social network analysis are applied for the identification of the highlighted keywords.

Keywords: bibliometrics, data analysis, extraction and data integration, scientometrics

Procedia PDF Downloads 252
1345 Dimensionality Reduction in Modal Analysis for Structural Health Monitoring

Authors: Elia Favarelli, Enrico Testi, Andrea Giorgetti

Abstract:

Autonomous structural health monitoring (SHM) of many structures and bridges became a topic of paramount importance for maintenance purposes and safety reasons. This paper proposes a set of machine learning (ML) tools to perform automatic feature selection and detection of anomalies in a bridge from vibrational data and compare different feature extraction schemes to increase the accuracy and reduce the amount of data collected. As a case study, the Z-24 bridge is considered because of the extensive database of accelerometric data in both standard and damaged conditions. The proposed framework starts from the first four fundamental frequencies extracted through operational modal analysis (OMA) and clustering, followed by density-based time-domain filtering (tracking). The fundamental frequencies extracted are then fed to a dimensionality reduction block implemented through two different approaches: feature selection (intelligent multiplexer) that tries to estimate the most reliable frequencies based on the evaluation of some statistical features (i.e., mean value, variance, kurtosis), and feature extraction (auto-associative neural network (ANN)) that combine the fundamental frequencies to extract new damage sensitive features in a low dimensional feature space. Finally, one class classifier (OCC) algorithms perform anomaly detection, trained with standard condition points, and tested with normal and anomaly ones. In particular, a new anomaly detector strategy is proposed, namely one class classifier neural network two (OCCNN2), which exploit the classification capability of standard classifiers in an anomaly detection problem, finding the standard class (the boundary of the features space in normal operating conditions) through a two-step approach: coarse and fine boundary estimation. The coarse estimation uses classics OCC techniques, while the fine estimation is performed through a feedforward neural network (NN) trained that exploits the boundaries estimated in the coarse step. The detection algorithms vare then compared with known methods based on principal component analysis (PCA), kernel principal component analysis (KPCA), and auto-associative neural network (ANN). In many cases, the proposed solution increases the performance with respect to the standard OCC algorithms in terms of F1 score and accuracy. In particular, by evaluating the correct features, the anomaly can be detected with accuracy and an F1 score greater than 96% with the proposed method.

Keywords: anomaly detection, frequencies selection, modal analysis, neural network, sensor network, structural health monitoring, vibration measurement

Procedia PDF Downloads 121
1344 A Method for Quantifying Arsenolipids in Sea Water by HPLC-High Resolution Mass Spectrometry

Authors: Muslim Khan, Kenneth B. Jensen, Kevin A. Francesconi

Abstract:

Trace amounts (ca 1 µg/L, 13 nM) of arsenic are present in sea water mostly as the oxyanion arsenate. In contrast, arsenic is present in marine biota (animals and algae) at very high levels (up to100,000 µg/kg) a significant portion of which is present as lipid-soluble compounds collectively termed arsenolipids. The complex nature of sea water presents an analytical challenge to detect trace compounds and monitor their environmental path. We developed a simple method using liquid-liquid extraction combined with HPLC-High Resolution Mass Spectrometer capable of detecting trace of arsenolipids (99 % of the sample matrix while recovering > 80 % of the six target arsenolipids with limit of detection of 0.003 µg/L.)

Keywords: arsenolipids, sea water, HPLC-high resolution mass spectrometry

Procedia PDF Downloads 362
1343 Effect of Phosphorus and Potassium Nutrition on Growth, Yield and Minerals Accumulation of Two Soybean Cultivars Differing in Phytate Contents

Authors: Taliman Nisar Ahmad, Hirofume Saneoka

Abstract:

A pot experiment was conducted to investigate the effect of phosphorus (P) and potassium (K) nutrition on grain yield, phytic acid and grain quality of high-phytate (Akimaro) and low-phytate line. Phosphorus and potassium were applied as; P₁ (20 kg ha⁻¹) and P₂ (100 kg ha⁻¹), same as K₁ (20 kg ha⁻¹) and K₂ (100 kg ha⁻¹), respectively. Low-phytate soybean had the highest grain yield, and 75% increase was observed compared to the high-phytate under same treatments. Highly significant differences of seed phytate P were observed in both cultivars, and the phytate P in high-phytate was found 39% higher than low-phytate, whereas no significant differences observed in response to P and K treatment. Percentage of phytate P from total P in seeds was 28 to 35% in low-phytate and 72 to 81% in high-phytate in different treatments. The lipid content in low-phytate was found lowered compared to that of high-phytate. Crude protein in grains was also found significantly higher in PK combined. No significant difference was observed in seed calcium (Ca), magnesium (Mg), and Zinc (Zn) in different treatments, but high-phytate showed 87% increase in seed Ca and 76% of Mg compared to low-phytate; however, low-phytate showed 82% increase in Zn content over high-phytate. The result illustrates that low-phytate soybean achieved higher grain yield and grain Pi in response to increased P and K nutrition. To achieve higher yield and quality seeds from the low-phytate soybean, it is recommended that proper phosphorus and potassium nutrition to be applied suggested in this study.

Keywords: phytic acid, low-phytate soybean, high-phytate soybean, P and K nutrition, protein content, soybean

Procedia PDF Downloads 130
1342 Analysis of Nonlinear and Non-Stationary Signal to Extract the Features Using Hilbert Huang Transform

Authors: A. N. Paithane, D. S. Bormane, S. D. Shirbahadurkar

Abstract:

It has been seen that emotion recognition is an important research topic in the field of Human and computer interface. A novel technique for Feature Extraction (FE) has been presented here, further a new method has been used for human emotion recognition which is based on HHT method. This method is feasible for analyzing the nonlinear and non-stationary signals. Each signal has been decomposed into the IMF using the EMD. These functions are used to extract the features using fission and fusion process. The decomposition technique which we adopt is a new technique for adaptively decomposing signals. In this perspective, we have reported here potential usefulness of EMD based techniques.We evaluated the algorithm on Augsburg University Database; the manually annotated database.

Keywords: intrinsic mode function (IMF), Hilbert-Huang transform (HHT), empirical mode decomposition (EMD), emotion detection, electrocardiogram (ECG)

Procedia PDF Downloads 575
1341 Automatic Moment-Based Texture Segmentation

Authors: Tudor Barbu

Abstract:

An automatic moment-based texture segmentation approach is proposed in this paper. First, we describe the related work in this computer vision domain. Our texture feature extraction, the first part of the texture recognition process, produces a set of moment-based feature vectors. For each image pixel, a texture feature vector is computed as a sequence of area moments. Second, an automatic pixel classification approach is proposed. The feature vectors are clustered using some unsupervised classification algorithm, the optimal number of clusters being determined using a measure based on validation indexes. From the resulted pixel classes one determines easily the desired texture regions of the image.

Keywords: image segmentation, moment-based, texture analysis, automatic classification, validation indexes

Procedia PDF Downloads 413
1340 A Proposed Approach for Emotion Lexicon Enrichment

Authors: Amr Mansour Mohsen, Hesham Ahmed Hassan, Amira M. Idrees

Abstract:

Document Analysis is an important research field that aims to gather the information by analyzing the data in documents. As one of the important targets for many fields is to understand what people actually want, sentimental analysis field has been one of the vital fields that are tightly related to the document analysis. This research focuses on analyzing text documents to classify each document according to its opinion. The aim of this research is to detect the emotions from text documents based on enriching the lexicon with adapting their content based on semantic patterns extraction. The proposed approach has been presented, and different experiments are applied by different perspectives to reveal the positive impact of the proposed approach on the classification results.

Keywords: document analysis, sentimental analysis, emotion detection, WEKA tool, NRC lexicon

Procedia PDF Downloads 433
1339 Synthesis and Characterization of Carboxymethyl Cellulose-Chitosan Based Composite Hydrogels for Biomedical and Non-Biomedical Applications

Authors: K. Uyanga, W. Daoud

Abstract:

Hydrogels have attracted much academic and industrial attention due to their unique properties and potential biomedical and non-biomedical applications. Limitations on extending their applications have resulted from the synthesis of hydrogels using toxic materials and complex irreproducible processing techniques. In order to promote environmental sustainability, hydrogel efficiency, and wider application, this study focused on the synthesis of composite hydrogels matrices from an edible non-toxic crosslinker-citric acid (CA) using a simple low energy processing method based on carboxymethyl cellulose (CMC) and chitosan (CSN) natural polymers. Composite hydrogels were developed by chemical crosslinking. The results demonstrated that CMC:2CSN:CA exhibited good performance properties and super-absorbency 21× its original weight. This makes it promising for biomedical applications such as chronic wound healing and regeneration, next generation skin substitute, in situ bone regeneration and cell delivery. On the other hand, CMC:CSN:CA exhibited durable well-structured internal network with minimum swelling degrees, water absorbency, excellent gel fraction, and infra-red reflectance. These properties make it a suitable composite hydrogel matrix for warming effect and controlled and efficient release of loaded materials. CMC:2CSN:CA and CMC:CSN:CA composite hydrogels developed also exhibited excellent chemical, morphological, and thermal properties.

Keywords: citric acid, fumaric acid, tartaric acid, zinc nitrate hexahydrate

Procedia PDF Downloads 143