k

The Relationship Between Electronic Word-of-Mouth Information, Information Adoption, and Investment Decisions of Vietnamese Stock Investors

Aim/Purpose: This study investigates the relationship between Electronic Word-of-Mouth (EWOM), Information Adoption, and the stock investment of Vietnamese investors. Background: Misinformation spreads online, and a lack of strong information analysis skills can lead Vietnamese investors to make poor stock choices. By understanding how online conversations and information processing influence investment decisions, this research can help investors avoid these pitfalls. Methodology: This study applies Structural Equation Modelling (SEM) to investigate how non-professional investors react to online information and which information factors influence their investment decisions. The final sample includes 512 investors from 18 to 65 years old from various professional backgrounds (including finance, technology, education, etc.). We conducted a combined online and offline survey using a convenience sampling method from August to November 2023. Contribution: This study contributes to the growing literature on Electronic Word-of-Mouth (EWOM) and its impact on investment decisions. While prior research has explored EWOM in various contexts, we focus on Vietnamese investors, which can offer valuable insights into its role within a developing nation’s stock market. Investors, particularly those who are new or less experienced, are often susceptible to the influence of EWOM. By examining EWOM’s influence in Vietnam, this study sheds light on a crucial factor impacting investment behavior in this emerging market. Findings: The results show that EWOM has a moderate impact on the Information Adoption and investment decisions of Vietnamese stock investors. Information Quality (QL) is the factor that has the strongest impact on Information Adoption (IA), followed by Information Credibility (IC) and Attitude Towards Information (AT). Needs for Information (NI) only have a small impact on Information Adoption (IA). Finally, Information Adoption (IA) has a limited influence on investor decisions in stock investment. We also find that investors need to verify information through official sites before making investment decisions based on posts in social media groups. Recommendations for Practitioners: The findings suggest that state management and media agencies need to coordinate to improve the quality of EWOM information to protect investors and promote the healthy development of the stock market. Social media platform managers need to moderate content, remove false information, prioritize displaying authentic information, cooperate with experts, provide complete information, and personalize the experience to enhance investor trust and positive attitude. Securities companies need to provide complete, accurate, and updated information about the market and investment products. They can enhance investor trust and positive attitude by developing news channels, interacting with investors, and providing auxiliary services. Listed companies need to take the initiative to improve the quality of information disclosure and ensure clarity, comprehensibility, and regular updates. Use diverse communication channels and improve corporate governance capacity to increase investor trust and positive attitude. Investors need to seek information from reliable sources, compare information from multiple sources, and carefully check the source and author of the information. They should improve their investment knowledge and skills, consult experts, define investment goals, and build a suitable investment portfolio. Recommendation for Researchers: This study synthesized previous research on EWOM, but there is still a gap in the field of securities because each nation has its laws, regulations, and policies. The relationships between the factors in the model are not yet clear, and there is a need to develop a model with more interactive factors. The research results need to be further verified, and more research can be conducted on the influence of investor psychology, investment experience, etc. Impact on Society: This study finds that online word-of-mouth (EWOM) can influence Vietnamese investors’ stock decisions, but information quality is more important. Policymakers should regulate EWOM accuracy, fund managers should use social media to reach investors, and investors should diversify their information sources. Future Research: This study focuses solely on the stock market, while individual investors in Vietnam may engage in various other investment forms such as gold, real estate, or cryptocurrencies. Therefore, future research could expand the scope to include other investment types to gain a more comprehensive understanding of how individual investors in Vietnam utilize electronic word-of-mouth (EWOM) and adopt information in their investment decision-making process. Furthermore, while these findings may apply to other emerging markets with similar levels of financial literacy as Vietnam, they may not fully extend to countries with higher financial literacy rates. Hence, further studies could be conducted in developed countries to examine the generalizability of these findings. Finally, future research could see how EWOM’s impact changes over a longer period. Additionally, a more nuanced understanding of the information adoption process could be achieved by developing a research model with additional factors.




k

Revolutionizing Autonomous Parking: GNN-Powered Slot Detection for Enhanced Efficiency

