Search results for: quality metrics framework
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 14188

Search results for: quality metrics framework

11488 Pre-harvest Application of Nutrients on Quality and Storability of Litchi CV Bombai

Authors: Nazmin Akter, Tariqul Islam, Abu Sayed

Abstract:

Food loss and waste have become critical global issues, with approximately one-third of the world's food production being wasted. Among the various food products, horticultural fruits and vegetables are especially susceptible to loss due to their relatively short shelf lives. Litchi (Litchi chinensis) is one of Bangladesh's most important horticultural fruits. But the problem with this fruit is its short shelf life by losing weight faster after harvest. The experiment was carried out at Hajee Mohammad Danesh Science and Technology University, Dinajpur-5200 Bangladesh during 2020-2021. The objective of this experiment was to see the impact of nutrients viz., urea (1%), calcium chloride (1%), borax (1%), and their combinations on fruit quality and shelf life of litchi cv. Bombai. The experiment was laid out in a randomized block design with 7 treatments and 3 replications. Two sprays of each treatment were applied from the last week of May to June (at 20-day intervals). The results indicated that all the treatments significantly improved the quality parameters of litchi fruits as compared to the control. In terms of physicochemical characteristics fruit weight (20.30g), fruit volume (20m ml), and pulp percent (17.14) were found maximum with minimum stone percent (11.09) with the application of urea 1% + borax 1%+ calcium chloride 1%. Maximum TSS (19.62oBrix), TSS/acidity ratio (24.57), maximum ascorbic acid (45.19 mg/100 g pulp), and minimum acidity (0.80%) were reported with the application of T6 (Urea 1% + borax 1%+ calcium chloride 1%) treatments whereas fruits treated with urea 1% + borax 1% gave maximum total sugars (26.64%) and reducing sugars (19.19%) as compared to control. In the case of storage characters, application of Urea 1% + borax 1%+ calcium chloride 1% resulted in a minimum physiological loss in weight (6.11%), (8.41%), and (10.65%) for 2 days, 4 days, and 6 days respectively. In conclusion, to obtain better quality and increased storage period of litchi fruits, two sprays of urea, borax, and calcium chloride (1%) could be used during the fruit growth and development period at fortnightly intervals.

Keywords: litchi chinensis, preharvest, quality, shelf life, postharvest

Procedia PDF Downloads 62
11487 Rethinking Military Aid to Civil Authorities for Internal Security Operations: A Sustainable Solution to Rebuilding Civil Military Relations in Nigeria

Authors: Emmanuela Ngozi Maduka

Abstract:

In Nigeria, civil-military relations is at its lowest point as a result of the challenges emanating from incessant initiation of military aid to civil authorities (MACA) for internal security operations. This paper is concerned with the question whether it is appropriate for the military to handle internal security crisis with exception to terrorism and armed militia. It analyses the legal framework for MACA in internal security operations which appear to be in contradiction with military tactical and equipment training. The paper argues that the expectation that transitional re-training of the military for internal security operations will reconcile these inconsistencies specifically on the issue of use of force is not practicable and will always pose challenges for both the military and the citizens. Accordingly, this paper adopts a socio-legal methodology for better clarity on the interactions between the legal framework on MACA and military internal security operations. The paper also identifies the lack of effective and proficient paramilitary within the security design of Nigeria as the key issue which results in incessant initiation of MACA and advocates for the establishment of an effective and proficient paramilitary to effectively handle internal security crisis within Nigeria.

Keywords: civil-military relations, MACA, military training, operational challenges, paramilitary, use of force

Procedia PDF Downloads 131
11486 Gas Network Noncooperative Game

Authors: Teresa Azevedo PerdicoúLis, Paulo Lopes Dos Santos

Abstract:

The conceptualisation of the problem of network optimisation as a noncooperative game sets up a holistic interactive approach that brings together different network features (e.g., com-pressor stations, sources, and pipelines, in the gas context) where the optimisation objectives are different, and a single optimisation procedure becomes possible without having to feed results from diverse software packages into each other. A mathematical model of this type, where independent entities take action, offers the ideal modularity and subsequent problem decomposition in view to design a decentralised algorithm to optimise the operation and management of the network. In a game framework, compressor stations and sources are under-stood as players which communicate through network connectivity constraints–the pipeline model. That is, in a scheme similar to tatonnementˆ, the players appoint their best settings and then interact to check for network feasibility. The devolved degree of network unfeasibility informs the players about the ’quality’ of their settings, and this two-phase iterative scheme is repeated until a global optimum is obtained. Due to network transients, its optimisation needs to be assessed at different points of the control interval. For this reason, the proposed approach to optimisation has two stages: (i) the first stage computes along the period of optimisation in order to fulfil the requirement just mentioned; (ii) the second stage is initialised with the solution found by the problem computed at the first stage, and computes in the end of the period of optimisation to rectify the solution found at the first stage. The liability of the proposed scheme is proven correct on an abstract prototype and three example networks.

Keywords: connectivity matrix, gas network optimisation, large-scale, noncooperative game, system decomposition

Procedia PDF Downloads 141
11485 Scalable CI/CD and Scalable Automation: Assisting in Optimizing Productivity and Fostering Delivery Expansion

Authors: Solanki Ravirajsinh, Kudo Kuniaki, Sharma Ankit, Devi Sherine, Kuboshima Misaki, Tachi Shuntaro

Abstract:

