Search results for: John E. Anthony
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 786

Search results for: John E. Anthony

606 “Polytic Iconography”: The Sky and Pants of Nicolas-Antoine Taunay (1755-1830)

Authors: Bárbara Dantas

Abstract:

Nicolas-Antoine Taunay had everything to have a quiet life with his numerous family, his colleagues from the Paris Academy of Art, and as a renowned painter of the French Court, but the conjuncture was quite complicated in those final years of the eighteenth century and first decades of the 19th century. The painter had to adapt to various political and social ruptures: from royalty to the French Revolution, from the empire of Napoleon Bonaparte to the empire of King John VI. According to the method of analysis that involves the idea of "political iconography" from Carlo Ginzburg and the concept of "representation" associated with Georges Didi-Huberman, this work wishes to insert Taunay in its context through the analysis of his portrait made by a colleague of the profession and of a Brazilian landscape painted of his own (1816-1821) and, in which he represented himself. Finally, the intention is to find in these two paintings how Nicolas-Antoine Taunay faced himself and in the middle that surrounded him in the traffic that was forced to make it between Paris and Rio de Janeiro.

Keywords: Nicolas-Antoine Taunay, politic iconography, French art, Brazilian art, 19th century

Procedia PDF Downloads 49
605 An Adiabatic Quantum Optimization Approach for the Mixed Integer Nonlinear Programming Problem

Authors: Maxwell Henderson, Tristan Cook, Justin Chan Jin Le, Mark Hodson, YoungJung Chang, John Novak, Daniel Padilha, Nishan Kulatilaka, Ansu Bagchi, Sanjoy Ray, John Kelly

Abstract:

We present a method of using adiabatic quantum optimization (AQO) to solve a mixed integer nonlinear programming (MINLP) problem instance. The MINLP problem is a general form of a set of NP-hard optimization problems that are critical to many business applications. It requires optimizing a set of discrete and continuous variables with nonlinear and potentially nonconvex constraints. Obtaining an exact, optimal solution for MINLP problem instances of non-trivial size using classical computation methods is currently intractable. Current leading algorithms leverage heuristic and divide-and-conquer methods to determine approximate solutions. Creating more accurate and efficient algorithms is an active area of research. Quantum computing (QC) has several theoretical benefits compared to classical computing, through which QC algorithms could obtain MINLP solutions that are superior to current algorithms. AQO is a particular form of QC that could offer more near-term benefits compared to other forms of QC, as hardware development is in a more mature state and devices are currently commercially available from D-Wave Systems Inc. It is also designed for optimization problems: it uses an effect called quantum tunneling to explore all lowest points of an energy landscape where classical approaches could become stuck in local minima. Our work used a novel algorithm formulated for AQO to solve a special type of MINLP problem. The research focused on determining: 1) if the problem is possible to solve using AQO, 2) if it can be solved by current hardware, 3) what the currently achievable performance is, 4) what the performance will be on projected future hardware, and 5) when AQO is likely to provide a benefit over classical computing methods. Two different methods, integer range and 1-hot encoding, were investigated for transforming the MINLP problem instance constraints into a mathematical structure that can be embedded directly onto the current D-Wave architecture. For testing and validation a D-Wave 2X device was used, as well as QxBranch’s QxLib software library, which includes a QC simulator based on simulated annealing. Our results indicate that it is mathematically possible to formulate the MINLP problem for AQO, but that currently available hardware is unable to solve problems of useful size. Classical general-purpose simulated annealing is currently able to solve larger problem sizes, but does not scale well and such methods would likely be outperformed in the future by improved AQO hardware with higher qubit connectivity and lower temperatures. If larger AQO devices are able to show improvements that trend in this direction, commercially viable solutions to the MINLP for particular applications could be implemented on hardware projected to be available in 5-10 years. Continued investigation into optimal AQO hardware architectures and novel methods for embedding MINLP problem constraints on to those architectures is needed to realize those commercial benefits.

Keywords: adiabatic quantum optimization, mixed integer nonlinear programming, quantum computing, NP-hard

Procedia PDF Downloads 488
604 Assessment of Physico-Chemical Properties and Acceptability of Avocado Pear (Persea americana) Skin Inclusion in Ruminant Diets

Authors: Gladys Abiemwense Ibhaze, Anthony Henry Ekeocha, Adebowale Noah Fajemisin, Tope Oke, Caroline Tosin Alade,

Abstract:

The study was conducted to evaluate the silage quality and acceptability of ensiled avocado pear skin (APS) with cassava peel (CSP) and brewers’ grain (BG) using eighteen (18) West African Dwarf goats with an average weight of 7.0±1.5 kg. The experimental diets; 1) 50% cassava peel+ 50% brewers’ grain, 2) 50% brewers’ grain+ 50% avocado pear skin, 3) 50% cassava peel +25% brewers’ grain+ 25% avocado pear skin were ensiled for 21 days. The experimental design was a completely randomized design (CRD). The chemical composition of the diets was investigated. The acceptability of the diets was evaluated for twelve (12) days. Results obtained showed that the crude protein content ranged from 12.18 – 12.47%, crude fiber (15.99-22.67%). Results obtained showed that diet 1 had the least pH value (4.0), followed by diet 3 (4.5) and diet 2 (5.2). All diets were firm in texture and maintained their initial color. The temperature ranged from 27-29 ⁰C with diet 2 having the highest temperature of 29 ⁰C. Acceptability of experimental diets varied (p < 0.05) significantly. Dry matter intake ranged from (426.22-686.73g/day) with animals on a diet one recording the highest dry matter intake. The coefficient of preference and percentage preference, also differed (p <0.05) significantly among the diets. Diet 1 had a coefficient of preference greater than unity. However, this was not significantly (p>0.05) different from diet two but differed from diet 3. Conclusively, APS could be included in goats’ diets in the absence of CSP during feed scarcity provided a rich source of protein is available.

