Search results for: radiation patterns
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4257

Search results for: radiation patterns

2337 An Analysis into Global Suicide Trends and Their Relation to Current Events Through a Socio-Cultural Lens

Authors: Lyndsey Kim

Abstract:

We utilized country-level data on suicide rates from 1985 through 2015 provided by the WHO to explore global trends as well as country-specific trends. First, we find that up until 1995, there was an increase in suicide rates globally, followed by a steep decline in deaths. This observation is largely driven by the data from Europe, where suicides are prominent but steadily declining. Second, men are more likely to commit suicide than women across the world over the years. Third, the older generation is more likely to commit suicide than youth and adults. Finally, we turn to Durkheim’s theory and use it as a lens to understand trends in suicide across time and countries and attempt to identify social and economic events that might explain patterns that we observe. For example, we discovered a drastically different pattern in suicide rates in the US, with a steep increase in suicides in the early 2000s. We hypothesize this might be driven by both the 9/11 attacks and the recession of 2008.

Keywords: suicide trends, current events, data analysis, world health organization, durkheim theory

Procedia PDF Downloads 98
2336 Printed Thai Character Recognition Using Particle Swarm Optimization Algorithm

Authors: Phawin Sangsuvan, Chutimet Srinilta

Abstract:

This Paper presents the applications of Particle Swarm Optimization (PSO) Method for Thai optical character recognition (OCR). OCR consists of the pre-processing, character recognition and post-processing. Before enter into recognition process. The Character must be “Prepped” by pre-processing process. The PSO is an optimization method that belongs to the swarm intelligence family based on the imitation of social behavior patterns of animals. Route of each particle is determined by an individual data among neighborhood particles. The interaction of the particles with neighbors is the advantage of Particle Swarm to determine the best solution. So PSO is interested by a lot of researchers in many difficult problems including character recognition. As the previous this research used a Projection Histogram to extract printed digits features and defined the simple Fitness Function for PSO. The results reveal that PSO gives 67.73% for testing dataset. So in the future there can be explored enhancement the better performance of PSO with improve the Fitness Function.

Keywords: character recognition, histogram projection, particle swarm optimization, pattern recognition techniques

Procedia PDF Downloads 481
2335 Portable Hands-Free Process Assistant for Gas Turbine Maintenance

Authors: Elisabeth Brandenburg, Robert Woll, Rainer Stark

Abstract:

This paper presents how smart glasses and voice commands can be used for improving the maintenance process of industrial gas turbines. It presents the process of inspecting a gas turbine’s combustion chamber and how it is currently performed using a set of paper-based documents. In order to improve this process, a portable hands-free process assistance system has been conceived. In the following, it will be presented how the approach of user-centered design and the method of paper prototyping have been successfully applied in order to design a user interface and a corresponding workflow model that describes the possible interaction patterns between the user and the interface. The presented evaluation of these results suggests that the assistance system could help the user by rendering multiple manual activities obsolete, thus allowing him to work hands-free and to save time for generating protocols.

Keywords: paper prototyping, smart glasses, turbine maintenance, user centered design

Procedia PDF Downloads 326
2334 Comparison of Stationary and Two-Axis Tracking System of 50MW Photovoltaic Power Plant in Al-Kufra, Libya: Landscape Impact and Performance

Authors: Yasser Aldali

Abstract:

The scope of this paper is to evaluate and compare the potential of LS-PV (Large Scale Photovoltaic Power Plant) power generation systems in the southern region of Libya at Al-Kufra for both stationary and tracking systems. A Microsoft Excel-VBA program has been developed to compute slope radiation, dew-point, sky temperature, and then cell temperature, maximum power output and module efficiency of the system for stationary system and for tracking system. The results for energy production show that the total energy output is 114GWh/year for stationary system and 148 GWh/year for tracking system. The average module efficiency for the stationary system is 16.6% and 16.2% for the tracking system. The values of electricity generation capacity factor (CF) and solar capacity factor (SCF) for stationary system were found to be 26% and 62.5% respectively and 34% and 82% for tracking system. The GCR (Ground Cover Ratio) for a stationary system is 0.7, which corresponds to a tilt angle of 24°. The GCR for tracking system was found to be 0.12. The estimated ground area needed to build a 50MW PV plant amounts to approx. 0.55 km2 for a stationary PV field constituted by HIT PV arrays and approx. 91 MW/km2. In case of a tracker PV field, the required ground area amounts approx. 2.4k m2 and approx. 20.5 MW/km2.

Keywords: large scale photovoltaic power plant, two-axis tracking system, stationary system, landscape impact

Procedia PDF Downloads 454
2333 Exploring Cardiovascular and Behavioral Impacts of Aerobic Exercise: A ‎Moroccan Perspective

Authors: Ahmed Boujdad

Abstract:

‎ Morocco, a North African nation known for its rich culture and diverse landscapes, is facing evolving challenges related to cardiovascular health and behavioral well-being. Against this backdrop, the paper aims to spotlight the insights emerging from Moroccan research into the impacts of aerobic exercise on cardiovascular physiology and psychological outcomes. Presentations will encompass a range of topics, including exercise-induced adaptations in heart function, blood pressure management, and vascular health specific to the Moroccan population. A notable focus of the paper will be the examination of how aerobic exercise intertwines with Moroccan behavioral patterns and sociocultural factors. The research will delve into the links between regular exercise and its potential to alleviate stress, anxiety, and depression in the Moroccan context. This exploration extends to the role of exercise in bolstering the cultural fabric of Moroccan society, enhancing community engagement, and promoting a sense of well-being.