Aim/Purpose: Accurate detection of vacant parking spaces is crucial for autonomous parking. Deep learning, particularly Graph Neural Networks (GNNs), holds promise for addressing the challenges of diverse parking lot appearances and complex visual environments. Our GNN-based approach leverages the spatial layout of detected marking points in around-view images to learn robust feature representations that are resilient to occlusions and lighting variations. We demonstrate significant accuracy improvements on benchmark datasets compared to existing methods, showcasing the effectiveness of our GNN-based solution. Further research is needed to explore the scalability and generalizability of this approach in real-world scenarios and to consider the potential ethical implications of autonomous parking technologies. Background: GNNs offer a number of advantages over traditional parking spot detection methods. Unlike methods that treat objects as discrete entities, GNNs may leverage the inherent connections among parking markers (lines, dots) inside an image. This ability to exploit spatial connections leads to more accurate parking space detection, even in challenging scenarios with shifting illumination. Real-time applications are another area where GNNs exhibit promise, which is critical for autonomous vehicles. Their ability to intuitively understand linkages across marking sites may further simplify the process compared to traditional deep-learning approaches that need complex feature development. Furthermore, the proposed GNN model streamlines parking space recognition by potentially combining slot inference and marking point recognition in a single step. All things considered, GNNs present a viable method for obtaining stronger and more precise parking slot recognition, opening the door for autonomous car self-parking technology developments. Methodology: The proposed research introduces a novel, end-to-end trainable method for parking slot detection using bird’s-eye images and GNNs. The approach involves a two-stage process. First, a marking-point detector network is employed to identify potential parking markers, extracting features such as confidence scores and positions. After refining these detections, a marking-point encoder network extracts and embeds location and appearance information. The enhanced data is then loaded into a fully linked network, with each node representing a marker. An attentional GNN is then utilized to leverage the spatial relationships between neighbors, allowing for selective information aggregation and capturing intricate interactions. Finally, a dedicated entrance line discriminator network, trained on GNN outputs, classifies pairs of markers as potential entry lines based on learned node attributes. This multi-stage approach, evaluated on benchmark datasets, aims to achieve robust and accurate parking slot detection even in diverse and challenging environments. Contribution: The present study makes a significant contribution to the parking slot detection domain by introducing an attentional GNN-based approach that capitalizes on the spatial relationships between marking points for enhanced robustness. Additionally, the paper offers a fully trainable end-to-end model that eliminates the need for manual post-processing, thereby streamlining the process. Furthermore, the study reduces training costs by dispensing with the need for detailed annotations of marking point properties, thereby making it more accessible and cost-effective. Findings: The goal of this research is to present a unique approach to parking space recognition using GNNs and bird’s-eye photos. The study’s findings demonstrated significant improvements over earlier algorithms, with accuracy on par with the state-of-the-art DMPR-PS method. Moreover, the suggested method provides a fully trainable solution with less reliance on manually specified rules and more economical training needs. One crucial component of this approach is the GNN’s performance. By making use of the spatial correlations between marking locations, the GNN delivers greater accuracy and recall than a completely linked baseline. The GNN successfully learns discriminative features by separating paired marking points (creating parking spots) from unpaired ones, according to further analysis using cosine similarity. There are restrictions, though, especially where there are unclear markings. Successful parking slot identification in various circumstances proves the recommended method’s usefulness, with occasional failures in poor visibility conditions. Future work addresses these limitations and explores adapting the model to different image formats (e.g., side-view) and scenarios without relying on prior entry line information. An ablation study is conducted to investigate the impact of different backbone architectures on image feature extraction. The results reveal that VGG16 is optimal for balancing accuracy and real-time processing requirements. Recommendations for Practitioners: Developers of parking systems are encouraged to incorporate GNN-based techniques into their autonomous parking systems, as these methods exhibit enhanced accuracy and robustness when handling a wide range of parking scenarios. Furthermore, attention mechanisms within deep learning models can provide significant advantages for tasks that involve spatial relationships and contextual information in other vision-based applications. Recommendation for Researchers: Further research is necessary to assess the effectiveness of GNN-based methods in real-world situations. To obtain accurate results, it is important to employ large-scale datasets that include diverse lighting conditions, parking layouts, and vehicle types. Incorporating semantic information such as parking signs and lane markings into GNN models can enhance their ability to interpret and understand context. Moreover, it is crucial to address ethical concerns, including privacy, potential biases, and responsible deployment, in the development of autonomous parking technologies. Impact on Society: Optimized utilization of parking spaces can help cities manage parking resources efficiently, thereby reducing traffic congestion and fuel consumption. Automating parking processes can also enhance accessibility and provide safer and more convenient parking experiences, especially for individuals with disabilities. The development of dependable parking capabilities for autonomous vehicles can also contribute to smoother traffic flow, potentially reducing accidents and positively impacting society. Future Research: Developing and optimizing graph neural network-based models for real-time deployment in autonomous vehicles with limited resources is a critical objective. Investigating the integration of GNNs with other deep learning techniques for multi-modal parking slot detection, radar, and other sensors is essential for enhancing the understanding of the environment. Lastly, it is crucial to develop explainable AI methods to elucidate the decision-making processes of GNN models in parking slot detection, ensuring fairness, transparency, and responsible utilization of this technology.




k

Personalized Tourism Recommendations: Leveraging User Preferences and Trust Network

