cover
Contact Name
M Adamu Islam Mashuri
Contact Email
mmashuri@unesa.ac.id
Phone
+6282131495336
Journal Mail Official
jair@unesa.ac.id
Editorial Address
Faculty of Vocational Studies, Campus Unesa 1, Ketintang, Surabaya City
Location
Kota surabaya,
Jawa timur
INDONESIA
Journal of Applied Informatics Research
ISSN : -     EISSN : 31099750     DOI : -
Aims: Visi inti jurnal ini adalah untuk menyebarkan informasi dan teknologi inovatif untuk mempromosikan akademisi dan peneliti profesional di bidang Sains, Teknologi, dan Teknik. Tujuan JAIR adalah untuk menciptakan platform yang luas bagi akademisi dan peneliti untuk mempresentasikan dan mempublikasikan penelitian inovatif mereka dan menyebarkan artikel untuk tujuan penelitian, pengajaran, dan referensi. Focus and Scope: Intelligent Computing 1. Emotion modeling 2. Probabilistic and reasoning computation 3. Reinforcement learning 4. Statistical methods and data mining 5. Artificial intelligence Computer Engineer 1. Embedded Systems and Real Time Computing 2. Hardware Design and Architectures 3. Computer Network 4. Internet of Things Intelligent Multimedia Systems 1. Multimedia modelling 2. Multimedia computing systems and applications 3. Intelligent multimedia analysis and processing 4. Web intelligence 5. Web-based support systems Immersive Technology and Interactive Media 1. Virtual engineering 2. Digital twin technology 3. Immersive digital experiences 4. Pervasive game technology 5. Audio and video technology Software Engineer 1. Software Design 2. Database Systems 3. Security and Privacy 4. Software Project Management 5. Programming Language and Verification
Articles 10 Documents
Designing an Internet of Things-Based Fire and Gas Leak Detection System M Adamu Islam Mashuri; Binti Kholifah; Faris Abdi El Hakim
Journal of Applied Informatics Research Vol. 1 No. 1 (2025): July
Publisher : Universitas Negeri Surabaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26740/jair.v1i1.44451

Abstract

LPG currently plays a crucial role in daily human activities, both in households and industries. However, gas leaks from LPG cylinders have often led to fire incidents, primarily due to undetected gas emissions. To address this issue, a real-time gas and smoke detection system has been developed using the MQ-2 gas sensor and the ESP32 microcontroller. The system is designed to monitor gas concentration levels and provide early warnings through the Blynk application on smartphones, utilizing the Internet of Things (IoT) concept. The system can detect dangerous gas concentrations above 80 ppm and responds by activating a buzzer and LED indicators. In addition, warning notifications are sent to the user’s smartphone. Test results show the system can accurately detect gas within a 10 cm radius of the sensor, with wireless notification capabilities reaching up to 500 meters. The system proves to be effective in enhancing safety and minimizing fire risks caused by undetected LPG leaks.
Optimization of Personalized Fashion Recommendations for H&M: A Collaborative Filtering Algorithm Approach with Temporal Time Interval Analysis Moch Deny Pratama; Dimas Novian Aditia Syahputra; M Adamu Islam Mashuri; Binti Kholifah; Rifqi Abdillah; Adinda Putri Pratiwi
Journal of Applied Informatics Research Vol. 1 No. 1 (2025): July
Publisher : Universitas Negeri Surabaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26740/jair.v1i1.44593

Abstract

This study presents a personalized fashion recommendation system for the H&M dataset, utilizing a cosine similarity-based collaborative filtering algorithm. This study investigates the effect of temporal segmentation on recommendation performance by conducting three experiments using datasets divided into two-week, one-month, and two-year time intervals. The experimental results show that the two-year interval achieves the best performance, producing a Mean Average Precision (MAP) of 0.02254 with a computational time of 2741.7 seconds. In contrast, the two-week interval achieves a MAP of 0.00915 in 1609.2 seconds, while the one-month interval produces a MAP of 0.00554 with a computational time of 3118.9 seconds. The main contribution of this study lies in the optimization of data structure transformation through dictionary-based modeling, which significantly improves training efficiency. These findings underscore the crucial role of temporal granularity in improving the accuracy and computational efficiency of collaborative filtering-based personalized fashion recommendation systems.
Student Clustering Based on Subject Grades: A K-Means Approach to Clustering Study Groups Rosita; Fitria
Journal of Applied Informatics Research Vol. 1 No. 1 (2025): July
Publisher : Universitas Negeri Surabaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26740/jair.v1i1.44597

Abstract