Keywords: event-related potential‎, executive function, physical activity, kinesiology

Procedia PDF Downloads 86
2332 A Long Short-Term Memory Based Deep Learning Model for Corporate Bond Price Predictions

Authors: Vikrant Gupta, Amrit Goswami

Abstract:

The fixed income market forms the basis of the modern financial market. All other assets in financial markets derive their value from the bond market. Owing to its over-the-counter nature, corporate bonds have relatively less data publicly available and thus is researched upon far less compared to Equities. Bond price prediction is a complex financial time series forecasting problem and is considered very crucial in the domain of finance. The bond prices are highly volatile and full of noise which makes it very difficult for traditional statistical time-series models to capture the complexity in series patterns which leads to inefficient forecasts. To overcome the inefficiencies of statistical models, various machine learning techniques were initially used in the literature for more accurate forecasting of time-series. However, simple machine learning methods such as linear regression, support vectors, random forests fail to provide efficient results when tested on highly complex sequences such as stock prices and bond prices. hence to capture these intricate sequence patterns, various deep learning-based methodologies have been discussed in the literature. In this study, a recurrent neural network-based deep learning model using long short term networks for prediction of corporate bond prices has been discussed. Long Short Term networks (LSTM) have been widely used in the literature for various sequence learning tasks in various domains such as machine translation, speech recognition, etc. In recent years, various studies have discussed the effectiveness of LSTMs in forecasting complex time-series sequences and have shown promising results when compared to other methodologies. LSTMs are a special kind of recurrent neural networks which are capable of learning long term dependencies due to its memory function which traditional neural networks fail to capture. In this study, a simple LSTM, Stacked LSTM and a Masked LSTM based model has been discussed with respect to varying input sequences (three days, seven days and 14 days). In order to facilitate faster learning and to gradually decompose the complexity of bond price sequence, an Empirical Mode Decomposition (EMD) has been used, which has resulted in accuracy improvement of the standalone LSTM model. With a variety of Technical Indicators and EMD decomposed time series, Masked LSTM outperformed the other two counterparts in terms of prediction accuracy. To benchmark the proposed model, the results have been compared with traditional time series models (ARIMA), shallow neural networks and above discussed three different LSTM models. In summary, our results show that the use of LSTM models provide more accurate results and should be explored more within the asset management industry.

Keywords: bond prices, long short-term memory, time series forecasting, empirical mode decomposition

Procedia PDF Downloads 140
2331 Experimental Device to Test Corrosion Behavior of Materials in the Molten Salt Reactor Environment

Authors: Jana Petru, Marie Kudrnova

Abstract:

The use of technologies working with molten salts is conditioned by finding suitable construction materials that must meet several demanding criteria. In addition to temperature resistance, materials must also show corrosion resistance to salts; they must meet mechanical requirements and other requirements according to the area of use – for example, radiation resistance in Molten Salt Reactors. The present text describes an experimental device for studying the corrosion resistance of candidate materials in molten mixtures of salts and is a partial task of the international project ADAR, dealing with the evaluation of advanced nuclear reactors based on molten salts. The design of the device is based on a test exposure of Inconel 625 in the mixture of salts Hitec in a high temperature tube furnace. The result of the pre-exposure is, in addition to the metallographic evaluation of the behavior of material 625 in the mixture of nitrate salts, mainly a list of operational and construction problems that were essential for the construction of the new experimental equipment. The main output is a scheme of a newly designed gas-tight experimental apparatus capable of operating in an inert argon atmosphere, temperature up to 600 °C, pressure 3 bar, in the presence of a corrosive salt environment, with an exposure time of hundreds of hours. This device will enable the study of promising construction materials for nuclear energy.

Keywords: corrosion, experimental device, molten salt, steel

Procedia PDF Downloads 121
2330 Environmental Impact Assessment of Ceramic Tile Materials Used in Jordan on Indoor Radon Level

Authors: Mefleh Hamideen

Abstract:

In this investigation, the activity concentrations of ²²⁶Ra, ²³²Th, and ⁴⁰K, of some ceramic tile materials used in the local market of Jordan for interior decoration were determined by making use of High Purity Germanium (HPGe) detector. Twenty samples of the different countries of origin and sizes used in Jordan were analyzed. The concentration values of the last-mentioned radionuclides ranged from 30 Bq.kg⁻¹ (Sample from Jordan) to 98 Bq.kg⁻¹ (Sample from China) for ²²⁶Ra, 31 Bq.kg⁻¹ (Sample from Italy) to 98 Bq.kg⁻¹ (Sample from China) for ²³²Th, and 129 Bq.kg⁻¹ (Sample from Spain) to 679 Bq.kg⁻¹ (Sample from Italy) for ⁴⁰K. Based on the calculated activity concentrations, some radiological parameters have been calculated to test the radiation hazards in the ceramic tiles. In this work, the following parameters: Total absorbed dose rate (DR), Annual effective dose rate (HR), Radium equivalent activity (Raeq), Radon emanation coefficient F (%) and Radon mass exhalation rate (Em) were calculated for all ceramic tiles and listed in the body of the work. Fortunately, the average calculated values of all parameters are less than the recommended values for each parameter. Consequently, almost all the examined ceramic materials appear to have low radon emanation coefficients. As a result of that investigation, no problems on people can appear by using those ceramic tiles in Jordan.