Aim/Purpose: This study aims to develop a solution for personalized tourism recommendations that addresses information overload, data sparsity, and the cold-start problem. It focuses on enabling tourists to choose the most suitable tourism-related facilities, such as restaurants and hotels, that match their individual needs and preferences. Background: The tourism industry is experiencing a significant shift towards digitalization due to the increasing use of online platforms and the abundance of user data. Travelers now heavily rely on online resources to explore destinations and associated options like hotels, restaurants, attractions, transportation, and events. In this dynamic landscape, personalized recommendation systems play a crucial role in enhancing user experience and ensuring customer satisfaction. However, existing recommendation systems encounter major challenges in precisely understanding the complexities of user preferences within the tourism domain. Traditional approaches often rely solely on user ratings, neglecting the complex nature of travel choices. Data sparsity further complicates the issue, as users might have limited interactions with the system or incomplete preference profiles. This sparsity can hinder the effectiveness of these systems, leading to inaccurate or irrelevant recommendations. The cold-start problem presents another challenge, particularly with new users who lack a substantial interaction history within the system, thereby complicating the task of recommending relevant options. These limitations can greatly hinder the performance of recommendation systems and ultimately reduce user satisfaction with the overall experience. Methodology: The proposed User-based Multi-Criteria Trust-aware Collaborative Filtering (UMCTCF) approach exploits two key aspects to enhance both the accuracy and coverage of recommendations within tourism recommender systems: multi-criteria user preferences and implicit trust networks. Multi-criteria ratings capture the various factors that influence user preferences for specific tourism items, such as restaurants or hotels. These factors surpass a simple one-star rating and take into account the complex nature of travel choices. Implicit trust relationships refer to connections between users that are established through shared interests and past interactions without the need for explicit trust declarations. By integrating these elements, UMCTCF aims to provide more accurate and reliable recommendations, especially when data sparsity limits the ability to accurately predict user preferences, particularly for new users. Furthermore, the approach employs a switch hybridization scheme, which combines predictions from different components within UMCTCF. This scheme leads to a more robust recommendation strategy by leveraging diverse sources of information. Extensive experiments were conducted using real-world tourism datasets encompassing restaurants and hotels to evaluate the effectiveness of UMCTCF. The performance of UMCTCF was then compared against baseline methods to assess its prediction accuracy and coverage. Contribution: This study introduces a novel and effective recommendation approach, UMCTCF, which addresses the limitations of existing methods in personalized tourism recommendations by offering several key contributions. First, it transcends simple item preferences by incorporating multi-criteria user preferences. This allows UMCTCF to consider the various factors that users prioritize when making tourism decisions, leading to a more comprehensive understanding of user choices and, ultimately, more accurate recommendations. Second, UMCTCF leverages the collective wisdom of users by incorporating an implicit trust network into the recommendation process. By incorporating these trust relationships into the recommendation process, UMCTCF enhances its effectiveness, particularly in scenarios with data sparsity or new users with limited interaction history. Finally, UMCTCF demonstrates robustness towards data sparsity and the cold-start problem. This resilience in situations with limited data or incomplete user profiles makes UMCTCF particularly suitable for real-world applications in the tourism domain. Findings: The results consistently demonstrated UMCTCF’s superiority in key metrics, effectively addressing the challenges of data sparsity and new users while enhancing both prediction accuracy and coverage. In terms of prediction accuracy, UMCTCF yielded significantly more accurate predictions of user preferences for tourism items compared to baseline methods. Furthermore, UMCTCF achieved superior coverage compared to baseline methods, signifying its ability to recommend a wider range of tourism items, particularly for new users who might have limited interaction history within the system. This increased coverage has the potential to enhance user satisfaction by offering a more diverse and enriching set of recommendations. These findings collectively highlight the effectiveness of UMCTCF in addressing the challenges of personalized tourism recommendations, paving the way for improved user satisfaction and decision-making within the tourism domain. Recommendations for Practitioners: The proposed UMCTCF approach offers a potential opportunity for tourism recommendation systems, enabling practitioners to create solutions that prioritize the needs and preferences of users. By incorporating UMCTCF into online tourism platforms, tourists can utilize its capabilities to make well-informed decisions when selecting tourism-related facilities. Furthermore, UMCTCF’s robust design allows it to function effectively even in scenarios with data sparsity or new users with limited interaction history. This characteristic makes UMCTCF particularly valuable for real-world applications, especially in scenarios where these limitations are common obstacles. Recommendation for Researchers: The success of UMCTCF can open up new avenues in personalized recommendation research. One promising direction lies in exploring the integration of additional contextual information, such as temporal (time-based) or location-based information. By incorporating these elements, the model could be further improved, allowing for even more personalized recommendations. Furthermore, exploring the potential of UMCTCF in domains other than tourism has considerable significance. By exploring its effectiveness in other e-commerce domains, researchers can broaden the impact of UMCTCF and contribute to the advancement of personalized recommendation systems across various industries. Impact on Society: UMCTCF has the potential to make a positive impact on society in various ways. By delivering accurate and diverse recommendations that are tailored to individual user preferences, UMCTCF fosters a more positive and rewarding user experience with tourism recommendation systems. This can lead to increased user engagement with tourism platforms, ultimately enhancing overall satisfaction with travel planning. Furthermore, UMCTCF enables users to make more informed decisions through broader and more accurate recommendations, potentially reducing planning stress and leading to more fulfilling travel experiences. Future Research: Expanding upon the success of UMCTCF, future research activities can explore several promising paths. Enriching UMCTCF with various contextual data, such as spatial or location-based data, to enhance recommendation accuracy and relevance. Leveraging user-generated content, like reviews and social media posts, could provide deeper insights into user preferences and sentiments, improving personalization. Additionally, applying UMCTCF in various e-commerce domains beyond tourism, such as online shopping, entertainment, and healthcare, could yield valuable insights and enhance recommendation systems. Finally, exploring the integration of optimization algorithms could improve both recommendation accuracy and efficiency.




k

A Smart Agricultural Knowledge Management Framework to Support Emergent Farmers in Developmental Settings