In software development life cycles, the absence of scalable CI/CD significantly impacts organizations, leading to increased overall maintenance costs, prolonged release delivery times, heightened manual efforts, and difficulties in meeting tight deadlines. Implementing CI/CD with standard serverless technologies using cloud services overcomes all the above-mentioned issues and helps organizations improve efficiency and faster delivery without the need to manage server maintenance and capacity. By integrating scalable CI/CD with scalable automation testing, productivity, quality, and agility are enhanced while reducing the need for repetitive work and manual efforts. Implementing scalable CI/CD for development using cloud services like ECS (Container Management Service), AWS Fargate, ECR (to store Docker images with all dependencies), Serverless Computing (serverless virtual machines), Cloud Log (for monitoring errors and logs), Security Groups (for inside/outside access to the application), Docker Containerization (Docker-based images and container techniques), Jenkins (CI/CD build management tool), and code management tools (GitHub, Bitbucket, AWS CodeCommit) can efficiently handle the demands of diverse development environments and are capable of accommodating dynamic workloads, increasing efficiency for faster delivery with good quality. CI/CD pipelines encourage collaboration among development, operations, and quality assurance teams by providing a centralized platform for automated testing, deployment, and monitoring. Scalable CI/CD streamlines the development process by automatically fetching the latest code from the repository every time the process starts, building the application based on the branches, testing the application using a scalable automation testing framework, and deploying the builds. Developers can focus more on writing code and less on managing infrastructure as it scales based on the need. Serverless CI/CD eliminates the need to manage and maintain traditional CI/CD infrastructure, such as servers and build agents, reducing operational overhead and allowing teams to allocate resources more efficiently. Scalable CI/CD adjusts the application's scale according to usage, thereby alleviating concerns about scalability, maintenance costs, and resource needs. Creating scalable automation testing using cloud services (ECR, ECS Fargate, Docker, EFS, Serverless Computing) helps organizations run more than 500 test cases in parallel, aiding in the detection of race conditions, performance issues, and reducing execution time. Scalable CI/CD offers flexibility, dynamically adjusting to varying workloads and demands, allowing teams to scale resources up or down as needed. It optimizes costs by only paying for the resources as they are used and increases reliability. Scalable CI/CD pipelines employ automated testing and validation processes to detect and prevent errors early in the development cycle.

Keywords: achieve parallel execution, cloud services, scalable automation testing, scalable continuous integration and deployment

Procedia PDF Downloads 28
11484 The Trigger-DAQ System in the Mu2e Experiment

Authors: Antonio Gioiosa, Simone Doanti, Eric Flumerfelt, Luca Morescalchi, Elena Pedreschi, Gianantonio Pezzullo, Ryan A. Rivera, Franco Spinella

Abstract:

The Mu2e experiment at Fermilab aims to measure the charged-lepton flavour violating neutrino-less conversion of a negative muon into an electron in the field of an aluminum nucleus. With the expected experimental sensitivity, Mu2e will improve the previous limit of four orders of magnitude. The Mu2e data acquisition (DAQ) system provides hardware and software to collect digitized data from the tracker, calorimeter, cosmic ray veto, and beam monitoring systems. Mu2e’s trigger and data acquisition system (TDAQ) uses otsdaq as its solution. developed at Fermilab, otsdaq uses the artdaq DAQ framework and art analysis framework, under-the-hood, for event transfer, filtering, and processing. Otsdaq is an online DAQ software suite with a focus on flexibility and scalability while providing a multi-user, web-based interface accessible through the Chrome or Firefox web browser. The detector read out controller (ROC) from the tracker and calorimeter stream out zero-suppressed data continuously to the data transfer controller (DTC). Data is then read over the PCIe bus to a software filter algorithm that selects events which are finally combined with the data flux that comes from a cosmic ray veto system (CRV).

Keywords: trigger, daq, mu2e, Fermilab

Procedia PDF Downloads 144
11483 Ecosystem Response of a Semi-Enclosed Saline Bay to Damming and Sluice-Management: Case of Lake Grevelingen in the Netherlands

Authors: Marijn Tangelder, Ingeborg Mulder, Jeroen Wijsman, John Janssen, Tom Ysebaert

Abstract:

The delta works in the Southwest Netherlands drastically changed the estuarine nature of this area. The Grevelingen estuary was dammed off and became a lake in 1971. Since 1978 a connection with the North Sea exists to keep the lake saline but management of the sluices varied over time. Our research of several decades of monitoring data shows that water management practices lead to drastic changes in water quality and consequent ecological shifts in benthic fauna, fish, and bird species. Benthic biomass, dominated by molluscs, showed major changes with an important role for invasive species. Fish migration and, therefore, fish stock in the lake changed with recently smaller fish species and lower biomass values, with consequences for fish eating birds. Implications are made towards future management to re-introduce micro-tide in connection with the North Sea to improve water quality and the ecological status of the lake, as well as consequences for the bordering Natura 2000 terrestrial habitats, including rare dune vegetations, are discussed.

Keywords: ecosystem study, Grevelingen, Natura 2000, water management, water quality

Procedia PDF Downloads 118
11482 Privacy Label: An Alternative Approach to Present Privacy Policies from Online Services to the User

Authors: Diego Roberto Goncalves De Pontes, Sergio Donizetti Zorzo

Abstract:

Studies show that most users do not read privacy policies from the online services they use. Some authors claim that one of the main causes of this is that policies are long and usually hard to understand, which make users lose interest in reading them. In this scenario, users may agree with terms without knowing what kind of data is being collected and why. Given that, we aimed to develop a model that would present the privacy policies contents in an easy and graphical way for the user to understand. We call it the Privacy Label. Using information recovery techniques, we propose an architecture that is able to extract information about what kind of data is being collected and to what end in the policies and show it to the user in an automated way. To assess our model, we calculated the precision, recall and f-measure metrics on the information extracted by our technique. The results for each metric were 68.53%, 85.61% e 76,13%, respectively, making it possible for the final user to understand which data was being collected without reading the whole policy. Also, our proposal can facilitate the notice-and-choice by presenting privacy policy information in an alternative way for online users.

Keywords: privacy, policies, user behavior, computer human interaction

Procedia PDF Downloads 294
11481 Pre-Processing of Ultrasonography Image Quality Improvement in Cases of Cervical Cancer Using Image Enhancement

