Search results for: source waters
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4975

Search results for: source waters

4705 Intentional Cultivation of Non-toxic Filamentous Cyanobacteria Tolypothrix as an Approach to Treat Eutrophic Waters

Authors: Simona Lucakova, Irena Branyikova

Abstract:

Eutrophication, a condition when water becomes over-enriched with nutrients (P, N), can lead to undesirable excessive growth of phytoplankton, so-called algal bloom. This process results in the accumulation of toxin-producing cyanobacteria and oxygen depletion, both possibly leading to the collapse of the whole ecosystem. In real conditions, the limiting nutrient, which determines the possible growth of harmful algal bloom, is usually phosphorus. Algicides or flocculants have been applied in the eutrophicated waterbody in order to reduce the phytoplankton growth, which leads to the introduction of toxic chemicals into the water. In our laboratory, the idea of the prevention of harmful phytoplankton growth by the intentional cultivation of non-toxic cyanobacteria Tolypothrix tenuis in semi-open floating photobioreactors directly on the surface of phosphorus-rich waterbody is examined. During the process of cultivation, redundant phosphorus is incorporated into cyanobacterial biomass, which can be subsequently used for the production of biofuels, cosmetics, pharmaceuticals, or biostimulants for agricultural use. To determine the ability of phosphorus incorporation, batch-cultivation of Tolypothrix biomass in media simulating eutrophic water (10% BG medium) and in effluent from municipal wastewater treatment plant, both with the initial phosphorus concentration in the range 0.5-1.0 mgP/L was performed in laboratory-scale models of floating photobioreactors. After few hours of cultivation, the phosphorus content was decreased below the target limit of 0.035 mgP/L, which was given as a borderline for the algal bloom formation. Under laboratory conditions, the effect of several parameters on the rate of phosphorus decrease was tested (illumination, temperature, stirring speed/aeration gas flow, biomass to medium ratio). Based on the obtained results, a bench-scale floating photobioreactor was designed and will be tested for Tolypothrix growth in real conditions. It was proved that intentional cultivation of cyanobacteria Tolypothrix could be a suitable approach for extracting redundant phosphorus from eutrophic waters as prevention of algal bloom formation.

Keywords: cyanobacteria, eutrophication, floating photobioreactor, Tolypothrix

Procedia PDF Downloads 159
4704 Microwave Single Photon Source Using Landau-Zener Transitions

Authors: Siddhi Khaire, Samarth Hawaldar, Baladitya Suri

Abstract:

As efforts towards quantum communication advance, the need for single photon sources becomes imminent. Due to the extremely low energy of a single microwave photon, efforts to build single photon sources and detectors in the microwave range are relatively recent. We plan to use a Cooper Pair Box (CPB) that has a ‘sweet-spot’ where the two energy levels have minimal separation. Moreover, these qubits have fairly large anharmonicity making them close to ideal two-level systems. If the external gate voltage of these qubits is varied rapidly while passing through the sweet-spot, due to Landau-Zener effect, the qubit can be excited almost deterministically. The rapid change of the gate control voltage through the sweet spot induces a non-adiabatic population transfer from the ground to the excited state. The qubit eventually decays into the emission line emitting a single photon. The advantage of this setup is that the qubit can be excited without any coherent microwave excitation, thereby effectively increasing the usable source efficiency due to the absence of control pulse microwave photons. Since the probability of a Landau-Zener transition can be made almost close to unity by the appropriate design of parameters, this source behaves as an on-demand source of single microwave photons. The large anharmonicity of the CPB also ensures that only one excited state is involved in the transition and multiple photon output is highly improbable. Such a system has so far not been implemented and would find many applications in the areas of quantum optics, quantum computation as well as quantum communication.

Keywords: quantum computing, quantum communication, quantum optics, superconducting qubits, flux qubit, charge qubit, microwave single photon source, quantum information processing

Procedia PDF Downloads 92
4703 Open-Source YOLO CV For Detection of Dust on Solar PV Surface

Authors: Jeewan Rai, Kinzang, Yeshi Jigme Choden

Abstract:

Accumulation of dust on solar panels impacts the overall efficiency and the amount of energy they produce. While various techniques exist for detecting dust to schedule cleaning, many of these methods use MATLAB image processing tools and other licensed software, which can be financially burdensome. This study will investigate the efficiency of a free open-source computer vision library using the YOLO algorithm. The proposed approach has been tested on images of solar panels with varying dust levels through an experiment setup. The experimental findings illustrated the effectiveness of using the YOLO-based image classification method and the overall dust detection approach with an accuracy of 90% in distinguishing between clean and dusty panels. This open-source solution provides a cost effective and accessible alternative to commercial image processing tools, offering solutions for optimizing solar panel maintenance and enhancing energy production.

Keywords: YOLO, openCV, dust detection, solar panels, computer vision, image processing

Procedia PDF Downloads 25
4702 Virtual Science Hub: An Open Source Platform to Enrich Science Teaching

Authors: Enrique Barra, Aldo Gordillo, Juan Quemada

Abstract:

This paper presents the Virtual Science Hub platform. It is an open source platform that combines a social network, an e-learning authoring tool, a video conference service and a learning object repository for science teaching enrichment. These four main functionalities fit very well together. The platform was released in April 2012 and since then it has not stopped growing. Finally we present the results of the surveys conducted and the statistics gathered to validate this approach.

Keywords: e-learning, platform, authoring tool, science teaching, educational sciences

Procedia PDF Downloads 393
4701 Open Source Software in Higher Education: Oman SQU Case Study