Keywords: radon emanation coefficient, radon mass exhalation rate, total annual effective dose, radon level

Procedia PDF Downloads 206
2329 Model Updating-Based Approach for Damage Prognosis in Frames via Modal Residual Force

Authors: Gholamreza Ghodrati Amiri, Mojtaba Jafarian Abyaneh, Ali Zare Hosseinzadeh

Abstract:

This paper presents an effective model updating strategy for damage localization and quantification in frames by defining damage detection problem as an optimization issue. A generalized version of the Modal Residual Force (MRF) is employed for presenting a new damage-sensitive cost function. Then, Grey Wolf Optimization (GWO) algorithm is utilized for solving suggested inverse problem and the global extremums are reported as damage detection results. The applicability of the presented method is investigated by studying different damage patterns on the benchmark problem of the IASC-ASCE, as well as a planar shear frame structure. The obtained results emphasize good performance of the method not only in free-noise cases, but also when the input data are contaminated with different levels of noises.

Keywords: frame, grey wolf optimization algorithm, modal residual force, structural damage detection

Procedia PDF Downloads 396
2328 Geotechnical Distress Evaluation of a Damaged Structure

Authors: Zulfiqar Ali, Umar Saleem, Muhammad Junaid, Rizwan Tahir

Abstract:

Gulzar Mahal is a heritage site located in the city of Bahawalpur, Pakistan. The site is under a process of degradation, as cracks are appearing on the walls, roofs, and floor around the building due to differential settlement. To preserve the integrity of the structure, a geotechnical distress evaluation was carried out to evaluate the causal factors and recommend remediation measures. The research involved the characterization of the problematic soil and analysis of the observed distress with respect to the geotechnical properties. Both conventional lab and field tests were used in conjunction with the unconventional techniques like; Electrical Resistivity Tomography (ERT) and FEA. The temporal, geophysical and geotechnical evaluations have concluded that the foundation soil over the past was subjected to variations in the land use, poor drainage patterns, overloading and fluctuations in groundwater table all contributing to the differential settlements manifesting in the form of the visible shear crack across the length and breadth of the building.

Keywords: differential settlement, distress evaluation, finite element analysis, Gulzar Mahal

Procedia PDF Downloads 134
2327 Research on Energy-Related Occupant Behavior of Residential Air Conditioning Based on Zigbee Intelligent Electronic Equipment

Authors: Dawei Xia, Benyan Jiang, Yong Li

Abstract:

Split-type air conditioners is widely used for indoor temperature regulation in urban residential buildings in summer in China. The energy-related occupant behavior has a great impact on building energy consumption. Obtaining the energy-related occupant behavior data of air conditioners is the research basis for the energy consumption prediction and simulation. Relying on the development of sensing and control technology, this paper selects Zigbee intelligent electronic equipment to monitor the energy-related occupant behavior of 20 households for 3 months in summer. Through analysis of data, it is found that people of different ages in the region have significant difference in the time, duration, frequency, and energy consumption of air conditioners, and form a data model of three basic energy-related occupant behavior patterns to provide an accurate simulation of energy.

Keywords: occupant behavior, Zigbee, split air conditioner, energy simulation

Procedia PDF Downloads 201
2326 The Light-Effect in Cylindrical Quantum Wire with an Infinite Potential for the Case of Electrons: Optical Phonon Scattering

Authors: Hoang Van Ngoc, Nguyen Vu Nhan, Nguyen Quang Bau

Abstract:

The light-effect in cylindrical quantum wire with an infinite potential for the case of electrons, optical phonon scattering, is studied based on the quantum kinetic equation. The density of the direct current in a cylindrical quantum wire by a linearly polarized electromagnetic wave, a DC electric field, and an intense laser field is calculated. Analytic expressions for the density of the direct current are studied as a function of the frequency of the laser radiation field, the frequency of the linearly polarized electromagnetic wave, the temperature of system, and the size of quantum wire. The density of the direct current in cylindrical quantum wire with an infinite potential for the case of electrons – optical phonon scattering is nonlinearly dependent on the frequency of the linearly polarized electromagnetic wave. The analytic expressions are numerically evaluated and plotted for a specific quantum wire, GaAs/GaAsAl.

Keywords: the light–effect, cylindrical quantum wire with an infinite potential, the density of the direct current, electrons-optical phonon scattering

Procedia PDF Downloads 344
2325 A Comparison of Energy Calculations for a Single-Family Detached Home with Two Energy Simulation Methods

Authors: Amir Sattari

Abstract:

For newly produced houses and energy renovations, an energy calculation needs to be conducted. This is done to verify whether the energy consumption criteria of the house -to reach the energy targets by 2020 and 2050- are in-line with the norms. The main purpose of this study is to confirm whether easy to use energy calculation software or hand calculations used by small companies or individuals give logical results compared to advanced energy simulation program used by researchers or bigger companies. There are different methods for calculating energy consumption. In this paper, two energy calculation programs are used and the relation of energy consumption with solar radiation is compared. A hand calculation is also done to validate whether the hand calculations are still reasonable. The two computer programs which have been used are TMF Energi (the easy energy calculation variant used by small companies or individuals) and IDA ICE - Indoor Climate and Energy (the advanced energy simulation program used by researchers or larger companies). The calculations are done for a standard house from the Swedish house supplier Fiskarhedenvillan. The method is based on having the same conditions and inputs in the different calculation forms so that the results can be compared and verified. The house has been faced differently to see how the orientation affects energy consumption in different methods. The results for the simulations are close to each other and the hand calculation differs from the computer programs by only 5%. Even if solar factors differ due to the orientation of the house, energy calculation results from different computer programs and even hand calculation methods are in line with each other.