Authors: Retno Supriyanti, Teguh Budiono, Yogi Ramadhani, Haris B. Widodo, Arwita Mulyawati

Abstract:

Cervical cancer is the leading cause of mortality in cancer-related diseases. In this diagnosis doctors usually perform several tests to determine the presence of cervical cancer in a patient. However, these checks require support equipment to get the results in more detail. One is by using ultrasonography. However, for the developing countries most of the existing ultrasonography has a low resolution. The goal of this research is to obtain abnormalities on low-resolution ultrasound images especially for cervical cancer case. In this paper, we emphasize our work to use Image Enhancement for pre-processing image quality improvement. The result shows that pre-processing stage is promising to support further analysis.

Keywords: cervical cancer, mortality, low-resolution, image enhancement.

Procedia PDF Downloads 621
11480 The Effect of Mist Cooling on Sexual Behavior and Semen Quality of Sahiwal Bulls

Authors: Khalid Ahmed Elrabie Abdelrasoul

Abstract:

The present study was carried out on Sahiwal cattle bulls maintained at the Artificial Breeding Complex, NDRI, Karnal, Hayana, India, to assess the effect of cooling using mist cooling and fanning on Sahiwal bulls in the dry hot summer season. Fourteen Sahiwal bulls were divided into two groups of seven each. Sexual behavior and semen quality traits considered were: Reaction time (RT), Dismounting time (DMT), Total time taken in mounts (TTTM), Flehmen response (FR), Erection Score (ES), Protrusion Score (PS), Intensity of thrust (ITS), Temperament Score (TS), Libido Score (LS), Semen volume, Physical appearance, Mass activity, Initial progressive motility, Non-eosinophilic spermatozoa count (NESC) and post thaw motility percent. Data were analyzed by least squares technique. Group-1 was the control, whereas group-2 (treatment group) bulls were exposed to mist cooling and fanning (thrice a day 15 min each) in the dry hot summer season. Group-2 showed significantly (p < 0.01) higher value in DMT (sec), ES, PS, ITS, LS, semen volume (ml), semen color density, mass activity, initial motility, progressive motility and live sperm.

Keywords: mist cooling, Sahiwal bulls, semen quality, sexual behavior

Procedia PDF Downloads 313
11479 Achieving Conviviality in Terms of Collective Experience through Creative Public Spaces in Namik Kemal Square, Famagusta, North Cyprus

Authors: Shirin Shaideh, Nina Shirkhanloo

Abstract:

Creative public spaces were needed to foster conviviality in an urban form. The conviviality could be enhanced by facilitating variety of opportunities to participate in communal activities and promoting collective experiences. In this regard, The Namik Kemal Square as a major public space of Walled City of Famagusta in North Cyprus was found as the creative public space because it supports collective practices by leisure activities which enclosed the space. The square also utilized creative collaboration such as festivals and outdoor exhibition. Accordingly this paper focuses on the issue of conviviality in urban public space, in the perspective of square, as a major indicator of their success. The survey firstly provides a theoretical framework for understanding conviviality in creative public space to empower collective experience. Secondly it discusses the essential components of conviviality in form of square and finally investigating conviviality and also its determinants in Namik Kemal square. Hence, the main challenges of this study are going to focus on how convivial public spaces impact collective experience, what people expect from a kind of public space, or what they perceive as a good place to be in. Since it seems essential to respond positively, inclusively to the needs of people to socialize in public spaces by involving them in collective and common practices, this article aims to tease out what gives some places personality and conviviality so that we can learn to design, maintain and manage better quality built environment in future.

Keywords: conviviality, creative public space, collective experience, Namik Kemal square

Procedia PDF Downloads 417
11478 Novel Use of a Quality Assurance Tool for Integrating Technology to HSE

Authors: Ragi Poyyara, V. Vivek, Ashish Khaparde

Abstract:

The Product Development Process (PDP) in the technology group plays a very important role in the launch of any product. While a manufacturing process encourages the use of certain measures to reduce Health, Safety and Environmental (HSE) risks on the shop floor, the PDP concentrates on the use of Geometric Dimensioning and Tolerancing (GD&T) to develop a flawless design. Furthermore, PDP distributes and coordinates activities between different departments such as marketing, purchasing, and manufacturing. However, it is seldom realized that PDP makes a significant contribution to developing a product that reduces HSE risks by encouraging the Technology group to use effective GD&T. The GD&T is a precise communication tool that uses a set of symbols, rules, and definitions to mathematically define parts to be manufactured. It is a quality assurance method widely used in the oil and gas sector. Traditionally it is used to ensure the interchangeability of a part without affecting its form, fit, and function. Parts that do not meet these requirements are rejected during quality audits. This paper discusses how the Technology group integrates this quality assurance tool into the PDP and how the tool plays a major role in helping the HSE department in its goal towards eliminating HSE incidents. The PDP involves a thorough risk assessment and establishes a method to address those risks during the design stage. An illustration shows how GD&T helped reduce safety risks by ergonomically improving assembling operations. A brief discussion explains how tolerances provided on a part help prevent finger injury. This tool has equipped Technology to produce fixtures, which are used daily in operations as well as manufacturing. By applying GD&T to create good fits, HSE risks are mitigated for operating personnel. Both customers and service providers benefit from reduced safety risks.

Keywords: HSE risks, product development process, geometric dimensioning and tolerances, mechanical engineering

Procedia PDF Downloads 217
11477 Medication Errors in a Juvenile Justice Youth Development Center

Authors: Tanja Salary

Abstract:

This paper discusses a study conducted in a juvenile justice facility regarding medication errors. It includes an introduction to data collected about medication errors in a juvenile justice facility from 2011 - 2019 and explores contributing factors that relate to those errors. The data was obtained from electronic incident records of medication errors that were documented from the years 2011 through 2019. In addition, the presentation reviews both current and historical research of empirical data about patient safety standards and quality care comparing traditional health care facilities to juvenile justice residential facilities and acknowledges a gap in research. The theoretical/conceptual framework for the research study was Bandura and Adams’s self-efficacy theory of behavioral change and Mark Friedman’s results-based accountability theory. Despite the lack of evidence in previous studies addressing medication errors in juvenile justice facilities, this presenter will share information that adds to the body of knowledge, including the potential relationship of medication errors and contributing factors of race and age. Implications for future research include the effect that education and training will have on the communication among juvenile justice staff, including nurses, who administer medications to juveniles to ensure adherence to patient safety standards. There are several opportunities for future research concerning other characteristics about factors that may affect medication administration errors within the residential juvenile justice facility.

Keywords: Juvenile justice, medication errors, juveniles, error reduction strategies

Procedia PDF Downloads 53
11476 Impact of Sustainability Reporting on the Financial Performance of Deposit Money Banks: Pre-Post Analysis of Integrating Environmental, Social, and Governance Disclosure into Corporate Annual Reports

Authors: A. O. Talabi, F. M. Taib, D. J. Jalaludin

Abstract:

The influence of sustainability reporting on Deposit Money Banks (DMBs)' financial performance both before and after mandated environmental, social, and governance (ESG) disclosure is examined in this article. Using a sample size of the top six strategically important listed banks in Nigeria, the study employed the paired sample t-test to assess the pre-mandatory ESG period (2009-2015) and the post-mandatory ESG period (2016-2022). According to the findings, there was no discernible difference between the performance of DMBs in Nigeria before and after the requirement for ESG disclosure. In the pre-mandatory requirement time, sustainability reporting is a major predictor of financial metrics, but in the post-mandatory requirement period, there was no discernible change in financial performance. Market authorities ought to have unrestricted authority to impose severe fines for noncompliance and bring legal action against corporations that fail to disclose ESG. This work contributes to the literature on ESG disclosure and financial performance by considering two different periods.

Keywords: financial, performance, sustainability, reporting

Procedia PDF Downloads 113
11475 Reconstruction of Holographic Dark Energy in Chameleon Brans-Dicke Cosmology

Authors: Surajit Chattopadhyay

Abstract:

Accelerated expansion of the current universe is well-established in the literature. Dark energy and modified gravity are two approaches to account for this accelerated expansion. In the present work, we consider scalar field models of dark energy, namely, tachyon and DBI essence in the framework of chameleon Brans-Dicke cosmology. The equation of state parameter is reconstructed and the subsequent cosmological implications are studied. We examined the stability for the obtained solutions of the crossing of the phantom divide under a quantum correction of massless conformally invariant fields and we have seen that quantum correction could be small when the phantom crossing occurs and the obtained solutions of the phantom crossing could be stable under the quantum correction. In the subsequent phase, we have established a correspondence between the NHDE model and the quintessence, the DBI-essence and the tachyon scalar field models in the framework of chameleon Brans–Dicke cosmology. We reconstruct the potentials and the dynamics for these three scalar field models we have considered. The reconstructed potentials are found to increase with the evolution of the universe and in a very late stage they are observed to decay.

Keywords: dark energy, holographic principle, modified gravity, reconstruction

Procedia PDF Downloads 401
11474 Effect of Plant Biostimulants on Fruit Set, Yield, and Quality Attributes of “Farbaly” Apricot Cultivar

Authors: A. Tarantino, F. Lops, G. Disciglio, E. Tarantino

Abstract:

Apulia region (southern Italy) is excellent for heavy production of apricot (Prunus armeniaca L.). Fruit quality is a combination of physical, chemical and nutritional characteristics. The present experiment was laid in the commercial orchard in Cerignola (Foggia district, Apulia region, 41°15’49’’N; 15°53’59’’E; 126 a.s.l.) during the 2014-2015 season. The experiment consisted of the use of three biostimulant treatments (Hendophyt®, Ergostim® and Radicon®) compared with untreated control on ‘Farbaly’ apricot cultivar, in order to evaluate the vegeto-productive and fruit qualitative attributes. Foliar spray of biostimulants was applied at different times during the growth season (at red ball, fruit setting and fruit development stages). Experimental data showed some specific differences among the biostimulant treatments, which fruit set, growth and productivity were affected. Moderate influences were found regarding the qualitative attributes of fruits. The soluble solid content was positively affected by Hendophyt® treatment. Antioxidant capacity was significantly higher in Hendophyt® and Radicon® treatments respect to the untreated control.

Keywords: Prunus Armeniaca L., biostimulants, fruit set, fruit quality

Procedia PDF Downloads 282
11473 Application of Italian Guidelines for Existing Bridge Management

Authors: Giovanni Menichini, Salvatore Giacomo Morano, Gloria Terenzi, Luca Salvatori, Maurizio Orlando

Abstract:

The “Guidelines for Risk Classification, Safety Assessment, and Structural Health Monitoring of Existing Bridges” were recently approved by the Italian Government to define technical standards for managing the national network of existing bridges. These guidelines provide a framework for risk mitigation and safety assessment of bridges, which are essential elements of the built environment and form the basis for the operation of transport systems. Within the guideline framework, a workflow based on three main points was proposed: (1) risk-based, i.e., based on typical parameters of hazard, vulnerability, and exposure; (2) multi-level, i.e., including six assessment levels of increasing complexity; and (3) multirisk, i.e., assessing structural/foundational, seismic, hydrological, and landslide risks. The paper focuses on applying the Italian Guidelines to specific case studies, aiming to identify the parameters that predominantly influence the determination of the “class of attention”. The significance of each parameter is determined via sensitivity analysis. Additionally, recommendations for enhancing the process of assigning the class of attention are proposed.

Keywords: bridge safety assessment, Italian guidelines implementation, risk classification, structural health monitoring