Keywords: avocado pear skin, Brewers' grain, Cassava peel, preference

Procedia PDF Downloads 169
603 Big Data Analytics and Data Security in the Cloud via Fully Homomorphic Encryption

Authors: Waziri Victor Onomza, John K. Alhassan, Idris Ismaila, Noel Dogonyaro Moses

Abstract:

This paper describes the problem of building secure computational services for encrypted information in the Cloud Computing without decrypting the encrypted data; therefore, it meets the yearning of computational encryption algorithmic aspiration model that could enhance the security of big data for privacy, confidentiality, availability of the users. The cryptographic model applied for the computational process of the encrypted data is the Fully Homomorphic Encryption Scheme. We contribute theoretical presentations in high-level computational processes that are based on number theory and algebra that can easily be integrated and leveraged in the Cloud computing with detail theoretic mathematical concepts to the fully homomorphic encryption models. This contribution enhances the full implementation of big data analytics based cryptographic security algorithm.

Keywords: big data analytics, security, privacy, bootstrapping, homomorphic, homomorphic encryption scheme

Procedia PDF Downloads 337
602 Comparison of Parallel CUDA and OpenMP Implementations of Memetic Algorithms for Solving Optimization Problems

Authors: Jason Digalakis, John Cotronis

Abstract:

Memetic algorithms (MAs) are useful for solving optimization problems. It is quite difficult to search the search space of the optimization problem with large dimensions. There is a challenge to use all the cores of the system. In this study, a sequential implementation of the memetic algorithm is converted into a concurrent version, which is executed on the cores of both CPU and GPU. For this reason, CUDA and OpenMP libraries are operated on the parallel algorithm to make a concurrent execution on CPU and GPU, respectively. The aim of this study is to compare CPU and GPU implementation of the memetic algorithm. For this purpose, fourteen benchmark functions are selected as test problems. The obtained results indicate that our approach leads to speedups up to five thousand times higher compared to one CPU thread while maintaining a reasonable results quality. This clearly shows that GPUs have the potential to acceleration of MAs and allow them to solve much more complex tasks.

Keywords: memetic algorithm, CUDA, GPU-based memetic algorithm, open multi processing, multimodal functions, unimodal functions, non-linear optimization problems

Procedia PDF Downloads 52
601 X-Corner Detection for Camera Calibration Using Saddle Points

Authors: Abdulrahman S. Alturki, John S. Loomis

Abstract:

This paper discusses a corner detection algorithm for camera calibration. Calibration is a necessary step in many computer vision and image processing applications. Robust corner detection for an image of a checkerboard is required to determine intrinsic and extrinsic parameters. In this paper, an algorithm for fully automatic and robust X-corner detection is presented. Checkerboard corner points are automatically found in each image without user interaction or any prior information regarding the number of rows or columns. The approach represents each X-corner with a quadratic fitting function. Using the fact that the X-corners are saddle points, the coefficients in the fitting function are used to identify each corner location. The automation of this process greatly simplifies calibration. Our method is robust against noise and different camera orientations. Experimental analysis shows the accuracy of our method using actual images acquired at different camera locations and orientations.

Keywords: camera calibration, corner detector, edge detector, saddle points

Procedia PDF Downloads 375
600 Association of Fetal Abdominal Circumference and Birthweight in Maternal Hyperglycemia

Authors: Silpa Mariyam John, S. Baburaj, Prajit Geevarghese

Abstract:

Diabetes accelerates pregnancy and can cause adverse effects on the fetus. Studies have shown that fetal abdominal circumference measured in ultrasound is an early parameter for the assessment of macrosomia. The objective of the study is to compare the fetal abdominal circumferences between diabetes and non-diabetic mothers. It was a comparative cross-sectional study conducted in a tertiary care hospital in Trivandrum, Kerala, with a sample size calculated as 95 for each group. All mothers taking antenatal care and delivering at the hospital were included after obtaining consent. The mothers and their newborns were divided into 2 groups (diabetic and non-diabetic). Relevant fetal biometry values were collected from medical records, and birth weight was measured by a calibrated electronic weighing machine after birth. The data were entered in MS EXCEL and analyzed. It was found that there is a significant relationship between the fetal abdominal circumference and birthweight in diabetic mothers during the first and third trimesters.

Keywords: newborn, diabetes, abdominal circumference, ultrasound

Procedia PDF Downloads 25
599 Modelling and Simulating CO2 Electro-Reduction to Formic Acid Using Microfluidic Electrolytic Cells: The Influence of Bi-Sn Catalyst and 1-Ethyl-3-Methyl Imidazolium Tetra-Fluoroborate Electrolyte on Cell Performance

Authors: Akan C. Offong, E. J. Anthony, Vasilije Manovic

Abstract:

A modified steady-state numerical model is developed for the electrochemical reduction of CO2 to formic acid. The numerical model achieves a CD (current density) (~60 mA/cm2), FE-faradaic efficiency (~98%) and conversion (~80%) for CO2 electro-reduction to formic acid in a microfluidic cell. The model integrates charge and species transport, mass conservation, and momentum with electrochemistry. Specifically, the influences of Bi-Sn based nanoparticle catalyst (on the cathode surface) at different mole fractions and 1-ethyl-3-methyl imidazolium tetra-fluoroborate ([EMIM][BF4]) electrolyte, on CD, FE and CO2 conversion to formic acid is studied. The reaction is carried out at a constant concentration of electrolyte (85% v/v., [EMIM][BF4]). Based on the mass transfer characteristics analysis (concentration contours), mole ratio 0.5:0.5 Bi-Sn catalyst displays the highest CO2 mole consumption in the cathode gas channel. After validating with experimental data (polarisation curves) from literature, extensive simulations reveal performance measure: CD, FE and CO2 conversion. Increasing the negative cathode potential increases the current densities for both formic acid and H2 formations. However, H2 formations are minimal as a result of insufficient hydrogen ions in the ionic liquid electrolyte. Moreover, the limited hydrogen ions have a negative effect on formic acid CD. As CO2 flow rate increases, CD, FE and CO2 conversion increases.

Keywords: carbon dioxide, electro-chemical reduction, ionic liquids, microfluidics, modelling

Procedia PDF Downloads 120
598 An Approach to Manage and Evaluate Asset Performance

Authors: Mohammed Saif Al-Saidi, John P. T. Mo

Abstract:

Modern engineering assets are complex and very high in value. They are expected to function for years to come, with ability to handle the change in technology and ageing modification. The aging of an engineering asset and continues increase of vendors and contractors numbers forces the asset operation management (or Owner) to design an asset system which can capture these changes. Furthermore, an accurate performance measurement and risk evaluation processes are highly needed. Therefore, this paper explores the nature of the asset management system performance evaluation for an engineering asset based on the System Support Engineering (SSE) principles. The research work explores the asset support system from a range of perspectives, interviewing managers from across a refinery organisation. The factors contributing to complexity of an asset management system are described in context which clusters them into several key areas. It is proposed that SSE framework may then be used as a tool for analysis and management of asset. The paper will conclude with discussion of potential application of the framework and opportunities for future research.

Keywords: asset management, performance, evaluation, modern engineering, System Support Engineering (SSE)

Procedia PDF Downloads 653
597 Text Mining of Veterinary Forums for Epidemiological Surveillance Supplementation

Authors: Samuel Munaf, Kevin Swingler, Franz Brülisauer, Anthony O’Hare, George Gunn, Aaron Reeves

Abstract:

Web scraping and text mining are popular computer science methods deployed by public health researchers to augment traditional epidemiological surveillance. However, within veterinary disease surveillance, such techniques are still in the early stages of development and have not yet been fully utilised. This study presents an exploration into the utility of incorporating internet-based data to better understand the smallholder farming communities within Scotland by using online text extraction and the subsequent mining of this data. Web scraping of the livestock fora was conducted in conjunction with text mining of the data in search of common themes, words, and topics found within the text. Results from bi-grams and topic modelling uncover four main topics of interest within the data pertaining to aspects of livestock husbandry: feeding, breeding, slaughter, and disposal. These topics were found amongst both the poultry and pig sub-forums. Topic modeling appears to be a useful method of unsupervised classification regarding this form of data, as it has produced clusters that relate to biosecurity and animal welfare. Internet data can be a very effective tool in aiding traditional veterinary surveillance methods, but the requirement for human validation of said data is crucial. This opens avenues of research via the incorporation of other dynamic social media data, namely Twitter and Facebook/Meta, in addition to time series analysis to highlight temporal patterns.

Keywords: veterinary epidemiology, disease surveillance, infodemiology, infoveillance, smallholding, social media, web scraping, sentiment analysis, geolocation, text mining, NLP

Procedia PDF Downloads 66
596 Effects of Dimensional Sizes of Mould on the Volumetric Shrinkage Strain of Lateric Soil

Authors: John E. Sani, Moses George

Abstract:

The paper presents the result of a laboratory study carried out on lateritic soil to determine the effects of dimensional size on the volumetric shrinkage strain (VSS) using three mould sizes i.e. split former mould, proctor mould and California bearing ratio (CBR) mould at three energy levels; British standard light (BSL), West African standard (WAS) and British standard heavy (BSH) respectively. Compactions were done at different molding water content of -2 % to +6 % optimum moisture content (OMC). At -2% to +2% molding water content for the split former mould the volumetric shrinkage strain met the requirement of not more than 4% while at +4% and +6% only the WAS and BSH met the requirement. The proctor mould and the CBR mould on the other hand gave a lower value of volumetric shrinkage strain in all compactive effort and the values are lower than the 4% safe VSS value.

Keywords: lateritic soil, volumetric shrinkage strain, molding water content, compactive effort

Procedia PDF Downloads 501
595 Modelling of Moisture Loss and Oil Uptake during Deep-Fat Frying of Plantain

Authors: James A. Adeyanju, John O. Olajide, Akinbode A. Adedeji

Abstract:

A predictive mathematical model based on the fundamental principles of mass transfer was developed to simulate the moisture content and oil content during Deep-Fat Frying (DFF) process of dodo. The resulting governing equation, that is, partial differential equation that describes rate of moisture loss and oil uptake was solved numerically using explicit Finite Difference Technique (FDT). Computer codes were written in MATLAB environment for the implementation of FDT at different frying conditions and moisture loss as well as oil uptake simulation during DFF of dodo. Plantain samples were sliced into 5 mm thickness and fried at different frying oil temperatures (150, 160 and 170 ⁰C) for periods varying from 2 to 4 min. The comparison between the predicted results and experimental data for the validation of the model showed reasonable agreement. The correlation coefficients between the predicted and experimental values of moisture and oil transfer models ranging from 0.912 to 0.947 and 0.895 to 0.957, respectively. The predicted results could be further used for the design, control and optimization of deep-fat frying process.

Keywords: frying, moisture loss, modelling, oil uptake

Procedia PDF Downloads 406
594 Between Efficacy and Danger: Narratives of Female University Students about Emergency Contraception Methods

Authors: Anthony Idowu Ajayi, Ezebunwa Ethelbert Nwokocha, Wilson Akpan, Oladele Vincent Adeniyi

Abstract:

Studies on emergency contraception (EC) mostly utilise quantitative methods and focus on medically approved drugs for the prevention of unwanted pregnancies. This methodological bias necessarily obscures insider perspectives on sexual behaviour, particularly on why specific methods are utilized by women who seek to prevent unplanned pregnancies. In order to privilege this perspective, with a view to further enriching the discourse and policy on the prevention and management of unplanned pregnancies, this paper brings together the findings from several focus groups and in-depth interviews conducted amongst unmarried female undergraduate students in two Nigerian universities. The study found that while the research participants had good knowledge of the consequences of unprotected sexual intercourses - with abstinence and condom widely used - participants’ willingness to rely only on medically sound measures to prevent unwanted pregnancies was not always mediated by such knowledge. Some of the methods favored by participants appeared to be those commonly associated with people of low socio-economic status in the society where the study was conducted. Medically unsafe concoctions, some outright dangerous, were widely believed to be efficacious in preventing unwanted pregnancy. Furthermore, respondents’ narratives about their sexual behaviour revealed that inadequate sex education, socio-economic pressures, and misconceptions about the efficacy of “crude” emergency contraception methods were all interrelated. The paper therefore suggests that these different facets of the unplanned pregnancy problem should be the focus of intervention.

Keywords: unplanned pregnancy, unsafe abortion, emergency contraception, concoctions

Procedia PDF Downloads 400
593 An Investigation into Nigerian Consumers' Preference for Certain Categories of Foreign Products

Authors: Nnedum Obiajuru Anthony Ugochukwu, Emmanuel Ezechukwu

Abstract:

This study was designed to investigate into Nigerian consumers’ preference for foreign products. Studies have discovered that Nigerian consumers like their counterparts in most developing countries have an insatiable preference for foreign products especially those from more technologically advanced countries (Okechukwu & Onyema, 1999; Agbonifoh & Elimimian, 1999). This attitude of the Nigerian consumers has resulted in many problems which challenge the industrial sector in Nigeria – lack of patronage resulting to, non-performing firms, endemic unemployment, underdeveloped industries and general lack of industrial growth. The major objective of this study is to investigate the reasons behind such attitude, and the factors that drive consumer preference for foreign products among Nigerian consumers. The study investigated specifically the psychological dimensions (personal values, self-concept, lifestyle and prestige), and demographic factors (age, gender, level of education, income and occupation) that impact consumers’ preference for imported products in Nigeria. The study was cross-sectional and used survey method to collect data from one hundred and eighty-six respondents among postgraduate and part-time students of Nnamdi Azikiwe University, Awka and consumers from Awka metropolis. The results of the study indicated that all the psychological variables used to measure consumer preference for foreign products were largely positive and significant determinants of consumer preference for foreign products. Demographic variables of age, gender, and income were not significant determinants of preference for foreign products. The results of the study, however, showed that level of education and occupation has the significant effect on consumer preference for foreign products.

Keywords: country of origin, xenocentrism, Nigeria, ethnocentrism, foreign products, consumer preference

Procedia PDF Downloads 291
592 Democratic Citizenship Education in the Context of Bildung Perspectives

Authors: Sigrid Haukanes

Abstract:

Implementation of democratic citizenship as a crossdisciplinary concept in educational practice has been problematic because of a vague and divided understanding of what the concept entails. This is underlined by a divide between understanding democracy as external to the educational sphere or understanding education as an internal part of a democratic society. This theoretical contribution aims to explore the concept of democratic citizenship in relation to Bildung perspectives. The methodology of this paper is grounded in a hermeneutical approach to interpret three philosophical perspectives from Immanuel Kant, John Dewey and Gert Biesta. These perspectives are chosen to explore democratic citizenship as: (1) an individual oriented concept, (2) a socially oriented concept and (3) a critical-social oriented concept. This theoretical paper argues that different orientations toward Bildung change the content of democratic citizenship as a cross-disciplinary concept in education. It argues that a Dewian or a Biestian notion could enrich our understanding of democratic citizenship, drawing on a critical-social perspective of Bildung.

Keywords: bildung, citizenship, democracy, education

Procedia PDF Downloads 35
591 Number Sense Proficiency and Problem Solving Performance of Grade Seven Students