Keywords: energy calculation, energy consumption, energy simulation, IDA ICE, TMF energi

Procedia PDF Downloads 119
2324 First Experimental Evidence on Feasibility of Molecular Magnetic Particle Imaging of Tumor Marker Alpha-1-Fetoprotein Using Antibody Conjugated Nanoparticles

Authors: Kolja Them, Priyal Chikhaliwala, Sudeshna Chandra

Abstract:

Purpose: The purpose of this work is to examine possibilities for noninvasive imaging and identification of tumor markers for cancer diagnosis. The proposed method uses antibody conjugated iron oxide nanoparticles and multicolor Magnetic Particle Imaging (mMPI). The method has the potential for radiation exposure free real-time estimation of local tumor marker concentrations in vivo. In this study, the method is applied to human Alpha-1-Fetoprotein. Materials and Methods: As tracer material AFP antibody-conjugated Dendrimer-Fe3O4 nanoparticles were used. The nanoparticle bioconjugates were then incubated with bovine serum albumin (BSA) to block any possible nonspecific binding sites. Parts of the resulting solution were then incubated with AFP antigen. MPI measurements were done using the preclinical MPI scanner (Bruker Biospin MRI GmbH) and the multicolor method was used for image reconstruction. Results: In multicolor MPI images the nanoparticles incubated only with BSA were clearly distinguished from nanoparticles incubated with BSA and AFP antigens. Conclusion: Tomographic imaging of human tumor marker Alpha-1-Fetoprotein is possible using AFP antibody conjugated iron oxide nanoparticles in presence of BSA. This opens interesting perspectives for cancer diagnosis.

Keywords: noninvasive imaging, tumor antigens, antibody conjugated iron oxide nanoparticles, multicolor magnetic particle imaging, cancer diagnosis

Procedia PDF Downloads 305
2323 Strategic Planning Practice in a Global Perspective:the Case of Guangzhou, China

Authors: Shuyi Xie

Abstract:

As the vital city in south China since the ancient time, Guangzhou has been losing its leading role among the rising neighboring cities, especially, Hong Kong and Shenzhen, since the late 1980s, with the overloaded infrastructure and deteriorating urban environment in its old inner city. Fortunately, with the new expansion of its administrative area in 2000, the local municipality considered it as a great opportunity to solve a series of alarming urban problems. Thus, for the first time, strategic planning was introduced to China for providing more convincing and scientific basis towards better urban future. Differed from traditional Chinese planning practices, which rigidly and dogmatically focused on future blueprints, the strategic planning of Guangzhou proceeded from analyzing practical challenges and opportunities towards establishing reasonable developing objectives and proposing corresponding strategies. Moreover, it was pioneering that the municipality invited five planning institutions for proposals, among which, the paper focuses on the one proposed by China Academy of Urban Planning & Design from its theoretical basis to problems’ defining and analyzing the process, as well as planning results. Since it was closer to the following municipal decisions and had a more far-reaching influence for other Chinese cities' following practices. In particular, it demonstrated an innovative exploration on the role played by urban developing rate on deciding urban growth patterns (‘Spillover-reverberation’ or ‘Leapfrog’). That ultimately established an unprecedented paradigm on deciding an appropriate urban spatial structure in future, including its specific location, function and scale. Besides the proposal itself, this article highlights the role of interactions, among actors, as well as proposals, subsequent discussions, summaries and municipal decisions, especially the establishment of the rolling dynamic evaluation system for periodical reviews on implementation situations, as the first attempt in China. Undoubtedly, strategic planning of Guangzhou has brought out considerable benefits, especially opening the strategic mind for plentiful Chinese cities in the following years through establishing a flexible and dynamic planning mechanism highlighted the interactions among multiple actors with innovative and effective tools, methodologies and perspectives on regional, objective-approach and comparative analysis. However, compared with some developed countries, the strategic planning in China just started and has been greatly relied on empirical studies rather than scientific analysis. Moreover, it still faced a bit of controversy, for instance, the certain gap among institutional proposals, final municipal decisions and implemented results, due to the lacking legal constraint. Also, how to improve the public involvement in China with an absolute up-down administrative system is another urgent task. In future, despite of irresistible and irretrievable weakness, some experiences and lessons from previous international practices, with the combination of specific Chinese situations and domestic practices, would enable to promote the further advance on strategic planning in China.

Keywords: evaluation system, global perspective, Guangzhou, interactions, strategic planning, urban growth patterns

Procedia PDF Downloads 395
2322 Visual Overloaded on User-Generated Content by the Net Generation: Participatory Cultural Viewpoint

Authors: Hasanah Md. Amin

Abstract:

The existence of cyberspace and its growing contents is real and overwhelming. Visual as one of the properties of cyber contents is increasingly becoming more significant and popular among creator and user. The visual and aesthetic of the content is consistent with many similarities. Aesthetic, although universal, has slight differences across the world. Aesthetic power could impress, influence, and cause bias among the users. The content creator who knows how to manipulate this visuals and aesthetic expression can dominate the scenario and the user who is ‘expressive literate’ will gain much from the scenes. User who understands aesthetic will be rewarded with competence, confidence, and certainly, a personality enhanced experience in carrying out a task when participating in this chaotic but promising cyberworld. The aim of this article is to gain knowledge from related literature and research regarding User-Generated Content (UGC), which focuses on aesthetic expression by the Net generation. The objective of this preliminary study is to analyze the aesthetic expression linked to visual from the participatory cultural viewpoint looking for meaning, value, patterns, and characteristics.

Keywords: visual overloaded, user-generated content, net generation, visual arts

Procedia PDF Downloads 443
2321 Domestic Solar Hot Water Systems in Order to Reduce the Electricity Peak Demand in Assalouyeh

Authors: Roya Moradifar, Bijan Honarvar, Masoumeh Zabihi

Abstract:

The personal residential camps of South Pars gas complex are one of the few places where electric energy is used for the bath water heating. The widespread use of these devices is mainly responsible for the high peak of the electricity demand in the residential sector. In an attempt to deal with this issue, to reduce the electricity usage of the hot water, as an option, solar hot water systems have been proposed. However, despite the high incidence of solar radiation on the Assaloyeh about 20 MJ/m²/day, currently, there is no technical assessment quantifying the economic benefits on the region. The present study estimates the economic impacts resulting by the deployment of solar hot water systems in residential camp. Hence, the feasibility study allows assessing the potential of solar water heating as an alternative to reduce the peak on the electricity demand. In order to examine the potential of using solar energy in Bidkhoon residential camp two solar water heater packages as pilots were installed for restaurant and building. Restaurant package was damaged due to maintenance problems, but for the building package, we achieved the result of the solar fraction total 83percent and max energy saving 2895 kWh, the maximum reduction in CO₂ emissions calculated as 1634.5 kg. The results of this study can be used as a support tool to spread the use solar water heaters and create policies for South Pars Gas Complex.

Keywords: electrical energy, hot water, solar, South Pars Gas complex

Procedia PDF Downloads 205
2320 Experimental Study on a Solar Heat Concentrating Steam Generator

Authors: Qiangqiang Xu, Xu Ji, Jingyang Han, Changchun Yang, Ming Li

Abstract:

Replacing of complex solar concentrating unit, this paper designs a solar heat-concentrating medium-temperature steam-generating system. Solar radiation is collected by using a large solar collecting and heat concentrating plate and is converged to the metal evaporating pipe with high efficient heat transfer. In the meantime, the heat loss is reduced by employing a double-glazed cover and other heat insulating structures. Thus, a high temperature is reached in the metal evaporating pipe. The influences of the system's structure parameters on system performance are analyzed. The steam production rate and the steam production under different solar irradiance, solar collecting and heat concentrating plate area, solar collecting and heat concentrating plate temperature and heat loss are obtained. The results show that when solar irradiance is higher than 600 W/m2, the effective heat collecting area is 7.6 m2 and the double-glazing cover is adopted, the system heat loss amount is lower than the solar irradiance value. The stable steam is produced in the metal evaporating pipe at 100 ℃, 110 ℃, and 120 ℃, respectively. When the average solar irradiance is about 896 W/m2, and the steaming cumulative time is about 5 hours, the daily steam production of the system is about 6.174 kg. In a single day, the solar irradiance is larger at noon, thus the steam production rate is large at that time. Before 9:00 and after 16:00, the solar irradiance is smaller, and the steam production rate is almost 0.

Keywords: heat concentrating, heat loss, medium temperature, solar steam production

Procedia PDF Downloads 183
2319 Morphometric Relationships of Unfarmed Puntius sophore, Collected from Chenab River, Punjab, Pakistan

Authors: Alina Zafar

Abstract:

In this particular research, various morphometric characters such as total length (TL), wet weight (WW), standard length (SL), fork length (FL), head length (HL), head width (HW), body depth (BD), body girth (BG), dorsal fin length (DFL), pelvic fin length (PelFL), pectoral fin length (PecFL), anal fin length (AFL), dorsal fin base (DFB), anal fin base (AFB), caudal fin length (CFL) and caudal fin width (CFW) of wild collected Puntius sophore were studied, to know the types of growth patterns and correlations in reference to length and weight, however, high significant relationships were recorded between total length and wet weight, as the correlation coefficient (r) possessed value of 0.989. The growth pattern was observed to be positively allometric as the value of ‘b’ was 3.22 (slightly higher than the ideal value, 3) with 95% confidence intervals ranging from 3.076 to 3.372. Wet weight and total length parameters showed high significant correlations (p < 0.001) with all other morphometric characters.

Keywords: Puntius sophore, length and weight relation, morphometrics, small indigenous species

Procedia PDF Downloads 111
2318 Food Irradiation in the Third Sector Development and Validation of Questionnaire to Standard Measuring Instrument for Evaluation of Acceptance and Sensory Analysis of Irradiated Foods

Authors: Juliana Sagretti, Susy Sabato

Abstract:

Despite the poverty in the world, a third of all food produced in the world is wasted. FAO, the United Nations Organization of Agriculture and Food, points out the need to combine actions and new technologies to combat hunger and waste in contrast to the high production of food in the world. The energy of ionizing radiation in food brought many positive results, such as increased validity and insect infestation control. The food banks are organizations that act at various points of food chain to collect and distribute food to the needy. So, the aim of this study was to initiate a partnership between irradiation and the food bank through the development of a questionnaire to evaluate and disseminate the knowledge and acceptance of individuals in the food bank in Brazil. In addition, this study aimed to standardize a basis questionnaire for future research assessment of irradiated foods. For the construction of the questionnaire as a measuring instrument, a comprehensive and rigorous literature review was made. Its covered qualitative research, questionnaires, sensory evaluation and food irradiated. Three stages of pre - tests were necessary and related fields of experts were consulted. As a result, the questionnaire has three parts, personal issues, assertive issues and questions of multiple choices and finally an informative question. The questionnaire was applied in Ceagesp food bank in the biggest center of food in Brazil (data not shown).

Keywords: food bank, food irradiation, food waste, sustainability

Procedia PDF Downloads 329
2317 Exploring Electroactive Polymers for Dynamic Data Physicalization

Authors: Joanna Dauner, Jan Friedrich, Linda Elsner, Kora Kimpel

Abstract:

Active materials such as Electroactive Polymers (EAPs) are promising for the development of novel shape-changing interfaces. This paper explores the potential of EAPs in a multilayer unimorph structure from a design perspective to investigate the visual qualities of the material for dynamic data visualization and data physicalization. We discuss various concepts of how the material can be used for this purpose. Multilayer unimorph EAPs are of particular interest to designers because they can be easily prototyped using everyday materials and tools. By changing the structure and geometry of the EAPs, their movement and behavior can be modified. We present the results of our preliminary user testing, where we evaluated different movement patterns. As a result, we introduce a prototype display built with EAPs for dynamic data physicalization. Finally, we discuss the potentials and drawbacks and identify further open research questions for the design discipline.

Keywords: electroactive polymer, shape-changing interfaces, smart material interfaces, data physicalization

Procedia PDF Downloads 104
2316 Frequency Decomposition Approach for Sub-Band Common Spatial Pattern Methods for Motor Imagery Based Brain-Computer Interface

Authors: Vitor M. Vilas Boas, Cleison D. Silva, Gustavo S. Mafra, Alexandre Trofino Neto

Abstract:

Motor imagery (MI) based brain-computer interfaces (BCI) uses event-related (de)synchronization (ERS/ ERD), typically recorded using electroencephalography (EEG), to translate brain electrical activity into control commands. To mitigate undesirable artifacts and noise measurements on EEG signals, methods based on band-pass filters defined by a specific frequency band (i.e., 8 – 30Hz), such as the Infinity Impulse Response (IIR) filters, are typically used. Spatial techniques, such as Common Spatial Patterns (CSP), are also used to estimate the variations of the filtered signal and extract features that define the imagined motion. The CSP effectiveness depends on the subject's discriminative frequency, and approaches based on the decomposition of the band of interest into sub-bands with smaller frequency ranges (SBCSP) have been suggested to EEG signals classification. However, despite providing good results, the SBCSP approach generally increases the computational cost of the filtering step in IM-based BCI systems. This paper proposes the use of the Fast Fourier Transform (FFT) algorithm in the IM-based BCI filtering stage that implements SBCSP. The goal is to apply the FFT algorithm to reduce the computational cost of the processing step of these systems and to make them more efficient without compromising classification accuracy. The proposal is based on the representation of EEG signals in a matrix of coefficients resulting from the frequency decomposition performed by the FFT, which is then submitted to the SBCSP process. The structure of the SBCSP contemplates dividing the band of interest, initially defined between 0 and 40Hz, into a set of 33 sub-bands spanning specific frequency bands which are processed in parallel each by a CSP filter and an LDA classifier. A Bayesian meta-classifier is then used to represent the LDA outputs of each sub-band as scores and organize them into a single vector, and then used as a training vector of an SVM global classifier. Initially, the public EEG data set IIa of the BCI Competition IV is used to validate the approach. The first contribution of the proposed method is that, in addition to being more compact, because it has a 68% smaller dimension than the original signal, the resulting FFT matrix maintains the signal information relevant to class discrimination. In addition, the results showed an average reduction of 31.6% in the computational cost in relation to the application of filtering methods based on IIR filters, suggesting FFT efficiency when applied in the filtering step. Finally, the frequency decomposition approach improves the overall system classification rate significantly compared to the commonly used filtering, going from 73.7% using IIR to 84.2% using FFT. The accuracy improvement above 10% and the computational cost reduction denote the potential of FFT in EEG signal filtering applied to the context of IM-based BCI implementing SBCSP. Tests with other data sets are currently being performed to reinforce such conclusions.

Keywords: brain-computer interfaces, fast Fourier transform algorithm, motor imagery, sub-band common spatial patterns

Procedia PDF Downloads 132
2315 Reading in Multiple Arabic's: Effects of Diglossia and Orthography

Authors: Aula Khatteb Abu-Liel

Abstract:

The study investigated the effects of diglossia and orthography on reading in Arabic, manipulating reading in Spoken Arabic (SA), using Arabizi, in which it is written using Latin letters on computers/phones, and the two forms of the conventional written form Modern Standard Arabic (MSA): vowelled (shallow) and unvowelled (deep). 77 skilled readers in 8th grade performed oral reading of single words and narrative and expository texts, and silent reading comprehension of both genres of text. Oral reading and comprehension revealed different patterns. Single words and texts were read faster and more accurately in unvoweled MSA, slowest and least accurately in vowelled MSA, and in-between in Arabizi. Comprehension was highest for vowelled MSA. Narrative texts were better than expository texts in Arabizi with the opposite pattern in MSA. The results suggest that frequency of the type of texts and the way in which phonology is encoded affect skilled reading.

Keywords: Arabic, Arabize, computer mediated communication, diglossia, modern standard Arabic

Procedia PDF Downloads 170
2314 Finite Element Modeling Techniques of Concrete in Steel and Concrete Composite Members

Authors: J. Bartus, J. Odrobinak

Abstract:

The paper presents a nonlinear analysis 3D model of composite steel and concrete beams with web openings using the Finite Element Method (FEM). The core of the study is the introduction of basic modeling techniques comprehending the description of material behavior, appropriate elements selection, and recommendations for overcoming problems with convergence. Results from various finite element models are compared in the study. The main objective is to observe the concrete failure mechanism and its influence on the structural performance of numerical models of the beams at particular load stages. The bearing capacity of beams, corresponding deformations, stresses, strains, and fracture patterns were determined. The results show how load-bearing elements consisting of concrete parts can be analyzed using FEM software with various options to create the most suitable numerical model. The paper demonstrates the versatility of Ansys software usage for structural simulations.

Keywords: Ansys, concrete, modeling, steel

Procedia PDF Downloads 129
2313 Critical Pedagogy and Literacy Development

Authors: Rajendra Chetty

Abstract:

This paper analyses the experiences of teachers of literacy in underprivileged schools in the Western Cape, South Africa. The purpose is to provide teachers in poorly resourced schools within economically deprived areas an opportunity to voice their experiences of teaching literacy. The paper is based on an empirical study using interviews and classroom observation. A descriptive account of the observation data was followed by an interpretive analysis. The content analysis of the interview data led to the development of themes and patterns for the discussion. The study reveals key factors for literacy underachievement that include lack of critical and emancipatory pedagogies, resources, parental support, lack of teacher knowledge, absence of cognitive activities, and the social complexity of poverty. The paper recommends that a new model of literacy that is underpinned by critical pedagogy challenge inequality and provides strategic and sustained teacher support in disadvantaged schools is crucial in a society emerging from oppression and racism.

Keywords: critical pedagogy, disadvantaged schools, literacy, poverty

Procedia PDF Downloads 116
2312 Enhancing Financial Security: Real-Time Anomaly Detection in Financial Transactions Using Machine Learning

Authors: Ali Kazemi

Abstract:

The digital evolution of financial services, while offering unprecedented convenience and accessibility, has also escalated the vulnerabilities to fraudulent activities. In this study, we introduce a distinct approach to real-time anomaly detection in financial transactions, aiming to fortify the defenses of banking and financial institutions against such threats. Utilizing unsupervised machine learning algorithms, specifically autoencoders and isolation forests, our research focuses on identifying irregular patterns indicative of fraud within transactional data, thus enabling immediate action to prevent financial loss. The data we used in this study included the monetary value of each transaction. This is a crucial feature as fraudulent transactions may have distributions of different amounts than legitimate ones, such as timestamps indicating when transactions occurred. Analyzing transactions' temporal patterns can reveal anomalies (e.g., unusual activity in the middle of the night). Also, the sector or category of the merchant where the transaction occurred, such as retail, groceries, online services, etc. Specific categories may be more prone to fraud. Moreover, the type of payment used (e.g., credit, debit, online payment systems). Different payment methods have varying risk levels associated with fraud. This dataset, anonymized to ensure privacy, reflects a wide array of transactions typical of a global banking institution, ranging from small-scale retail purchases to large wire transfers, embodying the diverse nature of potentially fraudulent activities. By engineering features that capture the essence of transactions, including normalized amounts and encoded categorical variables, we tailor our data to enhance model sensitivity to anomalies. The autoencoder model leverages its reconstruction error mechanism to flag transactions that deviate significantly from the learned normal pattern, while the isolation forest identifies anomalies based on their susceptibility to isolation from the dataset's majority. Our experimental results, validated through techniques such as k-fold cross-validation, are evaluated using precision, recall, and the F1 score alongside the area under the receiver operating characteristic (ROC) curve. Our models achieved an F1 score of 0.85 and a ROC AUC of 0.93, indicating high accuracy in detecting fraudulent transactions without excessive false positives. This study contributes to the academic discourse on financial fraud detection and provides a practical framework for banking institutions seeking to implement real-time anomaly detection systems. By demonstrating the effectiveness of unsupervised learning techniques in a real-world context, our research offers a pathway to significantly reduce the incidence of financial fraud, thereby enhancing the security and trustworthiness of digital financial services.

Keywords: anomaly detection, financial fraud, machine learning, autoencoders, isolation forest, transactional data analysis

Procedia PDF Downloads 63
2311 Dual Role of Microalgae: Carbon Dioxide Capture Nutrients Removal

Authors: Mohamad Shurair, Fares Almomani, Simon Judd, Rahul Bhosale, Anand Kumar, Ujjal Gosh