Aim/Purpose: This research aims to develop a smart agricultural knowledge management framework to empower emergent farmers and extension officers (advisors to farmers) in developing countries as part of a smart farming lab (SFL). The framework utilizes knowledge objects (KOs) to capture information and knowledge of different forms, including indigenous knowledge. It builds upon a foundation of established agricultural knowledge management (AKM) models and serves as the cornerstone for an envisioned SFL. This framework facilitates optimal decision support by fostering linkages between these KOs and relevant organizations, knowledge holders, and knowledge seekers within the SFL environment. Background: Emergent farmers and extension officers encounter numerous obstacles in their knowledge operations and decision-making. This includes limited access to agricultural information and difficulties in applying it effectively. Many lack reliable sources of support, and even when information is available, understanding and applying it to specific situations can be challenging. Additionally, extension offices struggle with operational decisions and knowledge management due to agricultural organizations operating isolated in silos, hindering their access to necessary knowledge. This research introduces an SFL with a proposed AKM process model aimed at transforming emergent farmers into smart, innovative entities by addressing these challenges. Methodology: This study is presented as a theory-concept paper and utilizes a literature review to evaluate and synthesize three distinct AKM models using several approaches. The results of the analysis are used to design a new AKM process model. Contribution: This research culminates in a new AKM process framework that incorporates the strengths of various existing AKM models and supports emergent farmers and extension officers to become smart, innovative entities. One main difference between the three models analyzed, and the one proposed in this research, is the deployment and use of knowledge assets in the form of KOs. The proposed framework also incorporates metadata and annotations to enhance knowledge discoverability and enable AI-powered applications to leverage captured knowledge effectively. In practical terms, it contributes by further motivating the use of KOs to enable the transfer and the capturing of organizational knowledge. Findings: A model for an SFL that incorporates the proposed agricultural knowledge management framework is presented. This model is part of a larger knowledge factory (KF). It includes feedback loops, KOs, and mechanisms to facilitate intelligent decision-making. The significance of fostering interconnected communities is emphasized through the creation of linkages. These communities consist of knowledge seekers and bearers, with information disseminated through social media and other communication integration platforms. Recommendations for Practitioners: Practitioners and other scholars should consider implementing the proposed AKM process model as part of a larger SFL to support emergent farmers and extension officers in making operational decisions and applying knowledge management strategies. Recommendation for Researchers: The AKM process model is only presented in conceptual form. Therefore, researchers can practically test and assess the new framework in an agricultural setting. They can also further explore the potential of social media integration platforms to connect knowledge seekers with knowledge holders. Impact on Society: The proposed AKM process model has the potential to support emergent farmers and extension officers in becoming smart, innovative entities, leading to improved agricultural practices and potentially contributing to food security. Future Research: This paper discusses the AKM process model in an agrarian setting, but it can also be applied in other domains, such as education and the healthcare sector. Future research can evaluate the model’s effectiveness and explore and further investigate the semantic web and social media integration.




k

Workers’ Knowledge Sharing and Its Relationship with Their Colleague’s Political Publicity in Social Media

Aim/Purpose: This paper intends to answer the question regarding the extent to which political postings with value differences/similarities will influence the level of implicit knowledge sharing (KS) among work colleagues in organizations. More specifically, the study assesses contributors’ responses to a workmate’s publicity about politics on social media platforms (SMP) and their eagerness to implement implicit KS to the co-worker. Background: Previously published articles have confirmed an association between publicity about politics and the reactions from workfellows in the organization. Moreover, prior work confirmed that workers’ social media postings about politics may create unfavorable responses, such as being disliked and distrusted by workfellows. This may obstruct the KS because interpersonal relations are among the KS’s essential components. Therefore, it is imperative to assess whether the workfellows’ relationship affected by political publicity would impede the KS in the office. Methodology: Data was gathered using the vignette technique and online survey. A total of 510 online and offline questionnaires were distributed to respondents in Indonesian Halal firms who have implemented knowledge-sharing practices and have been at work for no less than twelve months in the present role. Next, the 317 completed questionnaires were examined with partial least squares structural equation modeling (PLS-SEM). Contribution: Postings about politics on SMP can either facilitate or impede the level of KS in organizations, and this research topic is relatively scarce in the knowledge management discipline. While previously published articles have concentrated on public organizations, this research centers on private firms. Moreover, this work empirically examines private companies in Indonesia, which is also understudied in the existing literature. Findings: The outcomes confirm that perceived political value similarity (PPV) in a co-worker’s social-media publicity has a significant and indirect influence on contributors’ eagerness to perform implicit/tacit KS. Further, colleague likability and trustworthiness significantly influence the level of KS among respondents. As PPV significantly forms colleague likability, likability strongly and positively shapes trustworthiness. Recommendations for Practitioners: The study shows that political publicity significantly affects implicit knowledge sharing (KS). As a result, managers and leaders, particularly those in private firms, are strengthened to instruct their staff about the ramifications of publicity embedded in employees’ SMP postings, particularly about political topics, as it may result in either negative or positive perceptions amongst the staff towards the workmate who posts. Recommendation for Researchers: As this study focuses on examining KS behavior in a large context, i.e., Indonesia Halal firms that dominate the Indonesian economy, and the fact that much polarization research focuses on society at large and less on specific sectors of life, it is important and interesting for researchers to conduct similar studies in a specific workplace as political agreements and disagreements become so important and consequential in everyday lives. Impact on Society: This article makes the implication that a person’s personality can influence how they react to political posts on SMP. It is difficult for the exposers to know the personality of each viewer of publicity in daily life. Workers’ newfound knowledge can motivate them to use SMP responsibly and lessen the probability that they will disclose information that might make their co-workers feel or perceive anything unfavorably. Future Research: There is a need for further studies to examine if the results can be applied to different locations and organizations, as individuals’ behaviors may vary according to the cultures of society and firms. Furthermore, future research can take into account the individual characteristics of workers, such as hospitability, self-confidence, and psychological strength, which may be well-matched with future work models. Future research may potentially employ a qualitative technique to offer deeper insights into the same topic.