Procedia PDF Downloads 44
11472 A Sociolinguistic Approach to the Translation of Children’s Literature: Exploring Identity Issues in the American English Translation of Manolito Gafotas

Authors: Owen Harrington-Fernandez, Pilar Alderete-Diez

Abstract:

Up until recently, translation studies treated children’s literature as something of a marginal preoccupation, but the recent attention that this text type has attracted suggests that it may be fertile ground for research. This paper contributes to this new research avenue by applying a sociolinguistic theoretical framework to explore issues around the intersubjective co-construction of identity in the American English translation of the Spanish children’s story, Manolito Gafotas. The application of Bucholtz and Hall’s framework achieves two objectives: (1) it identifies shifts in the translation of the main character’s behaviour as culturally and morally motivated manipulations, and (2) it demonstrates how the context of translation becomes the very censorship machine that delegitimises the identity of the main character, and, concomitantly, the identity of the implied reader(s). If we take identity to be an intersubjective phenomenon, then it logicall follows that expurgating the identity of the main character necessarily shifts the identity of the implied reader(s) also. It is a double censorship of identity carried out under the auspices of an intellectual colonisation of a Spanish text. After reporting on the results of the analysis, the paper ends by raising the question of censorship in translation, and, more specifically, in children’s literature, in order to promote debate around this topic.

Keywords: censorship, identity, sociolinguistics, translation

Procedia PDF Downloads 248
11471 Athlete’s Preparation and Quality of Opponent as Determinants of Self-Efficacy among University Athletes in South-West Nigeria

Authors: Raimi Abiodun Moronfolu, Anthonia Olusola Moronfolu

Abstract:

The purpose of this study was to assess athlete’s preparation and quality of opponent as determinants of self-efficacy among university athletes in south-west Nigeria. The descriptive research method was employed in conducting the study. A total of 200 athletes, selected from 4 universities in South-West geopolitical zone of Nigeria through a stratified random sampling technique, were used in the study. The instrument used for data collection was a self-structured questionnaire named ‘Athletes Self-Efficacy Assessment Questionnaire (ASAQ)’. This was developed by the researchers and face validated by three experts in sports psychology. The test-retest method was used in establishing the reliability of the instrument (r=0.79). A total of 200 copies of the validated ASAQ were administered on selected respondents using the spot method. The data collected was used to develop a frequency distribution table for analysis. The descriptive statistics of percentage was used in presenting the data collected, while inferential statistics of linear regression was used in drawing inferences at a 0.05 level of significance. The findings indicated that athlete’s preparation and quality of opponent were significant determinants of self-efficacy among university athletes in South-West Nigeria.

Keywords: athletes, preparation, opponent, self-efficacy

Procedia PDF Downloads 123
11470 The GRIT Study: Getting Global Rare Disease Insights Through Technology Study

Authors: Aneal Khan, Elleine Allapitan, Desmond Koo, Katherine-Ann Piedalue, Shaneel Pathak, Utkarsh Subnis

Abstract:

Background: Disease management of metabolic, genetic disorders is long-term and can be cumbersome to patients and caregivers. Patient-Reported Outcome Measures (PROMs) have been a useful tool in capturing patient perspectives to help enhance treatment compliance and engagement with health care providers, reduce utilization of emergency services, and increase satisfaction with their treatment choices. Currently, however, PROMs are collected during infrequent and decontextualized clinic visits, which makes translation of patient experiences challenging over time. The GRIT study aims to evaluate a digital health journal application called Zamplo that provides a personalized health diary to record self-reported health outcomes accurately and efficiently in patients with metabolic, genetic disorders. Methods: This is a randomized controlled trial (RCT) (1:1) that assesses the efficacy of Zamplo to increase patient activation (primary outcome), improve healthcare satisfaction and confidence to manage medications (secondary outcomes), and reduce costs to the healthcare system (exploratory). Using standardized online surveys, assessments will be collected at baseline, 1 month, 3 months, 6 months, and 12 months. Outcomes will be compared between patients who were given access to the application versus those with no access. Results: Seventy-seven patients were recruited as of November 30, 2021. Recruitment for the study commenced in November 2020 with a target of n=150 patients. The accrual rate was 50% from those eligible and invited for the study, with the majority of patients having Fabry disease (n=48) and the remaining having Pompe disease and mitochondrial disease. Real-time clinical responses, such as pain, are being measured and correlated to disease-modifying therapies, supportive treatments like pain medications, and lifestyle interventions. Engagement with the application, along with compliance metrics of surveys and journal entries, are being analyzed. An interim analysis of the engagement data along with preliminary findings from this pilot RCT, and qualitative patient feedback will be presented. Conclusions: The digital self-care journal provides a unique approach to disease management, allowing patients direct access to their progress and actively participating in their care. Findings from the study can help serve the virtual care needs of patients with metabolic, genetic disorders in North America and the world over.

Keywords: eHealth, mobile health, rare disease, patient outcomes, quality of life (QoL), pain, Fabry disease, Pompe disease

Procedia PDF Downloads 145
11469 Applications Using Geographic Information System for Planning and Development of Energy Efficient and Sustainable Living for Smart-Cities

Authors: Javed Mohammed

Abstract:

As urbanization process has been and will be happening in an unprecedented scale worldwide, strong requirements from academic research and practical fields for smart management and intelligent planning of cities are pressing to handle increasing demands of infrastructure and potential risks of inhabitants agglomeration in disaster management. Geo-spatial data and Geographic Information System (GIS) are essential components for building smart cities in a basic way that maps the physical world into virtual environment as a referencing framework. On higher level, GIS has been becoming very important in smart cities on different sectors. In the digital city era, digital maps and geospatial databases have long been integrated in workflows in land management, urban planning and transportation in government. People have anticipated GIS to be more powerful not only as an archival and data management tool but also as spatial models for supporting decision-making in intelligent cities. The purpose of this project is to offer observations and analysis based on a detailed discussion of Geographic Information Systems( GIS) driven Framework towards the development of Smart and Sustainable Cities through high penetration of Renewable Energy Technologies.