Abstract:

This study evaluated the use of mixed indigenous microalgae (MIMA) as a treatment process for wastewaters and CO2 capturing technology at different temperatures. The study follows the growth rate of MIMA, removals of organic matter, removal of nutrients from synthetic wastewater and its effectiveness as CO2 capturing technology from flue gas. A noticeable difference between the growth patterns of MIMA was observed at different CO2 and different operational temperatures. MIMA showed the highest growth grate when injected with CO2 dosage of 10% and limited growth was observed for the systems injected with 5% and 15 % of CO2 at 30 ◦C. Ammonia and phosphorus removals for Spirulina were 69%, 75%, and 83%, and 20%, 45%, and 75% for the media injected with 0, 5 and 10% CO2. The results of this study show that simple and cost-effective microalgae-based wastewater treatment systems can be successfully employed at different temperatures as a successful CO2 capturing technology even with the small probability of inhibition at high temperatures

Keywords: greenhouse, climate change, CO2 capturing, green algae

Procedia PDF Downloads 341
2310 Technologic Information about Photovoltaic Applied in Urban Residences

Authors: Stephanie Fabris Russo, Daiane Costa Guimarães, Jonas Pedro Fabris, Maria Emilia Camargo, Suzana Leitão Russo, José Augusto Andrade Filho

Abstract:

Among renewable energy sources, solar energy is the one that has stood out. Solar radiation can be used as a thermal energy source and can also be converted into electricity by means of effects on certain materials, such as thermoelectric and photovoltaic panels. These panels are often used to generate energy in homes, buildings, arenas, etc., and have low pollution emissions. Thus, a technological prospecting was performed to find patents related to the use of photovoltaic plates in urban residences. The patent search was based on ESPACENET, associating the keywords photovoltaic and home, where we found 136 patent documents in the period of 1994-2015 in the fields title and abstract. Note that the years 2009, 2010, 2011, 2012, 2013 and 2014 had the highest number of applicants, with respectively, 11, 13, 23, 29, 15 and 21. Regarding the country that deposited about this technology, it is clear that China leads with 67 patent deposits, followed by Japan with 38 patents applications. It is important to note that most depositors, 50% are companies, 44% are individual inventors and only 6% are universities. On the International Patent classification (IPC) codes, we noted that the most present classification in results was H02J3/38, which represents provisions in parallel to feed a single network by two or more generators, converters or transformers. Among all categories, there is the H session, which means Electricity, with 70% of the patents.

Keywords: photovoltaic, urban residences, technology forecasting, prospecting

Procedia PDF Downloads 304
2309 Synthesis of Beetosan's Hydrogels with Yellow Tea

Authors: Jolanta Jaskowska, Anna Drabczyk, Sonia Kudlacik, Agnieszka Sobczak-Kupiec, Bozena Tyliszczak

Abstract:

The aim of the study was to select the best conditions for the synthesis of Beetosan's hydrogels with yellow tea. The study determined recipe hydrogel matrix by selecting the appropriate ratio of substrates and to investigate the effect of yellow tea, on the structure and properties of the hydrogel materials. The scope of the research included both to obtain of raw materials required for the synthesis of hydrogel materials, as well as an assessment of their properties. In the first stage of research Beetosan (chitosan derived from bees), and extract the yellow tea China Kekecha was obtained. The second stage was synthesis hydrogels modified by yellow tea. The synthesis of polymeric matrix was preparation under UV radiation. Obtained hydrogel materials were investigated extensively using incubation investigations, absorption capacity, and spectroscopic (FT-IR) and X-ray diffraction (XRD) methods. Moreover, there was also performed the surface wettability test and a photomicrograph of the structure using scanning electron microscope. Analysis of the obtained results confirms that presence of yellow tea does not significantly affect the behavior of the hydrogels in the incubation fluids. The results show that hydrogel materials exhibit compatibility with the incubatory solutions and they also retain the stability in the tested liquids. Hydrogels obtained in this method might be applied in the cosmetics industry and in the field of medicine. This is possible due to the many interesting properties of tea and biocompatibility and non-toxicity hydrogel materials. The authors would like to thank the The National Centre for Research and Development (Grant no: LIDER/033/697/L-5/13/NCBR/2014) for providing financial support to this project.

Keywords: Beetosan, hygrogels, materials, yellow tea

Procedia PDF Downloads 279
2308 Beam Methods Applications to the Design of Curved Pulsed Beams

Authors: Timor Melamed

Abstract:

In this study, it consider two methods for synthesizing a pulsed curved beam along a generic beam-axis trajectory. In the first approach, the evaluate the space-time aperture field distribution that radiates the beam along a predefined trajectory by constructing a time-dependent caustic surface around the beam-axis skeleton. it derive the aperture field delay to form a caustic of rays along the beam axis and extend this method to other points over the aperture. In the second approach, the harness the proven capabilities of beam methods to address the challenge of designing curved intensity profiles in three-dimensional free space. By leveraging advanced beam propagation techniques, we create and manipulate complex intensity patterns along arbitrary curved trajectories, offering new possibilities for precision control in various wave-based applications. Numerical examples are presented to demonstrate the robust capabilities of both methods.

Keywords: pulsed Airy beams, pulsed beams, pulsed curved beams, transient fields

Procedia PDF Downloads 30