Authors: Laissa Mae Francisco, John Rolex Ingreso, Anna Krizel Menguito, Criselda Robrigado, Rej Maegan Tuazon

Abstract:

This study aims to determine and describe the existing relationship between number sense proficiency and problem-solving performance of grade seven students from Victorino Mapa High School, Manila. A paper pencil exam containing of 50-item number sense test and 5-item problem-solving test which measures their number sense proficiency and problem-solving performance adapted from McIntosh, Reys, and Bana were used as the research instruments. The data obtained from this study were interpreted and analyzed using the Pearson – Product Moment Coefficient of Correlation to determine the relationship between the two variables. It was found out that students who were low in number sense proficiency tend to be the students with poor problem-solving performance and students with medium number sense proficiency are most likely to have an average problem-solving performance. Likewise, students with high number sense proficiency are those who do excellently in problem-solving performance.

Keywords: number sense, performance, problem solving, proficiency

Procedia PDF Downloads 397
590 Half-Human: Examining Right-Wing Authoritarianism and Social Dominance Orientation Effects on Dehumanization Tendencies

Authors: Brianna Ross, John Sollers, Christopher Edwards

Abstract:

In the age of heightened social and political discourse, there is a tendency for individuals and media sources to use dehumanization as a tool to influence group thoughts and attitudes. When considering individual interactions, there is a need to determine what characteristics increase or predict dehumanization. The present study investigated dehumanization tendencies related to social dominance orientation (SDO) and right-wing authoritarianism (RWA) while factoring in political affiliation. Two-hundred and seven individuals participated in an anonymous study to reveal that there was a significant relationship between high SDO and high RWA scores. There was also a significant correlation between the dehumanization of Black Lives Matter and SDO. These findings suggest that those who are “double high” (scoring highly on both SDO and RWA are more likely to dehumanize others, particularly social groups they disagree with. Acknowledging that there are significant changes occurring in the sociopolitical atmosphere, it is essential that researchers understand dehumanization tendencies in modern society to better define the concept of othering and its consequences on social interaction.

Keywords: dehumanization, social dominance orientation, right-wing authoritarianism, political affiliation

Procedia PDF Downloads 110
589 The Effect of Soil Fractal Dimension on the Performance of Cement Stabilized Soil

Authors: Nkiru I. Ibeakuzie, Paul D. J. Watson, John F. Pescatore

Abstract:

In roadway construction, the cost of soil-cement stabilization per unit area is significantly influenced by the binder content, hence the need to optimise cement usage. This research work will characterize the influence of soil fractal geometry on properties of cement-stabilized soil, and strive to determine a correlation between mechanical proprieties of cement-stabilized soil and the mass fractal dimension Dₘ indicated by particle size distribution (PSD) of aggregate mixtures. Since strength development in cemented soil relies not only on cement content but also on soil PSD, this study will investigate the possibility of reducing cement content by changing the PSD of soil, without compromising on strength, reduced permeability, and compressibility. A series of soil aggregate mixes will be prepared in the laboratory. The mass fractal dimension Dₘ of each mix will be determined from sieve analysis data prior to stabilization with cement. Stabilized soil samples will be tested for strength, permeability, and compressibility.

Keywords: fractal dimension, particle size distribution, cement stabilization, cement content

Procedia PDF Downloads 184
588 Effect of Citrulline on the Physical Performance of a Soccer-Specific Exercises in Adult Professional Soccer Players

Authors: Bezuglov Eduard, Ryland Morgans, Talibov Oleg, Kalinin Evgeny, Butovsky Mikhail, Savin Evgeny, Tzgoev Eduard, Artemii Lazarev, Bekzhan Pirmakhanov, Anthony C. Hackney

Abstract:

Currently, there is conflicting evidence regarding the efficacy of citrulline for physical performance and post-exercise recovery. Moreover, the vast majority of studies conducted used physically active volunteers from the general population and heterogeneous exercise protocols that are not specific to most sports. A single use of citrulline, regardless of the dose, will not have a significant effect on physical performance and post-exercise recovery in highly trained soccer players performing sport-specific exercises at maximum intensity. To evaluate the effectiveness of a single administration of citrulline at various doses in adult male professional soccer players performing sport-specific exercise at maximum intensity. A randomized, double-blind, placebo-controlled study analyzing eighteen soccer players from the top divisions of several European countries. The participants were randomized into three groups of six and performed a field-based soccer-specific test at 115% VO2max for 18-minutes. Comparative analysis of the cardiovascular system, physical activity, subjective perceived fatigue and post-exercise recovery was conducted. There were no statistically significant differences in more than one analyzed parameter. A single application of 3 to 6 grams of citrulline does not affect physical performance, subjective feeling of fatigue and post-exercise recovery in adult professional soccer players who have performed a sport-specific test. Currently, citrulline cannot be recommended for use as a supplement in adult professional soccer players

Keywords: citrulline, performance, recovery, soccer players

Procedia PDF Downloads 72
587 Evaluation of Herbal Extracts for Their Potential Application as Skin Prebiotics

Authors: Anja I. Petrov, Milica B. Veljković, Marija M. Ćorović, Ana D. Milivojević, Milica B. Simović, Katarina M. Banjanac, Dejan I. Bezbradica

Abstract:

One of the fundamental requirements for overall human well-being is a stable and balanced microbiome. Aside from the microorganisms that reside within the body, a large number of microorganisms, especially bacteria, swarming the human skin is in homeostasis with the host and represents a skin microbiota. Even though the immune system of the skin is capable of distinguishing between commensal and potentially harmful transient bacteria, the cutaneous microbial balance can be disrupted under certain circumstances. In that case, a reduction in the skin microbiota diversity, as well as changes in metabolic activity, results in dermal infections and inflammation. Probiotics and prebiotics have the potential to play a significant role in the treatment of these skin disorders. The most common resident bacteria found on the skin, Staphylococcus epidermidis, can act as a potential skin probiotic, contributing to the protection of healthy skin from pathogen colonization, such as Staphylococcus aureus, which is related to atopic dermatitis exacerbation. However, as it is difficult to meet regulations in cosmetic products, another therapy approach could be topical prebiotic supplementation of the skin microbiota. In recent research, polyphenols are attracting scientists' interest as biomolecules with possible prebiotic effects on the skin microbiota. This research aimed to determine how herbal extracts rich in different polyphenolic compounds (lemon balm, St. John's wort, coltsfoot, pine needle, and yarrow) affected the growth of S. epidermidis and S. aureus. The first part of the study involved screening plants to determine if they could be regarded as probable candidates to be skin prebiotics. The effect of each plant on bacterial growth was examined by supplementing the nutrient medium with their extracts and comparing it with control samples (without extract). The results obtained after 24 h of incubation showed that all tested extracts influenced the growth of the examined bacteria to some extent. Since lemon balm and St. John's wort extracts displayed bactericidal activity against S. epidermidis, whereas coltsfoot inhibited both bacteria equally, they were not explored further. On the other hand, pine needles and yarrow extract led to an increase in S. epidermidis/S. aureus ratio, making them prospective candidates to be used as skin prebiotics. By examining the prebiotic effect of two extracts at different concentrations, it was revealed that, in the case of yarrow, 0.1% of extract dry matter in the fermentation medium was optimal, while for the pine needle extract, a concentration of 0.05% was preferred, since it selectively stimulated S. epidermidis growth and inhibited S. aureus proliferation. Additionally, the total polyphenols and flavonoid content of the two extracts were determined, revealing different concentrations and polyphenol profiles. Since yarrow and pine extracts affected the growth of skin bacteria in a dose-dependent manner, by carefully selecting the quantities of these extracts, and thus polyphenols content, it is possible to achieve desirable alterations of skin microbiota composition, which may be suitable for the treatment of atopic dermatitis.