k

Factors Influencing Adoption of Blockchain Technology in Jordan: The Perspective of Health Care Professionals

Aim/Purpose: This paper investigates the user acceptability of blockchain technology in the healthcare sector, with a specific focus on healthcare professionals in Jordan. Background: The study seeks to identify the factors that affect healthcare professionals’ use and acceptance of blockchain technology in Jordan. Methodology: The study’s research framework integrates factors from the Technology Acceptance Model (TAM) and the Unified Theory of Acceptance and Use of Technology (UTAUT). A questionnaire was distributed to collect data from 372 healthcare professionals in Jordan, and the results were analyzed using structural equation modeling based on the Partial Least Square (PLS) technique. Contribution: While only a few previous studies have explored blockchain technology acceptance in the healthcare sector using either the TAM or the UTAUT, this study uniquely integrates elements from both models, offering a novel approach that provides a comprehensive understanding of the factors that influence the acceptance of blockchain technology among healthcare professionals in Jordan. The findings can assist decision-makers in developing strategies to enhance the adoption rate of blockchain technology in the Jordanian healthcare sector. Findings: The study revealed that usability, convenience, privacy and security, cost, and trust significantly impact the perceived usefulness of blockchain technology. The findings also suggest that healthcare professionals are more likely to have a positive attitude towards blockchain-based healthcare systems if they perceive them as useful and easy to use. Attitude, social influence, and facilitating conditions were found to significantly impact behavioral intention to use. Recommendations for Practitioners: Stakeholders should focus on developing blockchain-based healthcare systems that are easy to use, convenient, efficient, and effort-free. Recommendation for Researchers: Researchers may compare the acceptance of blockchain technology in the healthcare sector with other industries to identify industry-specific factors that may influence adoption. This comparative analysis can contribute to a broader understanding of technology acceptance. Impact on Society: Successful adoption of blockchain technology in the healthcare sector can lead to improved efficiency, enhanced protection of healthcare data, and reduced administrative burdens. This, in turn, can positively impact patient care and lead to cost savings, which contributes to more sustainable and accessible healthcare services. Future Research: Future research may explore integrating blockchain technology with other emerging technologies, such as artificial intelligence and sidechain, to create more comprehensive and innovative healthcare solutions.




k

Unraveling Knowledge-Based Chatbot Adoption Intention in Enhancing Species Literacy

Aim/Purpose: This research investigated the determinant factors influencing the adoption intentions of Chatsicum, a Knowledge-Based Chatbot (KBC) aimed at enhancing the species literacy of biodiversity students. Background: This research was conducted to bridge the gap between technology, education, and biodiversity conservation. Innovative solutions are needed to empower individuals with knowledge, particularly species knowledge, in preserving the natural world. Methodology: The study employed a quantitative approach using the Partial Least Square Structural Equation Modeling (PLS-SEM) and sampled 145 university students as respondents. The research model combined the Task-Technology Fit (TTF) framework with elements from the Diffusion of Innovation (DOI), including relative advantage, compatibility, complexity, and observability. Also, the model introduced perceived trust as an independent variable. The primary dependent variable under examination was the intention to use the KBC. Contribution: The findings of this research contribute to a deeper understanding of the critical factors affecting the adoption of the KBC in biodiversity education and outreach, as studies in this context are limited. This study provides valuable insights for developers, educators, and policymakers interested in promoting species literacy and leveraging innovative technologies by analyzing the interplay of TTF and DOI constructs alongside perceived trust. Ultimately, this research aims to foster more effective and accessible biodiversity education strategies. Findings: TTF influenced all DOI variables, such as relative advantage, compatibility, observability, and trust positively and complexity negatively. In conclusion, TTF strongly affected usage intention indirectly. However, relative advantage, complexity, and observability insignificantly influenced the intention to use. Meanwhile, compatibility and trust strongly affected the use intention. Recommendations for Practitioners: Developers should prioritize building and maintaining chatbots that are aligned with the tasks, needs, and goals of the target users, as well as establishing trust through the assurance of information accuracy. Educators could develop tailored educational interventions that resonate with the values and preferences of diverse learners and are aligned closely with students’ learning needs, preferences, and curriculum while ensuring seamless integration with the existing educational context. Conservation organizations and policymakers could also utilize the findings of this study to enhance their outreach strategies, as the KBC is intended for students and biodiversity laypeople. Recommendation for Researchers: Researchers should explore the nuances of relationships between TTF and DOI, as well as trust, and consider the potential influence of mediating and moderating variables to advance the field of technology adoption in educational contexts. Researchers could also explore why relative advantage, complexity, and observability did not significantly impact the usage intention and whether specific user segments or contextual factors influence these relationships. Impact on Society: This research has significant societal impacts by improving species literacy, advancing technology in education, and promoting conservation efforts. Species knowledge could raise awareness regarding biodiversity and the importance of conservation, thereby leading to more informed and responsible citizens. Future Research: Future works should address the challenges and opportunities presented by KBCs in the context of species literacy enhancement, for example, interventions or experiments to influence the non-significant factors. Furthermore, longitudinal studies should investigate whether user behavior evolves. Ultimately, examining the correlation between species literacy, specifically when augmented by chatbots, and tangible conservation practices is an imperative domain in the future. It may entail evaluating the extent to which enhanced knowledge leads to concrete measures promoting biodiversity preservation.




