Search results for: user perception
2483 Survivable IP over WDM Network Design Based on 1 ⊕ 1 Network Coding
Authors: Nihed Bahria El Asghar, Imen Jouili, Mounir Frikha
Abstract:
Inter-datacenter transport network is very bandwidth and delay demanding. The data transferred over such a network is also highly QoS-exigent mostly because a huge volume of data should be transported transparently with regard to the application user. To avoid the data transfer failure, a backup path should be reserved. No re-routing delay should be observed. A dedicated 1+1 protection is however not applicable in inter-datacenter transport network because of the huge spare capacity. In this context, we propose a survivable virtual network with minimal backup based on network coding (1 ⊕ 1) and solve it using a modified Dijkstra-based heuristic.Keywords: network coding, dedicated protection, spare capacity, inter-datacenters transport network
Procedia PDF Downloads 4472482 Insider Theft Detection in Organizations Using Keylogger and Machine Learning
Authors: Shamatha Shetty, Sakshi Dhabadi, Prerana M., Indushree B.
Abstract:
About 66% of firms claim that insider attacks are more likely to happen. The frequency of insider incidents has increased by 47% in the last two years. The goal of this work is to prevent dangerous employee behavior by using keyloggers and the Machine Learning (ML) model. Every keystroke that the user enters is recorded by the keylogging program, also known as keystroke logging. Keyloggers are used to stop improper use of the system. This enables us to collect all textual data, save it in a CSV file, and analyze it using an ML algorithm and the VirusTotal API. Many large companies use it to methodically monitor how their employees use computers, the internet, and email. We are utilizing the SVM algorithm and the VirusTotal API to improve overall efficiency and accuracy in identifying specific patterns and words to automate and offer the report for improved monitoring.Keywords: cyber security, machine learning, cyclic process, email notification
Procedia PDF Downloads 572481 Social Inclusion in Higher Institutions: The Plights of Students with Disabilities in Kaduna Polytechnic, Nigeria
Authors: Mairo H. Ipadeola, Catherine James Atteng
Abstract:
The term social inclusion refers to a process by which those disadvantaged in society can have access to fully participate in education like others. Student with special needs are expected to learn along with their peers within the some educational institutions which provide adequate access for all. There for, the study sort to understand the typical ways in which students with disabilities (SWD) were denied from fully participating as students in Kaduna Polytechnic. In doing this, two (2) objectives and research questions were raised. Firstly, to explore the attitudes of others towards students with disabilities in the institutions and secondly, to ascertain the extent of social participation and physical accessibility for students with disabilities (SWD) while in the institutions. Based on the objectives the paper postulated the research questions: what are the attitudes of management, teachers, and students towards students with special need in Kaduna Polytechnic and to what extent did the students with disabilities experience social participation and physical accessibility within Kaduna Polytechnic school environment? The study area was Kaduna Polytechnic. The study engaged the interview for the data collected which were transcribed and analyzed by thematic coding. The findings were categorized under themes, sub-themes, and codes. The findings revealed that the perception, behavior, and association experiences of students with disabilities within Kaduna Polytechnic were not encouraging. Their experiences were characterized by negative attitudes, feelings of rejection, neglect, and bullying. Data generated on social participation indicated that 71% of the respondents believed that learning, school activities, recreations, and student politics between SWD and the other student were in the direction of low / very low. All the respondents, particularly students with blindness and physical challenges faced difficulty with environmental and physical access above all within the school environment, classroom, walkways and ramps, Also, directions were none existent in most departments with physical access to classrooms, toilets, cafeterias, and school shops absent or very low (71% and 29% of the respondents). The conclusion was that the physical barriers limited the possibilities of social participation of SWD.The paper made some recommendations such as mass public enlightenment on radio and television to change the perception of society about people with disability. Also, the federal, state, and local governments enact building acts for fresh builders and adopted measures and time frames for existing public buildings to be made accessible for people with disabilities. All stakeholders should ensure that the five (5) percent budget set aside by State Universal Basic Education Board (SUBEB) and/or Tertiary Education Trust Fund (TETFUND) for the provision of specialized equipment and facilities for the student with special needs should be used prudently spent and monitored by the board.cm.Keywords: social inclusion, students with disability, social participation, environmental/physical access
Procedia PDF Downloads 532480 The Research of the Game Interface Improvement Due to the Game Operation Dilemma of Player in the Side-Scrolling Shooting Game
Authors: Shih-Chieh Liao, Cheng-Yan Shuai
Abstract:
The feature of a side-scrolling shooting game is facing the surrounding enemy and barraging in entire screen. The player will be in trouble when they are trying to do complicated operations because of the physical and system limitations of the joystick in the games. This study designed the prototype of a new type of arcade stick by focus group and assessed by the expert. By filtering the most representative, and build up the control system for the arcade stick, and testing time and bullets consumed in two experiments, try to prove it works in the game. Finally, the prototype of L-1 solves the dilemma of scroll shooting games when the player uses the arcade stick and improves the function of the arcade stick.Keywords: arcade stick, joystick, user interface, 2D STG
Procedia PDF Downloads 802479 A Contribution to Blockchain Privacy
Authors: Malika Yaici, Feriel Lalaoui, Lydia Belhoul
Abstract:
As a new distributed point-to-point (P2P) technology, blockchain has become a very broad field of research, addressing various challenges, including privacy preserving, as is the case in all other technologies. In this work, a study of the existing solutions to the problems related to private life in general and in blockchains in particular is performed. User anonymity and transaction confidentiality are the two main challenges to the protection of privacy in blockchains. Mixing mechanisms and cryptographic solutions respond to this problem but remain subject to attacks and suffer from shortcomings. Taking into account these imperfections and the synthesis of our study, we present a mixing model without trusted third parties, based on group signatures, allowing reinforcing the anonymity of the users, the confidentiality of the transactions, with minimal turnaround time and without mixing costs.Keywords: anonymity, blockchain, mixing coins, privacy
Procedia PDF Downloads 122478 Impact of Popular Passive Physiological Diversity Drivers on Thermo-Physiology
Authors: Ilango Thiagalingam, Erwann Yvin, Gabriel Crehan, Roch El Khoury
Abstract:
An experimental investigation is carried out in order to evaluate the relevance of a customization approach of the passive thermal mannikin. The promise of this approach consists in the following assumption: physiological differences lead to distinct thermo-physiological responses that explain a part of the thermal appraisal differences between people. Categorizing people and developing an appropriate thermal mannikin for each group would help to reduce the actual dispersion on the subjective thermal comfort perception. The present investigation indicates that popular passive physiological diversity drivers such as sex, age and BMI are not the correct parameters to consider. Indeed, very little or no discriminated global thermo-physiological responses arise from the physiological classification of the population using these parameters.Keywords: thermal comfort, thermo-physiology, customization, thermal mannikin
Procedia PDF Downloads 1002477 Designing a Tool for Software Maintenance
Authors: Amir Ngah, Masita Abdul Jalil, Zailani Abdullah
Abstract:
The aim of software maintenance is to maintain the software system in accordance with advancement in software and hardware technology. One of the early works on software maintenance is to extract information at higher level of abstraction. In this paper, we present the process of how to design an information extraction tool for software maintenance. The tool can extract the basic information from old program such as about variables, based classes, derived classes, objects of classes, and functions. The tool have two main part; the lexical analyzer module that can read the input file character by character, and the searching module which is user can get the basic information from existing program. We implemented this tool for a patterned sub-C++ language as an input file.Keywords: extraction tool, software maintenance, reverse engineering, C++
Procedia PDF Downloads 4922476 E-Resource Management: Digital Environment for a Library System
Authors: Vikram Munjal, Harpreet Munjal
Abstract:
A few years ago we could hardly think of Libraries' strategic plan that includes the bold and amazing prediction of a mostly digital environment for a library system. However, sheer hard work by the engineers, academicians, and librarians made it feasible. However, it requires huge expenditure and now a day‘s spending for electronic resources (e-resources) have been growing much more rapidly than have the materials budgets of which such resources are usually a part. And many libraries are spending a huge amount on e-resources. Libraries today are in the midst of a profound shift toward reliance on e-resources, and this reliance seems to have deepened in recent years as libraries have shed paper journal subscriptions to help pay for online access. This has been exercised only to cater user behavior and attitudes that seem to be changing even more quickly in this dynamic scenario.Keywords: radio frequency identification, management, scanning, barcodes, checkout and tags
Procedia PDF Downloads 4042475 Selective Attention as a Search for the Deceased during the Mourning Process
Authors: Sonia Sirtoli Färber
Abstract:
Objective: This study aims to investigate selective attention in the process of mourning, as a normal reaction to loss. Method: In order to develop this research, we used a systematic bibliographic review, following the process of investigation, cataloging, careful evaluation and synthesis of the documentation, associated with the method of thanatological hemenutics proposed by Elisabeth Kübler-Ross. Conclusion: After a significant loss, especially the death of a loved one or family member, it is normal for the mourner, motivated by absence, to have a false perception of the presence of the deceased. This phenomenon happens whenever the mourner is in the middle of the crowd, because his selective attention causes him to perceive physical characteristics, tone of voice, or feel fragrance of the perfume that the deceased possessed. Details characterizing the dead are perceived by the mourner because he seeks the presence in the absence.Keywords: Elisabeth Kübler-Ross, mourning, selective attention, thanatology
Procedia PDF Downloads 4182474 Structuralism of Architectural Details in the Design of Modern High-Rise Buildings
Authors: Joanna Pietrzak, Anna Stefanska, Wieslaw Rokicki
Abstract:
Contemporary high-rise buildings constructed in recent years are often tremendous examples of original and unique architectural forms, being at the same time the affirmation of technical and technological progress accomplishments. The search for more efficient, sophisticated generations of structures also concerns the shaping of high-quality details. The concept of structural detail designing is connected with the rationalization of engineering solutions as well as through the optimisation and reduction of used material. Contemporary structural detail perceived through the development of building technologies is often a very aesthetic technical and material solution, which significantly influences the visual perception of architecture. Structural details are more often seen in shaping the forms of high-rise buildings, which are erected in many culturally different countries.Keywords: aesthetic expression, high-rise buildings, structural detail, tall buildings
Procedia PDF Downloads 1642473 An Examination of Thai Tourists' Motivation Behavior and Perception of Cultural Heritage in Chiang Mai Province
Authors: Sujui Yang, Peeraya Somsak, Markus Blut
Abstract:
This research examines the international tourists in Chiang Mai, Thailand. It aims to study non-Thai tourists’ of this region to better understand their behavior and motives influencing the choice of cultural heritage tourists in Chiang Mai, Thailand. The data includes questionnaires of 250 tourists in the study area. The most important motives influencing decisions choices are several concerning customers’ perspectives on tourist destinations in cultural heritage in Chiang Mai province. Thai tourists in Chiang Mai are single, 72.5 percent are in the age of 21-40 years old and 50% of sample group are from central and northern of Thailand. Tourists’ motives capture the factor loading as well as the corresponding show 5 components: relaxation motives, place/ physical motives, learning motives, image motives, and achievement motives.Keywords: tourists motives, cultural heritage, Chiang Mai, customers’ perspectives
Procedia PDF Downloads 3882472 Review for Identifying Online Opinion Leaders
Authors: Yu Wang
Abstract:
Nowadays, Internet enables its users to share the information online and to interact with others. Facing with numerous information, these Internet users are confused and begin to rely on the opinion leaders’ recommendations. The online opinion leaders are the individuals who have professional knowledge, who utilize the online channels to spread word-of-mouth information and who can affect the attitudes or even the behavior of their followers to some degree. Because utilizing the online opinion leaders is seen as an important approach to affect the potential consumers, how to identify them has become one of the hottest topics in the related field. Hence, in this article, the concepts and characteristics are introduced, and the researches related to identifying opinion leaders are collected and divided into three categories. Finally, the implications for future studies are provided.Keywords: online opinion leaders, user attributes analysis, text mining analysis, network structure analysis
Procedia PDF Downloads 2232471 A Study on the Motivational Factors of Women Entrepreneurship
Authors: Gladys Oppong, Saumya Singh, Pramod Pathak
Abstract:
Women entrepreneurship has started establishing itself globally. Despite various social hurdles, Indian women have proved their strength in the area of entrepreneurship. Rising pattern of women entrepreneurship in Indian context make it significant to know the reason behind it. It’s a normal perception that women with financially strong backgrounds are highly motivated to progress in the area of entrepreneurship while lack of money becomes a major restraint for others. The proposed study attempts to identify the motivational factors for becoming women entrepreneur. The research work is to be conducted on women entrepreneurs. For this purpose, factor analysis will be used. The study has identified a set of motivational factors namely family business, social status, education and qualification, self-fulfillment and achievement among others that give momentum to the women to become an entrepreneur. The outcome of the study will be helpful in developing women entrepreneurship in India.Keywords: women entrepreneurship, motivation, family business, social status
Procedia PDF Downloads 3452470 Study of Residents' Perception of Tourism: The Case Study of Chabahar City, Iran
Authors: Majid Omidikhankahdani, Maryam Omidikhankahdani
Abstract:
Chabahar city located southeast of Iran and is one of strategic regional port in Oman sea aim of this study was measuring Chabahar city resident perceptions about tourism positive and negative effect. 322 participants selected via random sampling and fill questionnaire about their attitude toward tourism economic, social cultural and environment positive and negative impact. the result showed perspective of resident tourism have more positive effect than negative effect, also pair sample t test showed significant difference between positive and negative effect of tourism in favor positive effect.Keywords: tourism economic effect, tourism environment, residents attitude, tourism social-cultural
Procedia PDF Downloads 4962469 Sensory-Based Strategies in the School Setting: A Survey of K-12 Educators
Authors: Hoda Hashemi
Abstract:
This study aimed to explore K-12 educators’ perceptions of using sensory-based strategies (SBS) with students on the autism spectrum in classroom settings. One hundred and ninety-three educators, including 107 special education teachers, 48 general education teachers, and 38 paraprofessionals, participated in this study. They answered 44 questions about using SBS in classroom settings, the degree to which they use the strategies on a 5-point Likert scale, the outcomes they targeted, and their perception of the strategies' effectiveness. The survey results indicated that most educators rated only one sensory-based strategy, which was alternated seating options, as highly effective in addressing the targeted behaviors of students on the autism spectrum. However, in some instances, educators' perceptions of the effectiveness of some strategies did not align with other research findings, highlighting the need for further evidence to confidently implement them.Keywords: sensory-based strategies, K-12, educators, autism, survey
Procedia PDF Downloads 792468 Real-Time Classification of Marbles with Decision-Tree Method
Authors: K. S. Parlak, E. Turan
Abstract:
The separation of marbles according to the pattern quality is a process made according to expert decision. The classification phase is the most critical part in terms of economic value. In this study, a self-learning system is proposed which performs the classification of marbles quickly and with high success. This system performs ten feature extraction by taking ten marble images from the camera. The marbles are classified by decision tree method using the obtained properties. The user forms the training set by training the system at the marble classification stage. The system evolves itself in every marble image that is classified. The aim of the proposed system is to minimize the error caused by the person performing the classification and achieve it quickly.Keywords: decision tree, feature extraction, k-means clustering, marble classification
Procedia PDF Downloads 3822467 Design of Permanent Sensor Fault Tolerance Algorithms by Sliding Mode Observer for Smart Hybrid Powerpack
Authors: Sungsik Jo, Hyeonwoo Kim, Iksu Choi, Hunmo Kim
Abstract:
In the SHP, LVDT sensor is for detecting the length changes of the EHA output, and the thrust of the EHA is controlled by the pressure sensor. Sensor is possible to cause hardware fault by internal problem or external disturbance. The EHA of SHP is able to be uncontrollable due to control by feedback from uncertain information, on this paper; the sliding mode observer algorithm estimates the original sensor output information in permanent sensor fault. The proposed algorithm shows performance to recovery fault of disconnection and short circuit basically, also the algorithm detect various of sensor fault mode.Keywords: smart hybrid powerpack (SHP), electro hydraulic actuator (EHA), permanent sensor fault tolerance, sliding mode observer (SMO), graphic user interface (GUI)
Procedia PDF Downloads 5482466 Detailed Feasibility and Design of a Grid-Tied PV and Building Integrated Photovoltaic System for a Commercial Healthcare Building
Authors: Muhammad Ali Tariq
Abstract:
Grid-connected PV systems have drawn tremendous attention of researchers in the past recent years. The report elucidates the development of efficient and stable solar PV energy conversion systems after thorough analysis at various facets like PV module characteristics, its arrangement, power electronics and MPPT topologies, the stability of the grid, and economic viability over its lifetime. This report and feasibility study will try to bring all optimizing approaches and design calculations which are required for generating energy from BIPV and roof-mounted solar PV in a convenient, sustainable, and user-friendly way.Keywords: building integrated photovoltaic system, grid integration, solar resource assessment, return on investment, multi MPPT-inverter, levelised cost of electricity
Procedia PDF Downloads 1382465 Automated Server Configuration Management using Ansible
Authors: Kartik Mahajan
Abstract:
DevOps methodologies streamline software development and operations, promoting collaboration and automation. Traditional server management often relies on manual, repetitive tasks, leading to inefficiencies, potential errors, and increased operational costs. Ansible, as a configuration management tool, presents a compelling solution for automating infrastructure management processes. This review paper explores the implementation and testing of Ansible for server management, specifically focusing on automated user account configuration. By replacing manual procedures with Ansible playbooks, we aim to optimize server management, reduce human error, and potentially mitigate operational expenses. This study offers insights into Ansible’s efficacy within a DevOps context, highlighting its potential to transform server administration practices.Keywords: cloud, Devops, automation, ansible
Procedia PDF Downloads 442464 Assessing Narcissism in Students of Psychology: An Administered Study
Authors: Sahiti Ganduri, Kavya Sreenivasan, Venya Lankala
Abstract:
The narcissistic personality is a condition that causes individuals to have an inflated perception of self, giving themselves higher self-importance. It is necessary and interesting to study narcissistic traits in students of different majors. This can be a crucial environmental or psychosocial marker/indicator of narcissism which can also be of substantial importance in the field of education. This study focuses on identifying narcissism in students of psychology background. The narcissistic personality inventory was administered to 114 psychology students of different universities (public and private) in India. The results of our study provided evidence of the fact that narcissistic traits are higher in male psychology students as compared to female psychology students. Further, this paper has provided evidence that narcissistic traits are higher in leaders as compared to non-leaders.Keywords: college students, disorder, gender, leadership, narcissistic personality, personality, students, traits
Procedia PDF Downloads 2232463 GRCNN: Graph Recognition Convolutional Neural Network for Synthesizing Programs from Flow Charts
Authors: Lin Cheng, Zijiang Yang
Abstract:
Program synthesis is the task to automatically generate programs based on user specification. In this paper, we present a framework that synthesizes programs from flow charts that serve as accurate and intuitive specification. In order doing so, we propose a deep neural network called GRCNN that recognizes graph structure from its image. GRCNN is trained end-to-end, which can predict edge and node information of the flow chart simultaneously. Experiments show that the accuracy rate to synthesize a program is 66.4%, and the accuracy rates to recognize edge and node are 94.1% and 67.9%, respectively. On average, it takes about 60 milliseconds to synthesize a program.Keywords: program synthesis, flow chart, specification, graph recognition, CNN
Procedia PDF Downloads 1192462 Personnel Marketing as Perceived by HR Managers in Czech Republic: Results of a Qualitative Research Study
Authors: Lukáš Mazánek, Zdeňka Konečná
Abstract:
The article is devoted to the area of personnel marketing. A comprehensive review of scientific literature and articles published predominantly in personnel-oriented journals was carried out, followed by a qualitative exploratory research with the aim to explore and explain the perception of personnel marketing. Due to the lack of research in this field in Czech Republic, we have focused on Czech HR managers, more specifically, on how they understand the tasks of personnel marketing, which tools they use and whether the companies they work for try to be a preferred employer. The answers from our respondents were used to help us determine what is important within this field. All of the respondents strive to be a preferred employer and try to achieve it by using an extensive range of marketing tools. The most frequently used tools are advertising, job fairs presentations, employee care and employer brand promotion.Keywords: Czech Republic, personnel marketing, preferred employer, qualitative research study
Procedia PDF Downloads 3392461 A Security Study for Smart Metering Systems
Authors: Musaab Hasan, Farkhund Iqbal, Patrick C. K. Hung, Benjamin C. M. Fung, Laura Rafferty
Abstract:
In modern societies, the smart cities concept raised simultaneously with the projection towards adopting smart devices. A smart grid is an essential part of any smart city as both consumers and power utility companies benefit from the features provided by the power grid. In addition to advanced features presented by smart grids, there may also be a risk when the grids are exposed to malicious acts such as security attacks performed by terrorists. Considering advanced security measures in the design of smart meters could reduce these risks. This paper presents a security study for smart metering systems with a prototype implementation of the user interfaces for future works.Keywords: security design, smart city, smart meter, smart grid, smart metering system
Procedia PDF Downloads 3362460 The Development of Local-Global Perceptual Bias across Cultures: Examining the Effects of Gender, Education, and Urbanisation
Authors: Helen J. Spray, Karina J. Linnell
Abstract:
Local-global bias in adulthood is strongly dependent on environmental factors and a global bias is not the universal characteristic of adult perception it was once thought to be: whilst Western adults typically demonstrate a global bias, Namibian adults living in traditional villages possess a strong local bias. Furthermore, environmental effects on local-global bias have been shown to be highly gender-specific; whereas urbanisation promoted a global bias in urbanised Namibian women but not men, education promoted a global bias in urbanised Namibian men but not women. Adult populations, however, provide only a snapshot of the gene-environment interactions which shape perceptual bias. Yet, to date, there has been little work on the development of local-global bias across environmental settings. In the current study, local-global bias was assessed using a similarity-matching task with Navon figures in children aged between 4 and 15 years from across three populations: traditional Namibians, urban Namibians, and urban British. For the two Namibian groups, measures of urbanisation and education were obtained. Data were subjected to both between-group and within-group analyses. Between-group analyses compared developmental trajectories across population and gender. These analyses revealed a global bias from even as early as 4 in the British sample, and showed that the developmental onset of a global bias is not fixed. Urbanised Namibian children ultimately developed a global bias that was indistinguishable from British children; however, a global bias did not emerge until much later in development. For all populations, the greatest developmental effects were observed directly following the onset of formal education. No overall gender effects were observed; however, there was a significant gender by age interaction which was difficult to reconcile with existing biological-level accounts of gender differences in the development of local-global bias. Within-group analyses compared the effects of urbanisation and education on local-global bias for traditional and urban Namibian boys and girls separately. For both traditional and urban boys, education mediated all effects of age and urbanisation; however, this was not the case for girls. Traditional Namibian girls retained a local bias regardless of age, education, or urbanisation, and in urbanised girls, the development of a global bias was not attributable to any one factor specifically. These results are broadly consistent with aforementioned findings that education promoted a global bias in urbanised Namibian men but not women. The development of local-global bias does not follow a fixed trajectory but is subject to environmental control. Understanding how variability in the development of local-global bias might arise, particularly in the context of gender, may have far-reaching implications. For example, a number of educationally important cognitive functions (e.g., spatial ability) are known to show consistent gender differences in childhood and local-global bias may mediate some of these effects. With education becoming an increasingly prevalent force across much of the developing world it will be important to understand the processes that underpin its effects and their implications.Keywords: cross-cultural, development, education, gender, local-global bias, perception, urbanisation, urbanization
Procedia PDF Downloads 1392459 Developing Fuzzy Logic Model for Reliability Estimation: Case Study
Authors: Soroor K. H. Al-Khafaji, Manal Mohammad Abed
Abstract:
The research aim of this paper is to evaluate the reliability of a complex engineering system and to design a fuzzy model for the reliability estimation. The designed model has been applied on Vegetable Oil Purification System (neutralization system) to help the specialist user based on the concept of FMEA (Failure Mode and Effect Analysis) to estimate the reliability of the repairable system at the vegetable oil industry. The fuzzy model has been used to predict the system reliability for a future time period, depending on a historical database for the two past years. The model can help to specify the system malfunctions and to predict its reliability during a future period in more accurate and reasonable results compared with the results obtained by the traditional method of reliability estimation.Keywords: fuzzy logic, reliability, repairable systems, FMEA
Procedia PDF Downloads 6142458 Pattern in Splitting Sequence in Okike’s Merged Irregular Transposition Cipher for Encrypting Cyberspace Messages
Authors: Okike Benjamin, E. J. D. Garba
Abstract:
The protection of sensitive information against unauthorized access or fraudulent changes has been of prime concern throughout the centuries. Modern communication techniques, using computers connected through networks, make all data even more vulnerable to these threats. The researchers in this work propose a new encryption technique to be known as Merged Irregular Transposition Cipher. In this proposed encryption technique, a message to be encrypted will first of all be split into multiple parts depending on the length of the message. After the split, different keywords are chosen to encrypt different parts of the message. After encrypting all parts of the message, the positions of the encrypted message could be swapped to other position thereby making it very difficult to decrypt by any unauthorized user.Keywords: information security, message splitting, pattern, sequence
Procedia PDF Downloads 2892457 Non-factoid Arabic Question-Answering Systems: A Review of Existing Studies, Research Issues, and Future Trends
Authors: Aya Mousa, Mahmoud Alsaheb
Abstract:
Question Answering System (QAS) aims to provide the most suitable answer to the user's question in any natural language. In the recent future, it will be a future version of web search. Much research has already been done on answering Arabic factoid questions and achieved good accuracy. In contrast, the progress in research on Arabic non-factoid question answering is still immature. In this survey, we summarize, discuss, and compare the existing Arab non-factoid question-answering systems to identify the limitations and the achievements that were accomplished. Furthermore, we investigate the challenges in developing non-factoid Arabic QAS and the possible future improvements. The survey is written to help the researchers to understand the field of Arabic non-factoid QAS and to motivate them to utilize different approaches to develop and enhance the Non-factoid Arabic QASKeywords: Arabic question answering system, non-factoid question answering, Arabic NLP, question answering
Procedia PDF Downloads 1002456 Simulation of X-Ray Tissue Contrast and Dose Optimisation in Radiological Physics to Improve Medical Imaging Students’ Skills
Authors: Peter J. Riley
Abstract:
Medical Imaging students must understand the roles of Photo-electric Absorption (PE) and Compton Scatter (CS) interactions in patients to enable optimal X-ray imaging in clinical practice. A simulator has been developed that shows relative interaction probabilities, color bars for patient dose from PE, % penetration to the detector, and obscuring CS as Peak Kilovoltage (kVp) changes. Additionally, an anthropomorphic chest X-ray image shows the relative tissue contrasts and overlying CS-fog at that kVp, which determine the detectability of a lesion in the image. A series of interactive exercises with MCQs evaluate the student's understanding; the simulation has improved student perception of the need to acquire "sufficient" rather than maximal contrast to enable patient dose reduction at higher kVp.Keywords: patient dose optimization, radiological physics, simulation, tissue contrast
Procedia PDF Downloads 952455 Building Knowledge Partnership for Collaborative Learning in Higher Education – An On-Line ‘Eplanete’ Knowledge Mediation Platform
Authors: S. K. Ashiquer Rahman
Abstract:
This paper presents a knowledge mediation platform, “ePLANETe Blue” that addresses the challenge of building knowledge partnerships for higher education. The purpose is to present, as an institutional perception, the ‘ePLANETe' idea and functionalities as a practical and pedagogical innovation program contributing to the collaborative learning goals in higher education. In consequence, the set of functionalities now amalgamated in ‘ePLANETe’ can be seen as an investigation of the challenges of “Collaborative Learning Digital Process.” It can exploit the system to facilitate collaborative education, research and student learning in higher education. Moreover, the platform is projected to support the identification of best practices at explicit levels of action and to inspire knowledge interactions in a “virtual community” and thus to advance in deliberation and learning evaluation of higher education through the engagement of collaborative activities of different sorts.Keywords: mediation, collaboration, deliberation, evaluation
Procedia PDF Downloads 1402454 The Effectiveness of the Repositioning Campaign of PKO BP Brand on the Basis of Questionnaire Research
Authors: Danuta Szwajca
Abstract:
Image is a very important intangible asset of a contemporary enterprise, especially, in case of a bank as a public trust institution. A positive, demanded image may effectively distinguish the bank among the competition and build the customer confidence and loyalty. PKO BP is the biggest and largest bank functioning on the Polish financial market. Within the years not a very nice image of the bank has been embedded in the customers’ minds as an old-fashioned, stagnant, resistant to changes institution, what result in the customer loss, and ageing. For this reason, in 2010, the bank launched a campaign of radical image change along with a strategy of branches modernization and improvement of the product offer. The objective of the article is to make an attempt of effectiveness assessment of the brand repositioning campaign that lasted three years. The foundations of the assessment are the results of the questionnaire research concerning the way of bank’s perception before and after the campaign.Keywords: advertising campaign, brand repositioning, image of the bank, repositioning
Procedia PDF Downloads 423