Keywords: herbal extracts, polyphenols, skin microbiota, skin prebiotics

Procedia PDF Downloads 141
586 Dissolution of Zeolite as a Sorbent in Flue Gas Desulphurization Process Using a pH Stat Apparatus

Authors: Hilary Rutto, John Kabuba

Abstract:

Sulphur dioxide is a harmful gaseous product that needs to be minimized in the atmosphere. This research work investigates the use of zeolite as a possible additive that can improve the sulphur dioxide capture in wet flue gas desulphurisation dissolution process. This work determines the effect of temperature, solid to liquid ratio, acid concentration and stirring speed on the leaching of zeolite using a pH stat apparatus. The atomic absorption spectrometer was used to measure the calcium ions from the solution. It was found that the dissolution rate of zeolite decreased with increase in solid to liquid ratio and increases with increase in temperature, stirring speed and acid concentration. The activation energy for the dissolution rate of zeolite in hydrochloric acid was found to be 9.29kJ/mol. and therefore the product layer diffusion was the rate limiting step.

Keywords: calcium ion, pH stat apparatus, wet flue gas desulphurization, zeolite

Procedia PDF Downloads 251
585 Counseling Ethics in Turkish Counseling Programs

Authors: Umut Arslan, John Sommers Flanagan

Abstract:

The purpose of this study was to investigate qualifications of ethics training in counselor education programs in Turkey. The survey data were collected from 251 Turkish counseling students to examine differences in ethical judgments between freshmen and seniors. Chi-square analysis was used to analyze the data from an ethical practice and belief survey. This survey was used to assess counselor candidates’ ethical judgments regarding Turkish counseling ethical codes and sources of ethics information. Statistically significant differences were found between university seniors and freshmen on items that are related to confidentiality, dual relationships, and professional relationships. Furthermore, patterns based on demographic information showed significant differences as a result of gender, economic status, and parents’ educational level. Participants gave the highest rating of information sources to Turkish counseling ethical codes.

Keywords: ethics, training, Turkey, counselor, education

Procedia PDF Downloads 342
584 Assisting Dating of Greek Papyri Images with Deep Learning

Authors: Asimina Paparrigopoulou, John Pavlopoulos, Maria Konstantinidou

Abstract:

Dating papyri accurately is crucial not only to editing their texts but also for our understanding of palaeography and the history of writing, ancient scholarship, material culture, networks in antiquity, etc. Most ancient manuscripts offer little evidence regarding the time of their production, forcing papyrologists to date them on palaeographical grounds, a method often criticized for its subjectivity. By experimenting with data obtained from the Collaborative Database of Dateable Greek Bookhands and the PapPal online collections of objectively dated Greek papyri, this study shows that deep learning dating models, pre-trained on generic images, can achieve accurate chronological estimates for a test subset (67,97% accuracy for book hands and 55,25% for documents). To compare the estimates of these models with those of humans, experts were asked to complete a questionnaire with samples of literary and documentary hands that had to be sorted chronologically by century. The same samples were dated by the models in question. The results are presented and analysed.

