Search results for: multiple template matching
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 5293

Search results for: multiple template matching

1993 Employing a System of Systems Approach in the Maritime RobotX Challenge: Incorporating Information Technology Students in the Development of an Autonomous Catamaran

Authors: Adam Jenkins

Abstract:

The Maritime RobotX Challenge provides a platform for postgraduate students conducting research in autonomous robotic systems to participate in an international competition. Although targeted to postgraduate students, the problem domain lends itself to a wide range of different levels of student expertise. In 2022, undergraduate Information Technology students from the University of South Australia undertook the challenge, utilizing a System of the Systems approach to the project's architecture. Each student group produced an independent solution to an identified task, which was then implemented on a Single Board Computer (SBC). A Central Control System then engaged each solution when appropriate, allowing the encapsulated SBC systems to manage each task as it was encountered. This approach facilitated collaboration among the multiple independent student teams over an 18-month period, and the fundamental system-agnostic architecture allowed for both the variance in student solutions and the limitations caused by the global electronics shortage. By adopting this approach, Information Technology teams were able to work independently yet produce an effective solution, leveraging their expertise to develop and construct an autonomous catamaran capable of meeting the competition's demanding requirements while producing a high level of engagement. The System of Systems approach is recommended to other universities interested in competing at this level and engaging students in a real-world problem.

Keywords: case study, robotics, education, programming, system of systems, multi-disciplinary collaboration

Procedia PDF Downloads 61
1992 Expression of Gro-El under Phloem-Specific Promoter Protects Transgenic Plants against Diverse Begomovirus-Beta Satellite Complex

Authors: Muhammad Yousaf Ali, Shahid Mansoor, Javeria Qazi, Imran Amin, Musarrat Shaheen

Abstract:

Cotton leaf curl disease (CLCuD) is the major threat to the cotton crop and is transmitted by whitefly (Bemisia tabaci). Since multiple begomoviruses and associated satellites are involved in CLCuD, approaches based on the concept of broad-spectrum resistance are essential for effective disease control. Gro-El and G5 are two proteins from whitefly endosymbiont and M13 bacteriophage origin, respectively. Gro-El encapsulates the virus particle when it enters the whitefly and protects the virus from the immune system of the whitefly as well as prevents viral expression in it. This characteristic of Gro-El can be exploited to get resistance against viruses if expressed in plants. G5 is a single-stranded DNA binding protein, expression of which in transgenic plants will stop viral expression on its binding with ssDNA. The use of tissue-specific promoters is more efficient than constitutive promoters. Transgenics of Nicotiana benthamiana for Gro-El under constitutive promoter and Gro-El under phloem specific promoter were made. In comparison to non-transgenic plants, transgenic plants with Gro-El under NSP promoter showed promising results when challenged against cotton leaf curl Multan virus (CLCuMuV) along with cotton leaf curl Multan beta satellite (CLCuMB), cotton leaf curl Khokhran virus (CLCuKoV) along with cotton leaf curl Multan beta satellite (CLCuMB) and Pedilenthus leaf curl virus (PedLCV) along with Tobacco leaf curl beta satellite (TbLCB).

Keywords: cotton leaf curl disease, whitefly, endosymbionts, transgenic, resistance

Procedia PDF Downloads 76
1991 Geo-Collaboration Model between a City and Its Inhabitants to Develop Complementary Solutions for Better Household Waste Collection

Authors: Abdessalam Hijab, Hafida Boulekbache, Eric Henry

Abstract:

According to several research studies, the city as a whole is a complex, spatially organized system; its modeling must take into account several factors, socio-economic, and political, or geographical, acting at multiple scales of observation according to varied temporalities. Sustainable management and protection of the environment in this complex system require significant human and technical investment, particularly for monitoring and maintenance. The objective of this paper is to propose an intelligent approach based on the coupling of Geographic Information System (GIS) and Information and Communications Technology (ICT) tools in order to integrate the inhabitants in the processes of sustainable management and protection of the urban environment, specifically in the processes of household waste collection in urban areas. We are discussing a collaborative 'city/inhabitant' space. Indeed, it is a geo-collaborative approach, based on the spatialization and real-time geo-localization of topological and multimedia data taken by the 'active' inhabitant, in the form of geo-localized alerts related to household waste issues in their city. Our proposal provides a good understanding of the extent to which civil society (inhabitants) can help and contribute to the development of complementary solutions for the collection of household waste and the protection of the urban environment. Moreover, it allows the inhabitant to contribute to the enrichment of a data bank for future uses. Our geo-collaborative model will be tested in the Lamkansa sampling district of the city of Casablanca in Morocco.

Keywords: geographic information system, GIS, information and communications technology, ICT, geo-collaboration, inhabitants, city

Procedia PDF Downloads 91
1990 A Study on Functional Performance and Physical Self-esteem Levels of Differently-Abled Basket Ballplayers: A Case Series

Authors: Prerna Mohan Saxena, Avni Joshi, Raju K Parasher

Abstract:

Disability is a state of decreased functioning associated with disease, disorder, injury, or other health condition, which in the context of one’s environment is experienced as an impairment, activity limitation, or participation restriction. With the concept of disability evolving over the years, the current ICF model of disability has integrated this concept into a comprehensive whole of multiple dimensions of human functioning, including biological, psychological, social, and environmental aspects. Wheelchair basketball is one of the greatest examples of adapted sports for the disabled. Through this study, we aim to evaluate the functional performance and self-esteem levels in differently-abled pediatric wheelchair basketball players, providing an insight on their abilities and deficits and how they can be worked on at a larger level to improve overall performance. The study was conducted on 9 pediatric wheelchair basketball players at Amar Jyoti school for inclusive education Delhi their physical performance was assessed using a battery of tests, and physical self esteem was assessed using the Physical self-description instrument (PSDQ-S). Results showed that 9 participants age ranged between 10-21 years, mostly males with BMI ranging between 16.7 to 28.9 kg/m2 most of them had the experience of 5 to 6 years of playing the sport. The data showed physical performance in accordance to years of experience of playing, physical self esteem showed a different perspective, with experience players scoring less on it. This study supports a multidimensional construct of physical performance and physical self-esteem, suggesting that both may be applied on the wheelchair basketball players at competitive levels.