Pengelompokan siswa berdasarkan nilai akademik merupakan pendekatan strategi untuk meningkatkan efektivitas pembelajaran dalam pendidikan vokasi. Penelitian ini mengimplementasikan algoritma K-Means untuk mengelompokkan siswa Sekolah Menengah Kejuruan (SMK) ke dalam tiga klaster utama: Kelompok Bimbingan (nilai rendah), Kelompok Potensial (nilai sedang), dan Kelompok Unggulan (nilai tinggi). Data yang digunakan mencakup nilai dari 12 mata kuliah dalam program keahlian Teknik Komputer Jaringan dan Telekomunikasi. Hasil analisis menunjukkan bahwa pengelompokan mampu mengidentifikasi pola belajar siswa dan memberikan rekomendasi strategi pembelajaran yang tepat untuk setiap klaster. Klaster 1 memerlukan bimbingan intensif, Klaster 2 dapat diarahkan pada tantangan akademik, dan Klaster 3 memerlukan program pengayaan untuk mengoptimalkan potensinya. Penelitian ini menunjukkan bahwa pendekatan berbasis data, seperti pengelompokan, memberikan manfaat yang signifikan dalam mendukung pembelajaran yang dipersonalisasi dan mempersiapkan siswa untuk kebutuhan dunia kerja.
Enhancing Clickbait Headline Identification Performance Without Preprocessing Through Feature Reduction and Sentiment Analysis Moch Deny Pratama; Anisa Nur Azizah; Misbachul Falach Asy'ari; Dimas Novian Aditia Syahputra; M Adamu Islam Mashuri; Binti Kholifah; Rifqi Abdillah; Adinda Putri Pratiwi; Dina Zatusiva Haq
Journal of Applied Informatics Research Vol. 1 No. 1 (2025): July
Publisher : Universitas Negeri Surabaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26740/jair.v1i1.44659

Abstract

This study addresses the challenge of identifying clickbait headlines without relying on conventional text preprocessing, which can be resource-intensive and may degrade contextual integrity. To enhance detection performance, we examine three feature extraction methods: TF-IDF, Word2Vec, and Headline2Vec, an embedding technique designed for short texts like headlines. These features are optimized using feature selection algorithms, including Pearson Correlation Coefficient (PCC), Neighborhood Component Analysis (NCA), and Relief, to reduce dimensionality and enhance relevant signal retention. Sentiment polarity is also integrated as a complementary feature. A comparative evaluation is conducted using several machine learning classifiers, namely Support Vector Classifier (SVC), Random Forest, LightGBM, and XGBoost, across all combinations of feature extraction and selection methods. Results show that the optimal configuration Headline2Vec with Relief and SVC achieves the highest accuracy at 94.40%, outperforming other approaches. This demonstrates the effectiveness of combining semantic vectorization and feature selection for clickbait detection in the absence of traditional preprocessing. The findings support the development of streamlined and scalable classification models capable of maintaining high accuracy while reducing preprocessing overhead, making the proposed method particularly suitable for real-time and large-scale content moderation and news verification systems.
Campus Network Design and Construction Using Cisco Packet Tracer Simulation Fitria; M Adamu Islam Mashuri; Rosita
Journal of Applied Informatics Research Vol. 1 No. 1 (2025): July
Publisher : Universitas Negeri Surabaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26740/jair.v1i1.44676

Abstract

The development of information technology encourages educational institutions to have a reliable and structured computer network infrastructure. This study aims to design a campus computer network using Cisco Packet Tracer simulation with a VLAN segmentation approach and star topology. The methods used include identifying network requirements, designing topology, allocating IP subnets using subnetting techniques, and configuring devices such as routers, switches, and access points. The RIPv2 protocol is used to support communication between VLANs, and DHCP is implemented to facilitate automatic IP address assignment. The simulation results show that all devices in the network can be connected to each other well, as evidenced by connectivity tests using the ping and tracert commands. All tests produced positive responses without any packet loss or failed communication routes. This study proves that Cisco Packet Tracer is an effective tool in designing and testing networks before physical implementation.
Web-Based Geographic Information System for School Mapping in Cianjur Regency Muhammad Chayyun Nadzif Aljazani; Novrindah Alvi
Journal of Applied Informatics Research Vol. 1 No. 2 (2025): December
Publisher : Universitas Negeri Surabaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26740/jair.v1i2.49953

Abstract