Keywords: image classification, papyri images, dating

Procedia PDF Downloads 53
583 A Rare Case of Popliteal Artery Aneurysm Presenting with Foot Drop

Authors: John Yahng, Riteesh Bookun

Abstract:

Popliteal artery aneurysms (PAAs) are the most common arterial aneurysm of the periphery. It is defined as focal dilation of the artery more than 50% of the normal vessel diameter which usually varies between 7 mm to 11 mm. The most common presentation for PAAs is claudication due to luminal stenmosis secondary to mural thrombus or acute limb ischaemia due to occlusive thrombosis or distal thromboembolism. It is less common for patients to present with non-ischaemic symptoms secondary to mass effect and compression of adjacent structures, and of these, presentation with common peroneal nerve compression is particularly uncommon. We present a rare case of a 92-year-old female patient presenting with 4-month history of left foot drop with radiological evidence of common peroneal nerve compression secondary to PAA of 22 mm by21mm in size. To the best of our knowledge, this is the smallest reported popliteal aneurysm presenting with foot drop. We also present the endovascular treatment option taken in our case.

Keywords: aneurysm, foot drop, peroneal nerve, popliteal

Procedia PDF Downloads 264
582 Use of a Symptom Scale Based on Degree of Functional Impairment for Acute Concussion

Authors: Matthew T. McCarthy, Sarah Janse, Natalie M. Pizzimenti, Anthony K. Savino, Brian Crosser, Sean C. Rose

Abstract:

Concussion is diagnosed clinically using a comprehensive history and exam, supported by ancillary testing. Frequently, symptom checklists are used as part of the evaluation of concussion. Existing symptom scales are based on a subjective Likert scale, without relation of symptoms to clinical or functional impairment. This is a retrospective review of 133 patients under age 30 seen in an outpatient neurology practice within 30 days of a probable or definite concussion. Each patient completed 2 symptom checklists at the initial visit – the SCAT-3 symptom evaluation (22 symptoms, 0-6 scale) and a scale based on the degree of clinical impairment for each symptom (22 symptoms, 0-3 scale related to functional impact of the symptom). Final clearance date was determined by the treating physician. 60.9% of patients were male with mean age 15.7 years (SD 2.3). Mean time from concussion to first visit was 6.9 days (SD 6.2), and 101 patients had definite concussions (75.9%), while 32 were diagnosed as probable (24.1%). 94 patients had a known clearance date (70.7%) with mean clearance time of 20.6 days (SD 18.6) and median clearance time of 19 days (95% CI 16-21). Mean total symptom score was 27.2 (SD 22.9) on the SCAT-3 and 14.7 (SD 11.9) for the functional impairment scale. Pearson’s correlation between the two scales was 0.98 (p < 0.001). After adjusting for patient and injury characteristics, an equivalent increase in score on each scale was associated with longer time to clearance (SCAT-3 hazard ratio 0.885, 95%CI 0.835-0.938, p < 0.001; functional impairment scale hazard ratio 0.851, 95%CI 0.802-0.902, p < 0.001). A concussion symptom scale based on degree of functional impairment correlates strongly with the SCAT-3 scale and demonstrates a similar association with time to clearance. By assessing the degree of impact on clinical functioning, this symptom scale reflects a more intuitive approach to rating symptoms and can be used in the management of concussion.

Keywords: checklist, concussion, neurology, scale, sports, symptoms

Procedia PDF Downloads 117
581 Flashover Detection Algorithm Based on Mother Function

Authors: John A. Morales, Guillermo Guidi, B. M. Keune

Abstract:

Electric Power supply is a crucial topic for economic and social development. Power outages statistics show that discharges atmospherics are imperative phenomena to produce those outages. In this context, it is necessary to correctly detect when overhead line insulators are faulted. In this paper, an algorithm to detect if a lightning stroke generates or not permanent fault on insulator strings is proposed. On top of that, lightning stroke simulations developed by using the Alternative Transients Program, are used. Based on these insights, a novel approach is designed that depends on mother functions analysis corresponding to the given variance-covariance matrix. Signals registered at the insulator string are projected on corresponding axes by the means of Principal Component Analysis. By exploiting these new axes, it is possible to determine a flashover characteristic zone useful to a good insulation design. The proposed methodology for flashover detection extends the existing approaches for the analysis and study of lightning performance on transmission lines.

Keywords: mother function, outages, lightning, sensitivity analysis

Procedia PDF Downloads 562
580 Phytoremediation of Lead Polluted Soils with Native Weeds in Nigeria

Authors: Comfort Adeoye, Anthony Eneji

Abstract:

Lead pollution by mining, industrial dumping, and other anthropogenic uses are corroding the environment. Efforts being made to control it include physical, chemical and biological methods. The failure of the aforementioned methods are largely due to the fact that they are cumbersome, expensive, and not eco-friendly. Some plant species can be used for remediation of these pollutants. The objective of this work is to investigate the abilities of two native weed species to remediate two lead-polluted soils: a) Battery dumpsite and, (b) Naturally occurring lead mine. Soil samples were taken from the two sites: a) Kumapayi in Ibadan, a battery dumpsite, (b) Zamfara, a natural lead mine. Screen house experiment in Complete Randomized Design (CRD) replicated three times was carried out at I.I.T.A. Unpolluted soils were collected and polluted with various rates of lead concentrations of 0, 0.1, 0.2, and 0.5%. These were planted with weed species. Plant growth parameters were monitored for twelve weeks, after which the plants were harvested. Dry weight and plant uptake of the lead were taken. Analysis of data was carried out using, Genstat, Excel and descriptive statistics. Relative concentration of lead (Pb) in the above and below ground parts of Gomphrena celusoides revealed that a higher amount of Pb is taken up in the root compared with the shoots at different levels of Pb pollution. However, lead uptake at 0.5% > 0.2% > 0.1% > Control. In essence, phytoremediation of Gomphrena is highest at soil pollution of 0.5% and its retention is greater in the root than the shoot.In S. pyramidalis, soil retention ranges from 0.1% > 0.5% > 0.2% > control. Uptake is highest at 0.5% > 0.1% > 0.2 in stem. Uptake in leaves is highest at 0.2%, but none in the 0.5% pollution. Therefore, different plant species exhibited different accumulative mode probably due to their physiological and rooting systems. Gomphrena spp. rooting system is tap root,while that of S.pyramidalis is fibrous.

Keywords: grass, lead, phytoremediation, pollution

Procedia PDF Downloads 297
579 Variogram Fitting Based on the Wilcoxon Norm

Authors: Hazem Al-Mofleh, John Daniels, Joseph McKean

Abstract:

Within geostatistics research, effective estimation of the variogram points has been examined, particularly in developing robust alternatives. The parametric fit of these variogram points which eventually defines the kriging weights, however, has not received the same attention from a robust perspective. This paper proposes the use of the non-linear Wilcoxon norm over weighted non-linear least squares as a robust variogram fitting alternative. First, we introduce the concept of variogram estimation and fitting. Then, as an alternative to non-linear weighted least squares, we discuss the non-linear Wilcoxon estimator. Next, the robustness properties of the non-linear Wilcoxon are demonstrated using a contaminated spatial data set. Finally, under simulated conditions, increasing levels of contaminated spatial processes have their variograms points estimated and fit. In the fitting of these variogram points, both non-linear Weighted Least Squares and non-linear Wilcoxon fits are examined for efficiency. At all levels of contamination (including 0%), using a robust estimation and robust fitting procedure, the non-weighted Wilcoxon outperforms weighted Least Squares.

Keywords: non-linear wilcoxon, robust estimation, variogram estimation, wilcoxon norm

Procedia PDF Downloads 428
578 Big Data Analytics and Data Security in the Cloud via Fully Homomorphic Encyption Scheme

Authors: Victor Onomza Waziri, John K. Alhassan, Idris Ismaila, Noel Dogonyara

Abstract:

This paper describes the problem of building secure computational services for encrypted information in the Cloud. Computing without decrypting the encrypted data; therefore, it meets the yearning of computational encryption algorithmic aspiration model that could enhance the security of big data for privacy or confidentiality, availability and integrity of the data and user’s security. The cryptographic model applied for the computational process of the encrypted data is the Fully Homomorphic Encryption Scheme. We contribute a theoretical presentations in a high-level computational processes that are based on number theory that is derivable from abstract algebra which can easily be integrated and leveraged in the Cloud computing interface with detail theoretic mathematical concepts to the fully homomorphic encryption models. This contribution enhances the full implementation of big data analytics based on cryptographic security algorithm.

Keywords: big data analytics, security, privacy, bootstrapping, Fully Homomorphic Encryption Scheme

Procedia PDF Downloads 441
577 Quantitative Evaluation on Community Perceptions of Sanitation and Hygiene in Rural Guatemala

Authors: Akudo Ejelonu, Sarah Willig, J. Anthony Sauder, Heather Murphy, Frances Shofer

Abstract:

Background: The high prevalence of diarrheal diseases in the village of Tzununá, Guatemala is linked to lack of sanitation facilities and handwashing practices. Diarrheal diseases are preventable and improved access to latrines, hygiene education and clean water may improve sanitation by reducing the spread of disease. Objective: Between May 2015-January 2017, the University of Pennsylvania Chapter of Engineers Without Border (PennEWB) and local partners designed an intervention to reduce diarrheal disease by building pour flush latrines in 50 individual households and providing education on the importance of handwashing practice. Design/Methods: Through convenient sampling, we surveyed 45 households to evaluate the community’s knowledge of diarrheal disease, handwashing practices, and maintenance of the latrines. Results: 92% of the study participants experienced decrease of new cases of diarrheal disease after receiving a latrine. Only 11% washed their hands after defecating in the latrine. There was gap in understanding the health outcome of latrine sanitation and handwashing education. The respondents did not connect the reduction of diarrheal disease with latrine use and maintenance. Instead, they associated their motivation for latrine use with aesthetics, proximity to their home, ease and comfort, and reduction of shame. We recommend that PennEWB adopt UNICEF or WHO education on hand washing practice. Conclusion: Social interaction and social pressure drove the household use of latrines. The latrines are being valued and cleaned. The education that the residents received did not target norms and behaviors. Latrines could be used to create a new social norm that supports behavioral change.

Keywords: diarrheal disease, latrine, open defecation, water, sanitation and hygiene

Procedia PDF Downloads 130