Authors: Amal S. Al-Badi, Ali H. Al-Badi

Abstract:

Many organizations are opting to adopt Open Source Software (OSS) as it is the current trend to rely on each other rather than on companies (Software vendors). It is a clear shift from organizations to individuals, the concept being to rely on collective participation rather than companies/vendors. The main objectives of this research are 1) to identify the current level of OSS usage in Sultan Qaboos University; 2) to identify the potential benefits of using OSS in educational institutes; 3) to identify the OSS applications that are most likely to be used within an educational institute; 4) to identify the existing and potential barriers to the successful adoption of OSS in education. To achieve these objectives a two-stage research method was conducted. First a rigorous literature review of previously published material was performed (interpretive/descriptive approach), and then a set of interviews were conducted with the IT professionals at Sultan Qaboos University in Oman in order to explore the extent and nature of their usage of OSS.

Keywords: open source software, social software, e-learning 2.0, Web 2.0, connectivism, personal learning environment (PLE), OpenCourseWare

Procedia PDF Downloads 301
4700 Detecting Heartbeat Architectural Tactic in Source Code Using Program Analysis

Authors: Ananta Kumar Das, Sujit Kumar Chakrabarti

Abstract:

Architectural tactics such as heartbeat, ping-echo, encapsulate, encrypt data are techniques that are used to achieve quality attributes of a system. Detecting architectural tactics has several benefits: it can aid system comprehension (e.g., legacy systems) and in the estimation of quality attributes such as safety, security, maintainability, etc. Architectural tactics are typically spread over the source code and are implicit. For large codebases, manual detection is often not feasible. Therefore, there is a need for automated methods of detection of architectural tactics. This paper presents a formalization of the heartbeat architectural tactic and a program analytic approach to detect this tactic in source code. The experiment of the proposed method is done on a set of Java applications. The outcome of the experiment strongly suggests that the method compares well with a manual approach in terms of its sensitivity and specificity, and far supersedes a manual exercise in terms of its scalability.

Keywords: software architecture, architectural tactics, detecting architectural tactics, program analysis, AST, alias analysis

Procedia PDF Downloads 151
4699 3D Interactions in Under Water Acoustic Simulations

Authors: Prabu Duplex

Abstract:

Due to stringent emission regulation targets, large-scale transition to renewable energy sources is a global challenge, and wind power plays a significant role in the solution vector. This scenario has led to the construction of offshore wind farms, and several wind farms are planned in the shallow waters where the marine habitat exists. It raises concerns over impacts of underwater noise on marine species, for example bridge constructions in the ocean straits. Dangerous to aquatic life, the environmental organisations say, the bridge would be devastating, since ocean straits are important place of transit for marine mammals. One of the highest concentrations of biodiversity in the world is concentrated these areas. The investigation of ship noise and piling noise that may happen during bridge construction and in operation is therefore vital. Once the source levels are known the receiver levels can be modelled. With this objective this work investigates the key requirement of the software that can model transmission loss in high frequencies that may occur during construction or operation phases. Most propagation models are 2D solutions, calculating the propagation loss along a transect, which does not include horizontal refraction, reflection or diffraction. In many cases, such models provide sufficient accuracy and can provide three-dimensional maps by combining, through interpolation, several two-dimensional (distance and depth) transects. However, in some instances the use of 2D models may not be sufficient to accurately model the sound propagation. A possible example includes a scenario where an island or land mass is situated between the source and receiver. The 2D model will result in a shadow behind the land mass where the modelled transects intersect the land mass. Diffraction will occur causing bending of the sound around the land mass. In such cases, it may be necessary to use a 3D model, which accounts for horizontal diffraction to accurately represent the sound field. Other scenarios where 2D models may not provide sufficient accuracy may be environments characterised by a strong up-sloping or down sloping seabed, such as propagation around continental shelves. In line with these objectives by means of a case study, this work addresses the importance of 3D interactions in underwater acoustics. The methodology used in this study can also be used for other 3D underwater sound propagation studies. This work assumes special significance given the increasing interest in using underwater acoustic modeling for environmental impacts assessments. Future work also includes inter-model comparison in shallow water environments considering more physical processes known to influence sound propagation, such as scattering from the sea surface. Passive acoustic monitoring of the underwater soundscape with distributed hydrophone arrays is also suggested to investigate the 3D propagation effects as discussed in this article.

Keywords: underwater acoustics, naval, maritime, cetaceans

Procedia PDF Downloads 10
4698 Response of Subfossile Diatoms, Cladocera, and Chironomidae in Sediments of Small Ponds to Changes in Wastewater Discharges from a Zn–Pb Mine

Authors: Ewa Szarek-Gwiazda, Agata Z. Wojtal, Agnieszka Pociecha, Andrzej Kownacki, Dariusz Ciszewski

Abstract:

Mining of metal ores is one of the largest sources of heavy metals, which deteriorate aquatic systems. The response of organisms to environmental changes can be well recorded in sediments of the affected water bodies and may be reconstructed based on analyses of organisms' remains. The present study aimed at the response of diatoms (Bacillariophyta), Cladocera, and Chironomidae communities to the impact of Zn-Pb mine water discharge recorded in sediment cores of small subsidence ponds on the Chechło River floodplain (Silesia–Krakow Region, southern Poland). We hypothesize various responses of the above groups to high metal concentrations (Cd, Pb, Zn, and Cu). The investigated ponds were formed either during the peak of the ore exploitation (DOWN) or after mining cessation (UP). Currently, the concentrations of dissolved metals (in µg g⁻¹) in water reached up to 0.53 for Cd, 7.3 for Pb, and up to 47.1 for Zn. All the sediment cores from subsidence ponds were heavily polluted with Cd 6.7–612 μg g⁻¹, Pb 0.1–10.2 mg g⁻¹, and Zn 0.5–23.1 mg g⁻¹. Core sediments varied also in respect to pH 5.8-7.1 and concentrations of organic matter (5.7-39.8%). The impact of high metal concentrations was expressed by the occurrence of metal-tolerant taxa like diatoms – Nitzschia amphibia, Sellaphora nigri, and Surirella brebisonii var. kuetzingii; Cladocera – Chydorus sphaericus (dominated in cores from all ponds), and Chironomidae – Chironomus and Cricotopus especially in the DOWN ponds. Statistical analysis exhibited a negative impact of metals on some taxa of diatoms and Cladocera but only on Polypedilum sp. from Chironomidae. The abundance of such diatoms like Gomphonema utae, Staurosirella pinnata, Eunotia bilunaris, and Cladocera like Alona, Chydorus, Graptoleberis, and Pleuroxus decreased with increasing Pb concentration. However, the occurrence or dominance of more sensitive species of diatoms and Cladocera indicates their adaptation to higher metal loads, which was facilitated by neutral pH and slightly alkaline waters. Diatom assemblages were generally resistant to Zn, Pb, Cu, and Cd pollution, as indicated by their large similarity to populations from non-contaminated waters. Comparison with reference objects clearly indicates the dominance of Achnanthidium minutissimum, Staurosira venter, and Fragilaria gracilis in very diverse assemblages of unpolluted waters. The distribution of the Cladocera and Chironomidae taxa depended on the habitat type. The DOWN ponds with stagnant water and overgrown with macrophytes were more suitable for cladocerans (14 taxa, higher diversity) than the UP ponds with river water flowing through their centre and with a small share of macrophytes (8 taxa). The Chironominae, mainly Chironomus and Microspectra, were abundant in cores from the UP ponds with muddy bottoms. Inversely, the density of Orthocladiinae, especially genus Cricotopus, was related to the organic matter content and dominated in cores from the DOWN ponds. The presence of diatoms like Nitzschia amphibia, Sellaphora nigri, and Surirella brebisonii var. kuetzingii, cladocerans: Bosmina longirostris, Chydorus sphaericus, Alona affinis, and A. rectangularis as well as Chironomidae Chironomus sp. (UP ponds) and Psecrotanypus varius (DOWN ponds) indicate the influence of the water trophy on their distribution.

Keywords: Chironomidae, Cladocera, diatoms, metals, Zn-Pb mine, sediment cores, subsidence ponds

Procedia PDF Downloads 70
4697 Vitamin Content of Swordfish (Xhiphias gladius) Affected by Salting and Frying

Authors: L. Piñeiro, N. Cobas, L. Gómez-Limia, S. Martínez, I. Franco

Abstract:

The swordfish (Xiphias gladius) is a large oceanic fish of high commercial value, which is widely distributed in waters of the world’s oceans. They are considered to be an important source of high quality proteins, vitamins and essential fatty acids, although only half of the population follows the recommendation of nutritionists to consume fish at least twice a week. Swordfish is consumed worldwide because of its low fat content and high protein content. It is generally sold as fresh, frozen, and as pieces or slices. The aim of this study was to evaluate the effect of salting and frying on the composition of the water-soluble vitamins (B2, B3, B9 and B12) and fat-soluble vitamins (A, D, and E) of swordfish. Three loins of swordfish from Pacific Ocean were analyzed. All the fishes had a weight between 50 and 70 kg and were transported to the laboratory frozen (-18 ºC). Before the processing, they were defrosted at 4 ºC. Each loin was sliced and salted in brine. After cleaning the slices, they were divided into portions (10×2 cm) and fried in olive oil. The identification and quantification of vitamins were carried out by high-performance liquid chromatography (HPLC), using methanol and 0.010% trifluoroacetic acid as mobile phases at a flow-rate of 0.7 mL min-1. The UV-Vis detector was used for the detection of the water- and fat-soluble vitamins (A and D), as well as the fluorescence detector for the detection of the vitamin E. During salting, water and fat-soluble vitamin contents remained constant, observing an evident decrease in the values of vitamin B2. The diffusion of salt into the interior of the pieces and the loss of constitution water that occur during this stage would be related to this significant decrease. In general, after frying water-soluble and fat-soluble vitamins showed a great thermolability with high percentages of retention with values among 50–100%. Vitamin B3 is the one that exhibited higher percentages of retention with values close to 100%. However, vitamin B9 presented the highest losses with a percentage of retention of less than 20%.

Keywords: frying, HPLC, salting, swordfish, vitamins

Procedia PDF Downloads 124
4696 A Phase Change Materials Thermal Storage for Ground-Source Heat Pumps: Computational Fluid Dynamics Analysis of Innovative Layouts

Authors: Emanuele Bonamente, Andrea Aquino, Franco Cotana

Abstract:

The exploitation of the low-temperature geothermal resource via ground-source heat pumps is often limited by the high investment cost mainly due to borehole drilling. From the monitoring of a prototypal system currently used by a commercial building, it was found that a simple upgrade of the conventional layout, obtained including a thermal storage between the ground-source heat exchangers and the heat pump, can optimize the ground energy exploitation requiring for shorter/fewer boreholes. For typical applications, a reduction of up to 66% with respect to the conventional layout can be easily achieved. Results from the monitoring campaign of the prototype are presented in this paper, and upgrades of the thermal storage using phase change materials (PCMs) are proposed using computational fluid dynamics simulations. The PCM thermal storage guarantees an improvement of the system coefficient of performance both for summer cooling and winter heating (up to 25%). A drastic reduction of the storage volume (approx. 1/10 of the original size) is also achieved, making it possible to easily place it within the technical room, avoiding extra costs for underground displacement. A preliminary optimization of the PCM geometry is finally proposed.