Keywords: ase series, physical performance, physical self-esteem, wheelchair basketball

Procedia PDF Downloads 109
1989 INRAM-3DCNN: Multi-Scale Convolutional Neural Network Based on Residual and Attention Module Combined with Multilayer Perceptron for Hyperspectral Image Classification

Authors: Jianhong Xiang, Rui Sun, Linyu Wang

Abstract:

In recent years, due to the continuous improvement of deep learning theory, Convolutional Neural Network (CNN) has played a great superior performance in the research of Hyperspectral Image (HSI) classification. Since HSI has rich spatial-spectral information, only utilizing a single dimensional or single size convolutional kernel will limit the detailed feature information received by CNN, which limits the classification accuracy of HSI. In this paper, we design a multi-scale CNN with MLP based on residual and attention modules (INRAM-3DCNN) for the HSI classification task. We propose to use multiple 3D convolutional kernels to extract the packet feature information and fully learn the spatial-spectral features of HSI while designing residual 3D convolutional branches to avoid the decline of classification accuracy due to network degradation. Secondly, we also design the 2D Inception module with a joint channel attention mechanism to quickly extract key spatial feature information at different scales of HSI and reduce the complexity of the 3D model. Due to the high parallel processing capability and nonlinear global action of the Multilayer Perceptron (MLP), we use it in combination with the previous CNN structure for the final classification process. The experimental results on two HSI datasets show that the proposed INRAM-3DCNN method has superior classification performance and can perform the classification task excellently.

Keywords: INRAM-3DCNN, residual, channel attention, hyperspectral image classification

Procedia PDF Downloads 51
1988 Budget Optimization for Maintenance of Bridges in Egypt

Authors: Hesham Abd Elkhalek, Sherif M. Hafez, Yasser M. El Fahham

Abstract:

Allocating limited budget to maintain bridge networks and selecting effective maintenance strategies for each bridge represent challenging tasks for maintenance managers and decision makers. In Egypt, bridges are continuously deteriorating. In many cases, maintenance works are performed due to user complaints. The objective of this paper is to develop a practical and reliable framework to manage the maintenance, repair, and rehabilitation (MR&R) activities of Bridges network considering performance and budget limits. The model solves an optimization problem that maximizes the average condition of the entire network given the limited available budget using Genetic Algorithm (GA). The framework contains bridge inventory, condition assessment, repair cost calculation, deterioration prediction, and maintenance optimization. The developed model takes into account multiple parameters including serviceability requirements, budget allocation, element importance on structural safety and serviceability, bridge impact on network, and traffic. A questionnaire is conducted to complete the research scope. The proposed model is implemented in software, which provides a friendly user interface. The framework provides a multi-year maintenance plan for the entire network for up to five years. A case study of ten bridges is presented to validate and test the proposed model with data collected from Transportation Authorities in Egypt. Different scenarios are presented. The results are reasonable, feasible and within acceptable domain.

Keywords: bridge management systems (BMS), cost optimization condition assessment, fund allocation, Markov chain

Procedia PDF Downloads 272
1987 The Prevalence and Impact of Anxiety Among Medical Students in the MENA Region: A Systematic Review, Meta-Analysis, and Meta-Regression

Authors: Kawthar F. Albasri, Abdullah M. AlHudaithi, Dana B. AlTurairi, Abdullaziz S. AlQuraini, Adoub Y. AlDerazi, Reem A. Hubail, Haitham A. Jahrami

Abstract:

Several studies have found that medical students have a significant prevalence of anxiety. The purpose of this review paper is to carefully evaluate the current research on anxiety among medical students in the MENA region and, as a result, estimate the prevalence of these disturbances. Multiple databases, including the CINAHL (Cumulative Index to Nursing and Allied Health Literature), Cochrane Library, Embase, MEDLINE (Medical Literature Analysis and Retrieval System Online), PubMed, PsycINFO (Psychological Information Database), Scopus, Web of Science, UpToDate, ClinicalTrials.gov, WHO Global Health Library, EbscoHost, ProQuest, JAMA Network, and ScienceDirect, were searched. The retrieved article reference lists were rigorously searched and rated for quality. A random effects meta-analysis was performed to compute estimates. The current meta-analysis revealed an alarming estimated pooled prevalence of anxiety (K = 46, N = 27023) of 52.5% [95%CI: 43.3%–61.6%]. A total of 62.0% [95% CI 42.9%; 78.0%] of the students (K = 18, N = 16466) suffered from anxiety during the COVID-19 pandemic, while 52.5% [95% CI 43.3%; 61.6%] had anxiety before COVID-19. Based on the GAD-7 measure, a total of 55.7% [95%CI 30.5%; 78.3%] of the students (K = 10, N = 5830) had anxiety, and a total of 54.7% of the students (K = 18, N = 12154) [95%CI 42.8%; 66.0%] had anxiety using the DASS-21 or 42 measure. Anxiety is a common issue among medical students, making it a genuine problem. Further research should be conducted post-COVD 19, with a focus on anxiety prevention and intervention initiatives for medical students.

Keywords: anxiety, medical students, MENA, meta-analysis, prevalence

Procedia PDF Downloads 51
1986 The Effects of Menstrual Phase on Upper and Lower Body Anaerobic Performance in College-Aged Women

Authors: Kelsey Scanlon

Abstract:

Introduction: With the rate of female collegiate and professional athletes on the rise in recent decades, fluctuations in physical performance in relation to the menstrual cycle is an important area of study. PURPOSE: The purpose of this research was to compare differences in upper and lower body maximal anaerobic capacities across a single menstrual cycle. Methode: Participants (n=11) met a total of four times; once for familiarization and again on day 1 of menses (follicular phase), day 14 (ovulation), and day 21 (luteal phase) respectively. Upper body power was assessed using a bench press weight of ~50% of the participant’s predetermined 1-repetition maximum (1-RM) on a ballistic measurement system and variables included peak force (N), mean force (N), peak power (W), mean power (W), and peak velocity (m/s). Lower body power output was collected using a standard Wingate test. The variables of interest were anaerobic capacity (w/kg), peak power (W), mean power (W), fatigue index (W/s), and total work (J). Result: Statistical significance was not observed (p > 0.05) in any of the aforementioned variables after completing multiple one ways of analyses of variances (ANOVAs) with repeated measures on time. Conclusion: Within the parameters of this research, neither female upper nor lower body power output differed across the menstrual cycle when analyzed using 50% of one repetition (1RM) maximal bench press and the 30-second maximal effort cycle ergometer Wingate test. Therefore, researchers should not alter their subject populations due to the incorrect assumption that power output may be influenced by the menstrual cycle.