Keywords: digital maps, geo-spatial, geographic information system, smart cities, renewable energy, urban planning

Procedia PDF Downloads 516
11468 Civilian and Military Responses to Domestic Security Threats: A Cross-Case Analysis of Belgium, France, and the United Kingdom

Authors: John Hardy

Abstract:

The domestic security environment in Europe has changed dramatically in recent years. Since January 2015, a significant number of domestic security threats that emerged in Europe were located in Belgium, France and the United Kingdom. While some threats were detected in the planning phase, many also resulted in terrorist attacks. Authorities in all three countries instituted special or emergency measures to provide additional security to their populations. Each country combined an additional policing presence with a specific military operation to contribute to a comprehensive security response to domestic threats. This study presents a cross-case analysis of three countries’ civilian and military responses to domestic security threats in Europe. Each case study features a unique approach to combining civilian and military capabilities in similar domestic security operations during the same time period and threat environment. The research design focuses on five variables relevant to the relationship between civilian and military roles in each security response. These are the distinction between policing and military roles, the legal framework for the domestic deployment of military forces, prior experience in civil-military coordination, the institutional framework for threat assessments, and the level of public support for the domestic use of military forces. These variables examine the influence of domestic social, political, and legal factors on the design of combined civil-military operations in response to domestic security threats. Each case study focuses on a specific operation: Operation Vigilant Guard in Belgium, Operation Sentinel in France, and Operation Temperer in the United Kingdom. The results demonstrate that the level of distinction between policing and military roles and the existence of a clear and robust legal framework for the domestic use force by military personnel significantly influence the design and implementation of civilian and military roles in domestic security operations. The findings of this study indicate that Belgium, France and the United Kingdom experienced different design and implementation challenges for their domestic security operations. Belgium and France initially had less-developed legal frameworks for deploying the military in domestic security operations than the United Kingdom. This was offset by public support for enacting emergency measures and the strength of existing civil-military coordination mechanisms. The United Kingdom had a well-developed legal framework for integrating civilian and military capabilities in domestic security operations. However, its experiences in Ireland also made the government more sensitive to public perceptions regarding the domestic deployment of military forces.

Keywords: counter-terrorism, democracy, homeland security, intelligence, militarization, policing

Procedia PDF Downloads 130
11467 Entrepreneurship Education Revised: Merging a Theory-Based and Action-Based Framework for Entrepreneurial Narratives' Impact as an Awareness-Raising Teaching Tool

Authors: Katharina Fellnhofer, Kaisu Puumalainen

Abstract:

Despite the current worldwide increasing interest in entrepreneurship education (EE), little attention has been paid to innovative web-based ways such as the narrative approach by telling individual stories of entrepreneurs via multimedia for demonstrating the impact on individuals towards entrepreneurship. In addition, this research discipline is faced with no consensus regarding its effective content of teaching materials and tools. Therefore, a qualitative hypothesis-generating research contribution is required to aim at drawing new insights from published works in the EE field of research to serve for future research related to multimedia entrepreneurial narratives. Based on this background, our effort will focus on finding support regarding following introductory statement: Multimedia success and failure stories of real entrepreneurs show potential to change perceptions towards entrepreneurship in a positive way. The proposed qualitative conceptual paper will introduce the underlying background for this research framework. Therefore, as a qualitative hypothesis-generating research contribution it aims at drawing new insights from published works in the EE field of research related to entrepreneurial narratives to serve for future research. With the means of the triangulation of multiple theories, we will utilize the foundation for multimedia-based entrepreneurial narratives applying a learning-through-multimedia-real-entrepreneurial-narratives pedagogical tool to facilitate entrepreneurship. Our effort will help to demystify how value-oriented entrepreneurs telling their stories multimedia can simultaneously enhance EE. Therefore, the paper will build new-fangled bridges between well-cited theoretical constructs to build a robust research framework. Overall, the intended contribution seeks to emphasize future research of currently under-researched issues in the EE sphere, which are considered to be essential not only to academia, as well as to business and society having future jobs-providing growth-oriented entrepreneurs in mind. The Authors would like to thank the Austrian Science Fund FWF: [J3740 – G27].

Keywords: entrepreneurship education, entrepreneurial attitudes and perceptions, entrepreneurial intention, entrepreneurial narratives

Procedia PDF Downloads 242
11466 Are Oral Health Conditions Associated with Children’s School Performance and School Attendance in the Kingdom of Bahrain - A Life Course Approach

Authors: Seham A. S. Mohamed, Sarah R. Baker, Christopher Deery, Mario V. Vettore

Abstract:

Background: The link between oral health conditions and school performance and attendance remain unclear among Middle Eastern children. The association has been studied extensively in the Western region; however, several concerns have been raised regarding the reliability and validity of measures, low quality of studies, inadequate inclusion of potential confounders, and the lack of a conceptual framework. These limitations have meant that, to date, there has been no detailed understanding of the association or of the key social, clinical, behavioural and parental factors which may impact the association. Aim: To examine the association between oral health conditions and children’s school performance and attendance at Grade 2 in Muharraq city in the Kingdom of Bahrain using Heilmann et al.’s (2015) life course framework for oral health. Objectives: To (1) describe the prevalence of oral health conditions among 7-8 years old schoolchildren in the city of Muharraq; (2) analyse the social, biological, behavioural, and parental pathways that link early and current life exposures with children’s current oral health status; (3) examine the association between oral health conditions and school performance and attendance among schoolchildren; (4) explore the early and current life course social, biological, behavioural and parental factors associated with children’s school outcomes. Design: A time-ordered-cross-sectional study was conducted with 466 schoolchildren aged 7-8 years and their parents from Muharraq city in KoB. Data were collected through parents’ self-administered questionnaires, children’s face-face interviews, and dental clinical examinations. Outcome variables, including school performance and school attendance data, were obtained from the parents and school records. The data were analysed using structural equation modelling (SEM). Results: Dental caries, the consequence of dental caries (PUFA/pufa), and enamel developmental defects (EDD) prevalence were 93.4%, 25.7%, and 17.2%, respectively. The findings from the SEM showed that children born in families with high SES were less likely to suffer from dentine dental caries (β= -0.248) and more likely to earn high school performance (β= 0.136) at 7-8 years of age in Muharraq. From the current life course of children, the dental plaque was associated significantly and directly with enamel caries (β= 0.094), dentine caries (β= 0.364), treated teeth (filled or extracted because of dental caries) (β= 0.121), and indirectly associated with dental pain (β= 0.057). Further, dentine dental caries was associated significantly and directly with low school performance (β= -0.155). At the same time, the dental plaque was indirectly associated with low school performance via dental caries (β = −0.044). Conversely, treated teeth were associated directly with high school performance (β= 0.100). Notably, none of the OHCs, biological, SES, behavioural, or parental conditions was related to school attendance in children. Conclusion: The life course approach was adequate to examine the role of OHCs on children’s school performance and attendance. Birth and current (7-8-year-olds) social factors were significant predictors of poor OH and poor school performance.

Keywords: dental caries, life course, Bahrain, school outcomes

Procedia PDF Downloads 92
11465 The Effect of Employees' Positive Attitude and Smile and Its Impact on the Quality of Service in the Hospitality Service

Authors: Mariam Kutateladze

Abstract:

In the twenty-first century, in the customer service settings for hospitality institution’s employee management and their well-being have become a core issue since it is linked to the customers' increased demand for high-quality service. Employees' positive attitude to customers plays an essential role in the serving process; for this reason, in the hospitality institutions service with a smile is a job requirement. This research is devoted to the issues of employee management systems improvement and its effect of the genuine smile as a positive attitude expressed by the employees to the customer. Different researchers work about the effect of the genuine smile, which is analyzed in the present paper. Based on it, the link between satisfied employees from service climate and their genuine smile is determined. An investigation in local resort hotels which are located in the regions of Georgia is conducted. In the methodology of the paper, we have used linkage research, which stated that employee satisfaction in a working place depends on the existing service climate in an organization. We have prepared questioners according to eight dimensions of good service climate by linkage research, and extra questions about the effect of the smile on customers were added. Questionnaires were distributed among employees, and the results have shown that dissatisfaction from organizations’ service climate led to employees' false smile toward customers. Demanding positive emotions from frustrated employees was the mistake of the hotel management. The false smile was easily recognized by the customers, and the frustrated employee with a false smile could not provide high-quality service. The findings of the paper will help managers to realize the importance of forming the positive service climate within the institutions since it is linked to employees' well-being who are the creators of high-quality service. The conclusion drawn from this study indicates there are core issues those managers need to take into account when planning their organizations’ profit. Managers should know their employees very well, their feelings and attitudes toward work before asking them expressing a smile since forced smile does not have a good result and quite often has bad outcomes; therefore, first of all, managers should investigate service climate in the organization. Managers should take into consideration employees’ opinions about the service climate in the organization, motivate their employees, and respect their ideas. Also, they should satisfy employees' basic needs and stress more value on extrinsic goals such as competence, relatedness, and autonomy. Managers should create a positive working environment, positive service climate, which will lead to employee satisfaction and genuine feelings, as well as improve the working environment since negative working climate will cause customers disappointment because of low-quality service provided by the unsatisfied employees.

Keywords: employee management, hotel, quality of service, service climate

Procedia PDF Downloads 104
11464 CAM Use and Its Association with Quality of Life in a Sample of Lebanese Breast Cancer Patients: A Cross Sectional Study

Authors: Farah Naja, Romy Abi Fadel, Yasmin Aridi, Aya Zarif, Dania Hariri, Mohammad Alameddine, Anas Mugharbel, Maya Khalil, Zeina Nahleh, Arafat Tfayli

Abstract:

The objective of this study is to assess the prevalence and determinants of CAM use among breast cancer patients in Beirut, Lebanon. A secondary objective is to evaluate the association between CAM use and quality of life (QOL). A cross-sectional survey was conducted on 180 breast cancer patients recruited from two major referral centers in Beirut. In a face to face interview, participants completed a questionnaire comprised of three sections: socio-demographic and lifestyle characteristics, breast cancer condition, and CAM use. The assessment of QOL was carried using the FACT-B Arabic version. Prevalence of CAM use since diagnosis was 40%. CAM use was negatively associated with age, treatment at a philanthropic hospital and positively associated with having an advanced stage of disease. The most commonly used CAM was ‘Special food’ followed by ‘Herbal teas’. Only 4% of CAM users cited health care professionals as influencing their choice of CAM. One in four patients disclosed CAM use to their treating physician. There was no significant association between CAM use and QOL. The use of CAM therapies among breast cancer patients is prevalent in Lebanon. Efforts should be dedicated at educating physicians to discuss CAM use with their patients and advising patients to disclose of their use with their physicians.

Keywords: breast cancer , complementary medicine, alternative medicine, lebanon , quality of life

Procedia PDF Downloads 502
11463 Implementing the Quality of Care Partnership to Reduce the Cost of Screenings for Sexually Transmitted Infections on a Southeastern College Campus

Authors: Amy Guidera, Steven Busby, Christian Williams, David Phillippi

Abstract:

College students are a priority preventative healthcare population that can engage in high-risk behaviors which may concurrently increase the potential for unsafe sexual practices, including contracting sexually transmitted infections (STIs). Early education, screening, treatment, and partner notification are important interventions for breaking the chain of transmission and recurrence in relation to preventing poor health outcomes and mitigating college dropout rates. The aim of this quality improvement project was to determine if the reduction in STI screening costs for college students (aged 18-30 years old) would increase the amount of STI screenings conducted at a university health center over the course of an academic semester while evaluating our ability to achieve an improved quality of care at a reduced cost, along with improved STI reporting and documentation. This study was conducted through retrospective chart reviews of STI-related visits and utilized the RADAR matrix to provide a guiding, iterative mechanism to continuously reassess goals and outcomes defined in a memorandum of agreement (MOA) between a university health center and the state department of health (DOH) laboratory. The project failed to increase the amount of STI screenings, most likely due to the emergence of COVID-19, but resulted in improved quality of care for students, improved STI-related visit documentation and reporting, and significantly reduced costs for STI screening for collegiate students at a southeastern private university campus.

Keywords: college health, college students, preventive health, reproductive health, sexually transmitted infections, young adults

Procedia PDF Downloads 126
11462 Forecast of Polyethylene Properties in the Gas Phase Polymerization Aided by Neural Network

Authors: Nasrin Bakhshizadeh, Ashkan Forootan

Abstract:

A major problem that affects the quality control of polymer in the industrial polymerization is the lack of suitable on-line measurement tools to evaluate the properties of the polymer such as melt and density indices. Controlling the polymerization in ordinary method is performed manually by taking samples, measuring the quality of polymer in the lab and registry of results. This method is highly time consuming and leads to producing large number of incompatible products. An online application for estimating melt index and density proposed in this study is a neural network based on the input-output data of the polyethylene production plant. Temperature, the level of reactors' bed, the intensity of ethylene mass flow, hydrogen and butene-1, the molar concentration of ethylene, hydrogen and butene-1 are used for the process to establish the neural model. The neural network is taught based on the actual operational data and back-propagation and Levenberg-Marquart techniques. The simulated results indicate that the neural network process model established with three layers (one hidden layer) for forecasting the density and the four layers for the melt index is able to successfully predict those quality properties.

Keywords: polyethylene, polymerization, density, melt index, neural network

Procedia PDF Downloads 134
11461 Fuzzy Logic Based Ventilation for Controlling Harmful Gases in Livestock Houses

Authors: Nuri Caglayan, H. Kursat Celik

Abstract:

There are many factors that influence the health and productivity of the animals in livestock production fields, including temperature, humidity, carbon dioxide (CO2), ammonia (NH3), hydrogen sulfide (H2S), physical activity and particulate matter. High NH3 concentrations reduce feed consumption and cause daily weight gain. At high concentrations, H2S causes respiratory problems and CO2 displace oxygen, which can cause suffocation or asphyxiation. Good air quality in livestock facilities can have an impact on the health and well-being of animals and humans. Air quality assessment basically depends on strictly given limits without taking into account specific local conditions between harmful gases and other meteorological factors. The stated limitations may be eliminated. using controlling systems based on neural networks and fuzzy logic. This paper describes a fuzzy logic based ventilation algorithm, which can calculate different fan speeds under pre-defined boundary conditions, for removing harmful gases from the production environment. In the paper, a fuzzy logic model has been developed based on a Mamedani’s fuzzy method. The model has been built on MATLAB software. As the result, optimum fan speeds under pre-defined boundary conditions have been presented.

Keywords: air quality, fuzzy logic model, livestock housing, fan speed

Procedia PDF Downloads 361
11460 Functional Outcome and Quality of Life of Conservative versus Surgical Management of Adult Potts Disease: A Prospective Cohort Study

Authors: Mark Angelo Maranon, David Endriga

Abstract:

Objective: The aim of the study is to determine the differences in functional outcome and quality of life of adult patients with Potts disease who have undergone surgical versus non-surgical management. Methods: In this prospective cohort study, 45 patients were followed up for 1 year after undergoing pharmacologic treatment alone versus a combination of anti-Kochs and surgery for Potts disease. Oswestry Disability Index (ODI) and Short Form-36 (SF-36) were obtained on initiation of treatment, after three months, six months and one year. Results: ASIA scores from the onset of treatment and after 1 year significantly improved (p<0.001) for both non-surgical and surgical patients. ODI scores significantly improved after 6 months of treatment for both surgical and non-surgical patients. Both surgical and non-surgical patients showed significant improvement in their SF-36 scores, but scores were noted to be higher in patients who underwent surgery. Conclusions: Significant improvement with regards to functional outcome and quality of life was noted from both surgical and non-surgical patients after 1 year of treatment, with earlier improvements and better final scores in SF 36 and ODI in patients who underwent surgery.

Keywords: tuberculosis, spinal, potts disease, functional outcome

Procedia PDF Downloads 140
11459 Online Pose Estimation and Tracking Approach with Siamese Region Proposal Network

Authors: Cheng Fang, Lingwei Quan, Cunyue Lu

Abstract:

Human pose estimation and tracking are to accurately identify and locate the positions of human joints in the video. It is a computer vision task which is of great significance for human motion recognition, behavior understanding and scene analysis. There has been remarkable progress on human pose estimation in recent years. However, more researches are needed for human pose tracking especially for online tracking. In this paper, a framework, called PoseSRPN, is proposed for online single-person pose estimation and tracking. We use Siamese network attaching a pose estimation branch to incorporate Single-person Pose Tracking (SPT) and Visual Object Tracking (VOT) into one framework. The pose estimation branch has a simple network structure that replaces the complex upsampling and convolution network structure with deconvolution. By augmenting the loss of fully convolutional Siamese network with the pose estimation task, pose estimation and tracking can be trained in one stage. Once trained, PoseSRPN only relies on a single bounding box initialization and producing human joints location. The experimental results show that while maintaining the good accuracy of pose estimation on COCO and PoseTrack datasets, the proposed method achieves a speed of 59 frame/s, which is superior to other pose tracking frameworks.

Keywords: computer vision, pose estimation, pose tracking, Siamese network

Procedia PDF Downloads 143