Keywords: computational fluid dynamics (CFD), geothermal energy, ground-source heat pumps, phase change materials (PCM)

Procedia PDF Downloads 263
4695 Comparison Between Two Techniques (Extended Source to Surface Distance & Field Alignment) Of Craniospinal Irradiation (CSI) In the Eclipse Treatment Planning System

Authors: Naima Jannat, Ariful Islam, Sharafat Hossain

Abstract:

Due to the involvement of the large target volume, Craniospinal Irradiation makes it challenging to achieve a uniform dose, and it requires different isocenters. This isocentric junction needs to shift after every five fractions to overcome the possibility of hot and cold spots. This study aims to evaluate the Planning Target Volume coverage & sparing Organ at Risk between two techniques and shows that the Field Alignment Technique does not need replanning and resetting. Planning method for Craniospinal Irradiation by Eclipse treatment planning system Field Alignment and Extended Source to Surface Distance technique was developed where 36 Gy in 20 Fraction at the rate of 1.8 Gy was prescribed. The patient was immobilized in the prone position. In the Field Alignment technique, the plan consists of half beam blocked parallel opposed cranium and a single posterior cervicospine field was developed by sharing the same isocenter, which obviates divergence matching. Further, a single field was created to treat the remaining lumbosacral spine. Matching between the inferior diverging edge of the cervicospine field and the superior diverging edge of a lumbosacral field, the field alignment option was used, which automatically matches the field edge divergence as per the field alignment rule in Eclipse Treatment Planning System where the couch was set to 2700. In the Extended Source to Surface Distance technique, two parallel opposed fields were created for the cranium, and a single posterior cervicospine field was created where the Source to Surface Distance was from 120-140 cm. Dose Volume Histograms were obtained for each organ contoured and for each technique used. In all, the patient’s maximum dose to Planning Target Volume is higher for the Extended Source to Surface Distance technique to Field Alignment technique. The dose to all surrounding structures was increased with the use of a single Extended Source to Surface Distance when compared to the Field Alignment technique. The average mean dose to Eye, Brain Steam, Kidney, Oesophagus, Heart, Liver, Lung, and Ovaries were respectively (58% & 60 %), (103% & 98%), (13% & 15%), (10% & 63%), (12% & 16%), (33% & 30%), (14% & 18%), (69% & 61%) for Field Alignment and Extended Source to Surface Distance technique. However, the clinical target volume at the spine junction site received a less homogeneous dose with the Field Alignment technique as compared to Extended Source to Surface Distance. We conclude that, although the use of a single field Extended Source to Surface Distance delivered a more homogenous, but its maximum dose is higher than the Field Alignment technique. Also, a huge advantage of the Field Alignment technique for Craniospinal Irradiation is that it doesn’t need replanning and resetting up of patients after every five fractions and 95% prescribed dose was received by more than 95% of the Planning Target Volume in all the plane with the acceptable hot spot.

Keywords: craniospinalirradiation, cranium, cervicospine, immobilize, lumbosacral spine

Procedia PDF Downloads 108
4694 Mechanical Simulation with Electrical and Dimensional Tests for AISHa Containment Chamber

Authors: F. Noto, G. Costa, L. Celona, F. Chines, G. Ciavola, G. Cuttone, S. Gammino, O. Leonardi, S. Marletta, G. Torrisi

Abstract:

At Istituto Nazionale di Fisica Nucleare – Laboratorio Nazionale del Sud (INFN-LNS), a broad experience in the design, construction and commissioning of ECR and microwave ion sources is available. The AISHa ion source has been designed by taking into account the typical requirements of hospital-based facilities, where the minimization of the mean time between failures (MTBF) is a key point together with the maintenance operations, which should be fast and easy. It is intended to be a multipurpose device, operating at 18 GHz, in order to achieve higher plasma densities. It should provide enough versatility for future needs of the hadron therapy, including the ability to run at larger microwave power to produce different species and highly charged ion beams. The source is potentially interesting for any hadron therapy facility using heavy ions. In this paper, we analyzed the dimensional test and electrical test about an innovative solution for the containment chamber that allows us to solve our isolation and structural problems.

Keywords: FEM analysis, electron cyclotron resonance ion source, dielectrical measurement, hadron therapy

Procedia PDF Downloads 287
4693 RANS Simulation of the LNG Ship Squat in Shallow Water

Authors: Mehdi Nakisa, Adi Maimun, Yasser M. Ahmed, Fatemeh Behrouzi

Abstract:

Squat is the reduction in under-keel clearance between a vessel at-rest and underway due to the increased flow of water past the moving body. The forward motion of the ship induces a relative velocity between the ship and the surrounding water that causes a water level depression in which the ship sinks. The problem of ship squat is one among the crucial factors affecting the navigation of ships in restricted waters. This article investigates the LNG ship squat, its effects on flow streamlines around the ship hull and ship behavior and motion using computational fluid dynamics which is applied by Ansys-Fluent.

Keywords: ship squat, CFD, confined, mechanic

Procedia PDF Downloads 616
4692 A Scalable Media Job Framework for an Open Source Search Engine

Authors: Pooja Mishra, Chris Pollett

Abstract:

This paper explores efficient ways to implement various media-updating features like news aggregation, video conversion, and bulk email handling. All of these jobs share the property that they are periodic in nature, and they all benefit from being handled in a distributed fashion. The data for these jobs also often comes from a social or collaborative source. We isolate the class of periodic, one round map reduce jobs as a useful setting to describe and handle media updating tasks. As such tasks are simpler than general map reduce jobs, programming them in a general map reduce platform could easily become tedious. This paper presents a MediaUpdater module of the Yioop Open Source Search Engine Web Portal designed to handle such jobs via an extension of a PHP class. We describe how to implement various media-updating tasks in our system as well as experiments carried out using these implementations on an Amazon Web Services cluster.

Keywords: distributed jobs framework, news aggregation, video conversion, email

Procedia PDF Downloads 293
4691 Organic Geochemistry and Oil-Source Correlation of Cretaceous Sediments in the Kohat Basin, Pakistan

Authors: Syed Mamoon Siyar, Fayaz Ali, Sajjad Ahmad, Samina Jahandad, George Kontakiotis, Hammad T. Janjuhah, Assimina Antonarakou, Waqas Naseem

Abstract:

The Cretaceous Chichali Formation in the Chanda-01, Chanda-02, Chanda-03 and Mela-05 wells and the oil samples from Chanda-01 and Chanda-01 wells located in the Kohat Basin, Pakistan, were analyzed with the objectives of evaluating the hydrocarbon generation potential, source, thermal maturity and depositional of organic matter, and oil-source correlation by employing geochemical screening techniques and biomarker studies. The total organic carbon (TOC) values in Chanda-02, Chanda-03 and Mela-05 indicate, in general, poor to fair, fair and fair to good source rock potential with low genetic potential, respectively. The nature of organic matter has been determined by standard cross plots of Rock Eval pyrolysis parameters, indicating that studied cuttings from the Chichali Formation dominantly contain type III kerogen at present and show maturity for oil generation in the studied wells. The organic petrographic study also confirmed the vitrinite (type III) as a major maceral in the investigated Chichali Shales and its reflectance values show maturity for oil. The different ratios of non-biomarkers and biomarkers i.e., steranes, terpenes and aromatics parameters, indicate the marine source of organic matter deposited in the anoxic environment for the Chichali Formation in Chanda-01 and Chanda-02 wells and mixed source input of organic matter deposited in suboxic conditions for oil in the same wells. The CPI, and different biomarkers parameters such as C29 S/S+R, ββ/αα+ββ), M29/H30, Ts/Ts+Tm, H31 (S/S+R) and aromatic compounds methyl phenanthrene index (MPI) and organic petrographic analysis (vitrinite reflectance) suggest mature stage of oil generation for Chichali Shales and oil samples in the study area with little high thermal maturity in case of oils. Based on source and thermal maturity biomarkers and non-biomarkers parameters, the produced oils have no correlation with the Cretaceous Chichali Formation in the studied Chanda-01 and Chanda-02 wells in Kohat Basin, Pakistan, but it has been suggested that these oils have been generated by the strata containing high terrestrial organic input compare to Chichali Shales.

Keywords: Organic geochemistry, Chichali Shales and crude oils, Kohat Basin, Pakistan

Procedia PDF Downloads 79
4690 Tool for Fast Detection of Java Code Snippets

Authors: Tomáš Bublík, Miroslav Virius

Abstract:

This paper presents general results on the Java source code snippet detection problem. We propose the tool which uses graph and sub graph isomorphism detection. A number of solutions for all of these tasks have been proposed in the literature. However, although that all these solutions are really fast, they compare just the constant static trees. Our solution offers to enter an input sample dynamically with the Scripthon language while preserving an acceptable speed. We used several optimizations to achieve very low number of comparisons during the matching algorithm.

Keywords: AST, Java, tree matching, scripthon source code recognition

Procedia PDF Downloads 423
4689 Using the Transient Plane Source Method for Measuring Thermal Parameters of Electroceramics

Authors: Peter Krupa, Svetozár Malinarič

Abstract:

Transient plane source method has been used to measure the thermal diffusivity and thermal conductivity of a compact isostatic electro-ceramics at room temperature. The samples were fired at temperatures from 100 up to 1320 degrees Celsius in steps of 50. Bulk density and specific heat capacity were also measured with their corresponding standard uncertainties. The results were compared with further thermal analysis (dilatometry and thermogravimetry). Structural processes during firing were discussed.

Keywords: TPS method, thermal conductivity, thermal diffusivity, thermal analysis, electro-ceramics, firing

Procedia PDF Downloads 482
4688 Waste Water Treatment by Moringa oleifera Seed Powder in Historical Jalmahal Lake Located in Semi-Arid Monsoon Zone of India

Authors: Pomila Sharma

Abstract:

The rapid urbanization in India was not accompanied by the establishment of waste water treatment facility at similar and same pace. The inland fresh water ecosystem is increasingly subjected to great stress from various human activities. Jalmahal Lake is located in Jaipur city of Rajasthan state; the lake was constructed about 400 years ago and surrounded by hills. The lake was approximately 139 hectare in full spread and has catchment area of 23.5 sq. kilometer. Out of the total catchment area approximate 40% falls inside dense urban area of Jaipur city. During the showers, the treated and untreated waste waters and runoff waters get mixed and enter the lake through the various influx channels, and the lake water quality gets affected by the inflow of waste water. The main objective of this work was to use the Moringa oleifera seeds as a natural adsorbent for the treatment of wastewater in lake. Moringa oleifera is a tropical, multipurpose tree whose seeds contain high-quality edible oil 40% by weight and water soluble, non-toxic protein that act as an effective coagulant for the removal of organic matter in water and waste water treatment. Laboratory Jar test procedure had been used for coagulation studies; an experiment runs using lake water. Water extracts/powder of Moringa seed applied to treat polluted water of lake. In present study various doses of Moringa oleifera seed coagulant viz. 100 mg/L, 200 mg/L, and 400 mg/L were taken and checked for the efficiency dose on treated and untreated polluted water. Turbidity and color removal is one of the important steps in a waste water treatment processes. The results indicate significant reduction in turbidity and color. Standard plate count was significantly reduced fecal coliform levels too. All parameters were reduced with the increased dose of Moringa oleifera. It was clear from the study Moringa oleifera seed was shown to be a potential bio-coagulant, for treatment of sewage laden polluted water in the lake.

Keywords: coagulant, Moringa oleifera, plate count, turbidity, wastewater

Procedia PDF Downloads 406
4687 Improvements in Double Q-Learning for Anomalous Radiation Source Searching

Authors: Bo-Bin Xiaoa, Chia-Yi Liua

Abstract:

In the task of searching for anomalous radiation sources, personnel holding radiation detectors to search for radiation sources may be exposed to unnecessary radiation risk, and automated search using machines becomes a required project. The research uses various sophisticated algorithms, which are double Q learning, dueling network, and NoisyNet, of deep reinforcement learning to search for radiation sources. The simulation environment, which is a 10*10 grid and one shielding wall setting in it, improves the development of the AI model by training 1 million episodes. In each episode of training, the radiation source position, the radiation source intensity, agent position, shielding wall position, and shielding wall length are all set randomly. The three algorithms are applied to run AI model training in four environments where the training shielding wall is a full-shielding wall, a lead wall, a concrete wall, and a lead wall or a concrete wall appearing randomly. The 12 best performance AI models are selected by observing the reward value during the training period and are evaluated by comparing these AI models with the gradient search algorithm. The results show that the performance of the AI model, no matter which one algorithm, is far better than the gradient search algorithm. In addition, the simulation environment becomes more complex, the AI model which applied Double DQN combined Dueling and NosiyNet algorithm performs better.

Keywords: double Q learning, dueling network, NoisyNet, source searching

Procedia PDF Downloads 105
4686 Use of Magnesium as a Renewable Energy Source

Authors: Rafayel K. Kostanyan

Abstract:

The opportunities of use of metallic magnesium as a generator of hydrogen gas, as well as thermal and electric energy is presented in the paper. Various schemes of magnesium application are discussed and power characteristics of corresponding devices are presented. Economic estimation of hydrogen price obtained by different methods is made, including the use of magnesium as a source of hydrogen for transportation in comparison with gasoline. Details and prospects of our new inexpensive technology of magnesium production from magnesium hydroxide and magnesium bearing rocks (which are available worldwide and in Armenia) are analyzed. It is estimated the threshold cost of Mg production at which application of this metal in power engineering is economically justified.

Keywords: energy, electrodialysis, magnesium, new technology

Procedia PDF Downloads 268
4685 Metaphorical Perceptions of Middle School Students regarding Computer Games

Authors: Ismail Celik, Ismail Sahin, Fetah Eren

Abstract:

The computer, among the most important inventions of the twentieth century, has become an increasingly important component in our everyday lives. Computer games also have become increasingly popular among people day-by-day, owing to their features based on realistic virtual environments, audio and visual features, and the roles they offer players. In the present study, the metaphors students have for computer games are investigated, as well as an effort to fill the gap in the literature. Students were asked to complete the sentence—‘Computer game is like/similar to….because….’— to determine the middle school students’ metaphorical images of the concept for ‘computer game’. The metaphors created by the students were grouped in six categories, based on the source of the metaphor. These categories were ordered as ‘computer game as a means of entertainment’, ‘computer game as a beneficial means’, ‘computer game as a basic need’, ‘computer game as a source of evil’, ‘computer game as a means of withdrawal’, and ‘computer game as a source of addiction’, according to the number of metaphors they included.

Keywords: computer game, metaphor, middle school students, virtual environments

Procedia PDF Downloads 529
4684 Petroleum Generative Potential of Eocene-Paleocene Sequences of Potwar Basin, Pakistan

Authors: Syed Bilawal Ali Shah

Abstract:

The investigation of the hydrocarbon source rock potential of Eocene-Paleocene formations of Potwar Basin, part of Upper Indus Basin Pakistan, was done using geochemical and petrological techniques. Analysis was performed on forty-five core-cutting samples from two wells. The sequences analysed are Sakesar, Lockhart and Patala formations of Potwar Basin. Patala Formation is one of Potwar Basin's major petroleum-bearing source rocks. The Lockhart Formation samples VR (%Ro) and Tmax data indicate that the formation is early mature to immature for petroleum generation for hydrocarbon generation; samples from the Patala and Sakesar formations, however, have a peak oil generation window and an early maturity (oil window). With 3.37 weight percent mean TOC and HI levels up to 498 mg HC/g TOC, the source rock characteristics of the Sakesar and Patala formations generally exhibit good to very strong petroleum generative potential. The majority of sediments representing Lockhart Formation have 1.5 wt.% mean TOC having fair to good potential with HI values ranging between 203-498 mg HC/g TOC. 1. The analysed sediments of all formations possess primarily mixed Type II/III and Type III kerogen. Analysed sediments indicate that both the Sakesar and Patala formations can possess good oil-generation potential and may act as an oil source rock in the Potwar Basin.