Education requires adequate information infrastructure to ensure equitable access to facilities. Cianjur Regency has a wide and diverse distribution of junior high, senior high, and vocational schools, yet public access to accurate location information remains limited. This study develops a web-based Geographic Information System (Web-GIS) for school mapping in Cianjur Regency using the Waterfall development method. The system integrates spatial and attribute data of 412 junior high schools, 73 senior high schools, and 186 vocational high schools, visualized through the Google Maps API. Functional testing shows that all system features operate correctly, enabling users to access school location information efficiently and accurately. The main contribution of this study lies in the integration of multi-level school distribution data into a single interactive Web-GIS platform to support public access and educational infrastructure analysis.
Design and Implementation of SkillShare Campus: A Web-Based Collaborative Learning Platform for Higher Education Choirul Anam; Ismila Alya Iqlima; Maylyan Restu Sudifta; Irmansyah Hafiz Samir; M Adamu Islam Mashuri
Journal of Applied Informatics Research Vol. 1 No. 2 (2025): December
Publisher : Universitas Negeri Surabaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26740/jair.v1i2.49965

Abstract

The rapid development of information technology has transformed higher education learning toward more flexible and collaborative models. This study aims to design and implement SkillShare Campus, a web-based collaborative learning platform that facilitates skill sharing and class management between students and tutors. The system was developed through needs analysis, system design, implementation, and functional testing using the black box method. SkillShare Campus was implemented using PHP and MySQL and provides features such as user authentication, skill management, and class creation. Functional testing results indicate that all core features operate according to user requirements. Therefore, SkillShare Campus effectively supports collaborative and self-directed learning in higher education environments.
Eventhub: A Web-Based Intelligent Event Management Platform to Accelerate the Digital Transformation of Event Ecosystems Ruqayah; Wifda Muna Fatihia
Journal of Applied Informatics Research Vol. 1 No. 2 (2025): December
Publisher : Universitas Negeri Surabaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26740/jair.v1i2.50074

Abstract

Digital technologies are rapidly expanding. This shift is transforming event management from a manual and fragmented practice into a systematically engineered process supported by information systems. However, organizers and vendors continue to face inefficiencies due to disjointed workflows, duplicated efforts, and limited transparency among stakeholders. To address these challenges, this study presents EventHub, a conceptual web-based event vendor management platform, with an emphasis on system design and formal modeling rather than full-scale implementation. Utilizing a user-oriented development approach, the research identifies and analyzes both functional and non-functional requirements, which are then modeled using a suite of Unified Modeling Language (UML) diagrams, including use case, activity, sequence, and class diagrams. These models define user roles, interaction scenarios, process flows, and underlying data structures in a coherent and traceable manner, resulting in a comprehensive design blueprint for EventHub. This blueprint is intended to guide future implementation and serve as a reusable reference for similar event management solutions, thereby providing a structured foundation for ongoing digital transformation initiatives within the event management ecosystem.
Development of a Web-Based PKL-Hub Management Information System Using the Waterfall Method Dimas Afrizal; Silvia Qurrotul Ain Salsabila; Jefri Setia Puput Tri; M Adamu Islam Mashuri
Journal of Applied Informatics Research Vol. 1 No. 2 (2025): December
Publisher : Universitas Negeri Surabaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26740/jair.v1i2.50097

Abstract

The implementation of Praktik Kerja Lapangan (PKL) often encounters challenges in data management, including difficulties in locating partner companies and ineffective activity monitoring. This study aims to develop a web-based PKL management information system, named PKL-Hub, using the Waterfall method. The system was developed using HTML, CSS, JavaScript, PHP, and MySQL, and provides key features such as PKL location search, registration management, digital logbooks, activity monitoring, and partner-based assessment. Functional testing using the Black Box Testing method indicates that all system features operate according to the defined requirements. Therefore, PKL-Hub is able to improve administrative efficiency and coordination among students, faculty, and partner companies in PKL implementation.
Implementation of a Web-Based Goods Delivery Service System Using the Waterfall Method Novrindah Alvi Hasanah; Luthfi Atikah
Journal of Applied Informatics Research Vol. 1 No. 2 (2025): December
Publisher : Universitas Negeri Surabaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26740/jair.v1i2.50102

Abstract

The development of information technology is driving changes in people's transaction patterns, particularly in online buying and selling activities. However, not all consumer needs can be met through available e-commerce platforms, especially for certain products that are limited or not always available. Therefore, consignment services have become a popular alternative solution. This study aims to implement a web-based consignment service system that can facilitate the ordering process, product data management, and transactions between customers and service providers in a structured and efficient manner. The system development method used is the Waterfall method, which consists of the stages of needs analysis, system design, implementation, testing, and maintenance. The system built has two main types of users, namely admin and customer, with different interfaces and access rights. The implementation results show that the system is able to support the online consignment service process, from product search, ordering, transaction management, to report presentation, thereby increasing the ease, speed, and accuracy of the web-based consignment service.

Page 1 of 1 | Total Record : 10