Keywords: anaerobic, athlete, female, power

Procedia PDF Downloads 130
1985 Multi-Objective Optimization of Intersections

Authors: Xiang Li, Jian-Qiao Sun

Abstract:

As the crucial component of city traffic network, intersections have significant impacts on urban traffic performance. Despite of the rapid development in transportation systems, increasing traffic volumes result in severe congestions especially at intersections in urban areas. Effective regulation of vehicle flows at intersections has always been an important issue in the traffic control system. This study presents a multi-objective optimization method at intersections with cellular automata to achieve better traffic performance. Vehicle conflicts and pedestrian interference are considered. Three categories of the traffic performance are studied including transportation efficiency, energy consumption and road safety. The left-turn signal type, signal timing and lane assignment are optimized for different traffic flows. The multi-objective optimization problem is solved with the cell mapping method. The optimization results show the conflicting nature of different traffic performance. The influence of different traffic variables on the intersection performance is investigated. It is observed that the proposed optimization method is effective in regulating the traffic at the intersection to meet multiple objectives. Transportation efficiency can be usually improved by the permissive left-turn signal, which sacrifices safety. Right-turn traffic suffers significantly when the right-turn lanes are shared with the through vehicles. The effect of vehicle flow on the intersection performance is significant. The display pattern of the optimization results can be changed remarkably by the traffic volume variation. Pedestrians have strong interference with the traffic system.

Keywords: cellular automata, intersection, multi-objective optimization, traffic system

Procedia PDF Downloads 559
1984 Linux Security Management: Research and Discussion on Problems Caused by Different Aspects

Authors: Ma Yuzhe, Burra Venkata Durga Kumar

Abstract:

The computer is a great invention. As people use computers more and more frequently, the demand for PCs is growing, and the performance of computer hardware is also rising to face more complex processing and operation. However, the operating system, which provides the soul for computers, has stopped developing at a stage. In the face of the high price of UNIX (Uniplexed Information and Computering System), batch after batch of personal computer owners can only give up. Disk Operating System is too simple and difficult to bring innovation into play, which is not a good choice. And MacOS is a special operating system for Apple computers, and it can not be widely used on personal computers. In this environment, Linux, based on the UNIX system, was born. Linux combines the advantages of the operating system and is composed of many microkernels, which is relatively powerful in the core architecture. Linux system supports all Internet protocols, so it has very good network functions. Linux supports multiple users. Each user has no influence on their own files. Linux can also multitask and run different programs independently at the same time. Linux is a completely open source operating system. Users can obtain and modify the source code for free. Because of these advantages of Linux, it has also attracted a large number of users and programmers. The Linux system is also constantly upgraded and improved. It has also issued many different versions, which are suitable for community use and commercial use. Linux system has good security because it relies on a file partition system. However, due to the constant updating of vulnerabilities and hazards, the using security of the operating system also needs to be paid more attention to. This article will focus on the analysis and discussion of Linux security issues.

Keywords: Linux, operating system, system management, security

Procedia PDF Downloads 91
1983 My Voice My Well-Being: A Participatory Research Study with Secondary School Students in Bangladesh

Authors: Saira Hossain

Abstract:

Well-being commonly refers to the concept that equates to a good life. Similarly, student well-being can be understood as a notion of a good life at school. What constitutes a good life at school for students? – is an emerging question that poses huge interest in this area of research. Student well-being is not only associated with a student’s socio-emotional and academic development at school but also success in life after school as an adult. Today, student well-being is a popular agenda for educators, policymakers, teachers, parents, and most importantly, for students. With the emergence of student well-being, student's voice in matters important to them at school is increasingly getting priority. However, the coin has another side too. Despite the growing importance of understanding student well-being, it is still an alien concept in countries like Bangladesh. The education system of Bangladesh is highly rigid, centralized, and exam-focused. Student's academic achievement has been given the utmost priority at school, whereas their voice, as well as their well-being, is grossly neglected in practice. In this regard, the study set out to explore students' conceptualization of well-being at school in Bangladesh. The study was qualitative. It employed a participatory research approach to elicit the views of 25 secondary school students of aged 14-16 in Bangladesh to explore the concept of well-being. Data analysis was conducted following the thematic analysis technique. The results suggested that student conceptualized well-being as a multidimensional concept with multiple domains, including having, being, relating, feeling, thinking, functioning, and striving. The future implication of the study findings is discussed. Additionally, the study also underscores the implication of the participatory approach as a research technique to explore students' opinion in Bangladesh, where there exists a culture of silence regarding the student's voice.

Keywords: Bangladesh, participatory research, secondary school, student well-being

Procedia PDF Downloads 117
1982 Influence of Precipitation and Land Use on Extreme Flow in Prek Thnot River Basin of Mekong River in Cambodia

Authors: Chhordaneath Hen, Ty Sok, Ilan Ich, Ratboren Chan, Chantha Oeurng

Abstract:

The damages caused by hydrological extremes such as flooding have been severe globally, and several research studies indicated extreme precipitations play a crucial role. Cambodia is one of the most vulnerable countries exposed to floods and drought as consequences of climate impact. Prek Thnot River Basin in the southwest part of Cambodia, which is in the plate and plateau region and a part of the Mekong Delta, was selected to investigate the changes in extreme precipitation and hydrological extreme. Furthermore, to develop a statistical relationship between these phenomena in this basin from 1995 to 2020 using Multiple Linear Regression. The precipitation and hydrological extreme were assessed via the attributes and trends of rainfall patterns during the study periods. The extreme flow was defined as a dependent variable, while the independent variables are various extreme precipitation indices. The study showed that all extreme precipitations indices (R10, R20, R35, CWD, R95p, R99p, and PRCPTOT) had increasing decency. However, the number of rain days per year had a decreasing tendency, which can conclude that extreme rainfall was more intense in a shorter period of the year. The study showed a similar relationship between extreme precipitation and hydrological extreme and land use change association with hydrological extreme. The direct combination of land use and precipitation equals 37% of the flood causes in this river. This study provided information on these two causes of flood events and an understanding of expectations of climate change consequences for flood and water resources management.