Keywords: Potwar Basin, Patala Shale, Rock-Eval pyrolysis, Indus Basin, VR %Ro

Procedia PDF Downloads 81
4683 A Hybrid Model for Secure Protocol Independent Multicast Sparse Mode and Dense Mode Protocols in a Group Network

Authors: M. S. Jimah, A. C. Achuenu, M. Momodu

Abstract:

Group communications over public infrastructure are prone to a lot of security issues. Existing network protocols like Protocol Independent Multicast Sparse Mode (PIM SM) and Protocol Independent Multicast Dense Mode (PIM DM) do not have inbuilt security features. Therefore, any user or node can easily access the group communication as long as the user can send join message to the source nodes, the source node then adds the user to the network group. In this research, a hybrid method of salting and hashing to encrypt information in the source and stub node was designed, and when stub nodes need to connect, they must have the appropriate key to join the group network. Object oriented analysis design (OOAD) was the methodology used, and the result shows that no extra controlled bandwidth overhead cost was added by encrypting and the hybrid model was more securing than the existing PIM SM, PIM DM and Zhang secure PIM SM.

Keywords: group communications, multicast, PIM SM, PIM DM, encryption

Procedia PDF Downloads 157
4682 Voltage and Current Control of Microgrid in Grid Connected and Islanded Modes

Authors: Megha Chavda, Parth Thummar, Rahul Ghetia

Abstract:

This paper presents the voltage and current control of microgrid accompanied by the synchronization of microgrid with the main utility grid in both islanded and grid-connected modes. Distributed Energy Resources (DERs) satisfy the wide-spread power demand of consumer by behaving as a micro source for a low voltage (LV) grid or microgrid. Synchronization of the microgrid with the main utility grid is done using PLL and PWM gate pulse generation technique is used for the Voltage Source Converter. Potential Function method achieves the voltage and current control of this microgrid in both islanded and grid-connected modes. A low voltage grid consisting of three distributed generators (DG) is considered for the study and is simulated in time-domain using PSCAD/EMTDC software. The simulation results depict the appropriateness of voltage and current control of microgrid and synchronization of microgrid with the medium voltage (MV) grid.

Keywords: microgrid, distributed energy resources, voltage and current control, voltage source converter, pulse width modulation, phase locked loop

Procedia PDF Downloads 410
4681 Viability and Sensitivity of SFN6B (Host-Specific Bacteriophage) towards Shigella Flexneri in Various Water Samples

Authors: Siewchuiang Sia, Gimcheong Tan

Abstract:

Bacteriophages are the most abundant and genetically diverse living entities on earth; they help in regulating and maintaining microbial diversity and balance in its natural ecosystem. In this study, the infectivity of SFN6B tailed phage was investigated in various water samples. Host bacteria (Shigella flexneri) were spiked in sterilized environmental and domestic water samples, followed by SFN6B treatment. Two incubation conditions were selected for this study, 37 oC and room temperature. S. flexneri and SFN6B viability were monitored hourly for consecutive 7 hours and extended viability study for consecutive 4 days. Absorbance of all bacteria spiked water samples were taken to monitor the bacteria count. Results showed reduction in the absorbance of the SFN6B treated water sample as compared to negative control, indicating reduction in bacterial count either due to negative growth or lysis by the lytic bacteriophage. Consistent with the result, SFN6B titer increases for first two days. However, prolong incubation of these cultures reaches equilibrium, between phage and bacteria. Temperature and water sample source also influence the interaction between S. flexneri and SFN6B. Stronger interaction was observed in 37oC as compared to room temperature, where higher bacteria count and phage titer increase were recorded. Availability of nutrient in water sample also plays a crucial role in the interaction between bacteria and phage. Higher nutrient level, such as lake and river waters were observed to give better infectivity and viability of both bacteria and phage as compared to tab water. It is believed that S. flexneri continue to remain viable and able to grow in the present of SFN6B bacteriophage, but the number was closely regulated by surrounding phages. This allows better understanding of the characteristics of SFN6B that could serve as the basis for future studies and applications.

Keywords: bacteriophage, Shigella flexneri, infection, microbial diversity

Procedia PDF Downloads 278
4680 Determination of Hydrocarbon Path Migration from Gravity Data Analysis (Ghadames Basin, Southern Tunisia, North Africa)

Authors: Mohamed Dhaoui, Hakim Gabtni

Abstract:

The migration of hydrocarbons is a fairly complicated process that depends on several parameters, both structural and sedimentological. In this study, we will try to determine secondary migration paths which convey hydrocarbon from their main source rock to the largest reservoir of the Paleozoic petroleum system of the Tunisian part of Ghadames basin. In fact, The Silurian source rock is the main source rock of the Paleozoic petroleum system of the Ghadames basin. However, the most solicited reservoir in this area is the Triassic reservoir TAGI (Trias Argilo-Gréseux Inférieur). Several geochemical studies have confirmed that oil products TAGI come mainly from the Tannezuft Silurian source rock. That being said that secondary migration occurs through the fault system which affects the post-Silurian series. Our study is based on analysis and interpretation of gravity data. The gravity modeling was conducted in the northern part of Ghadames basin and the Telemzane uplift. We noted that there is a close relationship between the location of producing oil fields and gravity gradients which separate the positive and negative gravity anomalies. In fact, the analysis and transformation of the Bouguer anomaly map, and the residual gravity map allowed as understanding the architecture of the Precambrian in the study area, thereafter gravimetric models were established allowed to determine the probable migration path.

Keywords: basement, Ghadames, gravity, hydrocarbon, migration path