k

Continuous Use of Mobile Banking Applications: The Role of Process Virtualizability, Anthropomorphism and Virtual Process Failure Risk

Aim/Purpose: The research aims to investigate the factors that influence the continuous use of mobile banking applications to complete banking monetary transactions. Background: Despite a significant increase in the use of mobile banking applications, particularly during the COVID-19 pandemic, new evidence indicates that the use rate of mobile banking applications for operating banking monetary transactions has declined. Methodology: The study proposed an integrated model based mainly on the process virtualization theory (PVT) with other novel factors such as mobile banking application anthropomorphism and virtual process failure risk. The study model was empirically validated using structural equation modeling analysis on quantitative data from 484 mobile banking application users from Jordan. Contribution: The study focuses on continuing use or post-adoption behavior rather than pre-adoption behavior. This is important since the maximum and long-term viability, as well as the financial investment in mobile banking applications, depend on regular usage rather than first-time use or initial experience. Findings: The results indicate that process virtualizable and anthropomorphism have a strong positive impact on bank customers’ decisions to continue using mobile banking applications to complete banking monetary transactions. Meanwhile, the negative impact of virtualization process failure risk on continuous use has been discovered. The found factors explain 67.5% of the variance in continuous use. Recommendations for Practitioners: The study identified novel, significant factors that affect bank customers’ decisions to use mobile banking applications frequently, and these factors should be examined, matched, satisfied, or addressed when redesigning or upgrading mobile applications. Banks should provide users with clear directions, processes, or tutorials on how to complete monetary transactions effectively. They should also embrace Artificial Intelligence (AI) technology to improve their applications and products with anthropomorphic features like speech synthesizers, Chatbots, and AI-powered virtual bank assistants. This is expected to help bank customers conduct various banking services conveniently and securely, just as if interacting with real people. The study further recommends that banks create and publish clear norms and procedures, as well as promote tolerance and protect consumers’ rights when the process fails or mistakes occur. Recommendation for Researchers: The study provides measurement items that were specifically built for the context of mobile banking applications based on PVT notions. Researchers are invited to reuse, test, and modify existing measurement items, as well as submit new ones if necessary. The study model does not consider psychological aspects like trust and satisfaction, which would provide additional insight into factors affecting continuing use. Researchers could potentially take a different approach by focusing on user resistance and non-adoption. Impact on Society: Financial inclusion is problematic, particularly in underdeveloped nations. According to financial inclusion research, Jordanians rarely utilize mobile banking apps. Continuous usage of mobile banking applications will be extremely beneficial in closing the financial inclusion gap, particularly among women. Furthermore, it could help the country’s efforts to transition to a digital society. Future Research: The majority of study participants are from urban areas. Future studies should focus on consumers who live in rural areas. It was also suggested that the elderly be targeted because they may have different views/perspectives on the continued use of mobile banking applications.




k

Impact of User Satisfaction With E-Government Services on Continuance Use Intention and Citizen Trust Using TAM-ISSM Framework