Keywords: extreme precipitation, hydrological extreme, land use, land cover, Prek Thnot river basin

Procedia PDF Downloads 80
1981 The Results of the Systematic Archaeological Survey of Sistan (Iran)

Authors: Reza Mehrafarin, Nafiseh Mirshekari

Abstract:

The Sistan plain has always been a site for the settlement of various human societies, thanks to its favorable environmental conditions, such as abundant water from the Hirmand River and fertile sedimentary soil. Consequently, there was a need for a systematic archaeological investigation in the area. The survey had multiple objectives, with the most significant ones being the creation of an archaeological map and the identification and documentation of all ancient sites to establish their records and chronology. The survey was carried out in two phases, with each phase covering half of the area. The research method involved fieldwork, with two teams of professional archaeologists conducting a comprehensive survey of each of the 22 areas in Sistan. Once an area was identified, various recording, scientific, and field operations were executed to study the site. In the first phase (2007), an intensive field survey focused on the residential area of Sistan, including its northern and eastern regions. This phase resulted in the identification of 808 sites in eleven selected areas. In the second phase (2009), the desert area of Sistan, or its southern half, was surveyed, leading to the identification of approximately 853 sites. Overall, these surveys resulted in the identification of 1661 sites in Sistan. Among these sites, approximately 899 belong to the Bronze Age (late 4th millennium BCE to early 2nd millennium BCE). Of these sites, around 501 date back to the historical period, while nearly 590 sites pertain to the Islamic period. The archaeological investigations of both phases revealed that Sistan has consistently possessed fertile soil, abundant water, and a skilled workforce, making it capable of becoming Iran's granary and the center of the East once again if these conditions are restored.

Keywords: sistan, field surveys, archaeology, archaeological map

Procedia PDF Downloads 47
1980 The Association between Masculinity and Anxiety in Canadian Men

Authors: Nikk Leavitt, Peter Kellett, Cheryl Currie, Richard Larouche

Abstract:

Background: Masculinity has been associated with poor mental health outcomes in adult men and is colloquially referred to as toxic. Masculinity is traditionally measured using the Male Role Norms Inventory, which examines behaviors that may be common in men but that are themselves associated with poor mental health regardless of gender (e.g., aggressiveness). The purpose of this study was to examine if masculinity is associated with generalized anxiety among men using this inventory vs. a man’s personal definition of it. Method: An online survey collected data from 1,200 men aged 18-65 across Canada in July 2022. Masculinity was measured using: 1) the Male Role Norms Inventory Short Form and 2) by asking men to self-define what being masculine means. Men were then asked to rate the extent they perceived themselves to be masculine on a scale of 1 to 10 based on their definition of the construct. Generalized anxiety disorder was measured using the GAD-7. Multiple linear regression was used to examine associations between each masculinity score and anxiety score, adjusting for confounders. Results: The masculinity score measured using the inventory was positively associated with increased anxiety scores among men (β = 0.02, p < 0.01). Masculinity subscales most strongly correlated with higher anxiety were restrictive emotionality (β = 0.29, p < 0.01) and dominance (β = 0.30, p < 0.01). When traditional masculinity was replaced by a man’s self-rated masculinity score in the model, the reverse association was found, with increasing masculinity resulting in a significantly reduced anxiety score (β = -0.13, p = 0.04). Discussion: These findings highlight the need to revisit the ways in which masculinity is defined and operationalized in research to better understand its impacts on men’s mental health. The findings also highlight the importance of allowing participants to self-define gender-based constructs, given they are fluid and socially constructed.

Keywords: masculinity, generalized anxiety disorder, race, intersectionality

Procedia PDF Downloads 51
1979 Sustainable Management of Water and Soil Resources for Agriculture in Dry Areas

Authors: Alireza Nejadmohammad Namaghi

Abstract:

Investigators have reported that mulches increase production potential in arid and semi arid lands. Mulches are covering materials that are used on soil surface for efficiency irrigation, erosion control, weed control, evaporation decrease and improvement of water perpetration. Our aim and local situation determine the kind of material that we can use. In this research we used different mulches including chemical mulch (M1), Aquasorb polymer, manure mulch (M2), Residue mulch (M3) and polyethylene mulch (M4), with control treatment (M0), without usage of mulch, on germination, biomass dry matter and cottonseed yield (Varamin variety) in Kashan area. Randomized complete block (RCB) design have measured the cotton yield with 3 replications for measuring the biomass dry matter and 4 replication in tow irrigation periods as 7 and 14 days. Germination percentage for M0, M1, M2, M3 and M4 treatment were receptivity 64, 65, 76, 57 and 72% Biomass dry matter average for M0, M1, M2, M3 and M4 treatment were receptivity 276, 306, 426, 403 and 476 gram per plot. M4 treatment (polyethylene Mulch) had the most effect, M2 and M3 had no significant as well as M0 and M1. Total yield average with respect to 7 days irrigation for M0, M1, M2, M3 and M4 treatment were receptivity 700, 725, 857, 1057 and 1273 gram per plot. Dunken ne multiple showed no significant different among M0, M1, M2, and M3, but M4 ahs the most effect on yield. Total yield average with respect to 14 days irrigation for M0, M1, M2, M3 and M4 treatment were receptivity 535, 507, 690, 957 and 1047 gram per plot. These were significant difference between all treatments and control treatment. Results showed that used different mulches with water decrease in dry situation can increase the yield significantly.

Keywords: mulch, cotton, arid land management, irrigation systems

Procedia PDF Downloads 58
1978 The Issue of Online Fake News and Disinformation: Criminal and Criminological Aspects of Prevention