Procedia PDF Downloads 360
4679 Overview of Cage Aquaculture Practices, Benefits and Challenges on Africa Waters Bodies

Authors: Mekonen Hailu, Liu Liping

Abstract:

Cage aquaculture is highly preferred due to higher production per unit volume of water, lower costs of investment, and simpler routine farm management procedures compared to pond systems. In the 1980s, cage culture was first used on a trial basis in sub-Saharan Africa. Over the past 20 years, a small number of prosperous freshwater cage culture operations have started to emerge in Egypt, Rwanda, Kenya, Uganda, Tanzania, Ghana, Malawi, Zambia and Zimbabwe. Brackish and marine cage culture also offers a lot of potential, although this subsector hasn't seen any significant commercial growth to date. In 2019, 263 cage aquaculture installations on the African inland waters on 18 water bodies within eight countries with an estimated 20,114 cages were reported. The lakes Victoria, Kariba, Volta, and River Volta, which together account for 82.9% of all cage aquaculture installations regarded as sub-Saharan Africa's principal cage aquaculture regions (Fig 1). Except few small-scale trials with North African catfish (Clarias gariepinus), almost all farms in Sub-Saharan Africa and Egypt grow Nile tilapia (Oreochromis niloticus). More than 247,398 tonnes of fish are produced yearly from ten African countries through cage aquaculture. The expansion of cage culture in Africa provides job opportunities for both skilled and unskilled workers, nutritious food and foreign currency. The escaping non-native strains of tilapia in Lake Volta and the occurrence of a risky Tilapia lake virus (syncytial hepatitis), which has the potential to wipe out entire populations in both wild and farmed Nile tilapia on Lake Victoria, are threats coming with the expansion of cage aquaculture in Africa. In addition, the installations of 138 cage aquacultures were found in contrary to best cage culture practices. To sustain cage aquaculture development and maintain harmony with other water uses, developers must strictly abide by best practices. Hence, the exclusion of protected areas and small lakes (average depth 5 m or less) should be done, as well an Environmental Impact Assessment should be conducted before establishing the cage farms.

Keywords: Africa, cage aquaculture, production, threats

Procedia PDF Downloads 62
4678 Design and Implementation of Pseudorandom Number Generator Using Android Sensors

Authors: Mochamad Beta Auditama, Yusuf Kurniawan

Abstract:

A smartphone or tablet require a strong randomness to establish secure encrypted communication, encrypt files, etc. Therefore, random number generation is one of the main keys to provide secrecy. Android devices are equipped with hardware-based sensors, such as accelerometer, gyroscope, etc. Each of these sensors provides a stochastic process which has a potential to be used as an extra randomness source, in addition to /dev/random and /dev/urandom pseudorandom number generators. Android sensors can provide randomness automatically. To obtain randomness from Android sensors, each one of Android sensors shall be used to construct an entropy source. After all entropy sources are constructed, output from these entropy sources are combined to provide more entropy. Then, a deterministic process is used to produces a sequence of random bits from the combined output. All of these processes are done in accordance with NIST SP 800-22 and the series of NIST SP 800-90. The operation conditions are done 1) on Android user-space, and 2) the Android device is placed motionless on a desk.

Keywords: Android hardware-based sensor, deterministic process, entropy source, random number generation/generators

Procedia PDF Downloads 368
4677 Identifying the Source of Stress and Coping Strategies of Undergraduate Occupational Therapy Students' of BHPI in Bangladesh

Authors: Md. Toufiq Hasan

Abstract:

This research set out to explore the source of stress and coping strategies of undergraduate Occupational Therapy students’ of Bangladesh Health Professions Institute (BHPI) in Bangladesh. For that reason, a quantitative and prospective type survey has been conducted by the researcher with 27 student participants of BHPI Occupational Therapy department whose stress scores were ≥40 according to Zung’s self-rating depression scale. Data was collected by using Bengali and English joined questionnaire of Inventory of College Students’ Recent Life Experience and Ways of Coping Scale. The researcher followed ‘Comprehensive sampling’ procedure to study the entire group of population. From the in-depth analysis to data found some source of stress and coping strategies of the students’. Stress was found significantly more in 2nd year students rather than other years. Female students were more vulnerable for stress rather than male. The age ranges 18-20 years of students are more vulnerable for stress. The main sources of stresses are found that, a lot of responsibilities and too many things to do at once and not enough time to meet their obligation or duties. The important coping strategies are found that, they criticized or lectured their selves, tried not to burn their bridges, but leave things open somewhat and inspired to do something creative. Findings of the study highlighted the need for teachers-students interactive relationship for better academic performance. The study also discloses some important recommendations for the students and teachers. At last the findings of the study will help the Occupational Therapy students and teachers of BHPI.

Keywords: BHPI undergraduate occupational therapy students, stress, source of stress, coping strategies

Procedia PDF Downloads 328
4676 Open Source Algorithms for 3D Geo-Representation of Subsurface Formations Properties in the Oil and Gas Industry

Authors: Gabriel Quintero

Abstract:

This paper presents the result of the implementation of a series of algorithms intended to be used for representing in most of the 3D geographic software, even Google Earth, the subsurface formations properties combining 2D charts or 3D plots over a 3D background, allowing everyone to use them, no matter the economic size of the company for which they work. Besides the existence of complex and expensive specialized software for modeling subsurface formations based on the same information provided to this one, the use of this open source development shows a higher and easier usability and good results, limiting the rendered properties and polygons to a basic set of charts and tubes.

Keywords: chart, earth, formations, subsurface, visualization

Procedia PDF Downloads 438