Aim/Purpose: This study investigates the drivers of user satisfaction in e-government services and its influence on continued use intention and citizen trust in government. It employs the integration of the Technology Acceptance Model (TAM) and the Information System Success Model (ISSM). Background: Electronic government, transforming citizen-state interactions, has gained momentum worldwide, including in India, where the aim is to leverage technology to improve citizen services, streamline administration, and engage the public. While prior research has explored factors influencing citizen satisfaction with e-government services globally, this area of study has been relatively unexplored in India, particularly in the post-COVID era. Challenges to widespread e-government adoption in India include a large and diverse population, limited digital infrastructure in rural areas, low digital literacy, and weak data protection regulations. Additionally, global declines in citizen trust, attributed to economic concerns, corruption, and information disclosures, further complicate the scenario. This study seeks to investigate the influence of various factors on user satisfaction and continuance usage of e-government services in India. It also aims to understand how these services contribute to building citizens’ trust in government. Methodology: The data were collected by utilizing survey items on drivers of e-government services, user satisfaction, citizen trust, and continuance use intention derived from existing literature on information systems and e-government. Responses from 501 Indian participants, collected using an online questionnaire, were analyzed using PLS-SEM. Contribution: This study makes a dual contribution to the e-government domain. First, it introduces a comprehensive research model that examines factors influencing users’ satisfaction and continuance intention with e-government services. The proposed model integrates the TAM and ISSM. Combining these models allows for a comprehensive examination of e-government satisfaction and continued intention. By analyzing the impact of user satisfaction on continuance intention and citizen trust through an integrated model, researchers and practitioners gain insights into the complex dynamics involved. Second, the study uncovers the effects of residential status on user satisfaction, trust, and continuance intention regarding e-government services. Findings reveal disparities in the influence of system and service quality on user satisfaction across different user segments. Researchers and policymakers should consider these insights when designing e-government services to ensure user satisfaction, continuance intention, and the building of citizen trust. Findings: The findings indicate that the quality of information, service, system, and perceived usefulness play important roles in user satisfaction with e-government services. All hypothesized paths were significant, except for perceived ease of use. Furthermore, the study highlights that user satisfaction significantly impacts citizen trust and continuance use intention. Recommendations for Practitioners: The findings suggest that government authorities should focus on delivering accurate, comprehensive, and timely information in a secure, glitch-free, and user-friendly digital environment. Implementing an interactive and accessible interface, ensuring compatibility across devices, and implementing swift query resolution mechanisms collectively contribute to improving users’ satisfaction. Conducting awareness and training initiatives, providing 24×7 access to online tutorials, helpdesks, technical support, clear FAQs, and integrating AI-driven customer service support can further ensure a seamless user experience. Government institutions should leverage social influence, community engagement, and social media campaigns to enhance user trust. Promotional campaigns, incentive programs, endorsements, and user testimonials should be used to improve users’ satisfaction and continuance intention. Recommendation for Researchers: An integrated model combining TAM and ISSM offers a robust approach for thoroughly analyzing the diverse factors influencing user satisfaction and continuance intention in the evolving digitalization landscape of e-government services. This expansion, aligning with ISSM’s perspective, enhances the literature by demonstrating how user satisfaction impacts continuance usage intention and citizen trust in e-government services in India and other emerging economies. Impact on Society: Examining the factors influencing user satisfaction and continuance intention in e-government services and their subsequent impact on citizen trust carries significant societal implications. The findings can contribute to the establishment of transparent and accountable governance practices, fostering a stronger connection between governments and their citizens. Future Research: There are several promising avenues to explore to enhance future research. Expanding the scope by incorporating a larger sample size could enable a more thorough analysis. Alternatively, delving into the performance of specific e-government services would offer greater precision, considering that this study treats e-government services generically. Additionally, incorporating in-depth interviews and longitudinal studies would yield a more comprehensive understanding of the dynamic evolution of digitalization.




k

IJIKM Volume 19, 2024 – Table of Contents

Table of Contents for Volume 19, 2024, of the Interdisciplinary Journal of Information, Knowledge, and Management




k

Optimisation with deep learning for leukaemia classification in federated learning

The most common kind of blood cancer in people of all ages is leukaemia. The fractional mayfly optimisation (FMO) based DenseNet is proposed for the identification and classification of leukaemia in federated learning (FL). Initially, the input image is pre-processed by adaptive median filter (AMF). Then, cell segmentation is done using the Scribble2label. After that, image augmentation is accomplished. Finally, leukaemia classification is accomplished utilising DenseNet, which is trained using the FMO. Here, the FMO is devised by merging the mayfly algorithm (MA) and the fractional concept (FC). Following local training, the server performs local updating and aggregation using a weighted average by RV coefficient. The results showed that FMO-DenseNet attained maximum accuracy, true negative rate (TNR) and true positive rate (TPR) of 94.3%, 96.5% and 95.3%. Moreover, FMO-DenseNet gained minimum mean squared error (MSE) and root mean squared error (RMSE) of 5.7%, 9.2% and 30.4%.




k

Talent development for the knowledge economy

The world's economies are attempting to transform themselves to have a greater focus on developing knowledge as a commodity through innovation. Innovation starts with a creative activity that yields an invention but is augmented through a systematic value driven knowledge management system to yield new knowledge that can create a competitive advantage. To succeed in such an economy, organisations must have or develop the talent that can produce and use information effectively, they must have an ambidextrous organisational structure that allows them to innovate and produce simultaneously, and they must have an innovation management system to sustain effective innovation. In this paper we show how to augment existing university courses to simultaneously develop subject matter and innovation skills in students. We also suggest the incorporation of the new Innovations Management System Standard Series ISO 56000 into business curricula to better prepare students to function in the knowledge economy.




k

An integrated framework for the alignment of stakeholder expectations with student learning outcomes

In this paper, two hypothetical frameworks are proposed through the application of quality function deployment (QFD) to integrate the current institutional level and program level student learning focus areas with the relevant institutional and program specific stakeholder expectations. A generic skillset proficiency expected of all the graduating students at the institutional level by the stakeholders is considered in the first QFD application example and a program specific knowledge proficiency expected at the program level by the stakeholders is considered in the second QFD application example. Operations management major/option is considered for illustration purposes at the program level. In addition, an assurance of learning based approach rooted in continuous improvement philosophy is proposed to align the stakeholder expectations with the relevant student learning outcomes at different learning tiers.




k

To be intelligent or not to be? That is the question - reflection and insights about big knowledge systems: definition, model and semantics