Authors: Fotios Spyropoulos, Evangelia Androulaki, Vasileios Karagiannopoulos, Aristotelis Kompothrekas, Nikolaos Karagiannis

Abstract:

The problem of 'fake news' and 'hoaxes' has dominated in recent years the field of news, politics, economy, safety, and security as dissemination of false information can intensively affect and mislead public discourse and public opinion. The widespread use of internet and social media platforms can substantially intensify these effects, which often include public fear and insecurity. Misinformation, malinformation, and disinformation have also been blamed for affecting election results in multiple countries, and since then, there have been efforts to tackle the phenomenon both on national and international level. The presentation will focus on methods of prevention of disseminating false information on social media and on the internet and will discuss relevant criminological views. The challenges that have arisen for criminal law will be covered, taking into account the potential need for a multi-national approach required in order to mitigate the extent and negative impact of the fake news phenomenon. Finally, the analysis will include a discussion on the potential usefulness of non-legal modalities of regulation and crime prevention, especially situational and social measures of prevention and the possibility of combining an array of methods to achieve better results on national and international level. This project has received funding from the Hellenic Foundation for Research and Innovation (HFRI) and the General Secretariat for Research and Technology (GSRT), under grant agreement No 80529.

Keywords: cybercrime, disinformation, fake news, prevention

Procedia PDF Downloads 126
1977 Development and Optimization of German Diagnostical Tests in Mathematics for Vocational Training

Authors: J. Thiele

Abstract:

Teachers working at vocational Colleges are often confronted with the problem, that many students graduated from different schools and therefore each had a different education. Especially in mathematics many students lack fundamentals or had different priorities at their previous schools. Furthermore, these vocational Colleges have to provide Graduations for many different working-fields, with different core themes. The Colleges are interested in measuring the different Education levels of their students and providing assistance for those who need to catch up. The Project mathe-meistern was initiated to remedy this problem at vocational Colleges. For this purpose, online-tests were developed. The aim of these tests is to evaluate basic mathematical abilities of the students. The tests are online Multiple-Choice-Tests with a total of 65 Items. They are accessed online with a unique Transaction-Number (TAN) for each participant. The content is divided in several Categories (Arithmetic, Algebra, Fractions, Geometry, etc.). After each test, the student gets a personalized summary depicting their strengths and weaknesses in mathematical Basics. Teachers can visit a special website to examine the results of their classes or single students. In total 5830 students did participate so far. For standardization and optimization purposes the tests are being evaluated, using the classic and probabilistic Test-Theory regarding Objectivity, Reliability and Validity, annually since 2015. This Paper is about the Optimization process considering the Rasch-scaling and Standardization of the tests. Additionally, current results using standardized tests will be discussed. To achieve this Competence levels and Types of errors of students attending vocational Colleges in Nordrheinwestfalen, Germany, were determined, using descriptive Data and Distractorevaluations.

Keywords: diagnostical tests in mathematics, distractor devaluation, test-optimization, test-theory

Procedia PDF Downloads 110
1976 A Literature Review on Emotion Recognition Using Wireless Body Area Network

Authors: Christodoulou Christos, Politis Anastasios

Abstract:

The utilization of Wireless Body Area Network (WBAN) is experiencing a notable surge in popularity as a result of its widespread implementation in the field of smart health. WBANs utilize small sensors implanted within the human body to monitor and record physiological indicators. These sensors transmit the collected data to hospitals and healthcare facilities through designated access points. Bio-sensors exhibit a diverse array of shapes and sizes, and their deployment can be tailored to the condition of the individual. Multiple sensors may be strategically placed within, on, or around the human body to effectively observe, record, and transmit essential physiological indicators. These measurements serve as a basis for subsequent analysis, evaluation, and therapeutic interventions. In conjunction with physical health concerns, numerous smartwatches are engineered to employ artificial intelligence techniques for the purpose of detecting mental health conditions such as depression and anxiety. The utilization of smartwatches serves as a secure and cost-effective solution for monitoring mental health. Physiological signals are widely regarded as a highly dependable method for the recognition of emotions due to the inherent inability of individuals to deliberately influence them over extended periods of time. The techniques that WBANs employ to recognize emotions are thoroughly examined in this article.

Keywords: emotion recognition, wireless body area network, WBAN, ERC, wearable devices, psychological signals, emotion, smart-watch, prediction

Procedia PDF Downloads 30
1975 Women Entrepreneurship as an Inventive Approach to Ensure a Sustainable Development in Anambre State

Authors: S. Muogbo Uju, Akpunonu Uju,

Abstract:

The prevailing harsh environment factors couple with poverty rate and unemployment propels a high rate of entrepreneurial activities in developing countries of the world. Women entrepreneurs operate within gender bias among other constraint that can constitute a threat or create opportunity for women entrepreneurs. This empirical paper investigates and critically examines women entrepreneurship as an inventive approach to sustainable development in Anambra State. The study used descriptive statistics (frequencies, mean, and percentages) to answer the three research questions posed. Hypotheses testing were done with person product moment correlation and multiple regressions were employed in data analysis. SPSS [statistical package for Social Science] software was used to run the analysis. Three hundred and fifty three (353) copies of questionnaires were administered, and one hundred and forty six (146) copies were returned. Consequently, the findings of this study portrayed a significant impact between women entrepreneurship activities, job creation, wealth creation, youth empowerment, poverty reduction, employment generation, and increase in standard of livings of people. Therefore, the findings prescribe that government should ensure that managerial lessons are accompanied with the skill acquisition programs in order for them to understand the rudiment of owing and sustaining a business. The study also recommends that women entrepreneurs that have overcome the inertia of starting a business should come together to create platforms that can help those women who are yet to take a step or kick-start such venture.

Keywords: women entrepreneurship, skill acquisition, sustainability, wealth creation

Procedia PDF Downloads 423
1974 An Overview of Paclitaxel as an Anti-Cancer Agent in Avoiding Malignant Metastatic Cancer Therapy

Authors: Nasrin Hosseinzad, Ramin Ghasemi Shayan

Abstract:

Chemotherapy is the most common procedure in the treatment of advanced cancers but is justsoberlyoperativeand toxic. Nevertheless, the efficiency of chemotherapy is restrictedowing to multiple drug resistance(MDR). Lately, plentiful preclinical experiments have revealedthatPaclitaxel-Curcumin could be an ultimateapproach to converse MDR and synergistically increase their efficiency. The connotationsamongst B-cell-lymphoma2(BCL-2) and multi-drug-resistance-associated-P-glycoprotein(MDR1) consequence of patients forecast the efficiency of paclitaxel-built chemoradiotherapy. There are evidences of the efficacy of paclitaxel in the treatment of surface-transmission of bladder-cell-carcinoma by manipulating bio-adhesive microspheres accomplishedthroughout measured release of drug at urine epithelium. In Genetically-Modified method, muco-adhesive oily constructionoftricaprylin, Tween 80, and paclitaxel group showed slighter toxicity than control in therapeutic dose. Postoperative chemotherapy-Paclitaxel might be more advantageous for survival than adjuvant chemo-radio-therapy, and coulddiminish postoperative complications in cervical cancer patients underwent a radical hysterectomy.HA-Se-PTX(Hyaluronic acid, Selenium, Paclitaxel) nanoparticles could observablyconstrain the proliferation, transmission, and invasion of metastatic cells and apoptosis. Furthermore, they exhibitedvast in vivo anti-tumor effect. Additionally, HA-Se-PTX displayedminor toxicity on mice-chef-organs. Briefly, HA-Se-PTX mightprogress into a respectednano-scale agentinrespiratory cancers. To sum up, Paclitaxel is considered a profitable anti-cancer drug in the treatment and anti-progress symptoms in malignant cancers.

Keywords: cancer, paclitaxel, chemotherapy, tumor

Procedia PDF Downloads 114
1973 Seroepidemiology of Q Fever among Companion Dogs in Fars Province, South of Iran

Authors: Atefeh Esmailnejad, Mohammad Abbaszadeh Hasiri

Abstract:

Coxiella burnetii is a gram-negative obligatory intracellular bacterium that causes Q fever, a significant zoonotic disease. Sheep, cattle, and goats are the most commonly reported reservoirs for the bacteria, but infected cats and dogs have also been implicated in the transmission of the disease to human. The aim of present study was to investigate the presence of antibodies against Coxiella burnetii among companion dogs in Fars province, South of Iran. A total of 181 blood samples were collected from asymptomatic dogs, mostly referred to Veterinary Hospital of Shiraz University for regular vaccination. The IgG antibody detection against Coxiella burnetii was made by indirect Enzyme-linked Immunosorbent Assay (ELISA), employing phase I and II Coxiella burnetii antigens. A logistic regression model was developed to analyze multiple risk factors associated with seropositivity. An overall seropositivity of 7.7% (n=14) was observed. Prevalence was significantly higher in adult dogs above five years (18.18 %) compared with dogs between 1 and five years (7.86 %) and less than one year (6.17%) (P=0.043). Prevalence was also higher in male dogs (11.21 %) than in female (2.7 %) (P=0.035). There were no significant differences in the prevalence of positive cases and breed, type of housing, type of food and exposure to other farm animals (P>0.05). The results of this study showed the presence of Coxiella burnetii infection among the companion dogs population in Fars province. To our knowledge, this is the first study regarding Q fever in dogs carried out in Iran. In areas like Iran, where human cases of Q fever are not common or remain unreported, the public health implications of Q fever seroprevalence in dogs are quite significant.

Keywords: Coxiella burnetii, dog, Iran, Q fever

Procedia PDF Downloads 287
1972 Anethum graveolens Prevents Liver and Kidney Injury, Oxidative Stress and Inflammation in Mice Exposed to Nicotine Perinatally

Authors: Saleh N. Maodaa

Abstract:

Perinatal exposure to nicotine imbalances the redox status in newborns. This study investigated the effect of Anethum graveolens (dill) extract on oxidative stress and tissue injury in the liver and kidney of mice newborns exposed to nicotine perinatally. Pregnant mice received nicotine (0.25 mg/kg) on gestational day 12 to day 5 after birth and/or A. graveolens extract on a gestational day 1 to day 15 after birth. Newborn mice exposed to nicotine showed multiple histopathological alterations in the kidney and liver, including inflammatory cell infiltration and degenerative changes. Nicotine exposure increased hepatic and renal reactive oxygen species (ROS), lipid peroxidation, tumor necrosis factor (TNF-_), interleukin-6 (IL-6), and inducible nitric oxide synthase (iNOS) (p < 0.001), and decreased antioxidant defenses (p < 0.001). A. graveolens supplementation significantly prevented liver and kidney injury, suppressed ROS generation (p < 0.001), lipid peroxidation (p < 0.001), and inflammatory response (p < 0.001), and enhanced antioxidant defenses. In addition, A. graveolens upregulated hepatic and renal Nrf2 and HO-1 mRNA and increased HO-1 activity in normal and nicotine-exposed mice. In conclusion, A. graveolens protects against perinatal nicotine-induced oxidative stress, inflammation, and tissue injury in the liver and kidney of newborn mice. A. graveolens upregulated hepatic and renal Nrf2/HO-1 signaling and enhanced antioxidant defenses in mice.

Keywords: dill, oxidative stress, cytokines, nicotine

Procedia PDF Downloads 60
1971 The Importance of Clinicopathological Features for Differentiation Between Crohn's Disease and Ulcerative Colitis

Authors: Ghada E. Esheba, Ghadeer F. Alharthi, Duaa A. Alhejaili, Rawan E. Hudairy, Wafaa A. Altaezi, Raghad M. Alhejaili

Abstract:

Background: Inflammatory bowel disease (IBD) consists of two specific gastrointestinal disorders: ulcerative colitis (UC) and Crohn's disease (CD). Despite their distinct natures, these two diseases share many similar etiologic, clinical and pathological features, as a result, their accurate differential diagnosis may sometimes be difficult. Correct diagnosis is important because surgical treatment and long-term prognosis differ from UC and CD. Aim: This study aims to study the characteristic clinicopathological features which help in the differential diagnosis between UC and CD, and assess the disease activity in ulcerative colitis. Materials and methods: This study was carried out on 50 selected cases. The cases included 27 cases of UC and 23 cases of CD. All the cases were examined using H& E and immunohistochemically for bcl-2 expression. Results: Characteristic features of UC include: decrease in mucous content, irregular or villous surface, crypt distortion, and cryptitis, whereas the main cardinal histopathological features seen in CD were: epitheloid granuloma, transmural chronic inflammation, absence of mucin depletion, irregular surface, or crypt distortion. 3 cases of UC were found to be associated with dysplasia. UC mucosa contains fewer Bcl-2+ cells compared with CD mucosa. Conclusion: This study using multiple parameters such clinicopathological features and Bcl-2 expression as studied by immunohistochemical stain, helped to gain an accurate differentiation between UC and CD. Furthermore, this work spotted the light on the activity and different grades of UC which could be important for the prediction of relapse.

Keywords: Crohn's disease, dysplasia, inflammatory bowel disease, ulcerative colitis

Procedia PDF Downloads 174
1970 The Effect of Self and Peer Assessment Activities in Second Language Writing: A Washback Effect Study on the Writing Growth during the Revision Phase in the Writing Process: Learners’ Perspective

Authors: Musbah Abdussayed

Abstract:

The washback effect refers to the influence of assessment on teaching and learning, and this washback effect can either be positive or negative. This study implemented, sequentially, self-assessment (SA) and peer assessment (PA) and examined the washback effect of self and peer assessment (SPA) activities on the writing growth during the revision phase in the writing process. Twenty advanced Arabic as a second language learners from a private school in the USA participated in the study. The participants composed and then revised a short Arabic story as a part of a midterm grade. Qualitative data was collected, analyzed, and synthesized from ten interviews with the learners and from the twenty learners’ post-reflective journals. The findings indicate positive washback effects on the learners’ writing growth. The PA activity enhanced descriptions and meaning, promoted creativity, and improved textual coherence, whereas the SA activity led to detecting editing issues. Furthermore, both SPA activities had washback effects in common, including helping the learners meet the writing genre conventions and developing metacognitive awareness. However, the findings also demonstrate negative washback effects on the learners’ attitudes during the revision phase in the writing process, including bias toward self-evaluation during the SA activity and reluctance to rate peers’ writing performance during the PA activity. The findings suggest that self-and peer assessment activities are essential teaching and learning tools that can be utilized sequentially to help learners tackle multiple writing areas during the revision phase in the writing process.

Keywords: self assessment, peer assessment, washback effect, second language writing, writing process

Procedia PDF Downloads 47
1969 The Effect of Multi-Stakeholder Extension Services towards Crop Choice and Farmer's Income, the Case of the Arc High Value Crop Programme

Authors: Joseph Sello Kau, Elias Mashayamombe, Brian Washington Madinkana, Cynthia Ngwane

Abstract:

This paper presents the results for the statistical (stepwise linear regression and multiple regression) analyses, carried out on a number of crops in order to evaluate how the decision for crop choice affect the level of farm income generated by the farmers participating in the High Value Crop production (referred to as the HVC). The goal of the HVC is to encourage farmers cultivate fruit crops. The farmers received planting material from different extension agencies, together with other complementary packages such as fertilizer, garden tools, water tanks etc. During the surveys, it was discovered that a significant number of farmers were cultivating traditional crops even when their plot sizes were small. Traditional crops are competing for resources with high value crops. The results of the analyses show that farmers cultivating fruit crops, maize and potatoes were generating high income than those cultivating spinach and cabbage. High farm income is associated with plot size, access to social grants and gender. Choice for a crop is influenced by the availability of planting material and the market potential for the crop. Extension agencies providing the planting materials stand a good chance of having farmers follow their directives. As a recommendation, for the farmers to cultivate more of the HVCs, the ARC must intensify provision of fruit trees.

Keywords: farm income, nature of extension services, type of crops cultivated, fruit crops, cabbage, maize, potato and spinach

Procedia PDF Downloads 299
1968 Understanding the Mechanisms of Salmonella typhimurium Resistance to Cannabidiol

Authors: Iddrisu Ibrahim, Joseph Atia Ayariga, Junhuan Xu, Daniel Abugri, Boakai Robertson, Olufemi S. Ajayi

Abstract:

The emergence of multidrug resistance poses a huge risk to public health globally. Yet these recalcitrant pathogens continue to rise in incidence rate, with resistance rates significantly outpacing the speed of antibiotic development. This, therefore, presents an aura of related health issues such as untreatable nosocomial infections arising from organ transplants and surgeries, as well as community-acquired infections that are related to people with compromised immunity, e.g., diabetic and HIV patients, etc. There is a global effort to fight multidrug-resistant pathogens spearheaded by the World Health Organization, thus calling for research into novel antimicrobial agents to fight multiple drug resistance. Previously, our laboratory demonstrated that Cannabidiol (CBD) was an effective antimicrobial against Salmonella typhimurium (S. typhimurium). However, we observed resistance development over time. To understand the mechanisms S. typhimurium uses to develop resistance to Cannabidiol (CBD), we studied the abundance of bacteria lipopolysaccharide (LPS) and membrane sterols of both susceptible and resistant S. typhimurium. Using real-time quantitative polymerase chain reaction (RT-qPCR), we also analyzed the expression of selected genes known for aiding resistance development in S. typhimurium. We discovered that there was a significantly higher expression of blaTEM, fimA, fimZ, and integrons in the CBD-resistant bacteria, and these were also accompanied by a shift in abundance in cell surface molecules such as lipopolysaccharide (LPS) and sterols.

Keywords: antimicrobials, resistance, cannabidiol, gram-negative bacteria, integrons, blaTEM, Fim, LPS, ergosterols

Procedia PDF Downloads 73
1967 Energy Efficient Massive Data Dissemination Through Vehicle Mobility in Smart Cities

Authors: Salman Naseer

Abstract:

One of the main challenges of operating a smart city (SC) is collecting the massive data generated from multiple data sources (DS) and to transmit them to the control units (CU) for further data processing and analysis. These ever-increasing data demands require not only more and more capacity of the transmission channels but also results in resource over-provision to meet the resilience requirements, thus the unavoidable waste because of the data fluctuations throughout the day. In addition, the high energy consumption (EC) and carbon discharges from these data transmissions posing serious issues to the environment we live in. Therefore, to overcome the issues of intensive EC and carbon emissions (CE) of massive data dissemination in Smart Cities, we propose an energy efficient and carbon reduction approach by utilizing the daily mobility of the existing vehicles as an alternative communications channel to accommodate the data dissemination in smart cities. To illustrate the effectiveness and efficiency of our approach, we take the Auckland City in New Zealand as an example, assuming massive data generated by various sources geographically scattered throughout the Auckland region to the control centres located in city centre. The numerical results show that our proposed approach can provide up to 5 times lower delay as transferring the large volume of data by utilizing the existing daily vehicles’ mobility than the conventional transmission network. Moreover, our proposed approach offers about 30% less EC and CE than that of conventional network transmission approach.

Keywords: smart city, delay tolerant network, infrastructure offloading, opportunistic network, vehicular mobility, energy consumption, carbon emission

Procedia PDF Downloads 122
1966 Law, Regulatory Transformations and Evolving Paradigm: The Case of Corporate Social Responsibility in India

Authors: Shuchi Bharti

Abstract:

This article intends to analyse the transforming nature of state and corporate sector relationship in the light of evolving regulatory and institutional aspects pertaining to Corporate Social Responsibility (CSR) in India. The focus is on evaluating the accounts of law and decentred discourses, relevant within the changing regulatory and institutional paradigm that substantially goes ahead of formal legal control of state towards corporate actors. At this vantage point, it is important to understand the state’s posture towards a changing scenario particularly as the tone is set by regulatory parameters pertaining to CSR to drive process of engagement with the stakeholders. The tripartite framework of the article intends to focus on finding on the vital interconnected aspects of the CSR provisions (Section 135) of The Companies Act 2013 (The Act), rise of new institutions and the emergence of the decentred regulatory space. Thus is earmarked in a neo-liberal paradigm; state is witnessed to perform a responsive function in engendering enhanced public role for the corporate sector. In this overarching framework the aim is to undertake a causal, exploratory and relational analysis of aspects pertaining law, regulation and institutional transformations. Firstly, focus is drawn on to investigate the relational facets of the advent of law and regulatory framework of CSR. Secondly, in the light of the historical evolution, a causal connection is attempted between globalization, emergence of international soft law framework and the Indian case of CSR. Finally, I look into how the new Companies Act mandates CSR expenditure vis- a -vis multiple parameters and guidelines.

Keywords: corporate social responsibility, stakeholders, soft law, decentred regulation

Procedia PDF Downloads 278
1965 Parental Involvement and Motivation as Predictors of Learning Outcomes in Yoruba Language Value Concepts among Senior Secondary School Students in Ibadan, Nigeria

Authors: Adeyemi Adeyinka, Yemisi Ilesanmi

Abstract:

This study investigated parental involvement and motivation as predictors of students’ learning outcomes in value concepts in Yoruba language in Ibadan, Nigeria. Value concepts in Yoruba language aimed at teaching moral lessons and transmitting Yoruba culture. However, feelers from schools and the society reported students’ poor achievement in examinations and negative attitude to the subject. Previous interventions focused on teaching strategies with little consideration for student-related factors. The study was anchored on psychosocial learning theory. The respondents were senior secondary II students with mean age of 15.50 ± 2.25 from 20 public schools in Ibadan, Oyo-State. In all, 1000 students were selected (486 males and 514 females) through proportionate to sample size technique. Instruments used were Students’ Motivation (r=0.79), Parental Involvement (r=0.87), and Attitude to Yoruba Value Concepts (r=0.94) scales and Yoruba Value Concepts Achievement Test (r=0.86). Data were analyzed using descriptive statistics, Pearson product moment correlation and Multiple regressions at 0.05 level of significance. Findings revealed a significant relationship between parental involvement (r=0.54) and students’ achievement in and attitude to (r=0.229) value concepts in Yoruba. The composite contribution of parental involvement and motivation to students’ achievement and attitude was significant, contributing 20.3% and 5.1% respectively. The relative contributions of parental involvement to students’ achievement (β = 0.073; t = 1.551) and attitude (β = 0.228; t = 7.313) to value concepts in Yoruba were significant. Parental involvement was the independent variable that strongly predicts students’ achievement in and attitude to Yoruba value concepts. Parents should inculcate indigenous knowledge in their children and support its learning at school.

Keywords: parental involvement, motivation, predictors, learning outcomes, value concepts in Yoruba

Procedia PDF Downloads 179
1964 CFD-Parametric Study in Stator Heat Transfer of an Axial Flux Permanent Magnet Machine

Authors: Alireza Rasekh, Peter Sergeant, Jan Vierendeels

Abstract:

This paper copes with the numerical simulation for convective heat transfer in the stator disk of an axial flux permanent magnet (AFPM) electrical machine. Overheating is one of the main issues in the design of AFMPs, which mainly occurs in the stator disk, so that it needs to be prevented. A rotor-stator configuration with 16 magnets at the periphery of the rotor is considered. Air is allowed to flow through openings in the rotor disk and channels being formed between the magnets and in the gap region between the magnets and the stator surface. The rotating channels between the magnets act as a driving force for the air flow. The significant non-dimensional parameters are the rotational Reynolds number, the gap size ratio, the magnet thickness ratio, and the magnet angle ratio. The goal is to find correlations for the Nusselt number on the stator disk according to these non-dimensional numbers. Therefore, CFD simulations have been performed with the multiple reference frame (MRF) technique to model the rotary motion of the rotor and the flow around and inside the machine. A minimization method is introduced by a pattern-search algorithm to find the appropriate values of the reference temperature. It is found that the correlations are fast, robust and is capable of predicting the stator heat transfer with a good accuracy. The results reveal that the magnet angle ratio diminishes the stator heat transfer, whereas the rotational Reynolds number and the magnet thickness ratio improve the convective heat transfer. On the other hand, there a certain gap size ratio at which the stator heat transfer reaches a maximum.

Keywords: AFPM, CFD, magnet parameters, stator heat transfer

Procedia PDF Downloads 230