This paper aims to share the author's vision on possible research directions for big knowledge-based AI. A renewed definition of big knowledge (BK) and big knowledge systems (BKS) is first introduced. Then the first BKS model, called cloud knowledge social intelligence (CKEI) is provided with a hierarchy of knowledge as a service (KAAS). At last, a new semantics, the big-and-broad step axiomatic structural operational semantics (BBASOS) for applications on BKS is introduced and discussed with a practical distributed BKS model knowledge graph network KGN and a mini example.




k

Resource monitoring framework for big raw data processing

Scientific experiments, simulations, and modern applications generate large amounts of data. Analysing resources required to process such big datasets is essential to identify application running costs for cloud or in-house deployments. Researchers have proposed keeping data in raw formats to avoid upfront utilisation of resources. However, it poses reparsing issues for frequently accessed data. The paper discusses detailed comparative analysis of resources required by in-situ engines and traditional database management systems to process a real-world scientific dataset. A resource monitoring framework has been developed and incorporated into the raw data query processing framework to achieve this goal. The work identified different query types best suited to a given data processing tool in terms of data to result time and resource requirements. The analysis of resource utilisation patterns has led to the development of query complexity aware (QCA) and resource utilisation aware (RUA) data partitioning techniques to process big raw data efficiently. Resource utilisation data have been analysed to estimate the data processing capacity of a given machine.




k

Perceived service process in e-service delivery system: B2C online retailers performance ranking by TOPSIS

Significant work in service domain has focused on customer journey within e-service delivery system process (e-SDSP). Few studies have focused on process-centric approach to customer journey during delivery of e-services. This study aims to investigate the performance assessment of three online retailers (alternatives) using perceived service process during different stages of e-SDSP as a criterion for decision-making. TOPSIS is used in this paper to rate and evaluate multiple online retailers. Based on perceived service process as the criterion, results show that online retailer-2 outperforms other two online retailers. This study is one of the first to rate online retailers by utilising customer-perceived service process (latent variables) as a decision-making criterion throughout e-SDSP. The finding suggests that perceived searching process is the most essential criterion for decision-making, followed by the perceived after-sales service process, the perceived agreement process, and the perceived fulfilment process. Implications, limitations, and future scope are also discussed.




k

A Framework for Metadata Creation Tools




k

Scoping and Sequencing Educational Resources and Speech Acts: A Unified Design Framework for Learning Objects and Educational Discourse




k

Addressing the eLearning Contradiction: A Collaborative Approach for Developing a Conceptual Framework Learning Object




k

Interactive QuickTime: Developing and Evaluating Multimedia Learning Objects to Enhance Both Face-To-Face and Distance E-Learning Environments




k

Clicker Sets as Learning Objects




k

Reading in A Digital Age: e-Books Are Students Ready For This Learning Object?




k

An Engagement Model for Learning: Providing a Framework to Identify Technology Services




k

Pre-service Teachers' Learning Object Development: A Case Study in K-12 Setting




k

An Integrated Approach for Automatic Aggregation of Learning Knowledge Objects




k

An Integrated Model of Collaborative Knowledge Building





k

Building a Framework to Support Project-Based Collaborative Learning Experiences in an Asynchronous Learning Network




k

An Ontology to Automate Learning Scenarios? An Approach to its Knowledge Domain




k

Ontology of Learning Objects Repository for Pedagogical Knowledge Sharing




k

Experiences and Opinions of E-learners: What Works, What are the Challenges, and What Competencies Ensure Successful Online Learning




k

Designing Online Information Aggregation and Prediction Markets for MBA Courses




k

Using a Collaborative Database to Enhance Students’ Knowledge Construction




k

Computer Supported Collaborative Learning and Higher Order Thinking Skills: A Case Study of Textile Studies




k

The Construction of Failure and Success Concepts in K-12 ICT Integration




k

"Islands of Innovation" or "Comprehensive Innovation." Assimilating Educational Technology in Teaching, Learning, and Management: A Case Study of School Networks in Israel




k

Social Bookmarking Tools as Facilitators of Learning and Research Collaborative Processes: The Diigo Case




k

Nurturing a Community of Practice through a Collaborative Design of Lesson Plans on a Wiki System




k

Teachers in a World of Change: Teachers' Knowledge and Attitudes towards the Implementation of Innovative Technologies in Schools




k

Teaching and Learning with Clickers: Are Clickers Good for Students?




k

Keeping an Eye on the Screen: Application Accessibility for Learning Objects for Blind and Limited Vision Students




k

Factors that Influence Student E-learning Participation in a UK Higher Education Institution




k

Facilitation of Formative Assessments using Clickers in a University Physics Course




k

Kindergarten Children’s Perceptions of “Anthropomorphic Artifacts” with Adaptive Behavior




k

The Impact of Learning with Laptops in 1:1 Classes on the Development of Learning Skills and Information Literacy among Middle School Students




k

Media Type Influences Preschooler’s Literacy Development: E-book versus Printed Book Reading




k

Facebook: When Education Meets Privacy




k

Factors Influencing Students’ Likelihood to Purchase Electronic Textbooks




k

A Framework for Assessing the Pedagogical Effectiveness of Wiki-Based Collaborative Writing: Results and Implications




k

An Assessment of College Students’ Attitudes towards Using an Online E-textbook